@media only screen and (max-width: 1920px) {
#homeBanner .homeBannerText strong {
    font-size: 42px;
    line-height: 50px;
}
.btn {
    font-size: 14px;
    padding:10px 18px
}
.sectionTitle {
    font-size: 22px;
}
#about .aboutText strong {
    font-size: 26px;
    line-height: 32px;
}
#about .aboutText p {
    font-size: 16px;
    line-height: 22px;
}
.social a {
    width: 42px;
    height: 42px;
}
#dogAbout .dogAboutText strong {
 font-size: 26px;
    line-height: 32px;
}
#dogAbout .dogAboutText span {
     font-size: 16px;
    line-height: 22px;
}
footer {
    padding: 30px 0;
}
}

@media only screen and (max-width: 1400px) {
#homeBanner .homeBannerText strong {
    font-size: 36px;
    line-height: 40px;
}
#homeBanner .homeBannerText p {
    font-size: 14px;
    line-height: 20px;

}
#about {
    padding: 50px 0;
}
.sectionTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
#about .aboutText strong {
    font-size: 22px;
    line-height: 26px;
}
#about .aboutText p {
    font-size: 14px;
    line-height: 20px;
}

#homeServices {
    padding: 50px 0;
}
#homeDogs {
    padding: 50px 0;
}
#homeDogs .sectionSubDesc {
    font-size: 14px;
    line-height: 20px;
}
.dogItem .dotItemText strong {
    font-size: 16px;
    line-height: 22px;

}
.dogItem .dotItemText p {
    font-size: 14px;
}
.social a {
    width: 42px;
    height: 42px;
}
#dogAbout {
    padding: 30px 0 80px;
}
#dogAbout .dogAboutText strong {
 font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}
#dogAbout .dogAboutText span {
     font-size: 14px;
    line-height: 20px;
}
#dogGallery {
    padding-bottom: 80px;
}
.sectionSubDesc {
    font-size: 14px;
    line-height: 20px;

}
.blogItem .blogItemContent .blogItemTitle {
    font-size: 16px;
    line-height: 22px
}
footer {
    padding: 30px 0;
}
#homeBlog:before {
    height: 500px;
    width: 500px;
    left: -150px;
}
}

@media only screen and (max-width: 1200px) {

#homeBanner .homeBannerText strong {
    font-size: 28px;
    line-height: 32px

}
.servicesItem {
    margin-bottom: 60px;
}
#homeServices {
    padding:50px 0 0
}

#dogAbout .dogAboutText {
    padding-left: 0;;
}
#homeBanner .homeBannerText {
    padding-left: 0;
}
}


@media only screen and (max-width: 992px) { 
    .homeBannerPhoto {
        width: 50%;
        margin: 0 auto 20px;
    }
.dogAboutPhoto {
    width: 50%;
    margin: auto;
}
#homeBanner .homeBannerText {
    text-align: center;
}
#about div {
    text-align: center;
}
#about .sectionTitle {
    justify-content: center;
}
.aboutBottom {
    justify-content: center;
}
.sectionTitle {
    justify-content: center;
    text-align: center;
}
 .sectionSubDesc {
    text-align: center;
}
.dogAboutText {
    text-align: center;
}
.footerLogo {
    text-align: center;
    margin: 0 auto 30px;
}
.footerMenu {
    margin: 30px 0;
}

#dogAbout:before {
    display: none;
}
#about:before {
    display: none;
}
#homeBlog:before {
    display: none;
}
.hc-nav-trigger {
    position: relative;
    top: auto;
    right: auto;
}
    #dogAbout {
        padding: 30px 0;
        margin:30px 0;
        background: rgb(40 150 202 / 11%);
    } 
    .servicesItem  {
        padding: 40px 20px 30px;
    }
.servicesItem .icon {
    width: 50px;
    height: 50px;
    border:3px solid #F5FAFD;
    top: -25px;
}
.servicesItem .icon img {
    width: 20px;
    height: 20px;
}
#homeBlog {
    padding: 0;
}
.footerMenu ul {
    flex-direction: column;
}
.footerMenu ul li +li {
    margin-left: 0;
    margin-top: 10px;
}
.copyRight {
    text-align: center;
}
.pageHeader h1 {
    font-size: 24px;
}
.wpcf7-spinner {
    display: none !important;
}
	#homeBanner .homeBannerPhoto:before {
		display:none
	}
	.contactForm {
		margin-top:20px
	}
}

@media only screen and (max-width: 576px) { 
#homeBanner .homeBannerPhoto {
    width: 100%;
}
    .aboutBottom {
        margin-top: 10px;
        flex-direction: column;
    }
    .aboutBottom > a {
       margin-bottom: 20px;
    }
    .sectionTitle:before {
        display: none;
    }
    footer .d-flex:has(.social) {
        flex-direction: column;
    }
      footer .social {
        margin-top: 15px;
        margin-left: 0 !important;
      }
      .contactLinks {
        flex-direction: column;
      }
      .contactLinks .social {
        margin-left: 0;
        margin-top: 10px;
        justify-content: center;
      }
	.owl-carousel .owl-nav button.owl-prev {
		left:0;
	}
	.owl-carousel .owl-nav button.owl-next {
		right:0;
	}
 }