/* aside.widget-area.responsive-max-width {
    display: none !important;
} */



.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
	max-width: 1240px;
	padding: 0 20px
	
	
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Outfit', sans-serif !important;
}

.main-menu li a {
	font-family: 'Outfit', sans-serif !important;
}
:root {
	--green: #7ed957;
	--blue: #3589d8;
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: var(--green);
}

::selection {
  color:  #000;
  background: var(--green);
}

h2 {
	font-size: 42px;
	line-height: 56px;
}
p {
	font-size: 19px;
}
/*-- Header section starts --*/
.site {
    box-shadow: none !important;
    max-width: 100% !important;
}

.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead .site-header-wrap {
	width: 100%;
	max-width: 1240px;
	padding: 0 40px;
}

.site-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header-wrap .site-logo {
    flex: 0 0 15%;
		-webkit-flex: 0 0 15%;
		-ms-flex: 0 0 15%;
		margin-bottom: 0
}
.site-header-wrap .site-logo img.custom-logo {
    max-width: 180px;
}
.main-navigation {
	flex: 0 0 85%;
	-webkit-flex: 0 0 85%;
		-ms-flex: 0 0 85%;
}
.main-navigation ul li a {
    font-weight: 300 !important;
    font-size: 16px !important;
	  padding: 0 0 0.2rem;
    margin: 0.5rem .3rem;
		position: relative;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
}
.main-navigation ul li a:hover {
	color: #7ed957
}
.main-navigation ul li a::before {
	content: "" !important;
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0 !important;
	height: 2px !important;
	background: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.main-navigation ul li a:hover::before,
.site-header-wrap .main-navigation > div > ul > li.current-menu-item > a::before {
	width: 100% !important;
	left: 0;
	background: #7ed957
}
.main-navigation ul.main-menu > li:last-of-type > a::before {
	content: "";
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	left: 7px !important;
	background: transparent;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/wp-content/uploads/2021/12/call.png);
	background-repeat: no-repeat;
	bottom: inherit;
	background-size: contain;
}
.main-navigation ul.main-menu > li:last-of-type > a {
	background: var(--green);
	padding: 10px 15px 10px 25px !important;
	margin-right: 0;
	border-radius: 20px;
}
.main-navigation ul.main-menu > li:last-of-type > a:hover {
	background: #fff;
	color: #000 !important;
}
.main-navigation ul.main-menu > li:last-of-type a:hover::before {
	filter: invert(1)
}
.site-header-wrap .main-navigation > div > ul > li.current-menu-item > a {
	box-shadow: none !important;
}
/*--- Header section ends -*/


/*-- Footer section starts --*/
.site-footer {
	max-width: 100%;
	background: #000;
	padding: 0;
}
.site-footer .widget-area {
    max-width: 1240px;
    padding: 3rem 40px;
    margin: 0 auto;
}
.site-footer .widget-area > section {
	margin-block: 0;
}
.site-footer .widget-area h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 1rem;
}
.site-footer .menu {
	border: 0;
}
.site-footer .menu li {
    border: 0;
    padding-block: 1px;
    font-size: 17px;
}
.site-footer .menu li a {
    color: #fff;
    font-weight: 300;
		position: relative;
}
.site-footer .menu li a::before {
    content: "-";
    margin-right: 0.2rem;
}
.site-footer .menu li a:hover {
	color: var(--green)
}
.site-footer .widget_nav_menu {
	padding-left: 60px;
}
.site-footer .widget_block p {
    margin: 0 0 1rem !important;
    color: #ffff;
    font-size: 17px;
    font-weight: 300;
}
.site-footer .widget_block span {
    display: block;
    margin: .2rem 0 0 !important;
    color: #fff;
    font-weight: 600;
		font-size: 17px;
}
.site-footer .widget_block span a {
	color: var(--green);
}
.site-info {
    border-top: 1px solid #f6f6f6;
    text-align: center;
    padding-block: 1rem;
		font-family: 'Outfit', sans-serif !important;
	color: #fff;
	font-weight: 300;
}
.site-info a.site-name {
    color: #fff;
    font-weight: 300 !important;
}
.site-info a.site-name:hover {
	color: var(--green)
}
/*--- Footer section ends --*/


/*--- Banner section starts --*/
.page-id-909 .entry-header {
	display: none;
}
.page-id-909 #main {
    padding-top: 0;
}
.page-id-909 .entry-content {
	margin-top: 0;
}
.page-id-909 .site-content::before {
	display: none;
}
.page-id-909 #masthead {
    background: transparent;
}
.home-banner-sec {
    margin-top: -141px;
    padding-top: 110px;
    padding-bottom: 70px;
}
.home-banner-sec h2 {
    color: #fff;
    line-height: 52px;
		font-size: 42px;
		margin-bottom: 25px;
}
.home-banner-sec p {
    color: #fff;
    font-weight: 300;
}
.home-banner-sec p strong {
	color: var(--green)
}
.home-banner-sec a.call-btn {
    background: var(--green);
    padding: 10px 48px;
    color: #000;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 24px;
    margin: 40px 0 10px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid var(--green);
}
.home-banner-sec a.call-btn:hover {
	background: #000;
	color: #fff;
}
.home-banner-sec .panel-last-child p:last-child a:not(.call-btn) {
	color: var(--green);
	font-weight: 500;
}
.home-banner-sec .panel-last-child p:last-child {
    max-width: 381px;
		position: relative;
}
.home-banner-sec .panel-last-child p:last-child::before {
    content: "";
    position: absolute;
    top: 73px;
    left: -48px;
    width: 82px;
    height: 85px;
    background-image: url(/wp-content/uploads/2021/12/cursrive-arrow.png);
    background-repeat: no-repeat;
}

/*--- Banner section ends --*/


/*--- training section starts --*/
.training-sec {
	margin-block: 60px;
}
.training-sec img {
		width: 100%;
}
.training-sec h2 {
	font-size: 42px;
	margin-bottom: 20px;
}
.training-sec p {
    margin-bottom: 15px;
}
.training-sec p strong {
	color: var(--blue)
}
.green-btn {
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    font-weight: 600 !important;
    padding: 15px 25px !important;
    font-size: 19px !important;
}
.green-btn:hover, .green-btn:focus {
	background: #000 !important;
}
/*--- training section ends --*/


/*--- Before and after section starts --*/

.before-after-sec {
	background: #f2f2f2
}
.before-after-sec .widget_sow-image,
.before-after-sec .so-widget-sow-image,
.before-after-sec .sow-image-container,
.before-after-sec img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.before-after-sec .textwidget {
    padding: 60px 30px 0;
}
.before-after-sec h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
.before-after-sec p br {
	display: none;
}
/*--- Before and after section ends --*/
/*--- green strap section starts--*/
.green-call-sec {
	padding-block: 60px;
	position: relative;
}
.green-call-sec::before, 
.green-call-sec:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px dashed #fff;
}
.green-call-sec:after {
	top: inherit;
	bottom: 25px;
}
.green-call-sec p,
.green-call-sec a {
    font-size: 30px;
    color: #fff;
		text-decoration: none !important;
		font-weight: 500;
}
.green-call-sec a:hover {
	color: #000;
}
/*--- green strap section ends-*/

/*--- Featured program section starts --*/

.home-featured-sec {
	margin-block: 50px;
}
.programs-inner .panel-grid-cell {
    box-shadow: 0 0 15px #ddd;
		padding: 5px;
		text-align: center;
		position: relative;
}
.programs-inner img {
	width: 100%;
}
.programs-inner .textwidget {
    padding: 0 20px 30px;
}
.programs-inner h3 a {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    display: block;
}
.programs-inner .arrow-btn {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    font-size: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    line-height: 50px;
}
.programs-inner .arrow-btn span.sow-icon-icomoon {
    font-size: 25px !important;
    margin: 0 0 0 10px!important;
    text-align: center;
    line-height: 50px;
}
.programs-inner .arrow-btn:hover,
.programs-inner .arrow-btn:focus {
	background: #000 !important;
}
.brand-sec {
    padding-block: 50px;
}
/*--- Featured program section starts --*/


/*--- Black section starts --*/
.black-sec {
	background: #050504 !important
}
.black-sec .textwidget {
	max-width: 600px;
	padding-right: 20px;
	padding-block: 60px;
}
.black-sec .textwidget p br {
	display: none;
}
.black-sec .textwidget > * {
	color: #fff;
}
.black-sec img {
	height: 750px !important;
	object-fit: cover;
}
.black-sec p {
    margin-top: 30px;
}
.black-sec h4 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: 400;
}
.black-sec2 img {
	height: 840px !important;
}
/*--- Black section starts --*/

/*--- Blog section starts --*/
.blog-sec-inner {
	margin-block: 60px;
}
.blog-sec-inner .panel-grid-cell {
	box-shadow: 0 0 15px #ddd;
	padding: 5px 5px 30px;
	transition: all .3s ease-in-out;
}
.blog-sec-inner .panel-grid-cell:hover {
	box-shadow: 0 0 25px #ddd;
}
.blog-sec-inner .panel-grid-cell h3 a {
	 font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    display: block;
		padding-inline: 20px;
}
.blog-sec-inner .panel-grid-cell p {
	padding-inline: 20px;
}
.blog-sec-inner .panel-grid-cell img {
	width: 100%;
}
.blog-sec-inner .panel-grid-cell .widget_sow-button {
	margin-left: 20px;
}
/*--- Blog section ends --*/

/*--- Request section starts --*/
.request-sec {
	margin-block: 60px;
}
.request-sec h2 {
    margin-bottom: 15px;
}
.request-sec form.wpcf7-form {
    padding-right: 40px;
		margin-top: 40px;
}
.request-sec form.wpcf7-form br {
	display: none;
}
.request-sec input {
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.request-sec textarea {
	border: 1px solid #ddd;
	height: 120px;
}
.request-sec input::placeholder,
.request-sec textarea::placeholder {
	font-weight: 300;
	font-size: 16px;
}
.request-sec input[type="submit"] {
	    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    font-weight: 600 !important;
    padding: 15px 25px !important;
    font-size: 19px !important;
		margin-top: 20px;
}
/*--- Request section ends --*/


/*--- Contact us page starts --*/
.page-id-1561 header.entry-header {
	display: none;
}
.page-id-1561 .site-main {
	padding-top: 0 !important
}
.page-id-1561 .entry-content {
	margin-top: 0
}
.contact-mn-sec {
    background-color: rgba(0,0,0,0.9);
    background-blend-mode: multiply;
    padding-block: 60px;
}

.cntct-head-sec h1 {
	font-size: 42px;
	color: #fff;
}
.cntct-head-sec p {
    max-width: 845px;
    margin: 30px auto;
    color: #fff;
    font-size: 22px;
}
.contact-two-sec {
    box-shadow: 0 0 15px #ffffff82;
}
.contact-two-sec .panel-grid-cell:first-of-type {
	background-color: #fff;
}
.contact-two-sec > .panel-grid-cell:last-of-type {
	background: var(--green);
}
.contact-two-sec .panel-grid-cell {
	width: 50% !important;
	padding: 40px;
}
.contact-two-sec h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
.contct-left-sec h2 {
	color: var(--green)
}
.contact-right-sec h2 {
	color: #fff
}
.contact-two-sec form.wpcf7-form br {
	display: none;
}
.contact-two-sec input,
.contact-two-sec textarea {
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #e5e9e48f;
    border-radius: 0;
}
.contact-two-sec textarea {
	height: 120px;
}
.contact-two-sec input::placeholder,
.contact-two-sec textarea::placeholder {
	font-weight: 300;
	font-size: 18px;
	color: #000
}
.contact-two-sec input[type="submit"] {
	    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    font-weight: 600 !important;
    padding: 15px 25px !important;
    font-size: 19px !important;
		margin-top: 20px;
}
.contact-two-sec .sow-features-feature {
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row !important
}
.contact-two-sec .sow-features-feature .sow-icon-container {
    flex: 0 0 60px;
}
.contact-two-sec .sow-features-feature .textwidget {
    flex: 0 0 400px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}
.contact-two-sec .sow-features-feature h5 {
    text-align: left;
    margin-bottom: 5px !important;
    font-weight: 500;
    font-size: 24px;
}
/*--- Contact us page ends --*/


/*-- About us page starts --*/

.entry-title {
	margin-bottom: 0 !important;
	text-transform: Capitalize;
	color: var(--green);
}
.abt-img-sec {
    position: relative;
    padding-right: 40px;
}
.abt-img-sec img.main-img {
    object-fit: cover;
    height: 500px;
    width: 100%;
		box-shadow: 0 0 22px #b5acac;
		padding: 5px;
}
.abt-img-sec img.second-img {
    border: 5px solid #fff;
    position: absolute;
    width: 220px;
    right: 0;
    bottom: -53px;
    box-shadow: 0 0 22px #b5acac;
    height: 220px;
    object-fit: cover;
}
.abt-right-sec {
    padding: 40px;
}
.abt-right-sec p {
	margin-top: 15px;
}
.certification-sec {
	padding-block: 60px;
	margin-top: 110px;
}
.certification-sec h2 {
    color: #fff;
    margin-bottom: 30px;
}
.certification-sec ul {
    list-style: none;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap: 20px;
		padding-left: 0
}
.certification-sec ul li {
    background: var(--green);
    color: #fff;
    border-radius: 10px;
    padding: 60px 20px 20px;
		position: relative;
		text-align: center;
	
}
.certification-sec ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 40px;
    background-color: #fff;
    border-radius: 0 0 100% 100%;
}
.certification-sec ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 35px;
    background-image: url(/wp-content/uploads/2021/12/dog-footprint.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
}
.abt-achieve {
	margin-top: 60px;
}
.abt-achieve .gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.abt-achieve .gallery .gallery-item {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	-moz-flex: 0 0 25%;
	margin-block: 25px;
	
}
/* .abt-achieve .gallery .gallery-item, .abt-achieve .gallery .gallery-item a {
	pointer-events: none
} */
.abt-achieve .gallery img {
    width: 156px;
}
/*--- About us page ends --*/


/*---- single programs pages starts --*/
.entry-title {
    background-image: url(/wp-content/uploads/2021/12/bg-print.png) !important;
    background-color: #0a0a0a !important;
}
.service-top-sec,
.program-gallery-sec {
	margin-block: 60px;
}
.service-top-sec img {
	box-shadow: 0 0 22px #b5acac;
	height: 575px !important;
	width: 100% !important;
	object-fit: cover;
	padding: 5px;
}
.service-top-sec .textwidget {
    padding-left: 35px;
}
.service-top-sec p {
	margin-top: 20px;
}
.service-top-sec .textwidget ol, 
.service-top-sec .textwidget ul {
	margin-top: 10px;
}
.service-top-sec .textwidget li, 
.service-include-sec .textwidget li {
	font-size: 18px;
	list-style-type: none;
	position: relative;
	margin-top: 5px;
	font-family: 'Outfit', sans-serif !important;
}
.service-top-sec .textwidget li span, 
.service-include-sec .textwidget li span {
	font-family: 'Outfit', sans-serif !important;
}
.service-top-sec h5 {
    margin-top: 35px;
    font-size: 22px;
    position: relative;
    text-decoration: 2px dashed var(--green);
    background: var(--green);
    color: #fff;
    outline: 2px dashed #fff;
    padding: 15px;
    outline-offset: -5px;
    box-shadow: 0 0 10px #8f8d8d;
    font-weight: 500;
		line-height: 30px;
}
.service-top-sec .textwidget li::before,
.service-include-sec .textwidget li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -25px;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2021/12/dog-footprint.png);
}
.program-gallery-sec .gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.program-gallery-sec .gallery .gallery-item {
	max-width: 100%;
  box-shadow: 0 0 15px #ddd;
	padding: 5px;
}
.program-gallery-sec .gallery .gallery-item:hover {
	box-shadow: 0 0 25px #ddd;
}
.program-gallery-sec .gallery-icon img {
	height: 375px;
	object-fit: cover;
	width: 100%;
}
.program-gallery-sec .gallery-caption {
    display: block;
    font-size: 19px;
    padding-inline: 15px;
    color: #000;
}
.subscribe-bg {
    padding-block: 100px;
    text-align: center;
    background-color: rgb(0 0 0 / 85%);
    background-blend-mode: multiply;
}
.subscribe-bg h3.widget-title {
    font-size: 36px;
    color: #fff;
}
.subscribe-bg div#subscribe-text p {
    color: #fff;
    margin: 20px 0 30px;
    font-size: 28px;
    font-weight: 200;
}
.subscribe-bg input[type="email"] {
    max-width: 500px;
    border-radius: 0;
    background: #e8ebe6;
}
.subscribe-bg button[type="submit"] {
    border-radius: 0;
    margin-top: 15px;
    width: 500px;
    background: var(--green);
    border: 1px solid var(--green);
    text-transform: uppercase;
		font-family: 'Outfit', sans-serif !important;
}
.subscribe-bg button[type="submit"]:hover {
	background: #000;
	color: var(--green)
}
.subscribe-bg p.error {
    color: red;
}
.subscribe-bg .success {
    max-width: 500px;
    margin: 15px auto;
    padding: 10px;
    background: var(--green);
}
.subscribe-bg .success p {
	color: #fff
}
.include-in {
/*     background: #efefef; */
		background: #0a0a0a;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #ddd;
    max-width: 90%;
    margin: 0 0 0 auto;
}
.include-in li {
	color: #fff;
}
.service-include-sec {
    margin-bottom: 60px;
}
.service-include-sec h3.widget-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    background: #0a0a0a;
    color: var(--green);
    padding: 30px;
    border-bottom: 2px solid var(--green);
}
.include-in .textwidget {
    padding: 20px 30px 30px;
}
.leash-sec h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}
/*---- single programs pages ends --*/


/*-- Doggie adventure page starts --*/
.adventure-top-sec {
    margin: 50px 0 60px;
}
.adventure-top-sec img {
    width: 100%;
    box-shadow: 0 0 19px #ddd;
    padding: 5px;
}
.adventure-top-sec h4 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 36px;
    font-weight: 500;
}
.adventure-top-sec p {
    margin-top: 5px;
    font-size: 22px;
}
.advent-full-width {
    padding-block: 100px;
    background-color: rgba(0,0,0,0.9);
    background-blend-mode: multiply;
    text-align: center;
}
.advent-full-width p {
    color: #fff;
    margin-bottom: 20px;
    padding-inline: 40px;
    font-size: 24px;
    font-weight: 300;
}
.advent-full-width h5 {
    display: inline-block;
		background: var(--green);
    color: #fff;
    outline: 2px dashed #fff;
    padding: 15px 25px;
    outline-offset: -5px;
    box-shadow: 0 0 10px #8f8d8d;
    font-weight: 500;
    line-height: 30px;
		margin-top: 15px;
}
/*--- Doggies adventure page ends --*/

/*--- I memory of meika page starts --*/
.memory-sec img {
    max-width: 450px !important;
    padding: 10px;
    box-shadow: 0 0 28px #ddd;
}
.ribbon {
 width: 50%;
 margin: 0 auto 80px;	  
 position: relative;
 background: var(--green);
 color: #fff;
 text-align: center;
 padding: 1em 2em; 
}
.ribbon h2 {
	line-height: 36px;
}
.ribbon h2 strong {
    font-weight: 400;
    font-size: 24px;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -2em;
 border: 2em solid var(--green);
 z-index: 1;
}
.ribbon:before {
 left: -3em;
 border-right-width: 4em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -3em;
 border-left-width: 4em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: var(--green) transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
.memory-sec p {
    font-size: 24px;
    margin-bottom: 20px;
}
/*--- I memory of meika page ends --*/


/*-- service program page starts --*/
.serv-prog-top h4 {
    max-width: 820px;
    margin: 50px auto 0;
    line-height: 52px;
    font-size: 36px;
}
.serv-progtext {
    margin-bottom: 25px;
}
.serv-progtext p {
	margin-bottom: 15px;
}
.service-include-excpt img {
    height: 500px !important;
    box-shadow: 0 0 22px #b5acac;
    padding: 5px;
		object-fit: cover;
}
.program-gallery-sec.gallery50-sec .gallery {
	grid-template-columns: repeat(2,1fr)
}
.program-gallery-sec.gallery50-sec .gallery-icon img {
	height: 425px;
}
.serv-prog-top h4 + p {
	margin-top: 15px
}
/*-- service program page ends --*/

/*-- Thank you page starts --*/
.page-id-2487 .entry-header {
	display: none
}
.thanks-sec h2 {
    color: var(--green);
    font-size: 52px;
    margin-bottom: 20px;
}

/*--- Thank you page ends --*/
.programs-inner-last {
	margin-top: 60px;
}
/* .programs-inner-last .panel-grid-cell:last-of-type {
		visibility: hidden;
} */
.site-header-wrap .main-navigation > div > ul > .menu-item-has-children > a::after {
    top: 3px;
    position: relative;
}
.main-navigation > div > ul > li > ul a:hover {
	background: none !important;
}
.main-navigation > div > ul > li > ul li:last-of-type a {
	background: none;
	border-radius: 0;
}
html .main-navigation > div > ul > li > ul li a {
	padding: 10px !important;
	background: transparent !important;
	background-color: none !important;
}

/*-- Social icons on bottom of inner pages  starts --*/
div.sharedaddy h3.sd-title {
	font-size: 20px;
	margin-bottom: 10px;
}
div.sharedaddy h3.sd-title::before {
	display: none;
}
.sd-button.share-icon {
    color: #fff !important;
    background: var(--green) !important;
		font-family: 'Outfit', sans-serif !important;
}
.sharedaddy {
    margin-block: 5px !important;
}
/*-- Social icons on bottom of inner pages  ends --*/


.home-featured-sec .widget_sow-image a {
	width: 100%;
}
.home-featured-sec .widget_sow-image img {
    height: 335px !important;
    object-fit: cover;
    width: 100% !important;
}

.site-info a:not(.site-name) {
	position: relative;
} 
.site-info a:not(.site-name)::before {
	content: "Copyright © 2021. All Rights Reserved.";
}
.site-info a:not(.site-name):hover {
	color: var(--green)
}
.blog-sec-inner .sow-image-container > a { 
	width: 100%
}
.blog-sec-inner img {
    height: 500px !important;
    width: 100%;
    object-fit: cover;
}


/*-- RESPONSIVE STARTS HERE --*/

@media (max-width: 1440px) {
	.before-after-sec h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
	.before-after-sec p {
    padding-bottom: 20px;
  }
	.before-after-sec .textwidget {
    padding: 40px 25px 0;
  }
	.black-sec .textwidget {
		max-width: 100%;
	}
	p {
    font-size: 18px;
  }
	.blog-sec-inner img {
		height: 450px !important;
	}
}

@media (max-width: 1366px) {
	.site-header-wrap .site-logo {
    flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    margin-bottom: 0;
}
	.main-navigation {
    flex: 0 0 85%;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
 }
	.home-banner-sec h2,
	.training-sec h2, h2 {
    line-height: 50px;
    font-size: 38px;
  }
	.program-gallery-sec .gallery-icon img   {
    height: 375px;
  }
	.advent-full-width p {
		font-size: 22px;
	}
	.advent-full-width {
		padding-block: 75px;
	}
	.adventure-top-sec p {
		font-size: 19px;
	}
	.memory-sec img {
		max-width: 400px !important;
	}
	.memory-sec p {
		font-size: 22px;
	}
}


@media (max-width: 1199px) {
	.programs-inner h3 a {
		font-size: 24px;
	}
	.green-call-sec p, .green-call-sec a {
		font-size: 24px;
	}
	.home-banner-sec h2, .training-sec h2, h2 {
    line-height: 42px;
    font-size: 35px;
 }
	.main-navigation #toggle-menu {
		display: block;
		font-size: 0;
		background: none;
		padding: 0;
	}

	.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
    display: block !important;
}
	span.dropdown-icon {
		position: relative;
	}
	span.dropdown-icon::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
		background-image: url(https://meikashelpingpaws.com/wp-content/uploads/2021/12/hamburger.png);
		background-size: 32px;
		background-repeat: no-repeat;
	}
	
span.dropdown-icon.close::before {
		background-image: url(/wp-content/uploads/2021/12/close.png);
		filter: invert(1);
		background-size: 25px;
	}
			.main-navigation #toggle:checked + #toggle-menu .close {
    display: inline;
    padding-top: -56px;
    z-index: 99999;
    position: fixed;
    right: 90px;
}
	.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: #000;
    z-index: 999;
    width: 100vw;
    padding-top: 90px;
		overflow-y: scroll;
		padding-bottom:150px;
 }
	.site-header-wrap .main-navigation > div > ul {
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 30px;
 }
	.main-navigation ul.main-menu > li:last-of-type > a {
		width: max-content;
	}
	.main-navigation > div {
		display: none !important;
	}
	.site-header-wrap .site-logo {
    flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    margin-bottom: 0;
  }
	.main-navigation {
		margin-top: -25px;
	}
	.training-sec p br {
		display: none;
	}
	.home-banner-sec {
		padding-bottom: 50px;
	}
	p {
    font-size: 16px;
  }
	.site-header {
		overflow-x: hidden;
	}
	.black-sec img {
		height: 600px !important;
	}
	.black-sec2 img {
		height: 740px !important;
	}
	.site-footer .widget_nav_menu {
    padding-left: 20px;
  }
	.black-sec h4 {
		font-size: 22px;
	}
	.site-footer .widget-area {
		padding-inline: 20px;
	}
	.contact-two-sec .sow-features-feature .textwidget {
    flex: 0 0 290px;
 }
	.contact-two-sec h2 {
		font-size: 32px;
	}
	.program-gallery-sec .gallery-icon img    {
    height: 325px;
  }
	.service-top-sec, .program-gallery-sec  {
    margin-block: 50px;
 }
	.adventure-top-sec h4 {
		font-size: 22px;
	}
	.adventure-top-sec {
		margin: 30px 0 60px;
	}
	.advent-full-width p {
    font-size: 20px;
    padding-inline: 15px;
  }
	.ribbon {
		width: 75%;
	}
	.ribbon h2 strong {
		font-size: 22px;
	}
	.serv-prog-top h4 {
		font-size: 32px;
	}
	.main-navigation > div > ul li {
		display: block;
		width: max-content;
	}
	.main-navigation > div > ul li a {
		width: max-content;
	}
	.main-navigation > div > ul > li > .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		background: transparent !important;
		position: static;
		padding-left: 25px;
	}
	.main-navigation > div > ul > li > a {
		font-size: 20px !important;
	}
	.main-navigation > div > ul > li > .sub-menu li a {
    margin: 0;
    font-weight: 200 !important;
    font-size: 17px !important;
    padding-top: 5px !important;
    display: list-item;
    list-style-type: initial;
    list-style-position: inside;
  }
	.home-featured-sec .widget_sow-image img {
		height: 300px !important;
	}
	.blog-sec-inner img {
		height: 400px !important;
	}
}


@media (max-width: 991px) {
	.home-banner-sec h2, .training-sec h2, h2 {
    line-height: 38px;
    font-size: 32px;
  }
	.home-banner-sec a.call-btn {
    padding: 10px 40px;
    font-size: 20px;
    margin: 30px 0 10px;
   }
	.home-banner-sec .panel-last-child p:last-child::before {
    top: 59px;
    left: -58px;
    transform: rotate(9deg);
 }
	.home-banner-sec h2 {
		margin-bottom: 20px;
	}
	.before-after-sec .textwidget {
    padding: 40px 15px 0;
  }
	.before-after-sec {
		flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
	}
	.before-after-sec .panel-grid-cell {
		width: 50% !important;
	}
	.before-after-sec .panel-grid-cell:nth-of-type(1) {
		order: 0;
	}
	.before-after-sec .panel-grid-cell:nth-of-type(2) {
		order: 1;
	}
	.before-after-sec .panel-grid-cell:nth-of-type(3) {
		order: 3;
	}
	.before-after-sec .panel-grid-cell:nth-of-type(4) {
		order: 2;
	}
	.black-sec img {
    height: 710px !important;
  }
	.request-sec p br {
		display: none;
	}
	.request-sec input {
		margin-bottom: 10px;
	}
	.request-sec form.wpcf7-form {
		margin-top: 25px;
	}
	.request-sec {
		margin-block: 50px;
	}
	.black-sec img {
    height: 674px !important;
  }
	.black-sec p {
    margin-top: 20px;
  }
	.black-sec .textwidget {
    padding-block: 40px;
  }
	.blog-sec-inner .panel-grid-cell h3 a {
		font-size: 24px;
	}
	.programs-inner .textwidget {
		padding-inline: 10px;
	}
	.black-sec2 img {
    height: 853px !important;
    object-position: left;
  }
	.contact-two-sec .panel-grid-cell {
		padding: 40px 20px;
	}
	.contact-two-sec .sow-features-feature .sow-icon-container {
    flex: 0 0 50px;
    width: 50px !important;
    height: 50px !important;
    font-size: 50px !important;
 }
	.contact-two-sec .sow-features-feature .sow-icon-ionicons {
    width: 50px !important;
    height: 50px !important;
    font-size: 32px !important;
}
	.contact-two-sec .sow-features-feature .textwidget {
    flex: 0 0 240px;
 }
	.cntct-head-sec h1 {
		font-size: 32px;
	}
	.service-include-sec {
		flex-wrap: wrap  !important;
	}
	.service-include-sec .panel-grid-cell 	{
		width: 100% !important;	
	}
	.include-in {
		max-width: 100%;
		margin-top: 40px;
	}
	.service-top-sec .textwidget {
    padding-left: 20px;
  }
	.service-top-sec .textwidget li, .service-include-sec .textwidget li {
		font-size: 16px;
	}
	.program-gallery-sec .gallery-icon img 		{
    height: 225px;
	}
	.program-gallery-sec .gallery-caption    {
    font-size: 16px;
    padding-inline: 10px;
  }
	.subscribe-bg {
		padding-block: 60px;
	}
	.subscribe-bg h3.widget-title {
		font-size: 32px;
	}
	.subscribe-bg div#subscribe-text p {
    margin: 15px 0 25px;
    font-size: 24px;
  }
	.advent-full-width {
    padding-block: 60px;
  }
	.certification-sec ul {
    grid-template-columns:repeat(2,1fr);
  }
	.abt-img-sec {
    padding-right: 0px;
  }
	.abt-right-sec {
		padding-right: 0;
	}
	.abt-img-sec img.second-img {
		right: -40px;
	}
	.service-top-sec img {
		height: 500px !important;
	}
	.home-featured-sec .widget_sow-image img {
    height: 225px !important;
  }
}

@media (max-width: 767px) {
	#masthead .site-header-wrap {
/* 		padding: 0 20px; */
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	label#toggle-menu {
		font-size: 0 !important;
		background: none !important;
	}
	#masthead .site-header-wrap > * {
		max-width: 40% !important;
	}
	#masthead .site-header-wrap > 
	.site-title {
    display: none;
  }
	.mobile-nav-side .site-header #site-navigation.main-navigation {
		flex-direction: column;
	}
	.mobile-nav-side .site-header #site-navigation.main-navigation #toggle-menu {
		width: 100%;
		position: relative;
		top: -20px;
	}
	.site-header-wrap .site-logo {
    flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    margin-bottom: 0 !important;
  }
	.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
		padding-inline: 0;
	}
	.home-banner-sec h2, .training-sec h2, h2, h2 {
		font-size: 28px;
	}
	.home-banner-sec a.call-btn {
		padding: 10px 15px;
		font-size: 18px;
	}
	.home-banner-sec .panel-last-child p:last-child::before {
    top: 65px;
    left: -19px;
    transform: rotate(9deg);
    width: 50px;
    height: 77px;
    background-size: 64px;
 }
	.training-sec {
    margin-block: 40px;
 }
	.before-after-sec .panel-grid-cell {
    width: 100% !important;
  }
	.before-after-sec .panel-grid-cell:nth-of-type(3) {
    order: 2;
}
	.before-after-sec .panel-grid-cell:nth-of-type(4) {
    order: 3;
 }
	.before-after-sec .textwidget {
    padding: 30px 15px 10px;
  }
	.before-after-sec h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
	.green-call-sec, .brand-sec {
		padding-block: 40px;
	}
	.green-call-sec p, .green-call-sec a {
    font-size: 22px;
  }
	.home-featured-sec, .blog-sec-inner {
		margin-block: 40px;
	}
	.programs-inner .panel-grid-cell {
		margin-bottom: 40px !important;
	}
	.programs-inner .panel-grid-cell:last-child {
		margin-bottom: 0 !important;
	}
	.black-sec img {
    height: 100% !important;
  }
	.black-sec .textwidget {
    padding: 20px 15px 40px;
  }
	.black-sec h2 br {
		display: none;
	}
	.black-sec h4 {
    font-size: 20px;
  }
	.blog-sec-inner .panel-grid-cell {
		padding-bottom: 20px !important;
	}
	.blog-sec-inner .panel-grid-cell h3 a,
	.blog-sec-inner .panel-grid-cell p {
		padding-inline: 15px;
	}
	.blog-sec-inner .panel-grid-cell .widget_sow-button {
		margin-left: 15px;
	}
	.green-btn {
		font-size: 18px !important;
	}
	.request-sec form.wpcf7-form {
		padding-right: 0;
	}
	.site-footer .widget_nav_menu {
    padding-left: 0;
    margin-block: 30px !important;
  }
	.site-footer .widget-area{
		padding: 2rem 0 1rem !important;
	}
	.site-footer .widget-area h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
	.site-footer .widget_block p,
	.site-footer .menu li a,
	.site-footer .widget_block span {
		font-size: 16px;
	}
	.site-footer .widget_block span a {
		display: block;
	}
	.contact-mn-sec {
		padding-inline: 20px !important;
	}
	.contact-two-sec .panel-grid-cell {
    width: 100% !important;
    padding: 40px 15px !important;
  }
	.cntct-head-sec h1 {
		font-size: 28px;
	}
	.cntct-head-sec p {
		font-size: 18px;
	}
	.contact-two-sec input, .contact-two-sec textarea {
		width:  100%;
	}
	.contact-two-sec h2 {
    font-size: 28px;
    text-align: center;
 }
	.contact-two-sec .sow-features-feature {
		flex-direction: column !important;
	}
	.contact-two-sec .sow-features-feature .textwidget {
    flex: 0 0 auto;
    text-align: center;
}
	.contact-two-sec .sow-features-feature h5  {
		text-align: center !important;
	}
	.entry-title {
		font-size: 28px;
	}
	.program-gallery-sec .gallery {
    grid-template-columns: repeat(1,1fr);
  }
	.subscribe-bg h3.widget-title {
    font-size: 28px;
 }
	.subscribe-bg button[type="submit"] {
		width: 100%;
	}
	.subscribe-bg input[type="email"] {
		width: 100% !important;
		max-width: 100%;
	}
	.subscribe-bg div#subscribe-text p {
		font-size: 20px;
	}
	.subscribe-bg {
    padding-block: 50px;
  }
	.program-gallery-sec .gallery-icon img {
		height: 300px;
	}
	.include-in .textwidget {
		padding-inline: 15px;
	}
	.service-include-sec h3.widget-title {
		padding: 20px;
	}
	.service-top-sec img {
		height: 325px !important;
	}
	.site-main {
		padding-inline: 0
	}
	.entry-content {
		padding-inline: 20px;
	}
	.service-top-sec .textwidget {
    padding-left: 0;
  }
	.adventure-top-sec p {
    font-size: 16px;
  }
	.advent-full-width p {
    font-size: 16px;
    padding-inline: 0;
  }
	.memory-sec img {
    max-width: 280px !important;
  }
	.ribbon {
		padding-inline: 0
	}
	.ribbon h2 {
    line-height: 30px;
  }
	.ribbon h2 strong {
    font-size: 18px;
    z-index: 2222;
    position: relative;
  }
	.memory-sec p {
    font-size: 16px;
		margin: 15px 0 0 
  }
	.certification-sec ul {
    grid-template-columns:repeat(1,1fr);
  }
	.abt-img-sec img.second-img {
    right: 50%;
    transform: translateX(50%);
  }
	.abt-right-sec {
    padding: 60px 0 0px;
  }
	.certification-sec {
    padding-block: 40px;
    margin-top: 40px;
  }
	.abt-achieve .gallery .gallery-item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    margin-block: 10px;
    max-width: 100%;
  }
	.abt-achieve .gallery img {
    width: 130px;
 }
	.program-gallery-sec.gallery50-sec .gallery {
    grid-template-columns: repeat(1,1fr);
 }
	.serv-prog-top h4 {
    font-size: 24px;
		line-height: 28px;
		margin-top: 25px;
 }
	.service-include-excpt img {
		height: auto !important;
	}
	.service-top-sec {
		margin-block: 25px;
	}
	.program-gallery-sec.gallery50-sec .gallery-icon img {
    height: 300px;
 }
	.site-header::before,
	.site-header::after {
		display: none;
	}
	.leash-sec h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
	.include-in {
		margin-top: 20px;
	}
	.serv-prog-top p strong {
    font-size: 18px;
  }
	.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
		padding-top: 50px;
	}
	.programs-inner-last {
    margin-top: 45px;
  }
	.home-featured-sec .widget_sow-image img {
    height: 275px !important;
 }
	.site-footer .widget_media_image img {
    max-width: 225px;
    margin: 0 auto 0 0;
    display: flex;
  }
	.blog-sec-inner img {
    height: 300px !important;
  }
}


@media (min-width:767px ) and (max-width: 781px) {
	.site-footer .widget_media_image img {
    max-width: 225px;
    margin: 0 auto 25px 0;
    display: flex;
  }
	.site-footer {
    padding-left: 20px !important;
  }
	.site-footer #block-7 {
		padding: 25px 25px 0
	}
}


/* SERVICES COST BUTTON STARTS */
.service-cost-buttn h5 {
    max-width: max-content;
    margin: 0 auto;
    min-width: 500px;
    text-align: center;
}

@media (max-width: 767px) {
	.service-cost-buttn h5 {
		min-width:100%;
	}
}
/* SERVICES COST BUTTON ENDS */

