/*
Theme Name: Grownthm8 1.0
Theme URI: https://www.growthm8interactive.com/
Description: Grownthm8 WordPress Theme
Version: 1.0
Author: Grownthm8 Interactive
Author URI: https://www.growthm8interactive.com/
*/

/* Elements */

@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/Avenir.ttc');
  font-weight: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/AvenirLTStd-Light.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/AvenirLTCE-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/Avenir-Heavy-05.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/Avenir-Heavy-05.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/Avenir-Black-03.ttf');
  font-weight: 900;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/AvenirLTStd-LightOblique.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/Avenir/AvenirLTStd-Roman.otf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 1.5;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Avenir', sans-serif;
    font-weight: normal;
    background-color: white;
    overflow-x: hidden;
}

.section {
    padding: 100px 0;
}

.show991 {
    display: none!important;
}

@media only screen and (max-width: 991px) {
    #bottomContact {
        display: none!important;
    }

    .show991 {
        display: initial!important;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: white;
    padding-bottom: 37px;
}

header .nav-bg {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #70CDED;
}

header .container > .row:first-child {
    position: relative;
}

header .container > .row > div {
    height: 140px;
    transition: all 300ms ease;
    padding: 0;
}

header.sticky .container > .row > div {
    height: 75px;
}

#nav-main {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    background-color: #70CDED;
    z-index: +1;
    height: auto;
}

header ul.sub-menu {
    display: none!important;
}

header ul.menu-main-navigation {
    list-style: none;
}

header ul.menu-main-navigation li {
    margin-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

header ul.menu-main-navigation li a {
    text-decoration: none;
    font-weight: 500;
    color: white;
}

header ul.menu-main-navigation li:first-child {
    margin-left: 0;
}

#makeAppointment {
    z-index: +1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    transform: translate(19%,-36%) rotate(-60deg);
    width: 553px;
    height: 260px;
    background-color: #22CC4F;
    border: 2px solid white;
    text-decoration: none;
    transition: all 300ms ease;
}

#makeAppointment:hover {
    background-color: #4AD56F;
}

#makeAppointment span {
    transform: rotate(60deg);
    font-weight: 500;
    color: white;
    position: relative;
    margin-top: 22px;
    margin-left: 12px;
}

#makeAppointment span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -47px;
    background-image: url(./images/icon-contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 17px;
}

header ul.menu-main-navigation li.menu-item-has-children:hover > ul.sub-menu {
    display: initial!important;
}

header ul.menu-main-navigation li.menu-item-has-children {
    position: relative;
    margin-right: 15px!important;
}

header ul.menu-main-navigation li.menu-item-has-children:before {
    font-family: 'FontAwesome';
    content: '\f078';
    position: absolute;
    right: -17px;
    top: 30px;
    z-index: +1;
    color: white;
    font-size: 0.6em;
}

header ul.menu-main-navigation li.menu-item-has-children:hover:before {

}

header ul.menu-main-navigation li.menu-item-has-children {
    position: relative;
    overflow: visible;
}

ul.sub-menu {
    position: absolute;
    top: 75px;
    left: -30px;
    list-style: none;
    background-color: #70CDED;
    width: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: +1;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

ul.sub-menu ul{
	      margin: -81px 0 0 300px;
}
header ul.sub-menu li.menu-item-has-children:before {
    font-family: 'FontAwesome';
    content: '\f078';
    position: absolute;
    right: 5px;
    z-index: +1;
    color: white;
    font-size: 0.6em;
    top: 10px;
}
ul.sub-menu > li {
    margin: 0 30px!important;
    padding: 10px 0!important;
    display: block!important;
}

ul.sub-menu > li > a {
    white-space: nowrap!important;
}

header ul.menu-main-navigation li {
    position: relative;
}

header ul.menu-main-navigation li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    margin-left: 100%;
    height: 5px;
    content: '';
    transition: all 300ms ease;
    background-color: white;
}

header ul.menu-main-navigation li:not(.lang-item):hover:after {
    margin-left: 0;
    width: 100%;
}


#hero {
	background-color: #b1cedc !important;

    background-size: cover;
    background-position: 60%;
    background-repeat: no-repeat;
    min-height: 530px;
    color: white;
    padding: 60px 0;
    transition: 300ms ease all;
}

#hero h1 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

#hero p {
    margin-top: 30px;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
    width: 100%;
}
#main-slider .row{
	display: flex;
	align-items: center;

}
.gradiented {
    position: relative;
}

.gradiented:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 59%, rgba(0, 0, 0, 0.65) 100%);
    transition: all 300ms ease;
}

a.button {
    text-decoration: none;
    color: white;
    padding: 10px 35px;
    margin: 30px 10px;
    transition: all 300ms ease;
}

#hero a.button:first-child {
    margin-left: 0;
}

.button-white {
    background-color: white;
    color: #333!important;
}

.button-white {
    background-color: #ffffff;
}

.button-white:hover {
    background-color: #eeeeee;
}

.button-green {
    background-color: #22CC4F;
}

.button-green:hover {
    background-color: #4AD56F;
}

.shadow-effect {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
}

#meet-our-doctor .links {
    margin-top: 25px;
    border-top: 1px solid #ededed;
    padding-top: 25px;
    width: 100%;
}

.lang-item a {
    text-decoration: none;
    font-weight: 500;
    color: #166B99;
    position: relative;
    padding: 7px 10px;
    background-color: white;
}

a.link {
    text-decoration: none;
    font-weight: 500;
    color: #166B99;
    position: relative;
}

a.link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #70CDED;
    transition: all 300ms ease;
}

a.link:hover:after {
    width: 0;
}

a.link2 {
    text-decoration: none;
    font-weight: 500;
    color: black;
    position: relative;
}

a.link2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 100%;
    width: 0;
    height: 1px;
    background-color: #70CDED;
    transition: all 300ms ease;
}

a.link2:hover:after {
    margin-left: 0;
    width: 100%;
}

a.link3 {
    text-decoration: none;
    font-weight: 500;
    color: white;
    position: relative;
}

a.link3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: all 300ms ease;
}

a.link3:hover:after {
    width: 0;
}

#our-services {
    background-color: #F4F9FA;
}

#our-services .services-container {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wide-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 0 auto;
    padding: 0 20px;
}

#our-services .wide-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 0 auto;
}

#our-services .services-container .item {
    margin: 3px;
    background-size: cover;
    background-position: top center;
    height: 400px;
    width: 286px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: white;
}

#our-services .services-container .item > span {
    z-index: 1;
    line-height: 1;
}

#our-services .services-container .item > span:nth-child(1) {
    font-weight: 700;
    font-size: 1.5em;
}

#our-services .services-container .item > span:nth-child(2) {
    font-size: 1.1em;
}

#our-services .services-container .item > span:nth-child(3) {
    line-height: 0;
    opacity: 0;
    margin: 0;
    text-align: center;
    transition: all 300ms ease;
}

#our-services .services-container .item > span:last-child {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 0.75em;
    font-weight: 700;
    color: black;
    padding: 15px 25px;
    background-color: white;
    border-radius: 3px;
    line-height: 0.75em;
    transition: all 300ms ease;
    border: 1px solid white;
}

#our-services .services-container .item:hover:after {
    background: rgba(112, 205, 237, 0.92);
}

#our-services .services-container .item:hover > span:last-child {
    background-color: transparent;
    color: white;
}

#our-services .services-container .item:hover > span:nth-child(3) {
    line-height: 1.5;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 20px;
}

#our-services .other-services > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0 auto;
}

#our-services .other-services ul {
    list-style: none;
}
#our-services .other-services ul li {
    position: relative;
    padding: 10px 0;
}
#our-services .other-services ul li:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f054';
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #70CDED;
    font-size: 0.65em;
}

#testimonials {
    background-image: url('./images/testimonials-bg.jpg');
    background-size: cover;
    background-position: 30%;
        min-height: 34vw;
}

#testimonials .item {
    position: relative;
    max-width: 800px;
    float: right;
}

#testimonials p.content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 90px;
    text-indent: 25px;
    color: white!important;
}

#testimonials p.sign {
    position: absolute;
    bottom: -25px;
    left: calc(11.5% - 2px);
    color: white!important;
}

#testimonials div.quotes {
    content: '';
    position: absolute;
    top: 40px;
    left: 45px;
    background-image: url('./images/quotes.png');
    background-size: cover;
    width: 151px;
    height: 109px;
    z-index: +1;
    opacity: 0.15;
}

#doctors {
    background-color: #F7FAFB;
    padding-bottom: 100px;
}

.doctors-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 0 auto;
}
.doctors-container .item {
    margin-top: 140px;
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.doctors-container .item p {
    text-align: center;
    width: 100%;
    padding: 0 35px;
}

.doctors-container .item p.name {
    color: #166B99;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.doctors-container .item p.date {
    margin-top: 40px;
    color: #C3C3C3;
    font-size: 0.9em;
    letter-spacing: 1px;
    position: relative;
    width: auto;
    padding: 0;
}

.doctors-container .item p.date:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    height: 2px;
    background-color: #22CC4F;
}


#image {
    background: url('./images/blog-img.jpg');
    background-size: cover;
    background-position: top center;
    min-height: 34vw;
    max-height: 550px;
}

#blog {
    background-color: #F7FAFB;
}

#image2 {
    background: url('./images/blog-img-home.jpg');
    background-size: cover;
    background-position: top center;
    height: 33vw;
    max-height: 532px;
}


#contact {
    min-height: 600px;
    background-color: #70CDED;
}

form {
    margin: 0 0 0 0px;
    padding: 0;
}

form p {
    clear: both;
    margin: 0;
    padding: 0;
}

label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    line-height: normal;
    font-weight: 300;
    font-size: 0.9rem;
}

input, textarea {
    float: left;
    width: 100%;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 17px 20px;
    margin: 0 0 10px 0;
    border: 1px solid white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 12px;
    margin: 2px 10px 0 0;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    width: 12px;
    margin: 6px 10px 0 0;
}

span.wpcf7-list-item:first-child {
    margin-left: 0;
}

form.wpcf7-form * {
    font-weight: 300;
}

.wpcf7-form ::placeholder { /* Firefox, Chrome, Opera */
    color: white!important;
}

.wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white!important;
}

.wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: white!important;
}

input[type=submit] {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #5a91d5;
    border: none;
    cursor: pointer;
}

input.error,
input.wpcf7-not-valid {
    border: 1px solid #ec2b2b!important;
}

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

div.wpcf7 .ajax-loader {
    display: block;
    text-align: center;
    margin: 0 auto;
}

input.wpcf7-submit {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 20px 39px;
    line-height: 1;
    border: 0 !important;
    color: #fff;
    background-color: #1B6FA0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    float: none;
}

input.wpcf7-submit:hover {
    background-color: #3E73C2;
}

select {
    float: left;
    width: 100%;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 17px 20px;
    height: 50px;
    margin: 0 0 10px 0;
    border-radius: 0;
    border: 1px solid white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}

#footer {
    padding: 20px 0;
}

.social {
    text-align: right;
}

.social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px;
    color: #010101;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ededed;
    background-position: center center;

}

.social a:hover {
    opacity: 0.7;
}

.social a .fab {
    font-size: 18px;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
    width: 100%;
    color: #010101;
}

#footer .menu li a {
    text-decoration: none;
    color: #010101;
}

#footer .menu li {
    display: inline-block;
}

#footer .menu li:not(:first-child) {
    padding-left: 18px;
    position: relative;
}

#footer .menu li:not(:first-child):before {
    position: absolute;
    content: '|';
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .menu {
    list-style: none;
}


#testimonials .owl-item {
    height: 428px;
}



/* SUBPAGE */

.hero-sub {
    background: url('./images/hero-n3.jpg');
    background-size: cover;
    background-position: top center;
    min-height: 650px;
    position: relative;
}

.hero-sub:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #70CDED;
    opacity: 0.1;
    z-index: +1;
}

.hero-sub h1 {
    color: white;
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: -3px;
    position: absolute;
    bottom: 50px;
    z-index: +2;
}

#subpage {
    padding: 0;
}

#subpage .container {
    max-width: 1275px!important;
}
#contact-content .container {
    max-width: 1275px!important;
}

#main-content {
    background-color: white;
    padding: 0 50px 100px;
}

#main-content h3.intro {
    padding-top: 50px;
    margin-left: -50px;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: normal;
    color: #5A7388;
    position: relative;
}

#main-content h3.intro:before {
    position: absolute;
    background-color: #22CC4F;
    content: '';
    width: 6px;
    left: 0;
    top: 0;
    height: 100%;
}

#main-content .entry p {
    margin-bottom: 30px;
    line-height: 1.85;
    color: #444;
}

#main-content .entry p strong {
    font-weight: 700;
    color: #333;
}

#main-content .entry ol li {
    /*margin-bottom: 15px;*/
}

.links-list ul {
    list-style: none;
}

.links-list ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    position: relative;
}

.links-list ul li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f054';
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #70CDED;
    font-size: 0.65em;
}

.links-list ul li.current_page_item {
    background-color: white;
}

.links-list ul li a {
    color: black;
    text-decoration: none;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#contact-content input[type="text"], #contact-content input[type="tel"], #contact-content input[type="email"], #contact-content textarea {
    float: left;
    width: 100%;
    color: #8c8c8c;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 17px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #E4E4E4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact-content .wpcf7-form ::placeholder { /* Firefox, Chrome, Opera */
    color: #8c8c8c!important;
}

#contact-content .wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8c8c8c!important;
}

#contact-content .wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #8c8c8c!important;
}


#contact-content input.wpcf7-submit {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 20px 39px;
    line-height: 1;
    border: 0 !important;
    color: #fff;
    background-color: #6FCDED;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    float: none;
}

#contact-content input.wpcf7-submit:hover {
    background-color: rgb(124, 222, 255);
}

#sidebar-area .post-list {
    padding-left: 15px;
}

#sidebar-area .post-list a {
    margin: 10px 0;
    text-decoration: none;
    font-weight: 500;
    color: #166B99;
    position: relative;
}
#sidebar-area .post-list a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #70CDED;
    transition: all 300ms ease;
}
#sidebar-area .post-list a:hover:after {
    width: 0;
}

#searchsubmit {
    margin-bottom: 50px;
    background-color: #70CDED;
}

#searchform input[type="text"] {
    color: #333;
    border: 1px solid #8d8d8d;
}


#searchform ::placeholder { /* Firefox, Chrome, Opera */
    color: #333!important;
}

#searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333!important;
}

#searchform  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #333!important;
}

p.postpublishdate {
}

.post {
    padding-top: 20px;
}

#main-content .pagination .nav > * {
    border-radius: 5px;
    border: 1px solid #ededed;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 50px;
    text-decoration: none;
}

#main-content .pagination .nav > *:not(:first-child) {
    margin-left: 15px;
}

#main-content .pagination .nav > a {
    color: #166B99;
}

#main-content .pagination .nav * {
    font-weight: 700!important;
}


/* sitemap list style */

.ddsg-wrapper ul {
    list-style: none;
}

.ddsg-wrapper > ul {
    list-style: none;
    margin: 20px 0;
}

.ddsg-wrapper > h2 {
    font-size: 1.5em;
}

.ddsg-wrapper ul ul {
    padding-left: 25px;
}

.ddsg-wrapper ul li strong {
    margin-top: 20px;
    display: block;
}

.ddsg-wrapper a {
    text-decoration: none;
    font-weight: 500;
    color: #166B99;
    position: relative;
}

.ddsg-wrapper a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #70CDED;
    transition: all 300ms ease;
}

.ddsg-wrapper a:hover:after {
    width: 0;
}

.ddsg-wrapper {
    padding-top: 50px;
}



/* Responsiveness */

.show991 {
    display: none;
}

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

    #our-services .other-services ul li:after {
        display: none;
    }

    #our-services .other-services ul li {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    #hero {
        padding: 5vw 0;
        min-height: 85vw;
        font-size: 2.6vw;
    }

    #hero .owl-item > div > * {
        padding: 0;
    }

    #testimonials .item {
        width: 100vw!important;
        float: left!important;
    }

    #testimonials p.content {
        padding: 3vh 10vw;
        text-indent: 15px;
        background-color: #70CDED;
        width: 100vw;
    }

    #testimonials .item svg {
        display: none;
    }

    #testimonials-slider {
        padding: 0!important;
    }

    #testimonials .owl-item {
        width: auto!important;
        max-width: 100%!important;
        min-width: 100vw!important;
    }

    #our-services .services-container {
        flex-direction: column;
    }

    #logo img {
        min-height: 23px!important;
        height: 5vw;
        margin-left: -4vw;
        width: auto;
        max-height: 40px;
    }

    .lang-item a {
        text-decoration: none;
        font-weight: 500;
        color: white;
        position: relative;
        height: 8vh;
        padding-left: 3vh;
        padding-right: 3vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #22CC4F;
        line-height: 0;
        font-size: 2vh;
        border-radius: 5vh;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    }
    .hide991 {
        display: none!important;
    }

    .show991 {
        display: initial;
    }

    #our-services .services-container .item {
        justify-content: center;
    }

    .gradiented:after {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 59%, rgba(0, 0, 0, 0.65) 100%);
    }

    .doctors-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 550px) {
    .lang-item a {
        padding-left: 1vw;
        padding-right: 1vw;
    }
}

.show1200 {
    display: none;
}


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

    #makeAppointment {
        transform: translate(21%,-36%) rotate(-75deg);
    }

    #makeAppointment span {
        transform: rotate(75deg);
        margin-top: 28px;
        margin-left: 9px;
    }

    header .nav-bg {
        height: 72px;
        bottom: -72px;
    }

    #about .aspect-ratio {
        margin-top: 50px;
    }

    .show1200 {
        display: initial;
    }

    .hide1200 {
        display: none;
    }

    #testimonials .owl-item {
        height: 428px;
    }

    #testimonials .item {
        width: 550px;
    }

    #quote-border {
        width: 550px!important;
    }
}


#logo {
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 3.5vh;
    background-color: white;
}

#logo a {
    display: block;
}

#logo img {
    min-height: 38px;
    width: auto;
}


#select-nav {
    display: none;
}

.slicknav_menu {
    background: transparent none repeat scroll 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slicknav_menu.smaller-slick {
    top: 0;
}

.slicknav_nav li {
    background: none;
}

.slicknav_nav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: none;
}

.slicknav_nav li:last-child a {
    border: none;
}

.slicknav_btn {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    padding: 0;
    height: 8vh;
    width: 8vh;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 99999;
    top: 1vh;
    left: 1vh;
    background-color: #22CC4F;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.slicknav_btn.sticky, .slicknav_btn.slicknav_open{
}

.slicknav_nav ul {
    margin: 0;
}

ul.slicknav_nav li:before {
    display: none;
}

.slicknav_menu.smaller-slick .slicknav_btn {
    height: 70px;
}

.slicknav_nav {
    background-color: #70CDED;
    padding: 70px 0 50px 0;
    max-height: 100vh;
    overflow-y: auto;
}

.slicknav_nav li {
    background-color: #70CDED;
    text-align: center;
}

.slicknav_nav li ul li {
     background-color: #8DD7F1 !important;
}

.slicknav_nav li a:hover,
.slicknav_nav li:hover,
.slicknav_nav li.menu-item-has-children a:hover {
    background-color: #8DD7F1 !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    height: 2px;
    width: 3vh;
}

.slicknav_nav .slicknav_arrow {
    color: #fff;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.3em;
}

.slicknav_icon-bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 2px;
}

.slicknav_open .slicknav_icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -10px;
}


.section, .hero-sub {
    background-repeat: no-repeat!important;
    background-size: cover;
}

.main-nav-list-style {
    justify-content: space-between;
    width: calc(100% - 25px);
}

.menu-main-navigation-es-container {
    display: none;
}

#langcontainer > *:not(:first-child) {
    margin-left: 10px;
}

.lang-item.current-lang {
    display:none!important;
}

#about p {
    line-height: 1.8!important;
}

#langlist > li {
    flex: calc(1/3);
    display: flex;
    justify-content: center;
    align-items: center;
}

#langlist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#bottomContact {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 240px;
    height: 220px;
    overflow: hidden;
    z-index: 4;
    text-decoration: none;
    color: black;
	display: none !important;
}

#bottomContact > a {
    display: block;
    background-color: #70CDED;
    transform: rotate(45deg) translate(11%, 0);
    width: 287px;
    height: 511px;
    border: 1px solid white;
    text-decoration: none;
    color: black;
    transition: 300ms ease all;
}

#bottomContact a:hover {
    background-color: #7DD2EF;
}

#bottomContact > #closeContact {
    position: fixed;
    right: 10px;
    bottom: 181px;
    border: 1px solid white;
    background-color: #70CDED;
    color: white;
    padding: 7px 13px;
    border-radius: 50px;
    z-index: 6;
    transition: 300ms ease all;
}

#bottomContact > #closeContact:hover {
    cursor: pointer;
    background-color: #7DD2EF;
}

#bottomContact .container2 {
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(-45deg) translate(-143px,23px);
}

#bottomContact .container2 > img {
    object-fit: contain;
    max-width: 52px;
    height: 47px;
}


#bottomContact .container2 > p {
    line-height: 1;
}

#bottomContact .container2 > p:last-child {
    line-height: 2;
}


#mobileCall {
   background-color: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 0;
padding: 0;
height: 8vh;
width: 8vh;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
z-index: 99999;
bottom: 1vh;
left: 1vh;
background-color: #22CC4F;
border-radius: 50%;
}

#mobileCall p {
    color: white;
    font-weight: 700;
    font-size: 3.5vh;
    display: block;
    letter-spacing: -0.2vh;
    line-height: 0;
    width: 100%;
    text-align: center;
    margin-top: 4.5vh;
}

.grecaptcha-badge {
    display: none;
}

.owl-stage {
    display: inline-flex!important;
}

.owl-stage-outer {
    overflow: hidden!important;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots > .owl-dot > span {
    width: 3.5vw;
    max-width: 16px;
    height: 3.5vw;
    max-height: 16px;
    border-radius: 50%;
    background-color: rgba(255,255,255, 0.5);
    display: block!important;
}
.owl-dots > .owl-dot.active > span {
        background-color: #0047b175;
}

.owl-dots > .owl-dot {
    display: none;
	
}
.mobile-video {
	padding-top: 20px;
}

.owl-dots > .owl-dot:not(:first-child) {
    margin-left: 1vw;
}

#main-content > .entry > * + * {
    margin-top: 20px;
}

#main-content > .entry a {
    color: #70CDED;
}

#main-content > .entry > ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
#main-content > .entry > ol li {
  counter-increment: my-awesome-counter;
}
#main-content > .entry > ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #70CDED;
  font-weight: bold;
  width: 30px;
  display: inline-block;
}

#main-content > .entry > ul {
  list-style: none;
}
#main-content > .entry > ul li {
}
#main-content > .entry > ul li::before {
  font-family: "FontAwesome";
  content: '';
  color: #70CDED;
  font-weight: bold;
  width: 18px;
  display: inline-flex;
  font-size: .75em;
  align-items: center;
  justify-content: flex-start;
}

#main-content > .entry > ul > li + li, #main-content > .entry > ol > li + li {
    margin-top: 10px;
}

