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

/* Carousel */
@import url("../mts_schema/style.css");

.pum-content ul {
	list-style: circle;
	margin: 30px;
}
.topbar{
	background:#6ec007;
	padding:2px 0;
	color:#fff;
	text-align:right;
}
.topbar p{font-size:17px;margin-bottom: 0px;padding:15px 0; margin-right:10px;}
/* general */
article ul {
    padding: .05em 0 1.571em 1.9em!important;
    list-style-type: square;
}
.container {
	max-width: 1170px !important;
}
.copyrights .container a:hover {
    color: #fff;
}
.btn {
	color: #fff !important;
	background: var(--aColor);
	border-bottom:2px solid #f4841a;
	padding: 10px 15px;
	text-transform: uppercase;
}

#site-header:after {
	clear: both;
	content: "";
	display: block;
}
.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 { background: #fff; }
#header {
	background: #90A395;
	top: 0px;
	border-top:3px solid #000;
}
.logo-wrap, .address { float: left; padding: 1%; }
.logo-wrap { margin: 0; }
/*.logo-wrap img { width: 200px; }*/
.address { width: 64%; text-align: right; margin-top: 10px; }
.address p { margin-bottom: 5px; font-size: 18px; color: #000; }
.address a { color: #000 !important; }
div.social-icons { background: none; border: 0px; }
div.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.social-icons::before { border: 0px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption {
    width: 33%;
    padding: 2%;
    bottom: 50%;
    left: 59%;
    float: right;
}
.slide-title { font-size: 42px !important; line-height: 54px; filter: brightness(0%) invert(1); text-shadow: 0 0 0 !important; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%;     display: none!important;}
.primary-slider, .video_holder { float: left; width: 66.66% !important; }
.sliderRight {
	float: left;
	width: 33.33%;
	height: 60vh;
	padding: 30px;
	box-sizing: border-box;
	background: #B2BABC;
	text-align: center;
}
.sliderRight * { color: #fff; font-size: calc(36px + 1vw); }

@media screen and (max-width: 1600px) {
	.sliderRight * { color: #fff; font-size: calc(36px + 0.5vw); }
}
@media screen and (max-width: 1400px) {
	.sliderRight * { color: #fff; font-size: calc(30px + 0.5vw); }
}

.single a { text-decoration: none !important; }

#page { padding-top: 0px; width: 100%; max-width: 100%; }
/* home boxes */

.homeBoxes {
	margin: 0px auto;
	text-align: center;
	z-index: 10;
	position: relative;
}

.homeBoxes .container:after {
	clear: both;
	content: "";
	position: relative;
	display: block;
}
.homeBox {
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.homeBoxes .btn{
	display:inline-block;
	width:200px;
}
.homeBoxes h2{text-align:Center;}
.homeBox a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.homeBox .cube-image {
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	border-radius: 15px;
}

.homeBox h3{
    position: relative;
	text-align:Center;
    margin: 0px;
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 6000;
    color: #000;
}

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

/* footer */
.copyrights { text-align: center; }
#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; }


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

.navigation ul {
	text-align: center;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
}
#secondary-navigation a{
    padding: 10px 12px;
    margin: 0;
    text-transform: uppercase !important;
}
.newCon {
	height: 60vh;
	background-size: cover;
	background-position: 50% 50%;
}
.featured {
	margin: 0px auto 0px;
	z-index: 1000;
	text-align: center;
	background: #fff;
}
.leftimage{
	height:300px;
	background-position: 50% 50%;
	background-attachment:fixed;
    background-size: cover;
}
.rightimage{
	float:right;
	width:50%;
	height:300px;
	background-position: 50% 50%;
	background-attachment:fixed;
    background-size: cover;
}
.featured .cube-image {
    height: 250px;
    border: 15px solid #fff;
    border-radius: 50%;
    width: 250px;
    display: block;
    margin: 0px auto 20px;
    margin-bottom: 20px;
    background-position: 50% 50%;
    background-size: cover;
	 -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured a:hover .cube-image {
	border: 15px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}
.featured p {
	padding-right: 15px;
}

.footerboxes {
	position: relative;
	margin-top: -100px;
	z-index: 10;
}
.box01, .box02, .box03{
	width:31%;
	float: left;
	padding: 1%;
}

.newclients a{color:#fff;}
.welcome h1, .newclients h2 {
    color: #fff;
    margin-top: 0px;
	font-size: calc(20px + 1vw);
}
.welcome h1{text-align:center;}
.welcome p, .newclients p {
    color: #fff;
	font-size: calc(12px + 0.5vw);
}
.welcome a, .welcome a:hover{color:#fff;}
.welcome .container, .newclients .container, .home-offer .container { max-width: 100% !important; }


.leftwow p, .leftwow label, .leftwow h1, .leftwow h2 {
    color: #fff;
}
.leftwow h2{font-sizE:36px; text-align:center;}
.newclients .rightwow p {color:#fff;}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}

.carousel-indicators {
    bottom: -9px !important;
}
.services { padding: 2%; text-align: center; }

.col-sm-6 {
	width: 50%;
	float: left;
}
.col-sm-3 { width: 23%; padding: 1%; float: left; }
.services img { border-radius: 20px; -moz-border-radius: 20px; width: 90%; }
.services h3 { margin: 10px 0 30px 0; }



/* 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 {
	line-height: 24px;
}
.homeBoxes {
    background: #fff;
    padding: 30px 0px;
}

.homeBoxes label { color: #fff !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;
}
#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 }
img.cclogo{width:30%; top: -15px;
    position: relative;}
#logo a { float: none !important; }
.footerlogos{background:#fff;padding:5px;}
.home #field_2_5 {
	display: none !important;
}
.home-offer li input {
	width: 100% !important;
	height: 40px;
}
.video_holder {
    height: 60vh;
    position: relative;
    overflow: hidden;
}
.carousel-caption {
    position: absolute;
    left: 0px !important;
    width: 100%;
    bottom: 250px !important;
    text-align: center;
}

.carousel-caption a {
    display: inline-block;
    background-color: #c93434;
    color: #fff;
    padding: 10px 20px;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 45px;
}
.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
/* mobile */
@media screen and (max-width: 880px) {
	.video_holder {
		display: none !important;
	}
	.sliderRight { width: 100%; height: auto; }
	.homeBox{margin-bottom:15px;}
	.homeBox, .leftwow, .rightwow, .rightimage{width:100%;}
	.innerImage { display: block;}
	img.cclogo{width:95%;}
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	.logo-wrap {
		width: 100% !important;
	}
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
	.main-header .container {
		width: 100% !important;
		max-width: 100% !important;
		padding:0px !important;
	}
	html a#pull {
		box-sizing: border-box;
		margin:0px !important;
	}
	.footerboxes { margin-top: 0px; }
	.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: #000; 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%; }
	.homeBoxes, .homeWidgets, .welcome, .newclients, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome, .newclients { background: none; }

	.welcome .rightwow, .newclients .rightwow {
	    margin: 0px auto;
    padding: 15px;
    width: 100%;
    text-align: center;
    height: auto!important;
	}

	.post-content img { width: 100% !important; height: auto !important; }


	.main-header, .header-social-icons { background-color: #fff !important; }


	.col-md-6, .col-sm-3, .col-md-4 {
		width: 98%;
		margin-bottom: 30px;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
		width: 96%;
		padding: 2%;
		text-align: center;
	}
.homeBoxes h3 { text-align: center; }
	footer .container {
		width: 100%;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }

	div.header-social-icons { float: none !important; text-align: center; }
	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: #000 !important; }

}

footer a {
    color: #fff;
}

.logo-wrap {
	text-align: center;
}

.logo-wrap a:last-child {
	font-size: 40px;
}


a.newbtn {
	text-align: center;
	background: #90A395;
	color: #fff !important;
	padding: 5px;
	display: inline-block;
	width: 27%;
	position: relative;
	right: 0;
	margin-bottom: 0px;
	border-radius: 16px;
}

#regular-header a.newbtn {
	width: 160px !important;
	margin-right: 3px !important;
}

a.special-social-icon img {
	max-width: 50px;
	position: relative;
	top: 11px;
}

.affil-container img {
	max-width: 150px;
}

.affil-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: -20px;
}

div#custom_html-3 p {
	font-size: 19px;
}


@media screen and (min-width:880px) {
    .flex-thirds {
        display:flex;
    }

    .flex-thirds > div {
        flex-basis:33.3%;
        padding:10px;
    }
}

.social-icons.pull-right {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

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

.dm-header-item p {
    display: inline-block;
}

div.social-icons a {
    display: inline-block;
    width: auto;
    margin: 0px;
    padding: 0px 10px;
}

* {
    box-sizing: border-box;
}

a.special-social-icon img {
    display: block;
    top: 0px;
}

.address.hide-xs {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5px 0px;
    margin: 0px;
}

div#regular-header > .container {
    max-width: 100% !important;
    width: 100% !important;
}

.address.hide-xs > div {
    justify-content: space-between;
}

div#header {
    border-width: 1px;
    border-color: aliceblue;
    background: #fff;
}

#logo img {
    display: inline-block;
    float: left!important;
    max-width: 200px;
}
#logo span {
    display: inline-block;
    float: right!important;
    padding-top: 9%;
    padding-left: 5px;
}
div#secondary-navigation a {
    text-transform: none !important;
}

div#header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    max-width: 100% !important;
}

div#secondary-navigation {
    float: none !important;
    width: auto !important;
}

.container {
    padding: 0px 15px;
    width: 100% !important;
    max-width: 1200px !important;
}

.dm-header-item p {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 8px;
    
}

#secondary-navigation .menu-item-has-children>a:after {
    right: 18px;
    opacity: 0.3;
}

.video_holder {
    height: 70vh;
    width: 100% !important;
    float: none !important;
}

html .sliderRight {
    position: absolute;
    top: 50%;
    background: transparent;
    width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
    transform: translateY(-50%);
    height: auto;
    left: 0px;
    right: 0px;
    text-align: left;
    z-index: 3;
    padding: 0px;
    padding: 0px 15px;
    max-width: 70%;
}

.video_wrapper {
    position: relative;
}

div#secondary-navigation {
    margin: 0px auto;
    margin-right: 0px;
}

.sliderRight strong {
    background: #fff;
    color: #293a35;
    
    font-size: 23px;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 12px;
    display: inline-block;
}

.video_holder {
    position: relative;
}

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

.home h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    /* color: var(--sColor); */
}

html a.btn {
    background: var(--aColor) !important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 0px;
    display: inline-block;
}

body#blog {
    background: #fff;
}

section.new-featured {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.dm-third {
    flex: 1 1 33.33%;
    padding: 0px 15px;
}

section.new-featured .dm-third a {background: #fff;overflow: inherit;padding: 20px 29px 21px 29px;border-radius: 10px 10px 10px 10px;background-color: #ffffff;box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.1);transition: 0.4s;display: block;display: flex;align-items: flex-start;justify-content: flex-start;height: 100%;}

section.new-featured p {
    font-size: 15px;
    color: #939393;
    margin: 0px;
}

section.new-featured h3 {
    
    margin-bottom: 7px;
}

.cube-image {
    height: 90px;
    width: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.cube-image + div {
    width: calc(100% - 72px);
    padding-left: 20px;
}

.dm-half {
    position: relative;
    flex: 1 1 50%;
}

section.new-welcome {
    padding: 100px 0px;
}

.new-welcome p strong {
    background: #fff;
    color: var(--aColor);
    font-size: 22px;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 12px;
    display: inline-block;
    box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 5px 20px;
}

section.new-welcome p {
    font-size: 19px;
}

section.new-welcome .dm-half:nth-child(1):before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    background-size: 400px;
    background-position: 50% 50%;
    z-index: -1;
    opacity: 0.6;
    background-image: var(--bgImage);
    background-repeat: no-repeat;
    opacity: 0.1;
}

section.new-featured .dm-flex {
    margin: 0px -15px;
    align-items: inherit;
}

.new-header-desk strong {
    background: #fff;
    color: var(--aColor);
    font-size: 22px;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 12px;
    display: inline-block;
    box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 5px 20px;
}

.new-header-desk h2 {
    text-align: center;
    font-size: 40px;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
    max-width: 100%;
    /* color: var(--pColor); */
}

.new-header-desk {
    text-align: center;
}

.new-services {
    padding: 100px 0px;
    background: whitesmoke;
}

.dm-third {
    flex: 1 1 33.33%;
    padding:0px 15px;
}

.new-header-desk {
    margin-bottom: 40px;
}

.new-services img {
    height: 270px !important;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 16px 16px 0px 0px;
}

.new-services .dm-flex {
    align-items: inherit;
}

.new-services h3 {
    background: var(--sColor);
    color: #fff;
    padding: 20px 30px;
    position: relative;
    top: -20px;
    left: -20px;
    margin: 0px;
    border-radius: 10px;
	font-size: 23px;
}

.new-services .dm-third {
    padding: 0px 25px;
}

.serv-wrap {
    padding: 20px;
    background: #fff;
    padding-top: 75px;
    margin-top: -75px;
    border-radius: 0px 0px 16px 16px;
}

.serv-wrap p {
    font-size: 15px;
    line-height: 1.76;
    color: #000;
}

.serv-wrap span {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aColor);
}

.new-services a {
    display: block;
    position: relative;
    box-shadow: 5px 9px 12px 0px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    border-radius: 16px;
}

.dm-fourth {
    flex: 1 1 25%;
    padding: 0px 15px;
}

.dm-full {
    flex: 1 1 100%;
    padding: 0px 15px;
}

.copyrights.container {
    float: none;
    padding: 60px 0px 0px;
}

footer#site-footer {
    padding: 0px 0px;
    text-align: left;
}

footer#site-footer h3 {
    text-align: left;
    color: #fff;
    
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.dm-full.footer-creds {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 20px 0px;
    margin-top: 60px;
}

.copyrights.container .dm-flex {
    align-items: inherit;
    text-align: left;
}

a#move-to-top {
    height: 40px;
    width: 40px;
}

div.social-icons a {
    background: transparent;
}

footer#site-footer .container {
    max-width: 1300px !important;
    background: transparent;
}

.dm-fourth a.btn {
    font-size: 12px;
    border-radius: 4px;
}

footer#site-footer .container a.btn {
    background: #fff !important;
    color: #2a3b35 !important;
}

.affiliations-section {
    background: rgb(252 249 244 / 60%);
    padding: 50px 0px;
    text-align: center;
}

.affiliations-section p {
    display: inline-block;
}

.affiliations-section .affil-container {
    justify-content: center;
}

.affiliations-section .affil-container p {
    background: #fff;
    margin: 0px 14px;
}

.affiliations-section h3 {
    
    font-size: 43px;
    margin-bottom: 35px;
}

.affiliations-section .affil-container {
    align-items: inherit;
}

.affiliations-section .affil-container p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 1%);
}

ul.sub-menu.toggle-submenu {
    padding: 0px !important;
}

ul.sub-menu.toggle-submenu li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #00000008;
    padding: 0px;
}

section.new-home-offer {
    padding: 100px 0px;
}

section.new-home-offer h2 {
    
    font-size: 40px;
}

section.new-home-offer li {
    width: 100%;
}

section.new-home-offer li input {
    width: 100% !important;
    height: 45px;
    padding: 5px 10px !important;
    border: 0px;
    border-bottom: 1px solid #f3f3f3;
}

section.new-home-offer li textarea {
    padding: 5px 9px;
    border: 0px;
    border-bottom: 1px solid #f3f3f3;
}

section.new-home-offer input[type="submit"] {
    background: var(--aColor);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    height: 45px;
    width: 200px !important;
    border-radius: 4px;
    font-size: 24px !important;
    padding: 0px !important;
}

section.new-home-offer .dm-half:nth-child(2) {
    box-shadow: 0px 1px 10px rgb(0 0 0 / 6%);
    padding: 25px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
}

section.new-home-offer .dm-half:nth-child(1):before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    background-size: 400px;
    background-position: 50% 50%;
    z-index: -1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-image: var(--bgImage);
}

section.new-home-offer .dm-half:nth-child(1) {
    order: 2;
}

.new-testimonials {
    padding: 140px 0px 160px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.new-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.6;
    top: 0px;
}

.new-testimonials h2 {
    color: #fff;
}

.test-wrap p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.test-wrap h4 {
    
    color: #fff;
}

.testimonial-slider h4 {
    color: #fff;
    
    font-size: 20px;
}

.dm-testi {
    padding: 0px 30px;
}

.sub-menu a {
    display: block;
    padding: 5px 10px !important;
}

.new-services h3:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .2;
    top: 10%;
    right: 0px;
    background-position: 90% 50%;
    background-image: var(--bgImage);
    filter: brightness(0) invert(1);
}

section.new-featured a:hover {
    background: var(--pColor);
}

section.new-featured a:hover * {
    filter: brightness(0) invert(1);
}

section.new-featured a,section.new-featured a * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.new-services h3 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.new-services a:hover h3 {
    background: var(--aColor);
}

.dm-header-item p {
    border-left: 1px solid #000;
}

.dm-header-item p:first-of-type {
    border: 0px;
}

.sliderRight h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
}

section.new-home-offer li {
    width: 100% !important;
}

section.new-home-offer li label + div {
    margin: 0px !important;
}

.dm-header-item p a {
    font-size: 20px;
    font-weight: bold;
}

.dm-header-item p {
    margin: 0px;
}

section.new-welcome img {
    margin: 0px auto;
    display: block;
}

div#regular-header .dm-header-item:nth-child(1) {
    display: flex;
}

div#regular-header .dm-header-item:nth-child(1) a {
    font-size: 19px;
}

section.new-home-offer .dm-flex {align-items: inherit;}
section.new-home-offer iframe {
    height: 100% !important;
    display: block;
    min-height: 350px;
}

.dm-full.footer-creds > div {
    display: flex;
    flex-wrap: wrap;
}

.dm-full.footer-creds p {
    flex: 1 1 50%;
}

.dm-full.footer-creds p:nth-child(2),.dm-full.footer-creds p:nth-child(3) {
    text-align: right;
}
@media (max-width: 1320px) {
	#logo img {
    max-width: 100px;
}
	#logo span {
    padding-top: 6%;
    padding-left: 9px;
    font-size: 26px;
}
}
@media (min-width: 880px) {
.new-services .dm-third {
    max-width: 33%;
	}}
@media (max-width: 880px) {
	#logo img {
    max-width: 75px;
}
#logo span {
    display: inline-block;
    float: right!important;
    padding-top: 7%;
    padding-left: 5px;
    font-size: 22px;
    text-transform: capitalize;
}
	.topbar{display:none;}
    .dm-full.footer-creds p {
        flex: 1 1 100%;
        text-align: center !important;
    }
    .dm-testi {
        padding: 0px 30px;
    }

    .sub-menu a {
        display: block;
        padding: 5px 10px !important;
    }

    .new-services h3:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .2;
        top: 10%;
        right: 0px;
        background-position: 90% 50%;
    }

    .video_holder {
        display: block !important;
        max-height: 450px;
    }

    .home h2 {
        font-size: 21px;
    }

    .sliderRight strong {
        font-size: 13px;
    }

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

    a#pull {
        margin-right: 20px !important;
        display: block !important;
    }

    div#secondary-navigation a#pull {
        margin-right: 45px !important;
        display: flex !important;
        justify-content: center;
    }

    section.new-featured {
        padding: 20px 0px;
        margin: 0px;
    }

    section.new-featured .dm-third {
        margin-bottom: 35px;
    }

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

    .dm-fourth {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
    .cta_fixed_button > a {
        width: 50%;
        margin: 0px !important;
        display: block;
        border-radius: 0px;
        background: #000;
    }

    .cta_fixed_button {
        display: flex;
    }

    .cta_fixed_button > a + a {
        background: #293a35;
        color: #fff;
    }

    #page.homepage {
        padding: 0px !important;
        max-width: 100% !important;
    }

    html a#pull:after {
        top: 0px;
        right: 0px;
        position: relative;
    }
    .video_wrapper {
        margin-bottom: 20px;
    }
    html .sliderRight {
        text-align: center;
        max-width: 90%;
    }
    .sliderRight a.btn {
	    font-size: 10px;
	}

	#logo a {
	    text-align: left !important;
	    display: inline-block;
	    padding: 0px 10px;
	}
	.new-services .dm-third {
		margin-bottom: 20px;
	}
	.copyrights p {
		width: 100%;
		text-align: center;
	}
	.dm-full.footer-creds {
	    padding: 20px 15px;
	    margin-top: 60px;
	    flex-wrap: wrap;
	    text-align: center;
	}
}

footer#site-footer * {
    color: #000 !important;!I;!;
    border-color: #000;
}

section.wda-visual-block.welcomeright > div {
    max-width: 1200px;
	padding: 0px 15px;
    margin: 0px auto;
}

section.wda-visual-block.welcomeright > div:after {
    content: "";
    clear: both;
    display: block;
}

section.wda-visual-block.welcomeright {
    background: var(--aColor);
    padding: 5vh 0px;
    position: relative;
}

section.wda-visual-block.welcomeright .wda6 {
    padding: 0px 15px;
}

section.wda-visual-block.welcomeright * {
    color: #fff;
}

section.wda-visual-block.welcomeright .newbtn {
    margin: 0px;
    background: var(--pColor);
    color: #000 !important;!I;!;
    padding: 10px 20px;
    border-radius: 50px;
}

section.wda-visual-block.welcomeright .wda6:nth-child(1) {
    border-radius: 20px;
    overflow: hidden;
}

section.wda-visual-block.welcomeright:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/veterinarian-4.png);
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: 400px;
    background-repeat: no-repeat;
    top: 0px;
    opacity: 0.1;
    background-position: 5% 50%;
}

section.wda-visual-block.welcomeright p {
    font-size: 21px;
}