/*
Theme Name: Arrow - 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: 1170px !important;
}
.btn {
    color: #fff !important;
    background: #004a8d;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 1px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}

section.welcome img.alignleft {
    margin: 0px;
    box-shadow: 0px 0px 0px;
    border: 0px;
    margin-right: 20px;
    margin-bottom: 1px;
    max-width: 150px;
}
.carousel-caption p {
    margin-bottom: -10px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
}
#header {
    background-color: #fff;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000000;
}
.wdcta i {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    color: #9a2b27;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.home #header, #site-header.sca #header, .main-header {
    background-color: transparent;
    background-image: none;
}
header#site-header {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    float: left;
}
.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; }
.archive .article {
    padding-top: 125px;
}
.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: #563964;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border:1px solid #fff;
    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;
    margin: 0;
    font-size: 16px !important;
    text-transform: none !important;
}
.newCon {
    height: 600px;
    background-size: cover;
    background-position: 50% 50%;
}
.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;
}
.leftwow {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding:0px 15px;
}
.rightwow {
    width: 60%;
    box-sizing: border-box;
    padding:0px 15px;
    float: right;
}
.row {
    margin:0px -15px;
}
ul.sub-menu.toggle-submenu.wda-long-menu {
    background-color: #2083c5;
}
section.welcome img:nth-child(2) {
    margin-right: 0px !important;
    margin: 0px auto;
}

section.welcome:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2019/02/asfalt-light.png);
    opacity: 1;
    background-color: #fff;
}
#reviews {
    margin-bottom: -2px;
    position: relative;
    z-index: 1;
}
section.welcome {
    position: relative;
}
.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;
}
#page.single {
    float: none !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;
    height: 715px;
}
.copyrights:before {
    top: 0px;
    left: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 60px;
    border-color: transparent transparent #dae0e1 transparent;
    top: -35px;
    position: absolute;
    right: 0px;
    margin: 0px auto;
}

.copyrights {
    position: relative;
}
.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%);
}
#menu-item-33 .sub-menu {
    right: 0px;
    left: auto;
}
#header #logo a {
    color: #000;
}

.address .social-icons a {
    color: #fff !important;
}
.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: 20px;
}
.carousel-caption h1 {
    color: #ffffff;
    line-height: 50px;
    font-size: 50px;
}
.spibut a {
    background-color: #0d589b;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    color: #fff !important;
    margin-top: 20px;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.spibut br {
    display: none;
}

.spibut a:hover {
 background-color: #2084c6;
}
.spibut a:nth-child(3) {
    background-color: #377fbe;
}
.spibut a:nth-child(3):hover {
    background-color: #0d589b;
}
.carousel-caption a {
    display: inline-block;
    background-color: #aa8fc8;
    color: #fff;
    padding: 6px 40px;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 15px;
}
.zoomSection a:hover,
.carousel-caption a:hover {
    background-color: #563964;
    color: #fff;
    border-color: #563964;
}
div#header .container {
    max-width: 100% !important;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
}

div#header .logo-wrap {
    float: left;
}

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

div#header .address p,div#header .address .pull-inline {
    display: inline-block;
    color: #000;
    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: 225px;
}

div#wp_access_helper_container {
    top: 180px;
}

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

.address a {
    color: #fff !important;
}
.dasho input[type="text"], .dasho input[type="email"], .dasho textarea {
    background-color: rgba(255,255,255,0.8);
}
.social-icons.pull-inline a {
    background-color: #fff;
    color: #111 !important;
}

.address {
    text-align: right;
}
.malp a {
    background-color: #aa8fc8;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    color: #fff !important;
    margin-top: 20px;
    font-size: 20px;
}

.malp a:hover {
    background-color: #841b17;
}
.welcome {
    padding:140px;
    box-sizing: border-box;
}
section.welcome .row {
    margin: 0px 0px 35px;
}

section.welcome h1 {
    font-size: 32px;
    font-weight: bold;
    color: #004a8d;
    letter-spacing: 0px;
}

section.welcome .leftwow img {
    padding: 0px;
    border: 0px;
    display: block;
    margin: 0px auto;
}
.map iframe {
    display: block;
    width: 100%;
}
.wdr p {
    text-align: left !important;
}
section.welcome .row:nth-child(2) strong {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}
.copyrights, .copyrights p, .copyrights a {
    border-color: #000 !important;
    color: #000 !important;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
section.welcome h3 {
    text-transform: capitalize;
    color: #454545;
    font-weight: bold;
    font-size: 24px;
}
footer {
    margin: 0px !important;
}
section.welcome p {
     
    font-size: 18px;
}
.zoomSection {
    position: relative;
}
.zoomSection {
    padding: 150px 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;
}
.servitem {
    width: 25%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
}
#reviews {
    background-attachment: fixed;
    background-size: cover;
    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 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:after {
    display: none !important;
}
.servicesField {
    padding: 70px 0px;
}
.mainal {
    background-color: #fff;
    background-image: url(/wp-content/uploads/2019/02/Untitled-1.png);
    background-size: cover;
    background-position: 50% 90%;
    background-position-x: 290px;
    background-repeat: no-repeat;
}

.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;
    background-color: #16739f;
}

.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;
    
}
.dasho {
    position: relative;
}

.dasho:before {
    top: 10px;
    width: 100%;
    border-top: 2px dashed #fff;
    position: absolute;
    content: "";
    height: 2px;
    z-index: 1;
    opacity: 0.7;
}
.dasho:after {
    bottom: 10px;
    width: 100%;

    opacity: 0.7;
    border-top: 2px dashed #fff;
    position: absolute;
    content: "";
    height: 2px;
    z-index: 1;
}
.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: #000000;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.zoomSection {
    text-align: center;
}
.paws {
    padding: 100px 0px;
    background-image: url(/wp-content/uploads/2018/11/asfalt-dark.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;
}
.paws a:hover img {
    transform: rotate(0deg) !important;
}
.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;
}
.wd3 {
    width: 33.33%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
}

.wd3 span {
    display: block;
    font-weight: bold;
    font-size: 26px;
}
.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: 15px 0px 15px;
    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;
}
.wd3 {
    width: 32.33%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
}

.wd3 a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    background-color: #3894c0;
    height: 300px;
    border-radius: 50%;
    margin:0px auto;
    text-align: center;
    color: #fff;
}
.paws {
    position: relative;
}

.paws:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2019/02/asfalt-light.png);
    opacity: 0.1;
    background-color: #888;
}
.wd3 a img {
    max-width: 120px;
    display: block;
    margin: 0px auto 10px;
}

.wd3 a span {
    color: #fff;
    box-sizing: border-box;
    font-size: 25px;
    text-align: center;
    display: block;
    width: 100%;
}

.wd3 a {
    position: relative;
}

.wd3 a:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    top: -15px;
    left: -15px;
    content: "";
    background-color: #16739f;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
}
.wd3 a:hover {
    transform: scale(1.03);
}
.wd3 a:hover:before {
    transform: scale(1.03);
}
@media screen and (max-width: 1440px) {
    .zoomSection {
        padding:190px 0px;
    }
}
@media screen and (min-width: 881px) {
    html #secondary-navigation .navigation ul ul.wda-long-menu > li {
        width: 50%;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;    
    }
    .sub-menu a span {
        position: relative;
        z-index: 1;
    }
    .sub-menu a:before {
        width: 100%;
        left: -100%;
        background-color: #856595;
        content: "";
        height: 100%;
        position: absolute;
        top: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .sub-menu a:hover:before {
        left: 0px;
    }

    .sub-menu a {
        overflow: hidden;
    }
    .sca #logo a {
        opacity: 0;
    }
    .sca a.overMo {
        opacity: 1 !important;
    }
    a.overMo {
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #secondary-navigation .navigation ul ul li {
        display: block;
        width: 100%;
    }
    #logo img {
        box-sizing: border-box;
        padding-top: 3px;
        /* filter: brightness(0) invert(1); */
    }
    .sub-menu li {
        background-color: #d8bbf9 !important;
        border-bottom: 1px solid rgba(255,255,255,0.4) !important;
        box-sizing: border-box;
    }
    .sub-menu li:hover {
        background-color: #563964  !important;
    }
    .sub-menu li a {
        color: #fff !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
        overflow: hidden;
        box-sizing: border-box;
    }
    .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;
    }
    .sca #logo img {
        padding-right: 75px;
    }
    #site-header.sca #header {
        background-color: rgba(0,0,0,0.7);
    }
}
@media screen and (max-width: 1152px) {
    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;
    }
}
.social-icons a {
    color: #000 !important;
}

h3.widget-title {
    color: #111;
    font-weight: bold;
}

.fd6 .btn {
    display: inline-block;
    width: auto;
    color: #fff !important;
}
/* mobile */
@media screen and (max-width: 880px) {
    .logo-wrap {
        padding: 30px !important;
        box-sizing: border-box;
    }

    .logo-wrap a {
        display: block;
        position: relative;
    }
    .mapmap iframe {
        width: 100%;
    }
    .callBallon {
        display: none !important;
    }
    header#site-header {
        height: auto !important;
    }
    #header {
        position: relative !important;
    }
    .home #header, #site-header.sca #header, .main-header {
        position: relative !important;
    }
    header#site-header .sca, .home header#site-header {
        height: auto !important
    }
    .welcome img {
        width: 75%!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;
    }
    .overMo {
        display: none !important;
    }
    .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: 11px !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: #eebe00;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: rgba(10, 88, 161, 0.27) !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: 100%;
    }
    .servicesField:after {
        width: 80% !important;
    }
    .paws {
        text-align: center !important;
    }
    #reviews {
        position: relative;
        padding: 30px 0px !important;
    }
    .wdcta {
        display: block;
        text-align: center;
    }

    .wdcta .wd6 {
        width: 100% !important;
        padding: 30px 0px !important;
    }

    .wdcta .wd6:after,.wdcta .wd6:before {
        display: none;
    }
    section#reviews .container:before {
        opacity: 0 !important;
    }
    section.welcome .row:nth-child(1) .rightwow {
        float: right;
        text-align: left;
        width: 100%;
    }
    .wd3 {
        width: 50%;
        padding: 0px 15px;
        box-sizing: border-box;
        text-align: center;
        float: none;
        display: inline-block;
        margin-left: -4px;
        margin-bottom: 50px;
    }
    section.welcome .row:nth-child(1) .rightwow p,section.welcome .row:nth-child(1) .rightwow h1 {
        text-align: left;
    }
    .asinnerImage {
        display: none !important;
    }
}
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 #0274be;
    padding-bottom: 10px;
}

.asinnerImage {
    height: 210px;
    background-color: rgba(10, 88, 161, 0.57);
    background-image: url(/wp-content/uploads/2018/10/dark-matter.png);
}
@media screen and (max-width: 540px) {
    .doted, .doted a {
        font-size: 16px !important;
    }  
    #site-header {
        position: relative !important;
        /* background-color: rgba(10, 88, 161, 0.27) !important; */
        /* background-image: url(/wp-content/uploads/2018/10/dark-matter.png); */
    }
    #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%;
    }

    section.welcome .row:nth-child(1) .rightwow p,section.welcome .row:nth-child(1) .rightwow h1 {
        text-align: center;
    }
}
.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: #07509c !important; */
}
.fotForm h3 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.fotForm .gform_wrapper .gform_footer {
    margin-top: 0px;
}
/* New Draft */
.copyrights .container {
    display: flex;
}
.copyrights .container:nth-child(2) {
    justify-content: flex-end;
    padding-right: 70px;
    padding-top: 25px;
    font-size: 13px;
    padding-bottom: 0px;
}

.copyrights .container:nth-child(2) strong {
    font-size: 13px;
}
.fotForm {
    padding: 50px 32px;
    box-sizing: border-box;
    background-color: #1e73be;
}
.fotForm textarea {
    height: 120px;

    background-color: #fff;
}
.fotForm input {
    background-color: #fff;
    width: 100% !important;
    height: 52px;
    border-radius: 2px;
}
.doted:before {
    height: 1px;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dotted #fff;
    margin-bottom: 16px;
}

.doted {
    font-size: 25px;
}

.doted a {
    font-weight: bold;
}
.fotForm input[type="submit"] {
    width: 200px !important;
    margin: 0px auto !important;
    height: 40px !important;
    display: block !important;
    border-radius: 25px;
    color: #1e73be;
    background-color: #fff;
}

.wd6:nth-child(1):after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
}

.fotForm {
    position: absolute;
    bottom: 10px;
    left: 0px;
    border-radius: 2px;
}
.container {
    max-width: 1400px;
}
.fd12 {
    width: 100%,
}
.wd6 {
    width: 50%;
}

.fotForm {
    max-width: 480px !important;
    margin:0px auto;
    left: 0px;
}
.fd6 h4 {
    position: relative;
}

.fd6 h4 a {
    position: absolute;
    top: 0px;
    background-color: #f5d664;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    right: 23%;
    color: #26222a !important;
    font-size: 18px !important;
}
.wdflex {
    display: flex;
    align-items: top;
    justify-content: center;
}
.copyrights .container {
    display: flex;
}
.fd6 h4 {
    color: #eebe00;
    text-align: left;
    font-weight: bold;
    font-size: 19px;
}

.wdi .wdl {
    width: 30%;
}

.wdr {
    width: 70%;
}

.fd6 {
    width: 33.33%;
    padding:0px 20px;
    box-sizing: border-box;
}
#reviews:before {
    width: 50%;
    height: 100%;
    background-image: url(/wp-content/uploads/2019/02/paw-greybg_pawprints.png);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 26%;
    filter: brightness(0);
    opacity: 0.1;
}
#reviews:after {
    width: 50%;
    height: 100%;
    background-image: url(/wp-content/uploads/2019/02/paw-greybg_pawprintsa-1.png);
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: 26%;
    opacity: 0.1;
}
section#reviews {
    background-color: #563964;
}
.zoomSection input[type="submit"]:hover {
    background-color: #c9ab3b;
    /* -webkit-transition: all 0.3s ease-in-out; */
    /* transition: all 0.3s ease-in-out; */
    color: #fff !important;
}

.zoomSection input[type="submit"] {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.wd33 {
    width: 33.33%;
}
.wd66 {
    width: 100%;
}
.wdi {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    margin-bottom: 15px;
}
.doted:before {
    height: 1px;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dotted #fff;
    margin-bottom: 16px;
}

.doted {
    font-size: 25px;
}

.doted a {
    font-weight: bold;
}

.fotForm:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2019/02/asfalt-light.png);
    opacity: 0.4;
}

.fotForm {
    background-color: #3894c0;
}
.wdcta {
    background-color: ##aa8fc8;
}
.dasho {
    margin-bottom: -4px;
    z-index: 1;
    display: none;
}
.wdcta {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #aa8fc8;
}
.fotForm * {
    position: relative;
}
footer {
    padding-top: 0px !important;
}
.wdcta .wd6 {
    padding: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #aa8fc8;
}

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

.wdcta .wd6:nth-child(2) {
    background-color: #563964;
    position: relative;
    /* overflow: hidden; */
}

.wdcta .wd6:nth-child(2):before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -22px;
    content: "";
    background-color: #aa8fc8;
    height: 205px;
    top: -44px;
    width: 105px;
    transform: rotate(24deg);
}


@-webkit-keyframes fadeInLeftbit {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftbit {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftbit {
  -webkit-animation-name: fadeInLeftbit;
  animation-name: fadeInLeftbit;
}

@-webkit-keyframes fadeInRightbit {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightbit {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightbit {
  -webkit-animation-name: fadeInRightbit;
  animation-name: fadeInRightbit;
}
.wdos {
    width: 600px;
    left: 8%;
    position: relative;
}
.wdos h2 {
    font-size: 45px;
    color: #563964;
    font-weight: bold;
}
.wdos .servitem {
    width: 33.33%;
    float: none;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0px;
    display: inline-block;
    margin-left: -4px;
    padding: 10px;
}
.wdos a:nth-child(1) {
    background-position: 50% 35%;
}
.wdos a {
    border: 2px solid #563964;
    border-radius: 4px;
    padding: 70px 0px;
    box-sizing: border-box;
    color: #000;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
}
.wdos a:hover {
    background-color: rgb(185, 203, 58);
}
.wdos a:hover:before {
    opacity: 0.7;
}
.wdos a:before {
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 height: 100%;
 left: 0px;
 top: 0px;
 width: 100%;
 position: absolute;
 content: "";
 background-color: #000000;
 opacity: 0.4;
}

.wdos a span {
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.social-icons.pull-right {
    padding-top: 4px;
}
ul.sub-menu.toggle-submenu.wda-long-menu {
    right: 0px;
    left: auto;
}
.servicesField:after {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    background-image: url(/wp-content/uploads/2019/02/doc-bg.png);
    height: 530px;
    width: 580px;
    content:"";
    background-size: contain;
    background-repeat: no-repeat;
}
.address a {
    margin: 0px 4px;
    color: #000000 !important;
}
.copyrights .container:nth-child(1) {
    padding: 30px 0px 15px;
}
.servicesField {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    background: #f2f2f2;
}
.malp {
    border: 1px solid rgba(34, 34, 34, 0.45);
}
.wdos {
    left: 0px;
    margin: 0px auto;
    text-align: center;
    width: 900px;
}
header#site-header {
    z-index: 1000000;
}
.malp * {
    color: #000 !important;
    text-align: center;
}

.malp p {
    max-width: 100% !important;
    text-align: center !important;
}

.malp {
    padding: 50px;
    box-sizing: border-box;
}

.malp {
    position: relative;
}

.malp:before {
    top: 5px;
    left: 5px;
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 1px solid rgba(34, 34, 34, 0.45);
    z-index: -1;
    background-color: #fff;
}
.malp:after {
    top: 10px;
    left: 10px;
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: -9px;
    right: -9px;
    border: 1px solid rgba(34, 34, 34, 0.45);
    z-index: -2;
}
html .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #a4a4a4;
    border-radius: 50%;
}
.paws {
    padding-bottom: 240px;
}
.malp {
    background-color: #fff;
}
section#reviews .container:before {
    content: "";
    width: 900px;
    height: 350px;
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2019/04/cats-and-dogs-980-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: -230px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
section.welcome .leftwow img {
    border: 5px solid #fff;
    margin: 0px auto 20px;
    display: block;
    width: 95%;
    position: relative;
    left: -10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    transform: rotate(2deg);
}

section.welcome img:nth-child(2) {
    position: relative;
    right: -10px;
    left: auto;
    transform: rotate(-2deg);
    top: -40px;
}

@media screen and (max-width: 1366px) {
    .servicesField:after {
        width: 50%;
    }
    .servicesField {
        padding:100px 20px 200px;
        box-sizing: border-box;
    }
    .wd3 a {
        width: 280px;
        height: 280px;
    }
    .wdos {
        left: 0px;
    }
    .servicesField:after {
        right: 0px;
        width: 42%;
    }
    .mainal {
      background-position-x: 102px;  
    }
}
@media screen and (max-width: 1156px) {
    .wdcta .wd6 {
        padding: 30px;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    /*.mainal {
      background-position-x: 52px;  
    } */
}
@media screen and (max-width: 991px) {
    section#reviews .container:before {
        top: -222px;
        max-width: 100%;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
    .wdos {
        margin: 0px auto;
        text-align: center;
        position: relative;
        z-index: 100;
        color: #111;
    }
    .servicesField:after {
        right: 0px;
        opacity: 0.2;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
}
.squareish {
    height: 250px;
    background-position: 50% 30%;
    background-size: cover;
    border-radius: 10px;
}
.mslickitem {
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #ed9330;
    border-radius: 10px;
    /* width: 80%; */
}
.mslickitem:nth-child(2) {
    margin: 0px auto;
    margin-right: 0px;
    margin-top: -45px;
    background-color: #fafcfd;
}
.wdcta .wd6 a {
    font-size: 25px;
    padding:0px 10px;
    box-sizing: border-box;
    position: relative;   
    z-index: 1;
}
.supia svg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.supia{
    position: relative;
}

.welcome {
    padding: 80px 0px 120px;
}
@media screen and (max-width: 1550px) {
    .wdcta .wd6 a {
        display: block;
        font-size: 19px;
        text-align: left;
        padding-left: 150px;
    }
}
@media screen and (max-width: 1110px) {
    .wdcta .wd6 a {
        display: block;
        font-size: 19px;
        text-align: left;
        padding-left: 50px;
    }
}
@media screen and (max-width: 880px) {
    .fd6 {
        width: 100%;

    }
    .welcome {
        padding:40px 0px;
        margin-bottom:0px !important;
    }
    .wdos a {
        border: 2px solid rgb(13, 88, 155);
        border-radius: 4px;
        padding: 70px 0px;
        box-sizing: border-box;
        color: #000;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
    }
    .wdflex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .wd33 * {
        text-align: center;
    }
    .wd66 {
        width: 100% !important;
    }
    .wd33 {
        width: 100% !important;
        text-align: center;
    }
    html .zoomSection {
        background-size: cover;
        background-attachment: scroll;
        background-position: 85% 50%;
    }
    section.welcome .row:nth-child(1) .rightwow {
        margin-top: 20px;
    }
    #logo img {
        /*filter: invert(1);*/
    }
     .wdcta .wd6 a {
        display: block;
        font-size: 19px;
        text-align: center;
        padding-left: 0px;
    } 
    .wdcta {
        display: block;
        text-align: center;
    }
    
    .wdcta .wd6 {
        width: 100% !important;
        padding: 30px 0px !important;
    }

    .wdcta .wd6:after,.wdcta .wd6:before {
        display: none;
    }
    .wd6 {
        width: 100%;
    }
    html .copyrights .container {
        display: block;
        padding: 0px 15px !important;
        box-sizing: border-box;
    }
    .paws {
        padding:100px 0px !important;
    }
    .fotForm.wow.fadeInLeftbit.animated {
        position: relative;
        max-width: 100% !important;
        left: 0px;
        top: 0px !important;
        bottom: auto !important;
    }
}
@media screen and (max-width: 540px) {
    .servicesField {
        padding: 100px 20px;
        box-sizing: border-box;
    }
    .mslickitem {
        width: 100%;
        margin: 10px 0px !important;
        background-color: #f9f9f9 !important;
    }
        html .zoomSection li {
            width: 100% !important;
        }
        body #move-to-top {
        bottom: 70px !important;
    }
     .sticks {
        width: 50%;
        font-size: 12px;
        padding: 5px 6px;
    }
    .gform_wrapper input[type="submit"] {
        padding:0px !important;
    }
    .paws .wd3 {
        width: 100%;
        display: block;
        margin: 0px 0px 50px;
    }
    .malp {
        padding: 20px;
    }
    .wdos {
        max-width: 100% !important;
    }

    .wdos .servitem {
        width: 100% !important;
    }

    .fd6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .wdflex {
            display: block;
    }
}
.wdos {
    max-width: 100%;
}
.zoomSection h3 {
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}

.zoomSection li {
    width: 50% !important;
}
.zoomSection li:nth-child(3),
.zoomSection li:nth-child(4) {
    width: 100% !important;
}

.home .gform_body {}

.zoomSection li {
    float: left !important;
    clear: none !important;
}
.home .gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
    margin: 0px;
}
.zoomSection li input {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.27);

    width: 100% !important;
    height: 49px !important;
    border-radius: 5px;
}

.zoomSection label span {
    display: none !important;
}
#reviews,
.zoomSection {
    background-size: cover;
    background-attachment: fixed;;
    background-position: 50% 50%;
}
.zoomSection input[type="submit"] {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.27);
    cursor: pointer;
    width: 200px !important;
    margin: 0px auto;
    display: block !important;
    background-color: #166538;
    margin: 0px auto !important;
    color: #fff !important;
    border: 0px !important;
    height: 47px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wd33 h4 {
    color: #eebe00;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
}

.wd33 p {
    text-align: left;
    margin-bottom: 20px;
}

.wd33 a {background-color: #eebe00;display: inline-block;color: #000 !important;width: auto;padding: 7px 30px;border-radius: 4px;}

.wd33 {
    text-align: left;
}
.home .gform_body:after {
    clear: both;
    content: "";
    display: block;
}

.home .gform_body {
    max-width: 760px;
    margin: 0px auto;
}
.welcome .rightwow img {
    margin-left: 20px;
}
.zoomSection label {
    display: none !important;
    color: #000 !important;
    font-size: 20px !important;
}

.home .gform_wrapper textarea.small {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.27);

    height: 140px;
    border-radius: 5px;
}
.callBallon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    width: 150px;
    height: 150px;
    background-color: #563964;
    border-radius: 50% 50% 50% 0px;
    display: flex;
    align-items: center;
    transform: scale(1);
    justify-content: center;
    left: -30px;
    color: #fff;
}
.callBallon:hover {
    transform: scale(1.04);
}
.callBallon a {
    color: #fff;
    font-size: 17px;
}
.servitem:nth-child(7), .servitem:nth-child(6) {
    width: 50%;
}
@media screen and (max-width: 880px) {
    html .welcome img {
        float: none !important;
        max-width: 100%;
        width: auto !important;
        margin: 0px auto 20px !important;
        display: block !important;
    }

    section.welcome a {
        display: block;
    }
}