@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,300&family=Pacifico&display=swap');

/*************************
        General Style
**************************/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    background-image: url('../img/body-bg.jpg');
    background-position: top center;
    background-size: cover;
    overflow-x: hidden;
    margin: 0;
    word-break: break-word;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #445C67;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1270px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #22282C;
    font-weight: inherit;
    word-break: break-word;
    text-transform: capitalize;
}

h1.large {
    font-size: 54px;
    line-height: 66px;
}

h1, h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}

h1 span, h2 span {
    font-family: 'Pacifico', cursive;
    font-size: 22px;
    line-height: 39px;
    font-weight: 400;
    display: block;
    color: #E4C079;
    text-transform: initial;
}

h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

p {
    margin-bottom: 24px;
}

.sec-title {
    margin-bottom: 35px;
}

.sec-title p {
    padding-top: 14px;
    margin: 0 auto;
    max-width: 789px;
}

.color {
    color: #E4C079;
    text-transform: initial;
}

span, a {
    display: inline-block;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

button:focus, select:focus, input:focus, textarea:focus {
    outline: none;
}

select {
    background-image: url("../img/angle-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding: 8px 12px;
    -webkit-appearance: none;
    border: 1px solid #C9C9C9;
    width: 100%;
    border-radius: 10px;
}

input {
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
}

label {
    color: #22242A;
    font-weight: 400;
    font-size: 14px;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #445C67;
}

a:hover {
    color: #E4C079;
    text-transform: initial;
}

.icon-list li a:hover img {
    filter: invert(165%) sepia(627%) saturate(708%) hue-rotate(345deg) brightness(97%) contrast(85%);
}

.mob_menu:hover i {
    color: #E4C079;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E4C079;
    text-transform: initial;
    border-radius: 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #22282C;
    text-transform: capitalize;
    max-width: max-content;
    border: 1px solid #E4C079;
    text-transform: initial;
    padding: 18px 25px;
    min-width: 180px;
}

.btn:focus, .btn:hover {
    background-color: #FFF;
    color: #E4C079;
    text-transform: initial;
    box-shadow: none;
}

.btn.btn-dark {
    background-color: #445C67;
    border-color: #445C67;
    color: #FFF;
}

.btn.btn-dark:focus, .btn.btn-dark:hover {
    background-color: #FFF;
    color: #445C67;
}

.btn-wrap {
    position: relative;
    max-width: max-content;
    margin: 42px auto 0 auto;
    cursor: pointer;
}

.arrow-down {
    display: flex;
    height: 24px;
    text-transform: uppercase;
}

.arrow-down span {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #BBCCD6;
    line-height: 2;
    text-transform: uppercase !important;
}

.arrow-down img {
    width: 16px;
    height: 25px;
    -webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
}

.btn-wrap:hover .arrow-down img {
    -webkit-animation-play-state: paused;
}

@-webkit-keyframes arrow {
    0% {
        height: 22px;
    }

    100% {
        height: 25px;
    }

}

.sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec-padding.home-banner, .two-column.about-us, .search-pets {
    margin-top: 100px;
}

.search-pets {
    padding-top: 6rem;
}

/* Header */
.burger-menu {
    display: none;
}

.align_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrap {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 17px 0;
    transition: 0.3s linear;
}

.header-wrap.sticky {
    transition: 0.3s linear;
    position: fixed;
    padding: 10px 0;
    background-color: #fff;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
}

.header-wrap.sticky:after {
    display: none;
}

.header-wrap .column:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-wrap:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #00000010;
}

.logo {
    display: flex;
}

.logo a:hover, .logo a:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-list {
    gap: 35px;
    margin-right: 32px;
    padding-right: 31px;
    border-right: 1px solid #445C6740;
}

.login-wrap ul {
    display: flex;
    gap: 32px;
}

.login-wrap ul li {
    display: flex;
    align-items: center;
}

.mob_menu {
    display: none;
}

/* home-banner */
.home-banner .row {
    padding-top: 7px;
}

.header_login_btn i {
    display: none;
}

.home-banner h1 {
    padding-bottom: 42px;
}

.home-banner .btn {
    min-width: 220px;
}

.home-banner .content {
    max-width: 444px;
    margin-left: auto;
}

.home-banner .img img {
    width: 100%;
    max-width: 611px;
    margin: 0 auto;
}

/* add section */
.add-section .content-wrap {
    background-color: #FFF;
}

.add-section.small-add .content-wrap {
    padding: 18px;
}

.add-section.small-add .content-wrap img {
    margin: 0 auto;
}

/* about-section  */
.about-section {
    padding-top: 42px;
}

.about-section .img img {
    margin-left: 40px;
}

.two-column .content, .about-section .content {
    max-width: 455px;
}

.about-section h2 {
    margin-bottom: 14px;
}

.about-us {
    padding: 46px 0 70px;
}

/* Two Column Section */
.two-column .img img {
    margin-left: auto;
}

.two-column .content {
    margin-left: 50px;
}

/* featured */
.featured {
    padding-top: 63px;
}

/* Pets Section */
.row.pets-wrap {
    margin-right: -8px;
    margin-left: -8px;
}

.pets-wrap .column {
    padding-left: 8px;
    padding-right: 8px;
}

.pet-item {
    cursor: pointer;
    margin-bottom: 30px;
}

.pet-item .pet-img {
    border-radius: 20px;
    overflow: hidden;
}

.pet-item .pet-img img {
    width: 100%;
    transition: 0.2s;
    height: 250px;
    object-fit: cover;
}

.pet-item:hover .pet-img img {
    transform: scale(1.2);
    transition: 0.2s;
}

.pet-item .pet-details {
    padding-top: 16px;
}

.pet-item .pet-name {
    margin-bottom: 10px;
}

.location {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #445C67;
    padding-left: 24px;
    text-transform: capitalize;
}

.location:hover {
    color: #445C67;
}

.location:before {
    position: absolute;
    content: '';
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../img/map-marker.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* all-pets */
.all-pets {
    padding: 30px 0 60px;
}

.all-pets .btn {
    margin: 20px auto 0;
}

/* About Page */
.our-team {
    padding: 70px 0;
}

.team-members {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.team-member .image {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-member h5 {
    font-weight: 500;
    padding-top: 7px;
}

.our-partners {
    padding-bottom: 20px;
}

.partners-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.partner-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    width: 100%;
    max-width: 32.5%;
}

.video-wrap {
    border-radius: 20px;
    overflow: hidden;
}

/* Footer */
.footer {
    border-top: 1px solid #00000010;
    margin-top: 60px;
}

.footer-wrap {
    padding-top: 16px;
    padding-bottom: 35px;
}

.footer-wrap .column:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-wrap .icon-list li a {
    transform: scale(1);
    transition: 0.2s;
}

.footer-wrap .icon-list li a:hover {
    transform: scale(1.2);
    transition: 0.2s;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 39px;
    border-top: 1px solid #00000010;
}

.copyright p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #445C67;
}

.copyright .navbar-list {
    padding: 0;
    border: none;
    margin: 0;
    gap: 28px;
}

/*  */
.filters form {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    border-radius: 26px;
    height: 54px;
    position: relative;
}

.filters form .btn-group, .filters form input , .filters form select {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;    /* identical to box height */
    color: #9B9B9B;
    height: auto;
    border-left: 0;
    padding: 6px 28px 6px 14px;
    margin: 0 4px;
    width: 100%;
}

.filters form input::placeholder {
    color: #9B9B9B;
}

.filters form .field-wrap {
    min-width: 9%;
}

.submit button {
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .3s linear;
}

.submit button span {
    display: none;
}

.submit {
    position: absolute;
    right: 5px;
}

.filters-wrap h5 {
    margin-bottom: 12px;
}

#search_list_pets {
    margin-top: 3rem;
}

.submit .btn:hover {
    background: #E4C079 !important;
    transform: scale(.9);
}

.submit .btn:focus img {
    color: #E4C079 !important;
}

.main_details {
    background: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.pet_img {
    background: #fff;
    border-right: 1px solid rgb(0 0 0 / 10%);
    border-left: 0;
    padding: 30px;
    border-top-left-radius: 20px;
}

.pet_det_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pet_det_title h2 {
    max-width: 78%;
}

.pet_det_title p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;/* identical to box height */
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;/* Secondary */
    color: #E4C079;
    position: relative;
}

.pet_det_title p::before {
    content: '';
    width: 6px;
    height: 6px;/* Secondary */
    background: #E4C079;
    position: absolute;
    border-radius: 100px;
    left: -10px;
    top: 6px;
}

.description_small p {
    display: flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;/* Main */
    color: #445C67;
    margin-top: 24px;
}

.description_small p img {
    margin-right: 10px;
}

.align_pets_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.align_pets_about p {
    margin: 0;
}

.pet_details_main {
    padding: 18px 33px 18px 0;
}

.align_pets_about h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;/* Main */
    color: #445C67;
}

.align_pets_about p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    text-transform: capitalize;/* Main */
    color: #445C67;
    opacity: 0.6;
}

.detail_action_btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 14px 0 20px;
}

.detail_action_btns button {
}

.detail_action_btns button {
    min-width: auto;
    display: block;
    max-width: 100%;
    width: 100%;
}

.detail_action_btns button.btn-dark {
    margin-left: 16px;
}

.align_pets_about:last-child {
    border: none;
}

.align_tags h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;/* identical to box height */
    text-transform: capitalize;/* Main */
    color: #445C67;
    margin-top: 10px;
}

.align_tags p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;/* identical to box height */

    /* Main */
    color: #445C67;
    opacity: 0.6;
    margin: 10px   0 0 10px;
}

.align_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main_description_pet {

    /* Main */

    padding: 2rem;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
}

.det_main_title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;/* Main */
    color: #445C67;
}

.main_description_pet p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;/* or 162% */

    /* Main */
    color: #445C67;
    margin: 14px 0 0;
}

.align_det_main p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;/* identical to box height */
    text-transform: capitalize;/* Secondary */
    color: #E4C079;
    margin-bottom: 4px;
}

.attribute_pet {
    padding: 2rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.align_det_main h4 {

    /* identical to box height */
    text-transform: capitalize;/* Main */
    color: #445C67;
}

.attr_listing {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.attr_listing .align_det_main {
    width: 20%;
}

.pet_owner_address {
    padding: 2rem;
}

.pet_owner_address .pet-img img {
    border-radius: 0 !important;
}

.title_pet_address p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;/* identical to box height */
    text-transform: capitalize;/* Secondary */
    color: #E4C079;
    margin: 0;
}

.listing_pet_address {
    margin-top: 1.5rem;
}

.listing_pet_address ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-weight: 500;
}

.listing_pet_address ul li a img {
    margin-right: 12px;
}

.profile_detail_link a {
    display: flex;
    align-items: center;
}

.profile_detail_link {
    margin-top: 2rem;
}


.field-wrap .btn-group .dropdown-toggle  {
    min-width: auto;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9B9B9B;
    max-width: 100%;
    display: block !important;
    width: 100%;
}


.dropdown-toggle::after {
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: -11px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
    z-index: 9;
    border-bottom: 1px solid #878787;
    border-right: 1px solid #878787;
    border-top: 0;
    border-left:  0;
}

.field-wrap ul.list {
    max-height: 400px !important;
    overflow: auto !important;
}


.dropdown-menu.show::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dropdown-menu.show::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.dropdown-menu.show::-webkit-scrollbar-thumb
{
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}

.filters form input {
    width: 90%;
}

/* Pagination CSS */
.prev_icon a , .next_icon a {
    background: #445c67;
    color: #fff;
    font-size: 20px;
}

.align_pagination a {
    border-radius: 26px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.align_pagination ul li a {
    background: #EDEEF2;
    margin: 0 4px;
    transition: .3s linear;
}

.align_pagination {
    display: flex;
}

.align_pagination ul {
    display: flex;
    margin: 0 4px;
}

.align_pagination ul li a:hover , .align_pagination ul li a.active {
    background: #edbe78;
    color: #fff;
}


.pagination_texting p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* Main Dark */
    color: #22282C;
    margin: 0;
}

.pagination_texting p span {
    color: #edbe78;
    margin: 0 5px;
}

.custom_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.pet-img>iframe {
    height: 300px;
    width: 570px;
}

.pet-img img {
    border-top-left-radius: 20px;
    max-height: 650px;
    width: 100%;
}

.main_div_block {
    display: block;
}



/* Multi Select CSS */
.multiselect-container>li>a.multiselect-all label , .multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    display: flex;
    align-items: baseline;
    padding: 10px !important;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.multiselect-container>li>a.multiselect-all label:hover {
    background: #E4C079;
}
.multiselect-container>li>a>label>input {
    width: 14px !important;
    margin-bottom: 0;
    margin-right: 4px;
}

.multiselect-container>li>a {
    padding: 0;
    display: flex;
}



.dropdown-menu.show {
    max-height: 400px;
    overflow-y: auto;
    min-width: 300px;
    z-index: 99;
    top: 16px !important;
}
.multiselect-container>li>a>label.checkbox:hover , .multiselect-container>li.active>a>label.checkbox{
    background: #e4c079;
    color: #fff;
}



.filters form .field-wrap .btn-group , .filters form .field-wrap input {
    border-right: 1px solid #e8e8e8 ;
    display: block !important;
    width: 100%;
}

.load_more_btn {
    display: flex;
    justify-content: center;
}




@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width:1550px;
    }
}



@media screen and (max-width:1200px) {
    h1.large {
        font-size: 32px;
        line-height: 40px;
    }

    h1, h2 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 600;
    }

    h1 span, h2 span {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
    }

    .container {
        max-width: 95%;
    }

    .mob_menu {
        display: block;
        margin-right: 24px;
        cursor: pointer;
    }

    .overlay_sidebar.active {
        right: 0;
    }

    .overlay_sidebar {
        position: fixed;
        top: 0;
        right: calc(100% + 30px);
        bottom: 0;
        left: 0;    /* opacity: 0; */
        background: #00000087;
        backdrop-filter: blur(2px);
        transition: .3s ease-out;
        z-index: 1;
    }

    .align_header .navbar-list {
        border: none;
        margin: 0;
        position: fixed;
        display: block !important;
        background: #fff;
        top: 0;
        width: 50%;
        right: -710px;
        padding: 3rem 0 0 0;
        gap: initial;
        transition: .3s ease-out;
        z-index: 999999;
        height: 99vh;
    }

    .align_header .navbar-list li a {
        display: block;
        border-bottom: 1px solid;
        padding: 14px;
    }

    .align_header .navbar-list.active {
        right: 0;
    }

    body.active {
        overflow: hidden;
    }

    .header_login_btn i {
        display: block;
    }

    .header_login_btn span {
        display: none;
    }

    .header_login_btn {
        min-width: auto;
        padding: 14px 15px;
    }

    .about-section .img img {
        margin-left: 0px;
    }

    .two-column .content {
        margin-left: 0px;
    }

    .footer-wrap .column:last-child {
        display: block;
    }

    .footer-wrap .column:last-child ul {
        margin: 1rem 0;
        border: none;
    }

    .footer-wrap .login-wrap ul {
        justify-content: flex-end;
    }

    .pet-item .pet-name {
        margin-bottom: 0px;
        min-height: 66px;
    }

    .img_pet_address img {
        height: 100%;
        object-fit: contain;
    }

    .img_pet_address {
        height: 100%;
    }

}

@media screen and (max-width:991px) {
    .filters form .field-wrap {
        min-width: 50%;
    }

    .filters form {
        flex-wrap: wrap;
        height: auto;
        padding: 14px;
    }

    .submit {
        position: initial;
        width: 100%;
        margin-top: 12px;
    }

    .filters form .btn-group, .filters form input , .filters .field-wrap select {
        border-bottom: 1px solid;
        padding: 12px;
    }

    .filters form .field-wrap::last-child {
        width: 100%;
    }

    .submit button span {
        display: block;
    }

    .submit button {
        width: 100%;
        min-width: 100%;
    }

    .field-wrap.input_wrap {
        width: 50%;
    }

    .field-wrap.input_wrap:last-child {
        width: 100%;
    }

    .dropdown-toggle::after {
        right: 0;
    }

    .filters form .field-wrap .btn-group, .filters form .field-wrap input , .filters form select {
        border-right: 0;
    }

    .field-wrap.input_wrap.full_on_mob {
        width: 100%;
    }



    .submit button span {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        margin-right: 14px;
    }

}

@media screen and (max-width:767px) {
    .home-banner .content {
        margin-left: 0;
        margin-bottom: 4rem;
    }

    .btn-wrap {
        margin: 74px auto 0 auto;
    }

    .about-section .img img {
        width: 100%;
    }

    .two-column .content, .about-section .content {
        max-width: 100%;
    }

    .two-column .content, .about-section .content {
        margin-top: 2rem;
    }

    .about-section {
        padding-top: 0px;
    }

    .footer-wrap .column:last-child ul.navbar-list {
        display: block !important;
        border: none !important;
    }

    .copyright {
        display: block;
    }

    .copyright .nav-menu ul {
        justify-content: flex-end;
        margin-top: 18px;
    }

    .align_header .navbar-list {
        width: 60%;
    }

    .team-members {
        flex-wrap: wrap;
    }

    .pet_details_main {
        padding: 18px 33px 18px 33px;
    }

    .attr_listing {
        flex-wrap: wrap;
    }

    .attr_listing .align_det_main {
        width: 48%;
        margin-bottom: 1rem;
    }

    .det_pet_address {
        margin-top: 1.5rem;
    }

    .pet_img {
        border-top-right-radius: 20px;
    }

    .search-pets {
        padding-top: 2rem;
    }

    .two-column .img img {
        margin-left: 0;
        width: 100%;
    }

    .partner-item {
        width: 62%;
        max-width: 48.5%;
    }

}

@media screen and (max-width:580px) {
    .logo {
        display: flex;
        width: 42%;
    }
    .copyright {
        padding: 20px 0;
    }
    .detail_action_btns {
        flex-wrap: wrap;
    }
    .detail_action_btns button.btn-dark {
        margin-left: 0;
        margin-top: 14px;
    }
    .partner-item {
        width: 100%;
        max-width: 100%;
    }


}

@media screen and (max-width:480px) {
    .filters form .field-wrap {
        min-width: 100%;
        margin: 0;
    }
    .field-wrap .btn-group .dropdown-toggle {
        text-align: left;
    }
}
