.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: none;
}
html {
height: 100%;
overflow-x: hidden;
position: relative;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
overflow-x: hidden;
position: relative;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe,
main,
summary {
display: block;
}
video,
audio,
progress,
canvas {
vertical-align: baseline;
}
video {
background-color: #000000;
}
template,
[hidden],
audio:not([controls]) {
display: none;
}
audio:not([controls]) {
height: 0;
}
iframe {
max-width: 100%;
}
abbr,
address,
progress {
display: inline-block;
text-decoration: none;
}
abbr:not([class]),
acronym {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
#middle ul:after,
#bottom ul:after,
#middle ol:after,
#bottom ol:after {
content: '.';
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow: hidden;
}
dl {
display: block;
overflow: hidden;
}
dt {
display: block;
font-weight: bold;
overflow: hidden;
}
dd {
display: block;
overflow: hidden;
}
q:before,
q:after {
content: none;
}
del {
text-decoration: line-through;
}
table {
width: 100%;
}
img {
display: inline-block;
color: transparent;
height: auto;
font-size: 0;
vertical-align: middle;
max-width: 100%;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: auto;
-ms-interpolation-mode: bicubic;
}
img.wp-smiley,
img.emoji {
font-size: 1em;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
img {
border: 0;
}
figure {
background-image: none !important;
}
fieldset {
margin: 25px 2px 30px;
padding: 1.5em 1em .5em;
border-width: 0;
border-style: solid;
}
fieldset legend {
padding: 3px 10px;
margin-top: -25px;
}
input {
line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
textarea {
resize: vertical;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
optgroup {
font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
}
input[type=submit],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
pointer-events: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type=text]::-ms-clear {
display: none;
}
p:empty {
display: none;
}
:focus {
outline: 0;
}
pre,
code,
kbd,
samp {
background-color: transparent;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: 1px;
}
pre {
white-space: pre-wrap;
}
pre a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: inherit;
}
code {
display: inline-block;
}
code a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: inherit;
}
svg:not(:root) {
overflow: hidden;
}
sub,
sup,
small {
font-size: 75%;
}
sub,
sup {
line-height: 0;
position: relative;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
b,
strong {
font-weight: bold;
}
th,
td,
caption {
font-weight: normal;
}
dfn {
font-style: italic;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
mark {
color: #000000;
}
.sticky,
.bypostauthor,
.screen-reader-text {
outline: none;
}.menu-footer-container ul li:first-child:before{
top: 11px;
} .cmsms_color_scheme_footer .bottom_inner {
display: flex;
flex-wrap: nowrap;
}
.dentist-dropdown a:before {
content: '\203A';
display: block;
position: absolute;
font-size: 30px;
left: 0;
}
.show-dropdown.dentist-dropdown a:before {
transform: rotate(90deg);
}
.dentist-dropdown ul a:before {
visibility: hidden;
}
#menu-our-services li a {
background-color: transparent !important;
cursor:pointer;
}
#menu-our-services li ul.sub-menu {
padding-top: 0;
}
.dentist-dropdown ul.sub-menu {
height: 0;
opacity: 0;
transition: height 1s;
}
.dentist-dropdown.show-dropdown ul.sub-menu {
height: auto;
opacity: 1;
transition: height 1s;
}
.dentist-dropdown a{
padding-left: 15px !important;
}
.single.single-project .content_wrap.fullwidth .opened-article,
.single.single-profile .content_wrap.fullwidth .opened-article {
padding-top: 0;
}
body iframe { 
width: 100%;
}
@media ( max-width:1400px ){
.cmsms_color_scheme_footer .bottom_outer {
width: 95%;
}
}
@media ( max-width:1024px ){
.header_mid #navigation > li.menu-item-highlight.paynow-btn > a {
color: #789b4a;
}
.header_mid #navigation > li.menu-item-highlight.paynow-btn > a:hover {
color: #fff;
}
.cmsms_color_scheme_footer .bottom_inner {
display: flex;
flex-wrap: wrap;
}
.cmsms_row_margin.cmsms_14141414 .one_fourth:nth-child(1), .cmsms_row_margin.cmsms_14141414 .one_fourth:nth-child(4) {
display: none;
}
.cmsms_color_scheme_footer .bottom_outer {
width: 100%;
}
}
@media ( max-width: 575px ) {
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item { 
display: flex !important;
justify-content: space-between !important;
gap: 20px !important;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_title { 
width: calc( 100% - 110px);
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_desc { 
width: 90px;
}
}
.sidebar .widget_nav_menu ul.menu li:first-child::before {
top: 10px;
}
.sidebar .widget_nav_menu ul.menu li::before {
top: 10px;
}