html {
    font-family: 'Work Sans', sans-serif;
    line-height: 30px;
}
/*RESET STYLE OF BROWSER START */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.mgp-langNav ul a {
    color: #000;
    margin-right: 15px;
}
.mgp-langNav ul {
    display: inline-flex;
    list-style: none;
}
.mgp-langNav ul li {
    padding: 0px;
}
.mgp-langNav ul li:hover {
    background: transparent;
}
#navDesctop a {
    text-decoration: none;
    height: 100%;
    display: grid;
    align-content: center;
    position: relative;
}
nav#navDesctop .lvl-1 {
    height: 100%;
}
.lvl-1 li {
    height: 100%;
}
nav#navDesctop {
    max-height: 100%;
    bottom: 0;
}
#navDesctop li.ifsub>a::after {
    display: grid;
    height: 100%;
    right: 10px;
}
#navDesctop .lvl-2 li.ifsub>a::after {
    right: 15px;
}
header ul.lvl-2 {
    top: 100%;
    margin: 0;
}
.h-logo {
    z-index: 99;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
p,
ul,
ol {
    font-family: 'Work Sans', sans-serif;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.page-footer p {
    color: #fff;
}
#page-content {
    overflow: hidden;
}
.moduleNavWrap ul {
    list-style: none;
}
ol,
ul {
    padding-left: 40px;
}
ol li,
ul li {
    padding: 4px 0;
}
.header ul {
    padding: 0;
}
hr {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #C9C9C9;
    border: 0 none;
}
blockquote {
    margin: 3.5em 10px 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}
blockquote:before {
    color: blue;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
}
blockquote:after {
    color: blue;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.8em;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
}
blockquote p {
    display: inline-flex;
}
.btn-red {
    color: #fff;
    background-color: #f00;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #f00;
    position: relative;
    text-transform: uppercase;
    padding: 19px 44px;
    text-decoration: none;
}
.btn-red:hover {
    background-color: #93110e;
    border: 2px solid #93110e;
    color: #fff;
}
.btn-blue {
    color: #fff;
    background-color: #006eb1;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    border: 0px solid #006eb1;
    position: relative;
    text-transform: uppercase;
    padding: 19px 44px;
    text-decoration: none;
}
.btn-blue:hover {
    border: 0px solid #1c8dd0;
    color: #fff;
    background-color: #1c8dd0;
}
.btn-green {
    font-weight: 700;
    border: 2px solid #43af49;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    background-color: #43af49;
    border-radius: 5px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 19px 44px;
    text-decoration: none;
}
.btn-green:hover {
    border: 2px solid #00ff37;
    color: #fff;
    background-color: #00ff37;
}
.btn-grey {
    font-weight: 700;
    border: 2px solid #676f6f;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    background-color: #676f6f;
    border-radius: 5px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 19px 44px;
    text-decoration: none;
}
.btn-grey:hover {
    border: 2px solid #858888;
    color: #fff;
    background-color: #858888;
}
.btn-outline {
    font-weight: 700;
    border: 2px solid #000;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #000;
    /*css-marker:ouline-btn-background-color*/
    border-radius: 5px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 19px 28px;
    text-decoration: none;
}
.btn-outline:hover {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}
a {
    font-size: 16px;
    color: #004f7f;
}
a:hover {
    /*css-marker:link-hover-color*/
}
.serviceTeam .mpg-content:hover {
    box-shadow: 1px 1px 10px #cacaca;
    transition: linear .6s;
}
.clinicSupportLogo img:hover {
    box-shadow: 1px 1px 10px #cacaca;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transition: linear .6s;
}
.clinicSupportLogo.grey img {
    padding: 10px;
}
.ourTeam .mpg-content:hover {
    box-shadow: 1px 1px 10px #cacaca;
    transform: scale(1.01);
    /* background-color: #def7f8; */
    transition: linear .6s;
}
.ourTeam .mpg-content {
    background-color: #eff6fc;
    padding: 20px;
}
.small-width-content {
    margin: 0 auto !important;
}
/*...DESCTOP MENU...*/
#navDesctop a {
    text-decoration: none;
}
#navDesctop>ul>li.ifsub {
    padding-right: 40px;
}
nav#navDesctop {
    /*position: absolute;*/
    top: 0;
    z-index: 1;
    left: inherit;
    right: 0;
}
header .moduleNavWrap ul li:hover,
header .moduleNavWrap ul li.active {
    background-color: transparent;
}
.sticky nav#navDesctop {
    top: 0;
}
.lvl-1 li {
    display: inline-block;
}
.lvl-2 li {
    width: 100%;
}
.h-logo {
    /*padding: 10px;*/
}
.h-logo img {
    margin-left: 0;
}
/* header {
z-index: 15;
display: flex;
} */
#mobile {
    display: none;
}
#navDesctop ul.lvl-1 > li {
    justify-content: flex-end;
    list-style: none;
    position: relative;
    padding: 0;
}
#navDesctop ul.lvl-1 > li > a {
    padding: 15px 20px;
}
#navDesctop ul.lvl-1 ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    left: 0;
    padding: 0;
    z-index: 15;
    background-color: #0166a4;
}
#navDesctop ul.lvl-2 ul {
    top: 0px;
    left: 200px;
}
#navDesctop ul.lvl-2 li {
    padding: 0;
    position: relative;
}
#navDesctop ul.lvl-2 li a {
    padding: 5px 15px;
}
#navDesctop ul li:hover > ul {
    display: block;
}
#navDesctop ul.lvl-2 li.ifsub:before {
    right: 5px;
    height: 0;
    content: "\f0d8";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    top: 20px;
    transform: rotate(90deg);
}
#navDesctop ul.lvl-2 a {
    color: #fff;
}
#navDesctop ul.lvl-2 li:hover > a,
#navDesctop ul.lvl-2 li.ifsub:hover:before {
    color: #fff;
}
.logo img {
    width: 100%;
    padding-right: 15px;
    padding-top: 5px;
}
figure a {
    text-decoration: none;
}
.inner-h-img img {
    width: 100%
}
.registration .mpLabelCol {
    display: none;
}
.registration .mpInputCol {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    flex: auto;
}
.registration .btn-success {
    background-color: #0166a4;
    color: #fff;
    padding: 14px;
    margin-left: 360px;
    width: 180px;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
}
.btn-success {
    background-color: #0166a4;
    color: #fff;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    border: 0;
    border-radius: 6px;
}
.contact-form {
    padding: 20px;
    border-style: dotted;
}
/*...MOBILE MENU...*/
#mobileNavOpener {
    display: none;
}
#mobile a {
    display: block;
    max-width: 100%;
}
#mobileNavOpener {
    cursor: pointer;
    position: absolute;
    padding: 17px 0 20px 4px;
    right: 20px;
    top: 0;
}
.sticky div#mobileNavOpener {
    top: 0;
}
#mobileNavOpener div {
    cursor: pointer;
    position: relative;
    height: 3px;
    width: 25px;
    background-color: #0166a4;
}
#navMobile {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    padding: 15px 0;
    background-color: #004E7E;
}
#navMobile li {
    padding: 0;
    position: relative;
}
#navMobile .lvl-2 li {
    background-color: rgba(255,255,255,.1);
}
#mobileNavOpener::before {
    background-color: #0166a4;
}
#mobileNavOpener.open::before {
    background-color: #0166a4;
}
#mobileNavOpener.open::after {
    background-color: #0166a4;
}
#mobileNavOpener::after {
    background-color: #0166a4;
}
#navMobile a {
    display: inline-block;
    width: 100%;
    padding: 5px 35px;
    color: #fff;
}
header #mobileNavOpener::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    height: 3px;
    width: 25px;
    opacity: 1;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
#mobileNavOpener.open::before {
    -moz-transform: rotate(495deg);
    -webkit-transform: rotate(495deg);
    transform: rotate(495deg);
    top: 17px;
}
header #mobileNavOpener.open::after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 17px;
}
header #mobileNavOpener.open div {
    opacity: 0;
}
header #mobileNavOpener::after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    height: 3px;
    width: 25px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
/*#navMobile div>ul {
padding: 1vh;
}
*/
#navMobile .touchBtn {
    position: absolute;
    right: 2px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    top: 7px;
}
#navMobile li.ifsub.active:before {
    display: none;
}
#navMobile .mtbArrow {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}
#navMobile .touchBtn.open .mtbArrow {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#navMobile ul li .touchBtn .mtbArrow::before {
    content: '';
    top: 10px;
    left: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 7px solid #ffffff;
}
#navMobile div>ul li {
    list-style: none;
    position: relative;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
#myHeader {
    background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*#navMobile ul li {
text-align: center;
}
*/
#navMobile.open {
    display: flex;
}
.lvl-2,
.lvl-3 {
    display: none;
}
.subscribe-f .mpLabelCol {
    display: none;
}
.subscribe-f .mpInputCol input[type="text.email"] {
    color: #000;
    padding: 15px !important;
}
.subscribe-f .btn-success span,
.contact-form .btn-success span {
    color: #fff;
    font-family: "Montserrat" !important;
    font-size: 14px !important;
}
.subscribe-f .btn-success {
    border: 0;
}
.alertMsgWrap {
    color: #000;
}
.Following1 #navMobile,
.Following2 #navMobile {
    margin-top: -50px;
}
/*HomePage*/
.heartclinicHomeBg {
    background-image: url(../img/homepage-bg.png);
    background-size: cover;
    width: 100%;
    padding: 110px;
}
/*H1 - h6 */
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat";
}
.main-title h1 {
    text-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    color: #004f7f;
}
/*H1 - h6 */
p.blockTitle {
    margin-bottom: 80px;
}
/*HOMEPAGE */
.main-bg {
    background-image: url("../img/homepage-bg.png");
    background-size: cover;
    background-position: 50% 80%;
    width: 100%;
}
.mainContent {
    padding-bottom: 25px;
}
.heading {
    padding: 80px 0 80px;
    text-align: center;
}
.heading h3 {
    padding: 49px 0;
}
.aboutCompany a:hover {
    text-decoration: none;
}
.inside {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.usHistory {
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
}
.a-btn {
    display: block;
    width: 105px;
    margin: auto;
}
.serviceTeam .mpg-content {
    background-color: #fff;
    padding: 15px;
}
#navDesctop li a {
    color: #000;
}
#navDesctop .lvl-2 li.ifsub>a::after {
    transform: none;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 5;
}
/*HOMEPAGE FORM*/
.formRegistration:focus {
    outline: -webkit-focus-ring-colorauto0;
}
input[type=text].formRegistration {
    border: none;
    border-radius: inherit;
    width: 100%;
    font-weight: 600;
}
input,
select,
textarea {
    position: relative;
    border: none;
    border-bottom: 1px solid #c7d1d6;
    max-width: 100%;
    min-width: 100%;
    padding: 9px 0 6px 5px;
    background: #fafbfb;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time].formRegistration {
    padding: 18px 29px;
    box-sizing: border-box;
    margin-bottom: 19px;
    resize: vertical;
    height: 48px;
    opacity: 0.5;
    border: none;
    border-radius: inherit;
    width: 165px;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon .formRegistration {
    left: 12px;
    top: 2px;
}
input#date,
#bday,
#month,
#time {
    padding: 18px 29px 22px;
    box-sizing: border-box;
    margin-bottom: 19px;
    resize: vertical;
    line-height: 272.7px;
    height: 48px;
    opacity: 0.7;
    border: none;
    border-radius: inherit;
    width: 165px;
}
.input-group .icon-addon .form-control {
    border-radius: 0;
}
.icon-addon {
    position: relative;
    display: flex;
}
.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}
.icon-addon:after {
    clear: both;
}
.footerMail {
    position: relative;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}
.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
    height: 47px;
    width: 263px;
    padding: 5px 20px 7px 42px;
    line-height: 1.5;
    border-radius: 7px;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    margin-left: 0;
    left: 11px;
    top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    left: 12px;
    top: 0px;
}
/*....................*/
.aboutService {
    text-align: center;
    padding: 21px 15px 47px;
}
.aboutService img {
    max-width: 100%;
}
.aboutService h4 {
    text-transform: uppercase;
    margin: 30px 0 19px 0;
}
.aboutService p {
    line-height: 30px;
}
.main-title h3 {
    margin: 49px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}
.clinicSupportLogo {}
.clinic-content h3 {
    margin: 0 auto;
    line-height: 48px;
    /*text-transform: uppercase;*/
    padding-bottom: 10px;
}
.heartclinic-content p {
    line-height: 30px;
    text-align: justify;
}
/*...............*/
/*FOLLOWING TWO*/
.ourTeam img {
    width: 100%;
}
.heartclinic-content {
    text-align: center
}
.clinic-content img {
    width: 100%;
    transition: all 2s ease;
    /*border-radius: 50%;*/
}
.clinic-content img:hover,
.serviceTeam img:hover {
    transform: scale(1.1);
}
.clinicSupportLogo img,
.serviceTeam img {
    border-radius: 50%;
}
.clinicSupportLogo img,
.serviceTeam img {
    transition: all 2s ease;
}
.clinic-content .mpg-widget.mpg-slimPlugin {
    overflow: hidden;
}
.padding-bottom-28 {
    padding-bottom: 28px;
}
/*.............*/
/*TeamPage*/
.TeamBg {
    background-image: url(../img/teamBg.png);
    background-size: cover;
    width: 100%;
    padding: 200px 0;
}
.ourTeam {
    padding: 25px 25px;
    text-align: center;
    height: 100%;
}
.ourTeam h5 {
    text-transform: uppercase;
    letter-spacing: 0.35px;
    line-height: 30px;
    margin: 24px 0 6px;
}
.clinic-content a {
    color: #5f5f5f;
}
.ourTeam p {
    line-height: 30px;
    letter-spacing: 0.16px;
    margin: 0;
}
/*.............*/
/*CONTACT FORM*/
.ContactBg {
    background-image: url(../img/contactbg.png);
    background-size: cover;
    width: 100%;
    padding: 200px 0;
}
.contactForm {
    padding: 108px 0 100px;
}
.contactForm p {
    text-align: justify;
    letter-spacing: 0.7px;
    padding-bottom: 30px;
}
.contact-title {
    line-height: 36px;
}
.contact-title p {
    display: inline-block;
}
.contact-title a,
.contact-title p {
    letter-spacing: 0.5px;
}
a,
.contact-title a:hover,
.contact-title p:hover {
    text-decoration: none;
}
.h5,
h5 {
    font-size: 1.25rem;
}
ul.contact-title {
    list-style: none;
    display: block;
    padding: 0;
    float: left;
}
input[type=text],
select,
textarea {
    width: 99%;
    padding: 18px 29px;
    box-sizing: border-box;
    margin-bottom: 19px;
    resize: vertical;
    border-radius: 7px;
    opacity: 0.7;
    outline: none;
}
textarea#subject {
    margin-bottom: 25px;
}
input[type=submit] {
    margin-top: 32px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    width: 192px;
    height: 47px;
    max-width: max-content;
    border-radius: 7px;
}
#map {
    height: 400px;
    width: 100%;
}
.maps {
    padding-bottom: 100px;
}
/*............*/
/*SLIDER*/
.dot {
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
/*....................*/
/*...FOOTER...*/
.page-footer li {
    list-style: none;
}
.footer-content {
    padding: 63px 0 63px;
}
.footer-content h5 {
    margin: 0;
    padding-bottom: 37px;
}
.footer-content p {
    margin: 0;
    padding-bottom: 17px;
    line-height: 26px;
}
.footer-content li {
    line-height: 25.36px;
}
.footer-content li a {
    line-height: 25.36px;
}
.footer-content.social-icon {
    justify-content: center;
}
.contact li a {
    line-height: 20px;
}
.social-icon {
    padding-top: 10px;
    display: flex;
}
.social-icon i {
    justify-content: center;
    padding-right: 20px;
    height: 14px;
}
.social-icon a:last-child i {
    padding-right: 0;
}
footer {
    left: 0;
    bottom: 0;
}
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
input[type=text].form-control {
    margin: 0;
}
/*............*/
/*BUTTON */
.btn-subscribe {
    width: 149px;
    height: 47px;
    border-radius: 7px;
    border: none;
    outline-style: none;
    letter-spacing: 0.50px;
    padding: 0 20px;
    margin-left: auto;
}
a.btn.btn-subscribe {
    text-decoration: none;
}
.btn-subscribe button a {
    line-height: 26px;
}
.btn-view {
    text-align: center;
    letter-spacing: 0.50px;
    border: none;
    outline-style: none;
    width: 126px;
    height: 48px;
    border-radius: 7px;
    margin-top: 10px
}
/*...........*/
header ul li a {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 0px 0;
}
section h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    word-wrap: break-word;
    font-size: 25px;
}
.usHistory p {
    font-size: 16px;
}
.usHistory p {
    text-align: justify;
    letter-spacing: 0.16px;
    line-height: 30px;
}
input[type=text].formRegistration {
    font-weight: 600;
}
h1 {
    font-family: "Montserrat";
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #004f7f;
}
h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    padding-bottom: 10px;
    color: #004f7f;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon .formRegistration {
    font-size: 16px;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    font-size: 14px;
}
.icon-addon.addon-lg .form-control {
    font-size: 16px;
}
.icon-addon.addon-sm .form-control {
    font-size: 14px;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 16px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    font-size: 17px;
}
.aboutService h4 {
    font-size: 16px;
    font-weight: 600;
}
.aboutService p {
    font-size: 16px;
    font-weight: 400;
}
.aboutEmployee strong {
    font-size: 12px
}
.main-title h3 {
    font-size: 16px;
    font-weight: 400;
}
.heartclinic-content p {
    font-weight: 400;
}
.ourTeam h5 {
    font-weight: 800;
}
.contactForm p {
    font-weight: 500;
}
.contact-title {
    font-weight: 400;
}
.contact-title p,
.contact-title a {
    font-weight: 600;
}
textarea#subject {
    font-weight: 500;
}
input::placeholder {
    font-weight: 600;
}
.footer-content li {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
}
.contact li a {
    font-family: inherit;
    font-weight: 400;
}
.social-icon i {
    font-size: 16px;
    font-weight: 400;
}
/*BUTTON */
.btn-subscribe {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
}
.btn-view {
    font-size: 16px;
    font-weight: 500;
}
.lvl-1>li>a:before {
    border-bottom: 7px solid rgba(35, 200, 205, 0.14);
}
.lvl-1>li:hover>a:before {
    border-bottom: 7px solid #ffffff;
}
.lvl-1 li.ifsub.active>a:before {
    border-bottom: 7px solid #ffffff;
}
header .lvl-1 li.active>a:before {
    border-bottom: 7px solid #ffffff;
}
h2 {
    color: #004f7f;
}
li a:hover,
li.active a {
    color: #fff;
}
#navDesctop header ul.lvl-2 {
    background-color: #eff6fc;
    display: none !important;
}
#navDesctop .lvl-1 .ifsub:hover .lvl-2 {
    display: block !important;
}
header ul li:hover,
header ul li.active {
    background-color: #004E7E;
}
#navDesctop ul li:hover>a,
#navDesctop ul li.active>a {
    color: #fff;
}
header ul li a {
    color: #000;
}
.heading {
    color: #004f7f;
}
.background-light-color {
    background-color: #f5f3f3;
}
.bg-light-blue {
    background-color: #eff6fc;
}
.usRegistForm {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
input[type=text].formRegistration {
    border-bottom: 1px solid #c7d1d6;;
    background-color: #fafbfb;
}
input[type=number].formRegistration {
    border-bottom: 1px solid #c7d1d6;
    background-color: #fafbfb;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time].formRegistration {
    border-bottom: 1px solid #c7d1d6;
    background-color: #fafbfb;
}
input#date,
#bday,
#month,
#time {
    border-bottom: 1px solid #c7d1d6;;
    background-color: #fafbfb;
}
.icon-addon {
    color: #555;
}
input.form-control::placeholder {
    color: #c6c6c6;
}
.icon-addon.addon-sm .form-control {
    background-color: #373844;
    color: #fff;
}
.icon-addon .form-control:focus+.glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus+.fa,
.icon-addon:hover .fa {
    color: #2580db;
}
.aboutService p {
    color: #5f5f5f;
}
.aboutEmployee p {
    color: #696969;
}
.grey {
    background-color: #f5f3f3;
}
.main-title h3 {
    text-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    color: #fff;
}
.clinic-content h3 {
    color: #23c8cd;
}
.contact-title p,
.contact-title a {
    color: #5f5f5f;
}
.contact-title p:hover,
.contact-title a:hover {
    color: #797978;
}
.contact-p .mpInputCol input[type="text"],
.contact-p .mpInputCol input[type="text.email"],
.contact-p .mpInputCol textarea {
    background-color: #f5f3f3;
}
textarea#subject:hover {
    border: 1px solid #898989;
}
input::placeholder,
textarea::placeholder {
    color: #000;
}
input[type=submit] {
    color: white;
    background-color: #eff6fc;
}
/*SLIDER*/
.dot {
    background-color: #d7d7d7;
}
span.dot.dot-active {
    background-color: #eff6fc;
}
/*...FOOTER...*/
.page-footer {
    background-color: #373844;
}
.contact li a {
    color: #fff;
}
.social-icon i {
    color: #fff;
}
.social-icon i:hover {
    color: #23c8cd;
}
.page-footer a {
    color: #fff;
}
footer {
    color: #fff;
}
.page-footer .mpl-social.left {
    margin: 25px 0;
}
.page-footer .mpl-social.left a {
    padding: 0 10px;
}
/*BUTTON */
button {
    cursor: pointer;
}
.btn-subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0166a4;
    color: #fff;
    padding: 0px 14px;
    width: auto;
    margin: auto;
}
.btn-subscribe:hover {
    background-color: #004f7f;
}
.btn-subscribe span,
.btn-view span {
    font-size: 30px;
    font-weight: 400;
    margin-left: 10px;
    padding-bottom: 4px;
}
.btn-view {
    color: #fff;
    background-color: #0166a4;
}
#upScroll {
    position: fixed;
    cursor: pointer;
    right: 40px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #006eb1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-100%, -100%);
}
#upScroll:hover {
    color: #fff;
    background-color: #C71D22;
}
#upScroll>* {
    color: inherit
}
.contact-form label {
    display: none !important;
}
.contact-form .col-lg-6 {
    max-width: 100%;
    flex: 100%;
}
.mpInputCol ::placeholder {
    color: #444 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
}
.registration .mpInputCol {
    /* margin: 0 auto; */
    width: 100%;
    max-width: 100%;
}
.testimonialName {
    font-weight: 700;
    margin-top: 15px;
    color: #23b5cd;
}
.uploadLabel input {
    margin-bottom: 20px;
}
.uploadLabel input {
    margin-bottom: 20px;
}
.checkbox label {
    display: block !important;
    padding-left: 61px;
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    left: 25px;
    top: 5px;
    height: 28px;
    min-width: 0;
    height: 28px;
    width: 28px;
}
.fb-checkbox-group-label {
    display: none !important;
}
.contact-form .mpg-codeEditor {
    margin-bottom: 20px;
}
/*****************************************/
.sticky .top_bar {
    display: none;
}
.top_bar {
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.mgp-langNav .langNavContainer ul li {
    padding: 2px 10px;
    margin: 0;
}
.mgp-langNav .langNavContainer ul li:hover {
    background: #000;
}
.column.top-address-bar>.mpg-content {
    display: flex;
    margin: 0 -20px;
    align-items: center;
    justify-content: flex-end;
}
.column.top-address-bar>.mpg-content .mpg-widget {
    padding-right: 20px;
}
.moduleNavWrap ul li:last-child {
    margin-right: 0;
}
.search-form {
    text-align: right;
}
.searchWrap {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    top: 0;
    transition: all 250ms;
    display: inline-flex;
}
.searchWrap input {
    background: transparent;
    border: 0;
    color: #fff;
    line-height: 27px;
    width: 100%;
    padding: 0;
    font-size: .8rem;
}
input:focus {
    outline: none !important;
}
.mpg-siteSearch button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 0;
    right: 0px;
    line-height: 27px;
    padding: 0;
    width: 27px;
    margin: 0 1px;
    cursor: pointer;
    z-index: 50;
}
.moduleNavWrap ul {
    display: inline-flex;
    width: 100%;
}
.moduleNavWrap ul li {
    margin: 0 25px 0 0;
    padding: 8px 0;
}
.langNavOpener {
    padding: 0 30px 0 10px;
    text-align: left;
    color: #fff;
    width: 60px;
    line-height: 27px;
    font-size: .8rem;
}
.mgp-langNav .langNavOpener:after {
    top: 13px;
    right: 15px;
}
.mpg-menu .langNavContainer {
    padding: 0;
    left: 0;
    box-shadow: none;
    z-index: 999 !important;
    background-color: #373844;
    width: 60px;
    transform: translateY(5px);
    top: 32px;
}
.mpg-menu .langNavContainer ul li a {
    color: #fff;
    font-size: .8rem;
    transition: color 250ms;
    padding: 0;
    border-right: 0;
    text-align: left;
    line-height: 0;
}
.mpg-menu .langNavContainer ul li a:hover {
    color: #fff;
}
.moduleNavWrap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    text-transform: uppercase;
}
.moduleNavWrap ul li:first-child:hover ul {
    display: block;
}
.moduleNavWrap ul li:first-child ul {
    display: none;
}
.moduleNavWrap ul li ul {
    background-color: #373844;
    display: block;
    position: absolute;
    width: 115px;
    margin-top: 8px;
    text-align: left;
}
.moduleNavWrap ul li ul li {
    margin: 0;
    padding: 6px 10px;
}
.moduleNavWrap ul li ul li:hover {
    background-color: #000;
}
.moduleNavWrap li ul li:hover {
    background-color: #373844;
}
.moduleNavWrap li ul li:hover a {
    color: #fff;
}
.top-bar a:hover {
    color: #fff;
    opacity: 0.8;
}
.searchWrap input {
    background: transparent;
    border: 0;
    color: #fff;
    line-height: 27px;
    width: 100%;
    padding: 0;
    font-size: .8rem;
    min-width: auto;
    margin: 0;
}
.moduleNavWrap i::after {
    content: none;
}
.header .container {
    position: relative;
}
.mpg-fullWidthContainer.top-address-bar {
    width: 100% !important;
}
.mpg-siteSearch button:focus {
    outline: none;
}
#dsgvo {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #393939ed;
    padding: 25px;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    text-align: center;
}
#dsgvo a {
    color: #FFF;
    text-decoration: underline;
}
#dsgvo p {
    color: #FFF;
}
#dsgvo a:hover {
    color: #ddd;
    text-decoration: none;
}
/********************************************/
@media (min-width: 768px) {
    .searchWrap input {
        transition: all 300ms;
        width: 30px;
    }
    .searchWrap:hover input,
    .searchWrap input:focus,
    .searchWrap input:not(:placeholder-shown) {
        width: 250px;
        padding: 0 10px 0 10px;
    }
    .searchWrap:hover {
        background: rgba(255, 255, 255, 0.5);
    }
}
@media screen and (max-width: 1220px) {
    .aboutEmployee h2 {
        padding-right: 60px;
    }
}
@media screen and (max-width: 992px) {
    .page2 .col-lg-6:last-child h3 {
        margin-top: 60px;
    }
    #mobileNavOpener {
        display: flex;
    }
    #navDesctop {
        display: none;
    }
    #mobile {
        display: flex;
        position: absolute;
        top: 30px;
        right: 0px;
    }
    header ul li {
        /*padding: 28px 15px 27px;*/
    }
    #navDesctop>ul>li.ifsub {
        /*padding-right: 15px;*/
    }
    .container {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    header ul.lvl-2 {
        width: 100%;
    }
    .icon-addon.addon-sm .form-control {
        width: 200px;
    }
    .btn-subscribe {
        /*width: 111px;*/
    }
    .aboutEmployee h2 {
        padding-right: 80px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .mpg-codeEditor {
        margin-left: 15px;
    }
    .searchWrap {
        background: rgba(255, 255, 255, 0.5);
    }
    .column.top-address-bar>.mpg-content .mpg-widget {
        padding-right: 10px;
    }
    .moduleNavWrap ul li ul {
        right: -40px;
    }
    span.moduleNavTextSpan {
        display: none;
    }
    .subscribe-f .col-lg-4.col-md-4.col-sm-4.column.col-xl-4 {
        max-width: 50%;
    }
    header ul.lvl-1 .ifsub ul.lvl-2::before {
        display: none;
    }
    .mpToolTip .d-flex {
        display: block !important;
        max-width: 100% !important;
        margin-left: 0;
    }
    ul li {
        width: 100%;
    }
    .h-logo img {
        margin-left: 0;
    }
    .logo {
        padding: 10px;
    }
    header ul.lvl-2 {
        top: 3px;
        left: 0px;
        /*margin: 0 0px 5px;*/
    }
    #upScroll {
        right: -28px;
    }
    .heartclinic-content img {
        width: 100%
    }
    input#date,
    #bday,
    #month,
    #time {
        width: 100%;
    }
    .lvl-1>li.ifsub.active a:before {
        display: none;
    }
    .commentForm input[type=text],
    .commentForm select,
    .commentForm textarea {
        margin-left: 0;
    }
    .icon-addon.addon-sm .glyphicon {
        top: -6px;
    }
    .icon-addon.addon-sm .glyphicon img {
        padding-top: 13px;
    }
    .heartclinic-logo img {
        width: 100%;
    }
    ul.contact-title {
        display: block;
    }
    .our-team {
        padding: 0;
    }
    .social-icon {
        margin: 0;
    }
    .footer-content h5 {
        padding-bottom: 12px;
    }
    .footer-content>div:first-child {
        margin-bottom: 20px;
    }
    .footer-content>div:last-child {
        margin-bottom: 0;
    }
    p.news-txt {
        margin: 0 -40px 0 -12px;
        padding: 0;
    }
    .topTitleInside h2 {
        font-size: 20px;
        position: absolute;
        top: -70px;
    }
    .news {
        padding-top: 25px;
    }
    img {
        padding-top: 10px;
    }
    .logo img {
        width: 100%;
        padding-top: 0;
    }
    .main-bg {
        /*max-height: 552px;*/
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .main-bg .heading {
        padding-top: 60px;
        padding-bottom: 83px;
    }
    .heading h3 {
        padding: 14px 0px;
    }
    header ul.lvl-3 {
        padding: 0;
        top: 0px;
        z-index: 999;
        /*margin: 0 15px;*/
        right: 0;
        position: relative;
        width: 100%;
        left: auto;
    }
    header ul.lvl-2 {
        position: inherit !important;
    }
    .heartclinic-logo {
        padding: 0;
    }
    h1 {
        font-size: 36px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    .registration .mpInputCol {
        margin: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .registration .btn-success {
        margin: 10px 0px !important;
    }
    .ourTeam img {
        width: auto;
    }
}
@media screen and (max-width: 425px) {
    .aboutEmployee h2 {
        padding-right: 0;
    }
    h2 {
        font-size: 22px;
    }
    .top-address-bar .mpg-siteSearch {
        width: 165px;
    }
}
@media screen and (max-width: 320px) {
    .icon-addon.addon-sm .form-control {
        width: 170px;
    }
    .aboutEmployee h2 {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1110px) {
    .ourTeam {
        max-width: 25% !important;
        margin: 0px !important;
    }
}
@media only screen and (min-width: 768px) {
    #navMobile {
        display: none !important;
    }
}
.column.mpg-bg-img>.mpg-content {
    height: 100%;
    background-size: cover;
    background-position: right center;
}
@media (max-width: 768px) {
    .mpg-form .mpLabelCol,
    .mpg-form .mpInputCol {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .mpLabelCol {
        display: none;
    }
}
/* box height 100% */
.box-height-100 .mpg-content {
    height: 100%;
    min-height: 200px;
}
