@media (max-width: 767px) {
.banner-content-sec {
    gap: 60px;
    flex-direction: column;
}
.banner-content-left h1 {
    font-size: 26px;
    color: #000;
    margin: 0 0 20px;
}
.banner-content-left p {
    font-size: 14px;
}
.banner-content {
    position: relative;
}
.banner-content {
    margin: -70px 0 0;
}
.usp-wrap {
    gap: 40px;
    text-align: center;
    position: relative;
    flex-direction: column;
}
.usp-wrap:before {
    width: 100%;
    height: 1px;
    top: 30%;
    left: 50%;
}
.usp-wrap:after {
    width: 100%;
    height: 1px;
    top: 70%;
    left: 50%;
}
.about-wrap {
    flex-direction: column;
}
.about-wrap h2 {
    font-size: 26px;
    line-height: 40px;
    color: #000;
}
.about-wrap p {
    font-size: 14px;
    line-height: 24px;
}
.usp-sec {
    padding: 50px 0;
}
.about-sec {
    padding: 0 0 40px;
}
.services-sec {
    padding: 40px 0;
    text-align: center;
}
.services-sec h2 {
    font-size: 24px;
    line-height: 26px;
}
.services-sec p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
.choose-wrap h2, .about-contact-sec h2{
	font-size:24px;
}
.choose-wrap p, .about-contact-sec p{
	font-size:14px;
}
.choose-wrap ul, .about-contact-sec ul{
		font-size:14px;
}

.service-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    text-align: left;
}
.pet-img {
    width: 100%;
}
.pet-img img{
    width: 100%;
}
.service-item img.service-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.choose-wrap {
    gap: 40px;
    flex-direction: column;
}
.choose-big-img img {
    width: 100%;
}
.choose-small-img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 80px;
    border: 4px solid #fff;
    border-radius: 15px;
    width: 50%;
}
.choose-small-img img {
    width: 100%;
}
.cat-sec img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.cat-container h2 {
    font-size: 18px;
    line-height: 24px;
}
.cat-container p {
    font-size: 14px;
    line-height: 24px;
}
.cat-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    text-align: center;
    right: unset;
    width: 90%;
}
.cat-sec .btn-site img {
    width: auto;
    height: auto;
}
.footer-wrsp {
    gap: 0px;
    flex-direction: column;
}
.footer-sec .footer-item p {
    font-size: 14px;
    line-height: 24px;
}
.footer-sec h2 {
    font-size: 35px;
}
.footer-sec p {
    font-size: 14px;
}
.footer-item ul {
    font-size: 14px;
}
header.sticky {
    position: relative;
}
.logo img {
    width: 100px;
}
.inner-banner-content {
    width: 100%;
}
.inner-banner img {
    width: 100%;
    min-height: 200px;
}
.inner-banner-content h1 {
    font-size: 24px;
}
.inner-banner-content ul li img{
    width: 10px;
    height: 10px;
    min-height: auto;
}
.inner-banner-content ul {
    gap: 5px;
    justify-content: center;
}

.mission-container {
    position: relative;
    padding: 10px;
}
.choose-small-img-odd {
    position: relative;
    top: auto;
    left: auto;
    border: 4px solid #fff;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;
}
.choose-small-img-odd img{
    width: 100%;
}
.about-contact-wrap {
    flex-direction: column;
}
.about-contact-sec:after{
    display: none;
}
.contact-info-wrap {
    flex-direction: column;
}
.address-box {
    gap: 0px;
    flex-direction: column;
}
.contact-info-wrap h2 {
    font-size: 24px;
    line-height: 30px;
}
.contact-info-wrap p {
    font-size: 16px;
    line-height: 24px;
}
.contact-header h2 {
    font-size: 24px;
    line-height: 30px;
}
.contact-header p {
    font-size: 14px;
    line-height: 20px;
}
.form-group-box {
    gap: 0px;
    flex-direction: column;
}
.form-group-btn {
    gap: 0;
    flex-direction: column;
}
.footer-sec {
    padding: 40px 0 0;
}
.contactform-sec {
    padding: 40px 0;
}
.about-img img {
  width: 30%;
}
.service-box h3 {
    font-size: 17px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 
}

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

}

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