/*
Theme Name: Landing - Child
Version: 99.1
Description: A child theme of WDA
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px !important;
  padding: 0px 15px;
  width: 100%;
}
.logo a {
  color: #fff;
  font-size: 32px;
}
.btn {
  color: #fff !important;
  background: #1179bd;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 1px 1px 1px #000;
  -moz-box-shadow: 1px 1px 1px #000;
  color: #000 !important;
  padding: 5px 20px !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: bold;
}

#header {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000000;
  padding: 20px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html .slick-dots li button {
  background-color: #777;
}

section#reviews * {
  color: #fff !important;
}

#services {
  padding-bottom: 1px;
}

#services .item {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.home #header,
#site-header.sca #header,
.main-header {
  background-color: transparent;
  background-image: none;
}
header#site-header {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
}
.archive header#site-header {
  background-color: #000;
}
#site-header.sca #header,
.main-header {
  background-color: rgba(0, 0, 0, 0.7);
}
.asinnerImage {
  display: none;
}
.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;
}
.noborder {
  border: 0;
  -webkit-box-shadow: 0 0 0 0 black;
  -moz-box-shadow: 0 0 0 0 black;
  box-shadow: 0 0 0 0 black;
}
.center {
  text-align: Center;
}
.clear {
  clear: both;
}

/* header */
/*  .main-header { background: #2b346b; } */

.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: #ccc;
  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;
}
.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 */
input[type="text"],
textarea {
  background-color: #eee;
}
#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 {
  float: right;
  width: 80%;
}
header .logo-wrap {
  float: left;
  width: 20%;
}
.navigation ul {
  text-align: right;
  padding-top: 30px;
}
.navigation ul li {
  float: none;
  display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
  padding-right: 32px;
}
#secondary-navigation a {
  padding: 5px 10px 12px;
  margin: 0;
  font-size: 14px !important;
  text-transform: none !important;
}
.newCon {
  height: 90vh;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 700px;
}
.welcome h1 {
  font-size: 30px;
  color: #282e67;
  margin-top: 0px;
}
.welcome img {
  padding: 3px;
  border: 1px solid #ccc;
}
.welcome .row:after {
  clear: both;
  content: "";
  display: block;
}
.rwow {
  float: right !important;
}
.lwow {
  float: left !important;
}
.rightwow {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 15px;
}
.row {
  margin: 0px -15px;
}
.row:after,
.container:after {
  clear: both;
  content: "";
  display: block;
  position: relative;
}
.main-header .container {
  background-color: transparent !important;
}
#reviews {
  position: relative;
  padding: 100px 0px;
}
#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;
}
.homeBoxes h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
footer {
  margin-top: 0px;
  padding: 10px 0px;
}
.to-top,
.to-top a {
  color: #fff !important;
}
.article:after {
  clear: both;
  content: "";
  display: block;
  position: relative;
}
.post-info {
  display: none !important;
}
#featured-thumbnail {
  float: right;
  width: 30%;
}
.front-view-content {
  float: left;
  width: 68%;
}
.opacit_ {
  opacity: 0;
}
.sticky {
  position: fixed !important;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.9);
}
.sticky img {
  max-width: 100px !important;
}

#logo a,
#logo img {
  float: none !important;
}
.innerImage {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.article {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  box-shadow: 0px 0px 0px;
  padding: 20px 15px;
  box-sizing: border-box;
}

/* New Draft */
.video_holder {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video_holder video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
#secondary-navigation {
  float: none !important;
}
.carousel-caption {
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 10;
  transform: translateY(-50%);
}

.video_holder:before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.carousel-caption p {
  font-size: 23px;
  text-transform: capitalize;
}
.carousel-caption h2 {
  color: #fff;
  font-size: 48px;
}

.carousel-caption a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 9px 40px;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 15px;
}
.zoomSection a:hover,
.carousel-caption a:hover {
  color: #fff;
}
div#header .container {
  max-width: 100% !important;
  padding: 0px 15px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

div#header .logo-wrap {
  float: left;
  margin: 0px auto;
  margin-left: 0px;
  width: auto;
}

div#header .rightside {
  float: right;
  width: auto;
}

div#header .address p,
div#header .address .pull-inline {
  display: inline-block;
  color: #fff;
  margin-right: 16px;
  font-size: 18px;
}
div#header .address p {
  margin-bottom: 13px;
}

header .navigation {
  width: 100%;
  float: none;
}

ul#menu-main-menu {
  padding-top: 0px;
}

#logo img {
  max-width: 325px;
}

div#wp_access_helper_container {
  top: 180px;
}

#secondary-navigation a {
  padding: 5px 10px;
  text-transform: uppercase !important;
}

.address a {
  color: #fff !important;
}

.social-icons.pull-inline a {
  background-color: #fff;
  color: #111 !important;
}

.address {
  padding-top: 0px;
  text-align: right;
}
.welcome {
  padding: 100px 0px 80px;
  box-sizing: border-box;
}

#services {
  padding-bottom: 1px;
}

#services .item {
  border: 1px solid #fff;
  box-sizing: border-box;
}
section.welcome .row {
  margin: 0px 0px 35px;
}

section.welcome h2 {
  font-weight: bold;
  color: #111;
  letter-spacing: 1px;
}

section.welcome img {
  padding: 0px;
  border: 0px;
  display: block;
  margin: 0px auto;
}
.map iframe {
  display: block;
  width: 100%;
}
section.welcome .row:nth-child(2) strong {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.copyrights,
.copyrights p,
.copyrights a {
  border-color: #fff !important;
  color: #fff !important;
}
section.welcome h3 {
  text-transform: capitalize;
  color: #454545;
  font-weight: bold;
  font-size: 24px;
}
footer {
  margin: 0px !important;
}

.zoomSection {
  position: relative;
}
.zoomSection {
  padding: 200px 0px;
  overflow: hidden;
}
.samba:before {
  animation-name: samba;
  animation-duration: 30s;
  animation-fill-mode: both;
}
.reviews:before,
.zoomSection:before {
  height: 100%;
  background-position: 50% 68%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
}
.servicesField .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.servitem {
  width: 33.33%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
#reviews {
  background-attachment: fixed;
  background-position: 50% 50%;
}
section#reviews p {
  text-align: justify;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

section#reviews h4 {
  color: #fff;
  font-weight: bold;
  font-size: 27px;
}
section#reviews:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}

section#reviews h2 {
  position: relative;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 38px;
}

section#reviews .container {
  position: relative;
  z-index: 10;
}

.servicesField {
  padding: 100px 0px;
}

.servitem a {
  display: block;
  text-align: center;
}
.servitem {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.servitem:hover a {
  color: #fff !important;
}
.servitem:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.servitem img {
  max-width: 95px;
  margin-bottom: 15px;
}

.servitem a:nth-child(2) {
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0px;
}
.servitem:nth-child(1),
.servitem:nth-child(2),
.servitem:nth-child(3),
.servitem:nth-child(4) {
  margin-bottom: 30px;
}

/* @media screen and (min-width: 1600px) { } */
@keyframes samba {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.zoomSection1:after,
.zoomSection:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background-color: #494949;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}

.zoomSection {
  text-align: center;
}
.paws {
  padding: 100px 0px;
  background-image: url(/wp-content/uploads/2020/05/gplay-5.png);
}

.paws img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.paws a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.copyrights p span {
  border-color: #000 !important;
}
.copyrights p span span {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.copyrights strong {
  font-size: 21px;
}
.paws .col6 {
  width: 50%;
  float: left;
  text-align: center;
}

.paws a {
  display: block;
}

.paws img {
  display: block;
  margin: 0px auto;
}

.paws span {
  display: block;
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}

.paws .col6:nth-child(1) {
  position: relative;
}

.paws .col6:nth-child(2) {
  position: relative;
}

.paws .col6:nth-child(1) img {
  position: relative;
}

.paws .col6:nth-child(2) img {
  position: relative;
}

.zoomSection p {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  text-align: justify;
  text-align-last: center;
}

.zoomSection .container {
  position: relative;
  z-index: 100;
}

.zoomSection span {
  font-weight: bold;
  font-size: 35px;
  margin: 35px 0px 0px;
  display: block;
}

.zoomSection a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 9px 40px;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 15px;
}
header#site-header {
  z-index: 10000000;
}
@media screen and (max-width: 1440px) {
  .zoomSection {
    padding: 190px 0px;
  }
}
@media screen and (min-width: 881px) {
  #logo img {
    box-sizing: border-box;
  }
  .sub-menu li {
    background-color: #00533d !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-sizing: border-box;
  }
  .sub-menu li:hover {
    background-color: #004432 !important;
  }
  .sub-menu li a {
    color: #fff !important;
  }
  .address,
  #logo img,
  #site-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sca .address {
    /* padding-top: 13px; */
  }
  #logo img {
    box-sizing: border-box;
  }
  .sca #logo img {
    padding-right: 75px;
  }
  #site-header.sca #header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0px;
  }
}
@media screen and (max-width: 1152px) {
  #page.single {
    margin-top: 100px;
  }
  section#reviews p {
    padding: 0px 30px;
    box-sizing: border-box;
  }
  #secondary-navigation a {
    padding: 5px 6px;
    text-transform: uppercase !important;
  }
  #logo img {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .zoomSection {
    padding: 150px 50px;
    overflow: hidden;
  }
  .welcome {
    padding: 70px;
  }
  .innerImage {
    height: 350px;
  }
  #page {
    max-width: 100% !important;
    width: 100% !important;
  }
  footer .container {
    width: 100%;
  }
  .headerPhone {
    box-sizing: border-box;
  }
}
.welcome h2 {
  font-size: 36px;
  font-weight: bold;
}
/* mobile */
@media screen and (max-width: 880px) {
  .welcome h2 {
    text-align: center;
  }
  header#site-header {
    height: auto !important;
  }
  #header {
    background-color: rgb(10, 88, 161, 0) !important;
  }
  #page.homepage {
    padding-top: 20px !important;
  }
  .welcome img {
    width: 100% !important;
  }
  #post-236 img,
  #post-11 img,
  #post-11 img {
    width: 120px !important;
  }
  #secondary-navigation .navigation .current-menu-item {
    background: #333 !important;
  }
  html .post-content img {
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0px auto 20px !important;
  }
  .rightside {
    width: 100% !important;
  }
  .rightside a#pull {
    box-sizing: border-box;
    margin: 0px auto;
  }
  #logo img {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .address {
    display: none !important;
  }
  div#header .container {
    max-width: 100% !important;
    padding: 0px;
    box-sizing: border-box;
    width: 100% !important;
    text-align: center;
  }
  #header #logo a {
    display: block;
    text-align: center;
  }
  #header:after,
  #regular-header:after {
    clear: both;
    content: "";
    display: block;
  }
  #site-header {
    position: relative !important;
  }
  .logo-wrap {
    width: 100% !important;
  }
  .servitem {
    width: 50%;
    margin-bottom: 20px !important;
  }
  .servicesField {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  #reviews,
  .reviews:before,
  .zoomSection:before {
    background-attachment: scroll;
  }
  section.welcome h1,
  section.welcome p,
  section.welcome h3 {
    text-align: center;
  }
  .welcome {
    padding: 40px 20px;
  }
  #header .logo-wrap {
    float: none !important;
  }
  #secondary-navigation {
    height: auto !important;
  }
  #page.homepage {
    padding-top: 20px !important;
  }
  .hide-d {
    display: block;
  }
  #header {
    background: none;
    padding: 0px 0 0px 0px;
    margin-bottom: 0px;
  }
  .mobileBtn {
    margin-bottom: 0px;
  }
  .mobileBtn a,
  .hours {
    display: block;
    color: #fff;
    text-align: center;
    background: #005a42;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0px;
    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;
  }
  section.welcome .row:nth-child(1) .leftwow {
    float: left;
    width: 40%;
  }

  section.welcome .row:nth-child(1) .rightwow {
    float: right;
    text-align: left;
    width: 60%;
  }
  #header {
    position: relative;
  }
  section.welcome .row:nth-child(1) .rightwow p,
  section.welcome .row:nth-child(1) .rightwow h1 {
    text-align: left;
  }
  .asinnerImage {
    display: none !important;
  }
  section.welcome .row:nth-child(1) .leftwow {
    width: 100%;
    margin-bottom: 20px;
  }
  section.welcome .row:nth-child(1) .rightwow {
    width: 100%;
  }
}
ul.WellnessPlans {
  list-style: none;
  text-align: center;
}

ul.WellnessPlans li {
  display: inline-block;
  text-align: center;
}
#menu-item-348 .sub-menu {
  right: 0px;
  left: auto;
}
.page h1.title {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #006d51;
  padding-bottom: 10px;
}

.asinnerImage {
  height: 210px;
  background-color: rgba(10, 88, 161, 0.57);
}
@media screen and (max-width: 540px) {
  #site-header {
    position: relative !important;
    /* background-color: rgba(10, 88, 161, 0.27) !important; */
  }
  #reviews,
  .paws {
    padding: 50px 0px;
  }
  footer .container {
    box-sizing: border-box;
  }
  .col6 {
    width: 100% !important;
    top: 0px !important;
    margin-bottom: 30px;
  }
  .zoomSection a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 20px;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 15px;
  }
  .zoomSection span {
    font-weight: bold;
    font-size: 35px;
    margin: 35px 0px 0px;
    display: block;
    line-height: 36px;
    font-size: 30px;
  }
  .zoomSection {
    padding: 50px 15px;
  }
  .zoomSection p {
    text-align: center;
  }
  section.welcome h1 {
    font-size: 29px;
    font-weight: bold;
    color: #111;
    letter-spacing: 1px;
    line-height: normal;
    margin: 15px 0px;
  }
  .welcome {
    padding: 20px 10px;
  }
  .welcome img {
    margin-bottom: 10px;
  }
  section.welcome .row:nth-child(1) .leftwow {
    float: left;
    width: 100%;
  }

  section.welcome .row:nth-child(1) .rightwow {
    float: right;
    text-align: left;
    width: 100%;
  }
}
.innerImage img {
  width: 100% !important;
}
#header .logo-wrap {
  padding: 0px;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
html #wp_access_helper_container button.aicon_link {
  /* background-color: #00513b  !important; */
}

.newCon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newCon:before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.5;
}

.newCon .dm-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 100px;
}

.dm-form ul {
  display: flex !important;
  flex-wrap: wrap !important;
}

.dm-form li {
  flex: 1 1 100%;
}

li#field_1_5,
li#field_2_5 {
  width: 100% !important;
  flex: 1 1 100%;
  color: #000 !important;
  line-height: 1.3;
  font-size: 12px;
}

.dm-form {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.dm-form label {
  color: #fff !important;
}

.dm-form input {
  width: 100% !important;
}

li#field_1_3,
li#field_2_3 {
  width: 100% !important;
  flex: 1 1 100%;
}
/*
.dm-half p a {
    font-size: 23px;
    color: #fff;
}
*/
.dm-half p:nth-child(2) a {
  font-weight: bold;
  font-size: 27px;
}

section.welcome p {
  font-size: 19px;
}
section#contact {
  position: relative;
  background: rgb(17 17 17 / 42%);
}

section#contact:before {
  top: 0px;
  left: 0px;
  background-image: url(/wp-content/uploads/2021/07/diagmonds-light-1.png);
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 1;
  background-attachment: fixed;
}

.textimonialForm > p {
  font-size: 36px !important;
  font-weight: bold;
}

.textimonialForm ul {
  display: flex !important;
  flex-wrap: wrap;
}

.textimonialForm li {
  flex: 1 1 50%;
  flex-basis: 300px;
}

.textimonialForm input[type="submit"] {
  background: #da2e44;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 21px !important;
  height: auto !important;
  width: 300px !important;
  display: block !important;
  margin: 0px auto !important;
}
section.welcome * {
  /* text-align: center; */
}
.newCon img {
  max-width: 300px;
}

.home li input {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100% !important;
}

html .textimonialForm {
  padding: 80px 0px;
}

.ourServices img {
  height: 300px !important;
  object-fit: cover;
  width: 100%;
  display: block;
}
.gform_footer.top_label {
  padding-right: 15px;
}
.ourServices .col-md-4 {
  padding: 0px 5px;
  flex: 1 1 25%;
  margin-bottom: 10px;
  flex-basis: 250px;
}

html .ourServices h2 {
  width: 100%;
}

html .ourServices h4 {
  font-size: 15px;
  margin: 0px;
  padding: 10px 10px;
  font-weight: bold;
  background: #b9628d;
  color: #fff;
}

.ourServices .container {
  display: flex;
  flex-wrap: wrap;
}

.ourServices {
  padding-bottom: 80px;
}

.ourServices .col-md-4:nth-child(10) img,
.ourServices .col-md-4:nth-child(11) img {
  object-position: 50% 0%;
}

@media (max-width: 880px) {
  .newCon {
    height: auto;
  }

  #page.homepage {
    padding: 0px !important;
  }

  .newCon .dm-container {
    padding: 20px;
    box-sizing: border-box;
  }

  .dm-form li {
    flex: 1 1 100%;
  }

  .newCon .dm-half {
    padding: 0px;
  }

  .newCon {
    margin-bottom: 25px;
  }
  input#gform_submit_button_1 {
    height: auto;
  }
  .textimonialForm {
    padding: 80px 30px !important;
  }
}
.newCon p {
  color: #fff;
  font-size: 20px;
}

section.banner-section {
  position: relative;
  overflow: hidden;
}

section.banner-section svg {
  height: auto;
  width: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  bottom: 0px;
  fill: #fff;
}

section.banner-section svg path {
  fill: #fff;
}

.dm-half.banner-ct {
  background: #fff;
  width: 430px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px #0000001a;
}

.dm-half.banner-ct label {
  display: none !important;
}

.dm-form li input,
.dm-form li textarea {
  border-radius: 5px;
  background: #fff;
}

.newCon .dm-half:nth-child(1) {
  width: calc(100% - 430px);
  text-align: left;
}

.newCon .dm-half:nth-child(1) img {
  margin-bottom: 30px;
  display: block;
  filter: brightness(0) invert(1);
}

.newCon .dm-half:nth-child(1) p:last-of-type {
  margin: 0px;
}

.dm-half.banner-ct h2 {
  margin: 0px;
  text-align: left;
}

.dm-half.banner-ct .gform_wrapper {
  margin: 0px;
}

.dm-half.banner-ct li {
  margin-top: 5px !important;
}

.dm-half.banner-ct li input {
  padding: 0px 10px !important;
}

header.mc {
  position: fixed;
  top: 0px;
  z-index: 10;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.mc img {
  max-width: 300px;
  border-radius: 4px;
}

header.mc .dm-third:last-of-type p a {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}

section.banner-section .dm-half:nth-child(1) h2 {
  color: #fff;
}

section.banner-section .dm-half:nth-child(1) {
  padding-right: 40px !important;
}

header.mc .dm-third:last-of-type {
  text-align: right;
}

header.mc p {
  margin: 0px;
}

@media (min-width: 881px) {
  section.page-header {
    padding-top: 140px;
  }

  header.mc.move_mc {
    background: rgb(0 0 0 / 73%);
  }
}

#page.single,
.post-content,
.post {
  float: none;
}

header.mc .dm-third:last-of-type span {
  display: block;
  margin-bottom: -5px;
  font-weight: 400;
  font-size: 23px;
}

header.mc .dm-third:last-of-type a {
  font-size: 32px !important;
}

section.section {
  padding: 100px 0px 130px;
}

.wc-img {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 12%);
  border-radius: 6px;
}

section.section .dm-flex {
  align-items: inherit;
}

.copyrights p {
  margin: 0px;
}

footer#site-footer {
  padding: 0px;
}

footer#site-footer * {
  font-size: 15px;
}

.dm-half.banner-ct li {
  padding: 0px !important;
}

.dm-half.banner-ct input[type="submit"] {
  background: var(--pColor) !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer;
  letter-spacing: 1px;
}

html section#wda_testi {
  padding: 150px 0px;
}

section#contact-us h2 {
  text-align: center;
  margin-bottom: 25px;
}

section#contact-us h2 span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}

section#contact-us .dm-third {
  width: 40%;
  padding-left: 25px;
}

section#contact-us .dm-half {
  width: 60%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

section#contact-us .dm-half .gform_wrapper {
  margin: 0px;
}

section#contact-us .dm-third div a {
  display: block;
}

section#contact-us .dm-third > div {
  margin-bottom: 40px;
}

section#contact-us .dm-third div a {
  font-size: 21px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

section#contact-us .dm-third span {
  font-weight: bold;
  margin-bottom: 10px;
}

section#contact-us textarea {
  background: #fff;
}

section#contact-us {
  padding: 100px 0px;
  background: #fafafa;
}

section#contact-us .dm-half li {
  padding: 0px 10px;
  margin-top: 6px;
}

@media (max-width: 880px) {
  .newCon,
  .section {
    overflow: hidden;
  }
  header.mc .dm-third {
    flex: 1 1 33.33%;
  }

  header.mc .dm-third:empty {
    display: none;
  }

  header.mc .dm-third:nth-child(2) {
    display: none;
  }

  section.banner-section .dm-half:nth-child(1) {
    display: none;
  }

  .dm-half {
    flex: 1 1 100%;
  }

  .dm-half.banner-ct {
    width: 100%;
    max-width: 430px;
  }

  section#contact-us .dm-third {
    width: 100%;
    padding-top: 37px;
    text-align: center;
  }

  header.mc {
    position: relative;
  }

  header.mc img {
    filter: none;
  }

  header.mc > div {
    padding: 0px;
  }

  header.mc p a {
    color: #000 !important;
  }

  header.mc .dm-third {
    flex: 1 1 100%;
    text-align: center;
  }

  header.mc .dm-third p span {
    display: none !important;
  }

  header.mc .dm-third a {
    text-align: center !important;
    display: block;
  }

  .newCon {
    min-height: auto;
    padding: 15px;
  }

  .newCon .dm-container {
    top: 0px;
  }

  .newCon {
  }

  section.section {
    padding: 50px 0px;
  }

  .wc-img {
    height: 300px;
    margin-bottom: 20px;
  }

  section.welcome h2 {
    font-size: 26px;
  }
  section.banner-section svg {
    transform: scale(2);
    width: 100%;
    height: 150px;
    display: none;
  }

  section.banner-section {
    overflow: hidden;
  }
}

@media (min-width: 881px) {
  section#contact-us .dm-third {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  section#contact-us .dm-third div:nth-child(3) {
    display: none !important;
  }
}

section.section.service-section {
  background: #fafafa;
}

section.section.service-section h2 {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
}

section.section.service-section .dm-third {
  position: relative;
  text-align: center;
  flex: 1 1 33.33%;
  border: 1px solid #fff;
  flex-basis: 300px;
}

section.section.service-section .serv-img {
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.6;
}

section.section.service-section .dm-third {
  padding: 0px;
  background: #000;
}

section.section.service-section h4 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
  transform: translateY(-50%);
}

.section {
  overflow: hidden;
}

strong.lead,
strong.lead a {
  color: white;
  font-size: 120%;
}
