/*
Theme Name: distinct - child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
.container {
    max-width: 1230px !important;
    padding:0px 15px;
    width: 100% !important;
}
section li#field_1_12 {
    display: none;
}
li.meunLogo span{display:block;font-size:16px;}
section.form-section select {
    height: 44px !important;
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid #cfe1e3;
}

li#field_1_11 {
    width: 100%;
}
html .btn {
    /* line-height: 56px; */
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 50px;
    display: inline-block;
    color: #fff;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #f8ead1;
    -webkit-box-shadow: inset 9px 0px 0px 0px #111;
    -moz-box-shadow: inset 9px 0px 0px 0px #111;
    box-shadow: inset 9px 0px 0px 0px #4c3332;
    color: #111;
}
html .btn:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #34666e;
    -moz-box-shadow: inset 0px 0px 0px 0px #F19F1F;
    box-shadow: inset 0px 0px 0px 0px #34666e;
    background-color: #34666e;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignnone {
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
.main-header {position: absolute; top: 0px;}
#header {top: 0px;background-color: #0a530a;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title {font-size: 32px !important;line-height: 34px;color: #fff;}
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
    margin: 0px auto;
    margin-top: 0px;
    text-align: left;
    padding: 25px 0px;
}
.homeBoxes h3{
    color: #000;
    font-size: 32px;
    margin-top: 0px;
}
.homeBoxes p{
    color: #000 !important;
    font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.homeBoxes .box02{
    width: 32%;
}

/* home widgets */
.homeWidgets {
    margin: 30px auto;
    text-align: left;
}
.widgetBox {
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 2%;
    width: 27%;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
    margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
    font-size: 16px;
    line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; color: #fff; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
    width: 100%;
    margin-top: 0px;
}
.headerPhone p {
    display: inline-block;
    font-size: 14px;
    margin:0px;
    color: #fff;
}
header .navigation {
    width: 100%;
}
header .logo-wrap {
    float: left;
    width: 20%;
}
.navigation ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation ul li {
    float: none;
    display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation a{
    margin: 0;
    padding: 33px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-caption {
    position: absolute;
    bottom: 150px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 35px;
    text-shadow: 0px 0px 1px #000;
}
.svg-overlay svg {
    display: block;
}
.carousel-caption a {
    background-color: #2b346b;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}
.newCon {
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    max-height: 900px;
    overflow: hidden;
}
.welcome h1 {
    margin-top: 0px;
    color: #34666e;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 20px;
}
.leftwow {
    width: 42%;
    float: left;
    padding:0px 15px;
}
.rightwow {
    width: 58%;
    padding:0px 15px;
    float: left;
}
.row {
    margin:0px -15px;
}
.row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
.main-header .container {
    background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
    width: 50%;
    box-sizing: border-box;
    padding:0px 15px;
    float: left;
}
.featured {
    margin: 30px auto 20px;
}
.featured img {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.homeBoxes,
.featured,
.welcome {
    overflow: hidden;
}
.featured p {
    padding-right: 15px;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.only-contact-page + .footer-contatus {
    display: none !important;
}
.homeBoxes h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.only-contact-page + section + section {
    display: none;
}
html .video_holder {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 900px;
    text-align: center;
}

.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}
footer {
    margin-top: 0px;
    padding:10px 0px;
}
.to-top,.to-top a {
    color: #fff !important;
}
#page.single {
    float: none !important;
}
.article:after {
    clear:both;
    content: "";
    display: block;
    position: relative;
}
.post-info {
    display: none !important;
}

.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }


ul#menu-main-menu li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

li.meunLogo img {
    max-width: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

* {
    box-sizing: border-box;
}

li.meunLogo a {
    padding: 0px !important;
}

.owl-controls {
    opacity: 0;
}

.primary-slider-container .slide-caption {
    display: flex;
    left: 0px;
    width: 100%;
    max-height: 100% !important;
    overflow: visible;
    bottom: auto;
    background-color: transparent;
    height: 100%;
    width: 35%;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 520px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.primary-slider-container.clearfix {
    position: relative;
}

div#slider {
    margin: 0px !important;
}

.svg-overlay {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.primary-slider-container.clearfix {
    margin-bottom: 30px;
}
/*.service-content a {
    padding: 0px;
}*/

section.family-practice * {
    color: #000 !important;
}

section.family-practice {}

section.family-practice .theme-head h2:before,section.family-practice .theme-head h2:after {
    background-color: #fff;
}

.col2.col.sameHeight * {
}

section.we-love-pets .btn {
    padding: 0px;
}
.newCon {
    position: relative;
}
.video_holder:before,
.newCon:before {
    left: 0px;
    height: 1150px;
    opacity: 0.6!important;
    width: 1150px;
    top: 0;
    content:"";
    border-radius: 50%;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transform: translate3d(-20%, 0, 0);
    background-color: #222222;
    z-index: 10;
    transform: translateX(0);
    position: absolute;
    margin-left: -500px;
}



.primary-slider .slide-title {
    font-size: 45px !important;
    line-height: normal !important;
}

#logo a, #logo img { float: none !important; }

.innerImage {
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
#secondary-navigation .menu-item-has-children > a:after {
    right: 17px;
}
article.article {
    max-width: 1200px;
    width: 100% !important;
    box-shadow: 0px 0px 0px !important;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 80px;
}
#header {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff !IMPORTANT;
}
#site-header {
    z-index: 10000;
}
/* General */
body,body p {
    font-weight: 400;
    line-height: 34px;
    text-transform: none;
}
.col-container:after {
    clear: both;
    display: block;
    content: "";
}
.col-container .col {
    float: left;
}
.col {
    padding:0px 15px;
}
.col1 {
    width: 100%;
}
.col15 {
    width: 66.66%;
}
.col2 {
    width: 50%;
}
.col25 {
    width: 41%;
}
.col3 {
    width: 33.33%;
}
.col4 {
    width: 25%;
}
.col5 {
    width: 20%;
}

/* Slide */
.slide-thing .btn {
    width: auto;
    padding: 0px 30px;
    color: #111;
}
.slide-thing p span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.slide-thing p span:nth-child(1) a {
    font-weight: 400;
}
.slide-thing p span {
    display: block;
    color: #ffff;
}
.slide-social-icons a {
    display: inline-block;
    background-color: #f8ead1;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
}
.slide-social-icons a:hover {
    color: #ef5030;
    background-color: #fff; 
}
.slide-social-icons {
    margin-bottom: 20px;
}

.slide-thing p a {
    color: #fff !important;
    font-size: 20px;
    margin:0px 2px;
}

.primary-slider .slide-title {
    line-height: 39px !important;
    font-size: 40px !important;
    margin-bottom: 20px !important;
}

/* Services */
section.service-theme {
    margin: 100px 0px;
    position: relative;
    overflow: hidden;
}
.service-theme .container {
    max-width: 1380px !important;
}
.services-wrapper {
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0px 20px #cecece;
    background-color: #f5f3ee;
}
.theme-head .col {
    margin: 0px auto;
    text-align: center;
}

.theme-head h2 {
    font-size: 57px;
    letter-spacing: -.025em;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 300 !important;
}
.footer-contatus ul {
    list-style: none;
    padding-left: 0px;
}
.theme-head h2 {
    position: relative;
    margin: 20px auto;
}

.theme-head h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-head h2:after,
.theme-head h2:before {
    background-color: #111;
    content: "";
    position: relative;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100px;
    opacity: 0.6;
    height: 2px;
    display: block;
}

.theme-head span {
    padding: 0px 25px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.theme-head {font-size: 19px;line-height: 34px;margin: 50px 0px;color: #989797;}

.theme-head p {
    margin-bottom: 0px;
}
.service-wrapper {
    margin-bottom: 10px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0px 20px #cecece;
    background-color: #f5f3ee;
}

.service-wrapper img {
    border-radius: 20px;
    display: block;
    height: 330px !important;
    object-fit: cover;
    width: 100%;
}

.service-item {
    padding: 0px 15px;
}

.service-content {
    padding: 20px 25px 35px 25px;
    text-align: center;
}

.service-content h3 {
    font-size: 30px;
    letter-spacing: -0.4px;
    line-height: 42px;
    margin: 20px auto;
}

.service-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    color: #989797;
}
.btn:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #34666e;
    -moz-box-shadow: inset 0px 0px 0px 0px #F19F1F;
    box-shadow: inset 0px 0px 0px 0px #95bec2;
    background-color: #95bec2;
}

.service-rotator .slick-list {
    padding: 20px 0px;
}

.bg_one {
    height: 800px;
    width: 800px;
    position: absolute;
    -moz-transform: skew(0, 30deg);
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    opacity: 1;
    background-size: cover;
    background-repeat: repeat;
    float: left;
    border-radius: 50%;
    margin-left: -520px;
    top: 0px;
    opacity: 0.4;
}
section.service-theme .container {
    position: relative;
    z-index: 1;
}
.bg_two {
    position: absolute;
    -moz-transform: skew(0, 30deg);
    background-size: 50%;
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    background-size: cover;
    background-repeat: repeat;
    float: right;
    margin-right: -520px;
    margin-right: -520px;
    margin-right: -820px;
    margin-top: -40px;
    width: 1000px;
    height: 1000px;
    right: 0px;
    opacity: 1;
    top: 30%;
    border-radius: 50%;
    opacity: 0.4;
}

/* Slick Arrows */
html .slick-arrow {
    background-color: #903a3b;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 14px 13px;
    height: auto;
    width: auto;
    font-size: 0px;
    border-radius: 10px 0px 0px 10px;
}
html .slick-arrow:hover,.slick-arrow:active,html .slick-arrow:focus {
    background-color: #34666e;
}
html .slick-arrow:before {content: "\f104";font-family: 'Font Awesome 5';font-weight: bold;font-size: 25px;}

html .slick-next:before {content: "\f105";}

html .slick-prev {
    left: -20px;
    z-index: 10;
}
html .slick-next {
    right: -20px;
    border-radius: 0px 10px 10px 0px;
}

/* Welcome Section */
.welcome {
    background-color: #ffffff;
    padding: 20px 0px;
}
section.welcome .theme-head span {
    background-color: #ffffff;
}
section.welcome .container {
    max-width: 1200px !important;
}
section.welcome .row {
    padding: 5px 0px;
}
section.welcome p {
    text-align: center;
    font-size: 17px;
}
.wc-image {
    display: inline-block;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    border: 5px solid #c26573;
    line-height: 170px;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
}
.welcome .col4:hover .wc-image {
    transform: scale(1.2);
}
.wc-image img {
    display: inline-block;
    max-width: 80px;
    filter: brightness(0);
}

section.welcome .col4 {
    text-align: center;
}

section.welcome .row + .row {
    margin: 60px 0px;
}

.wc-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    text-transform: none;
    color: #989797;
}
.rightwow h2 {
    text-align: center;
}
.wc-content h3 {
    margin: 30px auto 20px;
    font-weight: 300;
    font-size: 25px;
}
.leftwow video {
    border: 2px solid rgba(18, 134, 219, 0.6);
    box-sizing: border-box;
}
section.family-practice:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.2;
    background-attachment: fixed;
}

section.family-practice p {
    font-size: 19px;
}

section.family-practice a {
    font-weight: bold;
}

.flex-col .col2 * {
    color: #fff !important;
}
/* Section 3 */
section.family-practice {
    background-color: #f8ead1;
    padding: 20px 0px 40px;
    position: relative;
}

/* Section 4 */
section.form-section {
    position: relative;
    background-attachment: fixed;
    background-position: 0% 50%;
    padding-top: 50px;
    background-size: cover;
}

section.form-section #field_1_8 {
    display: none;
}
section.form-section #field_1_12 {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}
div#field_1_7,section.form-section #field_1_11,section.form-section #field_1_12 {
    width: 100%;
}

div#field_1_5 {
    position: relative;
}

div#field_1_5 img {
    position: absolute;
    top: 50px;
    right: 15px;
}

section.form-section #field_1_8 {
    display: none;
}

section.form-section .col {
    background-color: #903a3b;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
}

section.form-section input {
    height: 44px !important;
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid #cdc2af;
}

section.form-section .gform_fields > div {
    width: 50%;
    padding: 0px 5px !important;
    clear: none !important;
    float: left;
}

section.form-section label {
    margin: 0px !important;
    display: block;
    color: #fff !important;
}

section.form-section .ginput_container {
    margin-top: 2px !important;
}

section.form-section h2 {
    text-align: center;
    color: #fff;
    margin: 25px 0px;
    font-size: 35px;
}
section.form-section .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}
section.form-section .gform_wrapper {
    padding: 0px 10px;
}

section.form-section textarea {
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid #cfe1e3;
}

section.form-section input[type="submit"] {
    width: 150px !important;
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 50px;
    display: inline-block;
    color: #111;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #f8ead1;
    -webkit-box-shadow: inset 9px 0px 0px 0px #F19F1F;
    -moz-box-shadow: inset 9px 0px 0px 0px #F19F1F;
    box-shadow: inset 9px 0px 0px 0px #cdc2af;
    height: 44px !important;
    display: block;
    padding: 0px !important;
    cursor: pointer;
}
section.form-section #field_1_12 {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}

section.form-section .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0px !important;
}
/* Section 5 */
.testimonials-section {
    padding:80px 0px 100px;
}
.testi-wrapper {
    width: 100%;
    padding: 45px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    background-color: #F5F3EE;
}

.testi-item {
    padding: 0px 15px;
}

.testi-wrapper h3 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 34px;
    margin-bottom: 20px;
}

.testi-wrapper blockquote {
    color: #111;
    font-size: 16px;
    line-height: 28px;
    border-radius: 15px;
    border-left: none;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.testi-wrapper blockquote:before {
    font-family: 'Font Awesome 5';
    position: absolute;
    content: "\f10d";
    font-size: 20px;
    width: 50px;
    top: 0;
    left: 0;
    font-size: 50px;
    margin-right: 20px;
    position: static;
}

.testi-wrapper blockquote:after {
    display: none;
}
.testi-wrapper .testi-img {
    max-width: 100px;
    margin: 0px auto;
    margin-bottom: -100px;
    vertical-align: middle;
}
.testi-item {padding-bottom: 100px;}

.testi-img span {
    height: 100px;
    width: 100px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-color: #01579b;
}

/* Section 6 */
.flex-col .col2 {
    padding: 100px 5%;
    background-color: #f8ead1;
    background-position: 50% 50%;
    background-size: cover;
}

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

.flex-col .col2 p:last-of-type {
    margin-bottom: 0px;
}

.flex-col * {
    color: #fff;
}

.flex-col h2 {
    font-size: 37px;
}

.flex-col p {
    line-height: 29px;
    font-size: 19px;
}

/* Section 7 */
section.footer-contatus {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
    padding: 80px 0px;
	background-size: cover;
}

section.footer-contatus .clearfix {
    width: 60%;
    margin: 0px auto;
    margin-right: 0px;
    margin: 0px auto;
}
li.meunLogo {
    text-align: center;
}

li.meunLogo img {
    display: block;
    margin: 0px auto;
}
section.footer-contatus input {
    width: 100% !important;
    height: 44px;
    border-radius: 10px;
    background: #f0edea;
    border: 2px solid #903a3b;
}

section.footer-contatus textarea {
    border-radius: 10px;
    background: #f0edea;
    border: 2px solid #903a3b;
}

section.footer-contatus input[type="submit"] {
    width: 150px !important;
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 50px;
    display: inline-block;
    color: #fff;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #903a3b;
    -webkit-box-shadow: inset 9px 0px 0px 0px #F19F1F;
    -moz-box-shadow: inset 9px 0px 0px 0px #F19F1F;
    box-shadow: inset 9px 0px 0px 0px #4c3332;
    height: 44px !important;
    display: block;
    padding: 0px !important;
    cursor: pointer;
}

section.footer-contatus .container {background-color: rgba(255, 255, 255, 0.83);padding: 5px;box-sizing: border-box;}

section.footer-contatus .theme-head {
    margin-bottom: 80px;
}

section.footer-contatus .clearfix h2 {
    font-size: 33px;
    font-weight: 400;
    color: #000000;
}
.slide-caption .dm-rate-us a,.slide-caption .dm-rate-us span {
    color: #fff;
}

.slide-caption .dm-rate-us {
    margin-bottom: 20px;
}
section.footer-contatus h2 + ul li:nth-child(1) {
    color: #000000;
    font-weight: bold;
}


/* Footer */
.big-map iframe {
    display: block;
    height: 450px;
    width: 100%;
    border-top: 5px solid #3492c5 !important;
}

#move-to-top {
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 45px;
}
.testimonials-section .container:nth-child(2),
section.service-theme .container {
    padding: 0px 30px;
}
#page {
    max-width: 100% !important;
    width: 100% !important;
}
@media screen and (max-width: 1500px) {
    .theme-head .col {
        width: 70%;
    }
}
@media screen and (max-width: 1152px) {
    section.form-section .col {
        width: 50%;
    }
    .bg_one,.bg_two {
        opacity: 0.5;
    }
    .contaienr {
        max-width: 100% !important;
    }
    .theme-head .col {
        width: 100%;
    }
}

@media screen and (min-width: 881px) {
    .logo-wrap {
        display: none;
    }
    .main-stick ul#menu-main-menu > li a {
        padding: 18px 25px;
    }
    .main-stick li.meunLogo img {
        max-width: 120px;
    }
    .main-stick #header {
        position: fixed;
    }
}
#logo span {
    text-transform: none !important;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #903a3b !important;
    transform: scale(.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid rgba(52, 102, 110, 0.25);
}
.slick-dots li button:before {
    font-size: 0px;
    width: 16px;
    height: 16px;
}
.slick-dots .slick-active button {
    background-color: #e7d9c2 !important;
    transform: scale(1.1);
}
/* mobile */
@media screen and (max-width: 880px) {
    .theme-head {
        margin: 25px 0px 35px;
    }
    section.service-theme {
        margin: 50px 0px;
    }
    #logo span {
        display: block;
        color: #000;
        font-size: 23px;
        padding-top: 10px;
    }
    #header .logo-wrap {
        padding: 22px 0px 5px;
    }
    #header #logo a { display:block; text-align: center; }
    #header:after,#regular-header:after {
        clear: both;
        content: "";
        display: block;
    }
    article.article {
        margin-top: 0px !important;
    }
    .logo-wrap {
        width: 100% !important;
    }
    #header .logo-wrap {
        float: none !important;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .hide-d { display: block; }
    #header { background: none !important; padding: 0px 0 20px 0px; margin-bottom: 0px; }
    .mobileBtn { margin-bottom: 0px; }
    .mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #1179bd; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
    .mobileBtn.phoneBtn { font-size: 20px; }
    .mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
    .primary-slider-container, .hide-xs { display: none; }
    .container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
    
    .innerImage { display: none; }
    .homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
    .box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
    .welcome {margin: 20px auto;}
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
    .post-content img { width: 100% !important; height: auto !important; }
    .footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget    { width: 100% !important; max-width: 100% !important; }
    .hours { display: none !important; }
    .main-header { background-color: #fff !important; }
    .leftwow {
         width: 100%;
    }
    .rightwow {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .row {
        margin:0px;
    }
    .welcome iframe {
        height: 400px !important;
    }
    .featured .btn {
        display: block;
        text-align: center;
    }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        height: auto;
    }
    .box02 .btn {
        display: block;
        max-width: 250px;
        margin:10px auto 0px;
    }
    footer .container {
        width: 100%;
    }
    #regular-header { display: none; }
    .sticky { background-color: #fff !important; }
    
    div.header-social-icons { float: none !important; text-align: center; background:none!important;}
    div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
    .header-social-icons {  text-align: Center; float: none !important; }
    .header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }

    a#pull {
        margin: 0px !important;
    }

    .main-header .container {
        padding: 0px;
    }

    .service-wrapper {
        max-width: 600px;
        margin: 0px auto;
    }

    .service-wrapper img {
        width: 100%;
    }

    section.welcome .col4 {
        width: 50%;
    }
    li.meunLogo {
        display: none !important;
    }
    .col2 {
        width: 100%;
    }

    .col-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .col-container .col2:nth-child(1) {
        order: 2;
    }

    section.form-section .col {
        width: 100%;
    }

    .flex-col {
        flex-wrap: wrap;
    }

    section.footer-contatus .clearfix {
        width: 100%;
    }

    #logo img {
        max-width: 400px;
        width: 100%;
        display: block;
    }
    .testimonials-section {
        padding-top: 20px;¸
    }
}
/*html .slick-next,html .slick-prev {
    padding: 0px;
}*/
.slick-dots li.slick-active button:before {
    opacity: 0 !important;
}
section.page-header {
    background-color: #903a3b;
}
section.family-practice h2 {
    font-size: 39px;
    line-height: 39px;
}
@media screen and (max-width: 540px) {
    .theme-head span {
        font-size: 45px !important;
        line-height: 46px;
    }
     section.testimonials-section {
        padding: 0px 0px 50px;
    }

    section.footer-contatus {
        padding-top: 0px;
    }
    section.welcome .col4 {
        width: 100% !important;
    }
    .theme-head h2:after, .theme-head h2:before {
        display: none !important;
    }
}

    html #secondary-navigation > nav > ul > li:hover > a, html #secondary-navigation > nav > ul > li.current-menu-item > a, #secondary-navigation > nav > ul > li.current-menu-parent > a, #secondary-navigation > nav ul.sub-menu > li.current_page_item > a, #secondary-navigation > nav > ul > li.current-menu-item > a {
    color: #000 !important;
}

section.we-love-pets {
    display: none;
}

section.testimonials-section {
    display: none;
}

.copyrights p, .copyrights a {
    color: #000;
}

section.footer-contatus li a {
    color: #000;
}

section.form-section #field_1_3,section.form-section #field_1_6 {
    width: 50%;
}

section.form-section #field_1_9,section.form-section #field_1_5 {
    width: 50%;
}

html #secondary-navigation a {
    text-transform: none !important;
}

li.meunLogo a {
    color: #000 !important;
    font-weight: bold !important;
    max-width: 200px !important;
    display: block !important;
    text-align: center !important;
    line-height: 1;
    font-size: 19px !important;
}

.slide-social-icons a, section.form-section .col {
    background: #878787 !important;
}

.single .article a {
    color: #848d90!important;
}





.footer-contatus .gform_wrapper input[type="radio"],.footer-contatus .gform_wrapper input[type="checkbox"] {
    width:auto!important;
    height:auto!important;
}

.footer-contatus a {
	text-decoration:underline;
}