/*
Theme Name: Millennium Dental
Theme URI:  
Author: 
Author URI:  
Description: Millennium Dentalf
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dental, medical
Text Domain: Dental

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* GLOBAL STYLING */
/* Block Elements */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-appearance;
}

::-webkit-input-placeholder {
    font-family: 'Merriweather', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Merriweather', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Merriweather', sans-serif;
}

:-ms-input-placeholder {
    font-family: 'Merriweather', sans-serif;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    color: #666666;
    font-size: 10px;
    /* Approximation due to font substitution */
    font-weight: 400;
    line-height: normal;
    /* Approximation due to font substitution */
}

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

div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blocquote,
nav,
header,
footer,
section,
aside,
hr,
menu,
label,
hgroup,
figure,
figcaption,
details {
    display: block;
}

p {
    font-size: 15px;
    margin: 16px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Merriweather', sans-serif;
    font-size: 25px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

blockquote {}

textarea {
    width: 100%;
    border-radius: 5px;
    padding: 15px 20px;
    font-family: Arial;
}

input[type=text],
input[type=password],
input[type=email] {}

input[type=submit] {}

input[type=radio],
input[type=checkbox] {
    border: 0;
    vertical-align: text-bottom;
}

select {}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
    vertical-align: top;
}

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

li {
    display: inline-block;
    /*float: left;*/
}

hr {}

/* Inline Elements */
a {
    color: #17bde1;
    text-decoration: none;
    text-decoration: none;
    webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

a:hover {
    color: #17bde1;
}

a:active {
    color: #17bde1;
    outline: 0;
}

a:visited {
    color: #17bde1;
}

strong {
    font-weight: 700;
}

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

hr {
    color: #ccc;
    margin: 30px 0px;
    height: 1px;
}

::-moz-selection {
    background-color: ;
    color: ;
}

::selection {
    background-color: ;
    color: ;
}

small {
    font-size: 70%;
}

del {
    text-decoration: line-through;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

header {
    width: 100%;
    float: left;
}

*:focus {
    outline: none;
}

/* GLOBAL CUStoM STYLING */
.cf:before,
.cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.overflow_no,
.overflow_no * {
    overflow: visible;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.active,
header .current_page_item>a {
    background-color: #5c7177;
    /*border-radius: 5px;*/
    color: #fff;
}

/* HEADER */
.body {
    float: left;
    display: inline-block;
    width: 100%;
}

.btn-navbar {
    float: right;
    margin-top: 25px;
    display: none;
}

.menuimg {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 40px;
}

.menuimg .icon-bar {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
}

.navbar ul li {
    /*padding: 0px 5px;*/
    position: relative;
    text-align: center;
}

.navbar ul li a:hover {
    /*border-radius: 5px;*/
    color: #fff;
    border: 1px solid transparent;
    background-color: #5c7177;
}

.navbar ul {
    /*margin-top: 25px;*/
}

.navbar ul li a {
    border: 1px solid transparent;
}

.circle:hover span {
    color: #fff !important;
}

.navbar ul ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 8px;
    background-color: #fff;
    min-width: 200px;
    text-align: left;
    /*border-radius: 5px;*/
    margin-top: 11px;
}

.navbar ul li:hover>ul {
    display: block;
}

.navbar ul ul li {
    display: block;
    padding: 0;
    float: none;
    border-bottom: 1px solid #f1f1f1;
}

.navbar ul>ul {
    position: relative;
}

.navbar ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 8px;
    top: -8px;
    left: 59px;
    background: none !important;
    width: 0px !important;
    height: 0px !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid #fff !important;
}

.secondary_menu {
    overflow: hidden;
}

.secondary_menu .container {
    padding: 15px 0;
}

.menu_info {
    float: left;
}

.menu_info p,
.menu_info a {
    color: #fff;
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.menu_info i {
    margin-right: 10px;
    font-size: 25px;
    margin-top: 1px;
    display: inline-block;
    float: left;
    color: #fff;
}

.menu_social {
    float: right;

}

.menu_social i {
    color: #fff;
    font-size: 2.5em;

}

.menu_social li {
    vertical-align: top;
}

.menu_social li a.googleplus {
    line-height: 30px;
}

footer .menu_social li a.googleplus {
    line-height: 34px;
}

/*
.menu_social a{
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/
.logo {
    float: left;
}

.menu_social a {
    display: inline-block;
    width: 22px;
    height: 25px;
    margin-left: 15px;
    background: #5c7177;
}

.menu_social a:hover i {
    opacity: 0.7;
    filter: alpha(opacity=70);
}



.menu {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    float: left;
}

.navbar {
    float: right;
}

.navbar ul li a {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 1.6em;
    /* Approximation due to font substitution */
    line-height: 1.6em;
    font-weight: 400;
    padding: 9px 7px 13px 7px;
}

.navbar ul li ul li a {
    display: inline-block;
    padding: 7px 15px;
    width: 100%;
}

.navbar ul li:last-child {
    padding-right: 0;
}

.navbar ul li ul li:last-child {
    border-bottom: none;
}


.slider {
    background-image: url(images/bg_pat.png);
    background-repeat: repeat;
    width: 100%;
    display: inline-block;
    float: left;
}

.tab {
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    background-color: #000;
}

.tabs {
    width: 100%;
    position: relative;
    float: left;
}

.tab:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tab img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    float: left;
}

.tab_text {
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -30px;
}

.tab_text .imgtitle {
    color: #fff;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.tab_text h3,
.tab_text .imgtitle span {
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0;
}

.tab_text .imgtitle span {
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    display: inherit;
}

.signature {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -75px;
    margin-right: -75px;
    border-radius: 75px;
    border: 2px solid #fff;
    text-align: center;
}

.signature a {
    font-family: 'Merriweather', sans-serif;
    color: #ffffff;
    font-weight: 400;
}

.signature p {
    width: 80%;
    margin: 35px auto 10px;
}

.section2 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    padding: 40px 0px;
}

.section2:after {
    content: "";
    /*opacity: 0.2;
    filter: alpha(opacity=20);*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url('./images/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section2 .container {
    text-align: center;
}

.section2 h2,
.section2 h1 {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    display: inline-block;
    position: relative;
}

.section2 h2:before,
.section2 h1:before {
    content: "";
    bottom: -4px;
    right: 50%;
    margin-right: -65px;
    position: absolute;
    width: 130px;
    height: 7px;
}

.circles {
    margin: 40px auto 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    margin: 25px;
    padding: 20px 10px;
    vertical-align: top;
}

.circle span {
    font-size: 3em;
    font-family: 'Merriweather', sans-serif;

}

.circle p {
    line-height: 1.2em;
    text-align: center;
    margin: 0;
    color: #666666;
}

.circle:hover span,
.circle:hover p {
    color: #fff;
}

.testimonials {
    padding: 30px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}

.testimonials h3,
.testimonials .tbottom {
    display: inline-block;
    padding: 30px 0;
    margin: 0;
    position: relative;
    font-family: Lato;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 300;
}

.testimonials .tbottom:before {
    content: "";
    bottom: -4px;
    right: 50%;
    margin-right: -38px;
    position: absolute;
    width: 76px;
    height: 7px;
}

.form_title p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
}

.slider_testimonials_wrapper {
    width: 80%;
    text-align: center;
    margin: 40px auto 40px;
}

.slider_testimonials_wrapper .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
}

.slider_testimonials li {
    text-align: center;
}

.slider_testimonials p {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin: 6px 0px;
}

.slider_testimonials span {
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
}

.slider_testimonials_wrapper .bx-next {
    top: 100% !important;
    right: 50% !important;
    margin-right: -50px;
    background: none !important;
}

.slider_testimonials_wrapper .bx-prev {
    top: 100% !important;
    left: 50% !important;
    margin-left: -50px;
    background: none !important;
}

.slider_testimonials_wrapper .bx-wrapper .bx-controls-direction a {
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 3em;
    margin-top: 0;
}

.contact_info {
    position: relative;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.contact_info:after {
    content: "";
    /*opacity: 0.2;
    filter: alpha(opacity=20);*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.contact_info_text {
    /*background-color:  rgba(255, 255, 255, 0.8);*/
    background: url('./images/white-bg.png');
    border-radius: 5px;
    float: left;
    width: 67%;
}

.text_block1 {
    border-bottom: 1px solid #ccc;
}

.text_block1 h3 {
    font-size: 3em;
    /* Approximation due to font substitution */
    line-height: 1.6em;
}

.text_block2 h4 {
    font-weight: 400;
    text-transform: uppercase;
    color: #353342;
}

.text_block2 h1,
.text_block2 h2,
.text_block2 h3,
.text_block2 h4,
.text_block2 h5,
.text_block2 h6 {
    color: #353342;
}

.text_content {
    width: 55%;
    float: left;
}

.photo_content {
    width: 34%;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.photo_content img {
    float: left;
}

.app_form {
    background-color: transparent;
    width: 31%;
    float: right;
}

.bluearea {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #888888;
}

.form_title {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.form_title h4,
.form_title .title_app {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    margin: 0;
    font-family: 'Merriweather', sans-serif;
}

.form_title h2 {
    margin: 0 0 15px 0;
}

.app_form input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    margin: 5px 0;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #666666;
}

form span {
    color: #ffffff;
    font-size: 1.6em;
    font-family: 'Merriweather', sans-serif;
    padding-top: 15px;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.selector {
    width: 100%;
    height: 45px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    padding: 11px;
    position: relative;
    line-height: 25px;
	display: flex;
	align-items: center;
}

.select {
    position: absolute;
    width: 100%;
    height: 45px;
    padding: 0 24px 0 8px;
    color: #999;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #666666;
    font-size: 16px;
    background: url(images/select.png) no-repeat right top;
    overflow: hidden;
    text-align: left;
}

select.styled {
    width: 100% !important;
}

.app_form textarea {
    height: 100px;
    border: none;
    margin: 10px 0;
    font-size: 16px;
    color: #666666;
    font-family: 'Merriweather', sans-serif;
}


.app_form input::-webkit-input-placeholder,
.app_form textarea::-webkit-input-placeholder,
.app_form select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666666;
}

.app_form input:-moz-placeholder,
.app_form textarea:-moz-placeholder,
.app_form select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1;
}

.app_form input::-moz-placeholder,
.app_form textarea::-moz-placeholder,
.app_form select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1;
}

.app_form input:-ms-input-placeholder,
.app_form textarea:-ms-input-placeholder,
.app_form select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}

.app_form input:placeholder-shown,
.app_form textarea:placeholder-shown,
.app_form select:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #666666;
}


.captcha {
    width: 160px !important;
    padding: 10px 20px !important;
    float: left;
    margin-top: 0 !important;
}

.app_form img {
    float: right;
    margin: 2px 0px;
}

.submit_btn {
    float: right;
    padding: 8px !important;
    background-color: transparent;
    color: #fff;
    border: 1px solid #5c7177 !important;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #5c7177;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.submit_btn:hover {
    background-color: #fff;
    border: 1px solid #5c7177 !important;
    color: #17bde1;
}



.app_form form {
    margin-top: 31px;
}

.footer_top {
    padding: 20px 0px;
}

.footer_top .navbar {
    float: left;
}

.footer_top .navbar ul {
    margin: 0;
}

.left_section {
    float: left;
}

.right_section {
    float: right;
}

.inner_pg {
    background-color: #dde6eb;
    float: right;
    width: 100%;
    text-align: center;
    padding: 40px 0px;
}

.inner_pg h1 {
    text-align: center;
    margin: 0;
    padding: 30px 15px;
    /*display: inline-block;*/
    position: relative;
}

.page_title h1 {
    display: inline-block;
}

.inner_pg h1:before {
    content: "";
    bottom: -4px;
    right: 50%;
    margin-right: -50px;
    position: absolute;
    width: 100px;
    height: 7px;
}

.wrapper {
    margin: 0px -11px;
    width: 100%;
}

.employee {
    width: 30%;
    float: left;
    margin: 11px;
    box-shadow: 0px 0px 10px #888888;
    margin-top: 0px;
}

.employee_pic {
    /*margin-bottom: 10px;*/
    float: left;
    width: 100%;
}

.employee_description {
    padding: 30px 20px;
    background-color: #fff;
    float: left;
    height: 305px;
    overflow: hidden;
    width: 100%;
}

.employee_description h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 2em;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

.employee_description h3 {
    font-size: 1.6em;
    font-family: "Lato";
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}

.employee_pic img {
    float: left;
    width: 100%;
}

.page_title {
    width: 100%;
    margin-bottom: 40px;
}

.inner_pg .app_form {
    width: 31%;
}

.inner_pg .contact_info_text {
    width: 66%;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 0px 10px #888888;
}

.inner_pg .text_block1 {
    border-bottom: none;
}

.text_block1 .photo_content {
    width: 100%;
    margin-bottom: 40px;
}

.inner_pg .text_block2 h4 {
    margin-bottom: 0;
}

.inner_pg .form_title {
    padding: 0px 0 30px;
}

.block_content {
    float: left;
    margin-bottom: 20px;
}

.inner_pg .our_office .contact_info_text {
    width: 100%;
}

.slider_office_wrapper .slider_pic {
    float: left;
    width: 100%;
}

.slider_office_wrapper .bx-wrapper .bx-viewport {
    background-color: transparent;
    box-shadow: none;
    border: none;
    left: 0;
}

.slider_office_wrapper .slider_text {
    text-align: left;
    width: 100%;
    float: right;
}

.slider_office_wrapper p {
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    font-style: normal;
}

.slider_office_wrapper h2 {
    margin-top: 0;
    margin-bottom: 0px;
    margin-top: 15px;
    font-family: 'Merriweather', sans-serif;
    font-size: 2.3em;
    font-weight: 300;
}

.our_office .contact_info_text {
    padding: 13px 30px;
}

.slider_office_wrapper .bx-wrapper .bx-controls-direction a {
    top: 100%;
    margin-top: -32px;
    right: 0;
}

.slider_office_wrapper .bx-wrapper .bx-prev {
    left: 100%;
    margin-left: -65px;
}

.accordion {
    width: 100%;
    margin: 20px auto;
    float: right;
}

.accordion-item {
    padding: 10px;
    cursor: pointer;
    text-align: left;
    margin: 10px 0;
    position: relative;
    border-radius: 5px;
}

.accordion-item h2 {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
}

.accordion-item.open {
    border-bottom: 0px;

}

.accordion-item.open .type {
    float: right;
    padding: 10px;
    position: relative;

}

.accordion-item.open .type:before {
    content: "\f147";
    top: -22px;
    right: 15px;
    position: absolute;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
}

.accordion-item .type:before {
    content: "\f196";
    top: 8px;
    right: 25px;
    position: absolute;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
}

div.data {
    padding: 2px 0;
    display: none;
    text-align: left;
}

.feedback_form input[type="text"],
.feedback_form input[type="tel"],
.feedback_form input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: transparent;
}

.feedback_form textarea {
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: transparent;
    min-height: 120px;
}

.feedback_form .submit_btn,
.comment-form #submit {
    border-radius: 5px;
    padding: 10px 30px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.feedback_form .submit_btn:hover,
.comment-form #submit:hover {
    background-color: #17bde1 !important;
    border: 1px solid #17bde1 !important;
    color: #fff;
}

.rating {
    float: left;
    margin: 20px 0 10px;
}

.rating span {
    color: #000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
    padding: 0;
    float: left;
    width: auto;
    margin-right: 17px;
}

.stars {
    float: left;
    margin-top: 3px;
}

.stars i {
    font-size: 2em;
    margin-left: 15px;
}

.forms {
    float: left;
    width: 100%;
}

.title_forms_section {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.title_forms_section p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

.article {
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 15px 20px;
}

.fa-file-pdf-o:before {
    font-size: 2em;
}

.article_name p {
    margin: 0;
}

.forms .article:last-child {
    border-bottom: none;
}

.down_icon a {
    cursor: pointer;
}

.testimonials_text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px 30px 30px;
    float: left;
    width: 47%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #888888;
}

.testimonials_wrapper {
    margin: 0;
    width: 800px;
    display: inline-block;
    float: left;
}

.testimonial_pic {
    position: absolute;
    left: 50%;
    top: -62px;
    margin-left: -57px;
    border: 44px;
}

.testimonial_pic img {
    border-radius: 58px;
    border: 3px solid #fff;
}

.main_content {
    float: left;
    width: 69%;
    display: inline-block;
}

.testimonials_content .stars {
    float: none;
    text-align: center;
}

.item {
    margin-top: 80px;
}

.testimonials_content h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.testimonials_content p {
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    text-align: left;
}

.pagination {
    width: 100%;
    /* float: left; */
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 0px;
    text-align: center;
}

.pagination * {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
}

.pagination a {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    color: #000;
    margin: 0 2px;
    line-height: 25px;
}

.pagination a:hover {
    color: #fff;
}

.page-numbers ul {
    list-style: none !important;
    display: inline-block !important;
    text-align: center !important;
}

.pagination ul li {
    float: none !important;
    display: inline-block !important;
    list-style: none !important;
    margin-left: 5px !important;
}

.blog_article {
    border-radius: 5px;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    margin: 0 20px 20px 0px;
    width: 47%;
    text-align: left;
    min-height: 400px;
    box-shadow: 0px 0px 10px #888888;
    text-align: justify;
}

.blog_article h2 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 2em;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

.blog_article h2 a {
    color: #000;
}

.blog_article:hover h2 {
    border-bottom: 1px solid #fff;
}

.hasDatepicker {
    background-image: url(images/calendar.png);
    background-position: right top;
}

.blog_btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* border radius */
    padding: 5px 15px;
    float: left;
}

.blog_page {
    padding-top: 30px;
}

.article_header {
    position: relative;
    width: 100%;
    text-align: left;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.top_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-8 */
}

/*
.article_header img{
    float:left;
      height: 100%;
  width: 100%;
}*/
.blogpost_title {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
}

.blogpost_title span {
    font-size: 1.6em;
    font-style: italic;
}

.blogpost_title h3 {
    margin: 0;
}

.blog_page .text_block1 {
    border-bottom: 1px solid #ccc;
}

.content_left {
    /*padding: 15px 30px;*/
    padding: 15px 30px;
    padding-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #888888;
    text-align: justify;
}

.patient {
    margin: 30px -10px;
    overflow: hidden;
}

.box {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.title_pic {
    float: left;
    width: 100%;
}

.title_pic p {
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    text-align: center;
}

.box a img {
    float: left;
    width: 100%;
}

.fancybox-nav:hover span {
    visibility: hidden;
}

.smile .pagination {
    text-align: center;
    margin: 30px 0;
}

/*
.contact h4{
    text-transform: uppercase;
    margin-bottom: 50px;
}*/
.contact_details p {
    padding-left: 20px;
    position: relative;
}

.contact_details a {
    color: #000;
    line-height: 25px;
}

.contact_details i {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 1em;
    text-align: center;
}

.contact .app_form form {
    margin-top: 0;
}

.inactive {
    cursor: default;
}

.toggle {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    right: 0;
    background-color: #666;
    z-index: 2150;
    border-radius: 5px 0 0 5px;
    border: 3px solid #fff;
    border-right: none;
}

.blog_article:hover .blog_btn {
    border: 1px solid #fff;
    color: #fff;
}

.recent_posts {
    background-color: #fff;
    float: right;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px #888888;
}

.recent_posts h3 {
    margin: 0;
    padding: 20px 0px;
    color: #fff;
}

.recent_posts_content {
    float: left;
    padding: 10px 20px;
    width: 100%;
}

.recent_posts_content .titlepost {
    margin: 0;
    text-align: left;
    float: left;
    font-size: 1.6em;
    font-weight: 400;
    padding-right: 13px;
}

.recent_article {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
}

.fa-angle-right {
    float: right;
    font-size: 2em;
}

.bottom_section {
    float: left;
    width: 100%;
    padding: 10px 0 20px;
}

.bottom_section p {
    margin: 0;
    font-family: 'Merriweather', sans-serif;
}

/*-------*/
#menu-footer-menu {
    background: transparent;
}

.current {
    background-color: #ed5540;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(./css/PIE/PIE.htc);
    color: #FFF;
    margin: 0px 2px;
    line-height: 27px;
    font-size: 15px;
    text-align: center;
}

.pagination a {
    font-size: 15px;
    text-align: center;
}

.footer_top .menu_social {
    padding-top: 15px;
}

.contact .app_form form {
    margin-top: 31px;
}

.text_block h3,
.text_block h2 {
    font-size: 25px;
    line-height: 1.2em;
    color: #353342;
    text-transform: uppercase;
    font-weight: 400;
}

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

.text_block h2 {
    font-size: 25px;
    line-height: 1.2em;
    color: #353342;
    font-family: 'Merriweather', sans-serif;
}

.text_block h4 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #353342;
}

.text_block h1,
.text_block h2,
.text_block h5,
.text_block h6 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #353342;
}

#ebcaptchainput {
    width: 165px !important;
    padding: 10px 20px !important;
    float: left;
    margin-top: 0 !important;
    float: left;
}

.cp-field {
    width: 50%;
    float: left;
    font-size: 17px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}

.result {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    padding-top: 15px;
    color: green;
}

/*
.section2:after{
    
}*/
.contact_info:after {
    background-image: url(./images/bg2.jpg);
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.aligncenter {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

.bx-controls-direction {

    padding-top: 20px;
}

.feedback_form #ebcaptchatext {
    color: #000;
}

.feedback_form span.error {
    color: #F00;
    width: 100%;
    display: block;
}

.feedback_form .cp-field {
    width: 90px;
}

.result-cf {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: green;
    font-size: 15px;
}

.radio-block {
    float: left;
}

.radio-block label {
    display: none;
}

.rating {
    width: 100%;
    display: inline-block;
}

.rating .radio-block a {
    font-size: 2em;
    margin-left: 15px;
    color: #ed5540;
}

.rating .radio-block a:hover i:before,
.rating .radio-block a.active i:before {
    content: "\f005";
}

.rating .radio-block a.active {
    background-color: transparent;
}

.contact_info_text.col100 {
    width: 100%;
    text-align: center;
}

.not-found {
    padding: 40px;
    padding-bottom: 100px;
}

.not-icon {
    font-size: 100px;
}

label.screen-reader-text {
    display: none;
}

.search-form #s {
    width: 250px;
    padding: 15px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(./css/PIE/PIE.htc);
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: transparent;
}

.search-form #searchsubmit {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(./css/PIE/PIE.htc);
    padding: 16px 40px !important;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #353342;
    border: none;
    color: #fff;
}

.toggle {
    display: none !important;
}

.current-menu-item>a {
    color: #fff !important;
}

/*
.body {
  background-color: #dde6eb;
}*/
.inner_pg {
    padding-top: 0px;
}

.section2,
.contact_info {
    /*background: url('./images/white-bg1.png');*/
    overflow: hidden;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
}

.breadcumps-header i {
    margin-right: 5px;
}

#breadcrumbs {
    padding: 15px 0 40px 0;
    margin: 0px;
}

.breadcumps-header {
    background-color: #dde6eb;
}

.full-pg {
    width: 100% !important;
    padding: 50px;
}

.col75 {
    width: 66%;
    float: left;
}

.slider_pic img {
    margin: 0;
    width: 100%;
}

.article_name h3 {
    font-size: 16px;
    margin: 16px 0px;
    margin: 0px;
    font-weight: 400;
    line-height: normal;
}

.text_block1 h2 {
    font-size: 2.5em;
    line-height: 35px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

.blogpost_title .fa {
    margin-right: 5px;
}

.prev_next_links {
    display: inline-block;
    width: 100%;
}

.prev_next_links {
    display: inline-block;
    width: 100%;
    font-size: 1.6em;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.prev_next_links a {
    color: #666666;
}

.to-left {
    float: left;
}

.to-right {
    float: right;
}

form.comment-form span,
form.comment-form p {
    color: #4E4E4E;
    font-size: 14px;
    font-family: 'Merriweather', sans-serif;
    /*padding-top: 15px;*/
}

form.comment-form span.error {
    color: red !important;
    margin-left: 11px;
}

form.comment-form span {
    float: none !important;
    width: auto !important;
    display: initial !important;
}

.comment-list>li {
    margin-top: 10px;
    /* padding-top: 20px; */
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
    float: none;
    display: block;
    overflow: hidden;
}

.comment-list {
    /* overflow: hidden; */
    display: inline-block;
    width: 100%;
}

.comment-list>li:last-child {
    border-bottom: none !important;
}

.children li {
    border-top: 2px solid #ededed;
    padding-top: 20px;
    margin-top: 20px;
    float: none;
    display: inherit;
    overflow: hidden;
}

.comment-body {
    text-align: left;
    overflow: hidden;
}

.comment-author.vcard {
    color: #4E4E4E;
    font-size: 17px;
    padding-top: 15px;
    float: none;
}

.comment-reply-link {
    float: left;
    padding: 8px !important;
    background-color: transparent;
    color: #000;
    border: 1px solid #aeaeae !important;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(./css/PIE/PIE.htc);
    font-size: 15px;
    width: 140px;
    text-align: center;
}

.comment-reply-link:hover {
    background: #dfdfdf;
}

.comment-awaiting-moderation {
    font-size: 13px;
}

.comment-meta.commentmetadata {
    margin-top: 10px;
    font-size: 13px;
}

.comment-author.vcard img {
    width: 50px;
    height: 50px;
}

.recent_article a {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.recent_article .fa-angle-right {
    float: right;
    font-size: 2em;
    position: absolute;
    top: 0%;
    right: 0px;
}

.addthis_native_toolbox {
    padding: 0px 0px 8px 0px;
}

.bottom-box {
    padding-top: 15px;
}

.bottom-box-test {
    padding-top: 20px;
}

.bottom-box-test {
    padding-top: 0px;
    padding-bottom: 20px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
}

.addthis_native_toolbox.top-box {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.addthis_native_toolbox.top-box-st.box-left {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.fancybox-opened .fancybox-title {
    display: none;
}

.box-left {
    margin-left: 10px;
}

.feedback_form textarea {
    margin-bottom: 10px;
}

/*
.comment-form #submit {
  float: left;
  padding: 8px!important;
  background-color: transparent;
  color: #000;
  border: 1px solid #000 !important;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
     -pie-border-radius: 5px;
    behavior: url(./css/PIE/PIE.htc);
  font-size: 15px;
  width: 140px;
  text-align: center;
}*/


.comment-form #submit {
    float: left;
    padding: 8px !important;
    background-color: transparent;
    color: #fff;
    border: 1px solid #5c7177 !important;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #5c7177;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.app_form {
    margin-bottom: 30px;
}

.col-stf {
    width: 69%;
}

.addthis_native_toolbox {
    display: inline-block;
    width: 100%;
}

.tab a {
    display: block;
    width: 100%;
    /* background: url('./images/black-bg.png');*/
}

.leave_comment input,
.leave_comment textarea {
    border-radius: 5px;
    border: none;
    margin: 5px 0;
    height: 35px;
    border: 1px solid #aeaeae;
    padding-left: 10px;
}

.leave_comment textarea {
    height: 170px;
}

.b-home {
    font-size: 18px;
    border: 1px solid #dfdfdf;
    padding: 15px 40px;
    color: #fff !important;
    margin-top: 5px;
    display: inline-block;
}



#reply-title {
    font-size: 22px;
    font-weight: 500;
}

.children {
    margin-left: 40px;
}

a#cancel-comment-reply-link {
    padding: 8px;
    border-radius: 5px;
    text-decoration: underline;
}

.accordion-item h2 a {
    color: #fff;
}

.no-img {
    background: none !important;
}

.inner_pg .simplecontent {
    width: 95%;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 0px 10px #888888;
    padding: 20px;
    margin: 11px;
    background: #fff;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 2px solid red !important;
}

.fullbox {
    display: inline-block;
    width: 100%;
}

.fullbox span {
    margin: 0px;
    margin-bottom: 5px;
    padding-top: 0px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    padding: 10px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.captchabox {
    width: 60%;
    float: left;
}

.submitbox {
    width: 40%;
    float: left;
}

.captimg,
.capttext {
    float: left;
}

.captimg img {
    height: 46px;
    width: 94px;
    margin: 4px 0px;
    margin-right: 10px;
}

.capttext input {
    width: 85px;
    height: 43px;
}

.submitbox input {
    width: 90%;
    padding: 11px !important;
    color: #fff;
}


/*ui -------------------- */
#ui-datepicker-div {
    z-index: 4444 !important;
}

.ui-widget-content {
    border: 1px solid #17bde1;
    padding: 15px;
}

.ui-widget-header {
    color: #17bde1;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-state-hover {
    background: #efefef;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #293033;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #283e56;
    color: white;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #649e33;
    color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #283e56;
    color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #17bde1;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev {
    background: #17bde1;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: white;
    line-height: 25px;
    text-align: center;
    display: block;
}

.ui-datepicker .ui-datepicker-next {
    background: #17bde1;
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: white;
    line-height: 25px;
    text-align: center;
    display: block;
}

.ui-widget-content {
    background: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #17bde1;
}

.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #17bde1;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #293033;
    border: none;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev {
    background: #17bde1;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: white;
    line-height: 25px;
    text-align: center;
    display: block;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-widget-header {
    border: none;
    background-color: transparent;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev:hover {
    left: 0px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
    top: 4px;
}

.ui-datepicker {
    width: 232px;
    font-size: 14px;
}


.ui-datepicker-today .ui-state-default,
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-active {
    background: #17bde1;
    color: #fff;
}

/*ui ------------ */


.navbar ul .menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    margin-right: 10px;
}


.slider_testimonials_wrapper .bx-controls.bx-has-controls-direction {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block !important;
}

.bx-wrapper .bx-controls-direction a i {
    font-size: 34px;
}

.tbottom {
    position: relative;
    border-bottom: 1px solid #17bde1;
    text-align: center;
    color: #fff;
}

.tbottom:before {
    background-color: #17bde1;
    content: "";
    bottom: -4px;
    right: 50%;
    margin-right: -50px;
    position: absolute;
    width: 100px;
    height: 7px;
}

.starratingawesome>input:checked~label {
    color: #ed5540 !important;
}

.starratingawesome:not(:checked)>label:hover,
.starratingawesome:not(:checked)>label:hover~label {
    color: #ed5540 !important;
}

.rating span.wpcf7-starratingawesome.starratingawesome {
    margin-top: 0px;
    padding-top: 0px;
}

.boxitem {
    display: inline-block;
    width: 100%;
}

.boxitem span {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.captchabox .fixwith input[type="text"] {
    width: 100px;
}

div.wpcf7-response-output {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.feedback_form div.wpcf7-validation-errors {
    color: #000 !important;
}

.feedback_form div.wpcf7-response-output {
    color: #000 !important;
}

.about-person img {
    width: 50px;
    height: 50px;
    float: none;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.about-person p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 13px;
    margin-left: 3px;
}

.about-person p span {
    font-weight: 400;
}

.about-person {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.testimonials-slider li {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0px;
    background: transparent;
}

.col50 {
    width: 50%;
    float: left;
    padding: 0 4px;
}

.col100 {
    padding: 0 4px;
}

.col50 input,
.col100 textarea,
.contactform .capttext input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    margin: 5px 0;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #666666;
    border: 1px solid #BABABA;
}

.col50 input::-webkit-input-placeholder,
.col100 textarea::-webkit-input-placeholder {
    color: #666666;
}

.col50 input:-moz-placeholder,
.col100 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

.col50 input::-moz-placeholder,
.col100 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

.col50 input:-ms-input-placeholder,
.col100 textarea:-ms-input-placeholder {
    color: #666666;
}


.contactform .capttext input {
    width: 100px;
}

.rowfull,
.col100 {
    display: inline-block;
    width: 100%;
}

.contactform div.wpcf7-response-output {
    color: #000;
}

.contactform input[type="submit"] {
    width: auto;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    margin: 5px 0;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
}

.capttext span {
    padding-top: 2px;
    padding-bottom: 4px;
}

.contactform span {
    margin-bottom: 4px;
}

.button-green-dw {
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #666666;
    background-color: transparent;
    color: #fff;
    border: 1px solid #5c7177 !important;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #5c7177;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}



.button-green-dw:hover {
    background-color: #fff;
    border: 1px solid #5c7177 !important;
    color: #17bde1;
}



.single-cupon {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
}


.single-cupon:last-child {
    border-bottom: none;
}

.coupon .wrapper {
    width: 587px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    overflow: hidden;
    margin: 30px auto 30px;
    border: 1px solid #dad9d3;
    background-color: #EBEBEB;
}

#printt .halfs {
    width: 36%;
    float: left;
}


#printt .pdleft {
    width: 63% !important;
    float: right !important;
}

.coupon_header {
    padding: 20px 20px 40px 20px;
    overflow: hidden;
}

#printt .yellow_bandroll {
    background-color: transparent;
    background-image: url(./images/bgappoiment.png);
    background-repeat: repeat;
    font-size: 24px;
    color: white;
    text-align: center;
    padding: 10px 20px;
}

#printt .coupon_content {
    padding: 20px;
}

#printt .coupon_content .coupon_title {
    text-align: center;
    color: #474e53;
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
}

.cupponaddress {
    margin-bottom: 15px;
}

.centerbox {
    text-align: center;
}

.centerbox {
    text-align: center;
    display: block;
    margin: 0px auto 30px auto;
}



.button-green-dw {
    width: auto;
    display: inline-block;
}

.prnt {
    text-align: center;
}

.top-boxes i {
    margin-right: 7px;
}

.content_left ul,
.content_left ol {
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.content_left ul li {
    text-align: left;
    margin-bottom: 10px;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

.content_left ol {
    list-style-type: decimal;
}

.content_left ol li {
    text-align: left;
    margin-bottom: 10px;
    display: list-item;
    list-style-position: inside;
}

#hamburger {
    width: 27px;
    height: 14px;
    z-index: 5;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: none;
    position: relative;
    float: left;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger span:nth-child(2) {
    top: 6px;
    left: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-opening #hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}

html.mm-opening #hamburger span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

html.mm-opening #hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 0px;
}

#header-menu-mobile {
    display: none;
}

.menu_social ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer_top .menu_social a {
    display: inline-block;
    width: 25px;
    height: 26px;
    margin-top: 7px;
    margin-left: 5px;
    background: transparent;
}

.footer_top .menu_social a i {
    color: #fff;
}

.b-home:hover {
    background-color: #3AD7F9;
}

.text_block {
    padding-top: 30px;
    font-size: 15px;
}

.down_icon i {
    font-size: 12px;
}

.c-name,
.text_block .c-name {
    color: #17bde1;
    padding: 10px 0px;
    margin: 16px auto;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: initial;
}



.yelpicon,
.googleplusicon {
    width: 22px;
    height: 25px;
    display: inline-block;
    position: relative;

}

.yelpicon:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 0px;
    background-image: url(images/logo-yelp.jpg);
    background-repeat: no-repeat;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.googleplusicon:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 0px;
    background-image: url(images/google-plus-icon.jpg);
    background-repeat: no-repeat;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.googleplus:hover,
.yelp:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.coupon-content {
    text-align: justify;
}

.adress_header a:hover {
    opacity: 0.7;
}

.imitateh1 {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    display: inline-block;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #17bde1;
}

.custom-share .fb-share,
.custom-share .gplus-share,
.custom-share .twitter-share {
    float: left;
    margin-right: 12px;
}

.custom-share {
    display: inline-block;
    width: 100%;
}

.maparea {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.maparea iframe {
    width: 100% !important;

}

.wide ul {
    width: 460px !important;
}

.wide ul li {
    width: 50%;
    float: left !important;
}

.wide ul li:nth-child(2n+1) {
    border-right: 1px solid #f1f1f1;
}

.menu_social li a i {
    color: #5c7177;
    font-size: 19px;
    line-height: 1.5em;
}

.menu_social li a {
    background: #fff;
}

.wsp-pages-list {
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.wsp-pages-list li {
    text-align: left;
    margin-bottom: 10px;
    list-style: disc outside none;
    display: list-item;
    border-top: none !important;
    padding-top: 20px;
    margin-top: 20px;
    /* float: none; */
    /* display: inherit; */
    overflow: hidden;
    margin-left: 1em;
}

.wsp-pages-title {
    display: none !important;
}

.wdgtitle {
    margin: 0;
    padding: 20px 0px;
    color: #fff;
    background-color: #5c7177;
    font-family: 'Merriweather', sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.form_title .apptitle {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    margin: 0;
    font-family: 'Merriweather', sans-serif;
}

.slider_office_wrapper {
    height: 460px;
}

.doctors-wrap {
    padding: 20px;
}

.doctors-wrap .doctor {
    width: 100%;
    margin-bottom: 11px;
    overflow: hidden;
    border-top: 10px solid #17bde1;
    padding-top: 30px;
    padding-bottom: 10px;
}

.doctors-wrap .doctor:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.doctors-wrap .doctor:nth-child(2n+1) {
    margin-right: 3%;
}

.doctors-wrap .doctor:nth-child(2n) {
    margin-left: 3%;
}*/

.doctors-wrap .doctor h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 2em;
    font-weight: 300;
}

.doctors-wrap .doctor h3 {
    font-size: 1.6em;
    font-family: "Lato";
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
    color: #17bde1;
}

.doctors-wrap .doctor .img {
    float: left;
}

.doctors-wrap .doctor .img img {
    border: 3px solid #17bde1;
    margin-right: 20px;
    margin-bottom: 10px;
}

.doctors-wrap .doctor li {
    font-size: 15px;
    list-style-type: disc;
    line-height: 1.5;
}

.doctors-wrap .doctor p {
    line-height: 1.5;
}

.doctors-wrap h1 {
    margin-bottom: 40px;
}

.doctors-wrap .img-full {
    display: none;
}

#menu-item-584>a:hover {
    cursor: default;
}

.carecredit-buttons {
    width: 400px;
    max-width: 100%;
}

.carecredit-buttons a {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.carecredit-buttons a:last-child {
    margin-right: 0;
}

.page-template-contact .submitbox input[type="submit"] {
    width: 200px;
    margin: 0 auto;
    display: block;
    float: none !important;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1250px) {

    /* 980 wrapper for 980 devices */
    .container {
        width: 90%;
    }

    .navbar ul li {
        padding: 0;
    }

    .navbar ul ul {
        left: 0;
    }

    .circle {
        margin: 22px;
    }

    .employee {
        width: 30%;
        margin: 11px;
        margin-top: 0px;
    }

    .employee_description {
        height: 320px;
    }

    .testimonials_wrapper {
        width: 600px;
    }

    .col75 {
        width: 68%;
        float: left;
    }

    .menu .navbar>ul {
        display: none;
    }

    .btn-navbar {
        display: block;
    }

    #hamburger {
        display: block;
        float: right;
    }

    html.mm-opening #header-menu-mobile {
        display: block;
    }

    #header-menu-mobile a {
        font-size: 15px;
        line-height: 1.5em;
        color: #bdbdbd;
        text-transform: uppercase;
    }

    .mm-panel>.mm-list {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #header-menu {
        display: none;
    }

    .mm-subclose {
        text-align: center;
    }

}

@media(min-width: 1200px) {
	.container {
		max-width: 1240px !important; 
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
    .col75 {
        width: 66%;
    }

    .col-stf {
        width: 68%;
    }

    .contact_info_text {
        width: 60%;
    }

    .app_form {
        width: 37%;
    }

    .circles>a {
        display: inline-block;
    }
}


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

    /* 768 wrapper for 768 devices */
    .container {
        width: 90%;
    }

    .blogpost_title h3 {
        font-size: 2em;
    }

    .box {
        width: 100%;
        margin-bottom: 10px;
    }

    .inner_pg .contact_info_text {
        width: 100%;
    }

    .inner_pg .app_form {
        width: 100%;
    }

    .slider_testimonials_wrapper {
        width: 100%;
    }

    .slider_office_wrapper .slider_pic {
        width: 100%;
    }

    .slider_office_wrapper .slider_text {
        width: 100%;
    }

    .slider_office_wrapper h2 {
        margin-top: 30px;
    }

    .slider_office_wrapper .bx-wrapper img {
        width: 100%;
    }

    .navbar ul ul {
        position: relative;
        background-color: transparent;
        text-align: right;
        margin-top: 0;
        display: block;
    }

    body .navbar ul ul li a {
        color: #fff !important;
    }

    body .navbar ul ul li a:hover,
    body .navbar ul ul li:hover {
        color: #777777 !important;
    }

    .current-menu-item a,
    .navbar ul ul .current-menu-item a {
        color: #777777 !important;
    }

    .menu-main-menu-container a:hover,
    .navbar ul ul li a:hover,
    .navbar ul li a:hover {
        color: #777777 !important;
    }

    .menu .navbar>ul>li>a {
        font-size: 2em;
    }

    .navbar ul li a {
        border: none;
    }

    .navbar ul li a:hover {
        border: none;
    }

    .navbar ul ul li {
        border-bottom: none;
        text-transform: none;
        line-height: 1px;
    }

    .navbar ul li {
        width: 100%;
        margin: 5px 0;
    }

    .footer_top .navbar ul li {
        width: auto;
    }

    .menu .navbar>ul>li {
        text-transform: uppercase;
    }

    .signature {
        display: none;
    }

    .tab_text .imgtitle {
        font-size: 3em;
        margin-bottom: 10px;
    }

    .tab_text h3,
    .tab_text .imgtitle span {
        font-size: 2em;
        margin-top: 10px;
    }

    .tab_text h2 span {
        font-size: 17px;
    }

    .tab_text {
        margin-top: -50px;
    }

    .footer_top .menu_social {
        float: right;
        text-align: center;
        width: 100%;
    }

    .footer_top .navbar ul {
        margin: 0;
        display: inline-block;
    }

    .footer_top .navbar {
        width: 100%;
        text-align: center;
    }

    .text_content {
        width: 100%;
    }

    .photo_content {
        width: 55%;
        float: none;
        margin: 0 auto;
    }

    .footer_top .menu_social {
        margin-top: 10px;
    }

    .footer_top .menu_social i {
        font-size: 3.5em;
        /*margin: 15px 20px 0;*/
    }

    .employee {
        margin: 8px;
    }

    .employee_description {
        height: 400px;
    }

    .captcha {
        width: 120px !important;
    }

    .main_content {
        width: 100%;
        float: none;
    }

    .testimonials_wrapper {
        width: 100%;
    }

    .testimonials_text {
        width: 100%;
    }

    .blog_article {
        width: 95%;
    }

    .recent_posts {
        width: 35%;
    }

    header .current_page_item a {
        background-color: transparent;
        /*border: 1px solid #fff!important;
        border-radius: 5px;
        color: #fff;*/
    }

    .current_page_item a {
        color: #E0E0E0 !important;
    }

    .navbar ul li ul li a {
        padding: 15px 20px;
    }

    .sub-menu {
        padding-right: 10px;
    }

    .navbar #menu-main-menu {
        display: none;
    }

    .col75 {
        width: 61%;
        float: left;
    }

    .employee {
        width: 46%;
    }

    .contact_info_text {
        float: none;
        width: 100%;
    }

    .app_form {
        width: 100%;
        float: none;
        margin: 38px auto;
        display: block;
    }

    .col-stf {
        width: 100%;
        float: none;
        display: inline-block;
    }

    .employee {
        width: 31%;
    }

    .recent_posts {
        width: 100%;
        display: block;
        float: none;
    }

    .blog_article {
        min-height: auto;
    }


}



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

    /* 460 wrapper for 480 devices */
    .container {
        width: 90%;
    }

    .employee {
        margin: 9px;
        width: 46%;
    }

    .adress_header {
        margin-right: 0 !important;
    }

    .down_icon {
        margin-top: 10px !important;
    }

    .pagination {
        margin-top: 20px;
    }

    .footer_top .navbar {
        display: none;
    }

    .tab {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .contact_info_text {
        width: 100% !important;
    }

    .app_form {
        width: 100% !important;
        margin-top: 30px;
    }

    .footer_top .menu_social {
        margin-top: 0px;
    }

    .footer_top .menu_social i {
        margin-top: 0px;
    }

    .left_section,
    .right_section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .footer_bottom {
        padding: 10px 0px;
        display: inline-block;
        width: 100%;
    }

    .footer_bottom p {
        margin: 0;
    }

    header .menu_social {
        display: none;
    }

    .text_block2 h4 {
        margin: 30px 0 0px 0;
    }

    .main_content {
        width: 100%;
    }

    .article_header {
        width: 100%;
    }

    .recent_posts {
        width: 100%;
        margin-top: 50px;
    }

    .current-menu-item a,
    .navbar ul ul .current-menu-item a {
        color: #777777 !important;
    }

    .menu-main-menu-container a:hover,
    .navbar ul ul li a:hover,
    .navbar ul li a:hover {
        color: #777777 !important;
    }

    .col75 {
        width: 100%;
        float: none;
    }

    .footer_top .menu_social {
        padding-top: 0px;
    }

    .not-found {
        padding: 18px;
        padding-bottom: 40px;
    }

    .not-found h3 {
        font-size: 1.5em;
    }

    h1 {
        font-size: 30px;
    }

    .text_block h2 {
        font-size: 20px;
    }

    .tab img {
        width: 100%;
    }

    .tab_text .imgtitle {
        font-size: 2em;
    }

    .menu_info {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .menu_info p {
        font-size: 14px;
    }

    .menu_info i {
        font-size: 18px;
    }

    .menu_info p,
    .menu_info a {
        float: none;
        display: inline-block;
    }

    .logo img {
        width: 123px;
    }

    .slider_office_wrapper {
        height: auto;
    }

    .doctors-wrap .doctor .img {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .doctors-wrap .doctor .img img {
        width: 100%;
        height: auto;
        margin-right: 0;
        display: none;
    }

    .doctors-wrap .img-full {
        display: block !important;
    }
}

@media only screen and (max-width: 580px) {
    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 19px;
    }

    .slider_testimonials p {
        font-size: 16px;
    }

    .testimonials .tbottom,
    .testimonials h3,
    .section2 h2,
    .section2 h1 {
        font-size: 28px;
    }

    h1 {
        font-size: 25px;
    }

    .captchabox {
        width: 100%;
    }

    .submitbox {
        width: 100%;
    }

    .submitbox input {
        width: 100%;
    }

    .form_title h4,
    .form_title .title_app {
        font-size: 25px;
    }

    .form_title {
        padding: 18px 0;
    }

    .recent_posts {
        margin-top: 10px;
    }

    .circle {
        padding: 26px 10px;
        margin: 20px 42px;
    }
}

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

    /* 300 wrapper for 320 devices */
    .container {
        width: 85%;
    }

    .employee_description {
        height: auto;
    }

    .footer_top .menu_social i {
        font-size: 3.5em;

    }

    .photo_content {
        width: 90%;
    }

    .testimonials_wrapper {
        width: 100%;
    }

    .tab_text {
        left: 20px;
    }

    .logo {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .captcha {
        width: 120px !important;
    }

    .menu_info {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .btn-navbar {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .menuimg {
        display: inline-block;
    }

    .navbar ul li {
        text-align: center;
    }

    .employee {
        width: 100%
    }

    .top_content span {
        display: none;
    }

    #ebcaptchainput {
        width: 90px !important;
    }

    .alignright,
    .alignleft {
        float: none;
        margin: 10px auto;
    }

    .accordion-item.open .type:before {
        content: "\f147";
        top: -20px;
        right: -5px;
    }

    .accordion-item .type:before {
        content: "\f196";
        top: 7px;
        right: 5px;
    }

    .accordion-item h2 {
        padding-left: 0px;
        font-size: 1.3em;
    }

    .rating span {
        font-size: 1.8em;
    }

    .feedback_form .submit_btn {
        width: 100%;
        margin-top: 10px;
    }

    .comment-form input[type=text],
    .comment-form input[type=password],
    .comment-form input[type=email] {
        width: 100%;
    }

    .carecredit-buttons a {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .carecredit-buttons a img {
        width: 100%;
    }
}

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

    /* 300 wrapper for 320 devices */
    .container {
        width: 97%;
    }

    .slider_testimonials p {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em !important;
    }

    h1 {
        font-size: 2em;
    }

    .inner_pg h1:before {
        background-color: transparent !important;
    }

    .tab {
        height: 100%;
    }
}

/* 26/03/2018 */
.submitbox {
    width: 100%;
    float: none;
}

.submitbox input {
    width: 100%;
}

@media (max-width: 479px) {
    .recaptha {
        overflow: hidden;
        border-right: 1px solid #e0e0e0;
        border-radius: 3px;
    }

    .submitbox {
        overflow: hidden;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .submit_btn {
        float: none;
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
    background: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}

body .picker__select--month,
body .picker__select--year {
    padding: 0 !important;
}

.reviews-page p,
.reviews p {
	margin: 0 !important;
}

.reviews-page, 
.reviews {
	text-align: initial !important;
}

@media(max-width:768px){
  .container {
  	width: 98% !important;
  }
  
  .testimonials {
  	padding: 0 !important;
  }
  
  .testimonials .container {
  	width: 98% !important;
  }
  
   .container-reviews {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.review-name {
	display: flex !important;
}


.app_form select {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Merriweather', sans-serif;
  color: #666;
  padding: 15px;
	cursor: pointer;
}

.app_form #datepicker {
	cursor: pointer;
}

.container-reviews .carousel-item.active {
	background: #ffff;
}