#response .loading{
    position: absolute;
    width: 100%;
    background: #00000045;
    z-index: 1;
    height: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding: 30px;
    color: #fff;
}
/******/
.popup_msg a {
    color: #494374;
}
.featured-product-sec .product-content li{
    transition: all 0.1s ease-in-out;
}
.content-sec{
    padding-left: 15px;
}
.news-content ul li{
    transition: all 0.2s ease-in-out;
}
.news-content ul li:hover{
    border-radius: 5px;
}

.cat-dp select {
    background-color: #ffff;
    padding: 10px 8px;
    border: 1px solid #E5E5E5;
    color: #747474;
    font-family: 'Poppins';
    font-size: 12px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat !important;
    background-position: 93% center !important;
    cursor: pointer;
    width: 96%;
}

.footer-quicklinks ul li{
    position: relative;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    bottom: -40px;
    font-size: 12px;
    /*position: absolute;*/
    border: 0;
}
/* 26 Sep 2019 */

.partners_content {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    max-width: 70%;
    margin: 15px auto;
}

.rescue_partners_logos li {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    position: relative;
	padding: 15px;
}  

.heading-title {
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    display: block;
    padding: 10px 0;
}

.rescue_partners_image {
    max-width: 80%;
    margin: 0px auto;
}

.rescue_partners_content p {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 28px;
}


.partner-hover {
    max-width: 200px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 120px;
    height: auto;
    width: auto;
    opacity: 0.3;
} 

.hover_effect:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    z-index: 1;
    position: relative;
	padding: 15px;
}

.hover_effect:hover .partner-hover{
opacity: 1;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}


.partner-logo {
    height: 125px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
} 

.partner-logo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(/wp-content/uploads/2019/09/divider-1.png);
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.partner-logo:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    background-image: url(/wp-content/uploads/2019/09/divider-2.png);
    top: 23px;
    background-size: cover;
    right: 0px;
    background-position: center;
} 

.logoid1 .partner-logo:after{display: none !important;}
.logoid3 .partner-logo:after{display: none !important;}
.logoid3 .partner-logo:before{display: none !important;}
.logoid2 .partner-logo:before{display: none !important;}

.hover_effect:hover .partner-logo:after{display: none !important;}
.hover_effect:hover .partner-logo:before{display: none !important;}

.sub-heading-title {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
} 

.business-partner-logo-block {
    position: relative;
}

.business-partner-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 90px;
    height: auto;
    width: auto;
    opacity: 0.5;
    max-width: 220px;
    margin: 0px auto;
} 

.business-partner-logo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(/wp-content/uploads/2019/09/divider-1.png);
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.business-partner-logo:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    background-image: url(/wp-content/uploads/2019/09/divider-2.png);
    top: 23px;
    background-size: cover;
    right: 0px;
    background-position: center;
} 


.business-partner-logo {
text-align: center;
height: 200px;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
}


.business-partner-logo-block:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    z-index: 1;
    position: relative;
}

.business-partner-logo-block:hover img
{
	opacity: 1;    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.business-partner-logo-block:hover .business-partner-logo:after { display: none !important; }
.business-partner-logo-block:hover .business-partner-logo:before{ display: none !important; }

.business8 .business-partner-logo:before{ display: none !important; }
.business9 .business-partner-logo:before{ display: none !important; }
.business10 .business-partner-logo:before{ display: none !important; }
.business11 .business-partner-logo:before{ display: none !important; }

.business3 .business-partner-logo:after{ display: none !important; }
.business7 .business-partner-logo:after{ display: none !important; }
.business11 .business-partner-logo:after{ display: none !important; }


.business_section:after {
    position: absolute;
    content: '';
    background-image: url(http://petmac.wpengine.com/wp-content/uploads/2019/09/cat-dog.png);
    width: 317px;
    height: 412px;
    background-repeat: no-repeat;
    left: -20px;
    background-size: 45% 45%;
    top: 75%;
}



.business_section {
    position: relative;
    width: 100%;
    padding: 120px 0px;
}

.partner-blog-section {
    display: block;
    clear: both;
    padding:20px 0;
} 


.open .card-header[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f106";
    color: #DC551B;
}
.partner-blog-section .open .card-header.ui-accordion-header-active:after {
    font-family: FontAwesome;
    content: "\f106";
    color: #DC551B;
}

.partner-blog-section .card-header:after {
 content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #DC551B;
    font-size: 30px;
    padding-right: 0px;
    position: absolute;
    top: 5px;
    right: 10px;
} 

:focus{outline:none !important;}

.in {
    display: block !important;
}
.partner-blog-section .card-header {
    padding: 15px 10px;
    margin-bottom: 0;
    background-color: #fff;
    /* border-bottom: 1px solid #ccc; */
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 9px;
}

.partner-blog-section .card-header h3 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}


.partner-blog-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    height: auto !important;
    margin: 5px 0;
    display: block !important;
}

.sell-gallery-main li figure img {
    height: 300px;
}

.w-1000 {
    max-width: 940px;
}
/*  */
footer .footer-logo-sec {
    color: #fff;
}