/*
Theme Name: Sunriver K9-Genie Child
Theme URI: https://wordpress.org/themes/sunriverk9genie/
Template: sunriverk9genie
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Sunriver K9-Genie is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Sunriver K9-Genie elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.4.1736244547
Updated: 2025-01-07 10:09:07

*/

@import url('https://fonts.cdnfonts.com/css/alphakind');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
html {scroll-behavior: smooth; overflow-x: hidden;}
body {
	font-family: "Roboto Slab", sans-serif;
	margin: 0; overflow-x: hidden;
}
.fixedwidth {max-width: 1200px; margin: auto !important;}
body.page .entry-title {display: none;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Alphakind", sans-serif;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	font-style: normal;
}
h2 {
	font-size: 48px;
	line-height:1.1;
	font-weight: 400;
	margin-bottom: 15px;
}
h2 b {color: #01557c; font-weight: 400;}
p {font-size: 16px; line-height: 24px;}
.p2 p {font-size: 18px;}
.vc_btn3-container a, #gal_front_form_0 .bwg_load_btn {
	padding: 14px 35px !important; 
	border: 0px !important;
	font-weight: 700 !important; 
	font-size: 17px !important;
	background-image: linear-gradient(to right, #b4343c, #e37a4b) !important;
}
#gal_front_form_0 .bwg_load_btn {color: #fff !important; border-radius: 100px !important;}
#gal_front_form_0 #bwg_load_0 {margin-top: 30px !important;}
#gal_front_form_0 .bwg_load_bt:hover {background-image: linear-gradient(to right, #e37a4b, #b4343c) !important;}
.vc_btn3-container a:hover {background-image: linear-gradient(to right, #e37a4b, #b4343c) !important;}
.error404 .err {max-width: 1200px; margin: auto; padding: 50px 20px; text-align: center;}
.error404 .err .page-title {line-height: 1; margin-bottom: 10px;}

header {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: center;
  	padding: 8px 20px;
  	background: #fff;
	border-top: 8px solid #ffb626;
}
#navigation ul {
  	display: flex;
  	padding-bottom: 0px;
	padding-left: 0;
    justify-content: center;
}
#navigation li button {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: 0;
    left: -8px;
}
#navigation li button::after {
    content: '';
    display: inline-block;
    transform: rotate(-45deg) translateX(0.3em);
    height: 0.6em;
    width: 0.6em;
    border: 1px solid #000;
    border-top: none;
    border-right: none;
    margin-left: .5em;
    transition: all .2s ease;
}
#navigation li button span {
    display: none;
}
#navigation ul li {
  	list-style: none;
  	position: relative;
}
#navigation ul li > a {
	font-family: "Roboto Slab", sans-serif;
	font-size: 15px;
	font-weight: 600;
  	color: #000;
	padding: 0 15px;
}
#navigation li .sub-menu {
	display: block;
    position: absolute;
    z-index: 100;
    top: 28px;
    background-color: #ffb626;
    padding: 0;
    width: 12em;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    border: 1px solid #e7e7e7;
}
#navigation li .sub-menu > li {display: block;}
#navigation li .sub-menu > li:last-child a {border-bottom: 0px solid #e7e7e7;}
#navigation li .sub-menu li a {
	text-align: left;
	color: #000;
	padding: 10px 10px;
	display: block;
	border-bottom: 1px solid #e7e7e7;
}
#navigation li .sub-menu li a:hover, #navigation li .sub-menu li.current-menu-item a {background-color: #0d6a96; color: #fff;}
#navigation li {position: relative; display: inline-block;}
#navigation li:hover > .sub-menu, #navigation li:focus > .sub-menu {visibility: visible; opacity: 1;}
#navigation ul li > a:hover, #navigation ul li.current-menu-item a {color: #0d6a96;}
a {
  text-decoration: none;
  transition: all 300ms ease-out 0s;
}
#header-sticky {
  width: 100%;
  display: flex;
}
.topnavarea {
  display: flex;
  width: 100%;
}
.container {
  width: 100%;
  display: block;
}
#logo_sec {
  	width: 24%;
  	text-align: left;
}
#logo_sec img {width: 277px; height: 81px; object-fit: contain;}
#header_mid {
  	width: 60%;
  	text-align: center;
}
#header_right .tel_content {
	text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}
#header_right .tel_content .number-description a {
	background-image: url('images/phone.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 42px;
}
#header_right .tel_content a {color: #000; font-size: 24px; font-weight: 600;}
#header_right {
  	display: none;
  	width: 16%;
}
.rowtop {
  	display: flex;
/*   	justify-content: center; */
	justify-content: space-between;
  	align-items: center;
	max-width: 1202px;
    margin: auto;
}
.vc_custom_1736249200883{height:765px;}
.footer_mainwrap {padding: 45px 20px; background-color: #004565; background-image: linear-gradient(to bottom, #fff 40%, #004565 0%);}
.footer_innerwrap {max-width: 1202px; margin: auto; color: #fff;}
.lswssp-logo-showcase .slick-slide {
    background-color: #fff;
	border-radius: 8px;
	margin: 0 5px;
}
.footer_innerwrap .gallery .wp-block-gallery {display: grid; z-index: 2; position: relative;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(1) {
	grid-column: 3;
    grid-row: 1 / span 2;
	height: 546px;
}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(2) {
    grid-row: 1;
	height: 266px;
}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(2) img {}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(3) img {}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(3) {
	grid-column: 1 / span 1;
    grid-row: 2;
	height: 266px;
}
.footer_innerwrap .gallery {padding-bottom: 30px; position: relative;}
.footer_innerwrap .gallery:after {
	position: absolute;
	content: "";
	right: -40px;
	top: 46px;
	width: 158px;
	height: 158px;
	border-radius: 30px;
	background-color: #e26745;
	z-index: 1;
}
.footer_innerwrap .gallery:before {
	position: absolute;
	content: "";
	left: -40px;
	bottom: 0;
	width: 158px;
	height: 158px;
	border-radius: 30px;
	background-color: #ffb626;
}
.footer_innerwrap .gallery .wp-block-gallery figure {width: 100% !important;}
.footer_innerwrap .gallery .wp-block-gallery figure img {border-radius: 26px;}
.footer_innerwrap .gallery h2 {margin-bottom: 40px;}
.footer_innerwrap .gallery h2 span {color: #01557c;}
.footer_copyright {border-top: 1px solid #2e5b70; border-bottom: 1px solid #2e5b70; padding: 15px 10px;}
.footer_copyright p {font-size: 15px; text-align: center; margin: 0; color: #c8c8c8; font-weight: 500;}
#footer-nenu {padding: 0; display: flex; list-style: none; justify-content: center; margin-bottom: 20px;}
#footer-nenu li a {color: #fff; font-weight: 300; font-size: 16px; padding: 2px 16px;}
#footer-nenu li a:hover, #footer-nenu li.current-menu-item a {color: #ffb626;}
.footerlogo {
    text-align: center;
    margin: 48px 0px 40px;
}
#lswssp-logo-carousel-1 .slick-arrow {background-color: transparent !important; font-size: 26px !important;}
.footer_innerwrap .logo-carousel {margin-top: 54px;}
#banner, #our-clients {position: relative;}
#banner:before {
	position: absolute;
	content: "";
	width: 866px;
    height: 786px;
	left: 0;
	bottom: -52px;
	background-image: url('images/bubbls.png');
	background-repeat: no-repeat;
}
#banner:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom: -1px;
	background-image: url('images/wave.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 150px;
}
#our-clients:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: url('images/wave2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 150px;
}
#banner {overflow: hidden;}
#banner .wpb_column, #our-clients .wpb_column {float: none;}
#banner .bannercontent h5 {font-family: "Vantom", sans-serif; font-size: 52px; color: #8c1e02;}
#banner .bannercontent h1 {font-size: 56px; color: #01557c; line-height: 0.9; padding-left: 22px;}
#banner .bannercontent p {font-size: 18px;}
#banner .bannercontent .vc_column-inner {padding: 87px 102px !important;}
#nose-work {
	background-image: linear-gradient(to bottom, #fff4e0 20%, #ffb626 100%) !important; 
	margin-top: -1px; 
	z-index: 2; 
	position: relative;
}
#nose-work .bigimg img, #benefits .bigimg img {
	width: 450px !important;
    max-width: 100% !important;
    height: 570px !important;
    object-fit: cover;
    border-radius: 220px 220px 0px 0px;
}
#nose-work .nose_work_img {position: relative;}
#nose-work .smallimg {
	position: absolute;
	right: 0;
    top: 24%;
}
#nose-work .smallimg img {border: 10px solid #fff; width: 269px !important; height: 360px !important; object-fit: cover;}
#nose-work .nose_work_content {padding-left: 80px; padding-right: 10px;}
#highlights {overflow: visible !important;}
#highlights .wpb_single_image {margin-top: -65px !important; position: relative; z-index: 2;}
#highlights .vc_grid-container .vc_btn3-container {display: none;}
#highlights .vc_grid-container .vc_gitem-zone {background-color: transparent !important; border-radius: 30px;}
#highlights .vc_grid-container .vc_gitem-zone a {pointer-events: none;}
#highlights .vc_grid-container h4 {text-align: center !important; margin-bottom: 0; font-size: 20px; font-weight: 700; font-family: "Roboto Slab", sans-serif; color: #01557c;  margin-top: 10px;}
.list ul {padding-left: 0;}
.list ul li {color: #282828; list-style: none; position: relative; padding-left: 26px; margin-bottom: 24px; line-height: 24px;}
.list ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px; 
	height: 15px; 
	border-radius: 100px;
	background-color: #01557c;
}
#benefits .benefits_content {padding-right: 70px;}
#dog-activity .wpb_single_image img {border-radius: 20px;}
#dog-activity .imgbox h6 {font-family: "Roboto Slab", sans-serif !important; font-weight: 700; margin-bottom: 28px;}
#dog-activity .fixedwidth {max-width: 1100px;}
#philosophy .fixedwidth {
	background-image: linear-gradient(to right, #fff 26%, #01557c 0%);
    padding-top: 50px;
    padding-bottom: 50px;
}
#philosophy p {color: #fff;}
#philosophy .philo_content {padding-left: 20px; padding-right: 50px;}
#our-clients h2 {text-align: center !important;}
#our-clients .sp-testimonial-free-wrapper {
    max-width: 800px;
    margin: auto;
}
#our-clients .sp-testimonial-free {
    padding: 0px 70px;
}
#our-clients .sp-testimonial-free-section {
	background-color: #ffd98d;
    border-radius: 38px;
    padding: 0px 18px 80px 18px !important;
    margin: 0px 0px !important;
	overflow: visible;
} 
#our-clients .sp-testimonial-free-wrapper .sp-testimonial-client-image {
    margin-bottom: 64px;
}
#our-clients .sp-testimonial-free-wrapper {
    overflow: visible;
}
#our-clients .fixedwidth {position: relative;}
#our-clients .fixedwidth:before {
	position: absolute;
	content: "";
	left: 62px;
    top: 34px;
	background-image: url('images/paw.png');
	width: 130px;
    height: 146px;
}
.signup_content {padding-right: 20px;}
#signup_section .fixedwidth {max-width: 694px; margin: auto;}
#signup_section .es-form-field-container {display: flex; gap: 8px;}
#signup_section .es-form-field-container .gjs-row:nth-child(2) {width: 75%;}
#signup_section .es-form-field-container .gjs-row:nth-child(3) {width: 25%;}
#signup_section .es-email {
	width: 100%;
    border-radius: 0px !important;
    font-family: "Roboto Slab", sans-serif;
    border: 1px solid #797979;
    color: #777777;
	font-size: 14px;
}
#signup_section input[type=submit] {
	width: 100%;
    border: 0px solid #01557c;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
#signup_section input[type=submit]:hover {background-color: #ffb626 !important; color: #000 !important;}
#signup_section .emaillist {text-align: center;}
#our-clients .sp-testimonial-post-title, #all-testimonials .sp-testimonial-post-title {
	font-family: "Roboto Slab", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000 !important;
}
#our-clients .sp-testimonial-content p {
	color: #282828;
    line-height: 24px;
}
#our-clients .sp-testimonial-client-designation {display: none;}
#our-clients .sp-testimonial-content i {color: #f8e9cc; font-size: 20px;}
#our-clients .sp-testimonial-content {
    height: 75px;
    display: block;
    overflow-x: auto;
}
#our-clients .sp-testimonial-client-image img {
    border: 8px solid #f2f3f5 !important;
    width: 112px !important;
    height: 112px !important;
    object-fit: cover;
	margin-top: -36px;
}
#our-clients .testimonial-nav-arrow {
    background: #fff !important;
    border: 1px solid #c96056 !important;
    border-radius: 100px;
    width: 46px;
    height: 46px;
}
#our-clients .testimonial-nav-arrow i {font-size: 0px;}
#our-clients .swiper-button-prev {
	background-image: url('images/l.png') !important; 
	background-repeat: no-repeat !important; 
	background-position: center !important;
	position: absolute;
    bottom: 0;
    left: 44%;
    top: 112%;
}
#our-clients .swiper-button-prev:hover {background-color: #c85d53 !important; background-image: url('images/white_l.png') !important;}
#our-clients .swiper-button-next:hover {background-color: #c85d53 !important; background-image: url('images/white_r.png') !important;}
#our-clients .swiper-button-next {
	background-image: url('images/r.png') !important; 
	background-repeat: no-repeat !important; 
	background-position: center !important;
	position: absolute;
    bottom: 0;
    right: 44%;
    top: 112%;
}
#our-clients .testi {
	max-width: 810px;
    margin: auto;
    overflow: hidden;
    padding-top: 38px;
    padding-bottom: 28px;
}
#banner.inner_banner {padding-top: 20px !important; padding-bottom: 120px !important;}
#banner.inner_banner:after {background-image: url('images/wave2.png') !important;}
#banner.inner_banner .bannercontent .vc_column-inner {
    padding: 173px 129px !important;
}
#all-testimonials .sp-testimonial-free {
	background-color: #ffd98d;
	border-radius: 30px;
	padding: 0px 40px 40px 40px;
	min-height: 332px;
}
#all-testimonials .sp-testimonial-client-image img {
	width: 114px !important; 
	height: 114px !important; 
	object-fit: cover;
	border-radius: 100px;
	margin-top: -60px;
	border: 6px solid #f2f3f5 !important;
}
#all-testimonials .sp-testimonial-item {padding-top: 60px;}
#all-testimonials .sp-testimonial-content p {font-size: 17px !important; color: #282828 !important; line-height: 24px;}
.formbtn {text-align: center; position: relative; margin-top: 26px;}
#all-testimonials .sp-testimonial-content i {display: none;}
.wpcf7-spinner {position: absolute; top: 12px; background-color: #1f9ac4;}
.wpcf7-not-valid-tip {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 15px;
}
.wpcf7-response-output {background-color: #fff; text-align: center;}
.inputwrap {display: flex; gap: 8px;}
.inputwrap div {width: 50%;}
.callbox .vc_cta3-content-header {
	border: 0 !important;
    padding: 0;
	font-family: "Roboto Slab", Sans-serif;
}
.callbox {border: 0px !important; background-color: transparent !important;}
.callbox h2 {font-family: "Roboto Slab", Sans-serif; font-size: 18px; font-weight: 700; color: #000; line-height: 1.1; margin-bottom: 0;}
.callbox p {margin-top: 0; font-size: 17px; font-weight: 400;}
.callbox p a {color: #000;}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-number, .wpcf7-form textarea {
    width: 100%;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px;
    box-sizing: border-box;
    height: 60px;
	border-radius: 0px;
	border: 1px solid #a8a8a8;
}
.wpcf7-form textarea {height: 110px;}
.wpcf7-form .wpcf7-submit, .blogbtn {
    font-size: 17px;
    font-weight: 700;
    border: 0;
    color: #fff;
    border-radius: 100px;
    padding: 16px 60px;
    font-family: "Roboto Slab", Sans-serif;
	background-image: linear-gradient(to right, #b4343c, #e37a4b) !important;
	cursor: pointer;
}
.wpcf7-form .wpcf7-text::placeholder, .wpcf7-form textarea::placeholder {opacity: 1 !important; color: #000;}
.wpcf7-form .wpcf7-submit:hover, .blogbtn:hover {
	background-image: linear-gradient(to right, #e37a4b, #b4343c) !important;
}
#enquiry-now .fixedwidth {max-width: 957px;}
#enquiry-now .fixedwidth .vc_column-inner {padding: 80px 115px; background-color: #fff; box-shadow: 0px 0px 50px 10px #cccccc42; border-radius: 25px;}
.blogwrapper {
/* 	display: flex;  */
	gap: 75px 16px; 
	flex-wrap: wrap;
}
.blogwrapper .blogbox {
/* 	width: 32.4%; */
}
.blogwrapper .blog_thumb img {height: 276px !important; max-width: 100% !important; object-fit: cover;}
.blogwrapper .blogbox h4 {
	color: #01557c; 
	font-weight: 700;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 20px;
	margin-bottom: 0;
    margin-top: 20px;
	overflow: hidden;
   	display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.blogwrapper .blogbox .blogbtn {padding: 15px 42px; font-size: 17px;}
.blogwrapper .blogbtnwrap {margin-top: 36px; margin-bottom: 20px !important;}
.pagi {text-align: center; margin-top: 70px;}
.pagi .page-numbers {background-color: #01557c; color: #fff; padding: 5px 10px;}
.pagi .page-numbers:hover, .pagi .page-numbers.current {background-color: #000; color: #fff;}
body.single article {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px 20px;
}
body.single .nav-links {max-width: 1200px; margin: auto; padding: 0px 20px 50px; display: flex; justify-content: space-between;}
body.single .nav-links a {color: #b4343c; font-weight: 600;}
body.single .nav-links a:hover {color: #000;}
body.single .post-title {display: none;}
body.single .svg-icon {position: relative; top: 6px;}
body.single .entry-content a {color: #b4343c; font-weight: 500;}
body.single .entry-content ul li {margin-bottom: 10px;}
body.single .entry-content ol {padding-left: 18px;}
body.single .entry-title {font-size: 30px;}
#zigzag h3 {font-size: 35px; line-height: 1.1;}
#zigzag .list ul li {color: #000; margin-bottom: 15px; font-size: 17px;}
.sp-testimonial-free-section .sp-testimonial-title {
    margin: 0 0 0px 0;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
    margin-top: 6px;
}
.page-id-519 .footer_innerwrap .gallery {display: none;}
.page-id-519 .footer_mainwrap {
    background-image: linear-gradient(to bottom, #fff 0%, #004565 0%);
}
#blog-section .owl-carousel .owl-dots.disabled, #blog-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}
#blog-section .owl-nav {margin-top: 30px;}
#blog-section .owl-nav button {background-color: transparent !important;}
#blog-section .owl-nav button span {
	color: #000 !important;
    border: 1px solid #000;
    display: block;
    font-size: 26px;
    padding: 2px 15px 6px;
    border-radius: 100px;
    line-height: 28px;
}
#blog-section .owl-nav button span:hover {
	background-image: linear-gradient(to right, #b4343c, #e37a4b) !important;
	color: #fff !important;
	border: 1px solid #e37a4b;
}
#zigzag p a {color: #015DA3;}



/* ===========Responsive=========== */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
h1 {font-size: 40px;}
h2 {font-size: 36px;}
#logo_sec img {width: 230px; height: 77px;}	
#navigation ul li > a {padding: 0 12px;}
#header_right .tel_content a {font-size: 18px;}
#header_right .tel_content .number-description a {padding: 4px 0px 4px 42px;}
.footerlogo img {width: 250px;}
.footer_innerwrap .gallery:after {
    right: -15px;
    top: 65px;
    width: 128px;
    height: 128px;
    border-radius: 15px;
}
.footer_innerwrap .gallery:before {
    left: -15px;
    bottom: 30px;
    width: 128px;
    height: 128px;
    border-radius: 15px;
}
#banner .bannercontent h5 {font-size: 38px;}
#banner .bannercontent h1 {font-size: 45px;}
#nose-work .nose_work_content {padding-left: 50px;}
#benefits .benefits_content {padding-right: 50px;}
#banner.inner_banner .bannercontent .vc_column-inner {padding: 170px 85px !important;}
.blogwrapper {gap: 68px 12px;}
#zigzag {padding-top: 70px !important; padding-bottom: 70px !important;}
#zigzag h3 {font-size: 32px;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
h2 {font-size: 29px;}
.p2 p {font-size: 16px;}
p {font-size: 15px;}
.vc_btn3-container a {
    padding: 14px 30px !important;
    font-size: 15px !important;
}
#header_mid {display: none;}	
#logo_sec {width: 50%;}
#header_right {width: 50%;}
#logo_sec img {
    width: 220px;
    height: 70px;
}
#header_right .tel_content .number-description a {padding: 0px 44px 0px 42px;}
.taptap-menu-button-wrapper {margin-top: 19px;}
.footer_innerwrap .gallery:after {
    right: -15px;
    top: 65px;
    width: 128px;
    height: 128px;
    border-radius: 15px;
}
.footer_innerwrap .gallery:before {
    left: -15px;
    bottom: 30px;
    width: 128px;
    height: 128px;
    border-radius: 15px;
}
.footerlogo img {width: 250px;}
#banner .bannercontent h1 {font-size: 40px;}
#banner .bannercontent p {font-size: 16px;}
#banner .bannercontent h5 {font-size: 36px;}
#banner .bannercontent .vc_column-inner {
    padding: 80px 45px !important;
}
#banner {padding-top: 50px !important; padding-bottom: 100px !important;}
#banner.inner_banner {background-position: 62% 50% !important;}
#nose-work .nose_work_content {
    padding-left: 20px;
    padding-right: 0;
}
#nose-work .smallimg img {
    width: 145px !important;
    height: 180px !important;
}
#nose-work .bigimg img, #benefits .bigimg img {
    height: 500px !important;
}
#nose-work .smallimg {
    top: 60%;
}
#highlights .vc_grid-container h4 {
    font-size: 16px;
}
#highlights {padding-bottom: 20px !important;}
#benefits .benefits_content {
    padding-right: 20px;
}
.list ul li {
    font-size: 15px;
	margin-bottom: 18px;
	padding-left: 20px;
}
#philosophy .philo_content {
    padding-left: 20px;
    padding-right: 0;
}
#our-clients .fixedwidth:before {
    background-size: 120px;
    background-repeat: no-repeat;
	left: 0;
    top: 0;
}
#our-clients .swiper-button-prev {
    bottom: 0;
    left: 0px;
    top: 55%;
}
#our-clients .swiper-button-next {
    bottom: 0;
    right: 0px;
    top: 55%;
}
#our-clients .testimonial-nav-arrow {
    width: 34px;
    height: 34px;
}
#our-clients {padding-top: 40px !important; padding-bottom: 300px !important;}
#signup_section {padding-top: 50px !important; padding-bottom: 30px !important;}
#all-testimonials .sp-testimonial-free {
    padding: 0px 20px 40px 20px;
}
#all-testimonials .sp-testimonial-client-designation {
	color: #282828;
    font-weight: 400;
    font-size: 17px;
}
#all-testimonials .sp-testimonial-content p {
    font-size: 15px !important;
    line-height: 23px;
}
#banner.inner_banner .bannercontent .vc_column-inner {
    padding: 155px 40px !important;
}
#enquiry-now .fixedwidth .vc_column-inner {
    padding: 60px 60px;
}
.callbox p {
    font-size: 14px;
    line-height: 1.2;
}
.blogwrapper {
    gap: 60px 9px;
}
.blogwrapper .blog_thumb img {
    height: 250px !important;
}
#blog-section {padding-bottom: 0px !important;}
.blogwrapper .blogbox .blogbtn {
    font-size: 16px;
}
#zigzag {padding-top: 50px !important; padding-bottom: 50px !important;}
#about_details {padding-bottom: 50px !important;}
#about_details .wpb_column {width: 100% !important;}
#below_about {flex-direction: column-reverse; margin-top: 45px !important;}
#about_details h2 {margin-top: 30px !important;}
#about_details h2, #about_details p, #about_details .wpb_single_image, #nose-work-classes #zigzag h3, #nose-work-classes #zigzag .wpb_single_image, #nose-work-classes p {text-align: center !important;}
#zigzag h3 {font-size: 26px;}
#zigzag .p2 p {font-size: 15px; line-height: 22px;}
#nose-work-classes {padding-bottom: 50px !important;}
#nose-work-classes #zigzag, #nose-work-classes h3 {padding-top: 30px !important;}
#nose-work-classes .spacing {padding-bottom: 30px !important;}
#nose-work-classes #zigzag h3 {padding-top: 0px !important;}
#nose-work-classes #zigzag .wpb_column {width: 100%; text-align: center;}
#zigzag .list ul li {
    margin-bottom: 6px;
    font-size: 15px;
}
.list ul li:before {
    top: 7px;
    width: 10px;
    height: 10px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
h2 {font-size: 28px;}
.p2 p {font-size: 16px;}
p {font-size: 15px;}
.list ul li {font-size: 15px; padding-left: 20px;}
.fixedwidth {max-width: 550px;}
#header_mid, .separator {display: none;}	
.vc_btn3-container a {font-size: 15px !important;}
#logo_sec {width: 50%;}
#header_right {width: 50%;}
#header_right .tel_content {gap: 5px;}
#header_right .tel_content img {width: 20px;}
header {padding: 4px 10px;}
#logo_sec img {width: 170px; height: 56px;}
#header_right .tel_content a {font-size: 20px; padding: 4px 54px 4px 42px !important;}
.taptap-menu-button-wrapper {margin-top: 8px;}
.footer_innerwrap .gallery:after, .footer_innerwrap .gallery:before {display: none;}
.footerlogo img {width: 220px;}
.footer_innerwrap .gallery h2 {margin-bottom: 24px; text-align: center;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(1) {height: 280px;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(3) {height: 135px;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(2) {height: 135px;}
.footer_innerwrap .gallery .wp-block-gallery figure img {border-radius: 10px;}
.footer_innerwrap .logo-carousel {margin-top: 0;}
.footer_mainwrap {padding: 45px 20px 20px; background-image: linear-gradient(to bottom, #fff 20%, #004565 0%);}
#footer-nenu li a {font-size: 14px; padding: 2px 6px;}
.footer_innerwrap .gallery {max-width: 615px; margin: auto;}
#banner .bannercontent .vc_column-inner {
    padding: 25px 24px !important;
    background-image: none !important;
    background-color: #ffb626eb;
	max-width: 550px;
    margin: auto;
	position: relative;
	border: 7px solid #fff;
}
#banner .bannercontent .vc_column-inner:before {
	position: absolute;
    content: "";
        left: -13px;
        top: -25px;
        background-image: url(images/paw2.png);
        background-repeat: no-repeat;
        background-size: 65px;
        width: 75px;
        height: 70px;
}
#banner .bannercontent h5 {font-size: 34px;}
#banner .bannercontent h1 {font-size: 40px; padding-left: 0;}
#banner .bannercontent p {font-size: 15px;}
#banner {background-position: 77% 50% !important;}
#banner:after, #our-clients:after {height: 85px;}
#nose-work .fixedwidth {padding-top: 0px !important;}
#nose-work .smallimg {position: inherit;}
#nose-work .wpb_single_image, #nose-work .nose_work_content h2, #nose-work .nose_work_content p, #philosophy .wpb_single_image, #philosophy h2, #philosophy p, #cl2 h2, #cl2 p {text-align: center !important;}
#nose-work .bigimg img, #benefits .bigimg img {height: 350px !important;}
#nose-work .smallimg img {
    width: 225px !important;
    height: 280px !important;
    margin-top: 10px;
}
#nose-work .nose_work_content {padding-left: 0;  padding-right: 0; padding-top: 20px;}
#nose-work .vc_btn3-container, #highlights h2, #benefits .benefits_content h2 {
    text-align: center !important;
}
#highlights, #signup_section {padding-top: 40px !important; padding-bottom: 0px !important;}
#dog-activity {padding-top: 40px !important; padding-bottom: 40px !important;}
#highlights .vc_grid-container h4 {font-size: 17px;}
#benefits .benefits_content {
    padding-right: 0;
}
#philosophy .fixedwidth {
    background-image: linear-gradient(to right, #fff 0%, #01557c 0%);
    padding-top: 40px;
    padding-bottom: 40px;
}
#philosophy .philo_content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
#our-clients .sp-testimonial-free {padding: 0px 15px;}
#our-clients .sp-testimonial-content p {line-height: 22px; font-size: 14px;}
#our-clients .sp-testimonial-client-image img {margin-top: 28px;}
#our-clients .sp-testimonial-free-wrapper .sp-testimonial-client-image {margin-bottom: 20px;}
#our-clients .sp-testimonial-free-section {padding: 0px 18px 40px 18px !important;}
#our-clients .swiper-button-next {
    bottom: 0;
    right: 0px;
    top: 55%;
}
#our-clients .swiper-button-prev {
    bottom: 0;
    left: 0px;
    top: 55%;
}
#our-clients .testimonial-nav-arrow {
    width: 34px;
    height: 34px;
}
#signup_section h2 {text-align: center !important;}
#signup_section .es-form-field-container {display: block;}
#signup_section .es-form-field-container .gjs-row:nth-child(2), #signup_section .es-form-field-container .gjs-row:nth-child(3) {width: 100%;}
#signup_section h2 {margin-bottom: 0px !important;}
#our-clients .fixedwidth:before {
    background-size: 58px;
    background-repeat: no-repeat;
    left: 0;
    top: 34px;
}
#our-clients {padding-bottom: 105px !important;}
#our-clients .testi {padding-top: 0;}
#nose-work {padding-bottom: 50px !important;}
#all-testimonials .sp-testimonial-free {
    padding: 0px 18px 30px 18px;
}
#all-testimonials .sp-testimonial-content p {
    font-size: 15px !important;
    line-height: 23px;
}
#all-testimonials {padding-top: 30px !important; padding-bottom: 0px !important;}
#all-testimonials .fixedwidth {max-width: 740px;}
#banner.inner_banner .bannercontent .vc_column-inner {padding: 60px 20px !important;}
#contact-details h2, #contact-details .vc_cta3-content {text-align: center !important;}
.callbox .vc_cta3-content-header {justify-content: center;}
.callbox p {font-size: 16px;}
#contact-details .detailsbox {margin-bottom: 40px;}
#contact-details {padding-bottom: 40px !important;}
#enquiry-now .fixedwidth .vc_column-inner {padding: 40px 15px;}
#enquiry-now h2 {margin-bottom: 5px !important;}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-number, .wpcf7-form textarea {font-size: 15px;}
#blog-section {padding-top: 40px !important; padding-bottom: 0px !important;}
.blogwrapper {gap: 60px 16px;}
.blogwrapper .blogbox .blogbtn {font-size: 15px;}
.blogwrapper .blogbox {
/* 	width: 48%; */
}
.blogwrapper .blogbox p {line-height: 1.4;}
.blogwrapper .blog_thumb img {height: 250px !important;}
.ab_wrap {padding-top: 20px;}
#about_details {padding-bottom: 40px !important;}
#about_details h2, #about_details p, #nose-work-classes p {text-align: center !important;}
#below_about {flex-direction: column-reverse; margin-top: 45px !important;}
#zigzag {padding-top: 40px !important; padding-bottom: 40px !important;}
#zigzag h3 {font-size: 25px; text-align: center !important; margin-top: 28px;}
#zigzag p {text-align: center !important;}
#zigzag.reverse .vc_row {flex-direction: column-reverse;}
#nose-work-classes {padding-bottom: 30px !important; padding-top: 35px !important;}
#nose-work-classes #zigzag {padding-top: 20px !important;}
#zigzag .list ul li {font-size: 16px;}
.list ul li:before {top: 7px; width: 10px; height: 10px;}
#banner.inner_banner {padding-top: 35px !important;}
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
#header_right .tel_content a {font-size: 0;  width: 30px; height: 30px; display: block; padding: 5px 5px 5px 50px !important;}	
#logo_sec img {width: 144px; height: 48px;}
.taptap-menu-button-wrapper {margin-top: 0px;}
#footer-nenu {display: block; text-align: center;}
#footer-nenu li a {
    font-size: 15px;
    padding: 5px 10px;
    display: block;
}
.footer_copyright p {font-size: 14px;}
.footerlogo img {width: 200px;}
.footer_innerwrap .gallery h2 {margin-bottom: 24px; text-align: center;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(1) {height: 175px;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(3) {height: 84px;}
.footer_innerwrap .gallery .wp-block-gallery figure:nth-child(2) {height: 84px;}
.footer_innerwrap .gallery .wp-block-gallery figure img {border-radius: 10px;}
.footer_innerwrap .logo-carousel {margin-top: 0;}
.footer_mainwrap {
    padding: 45px 20px 20px;
    background-image: linear-gradient(to bottom, #fff 20%, #004565 0%);
}
.blogwrapper .blogbox {width: 100%; text-align: center;}
}