@import url(font.css);

body {
    width: 100%;
    overflow-x: hidden;
}

section {
    width: 100%;
    overflow: hidden;
}

.more {
    display: none;
}

span.myBtn {
    font-weight: bold;
}

:root {
    --grey-first: #F9FAFB;
    --grey-second: #F3F4F6;
    --grey-third: #E5E7EB;
    --grey-fourth: #D1D5DB;
    --grey-fifth: #9CA3AF;
    --primary-one: #EBF1EE;
    --primary-two: #6C9B82;
    --primary-three: #327451;
    --primary-four: #1D3227;
    --primary-blue-one: #E4F0FB;
    --primary-blue-two: #9DC2E5;
    --primary-blue-three: #6095BF;
    --primary-blue-four: #1F4869;
    --primary-orane-one: #FDF4F1;
    --primary-orane-two: #FDF4F1;


}

.gx-5 {
    --bs-gutter-x: 6rem !important;
}

.gx-4 {
    --bs-gutter-x: 5rem !important;

}
h1 ,
h2,
h3,
h4,
h5,
h6{
	  font-family: 'Futura Hv BT';
}
h2 strong{

	  font-family: 'Futura Hv BT';
}
p , span , a , ul , li {
	font-family: 'Futura Bk BT';
}
ul.sub-menu li.current-menu-item a, ul.sub-menu li a:hover {
    color: #327441;
}
ul.sub-menu li.current-menu-item, ul.sub-menu li:hover {
    background: #E5FFF1;
    color: #327451;
}
ul.sub-menu li a {color:#4a4a4a; font-size:20px;
font-weight:400;}
.menu-item ul.sub-menu {
 	position: absolute;
   /* top: 100%;*/
    width: 220px;
    background-color: #fff;
   /* left: 0;*/
    z-index: 999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0;
}
ul.sub-menu li {
    padding: 0;
    list-style: none;
}
.menu-item:hover ul.sub-menu {    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);}




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

.primary-heading {
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 1.2;
    color: var(--primary-four);
}

.secondry-heading {
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--primary-four);
}

.small-title {
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #4A4A4A;
}

.description {
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #737373;
}

section {
    padding: 120px 0px;
}

a {
    font-family: Futura URW !important;
    font-weight: 400 !important;
}

span img {
    margin-top: -20px;
}

/********* header *********/
nav.navbar.navbar-expand-lg {
    background: #ebf1ee;
    padding: 30px 0px;
}

.header-btn a {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    padding: 15px 42px !important;
    background: #327451 !important;
    border-radius: 70px !important;
    text-decoration: none;
	transition:0.30s;
}

.header-btn a:hover:after, .header-btn .active:after {
display:none !important;
}
.nav-item {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    font-family: 'Futura Hv BT';
    padding: 0px 35px;

}

a.nav-link {
    color: #B4B4B4;
}

a.nav-link.active {
    color: #327451 !important;
}
li#menu-item-201 {
    border: 0;
}
.nav-link:focus,
.nav-link:hover {
    color: #327451 !important;

}


nav a {
    display: inline-block;
	position:relative;
}

.header-btn a:after{
display:none;
}

nav a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
   
    height: 4px;
    background-color: #327451;
    border-radius: 15px;
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
    opacity: 0;
}

nav a:hover:after , nav .active:after {
  opacity: 1;
}

nav a:hover span:after,
nav .active span:after {
    width: 100%;
}

a.navbar-brand:after {
    display: none;
}

button.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
    border: none !important;
}
ul.navbar-nav li {
    font-size: 20px;
    padding: 0px 20px;
}

/********* banner-section *********/
#banner {
    background: var(--primary-one);
}

.desktop-none {
    display: none;
}

br.desktop-none {
    display: none;
}

.banner-title {
    display: flex;
    gap: 65px;
    position: relative;
}

.banner-title-img {
    position: absolute;
    top: 0px;
    left: 0px;

}

.banner-title h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #9CA3AF;
    z-index: 1;
    padding-left: 32px;
    padding-top: 11px;
    font-family: 'Futura Bk BT';
}

.download-btn {
    display: flex;
    gap: 18px;
}



.review {
    font-family: 'FUTURA MD BT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #0F0F0F;
}

.banner-img {
    margin-top: 50px !important;


}

#banner h1 {
    margin-top: 40px;
    margin-bottom: 30px;
}

#banner p {
    margin-top: 10px;
    margin-bottom: 40px;
}


.rating-star {
    margin-top: 20px;
    margin-bottom: 18px;
}

#banner .container {
    position: relative;
}

.bone {
    position: absolute;
    top: -62px;
    right: 424px;
}

.simple-foot {
    position: absolute;
    right: 385px;
    bottom: 22px;
}

.small-foot {
    position: absolute;
    top: -10px;
    right: 695px;
}

.heart-foot {
    position: absolute;
    top: -12%;
    right: 47px;
}

.dog-logo {
    position: absolute;
    right: 213px;
    bottom: 58px;
}

img.rating-profile-img {
    position: absolute;
    bottom: 0;
    right: 40%;
}

/********* banner-section-end *********/

/********* easy-steps-section *********/
.easy-step-heading {
    text-align: center !important;
    margin-bottom: 60px;
}

.card-title {
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 70px;
    color: #FFFFFF;
}

.card {
    background: var(--primary-one) !important;
    border-radius: 20px !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    z-index: 2;

}

.card-back-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.card-body {
    padding: 30px !important;
}

.card-text {
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #737373;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px !important;
}

img.card-img {
    max-width: 60%;
}

.card-title-img {
    text-align: center;
}

/* .card.down-card {
    margin-top: 80px;
} */
 .col-4:nth-last-child(2) .card {
   margin-top: 80px;
}
#easy-step .container {
    position: relative;
}

img.easy-step-arrow-one {
    position: absolute;
    top: 460px;
    left: 400px;
}

img.easy-step-arrow-two {
    position: absolute;
    top: 343px;
    right: 394px;
}



/********* easy-steps-section-end *********/

/********* third-section *********/
#third-sec {
    background: var(--primary-one);
    padding: 50px 0px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

img.third-sec-line-img {
    position: absolute;
    top: -93px;
    z-index: -1;
    width: 100%;
}

/********* third-section-end *********/

/********* service-section *********/
section#services {
    padding: 10px 0px;
}

.services-title {
    text-align: center !important;
    margin-bottom: 93px;
    padding-top: 100px;
}

#services .container {
    background-image: url(../img/service-sec-background-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 29px;
}

.services {
    display: flex;
    background: #D4E4DC;
    padding: 24px 18px;
    border: 22px solid #EFF5F2;
    border-radius: 50px 120px 120px 50px;
    gap: 15px;
    width: 37%;
}

.services:nth-child(even) {
    margin-left: auto;
}

.thirdry-heading {
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--primary-four);
}

.services-heading p {
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    margin: 0;
}

img.service-line-img {
    position: absolute;
    top: 480px;
    right: 366px;
    width: 45%;
    z-index: -1;
}

img.service-line-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.row.align-items-center.desktop-none {
    display: none;
}

/********* service-section-end *********/

/********* love-pets-section *********/
section#love-pets {
    z-index: 10 !important;
    padding-bottom: 0px;
}

#love-pets .container {
    position: relative;
    z-index: 4;
}

.love-pets-heading {
    text-align: center;

}

.cat-dog {
    text-align: center;
    background-color: var(--primary-one);
    overflow: hidden;
    margin-top: 35px;
}

/********* love-pets-section-end *********/

/********* fizgig-section *********/
#fizgig {
    position: relative;
    overflow: hidden;
}

img.fizgig-background-lines {
    position: absolute;
    top: 0;
    width: 75%;
    z-index: -1;
}

.fizgig-heading h2 {
    margin-bottom: 60px;
}

.fizgig-card-heading h3 {
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--primary-four);
}



/********* fizgig-section-end *********/



/********* blog -section *********/
#fizgig-blog {
	position:relative;
	overflow:hidden;
}
.blog-img {
   
   margin-bottom: 30px; 
}
.blog-title h3 {
    font-size: 24px;
    /* padding-bottom: 5px; */
}
.blog-img img{
	 border-radius: 15px;
	 height: 260px;
    object-fit: cover;
   
}
.read-more {
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #737373;
    text-decoration: none;
}

/********* blog -section end*********/
/********* download-app-section *********/
.app-card {
    background-image: url(../img/bgm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 100px;
    border-radius: 30px;

}

img.phones {
    margin-top: -91px;
}

.app-card h2 {
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    color: var(--primary-four);
    margin-bottom: 50px;
}

.app-card h2 span {
    font-size: 55px;
}


/********* download-app-section-end *********/

/********* team-section *********/
section#team {
    padding: 10px 0;
    overflow: hidden;
}

img.member {
    width: 100%;
    border: 10px solid var(--primary-one);
    border-radius: 50%;
}

.member-name h4 {
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;

    color: #0F0F0F;
    margin-top: 15px;
    margin-bottom: 9px;
}

.member-name h5 {
    font-family: 'Futura Bk BT';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;

    color: #8C8C8C;
}

.row.row-cols-md-4.row-cols-2.team-card {
    margin-top: 60px;
}

.team-card .col {
    margin-bottom: 30px;
    padding: 0px 30px;
}

/********* team-section-end *********/


/********* feedback-form-section *********/
#feedback {
    padding: 60px 0px;
    background-color: var(--primary-one);
}

img.feedback-form-dog {
    width: 100%;
}

.feedback-form {
    padding: 50px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 #f1f1f1, 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.feedback-form textarea {
    resize: none;
}
.form-tag:focus-visible {
    outline-color: #327451 !important;
}

.feedback-form .form-control {
    background-color: var(--primary-one);
    padding: 15px 20px;
    margin-bottom: 25px;
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #A7A7A7;
}

button.btn.header-btn a{
    width: 100%;
    border-radius: 10px !important;
    margin-top: 50px;
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-two) !important;
    outline: 0;
    box-shadow: none !important;
}

.form-tag {
    width: 100%;
    background-color: var(--primary-one);
    padding: 15px 20px;
    margin-bottom: 25px;
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #A7A7A7;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    padding: 15px 45px !important;
    background: #327451 !important;
    border-radius: 10px;
    border: none;
    width: 100%;
	margin-top:50px
}
div#wpcf7-f167-p171-o1 {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px;
}

#text-area {
    resize: none;
}

#wpcf7-f167-o1 {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
}
#wpcf7-f167-o1 p{
	margin-bottom: 0px;
}

.wpcf7-spinner {
    position: absolute !important;
}



/********* feedback-form-section-end *********/

/********* footer-section *********/
footer {
    padding: 70px 0px 30px;
}

.footer-list ul {
    list-style-type: none;
    display: flex;
    gap: 45px;
    justify-content: end;
}

.footer-list ul li a {
    text-decoration: none;
    font-family: 'Futura Hv BT';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #B4B4B4;
}

.row.footer-icon {
    margin-top: 40px;
}

.social-media {
    display: flex;
    justify-content: end;
    gap: 40px;
}

/********* footer-section-end *********/

/********* media-query *********/

@media screen and (max-width: 1399px) {
	
/* 	blog page  */
	.blog-img img {
    height: 200px;
}
.blog .blog-title h3 {
    font-size: 18px ;
}	
	
	
    section {
        padding: 100px 0px;
    }

    .primary-heading {

        font-size: 55px;
    }

    .small-title {
        font-size: 22px;

    }

    .secondry-heading {
        font-size: 40px;

    }

    .description {

        font-size: 15px;

    }

    /* banner-section */
    #banner h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    span img {
        margin-top: -13px;
    }

    .bone {
        top: -58px;
        right: 323px;
        width: 6%;
    }

    .small-foot {
        top: 10px;
        right: 590px;
    }

    .heart-foot {
        top: -10%;
    }

    .simple-foot {
        right: 28%;
        bottom: 1%;
    }

    .dog-logo {
        right: 14%;
        bottom: 7%;
    }

    .download-btn a img {
        width: 85%;
    }

    .download-btn a {
        margin-right: -35px;
    }

    /* banner-section-end */

    /* easy-step-section */
    .card-title {
        font-size: 70px;
    }

    .card-text {

        font-size: 22px;

    }

    img.easy-step-arrow-one {
        top: 441px;
        left: 339px;
    }

    img.easy-step-arrow-two {
        right: 333px;
    }

    .services {
        width: 42%;
    }



    .thirdry-heading {

        font-size: 18px;

    }

   

    /* easy-step-section-end */

    /* service-section */
    .services-title {

        padding-top: 94px;
    }

   


img.service-line-img {
    top: 476px;
    right: 291px;
    width: 51%;
}

    /* service-section-end */


    /* fizgig-section */

    .fizgig-card-heading h3 {

        font-size: 24px;
    }


    /* fizgig-section-end */

    /* download-app-section */
    img.phones {
        margin-top: -76px;
    }

    .app-card h2 {

        font-size: 68px;

    }

    .app-card h2 span {
        font-size: 50px;
    }

    section#download-app {
        padding: 80px 0px;
    }

    /* download-app-section-end */

    /* feedback-form-section */

    .feedback-form {
        padding: 30px 20px;
    }

    .feedback-form .form-control {
        margin-bottom: 20px;
    }

    button.btn.header-btn {
        margin-top: 30px;
    }

    /* feedback-form-section-end */

    /* footer-section */

    footer {
        padding: 60px 0px 20px;
    }

    .row.footer-icon {
        margin-top: 20px;
    }

}

/******** max-width: 1399px-end *********/

/******** max-width: 1199px *********/

@media screen and (max-width: 1199px) {
	
	
/* 	blog page css */
	.blog-img img {
    height: 180px;
}
	.blog .blog-title h3 {
    font-size: 16px !important;
}
nav .header-btn a {

    padding: 15px 35px !important;

}
    section {
        padding: 80px 0px;
    }

    .nav-item {
        font-size: 18px;
        padding: 0px 20px;

    }

    .secondry-heading {
        font-size: 34px;
    }

    h2.secondry-heading span img {
        width: 5%;
    }

    .gx-5 {
        --bs-gutter-x: 3rem !important;
    }

    /* banner-section */
    .banner-title h5 {
        font-size: 18px;
        padding-left: 42px;

    }

    .primary-heading {
        font-size: 42px;
        line-height: 1.2;
    }

    h1.primary-heading span img {
        width: 12%;
    }

    .small-title {
        font-size: 20px;
    }

    #banner p {
        margin-bottom: 20px;
    }

    .download-btn a img {
        width: 70%;
    }

    .download-btn a {
        margin-right: -65px;
    }

    .rating-star {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .small-foot {
        right: 475px;
    }

    .bone {

        right: 284px;

    }

    .simple-foot {
        right: 257px;
        bottom: 18px;
    }

    .dog-logo {
        right: 134px;
        bottom: 50px;
    }

    .rating-profile-img {
        width: 20%;
        bottom: 8% !important;
    }

    /* banner-section-end */

    /* easy-step-section */

    .card-title {
        font-size: 60px;
    }

    .card-text {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 30px !important;
    }


    img.easy-step-arrow-one {
        top: 390px;
        left: 297px;
        width: 4%;
    }

    img.easy-step-arrow-two {
        top: 300px;
        right: 294px;
        width: 4%;
    }

    /* easy-step-section-end */

    /* service-section */
    .service-line-img {
    top: 410px !important;
    right: 285px !important;
    width: 50% ;
    height: 57%;
}

	.services {
    width: 48%;
}

    .services-title {
        margin-bottom: 70px;
    }

    .services-img img {
        width: auto;
        height: 80px;
    }

    /* service-section-end */
    .love-pets-heading p br {
        display: none;
    }

    section#love-pets {
        margin-top: -60px;
    }

    /* fizgig-section */
    .fizgig-card-heading h3 {
        font-size: 21px;
    }

    /* fizgig-section-end */

    /* download-app-section */
    .app-card h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }

    .app-card h2 span {
        font-size: 42px;
    }

    /* download-app-section-end */

    /* feedback-form-section */
    #wpcf7-f167-o1 {
    padding: 25px 20px;
    border-radius: 16px;
}
	.form-tag {
    margin-bottom: 20px;
    font-size: 16px;
}

   input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 30px;
}

    /* feedback-form-section-end */

    /* footer-section */
    .footer-list ul li a {

        font-size: 18px;

    }

    .footer-list ul {
        gap: 65px;
    }

    .social-media img {
        width: 80%;
    }

    .social-media {
        gap: 30px;
    }
}

/******** max-width: 1199px-end *********/

/******** max-width: 991px *********/

@media screen and (max-width: 991px) {
	
/* 	 blog setion */
	.blog-img img {
    height: 140px;
}
.blog .gx-4 {
    --bs-gutter-x: 2rem !important;
}	
	
    section {
        padding: 60px 0px;
    }

    .description {
        font-size: 15px;
        line-height: 1.5;
    }

    .secondry-heading {
        font-size: 25px;
    }

    /*** header***/
    nav.navbar.navbar-expand-lg {
        padding: 15px 0px;
    }


    /* banner-section */
    .banner-title h5 {
        font-size: 15px;
        padding: 9px;
        padding-left: 23px;
    }

    .banner-title-img {
        width: 66%;
    }

    img.cat-img {
        width: 75%;
        padding-left: 5px;
    }

    .banner-title {
        gap: 0;
    }

    .primary-heading {
        font-size: 34px;
    }

    #banner h1 {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .small-title {
        font-size: 18px;
    }

    .bone {
        right: 200px;
        top: 0;
    }

    .small-foot {
        top: 30px;
        right: 335px;
    }

    .heart-foot {
        top: -7%;
        right: 17px;
        width: 8%;
    }

    .simple-foot {
        right: 28%;
        bottom: 15%;
        width: 5%;
    }

    .dog-logo {
        right: 97px;
        bottom: 19%;
        width: 4%;
    }

    .rating-profile-img {
        width: 18%;
        bottom: 17% !important;
        right: 39% !important;
    }

    /* banner-section-end */

    /* easy-step-section */
  
	
	#easy-step .col-4:nth-last-child(2) .card {
   margin-top: 65px;
}

    .card-title {
        font-size: 50px;
    }

    .card-body {
        padding: 16px !important;
    }

    .card-text {
        margin-bottom: 20px !important;
    }

    img.easy-step-arrow-one {
        top: 350px;
        left: 218px;
        width: 5%;
    }

    img.easy-step-arrow-two {
        top: 273px;
        right: 217px;
        width: 5%;
    }

    /* easy-step-section-end */
    #third-sec {
        background: var(--primary-one);
        padding: 30px 0px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    /* service-section */
    .services-title {
        padding-top: 40px;
    }

    .row.align-items-center.mobile-none {
        display: none;
    }

    .row.align-items-center.desktop-none {
        display: unset;
    }

    .mobile-none {
        display: none;
    }

    .desktop-none {
        display: unset;
    }

    .services-img img {
        width: auto;
        height: 75px;
    }

    .services {
        margin-bottom: 30px;
        width: 60% !important;
        padding: 14px 10px;
    }

    .services:nth-child(even) {
        margin-left: auto;

    }

    img.service-line-img-2 {
        position: absolute;
        top: 26%;
        right: 25%;
        z-index: -1;
        width: 56%;
        height: 61%;
    }


    /* service-section-end */
    section#love-pets {
        padding: 0;
        margin-top: 0;
        z-index: 10 !important;
    }

    /* fizgig-section */



    .fizgig-card-heading h3 {
        font-size: 18px;
    }

    /* fizgig-section-end */

    /* download-app-section */
    .row.align-items-center.app-card {
        padding: 15px 30px;
    }

    .app-card h2 span {
        font-size: 38px;
    }


    .app-card h2 {
        font-size: 50px;
        margin-bottom: 25px;
        line-height: .9;
    }

    /* download-app-section-end */
    /* team-section */
    .row.row-cols-md-4.row-cols-2.team-card {
        margin-top: 35px;
    }

    .member-name h4 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
	.team-card .col {
    margin-bottom: 30px;
    padding: 0px 10px;
}

    /* team-section-end */
    /* feedback-form-section */
    .feedback-form .form-control {
        padding: 7px 7px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* feedback-form-section-end */
    .footer-list ul {
        gap: 40px;
    }

    .footer-list ul li a {
        font-size: 16px;
    }

    .social-media img {
        width: 75%;
    }

}

/******** max-width: 991px-End *********/

@media screen and (max-width: 767px) {
.blog{
    padding-top: 0;
}
	.blog-img img {
    height: 220px;
}
	.blog .fizgig-card {
    max-width: 60%;
    margin: auto;
    margin-bottom: 20px;
}
	.blog .blog-title h3 {
    font-size: 18px !important;
}
    .gx-5 {
        --bs-gutter-x: 2.5rem !important;
    }
a.nav-link.active {
    display: inline-block;
}
    h2.secondry-heading span img {
        width: 6%;
    }
.ms-auto ul{
  padding-left:0;
}
	ul.navbar-nav.ms-auto li{
  text-align:center;
	}
	li#menu-item-201 {
    display: block;
}
    /* banner-section */
    .banner-title {
        gap: 10px;
        justify-content: center;
    }

    .banner-title h5 {
        font-size: 16px;
        padding: 0;
    }

    .banner-title-img {
        position: absolute;
        top: 3px;
        left: 123px;
    }

    .banner-title-img {
        width: 40%;
        top: -8px;
        left: 98px;
    }

    img.cat-img {
        width: 100%;
        margin-top: -13px;
    }

    #banner .col-md-5.col-12 {
        text-align: center;
    }

    br.desktop-none {
        display: unset;
    }

    br.mobile-none {
        display: none;
    }

    .primary-heading {
        font-size: 32px;
    }

    h1.primary-heading span img {
        width: 7%;
        margin-top: -10px;
    }

    #banner h1 {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .download-btn {
        gap: 12px;
        justify-content: center;
    }

    .download-btn a {
        margin-right: 0;
    }

    .download-btn a img {
        width: 100%;
    }

    .rating-star {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .baner-img {
        margin-top: 30px;
    }

    .bone {
        right: 234px;
        top: 435px;
    }

    .small-foot {
        top: 430px;
        right: 431px;
    }

    .heart-foot {
        top: 414px;
        right: 33px;
    }

    .simple-foot {
        right: 239px;
        bottom: -3%;
        width: 6%;
    }

    .dog-logo {
        right: 35px;
        bottom: -2%;
        width: 5%;
    }

    .rating-profile-img {
        right: 67% !important;
        bottom: 1% !important;
        width: 30%;
    }

    /* banner-section-end */
    /* easy-step-section */
    .secondry-heading {
        font-size: 26px;
    }

    .easy-step-heading {
        margin-bottom: 30px;
    }

    .card-body {
        padding: 9px !important;
    }

    .card {
        border-radius: 6px !important;
    }

  
	#easy-step .col-4:nth-last-child(2) .card {
     margin-top: 40px;
}

    .card-title {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 !important;
    }

    .card-text {
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 2px !important;
        line-height: 1.2;
    }

    img.easy-step-arrow-one {
        top: 225px;
        left: 165px;
    }

    img.easy-step-arrow-two {
        top: 177px;
        right: 161px;
    }

    img.fizgig-background-lines {
        display: none;
    }

    /* easy-step-section-end */

    /* fizgig-setting-app-section */
    .third-sec-heading {
        text-align: center;
    }

    /* fizgig-setting-app-section-end */
    /* service-section */
    .services-title {
        padding-top: 60px;
        margin-bottom: 30px;
    }

    .services {
        margin-bottom: 25px;
        width: 80% !important;
    }


    img.service-line-img-2 {
        top: 22%;
        right: 7%;
        width: 80%;
        height: 64%;
    }



    /* service-section-end */
    /* fizgig-section */
    .fizgig-card-heading h3 {
        font-size: 24px;
        margin: 12px 0px;
    }

    /* fizgig-section-end */

    /* download-app-section */
    .app-card h2 {
        font-size: 40px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .app-card h2 span {
        font-size: 32px;
    }

    .row.align-items-center.app-card {
        text-align: center;
    }

    img.phones {
        margin-top: 14px;
    }

    .app-card {
        background-image: url(../img/bgm-mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

    }

    /* download-app-section-end */
    /* feedback-form-section */
    img.feedback-form-dog {
        width: 100%;
        display: none;
    }

    .row.align-items-center.app-card {
        padding: 30px 15px;
    }

    #feedback .container {
        text-align: center;
    }

    .feedback-form .form-control {
        padding: 10px 11px;
        margin-bottom: 17px;
        font-size: 14px;
    }

    #feedback {
        padding: 40px 0px;
    }

    /* feedback-form-section-end */
    footer .container {
        text-align: center;
    }

    .col.header-logo {
        width: 100%;
    }

    .footer-list ul {
          gap: 30px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 10px;
}
    

    .social-media {
        justify-content: center;
        gap: 20px;

    }

    .copyright p.description {
        margin-top: 40px;
    }

    /* footer-section-end */
}

/******** max-width: 767px-End *********/

@media screen and (max-width: 575px) {
	.blog{
		padding-top:50px;
		padding-bottom:0;
	}
	.blog .fizgig-card {
    max-width: 100%;
}
	
	
    .gx-5 {
        --bs-gutter-x: 2rem !important;
    }

    /* banner-section */
    .banner-title-img {
        width: 53%;
        top: -1.5%;
        left: 8%;
    }

    #banner {
        padding: 40px 0px;
    }

    

    a.app-store {
        text-align: end;
    }

    a.play-store {
        text-align: initial;
    }

    .bone {
        right: 172px;
        top: 435px;
    }

    .heart-foot {
        top: 422px;
    }

    .small-foot {
        top: 440px;
        right: 329px;
        width: 6%;
    }

    .simple-foot {
        right: 192px;
        bottom: 5px;
    }

    /* easy-step-section */
    img.easy-step-arrow-one {
        top: 215px;
        left: 128px;
    }

    img.easy-step-arrow-two {
        top: 177px;
        right: 128px;
    }


    .secondry-heading {
        margin-bottom: 20px;
    }

    /* easy-step-section */

    /* service-section */

    .services-title {
        padding-top: 60px;
    }

    .thirdry-heading {
        font-size: 12px;
        margin: 0;
    }

    .services-heading p {
        font-size: 12px;
        line-height: 1.4;
        padding-top: 4px;
    }

    .services {
        gap: 5px !important;
        border: 15px solid #EFF5F2;
        margin-bottom: 30px;

    }

    .services-img img {
        height: 45px;
    }

    .services-title {
        margin-bottom: 14px;
    }

    img.service-line-img-2 {
        top: 25%;
        right: 11%;
        width: 67%;
        height: 60%;
    }

    #services .container {
        max-width: 95%;
    }


    /* service-section-end */
    /* fizgig-section */
    .fizgig-heading h2 {
        margin-bottom: 30px;
    }

    img.third-sec-line-img {
        top: 108px;
    }

    /* fizgig-section-end */

    /* download-app-section */
    .app-card h2 {
        font-size: 32px;
        line-height: 1;
    }

    .app-card h2 span {
        font-size: 26px;
    }

    section#download-app {
        padding: 0px 20px;
    }

    section#team {
        padding: 60px 0;
    }
	
    .about-us-desc {
    padding-top: 20px !important;
}
	.team-card .col {
    padding: 0px 15px;
}
}



@media screen and (max-width: 420px) {
    img.cat-img {
        width: 80%;
    }

    .banner-title-img {
        width: 53%;
        top: -2%;
        left: 8%;
    }

    img.easy-step-arrow-one {
        left: 30%;
    }

    img.easy-step-arrow-two {
        right: 31%;
    }

    .row.align-items-center.app-card {
        padding: 30px 10px;
    }

    .rating-profile-img {
        right: 67% !important;
        width: 28%;
    }

    .simple-foot {
        right: 192px;
        bottom: -12px;
    }

    section#love-pets {
        margin-top: -30px;
    }
}


/* psrivacy ploy page */
section.defaultPageContent {
    padding-bottom: 20px;
}
section.defaultPageContent h1.wp-block-heading{
    margin-bottom: 20px;
}
section.defaultPageContent li {
    padding-bottom: 10px;
}
section.defaultPageContent a {
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #737373;
}

/* blog page  */

/* blog page css code */


.blog-sec .fizgig-card {
    margin-bottom: 40px;
}
.blog {
    padding-bottom: 0;
}
.blog .fizgig-card {
    margin-bottom: 40px;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    margin-top: 50px !important;
	align-items:center;
}
.page-numbers {
    padding: 15px 20px;
    font-size: 25px;
    text-decoration: none;
    background: #ebf1ee;
    margin: 5px;
    line-height: 1;
    color: #000;
    border-radius: 6px;
}
.page-numbers:hover{
	 background-color: #327451;
    color: #fff;
}
.page-numbers.current {
    background-color: #327451;
    color: #fff;
}

.single-blog-left p{
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: #737373;
}
/******************Pet Day Care CSS**********/
.container.social_container_css {
    max-width: 1175px;
}
.page-id-1215 .personalized_care_css p.description.sec-des {
    width: 88%;
}
p.description.mob-desx.pdcnewdescls {
    width: 85%;
}
h4.small-title.sub-title.pdcnewsubhcls {
    width: 93%;
}
img.img-fluid.pdcnheroimgcss {
    max-width: 144%;
    margin-top: -85px;
    margin-left: -138px;
}
img.peace-of-sec-img.img-fluid {
    margin: 95px 12px 0;
    padding: 0;
    background: url(/wp-content/uploads/2023/09/Rectangle-4223.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
p.description.newdesfeedcss {
    padding-top: 0px !important;
}
section.flexbleimgscecss {
    padding: 0;
    text-align: center;
    margin: 0 auto -87px;
    padding-top: 70px;
}
.flexible_sec_css{background-color: #F4FEFF; padding:70px 0;}
.peace_of_mind_heading {
    padding: 71px 75px 81px 45px;
}

div#peace-_mindcss {
    border-radius: 27px;
    background: #327451;
}
img.mobilepomimg {
    display: none;
}
section#easy-step\ care-planer {
    padding-bottom: 0;
}
.desktopcarecss.aos-init.aos-animate, .mobilenewdropcarecss {
    margin: 0 auto;
    text-align: center;
}
.mobilecarecss, .mobilenewdropcarecss  {display:none;}

@media (min-width:200px) and (max-width:766px)
{
	.mobilecarecss, .mobilenewdropcarecss  {display:block;}
	.desktopcarecss, .desktopdropcarecss   {display:none;}
	
	.col-md-6.tail-col5.flexibuttoncss button.btn.btn.stress-btn.mobbtn {
    display: block !important;
    text-align: center;
    margin: 0 auto;
}
	img.mobilepomimg {
    display: block;
}
	img.desktopomimg {
    display: none;
}
	.page-id-1215 .personalized_care_css p.description.sec-des {
    width: 100%;
}
	p.description.mob-desx.pdcnewdescls {
    width: 100%;
}
h4.small-title.sub-title.pdcnewsubhcls {
    width: 100%;
}
	img.img-fluid.pdcnheroimgcss {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
}
	.col-md-3.socialization_imagecss {
    width: 50%;
    margin-bottom: 24px;
}
	.flexible_sec_css {
    background-color: #F4FEFF;
    padding: 70px 0 10px;
    margin-bottom: 50px;
}
	.flexible_sec_css .tail-col7 .third-sec-img {
    padding: 0 0 0 0;
}
	section#peaceof_mind  {
    padding: 0 20px 60px;
}
	.peaceof_mind div#peace-_mindcss {
    border-radius: 7.955px;
    background: #327451;
}
	.peace_of_mind_heading button.btn.btn.peace-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
}
	section.flexbleimgscecss {
    padding: 0;
    text-align: center;
    margin: 0 auto -26px;
    padding-top: 50px;
}
	.peace_of_mind_heading {
    padding: 40px 0 0px 0;
}
	img.peace-of-sec-img.img-fluid {
		margin: 00px 20px -40px; }
}

@media (min-width:767px) and (max-width:990px)
{
	.container.social_container_css {
    padding-top: 30px;
}
	.page-id-1215 .personalized_care_css p.description.sec-des {
    width: 100%;
}
	.peaceof_mind .col-md-7, .peaceof_mind .col-md-5 {
    width: 100%;
}
	p.description.mob-desx.pdcnewdescls {
    width: 100%;
}
h4.small-title.sub-title.pdcnewsubhcls {
    width: 100%;
}
	img.img-fluid.pdcnheroimgcss {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
}
	.col-md-5.col-12.dwbnrtwobcss.aos-init.aos-animate {
    width: 100%;
}
section#peaceof_mind {
    padding: 80px 20px 70px;
}
	.peaceof_mind div#peace-_mindcss {
    border-radius: 7.955px;
    background: #327451;
}
	.peace_of_mind_heading button.btn.btn.peace-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
}
	.peace_of_mind_heading {
    padding: 70px 45px 0;
}
	section.news-banners.pbsersecss.pdcbgimgcss {
    padding-bottom: 60px !important;
}
	.peaceof_mind .col-md-5.peace_mindcss.aos-init.aos-animate {
    padding: 0 25px 0;
    margin: 0 18px 0;
}
section#peaceof_mind {
    text-align: center;
}
	.flexible_sec_css h2.secondry-heading.sec-mob-head {font-size:35px !important; letter-spacing: -1px;}
	.container.social_container_css {padding:20px 50px 0;}
	section.flexible_sec_css .third-sec-heading.aos-init.aos-animate {padding-bottom:0 !important;}
}
@media (min-width:991px) and (max-width:1024px)
{
	.container.social_container_css {
    padding-top: 30px;
}
	img.img-fluid.pdcnheroimgcss {
    max-width: 146%;
    margin-top: -32px;
    margin-left: -108px;
}
	.peace_of_mind_heading {
    padding: 45px 11px 45px 45px;
}
}
.mobiledropcarecss  {display:none;}


/******************End Pet Day Care CSS**********/
/******************Dog Walking CSS**********/
/*.row.exrcrowcss {
    flex-wrap: nowrap;
}*/
p.description.sec-des.excrsocilcss {
    width: 72%;
}
p.description.sec-des.flexdescss {
    width: 82%;
}
img.img-fluid.dwheroimgcss {
    max-width: 112%;
	margin-top:-24px;
}
section.convenient_scheduling.exercise_and_playtimecss {
    background: #F8F8F8 !important;
    padding: 70px 0 40px !important;
}
section.news-banners.pbsersecss.dwbgimgcss {
    background: url(/wp-content/uploads/2023/09/Group-1.png);
     background-size: contain;
    padding: 100px 0;
    background-position: bottom right;
    background-repeat: no-repeat;
}
div#customization_dogcss {
    background-color: #F4FEFF;
	background-image:url(/wp-content/uploads/2023/09/newdgb.png);
    padding: 24px 65px 0;
	border-radius:40px;
	background-repeat:no-repeat;
}
.flexible_scheduling p.description.sec-des {
    margin-bottom: 30px;
}

section.exercise__countercss {
    padding: 70px 0 0 !important;
}
.col-md-4.exrcoldivcss {
    display: grid;
    border-radius: 23px;
    border: 1px solid #E4E4E4;
    background: #F9F9F9;
    padding: 20px;
    grid-template-columns: 1fr 2.5fr;
}
.container.exercise_containercss .row.exrcrowcss {
    box-shadow: 0px 15px 40.66px 0px rgba(110, 110, 110, 0.10);
    margin: 0 0 43px;
        border-radius: 27px;
    padding: 40px
}
.col-md-4.exrcoldivcss.align-items-center {
    width: 31%;
    margin: 0 12px;
}
.exrsubtextcss p  {
	color: #0F2A39;
font-family: 'Lato',sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21.176px; /* 132.352% */
text-transform: capitalize;
	margin-bottom:2px;
	
}
section#flexible_scheduling {
    padding-top: 70px;
}
.subexcss {opacity: 0.5;}
.exrsubtextcss p strong {
	 color: #0F2633;
    font-family: 'Lato',sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 32.676px;
    text-transform: capitalize;
}
.exrsubtextcss p strong span {
	color: #009245;
}


@media (min-width:200px) and (max-width:766px)
{
	.dwbnronebcss {
    padding: 0 30px !important;
}
	p.description.sec-des.excrsocilcss {
    width: 100%;
}
	p.description.sec-des.flexdescss {
    width: 100%;
}
	img.img-fluid.dwheroimgcss {
    max-width: 100%;
		margin-top:0;
}
	.exrsubtextcss p strong {
		font-size: 18.025px !important;
	line-height: 21.036px;}
.exrsubtextcss p {font-size: 10.3px; line-height: 13.633px;	
	}
.col-md-4.exrcoldivcss {
   grid-template-columns: 1fr 2.5fr;
	padding:10px 20px;
}
	.col-md-4.exrcoldivcss.align-items-center img {
    width: 65px;
}
	div#customization_dogcss {
    background-color: #F4FEFF;
    background-image: url(/wp-content/uploads/2023/09/Vector-1.png);
    padding: 40px 20px 0 !important;
    border-radius: 40px;
	width:90%;
        background-repeat: no-repeat;
    background-position: top;
}
.col-md-4.exrcoldivcss.align-items-center {
    width: 100%;
    margin: 0 auto 25px;
	height:120px;
}
	section.convenient_scheduling.exercise_and_playtimecss {
    background: #F8F8F8 !important;
    padding: 40px 0 !important;
}
	.container.exercise_containercss .row.exrcrowcss {
    box-shadow: 0px 15px 40.66px 0px rgba(110, 110, 110, 0.10);
    margin: 0px 0 41px;
    border-radius: 27px;
    padding: 35px 24px 15px;
}
	section.news-banners.pbsersecss.dwbgimgcss{padding:70px 0;}
}


@media (min-width:767px) and (max-width:990px){
		.dwbnronebcss {
    width: 100% !important;
}
	p.description.sec-des.excrsocilcss {
    width: 92%;
}
	section.news-banners.pbsersecss.dwbgimgcss {padding:70px 0;}
	p.description.sec-des.flexdescss {
    width: 92%;
}
	img.img-fluid.dwheroimgcss {
    max-width: 100%;
		margin-top:0;
}
	.col-md-4.exrcoldivcss.align-items-center {
    width: 100%;
    margin: 0 auto 25px;
}
	.col-md-6.col-12.dwbnrtwobcss.aos-init.aos-animate {
    width: 100%;
}
	.container.exercise_containercss .row.exrcrowcss {
    box-shadow: 0px 15px 40.66px 0px rgba(110, 110, 110, 0.10);
    margin: 0px 0 41px;
    border-radius: 27px;
    padding: 35px 24px 15px;
}
}
@media (min-width:991px) and (max-width:1200px){
.col-md-4.exrcoldivcss.align-items-center {
    width: 31.2%;
    margin: 0 9px;
	}
	img.img-fluid.dwheroimgcss {
    max-width: 100%;
}
}
/************** End Dog walking Css *********/
/******************pet boarding css *****/
img.footiconcss {
    padding: 0 !important;
    }
.personalized_care_css p.description.sec-des {
    width: 100%;
}
.home_likecss p.description.sec-des {
    width: 97%;
}
p.secss-dess.open_communicatiodes {color:#000 !important}
div#open_communicationcss {
    background: #F4FEFF;
    border-radius: 27px;
	padding:30px 0;
}
button.btn.btn.stress-btn.mobbtn {display:none;}
.col-md-3.pcaimgsecss img {
    position: relative;
    top: -80px;
    z-index: -1;
}
.pcamainhedgcss {
    padding: 14px 18px 0;
}
section#comfortable_care {
    background: #F4FEFF;
}
section#personalized_care_css {
    padding:00px 0 0;
}
section#comfortable_care {
    padding: 60px 0;
}
section#open_communication {padding:60px 0 15px !important}
img.pbheroimgcss {
    width: 130%;
    margin-top: -155px;
    margin-left: -26px;
}
p.pcasubhedgcss {
    color: #8B9796;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
h4.pcahedgcss {
    color: #000;
    font-family: 'Lato',sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
	 line-height: 31.676px;
	margin-bottom:0;
}
.mobileimg {
    display: none;
}
.col-md-4.tail-col7.comfortacimgcss.aos-init.aos-animate {
    padding: 0 0px;
}

@media (min-width:200px) and (max-width:760px)
{
	.convenient_scheduling.home_likecss .container {
    padding: 50px 20px !important;
}
	.pbsersecss h1.primary-heading.pri-heading-mobile {padding: 0 5px; }
	.col-md-4.tail-col7.comfortacimgcss.aos-init.aos-animate {
    padding: 0 15px;
}
	#comfortable_carecss h2.secondry-heading.sec-mob-head {padding:0 5px !important}
	section#personalized_care_css {
    padding-top: 10px;
}
.pbbnronebcss {
    padding: 0 30px !important;
}
.pbbnrtwobcss {
    margin: -85px auto !important;
}
	.pbsersecss .container {padding:0 !important;}
	.desktopimg {display:none; }
	.mobileimg {
    display: block;
		width:100%;
}
	div#open_communicationcss {
    background: #F4FEFF;
    border-radius: 27px;
    padding: 30px 20px !important;
    margin: 0 15px;
    width: 92%;
}
	div#open_communicationcss h2.secondry-heading.open_communicatioing.sec-mob-head {
    padding: 0;
}
	.open_communication_heading button.btn.btn.stress-btn.deskbtn {
    display: none;
}
	.pcamainhedgcss {
    padding: 14px 12px 0;
}
	img.pbheroimgcss {
    margin-top:0;
    width: 100%;
}
	.news-banners.pbsersecss {padding-bottom:0 !important;}
	h4.pcahedgcss {
   font-size: 15px;
line-height: 19.213px;
}
p.pcasubhedgcss {
    font-size: 12px;
    line-height: 160%;
	margin-bottom:0;
}
.col-md-3.pcaimgsecss {
    width: 50%;
    margin-bottom: -26px;
    padding: 7px;
}
	.col-md-3.pcaimgsecss img {
    position: relative;
    top: -42px;
    z-index: -1;
}
	section#comfortable_care {
    margin: 20px auto 50px;
    width: 90%;
    border-radius: 15px;
    padding: 30px 0 !important;
}
	.tail-col5css button.btn.btn.stress-btn {
    text-align: center;
    margin: 0 auto;
}
	.col-md-4.open_communicationcss {
    text-align: center;
}
}

@media (min-width:761px) and (max-width:1024px)
{
	img.pbheroimgcss {
    margin-top:0;
    width: 100%;
}
	.news-banners.pbsersecss {padding-bottom:0 !important;}

	.col-md-3.pcaimgsecss {
    width: 50%;
		margin-bottom:-20px;
   }
	.col-md-3.pcaimgsecss img {
    position: relative;
    top: -90px;
    z-index: -1;
}
	section#comfortable_care {
    margin: 20px auto 50px;
    width: 90%;
    border-radius: 15px;
    padding: 30px 0 !important;
}
.pbbnronebcss, .pbbnrtwobcss {width:100% !important}
}

@media (min-width:1025px) and (max-width:1200px)
{

h4.pcahedgcss {font-size:20px !important;}
	.pcamainhedgcss {
    padding: 14px 0 0 14px;
}
}
@media (min-width:1201px) and (max-width:1399px)
{

h4.pcahedgcss {font-size:23px !important;}
	}
}
/*********** End pet boarding css ***/
/************* new service page 12-09 *****/
/*.col-md-6.serbnronebcss {padding-left:180px;}*/
.col-md-6.col-12.serbnronebcss.aos-init.aos-animate {
    padding: 0;
}
.col-md-6.col-12.serbnrtwobcss {
    background:url(/wp-content/uploads/2023/09/imgbg.png);
	background-position: left top;
	position: absolute;
    right: -16px;
	margin-top:-108px;
	padding:0
}
img.imgiconone {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 1%;
    left: 80px;
}
img.imgicontwo {
    border-radius: 50%;
    position: absolute;
    top: 104px;
    left: 215px;
    right: 0;
}
img.imgiconthree {
    position: absolute;
    right: 80px;
    top: 70px;
}
img.imgiconfour {
    position: absolute;
    top: 37%;
    left: 89px;
    width: 280px;
}
img.imgiconfive {
    position: absolute;
    bottom: -150px;
    left: 240px;
	display:block;
}
section#professionalcss {
    background: #F4FEFF;
	padding-top:70px !important;
	padding-bottom:70px !important;
}
section#convenient_scheduling {
    padding: 70px 0 0 0 !important;
}
.convenient_scheduling img {
    padding-top: 14px;
}
/* 13-09-2023 new css services page */
a {
    text-decoration: none !important;
}
.main-col-professionalsss {
    background: url(/wp-content/uploads/2023/09/Vector-6-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.col1-professional .img-girl {
    border-radius: 100px 100px 0 0;
	position: relative;
	left: 23%;
	top: -10%;
}
.left-img-profs .vector-icons {
    position: relative;
    bottom: 31%;
    left: 39%;
}
.left-img-profs .des.col2-txt {
    width: 204px;
    position: absolute;
    bottom: 21%;
	left: 7%;
}
.des{
	color: #327451;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.col1-professional .star-icons {
    position: relative;
    bottom: 36%;
    left: 38%;
    z-index: -1;
}

.col2-professional {
    padding-top: 50px;
}
.cneter-img-profs .img-girl-sec2 {
    position: relative;
    top:52px;
    right: -14%;
    border-radius: 100px;
    height: 251px;
}
.cneter-img-profs .circless-icons {
    position: absolute;
    bottom:-8%;
    left: 41%;
}
.center-img-prof .img-rec-g {
    width: 172px;
    height: 157px;
    transform: rotate(-16.07deg);
    flex-shrink: 0;
    position: relative;
    top: 41%;
    left: 37%;
}
.right-cntnt-txt .profess-txt {
    position: relative;
    color: #327451;
    text-align: center;
    font-family: Futura Bk BT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 225px;
    top: 93%;
    left: 27%;
}.right-img-prof .img-dg-gl {
    position: absolute;
    right: 16%;
    border-radius: 360px;
    top: 6%;
}
.right-img-prof .textss-icons {
    position: absolute;
    top: -4%;
    right: 8%;
}
.img-vector-2 {
    position: absolute;
    bottom: 15%;
    right: 16%;
}
.right-img-profs .img-girl-circle {
    border-radius: 360px;
    border: 1px solid #327451;
    padding: 10px;
    position: relative;
    left: 46%;
    top: 40%;
    width: 208px;
}
.right-img-profs .profess-img-heading {
    line-height: 30px !important;
    position: absolute;
    bottom: -19%;
    right: 24%;
}
.main-col-professionalsss.aos-init.aos-animate {
    margin: 70px 0;
}
.center-img-prof .d-icons {
    position: relative;
    left: 104%;
    top: -18%;
}
section.dogssss {
    padding: 0;
    margin-top: -60px;
    display: flex;
    justify-content: center;
}
div#peace-_mindcss {
    border-radius: 27px;
    background: #327451;
}
.peace_mind_heading {
    padding: 71px 0 74px 81px;
}
.peace-ming, .secss-dess {
	color: #fff !important;
}
.secss-dess {
    color: #FFF !important;
   /* font-family: 'Lato' !important;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.peace-btn {
    border-radius: 10px !important;
    background: #FFF !important;
	    color: #327451 !important;
    font-family: 'Futura Md BT';
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    padding: 9px 34px !important;
}
img.peace-sec-img.img-fluid {
    margin-top: -60px;
    padding: 0 0 30px 0;
}
.tail-col7 .stresss-btn{
	display:none;
}

/************* end new service page 13-09 *****/
/* new home page 08-09-2023 */
section.homebnercss {
    padding-top: 40px;
}
.row.aos-init.aos-animate {align-items:center;}
.col-sm-8.big-img-right:after {
        content: url(/wp-content/uploads/2023/09/Group-10.png);
    position: absolute;
    bottom: -7%;
    right: 10%;
    z-index: -1;
    width: 25%;
}
.card.img-2 {
    margin-top: 0px !important;
}
.sec-content .card-titles{
    color: #0F0F0F;
    text-align: center;
    font-family: 'Futura Md BT';
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-bodys .card-titles {
    padding: 30px 42px 0px;
	height:84px;
}
 /*.img-1 h5.card-titles {
    margin-bottom: 13px !important;
}
.img-2 h5.card-titles {
    margin-bottom: 30px !important;
    height: 87.7px;
}
.img-2 img.card-img-2.img-fluid {
   padding-left: 41px;
    padding-right: 0px !important;
	margin:-24px 0;
}
.img-3 h5.card-titles {
    margin-bottom: 5px !important;
}
.img-3 img.card-img-3.img-fluid {
   padding-left: 41px;
    padding-bottom: 72px;
	margin:-5px 0;
}*/

section#easy-step {
    padding-top: 0;
}
.card.img-1 {
    background-color: #7EF4B5 !important;
}
.card.img-2 {
    background-color: #FFDA92 !important;
}
/*.card.img-2 .card-title-img, .card.img-3 .card-title-img {text-align:right;}*/
.card.img-3 {
    background-color: #8DCCFF !important;
}
.experience .card-title-img {
    background: url(/wp-content/uploads/2023/09/Frame.png);
    background-repeat: no-repeat;
   /* background-position: 0 89px;*/
    background-size: contain;
	background-position: bottom;
}
.experience  .col-sm-4 {
    padding: 0 25px;
}
.card-bg-1-color {
    background: #3FA66F;
    position: absolute;
    width: 100%;
    height: 275px;
    bottom: -80px;
    z-index: -1;
    border-radius: 88% 88% 0 0;
}

.card-bg-2-color {
    background: #FFC24A;
    position: absolute;
    width: 100%;
    height: 275px;
    bottom: -80px;
    z-index: -1;
    border-radius: 88% 88% 0 0;
}

.card-bg-3-color {
    background: #6095BF;
    position: absolute;
    width: 100%;
    height: 275px;
    bottom: -80px;
    z-index: -1;
    border-radius: 88% 88% 0 0;
}
.stress-free {
   /* background-image: url(/wp-content/uploads/2023/09/Group-1000002758.png) !important;*/
	background-image: url(/wp-content/uploads/2023/09/imgg.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}
button.btn.btn.stress-btn {
    background: #327451;
    color: #fff;
	border-radius:10px;
	color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
	width: 269px;
    height: 60px;
	display: block;
}
img.img-fluid.custom-img-lft {
   position: absolute;
    bottom: 35%;
    left: -6%;
    max-width: 62%;
}
img.img-fluid.foot-print-img-right {
    position: absolute;
    right: -54px;
}
img.img-fluid.custom-img-right {
	    position: absolute;
    bottom: 8%;
    right: -11%;
    max-width: 62%;
}
img.img-fluid.foot-print-img-lft {
    position: absolute;
    bottom: 53px;
    left: -64px;
}
.firstseccss h1.primary-heading {
    margin-top: 28px;
}
.experience .secondry-heading {
    font-size: 52px;
}
img.img-fluid.dot-img-lft1 {
    position: absolute;
    left: 58px;
	top:97px
}
img.img-fluid.dot-img-lft {
    position: absolute;
    top: 120px;
    left: 7px;
}
img.img-fluid.dot-img-rightc {
    position: absolute;
    bottom: 30px;
    right: 0;
}
.col-sm-8.big-img, .col-sm-8.big-img-right {
    text-align: center;
}
.col-sm-4.left-icons {
    padding: 45px 0 0 20px;
}
.col-sm-4.right-icons {
    padding: 45px 27px 0 0;
}
p.description.sec-des {
    width: 75%;
    margin: 0 auto;
	font-size:18px !important;
}
.col-sm-8.big-img {
    margin-left: 30px !important;
}
h5.left-txt-dog {
    font-size: 24px !important;
    line-height: normal !important;
	font-weight: 400 !important;
	padding-bottom: 54px;
	font-family: 'Futura URW' !important;
	text-transform:capitalize;
}
.circle-imgs {
    position: absolute;
    bottom: 35%;
	left: 19%;
}
.col-sm-8.big-img-right {
    padding-top: 70px;
}
h5.right-txt-dog {
    padding-top: 180px;
    font-size: 24px !important;
    line-height: normal !important;
    font-weight: 400 !important;
font-family: 'Futura URW' !important;
	margin-left: -8px;
	text-transform: capitalize;
}
.circles-imgs {
    position: absolute;
    top: 15%;
    right: 12%;
}
.img-fluid.dogs-imgs {
    position: absolute;
    top: 43%;
    right: 0;
	padding-top: 15px;
}
#feedback p.description {
    padding-top: 50px;
}
.big-img:before {
       content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-8.png);
    top: 40%;
    position: absolute;
    left: 18%;
    z-index: -1;
}
.col-sm-8.big-img:after {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Vector-6.png);
    position: absolute;
    bottom: 24%;
    z-index: -1;
    left: 22%;
}
.left-icons:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Vector-7.png);
    position: absolute;
    left: 21.5%;
}
.big-img-right:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-1000003443-1.png);
    position: absolute;
    top: -7%;
    right: 14%;
    z-index: -1;
}
.pri-heading-mobile {
    font-size: 72px !important;
    margin-bottom: 30px;
}
.rating-text {
    color: #0F0F0F;
    font-family: 'SF Pro Text' !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 138.5%;
    margin-top: 17px;
	margin-bottom: 0 !important;
}
/* .dot-img-lft_mobile{
	display: none;
} */
/* .sec-mob-headsss {
    display: none !important;
} */
.peace_mindcss button.btn.btn.peace-btns{
	display: none;
}
button.btn.btn.peace-btn {
    display: block;
}
img.imgiconfivemobile {
    display: none;
}
#feedback span img {
    display: none;
}
.dot-img-lft_mobile {display:none;}

@media (max-width:300px) {
	.col1-professional .img-girl {left:-16% !important;}
	img.imgicontwo {
    border-radius: 50%;
    position: absolute;
    top: 39px !important;
    left: 78px !important;
    width: 52px !important;
}
	img.imgiconone {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    position: absolute;
    top: 0px !important;
    left: 23px !important;
}
	img.imgiconthree {
    position: absolute;
    right: 6px !important;
    top: 42px !important;
    max-width: 25px;
}
	img.imgiconfivemobile {
    display: block;
    position: absolute;
    top: 190px !important;
    width: 186px;
    left: 27px !important;
}
	img.imgiconfour {
    position: absolute;
    top: 28% !important;
    left: -5px !important;
    width: 125px !important;
}
	.right-img-prof .img-dg-gl {
    width: 70px !important;
    position: absolute;
    right: 0 !important;
    border-radius: 360px;
    top: 12% !important;
}
	.img-vector-2 {bottom:48px !important; right:-7px !important;}
	.right-img-profs .profess-img-heading {
    bottom: -15% !important;
    right: 10% !important;
}
	.right-img-profs .img-girl-circle {left:83px !important;}
	.cneter-img-profs .img-girl-sec2 {height:90px !important;}
	.left-img-profs .des.col2-txt {left:-7% !important; bottom:108px !important;}
	.right-cntnt-txt .profess-txt {top:115px !important; left:9px !important;}
	.center-img-prof .d-icons {
    position: relative;
    left: 98% !important;
    top: 12px !important;
    width: 24px;
}
	.center-img-prof .img-rec-g {top:15px !important; left:18px !important;
	width: 60px !important;}
}

@media (min-width:500px) and (max-width:659px) {
	img.imgiconfivemobile {
    display: block;
    position: absolute;
    top: 74% !important;
    width: 186px;
    left: 130px !important;
}
	.center-img-prof .img-rec-g {top:103px !important;}
	.center-img-prof .d-icons {
    position: relative;
    left: 115% !important;
    top: 35px !important;
    width: 24px;
}
	.right-cntnt-txt .profess-txt {left:112px !important;}
	.img-vector-2 {bottom:90px !important; right:15% !important;}
	.right-img-profs .img-girl-circle {left:182% !important;}
	.right-img-profs .profess-img-heading {
    bottom: -18% !important;
    right: 25% !important;
}
}
/* meadia query */
@media (max-width:660px){
	.dot-img-lft_mobile {display:block}
	.col-md-6.col-12.serbnrtwobcss {
    background: url(https://fizgigapp.com/wp-content/uploads/2023/09/mobilebg.png);
    background-position: top right;
    background-repeat: no-repeat;
		right:-7px;
}
	
	#feedback span img {
    display: block;
}
	.container{
   		 padding: 0 20px !important;
	}
	.pri-heading-mobile {
		text-align: center;
		font-size: 32px !important;
		margin-bottom: 20px !important;
		padding: 0 25px;
		margin-top: 0 !important;
	}
	.sub-title{
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.mob-desx{
		text-align: center;
		font-size: 14px !important;
		line-height: 22px !important; /* 157.143% */
		margin-bottom: 1.25rem !important;
	}
	.mob-btn .img-fluid {
    	width: 142px;
	}
	.mob-btn{
		margin-bottom: 20px !important;
	}
	.mob-stars {
   		 text-align: center;
	}	
	.rating-text {
    	margin-top: 10px;
		margin-bottom: 28px !important;
	}
	.dot-img-lft, .dot-img-lft1 {
   		 display: none;
	}
	.dot-img-lft_mobile{
		display: block;
		top: 28px;
  	    position: relative;
    	left: 10px;
	}
	.baner-img .img-fluid {
    	width: 294px !important;
	}
	.baner-img {
    	padding: 0 !important;
	}

	.custom-img-lft {
		position: absolute;
		bottom: 40%;
		left: -6%;
		max-width: 55%;
	}
	img.img-fluid.foot-print-img-lft {
		position: absolute;
		bottom: 5px !important;
		left: 15px !important;
		width: 47px;
		height: 47px;
	}
	img.img-fluid.dot-img-rightc {
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 47px;
		height: 47px;
	}
    img.img-fluid.foot-print-img-right {
		position: absolute;
		right: 15px;
		width: 67px;
		height: 65px;
		top: -15px;
	}
	h2.secondry-heading.sec-mob-head {
		text-align: center;
		font-family: 'Futura Hv BT';
		font-size: 26px !important;
		padding: 0 20px;
		margin-bottom: 10px !important;
	}
	h2.secondry-heading.sec-mob-head span img {
   	 width: 24px !important;
	}
	p.description.sec-des {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 14px !important;
		line-height: 21px !important;
	}
	.row.sec-content {
		display: flex;
		flex-wrap: inherit !important;
	}
	.experience .col-sm-4 {
		padding: 0px 5px;
		width: 33%;
	}
	.card-bodys .card-titles {
   		 padding: 9px 2px 0px;
		height:33px;
	}
	.sec-content .card-titles {
		font-size: 10px !important;
	}
/*	.img-3 img.card-img-3.img-fluid {
		padding-left: 12px;
		padding-bottom: 24px;
	}*/
	.experience .card-title-img {
    	background-position: 0 30px;
		background-size: cover;
	}
	.card-bg-3-color {
		height: 103px;
		bottom: -45px;
		border-radius: 40% 40% 0 0;
	}
/*	.img-3 h5.card-titles {
    margin-bottom: 17px !important;
}
	.img-2 h5.card-titles {
    margin-bottom: 10px !important;
		height: 34.7px;
}
	.img-2 img.card-img-2.img-fluid {
    padding-left: 11px;
    padding-right: 0px !important;
}*/
	.card-bg-2-color {
    height: 103px;
    bottom: -38px;
}
/*	img.card-img-1.img-fluid {
       height: 109px;
    margin-bottom: -6px;
}*/
.card-bg-1-color {
      height: 103px;
    bottom: -45px;
    border-radius: 35% 35% 0 0
}
	section#easy-step {
    padding-bottom: 94px;
}
	#third-sec {
    padding: 40px 0px 0px;
}
	p.sec-dess {
    font-size: 14px !important;
		margin-bottom: 20px !important;
}
	button.btn.btn.stress-btn {
    font-size: 14px;
    padding: 5px 26px;
		width: 171px;
    height: 40px;
		    margin-bottom: 38px;
}
	.stress-free {
    background-image: url('https://fizgigapp.com/wp-content/uploads/2023/09/Frame-20.png') !important;
    background-position: right bottom !important;
    background-size: 80% !important;
}
	.third-sec-img{
    padding: 101px 0 0 0;
}
	h2.secondry-heading.sec-mob-heads {
    text-align: center;
    font-family: 'Futura Hv BT';
    font-size: 26px !important;
    padding: 0px 15px;
    margin-bottom: 10px !important;
}
	.sec-4-imgs .col-sm-4.left-icons {
    padding: 45px 0 0 0px;
		text-align: center;
}
	h5.left-txt-dog{
font-size: 14.618px !important;
		width: 115px;
		padding-bottom: 18px;

	}
	.phones-imgs {
    max-width: 130px !important;
}
	img.img-fluid.dog-imgs {
    max-width: 57px;
}
	.left-icons:before {
    left: 37.5%;
		    top: 18px;
}
	.big-img:before {
    background: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-8.png);
    top: 22%;
    position: absolute;
    left: 28%;
    z-index: -1;
    width: 90px !important;
    background-size: 102% !important;
    background-repeat: no-repeat;
    content: '' !important;
    height: 46px;
}
	.col-sm-8.big-img:after {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Vector-6.png);
    position: absolute;
    bottom: inherit;
    z-index: -1;
    left: 37%;
    top: 30%;
}
	h5.right-txt-dog {
    text-align: center;
    font-size: 14.364px;
		width: 145px;
}
	.img-fluid.dogs-imgs {
    position: absolute;
		top:74%;
    width: 95px;
}
	.col-sm-8.big-img-right {
    width: 70%;
}
	.col-sm-8.big-img-right {
    text-align: right;
}
	.col-sm-4.right-icons {
    padding: 0px 0px 0 0;
		width: 30%;
}
	.col-sm-6.d-flex.right-imgs {
    justify-content: end;
		width: 100%;
}

	h5.right-txt-dog {
    text-align: center;
    font-size: 14.364px !important;
    width: 110px;
    padding-top: 152px;
    margin-left: -3px;
}
	.big-img-right:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-1000003443.png);
  position: absolute;
    top: 47%;
    right: 20%;
    z-index: -1;
}
	.circle-imgs {
    position: absolute;
    bottom: 67%;
    left: 27%;
}
.col-sm-8.big-img-right:after {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-10.png);
    position: absolute;
    bottom: -6%;
    right: 21%;
    z-index: -1;
}
	.glider-slide {
    min-width: 118px !important;
}
	.glider-dots {
    display: none;
}
	h2.sec-mob-headsss {
    padding: 0 40px !important;
		    margin: 0 !important;

}
	
	#feedback p.description {
    color: #828282;
    text-align: center;
    font-family: 'Futura Md BT';
    font-size: 13.641px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25.577px !important;
    text-transform: capitalize;
		margin-bottom: 30px!important;
		 padding-top: 20px !important;
}
	.col-sm-8.big-img {
    margin-left: 20px !important;
}
	
	.sec-mob-headsss {
    display: block !important;
}
	.left-icons:before {
    left: 35.4%;
    top: 18px;
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/verti.png) !important;
}
	.col-md-6.col-12.serbnrtwobcss.aos-init.aos-animate {
    position: relative;
    padding: 0px 0 80px;
		
}
	img.imgiconone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 23px;
}
	img.imgicontwo {
    border-radius: 50%;
    position: absolute;
    top: 52px;
    left: 88px;
    width: 64px;
}
	img.imgiconthree {
    position: absolute;
    right: 33px;
    top: 50px;
    max-width: 25px;
}
	.col-md-6.col-12.serbnrtwobcss {  
    margin-top: -10px;
}
	img.imgiconfour {
    position: absolute;
    top: 30%;
    left: 16px;
    width: 149px;
}
	img.imgiconfive {
    position: absolute;
    bottom: 16px;
    left: 32%;
    width: 154px;
    height: 121px;
}
	section#professionalcss {
    padding-top: 30px !important;
}
	.professionalcss .col-md-3 {
    max-width: 25%;
}
	img.img-fluid.dogsss-imgs {
    max-width: 78px;
    padding-top: 13px;
}
	.cneter-img-profs .img-girl-sec2 {
    position: relative;
    top: 39px;
    right: -15px;
    border-radius: 100px;
    height: 117px;
    width: 75px;
}
	.cneter-img-profs .circless-icons {
		position: absolute;
    bottom:-34px;
    left: 98px;
    width: 20px;
}
	.right-img-profs .img-girl-circle {
    padding: 4px;
    left: 105px;
    top: 25px;
    width: 110px;
}
	.right-img-profs .profess-img-heading {
    bottom: -11%;
		right: 22%;
}
	.des {
    font-size: 8px !important;
    line-height: 16px !important;
}
	.right-img-prof .img-dg-gl {
    width: 86px;
		position: absolute;
    right: 6%;
    border-radius: 360px;
    top: 7%;
}
	.main-col-professionalsss {
    background: url(https://fizgigapp.com/wp-content/uploads/2023/09/Vector-6-1-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 292px 238px;
}
	.col1-professional .img-girl {
       border-radius: 100px 100px 0 0;
    position: relative;
    left: 25%;
    width: 260px;
    top: -22%;
}
.col1-professional .star-icons {
    position: relative;
    bottom: -2%;
    left: -5%;
    z-index: -1;
    width: 48px;
}
	.center-img-prof .img-rec-g {
    width: 94px;
    height: inherit;
    transform: rotate(-16.07deg);
    flex-shrink: 0;
    position: relative;
      top: 57px;
    left: 43px;
}
	.center-img-prof .d-icons {
    position: relative;
    left:115px;
    top: 44px;
    width: 24px;
}
	.right-img-prof .textss-icons {
    position: absolute;
    top: 0%;
    right: 1%;
    width: 38px;
}
	.right-cntnt-txt .profess-txt {
    font-size: 8px;
    line-height: normal;
    width: 127px;
    top: 133px;
    left: 61px;
}
	.img-vector-2 {
    position: absolute;
    bottom: 77px;
    right: 13%;
    height: 54px !important;
}
	.left-img-profs .des.col2-txt {
    width: 104px;
    position: absolute;
    bottom: 131px;
    left: -2%;
		line-height: normal !important;
}
	.left-img-profs .vector-icons {
    position: relative;
    bottom: 19px;
    left: 23px;
    height: 50px;
}
	section#professionalcss {
	padding-bottom:36px !important;
}
	.tail-col5 button.btn.btn.stress-btn {
    display: none;
}
	.tail-col7{
		text-align: center;
	}
	.tail-col7 .stresss-btn {
    border-radius: 7px !important;
    background: #327451 !important;
    color: #FFF !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 30px;
    margin: 30px auto;
		padding: 5px 27px;
		display: block;
}
	.tail-col7 .third-sec-img {
    padding: 36px 0 0 0;
}
	.convenient_scheduling h2.secondry-heading.sec-mob-head {
    padding: 0 8px;
	}
	.convenient_scheduling img {
    max-width: 100%;
    padding-top: 11px;
}
	section#peace-_mind {
    padding: 0 20px 60px;
}
	.secss-dess {
    color: #FFF !important;
    font-family: 'Lato' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
	.peace_mindcss button.btn.btn.peace-btns {
    border-radius: 7px;
    background: #FFF;
    color: #327451;
    font-family: Futura Md BT;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
		display: block;
		margin: 0 auto;
}
	img.peace-sec-img.img-fluid {
    width: 242px;
}
	.peace_mind_heading {
    padding: 40px 20px;
}
	.col-md-5.peace_mindcss.aos-init.aos-animate {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}
	button.btn.btn.peace-btn {
    display: none;
}
img.imgiconfivemobile {
    display: block;
    position: absolute;
    top: 273px;
    width: 186px;
    left: 93px;
}
	.col-md-6.col-12.serbnronebcss.aos-init.aos-animate {
    padding: 0 10px;
}
	section#convenient_scheduling {
    padding: 0 0 0 0 !important;
}
	img.imgiconfive{
		display:none;
	}
/*	.col-md-6.col-12.serbnrtwobcss.aos-init.aos-animate:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Frame-5.png);
    position: absolute;
    top: -170px;
    z-index: -1;
}*/
}


@media (max-width: 990px) and (min-width:661px){
	
	.col1-professional .img-girl {
    border-radius: 100px 100px 0 0;
    position: relative;
    left: -7%;
    top: -30%;
}
	.col1-professional .star-icons {
    position: relative;
    bottom: 13%;
    left: -16%;
    z-index: -1;
}
	.right-img-prof .img-dg-gl {
    position: absolute;
    right: -3%;
    border-radius: 360px;
    top: 6%;
}
	.right-img-prof .textss-icons {
    position: absolute;
    top: -12%;
    right: -3%;
}
	.center-img-prof .d-icons {
    left: 117%;
    top: 21%;
}
	.left-img-profs .vector-icons {
    position: relative;
    bottom: 45%;
    left: 0;
}
	.left-img-profs .des.col2-txt {
    width: 204px;
    position: absolute;
    bottom: 21%;
    left: -21px;
}
	.right-cntnt-txt .profess-txt{left:-26px;}
	.center-img-prof .img-rec-g {top:26%;
	left:50%;}
	.convenient_scheduling img {max-width:100%;}
	.cneter-img-profs .img-girl-sec2 {right:-3%;}
.right-img-profs .profess-img-heading {
    bottom: -13%;
    right: 15%;
}
	.main-col-professionalsss {background-size:80%;}
	
	.mob-btn{
		gap: 12px;
    	justify-content: left;
	}
	.col-md-6.col-12.serbnrtwobcss {right:0;}
	.pri-heading-mobile {
    font-size: 38px !important;
    margin-bottom: 30px;
}
img.img-fluid.dot-img-lft1 {
    position: absolute;
    left: 59px;
    top: -40px;
}
	img.img-fluid.dot-img-lft {
    position: absolute;
    top: 0px;
    left: 7px;
}
	img.img-fluid.foot-print-img-right {
    position: absolute;
    right: 9px;
    top: -60px;
    width: 95px;
}
	img.img-fluid.foot-print-img-lft {
    position: absolute;
    bottom: -50px;
    left: 5px;
    width: 95px;
}
	img.img-fluid.dot-img-rightc {
    position: absolute;
    bottom: -45px;
    right: 5px;
    width: 90px;
}
	p.description.sec-des {
    width: 100%;
    margin: 0 auto;
    font-size: 18px !important;
}
	.experience .secondry-heading,
	h2.secondry-heading.sec-mob-heads{
    font-size: 44px !important;
}
	.sec-mob-head {
    font-size: 36px !important;
}
	.stress-free {
    background-image: url(https://fizgigapp.com/wp-content/uploads/2023/09/Frame-20.png) !important;
    background-position: right bottom !important;
    background-size: 47% !important;
		padding-bottom: 0 !important;
}
	.third-sec-heading.aos-init.aos-animate {
    padding-bottom: 50px;
}
	img.third-sec-img.img-fluid {
    width: 100%;
   /* position: absolute;
    top: -33px;*/
}
	.img-vector-2 {
    position: absolute;
    bottom: 15%;
    right: 30px;
    width: 8%;
}
	.experience .col-sm-4 {
    padding: 0 10px;
}
	.card-bodys .card-titles {
    padding: 12px 6px 0px;
		height:57px;
}
	.sec-content .card-titles{
		font-size: 18px !important;
	}
	/*img.card-img-1.img-fluid {
    width: 150px;
}*/
	.card-bg-1-color {
    height: 205px;
    bottom: -80px;
    border-radius: 60% 60% 0 0;
}
	/*.img-2 h5.card-titles {
    margin-bottom: 30px !important;
    height: 37.7px;
}
	.img-2 img.card-img-2.img-fluid {
    padding-left: 14px;
    padding-right: 0px !important;
}*/
	.card-bg-2-color {
    height: 205px;
    border-radius: 80% 80% 0 0;
}
	/*.img-3 img.card-img-3.img-fluid {
    padding-left: 33px;
    padding-bottom: 35px;
}*/
	.card-bg-3-color {
    height: 191px;
    border-radius: 80% 80% 0 0;
}
	.sec-4-imgs .col-sm-6.d-flex.left-imgs {
    width: 100%;
}
	.sec-4-imgs .col-sm-8.big-img{
    text-align: left;
}
	.sec-4-imgs .col-sm-6.d-flex.right-imgs {
    width: 100%;
}
	.col-sm-4.left-icons {
    padding: 45px 0 0 0px;
}
	.left-icons:before {
    left: 32.5%;
}
	.circle-imgs {
    position: absolute;
    bottom: inherit;
    left: 27%;
    top: 32%;
}
	.big-img:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-8.png);
    top: 20%;
    position: absolute;
    left: 27%;
    z-index: -1;
}
	.col-sm-8.big-img:after {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Vector-6.png);
    position: absolute;
    bottom: inherit;
    z-index: -1;
    left: 34%;
    top: 35%;
}
	.big-img-right:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-1000003443-1.png);
    position: absolute;
    top: 47%;
    right: 22%;
    z-index: -1;
   
}
	.col-sm-8.big-img-right {
    padding-top: 110px;
}

	h5.right-txt-dog {
    padding-top: 271px;
       margin-left: 15px;
}
	.img-fluid.dogs-imgs {
    position: absolute;
    top: 74%;
    right: 0;
    padding-top: 15px;
}
	.col-sm-8.big-img-right:after {
   content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-10.png);
    position: absolute;
    bottom: -2%;
    right: 28%;
    z-index: -1;
    width: 15%;
}
	.col-sm-8.big-img-right {
    text-align: right;
    margin-right: 19px;
}
	img.imgiconfive {
    position: absolute;
    bottom: -89px;
    left: 109px;
    width: 190px;
}
	img.imgiconfour {
    position: absolute;
    top: 34%;
    left: 21px;
    width: 185px;
}
	img.imgiconthree {
    position: absolute;
    right: 10px;
    top: -22px;
    width: 50px;
}
	img.imgiconone {
    top: -21%;
    left: 25px;
		width: 70px;
    height: 70px;
}
	img.imgicontwo {
    top: 10px;
    left: 76px;
    width: 90px;
}
}
@media (min-width: 1201px) and (max-width:1290px){
	img.imgicontwo {
    border-radius: 50%;
    position: absolute;
    top: 104px !important;
    left: 215px !important;
    right: 0 !important;
}
	img.imgiconone {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 1% !important;
    left: 80px !important;
}
	img.imgiconfour {
    position: absolute;
    top: 37% !important;
    left: 89px !important;
    width: 280px !important;
}
	img.imgiconthree {
    position: absolute;
    right: 50px !important;
    top: 70px !important;
}
	img.imgiconfive {
		width:330px !important;
    position: absolute;
    bottom: -150px !important;
    left: 31% !important;
    display: block;
}
}
@media (max-width: 1400px) and (min-width:991px){
	
	.col1-professional .img-girl {
    border-radius: 100px 100px 0 0;
    position: relative;
    left: -7%;
    top: -30%;
}
	.col1-professional .star-icons {
    position: relative;
    bottom: 13%;
    left: -16%;
    z-index: -1;
}
	.right-img-prof .img-dg-gl {
    position: absolute;
    right: -3%;
    border-radius: 360px;
    top: 6%;
}
	.right-img-prof .textss-icons {
    position: absolute;
    top: -12%;
    right: -3%;
}
	.center-img-prof .d-icons {
    left: 105%;
    top: 0%;
}
	.left-img-profs .vector-icons {
    position: relative;
    bottom: 45%;
    left: 0;
}
	.left-img-profs .des.col2-txt {
    width: 204px;
    position: absolute;
    bottom: 21%;
    left: -21px;
}
	.right-cntnt-txt .profess-txt{left:24px;}
	.center-img-prof .img-rec-g {top:9px;
	left:50%;}
	.convenient_scheduling img {max-width:100%;}
	.cneter-img-profs .img-girl-sec2 {right:-3%;}
.right-img-profs .profess-img-heading {
    bottom: -19%;
    right: 17%;
}
	.main-col-professionalsss {background-size:80%;}
	
	.mob-btn{
		gap: 12px;
    	justify-content: left;
	}
	.col-md-6.col-12.serbnrtwobcss {right:0;}
	.pri-heading-mobile {
    font-size: 38px !important;
    margin-bottom: 30px;
}
img.img-fluid.dot-img-lft1 {
    position: absolute;
    left: 59px;
    top: -40px;
}
	img.img-fluid.dot-img-lft {
    position: absolute;
    top: 0px;
    left: 7px;
}
	img.img-fluid.foot-print-img-right {
    position: absolute;
    right: 9px;
    top: -60px;
    width: 95px;
}
	img.img-fluid.foot-print-img-lft {
    position: absolute;
    bottom: -50px;
    left: 5px;
    width: 95px;
}
	img.img-fluid.dot-img-rightc {
    position: absolute;
    bottom: -45px;
    right: 5px;
    width: 90px;
}
	p.description.sec-des {
    width: 100%;
    margin: 0 auto;
    font-size: 18px !important;
}
	.experience .secondry-heading,
	h2.secondry-heading.sec-mob-heads{
    font-size: 44px !important;
}
	.sec-mob-head {
    font-size: 36px !important;
}
	.stress-free {
    background-image: url(https://fizgigapp.com/wp-content/uploads/2023/09/Frame-20.png) !important;
    background-position: right bottom !important;
    background-size: 47% !important;
		padding-bottom: 0 !important;
}
	.third-sec-heading.aos-init.aos-animate {
    padding-bottom: 50px;
}
	img.third-sec-img.img-fluid {
    width: 100%;
   /* position: absolute;
    top: -33px;*/
}
	.img-vector-2 {
    position: absolute;
    bottom: 10%;
    right: 30px;
    width: 8%;
}
	.experience .col-sm-4 {
    padding: 0 10px;
}
	.card-bodys .card-titles {
    padding: 12px 6px 0px;
}
	.sec-content .card-titles{
		font-size: 18px !important;
	}
	/*img.card-img-1.img-fluid {
    width: 150px;
}*/
	.card-bg-1-color {
    height: 205px;
    bottom: -80px;
    border-radius: 60% 60% 0 0;
}
	/*.img-2 h5.card-titles {
    margin-bottom: 30px !important;
    height: 37.7px;
}*/
	/*.img-2 img.card-img-2.img-fluid {
    padding-left: 14px;
    padding-right: 0px !important;
}*/
	.card-bg-2-color {
    height: 205px;
    border-radius: 80% 80% 0 0;
}
	/*.img-3 img.card-img-3.img-fluid {
    padding-left: 33px;
    padding-bottom: 35px;
}*/
	.card-bg-3-color {
    height: 191px;
    border-radius: 80% 80% 0 0;
}
	.sec-4-imgs .col-sm-6.d-flex.left-imgs {
    width: 100%;
}
	.sec-4-imgs .col-sm-8.big-img{
    text-align: left;
}
	.sec-4-imgs .col-sm-6.d-flex.right-imgs {
    width: 100%;
}
	.col-sm-4.left-icons {
    padding: 45px 0 0 0px;
}
	.left-icons:before {
    left: 32.5%;
}
	.circle-imgs {
    position: absolute;
    bottom: inherit;
    left: 27%;
    top: 32%;
}
	.big-img:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-8.png);
    top: 20%;
    position: absolute;
    left: 27%;
    z-index: -1;
}
	.col-sm-8.big-img:after {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Vector-6.png);
    position: absolute;
    bottom: inherit;
    z-index: -1;
    left: 34%;
    top: 35%;
}
	.big-img-right:before {
    content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-1000003443-1.png);
    position: absolute;
    top: 47%;
    right: 22%;
    z-index: -1;
   
}
	.col-sm-8.big-img-right {
    padding-top: 110px;
}

	h5.right-txt-dog {
    padding-top: 271px;
       margin-left: 15px;
}
	.img-fluid.dogs-imgs {
    position: absolute;
    top: 74%;
    right: 0;
    padding-top: 15px;
}
	.col-sm-8.big-img-right:after {
   content: url(https://fizgigapp.com/wp-content/uploads/2023/09/Group-10.png);
    position: absolute;
    bottom: -2%;
    right: 28%;
    z-index: -1;
    width: 15%;
}
	.col-sm-8.big-img-right {
    text-align: right;
    margin-right: 19px;
}
	img.imgiconfive {
    position: absolute;
    bottom: -89px;
    left: 109px;
    width: 190px;
}
	img.imgiconfour {
    position: absolute;
    top: 34%;
    left: 21px;
    width: 185px;
}
	img.imgiconthree {
    position: absolute;
    right: 10px;
    top: -22px;
    width: 50px;
}
	img.imgiconone {
    top: -21%;
    left: 25px;
		width: 70px;
    height: 70px;
}
	img.imgicontwo {
    top: 10px;
    left: 76px;
    width: 90px;
}
}
@media (max-width: 1420px) and (min-width:1200px){
	.center-img-prof .img-rec-g {
    top: 62px !important;
    left: 30% !important;
}
	.center-img-prof .d-icons {
    left: 105%;
    top: -25% !important;
}
	
}


