* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --theme-color: #2d1066;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Sora", serif;
}

.theme-btn {
    color: var(--white-color) !important;
    background-color: var(--theme-color);
    padding: 15px 30px;
    border-radius: 100px;
    text-decoration: none !important;
}

.theme-heading {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 52px;
}

.para {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

/* header css start */
.header {
    background-color: var(--black-color);
    padding: 10px 0px;
    position: relative;
    z-index: 111;
    width: 100%;
}

.head-default .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

/* .header .container-fluid {
    max-width: 1280px;
} */

.header-bar .col-lg-3,
.header-bar .col-xl-3 {
    padding: unset;
}

.navbar-nav-left ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 34px;
    margin: unset;
    justify-content: center;
}

.navbar-nav-right ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: unset;
    justify-content: center;
}

.navbar-logo {
    text-align: center;
    margin-bottom: -48px;
}

.navbar-logo a {
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
}

.navbar-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-nav-left ul .nav-item .nav-link {
    padding: unset;
}

.navbar-nav-left ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
}

.navbar-nav-right ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
}

.navbar-nav-right ul li a.purple-vector {
    /* background-color: var(--theme-color);
    width: 55px;
    height: 55px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    background-color: var(--theme-color);
    width: 56px;
    height: 56px;
}

.navbar-nav-right ul li a.purple-vector i {
    font-size: 17px;
}

.navbar-nav-left ul .nav-item .dropdown-item {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--white-color);
    transition: all ease-in 0.3s;
}

.navbar-nav-left ul .nav-item .dropdown-item:hover {
    background: var(--theme-color);
    color: var(--white-color);
    padding-left: 20px;
}

/* .navbar-nav-right ul li a.purple-vector span {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 18px;
    height: 18px;
    background-color: #D9534F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
} */

/* header css end */

/* home banner css start */
.home-banner {
    background-image: url("../images/home-banner-bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}

/* .home-banner .container-fluid {
    max-width: 1280px;
} */

.home-banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
}

.home-banner-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
    margin-top: 10px;
}

.home-banner-anchor {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

/* home banner css end */

/* best seller css start */
/* .best-seller .container-fluid {
    max-width: 1280px;
} */

.best-seller .col-lg-3 {
    /* padding: unset; */
}

.best-seller-search-bar {
    display: flex;
    align-items: center;
    /* border: 1px solid #B5B5B5; */
    border-radius: 50px;
    background-color: #f2edfe;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
    box-shadow: 0px 3px 5px 0px #0000001a;
    height: 50px;
}

.best-seller-search-bar select,
.best-seller-search-bar input {
    border: none;
    padding: 10px 15px;
    background: none;
    font-size: 14px;
    color: #2d1066;
    outline: none;
    cursor: pointer;
    width: 50%;
}

.best-seller-search-bar input {
    flex-grow: 1;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
    color: #333;
}

.best-seller-search-bar button {
    background-color: var(--theme-color);
    border: none;
    padding: 10px 15px 14px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.best-seller {
    padding: 80px 0px;
}

.best-seller-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-seller-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--black-color2);
    position: relative;
    z-index: 1;
}

.best-seller-heading h2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 43%;
    width: 100px;
    height: 4px;
    background-color: var(--theme-color);
}

.best-selling-cards {
    border-radius: 14px;
    position: relative;
    box-shadow: 0px 4px 4px 0px #5e5e5e40;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.best-selling-cards img {
    width: 100%;
}

.best-selling-card-content {
    padding: 15px 0px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.best-selling-card-content h4 {
    color: #091727;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    margin: 0px;
}

.best-selling-card-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

/* .best-selling-card-price p { */
.best-selling-card-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #2d1066;
}

.best-selling-card-price .cut-price {
    color: #a7a7a7;
    text-decoration: line-through;
}

.best-selling-card-price .actual-price {
    color: var(--theme-color);
    /* text-decoration: underline; */
}

/* .best-selling-card-btn a { */
.best-selling-card-content p.link {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 14px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 14px;
}

.best-selling-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-selling-cards .sale-tag {
    position: absolute;
    right: 19px;
    top: 19px;
    color: var(--white-color);
    font-size: 20px;
    z-index: 9;
}

.best-selling-main {
    margin-bottom: 50px;
}

/* best seller css end */

/* about us css start */
/* .about-us-sec .container-fluid {
    max-width: 1280px;
} */

.about-us-content h2 {
    margin-bottom: 20px;
}

.about-us-content .about-us-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.about-us-cards-details {
    /* background-color: var(--theme-color); */
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    width: 282px;
    height: 285px;
    position: relative;
}

/* .about-us-cards-details:hover {
    background-color: var(--theme-color);
} */

.about-us-cards-details:hover h4 {
    color: var(--white-color);
}

.about-us-cards-details:hover p {
    color: var(--white-color);
}

.about-us-cards-details-content h4 {
    margin-bottom: 3px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
}

.about-us-cards-details-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.about-us-sec {
    padding: 39px 0px 50px;
}

/* about us css end */

/* customer-sec css start */
.customer-sec {
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    padding: 85px 0px;
}

.customer-sec .col-lg-3 {
    padding: unset;
}

/* .customer-sec .container-fluid {
    max-width: 1820px;
} */

.customer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.customer-content p {
    text-align: end;
}

.customer-image-div {
    text-align: center;
}

.customer-image-div img {
    width: 100%;
}

.customer-contentXtra {
    align-items: flex-start;
}

.customer-contentXtra p {
    text-align: start;
}

.customer-content h3 {
    color: var(--theme-color);
    font-size: 72px;
    font-weight: 700;
}

.customer-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 22px;
}

.customer-content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 0;
}

/* customer-sec css end */

/* latest-puppies section css start */
.latest-puppies-sec {
    margin: 80px 0px;
}

.latest-puppies-content {
    text-align: center;
    margin-bottom: 50px;
}

.latest-puppies-content h2 {
    margin-bottom: 20px;
}

.latest-puppies-sec .best-selling-cards {
    margin-bottom: 30px;
}

.latest-puppies-btn {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connecting-content {
    background-image: url("../images/connecting-bg-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    display: flex;
    align-items: center;
    padding: 226px 0px;
}

.connecting-sec {
    background-color: var(--white-color);
}

.connecting-content p {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    width: 845px;
    margin: 140px 11px 0 auto;
    color: #fff;
}

.connecting-content p span {
    color: var(--theme-color);
    font-weight: 700;
}

.why-choose-us-sec {
    padding: 85px 0px 0;
    position: relative;
    padding-bottom: 50px;
    overflow-x: hidden;
}

.why-choose-us-sec .custom-container-css {
    position: relative;
}

.why-choose-us-sec .custom-container-css::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/pawn1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -160px;
    top: 160px;
    width: 100px;
    height: 100px;
}

.why-choose-us-sec .custom-container-css::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/paw-big.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -350px;
    top: -50px;
    width: 165px;
    height: 190px;
}

.why-choose-us-content h4 {
    font-family: "Pacifico", serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--theme-color);
}

.why-choose-us-content h2 {
    margin-bottom: 16px;
}

.why-choose-us-cards {
    margin-top: 50px;
}

.why-choose-us-cards .about-us-cards-details {
    margin-bottom: 20px;
    box-shadow: 0px 30px 60px 0px #0000001a;
    background-color: var(--white-color);
}

.why-choose-us-cards .about-us-cards-details:hover {
    background-color: var(--theme-color);
}

.why-choose-us-cards .about-us-cards-details h4 {
    font-family: unset;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
}

.why-choose-us-cards .about-us-cards-details:hover h4 {
    color: var(--white-color);
}

.why-choose-us-image {
    text-align: center;
}

.why-choose-bulldog-sec {
    background: linear-gradient(179deg, #f7f3ff, transparent);
    padding: 285px 0px 480px;
    position: relative;
    z-index: 1;
}

.why-choose-bulldog-left h4 {
    font-family: "Pacifico", serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.why-choose-bulldog-left h2 {
    margin-bottom: 16px;
}

.why-choose-bulldog-left p {
    margin-bottom: 20px;
}

.accordian-content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.why-choose-bulldog-accordians .card-header {
    padding: 22px;
    border: unset;
}

.why-choose-bulldog-accordians .card-header button {
    padding: unset;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    box-shadow: unset;
}

.accordian-header-content {
    text-align: start;
    flex-grow: 1;
}

.accordian-header-content h4 {
    margin-bottom: unset;
    font-family: unset;
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
}

.chevron-downwards i {
    transition: transform 0.3s;
    color: var(--white-color);
}

.accordian-header-content p {
    margin-bottom: unset;
    margin-top: 10px;
}

.why-choose-bulldog-accordians .card {
    margin-bottom: 20px;
    box-shadow: 0px 30px 60px 0px #0000001a;
    border: unset;
    border-radius: 10px;
}

.chevron-downwards {
    background-color: var(--theme-color);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.why-choose-bulldog-right {
    background-color: var(--white-color);
    box-shadow: 0px 4px 12px 0px #0000001f;
    padding: 48px;
    border-radius: 10px;
}

.why-choose-bulldog-right-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #0000002b;
}

.why-choose-bulldog-right-top h3 {
    font-weight: 500;
    font-size: 24px;
    color: var(--theme-color);
    margin-top: 15px;
}

.why-choose-bulldog-right-body {
    padding: 30px 0px 0;
    border-bottom: 1px solid #0000002b;
}

.why-choose-bulldog-right-body-content {
    margin-bottom: 30px;
}

.why-choose-bulldog-right-body-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
}

.why-choose-bulldog-right-body-content p {
    color: var(--black-color);
}

.why-choose-bulldog-right-top p {
    color: var(--black-color);
    font-size: 14px;
}

.why-choose-bulldog-right-footer {
    margin-top: 24px;
}

.why-choose-bulldog-right-footer p {
    font-size: 14px;
    color: var(--black-color);
}

.why-choose-bulldog-right-body-content p a {
    color: var(--black-color);
    text-decoration: none;
}

.why-choose-bulldog-sec-before img {
    width: 100%;
}

.why-choose-bulldog-sec-before {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -1px;
}

.testimonial-sec {
    padding: 75px 0px 70px;
    position: relative;
}

.testimonial-content {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-content h4 {
    margin-bottom: 20px;
    font-family: "Pacifico", serif;
    color: var(--theme-color);
    font-weight: 400;
    font-size: 22px;
}

.testimonial-box {
    border: 1px solid #dcdcde;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 33px 33px 38px;
}

.testimonial-box .testimonial-client-details {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}

.testimonial-box .testimonial-client-details img {
    width: unset;
}

.testimonial-box p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-client-details-content p {
    text-align: start;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: unset;
}

.testimonial-client-details-content h5 {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.footer {
    background-color: var(--black-color);
    position: relative;
    z-index: 10;
    padding: 100px 0px 60px;
}

.footer-newsletter {
    background-color: var(--white-color);
    padding: 45px 32px;
    border-radius: 10px;
}

.footer-newsletter-form form input {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #f2f6f9;
    background-color: #f2f6f9;
    padding: 10px;
    font-size: 14px;
    outline: none;
}

.footer-newsletter-form form button {
    width: 100%;
    height: 50px;
    border: unset;
    outline: unset;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 100px;
    margin-top: 15px;
}

.footer-content {
    margin: 50px 0px;
}

.footer-visit-sec h3 {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-visit-sec select {
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    padding: 14px 48px;
    border-radius: 100px;
}

.footer-visit-sec select option {
    color: var(--black-color);
}

.footer-visit-sec ul {
    margin-top: 20px;
    list-style-type: none;
    margin-bottom: unset;
}

.footer-visit-sec ul li {
    color: var(--white-color);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.footer-visit-sec ul li a {
    text-decoration: none;
    color: var(--white-color);
}

.listing-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-social-links li {
    width: 32px;
    height: 32px;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.listing-social-links li i {
    font-size: 16px;
}

.footer-pages h3 {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-pages ul {
    list-style-type: none;
    margin-top: 22px;
}

.footer-pages ul li {
    margin-bottom: 10px;
}

.footer-pages ul li a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.copyright-content {
    padding-top: 25px;
    border-top: 1px solid #dcdcde;
}

.copyright-content .copyright-payment {
    text-align: end;
}

.copyright-content .copyright-para p {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
}

.footer-logo-sec p {
    color: var(--white-color);
    margin-top: 15px;
}

.footer::before {
    content: "";
    background-image: url("../images/footer-top-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 400px;
    top: -370px;
    left: 0px;
    z-index: -1;
}

.footer img.footer-bulldog-img {
    width: 500px;
    height: 500px;
    object-fit: contain;
    position: absolute;
    top: -450px;
    left: 200px;
    right: 0px;
    margin: 0 auto;
}

.btn.btn-primary.btn-lg.btn-block {
    background-color: #2d1066;
    border-radius: 7px;
    border-color: #2d1066;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2d1066;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 43%;
    font-size: 11px;
    font-family: var(--kanit-font);
    user-select: none;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 11px;
    font-family: var(--kanit-font);
    user-select: none;
    padding-left: 22px;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* .header .container-fluid {
    max-width: 70%;
} */

.why-choose-bulldog-right .form-group .form-control {
    padding: 20px;
    border-radius: 5px;
    background-color: #f2f6f9;
    font-size: 14px;
}

.why-choose-bulldog-right .form-group textarea.form-control {
    height: 135px;
}

.why-choose-bulldog-right .form-group .label {
    font-weight: 700;
}

.why-choose-bulldog-right .form-group button {
    font-weight: 700;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px;
    border-radius: 30px;
    background-color: #2d1066;
    color: #fff;
}

.breed .best-selling-card-content {
    padding: 20px;
}

.breed .best-selling-card-content p {
    font-size: 14px;
    color: #a3a3a3;
}

.breed.best-selling-cards img {
    border-radius: 10px 10px 0px 0px;
    height: 250px;
    object-fit: fill;
}

.home-banner-dog {
    text-align: center;
}

.home-banner-dog img {
    width: 90%;
}

/* dogs page styling start */
.inner-dogs-banner {
    background-color: var(--theme-color);
    padding: 60px 0px 30px;
}

.inner-dogs-banner-content h1 {
    color: var(--white-color);
    font-size: 60px;
}

.inner-dogs-banner-content p {
    color: var(--white-color);
}

.inner-dogs-banner-content {
    text-align: center;
}

.dogs-filter-card-sec {
    padding: 70px 0px 700px;
    position: relative;
}

.dogs-filter-card-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}

.locations-box .filter-btn {
    border: 2px solid rgb(240, 240, 241);
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 4px;
    color: rgb(75, 75, 77);
    transition: all ease 0.2s;
    outline: none;
    font-size: 14px;
}

.locations-box .filter-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 2px solid var(--theme-color);
}

.locations-box .filter-btn i:nth-child(1) {
    margin: 0 5px 0 0;
}

.location-open-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 24px;
    border-radius: 5px;
    background-color: var(--white-color);
    position: absolute;
    top: 55px;
    z-index: 1111;
    width: 440px;
    left: 0;
    display: none;
}

.locations-box-parent {
    position: relative;
}

.color-box-parent {
    position: relative;
}

.location-open-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.location-open-box p {
    font-size: 14px;
}

.location-form {
    margin: 25px 0;
}

.location-form input {
    width: 100%;
    border-radius: 6px;
    outline: none;
    border: 2px solid #f0f0f1;
    padding: 5px;
    font-size: 14px;
}

.location-form label {
    font-size: 12px;
    font-weight: 500;
}

.filter-active-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 10px 25px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.inactive-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    padding: 10px 25px;
    outline: none;
    border-radius: 5px;
    border: 2px solid var(--theme-color);
    font-size: 14px;
}

.location-box-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.location-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.location-form .checkbox-label {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hide-checkbox-label {
    display: none;
}

#filterModal .modal-dialog {
    max-width: 780px;
}

#filterModal .modal-body {
    padding: 0rem 0px 3rem 3rem;
}

#filterModal .modal-header {
    border-bottom: unset;
    padding: 30px 48px 25px;
}

#filterModal .modal-header .close {
    border: 1px solid rgb(163 163 167);
    border-radius: 100px;
    padding: unset;
    width: 50px;
    height: 50px;
}

#filterModal .modal-content {
    border-radius: 20px;
}

#filterModal .modal-footer {
    justify-content: space-between;
    padding: 15px 50px;
}

.filter-result-location-main h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.filter-result-location-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}

.filter-result-location-content h4 {
    font-size: 18px;
}

.filter-result-location-content p {
    font-size: 14px;
}

.filter-result-location-content-box {
    border-bottom: 1px solid #f0f0f1;
    padding: 32px 0px;
}

.filter-result-location-content-box-input input {
    width: 100%;
    border: 1px solid #f0f0f1;
    padding: 8px;
    border-radius: 9px;
    font-size: 14px;
    margin-top: 8px;
    outline: none;
}

.filter-result-location-content-box-input {
    margin-top: 20px;
}

.filter-result-location-content-box-input label {
    font-size: 12px;
    font-weight: 500;
}

.filter-result-location-content-box-input-div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 10px;
}

.filter-result-location-content-box-input-div-same {
    border: 1px solid #f0f0f1;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.filter-result-location-content-box-input-div-same input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked+i,
.filter-result-location-content-box-input-div-same input[type="radio"]:checked+p {
    color: #000;
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked+i {
    transform: scale(1.1);
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked~p {
    font-weight: bold;
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked~i {
    font-weight: bold;
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked~* {
    color: #fff;
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked~* {
    color: white;
}

.filter-result-location-content-box-input-div-same input[type="radio"]:checked~* {
    color: var(--theme-color);
}

.filter-result-location-content-box-input-div-same:has(input[type="radio"]:checked) {
    border-color: var(--theme-color);
    color: #fff;
}

.filter-result-location-content-box-input-div-same i {
    font-size: 20px;
}

.filter-result-location-content-box-input-div-same i {
    background-color: rgb(237, 247, 255);
    width: 50px;
    border-radius: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-result-color-content-box h5 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
}

.checkbox-div-all-filters {
    margin-top: 20px;
}

.checkbox-div-all-filters .checkbox-label input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #f0f0f1;
    padding: 5px;
    font-size: 14px;
}

.checkbox-div-all-filters .checkbox-label {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
}

.filter-result-alert {
    background-color: #fafafa;
    margin-right: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.filter-result-alert p {
    color: var(--black-color);
}

.filter-result-alert i {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
}

.dogs-filter-card-box-main a {
    text-decoration: none;
}

.dogs-filter-card-images {
    position: relative;
    z-index: 1;
}

.dogs-filter-card-images .owl-nav {
    position: relative;
}

.dogs-filter-card-images .owl-nav .owl-prev {
    left: 10px;
    position: absolute;
    top: -195px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #2d1066 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    border: 1px solid #2d1066 !important;
}

.picks-btn-fix .owl-nav .owl-prev {
    top: -150px !important;
}

.picks-btn-fix .owl-nav .owl-next {
    top: -150px !important;
}

.dogs-filter-card-images .owl-nav .owl-prev:hover {
    background-color: #fff !important;
}

.dogs-filter-card-images .owl-nav .owl-prev:hover span {
    color: #2d1066;
}

.dogs-filter-card-images .owl-nav .owl-prev span {
    color: #ffffff;
    font-size: 40px;
    z-index: 30;
    margin-bottom: 5px;
    margin-right: 3px;
}

.dogs-filter-card-images .owl-nav .owl-next {
    right: 10px;
    position: absolute;
    top: -195px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #2d1066 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    border: 1px solid #2d1066 !important;
}

.dogs-filter-card-images .owl-nav .owl-next:hover {
    background-color: #fff !important;
}

.dogs-filter-card-images .owl-nav .owl-next:hover span {
    color: #2d1066;
}

.dogs-filter-card-images .owl-nav .owl-next span {
    color: #fff;
    font-size: 40px;
    z-index: 30;
    margin-bottom: 5px;
}

.dogs-filter-card-images .item i {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 50;
}

.dogs-filter-card-images .item {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    background-color: #2d106638;
    border-top: 2px solid #2d1066;
    border-right: 2px solid #2d1066;
    border-left: 2px solid #2d1066;
}

.dogs-filter-card-images .item img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dogs-filter-card-box-content-top {
    display: flex;
    align-items: baseline;
    padding-top: 8px;
    justify-content: space-between;
}

.dogs-filter-card-box-content-top-left h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 2px;
}

.dogs-filter-card-box-content-top-left p {
    font-size: 12px;
}

.dogs-filter-card-box-content-top-right {
    background-color: #f1f1f1;
    padding: 1px 15px;
    border-radius: 100px;
}

.dogs-filter-card-box-content-top-right span {
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.dogs-filter-card-box-content-body-content img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
}

.dogs-filter-card-box-content-body-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dogs-filter-card-box-content-body-content .dogs-filter-card-box-content-body-content-heading h5 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.dogs-filter-card-box-content-body {
    margin-top: 9px;
    border-top: 1px solid #f0f0f1;
    padding-top: 7px;
}

.dogs-filter-card-box-content-footer-content {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.dogs-filter-card-box-content-footer-content p {
    margin-bottom: unset;
    font-size: 13px;
    color: grey;
    font-weight: 400;
}

.dogs-filter-card-box-content-footer-content i {
    color: grey;
}

/* dogs page styling end */
.stellar-puppy-picks-slider .owl-dots {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-color);
}

/* dogs details sec start */
.dogs-details-sec {
    padding: 70px 0px;
    position: relative;
}

.dogs-details-top-content1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dogs-details-top-content1 span {
    color: #000;
    background-color: rgb(245, 245, 245);
    padding: 6px 16px;
    border-radius: 100px;
    font-weight: 500;
    font-style: 16px;
}

.dogs-details-top-content2-left img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;
}

.dogs-details-top-content2-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dogs-details-top-content2-left p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.dogs-details-top-content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dogs-details-top-content2-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.dogs-details-top-content2-right a {
    text-decoration: none;
    color: #000;
}

.dogs-details-top-content2-right a i {
    margin-right: 5px;
    padding: 20px;
    display: grid;
}

.dogs-details-gallery-list ul {
    list-style-type: none;
    margin-bottom: unset;
}

.dogs-details-gallery-list ul li a img {
    width: 100%;
    height: 100%;
    border-radius: unset;
}

.dogs-details-gallery a img {
    width: 100%;
    height: 100%;
    /* height: 615px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dogs-details-gallery .col-lg-9 {
    padding-right: 0;
}

.dogs-details-gallery .col-lg-3 {
    padding-left: 4px;
}

.dogs-details-gallery-list ul li {
    margin-bottom: 4px;
}

.dogs-details-gallery-list ul li:nth-child(3) {
    margin-bottom: unset;
}

.dogs-details-top {
    margin-bottom: 40px;
}

.dogs-details-info {
    margin-top: 40px;
}

.dogs-details-info-content p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.dogs-details-info-content span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.dogs-details-info-color-box-main {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.dogs-details-info-color-box {
    background-color: #fafafa;
    padding: 10px 100px 10px 10px;
    border-radius: 10px;
}

.dogs-details-info-color-box h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.dogs-details-info-color-box p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: unset;
}

.dogs-breeder-details-info {
    margin-top: 30px;
}

.dogs-breeder-details-info img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
}

.dogs-breeder-details-info-content {
    margin-top: 12px;
}

.dogs-breeder-details-info-content ul {
    list-style-type: none;
    margin: 20px 0px;
}

.dogs-breeder-details-info-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.dogs-breeder-details-info-content ul li {
    color: #4b4b4d;
    font-size: 14px;
    font-weight: 400;
}

.dogs-breeder-details-info-content ul li i {
    margin-right: 6px;
    color: #4b4b4d;
}

.dogs-breeder-details-info-content a {
    text-decoration: none;
    color: #000;
    background-color: #f0f0f1;
    padding: 6px 16px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
}

.dogs-details-included-sec {
    margin-top: 40px;
}

.dogs-details-included-sec h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.dogs-details-included-sec-content {
    padding: 16px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}

.dogs-details-included-sec-content i {
    color: #000;
    font-size: 18px;
}

.dogs-details-included-sec h3 {
    margin-bottom: 20px;
}

.dogs-details-included-sec-content p {
    font-size: 14px;
}

.request-info-main {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: var(--white-color);
}

.request-info-head {
    background-color: var(--theme-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
}

.request-info-head h3 {
    color: var(--white-color);
    font-size: 32px;
    font-weight: 500;
    margin: unset;
    text-align: center;
}

.request-info-body {
    padding: 0 15px;
}

.request-info-body-content-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.request-info-body-content-head p {
    margin-bottom: unset;
    font-weight: 500;
}

.request-info-body-content ul {
    list-style-type: none;
    margin-top: 14px;
    margin: unset;
}

.request-info-body-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.request-info-body-content ul li p {
    font-size: 14px;
    font-weight: 600;
}

.request-info-body-content p {
    font-size: 14px;
}

.request-info-body-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.request-info-body-content:nth-child(2) {
    border: unset;
}

.request-info-footer {
    margin-bottom: 20px;
    padding: 0px 24px;
}

.request-info-footer a {
    border: 2px solid #2d1066;
    color: #fff !important;
    background-color: #2d1066;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.request-info-footer p {
    font-size: 14px;
    color: #2d1066;
}

.request-info-footer .disclaimer-box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.request-info-footer .disclaimer-box p {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 400;
}

/* dogs details sec end */
.breed.best-selling-cards {
    margin-bottom: 20px;
}

/* breed details page start */
.breeds-details-sec {
    padding: 70px 0;
    position: relative;
}

.breeds-details-sec-content-para {
    margin-top: 40px;
}

.breeds-details-sec-content-para h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
}

.breeds-details-sec-content-para p {
    margin-bottom: 10px;
    font-size: 14px;
}

.breeds-details-sec-content h2 {
    margin-top: 40px;
}

.breeds-details-sec-content-para ul {
    list-style-type: none;
}

.breeds-details-sec-content-para ul li {
    font-size: 14px;
    margin-bottom: 9px;
}

.breeds-details-sec-content-para ul li i {
    margin-right: 8px;
}

/* breed details page end */
body {
    cursor: url("../images/cursor.png"), auto;
}

a,
button {
    cursor: pointer !important;
}

.heart-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

.dogs-filter-card-images {
    position: relative;
}

.about-us-cards-details-content {
    padding: 15px;
    background-color: var(--theme-color);
}

.breeds-puppies .owl-dots {
    display: block !important;
}

.about-us-sec .about-us-cards-details img {
    width: 100%;
    height: 192px;
}

/* .about-us-cards-details:hover .theme-btn {
    background: #fff !important;
    color: #2d1066 !important;
} */

.breeds-puppies .owl-nav button.owl-next {
    /* font-size: 40px; */
    right: 0;
    position: absolute;
    /* top: -70px; */
    background-color: #2d1066;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.breeds-puppies .owl-nav button.owl-prev {
    right: 10%;
    position: absolute;
    background-color: #2d1066;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.dogs-filter-card-box-main {
    margin-bottom: 60px;
    display: block;
    text-decoration: none !important;
    box-shadow: 0px 1px 10px 0px #2d106659;
    border-radius: 20px;
}

.dogs-filter-card-box-content-body-content-heading p {
    font-size: 11px;
    margin: 0px;
    color: grey;
    text-decoration: underline;
}

.parentsDogs {
    padding-top: 80px;
    padding-bottom: 500px;
}

.heading-4 {
    font-size: 29px;
}

.bg-branch-dark {
    background-color: #2d1066;
    color: white;
    padding: 4px 20px;
    border-radius: 17px;
}

.headFlex {
    display: flex;
    align-items: center;
    gap: 14px;
}

ul.PuppyParents__attributesList.flex.flex-wrap.f2.mb8 {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

p.fw-medium.mb1 {
    font-weight: 600;
}

.headFlex h4 {
    margin: 0px;
}

/* fancy Images  */
.image-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.view-image-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}

.view-image-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.imgParent {
    height: 320px;
    border-radius: 11px;
}

.navbar-nav-left .dropdown-menu {
    margin: 0;
    padding: 0;
    height: 327px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 250px;
}

/* width */
.navbar-nav-left .dropdown-menu::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.navbar-nav-left .dropdown-menu::-webkit-scrollbar-track {
    background: #7151b3;
}

/* Handle */
.navbar-nav-left .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--theme-color);
}

.navbar-nav-left .dropdown-menu .dropdown-item {
    padding: 12px 25px;
}

.stellar-puppy-picks-slider img {
    height: 250px;
}

.footer-visit-sec .navbar-nav-left {
    border: 1px solid #fff;
    display: flex;
    justify-content: flex-start;
    width: 70%;
    height: 60px;
    align-items: center;
    padding: 20px 50px;
    border-radius: 100px;
}

.footer-visit-sec .navbar-nav-left ul {
    margin: 0;
    width: 100%;
}

.main {
    padding: 20px;
}

.tab-content {
    margin-top: 15px;
}

.nav-tabs>li {
    margin-bottom: -4px;
    margin-left: 10px;
}

.nav>li>a {
    padding: 5px;
}

.nav-tabs>li>a {
    font-size: 16px;
    line-height: 2;
    color: #2d1066;
    padding: 8px 25px;
    text-decoration: none;
    border: 1px solid #2d1066;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs>li.active a:hover {
    color: #2d1066 !important;
}

/*.nav-tabs>li.active {
    border-bottom: 3px solid #4285f4;
    transition: border-bottom .5s linear;

   }
   */
.mytabs a.active {
    border: 1px solid #2d1066;
    background-color: #2d1066;
    color: #fff !important;
}

.mytabs ul {
    justify-content: center;
    gap: 12px;
    border: unset;
}

/* new banner css start */
.home-banner-slides .banner-oneImage {
    background-image: url("../images/banner-one-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 865px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 70px;
}

.banner-one-content a {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 10px 55px;
    border-radius: 100px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.banner-one-content .transparent-banner-btn {
    background-color: transparent;
    color: var(--black-color);
    padding: 10px 55px;
    border-radius: 100px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--black-color);
}

.banner-one-image {
    position: relative;
    z-index: 1;
}

.banner-one-image::before {
    content: "";
    position: absolute;
    z-index: 11;
    width: 120px;
    height: 120px;
    top: 39%;
    bottom: 50%;
    left: 42%;
    right: 50%;
    background-image: url("../images/new-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-one-image img {
    width: unset !important;
    margin: 0 auto;
    animation: rotateCircle 40s linear infinite;
}

.banner-one-content h1 {
    font-size: 60px;
    color: #000;
    font-weight: 500;
}

.banner-one-content h1 span {
    color: var(--theme-color);
    font-weight: 700;
}

.banner-one-anchor {
    display: flex;
    align-items: center;
    gap: 12px;
}

.banner-one-social a {
    display: flex;
    background-color: unset;
    padding: unset;
    font-size: unset;
    font-weight: unset;
    margin-left: 37px;
}

.banner-one-social a img {
    margin-left: -37px;
}

.banner-one-social a .score {
    background-color: var(--theme-color);
    border-radius: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -37px;
    border: 1px solid #fff;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner-one-content {
    position: relative;
    z-index: 1;
}

.banner-one-content::before {
    content: "";
    position: absolute;
    z-index: 111;
    width: 194px;
    height: 50px;
    right: 0;
    top: -136px;
    background-image: url("../images/wave-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-one-content::after {
    content: "";
    position: absolute;
    z-index: 111;
    width: 194px;
    height: 50px;
    right: 188px;
    bottom: -150px;
    background-image: url("../images/wave-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-twoImage {
    /* background-color: #F2F6F9;
    height: 865px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px; */
    background-image: url("../images/banner-two-new.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 865px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 70px;
}

.banner-two-content::before {
    display: block;
    background-image: url("../images/arrow-shape-banner.png");
    height: 112px;
    right: -120px;
}

.banner-two-content::after {
    display: none;
}

.banner-two-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* .banner-two-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/group-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 13px;
    width: 606px;
    height: 606px;
    left: 141px;
    animation: rotateCircle 40s linear infinite;
} */

.banner-two-image::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/group-paw.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    width: 150px;
    height: 110px;
    left: 0;
}

.banner-two-image img {
    width: unset !important;
}

.custom-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #f5f7fa;
    border-radius: 50px;
    padding: 22px 10px 22px 36px;
    border: none;
    outline: none;
    box-shadow: 0px 4px 7px 0px #0000001a;
}

.custom-select select {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    font-size: 16px;
    color: #888;
    cursor: pointer;
}

.custom-select select option {
    background: var(--theme-color);
    color: #fff;
}

.custom-select .icon {
    background: #32145a;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.banner-two-search {
    margin-top: 35px;
}

/* new banner css end */

/* stud-dog-sec css start */
.stud-dog-sec {
    padding: 60px 0px 500px;
}

.stud-dogs-slides {
    background-color: var(--white-color);
    box-shadow: 0px 2px 18px 0px #0000001a;
    border-radius: 20px;
    padding: 16px;
}

.stud-dogs-slides #mainImage {
    border-radius: 15px;
    height: 470px;
}

.thumb-wrapper {
    position: relative;
    display: inline-block;
    height: 100px;
    overflow: hidden;
}

.thumb-wrapper.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
    border-radius: 5px;
}

.stud-request-info-main {
    border: unset;
    box-shadow: 0px 2px 18px 0px #0000001a;
    margin-bottom: 20px;
}

.stud-request-info-main .fontBold {
    font-weight: 700;
    margin: 0;
}

.stud-request-info-main .fontBold img {
    margin-right: 12px;
}

.stud-request-info-main .fontLight {
    font-weight: 400;
    margin: 0;
}

.stud-request-info-main ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0px;
}

.stud-request-info-main .request-info-body-content {
    border: unset;
    padding: unset;
}

.stud-details-footer-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.stud-details-footer {
    padding: 15px;
}

.stud-details-footer-price .pricingTag {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
}

.stud-details-footer-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.thumb-wrapper img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.stud-details-footer a {
    background-color: #2d1066;
    border: 2px solid #2d1066;
    color: #fff !important;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.stud-details-footer p.para {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.stud-dog-details-sec {
    padding: 20px 0px 20px;
}

.stud-dog-details-content h3 {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
}

.stud-dog-details-content p {
    margin-bottom: 10px;
    color: #696969;
}

/* stud-dog-sec css end */

.mobile-view-nav {
    display: none;
}

.form-control:focus {
    border-color: #2d1066 !important;
    outline: unset !important;
    box-shadow: 0px 1px 10px 0px #2d106659 !important;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single {
    background-color: #e9e9e9 !important;
    border: 0px !important;
}

.why-choose-bulldog-right .form-control {
    background-color: #fff !important;
}

.forgotBtn p {
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.forgotBtn p a {
    font-size: 16px;
    color: #2d1066;
}

.forgotBtn a#fogotpasswordbtn {
    text-align: end;
    font-size: 13px;
    width: max-content;
    display: block;
    color: #2d1066;
    margin-left: auto;
}

.header-bar {
    cursor: pointer;
}

.home-banner-sec {
    position: relative;
    background: linear-gradient(180deg, #ffffff -60.21%, #f2ebff 100%);
    padding: 100px 0px;
}

.puppies-listing-content-box a {
    text-decoration: none;
    display: flex;
}

.puppies-listing-content-box a:hover .puppies-listing-content-box-main {
    box-shadow: -10px 10px 9px #00000040;
}

.puppies-listing-content-box a:hover .puppies-listing-content-box-main p {
    text-decoration: underline;
}

/* .home-banner-sec::before {
    content: "";
    position: absolute;
    z-index: 111;
    background-image: url("../images/banner-shape.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 95px;
} */

.best-seller-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #f2edfe;
}

.stellar-puppy-picks-slider>.owl-nav button.owl-prev {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px 5px 50px 50px;
    border: 2px solid var(--theme-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-prev:hover {
    background: var(--theme-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-next {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px 50px 50px 50px;
    border: 2px solid var(--theme-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-next:hover {
    background: var(--theme-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-next:hover::before {
    color: var(--white-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-prev:hover::before {
    color: var(--white-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-next span {
    display: none;
}

.stellar-puppy-picks-slider>.owl-nav button.owl-next::before {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: var(--theme-color);
}

.stellar-puppy-picks-slider>.owl-nav button.owl-prev span {
    display: none;
}

.stellar-puppy-picks-slider>.owl-nav button.owl-prev::before {
    content: "\f053";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: var(--theme-color);
}

.breeds-puppies .owl-nav button.owl-prev {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px 5px 50px 50px;
    border: 2px solid var(--theme-color);
}

.breeds-puppies .owl-nav button.owl-prev:hover {
    background: var(--theme-color);
}

.breeds-puppies .owl-nav button.owl-next {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px 50px 50px 50px;
    border: 2px solid var(--theme-color);
}

.breeds-puppies .owl-nav button.owl-next:hover {
    background: var(--theme-color);
}

.breeds-puppies .owl-nav button.owl-next:hover::before {
    color: var(--white-color);
}

.breeds-puppies .owl-nav button.owl-prev:hover::before {
    color: var(--white-color);
}

.breeds-puppies .owl-nav button.owl-next span {
    display: none;
}

.breeds-puppies .owl-nav button.owl-next::before {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: var(--theme-color);
}

.breeds-puppies .owl-nav button.owl-prev span {
    display: none;
}

.breeds-puppies .owl-nav button.owl-prev::before {
    content: "\f053";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: var(--theme-color);
}

.about-us-cards-details-content a {
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    border: 7px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* new section start puppies listing */
.puppies-listing-sec {
    background: linear-gradient(180deg,
            rgba(242, 236, 255, 0) 0%,
            #f2ecff 100%);
    padding: 120px 70px 70px;
    position: relative;
}

.puppies-listing-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.puppies-listing-content h3 {
    font-weight: 500;
    color: #000000;
    font-size: 52px;
    line-height: 57px;
}

.puppies-listing-content h3 span {
    font-weight: 700;
    color: var(--theme-color);
}

.puppies-listing-content-box {
    display: flex;
    justify-content: space-between;
}

.puppies-listing-content-box-main1 {
    background-color: var(--theme-color);
    padding: 20px 100px 30px 38px;
}

.puppies-listing-content-box-main2 {
    background-color: #9368e8;
    padding: 20px 100px 20px 20px;
    border-left: 3px solid #ffffff;
    margin-left: -96px;
}

.puppies-listing-content-box-main3 {
    background-color: #c7b0f5;
    padding: 20px 50px 20px 20px;
    border-left: 3px solid #ffffff;
    margin-left: -96px;
}

.puppies-listing-content-box-main h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.puppies-listing-content-box-main p {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

.puppies-listing-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

/* new section end puppies listing */
/* 2025 */

.about-us-cards-details1 {
    padding: 16px;
    text-align: center;
    width: 268px;
    height: 208px;
}

.about-us-cards-details1 .about-us-cards-details-content {
    background-color: transparent;
}

.about-us-cards-details1 .about-us-cards-details-content p {
    color: #000;
    font-size: 14px;
}

.about-us-cards-details1:hover .about-us-cards-details-content p {
    color: #fff;
}

.about-us-cards-details1 .about-us-cards-details-content h4 {
    margin: 11px 0;
}

.puppies-listing-content-box-main {
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.puppies-listing-content-box-main.no-border-radius {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.puppies-listing-sec .grid3 {
    height: 100%;
    width: 100%;
}

.chit-parent-box {
    position: absolute;
    left: 109px;
    top: 108px;
}

.group-of-dogs-chit h2 {
    color: #fff;
}

.group-of-dogs-chit a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.group-of-dogs-chit p {
    color: #fff;
}

.group-of-dogs-chit {
    background-image: url("../images/chit-group-of-dogs.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 222px;
    position: absolute;
    z-index: 1;
    height: 112px;
    top: 147px;
    left: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.group-of-dogs-chit p {
    margin-bottom: 0;
}

.chit-parent {
    position: relative;
    z-index: 99;
    text-align: center;
}

.puppies-listing-sec-wave {
    position: absolute;
    top: -39px;
    left: 0;
}

.puppies-listing-sec-wave img {
    width: 100%;
}

/*display sec start*/
.display-sec {
    padding: 75px 0px 100px;
}

.display-sec-slider .owl-dots.disabled {
    display: block;
}

/*display sec end*/

.why-choose-us-sec .about-us-cards-details-content {
    padding: 0;
}

.breeds-puppies .owl-nav {
    margin-top: 63px;
}

.custom-container-css {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.stellar-puppy-picks-slider .owl-nav {
    margin-top: 20px;
}

.breeds-puppies .owl-stage-outer {
    padding: 20px;
}

.new-best-selling-cards {
    width: unset !important;
    height: unset !important;
}

/*terrier inner page start*/
.terrier-breed-banner {
    padding: 70px 0px 50px;
    background-color: var(--theme-color);
    position: relative;
    z-index: 1;
}

.terrier-breed-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 26px;
    left: 50px;
    background-image: url("../images/terrier-paw1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 105px;
    height: 98px;
}

.terrier-breed-banner::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 30px;
    right: 40px;
    background-image: url("../images/terrier-paw2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 84px;
}

.terrier-breed-banner-content h1 {
    color: var(--white-color);
    margin-bottom: 8px;
}

.terrier-breed-banner-content p {
    color: var(--white-color);
    width: 975px;
    margin: 0 auto 0;
}

.terrier-history-sec {
    padding: 80px 0px 0;
}

.terrier-history-content h2 {
    margin-bottom: 20px;
}

.terrier-history-content p {
    line-height: 28px;
}

.terrier-history-image img {
    width: 100%;
}

.terrier-history-sec .terrier-history-row {
    padding: 80px 0px 0;
}

.terrier-history-sec .histories-para-box {
    padding: 44px 27px 40px 40px;
    border-radius: 20px;
    height: 250px;
}

.terrier-history-sec .histories-para-box.mb-up {
    margin-top: -20px;
}

.terrier-history-sec .histories-para-box-dark {
    background-color: var(--theme-color);
}

.terrier-history-sec .histories-para-box-light {
    background-color: #9368e8;
}

.terrier-history-sec .histories-para-box.border-bottom-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.terrier-history-sec .histories-para-box.border-bottom-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.terrier-history-sec .histories-para-box p {
    color: var(--white-color);
    line-height: 24px;
}

.terrier-history-sec .histories-para-box p a {
    color: var(--white-color);
    text-decoration: underline;
}

.history-of-bull {
    background: linear-gradient(180deg,
            rgba(242, 236, 255, 0) 0%,
            #f2ecff 100%);
    padding: 140px 0px 110px;
    position: relative;
    /* z-index: 1; */
}

.history-of-bull::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 167px;
    right: 0;
    background-image: url("../images/terrier/bull-terrier/paw-group.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 280px;
    height: 280px;
}

.history-of-bull .history-of-bull-vector-curve {
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfbff;
    width: 100%;
    z-index: -1;
}

.history-of-bull .history-of-bull-vector-curve img {
    width: 100%;
}

.history-of-bull-content {
    padding-top: 100px;
}

.history-of-bull .history-of-bull-content h2 {
    margin-bottom: 38px;
}

.history-of-bull .history-of-bull-content p {
    width: 630px;
    margin: 0 auto 10px;
}

.about-terrier-sec {
    padding: 85px 0px;
}

.about-terrier-image img {
    width: 100%;
}

.about-terrier-content h2 {
    margin-bottom: 20px;
}

.health-issues-sec {
    background-color: #f3edff;
    padding: 80px 0px 34px;
    position: relative;
    z-index: 1;
}

.health-issues-sec::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 106px;
    right: 90px;
    background-image: url("../images/terrier/bull-terrier/paw-group1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 127px;
    height: 92px;
}

.health-issues-sec::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 70px;
    left: 100px;
    background-image: url("../images/terrier/bull-terrier/paw-group1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 127px;
    height: 92px;
}

.health-issues-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.health-issues-content p {
    width: 736px;
    margin: 0 auto 10px;
    text-align: center;
}

.health-issues-content h2 {
    margin-bottom: 20px;
}

.dogs-paradise-sec {
    padding: 110px 0px 180px;
}

.dogs-paradise-content h2 {
    margin-bottom: 10px;
}

.dogs-paradise-box img {
    width: unset !important;
}

.dogs-paradise-box {
    display: flex;
    align-items: self-start;
    gap: 16px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 22px 22px 20px;
    margin: 0 22px 22px;
}

.dogs-paradise-box-content h3 {
    font-size: 18px;
    line-height: 22px;
}

.dogs-paradise-box-content p {
    color: #696969;
    font-size: 14px;
}

.dogs-paradise-content p {
    margin-bottom: 30px;
}

/*terrier inner page end*/

.sire-sec {
    background-color: #f3edff;
    padding: 75px 0px;
}

.sire-sec-content {
    text-align: center;
    margin-bottom: 50px;
}

.sire-sec-content h2 {
    margin-bottom: 15px;
}

.sire-box-slide h3 {
    font-size: 22px;
    text-align: center;
}

.sire-box-slide .sire-anchor-btn a {
    width: 100%;
    text-align: center;
}

.sire-sec-slides .owl-dots {
    display: block !important;
}

.footer-listing-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 140px;
}

.banner-one-1 {
    background-image: url("../images/banner-1-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 865px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 70px;
    position: relative;
    z-index: 1;
}

.banner-one-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/bones-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 1014px;
    top: 45px;
    left: 0;
}

.banner-one-1-content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}

.banner-one-1-content h1 span {
    color: #fff;
    font-weight: 700;
}

.banner-one-1-content .transparent-banner-btn {
    background-color: transparent;
    color: var(--white-color);
    padding: 10px 55px;
    border-radius: 100px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--white-color);
}

.health-issues-content ul {
    margin-left: 20px;
}

.health-issues-content-image {
    text-align: center;
    margin-top: 50px;
}

.simple-content-sec-content h2 {
    text-align: center;
}

.simple-content-sec-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.health-issues-content p a {
    text-decoration: none;
    color: #000;
}

.health-issues-content ul li a {
    color: #000;
    text-decoration: none;
}

.simple-content-sec-content p a {
    color: #000;
    text-decoration: none;
}

.about-terrier-sec p a {
    color: #000;
    text-decoration: none;
}

.terrier-history-sec .histories-para-box-eng {
    height: 300px;
}

.terrier-history-sec .histories-para-box-french {
    height: 320px;
}

.terrier-history-sec .histories-para-box-pit-bull {
    height: 320px;
}

.terrier-history-sec .histories-para-box-boxer {
    height: 350px;
}

.terrier-history-sec .histories-para-box-cane {
    height: 300px;
}

.sire-box-slide img {
    width: 289px;
    height: 210px;
    border-radius: 15px;
    object-fit: cover;
}

.best-selling-cards .premiumpuppy-img {
    width: 293px;
    height: 250px;
    overflow: hidden;
    border-radius: 14px 0px 14px 0px;
}

.best-selling-cards .premiumpuppy-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.best-selling-cards .sale-tag i {
    cursor: pointer;
}

/* style2.css */
@media (max-width: 1600px) {
    .home-banner-slides .banner-oneImage {
        height: 726px;
    }

    .home-banner-slides .banner-twoImage {
        height: 726px;
    }

    .banner-one-image::before {
        left: 38%;
    }

    .banner-two-image::before {
        left: 36px;
    }

    .footer::before {
        top: -390px;
    }
}

@media (max-width: 1500px) {
    .why-choose-us-sec::before {
        right: 170px;
    }

    .home-banner-slides .banner-oneImage {
        height: 680px;
        padding: 0 80px;
    }

    .banner-one-image::before {
        left: 38%;
    }

    .banner-one-content h1 {
        font-size: 57px;
    }

    .banner-two-image::before {
        top: 14px;
        width: 550px;
        height: 550px;
        left: 43px;
    }
}

@media (max-width: 1440px) {
    .footer-vector {
        top: -36px;
    }

    .why-choose-bulldog-sec-before {
        bottom: -195px;
    }

    .why-choose-us-sec::before {
        right: 146px;
    }

    .home-banner {
        padding: 0 0;
    }

    .customer-sec {
        padding: 0 0 85px;
    }
}

@media (max-width: 1366px) {
    .banner-two-content::before {
        right: -60px;
    }

    .home-banner-sec::before {
        bottom: -2px;
    }

    .banner-one-content h1 {
        font-size: 53px;
    }

    .why-choose-us-sec::before {
        right: 120px;
    }

    .why-choose-bulldog-sec-before {
        bottom: -183px;
    }

    .footer-vector {
        bottom: -260px;
    }

    .banner-two-image::before {
        left: 9px;
    }

    .banner-two-image::after {
        left: -45px;
    }

    .footer::before {
        top: -289px;
        height: 290px;
        background-position: center;
    }
}

@media (max-width: 1330px) {
    .why-choose-bulldog-sec-before {
        bottom: -179px;
    }

    .footer-vector {
        bottom: -252px;
    }
}

@media (max-width:576px) {
    .footer img.footer-bulldog-img {
        width: 300px;
        height: 300px;
        top: -250px;
        left: 0px;
    }

    .footer::before {
        top: -120px;
        height: 120px;
    }

    .why-choose-bulldog-sec {
        padding: 285px 0px;
    }
}

/* style2.css */

/* find puppies sec start */
.find-puppies-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.find-puppies-box a p {
    margin-bottom: unset;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.find-puppies-box {
    margin-bottom: 30px;
}

.find-puppies-content {
    margin-bottom: 60px;
    text-align: center;
}

.find-puppies-content h2::before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 45%;
    width: 100px;
    height: 4px;
    background-color: var(--theme-color);
}

/* find puppies sec end */

/* stud showcase sec start */
.stud-showcase-content {
    margin-bottom: 65px;
    text-align: center;
    margin-top: 40px;
}

.stud-showcase-sec {
    padding: 60px 0px;
    background: linear-gradient(180deg,
            rgba(242, 236, 255, 0) 0%,
            #f2ecff 100%);
}

.stud-showcase-box {
    background-color: var(--theme-color);
    border-radius: 28px;
    font-weight: 700;
    font-size: 16px;
    height: 100%;
}

.stud-showcase-box a img {
    width: 100%;
    height: 100%;
}

.stud-showcase-box a {
    text-decoration: none;
    display: block;
}

.stud-showcase-box a p {
    padding: 0px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.stud-showcase-content h2::before {
    content: "";
    position: absolute;
    bottom: 45px;
    left: 45%;
    width: 100px;
    height: 4px;
    background-color: var(--theme-color);
}

.stud-showcase-sec-svg img {
    width: 100%;
}

/* stud showcase sec end */

/* stud showcase two section start */
.stud-showcase-two {
    background-color: #f3edff;
    padding: 80px 0px;
}

.stud-showcase-two-content {
    text-align: center;
    margin-bottom: 50px;
}

.stud-showcase-two-content p {
    margin-top: 15px;
    margin-bottom: 0;
}

.stud-showcase-two-box-content {
    background: linear-gradient(90deg,
            #310560 36.6%,
            rgba(101, 10, 198, 0) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 8px 14px;
}

.stud-showcase-two-box-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.stud-showcase-two-box {
    position: relative;
    margin-bottom: 15px;
}

.stud-showcase-two-box a {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}

.stud-showcase-two-box a img {
    width: 100%;
    height: 100%;
}

/* stud showcase two section end */

/* meaning-of-puppy-mills css start */
.meaning-of-puppy-mills-banner {
    padding: 110px 0px;
}

.intro-sec-image img {
    width: 100%;
}

.intro-sec-content h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
}

.intro-sec-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
    color: var(--black-color);
}

.intro-sec {
    margin: 75px 0px;
}

/* meaning-of-puppy-mills css end */

/* warning sec css start */
.warning-sec-content {
    background-color: var(--theme-color);
    padding: 55px 195px 65px;
    border-radius: 20px;
}

.warning-sec-content h2 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.warning-sec-content h3 {
    font-style: italic;
    color: var(--white-color);
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.warning-sec-content p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}

/* warning sec css end */

/* opposite sec css start */
.oppposite-sec-content h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 52.8px;
    letter-spacing: -2px;
}

.oppposite-sec-content p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.oppposite-sec-content p a {
    color: var(--theme-color);
    text-decoration: underline;
    font-size: 600;
    font-style: italic;
}

.oppposite-sec {
    margin-bottom: 150px;
}

/* opposite sec css end */

/* about-mills sec css start */
.about-mills {
    background: linear-gradient(180deg,
            rgba(242, 236, 255, 0) 0%,
            #f2ecff 100%);
    padding: 152px 0px 52px;
    position: relative;
    z-index: 1;
}

.about-mills-content h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -2px;
    text-align: center;
}

.about-mills-content p {
    font-weight: 400;
    font-size: 16px;
    color: var(--black-color);
    text-align: center;
    width: 740px;
    margin: 0 auto 20px;
}

.about-mills-vector img {
    width: 100%;
}

.about-mills-content {
    padding-top: 40px;
}

.about-mills-vector {
    position: absolute;
    top: -47px;
    width: 100%;
}

.about-mills::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/group-paw2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 163px;
    width: 277px;
    height: 306px;
}

/* about-mills sec css end */

/* responsible breeders sec css start */
.responsible-breeders {
    padding: 84px 0px;
    background-color: #f3edff;
    position: relative;
    z-index: 1;
}

.responsible-breeders::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/group-paw.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 100px;
    top: 110px;
    width: 127px;
    height: 91px;
}

.responsible-breeders::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/group-paw.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 100px;
    bottom: 110px;
    width: 127px;
    height: 91px;
}

.responsible-breeders-content {
    text-align: center;
}

.responsible-breeders-content h2 {
    margin-bottom: 20px;
}

.responsible-breeders-content p {
    margin-bottom: 20px;
    width: 736px;
    margin: 0 auto 20px;
    color: #696969;
}

/* responsible breeders sec css end */

/* what-happens sec css start */
.what-happens {
    padding: 100px 0px;
}

.what-happens-content h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
}

.what-happens-content p {
    width: 910px;
    text-align: center;
    color: #696969;
    margin: 0 auto 20px;
}

/* what-happens sec css end */

.oppposite-sec-content-inner {
    margin-top: 20px;
}

.oppposite-sec-content-inner h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.responsible-breeders-cards {
    background-color: var(--white-color);
    box-shadow: 0px 5px 14px 0px #00000040;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.responsible-breeders-cards .responsible-breeders-cards-header {
    background-color: var(--theme-color);
    padding: 20px 0px 15px;
    text-align: center;
}

.responsible-breeders-cards .responsible-breeders-cards-body {
    background-color: var(--white-color);
    padding: 25px 40px 0px;
    text-align: center;
    overflow-y: scroll;
    height: 250px;
}

.responsible-breeders-cards .responsible-breeders-cards-header h3 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.responsible-breeders-cards .responsible-breeders-cards-body ul {
    list-style-type: none;
    text-align: start;
    margin-bottom: 0;
}

.responsible-breeders-cards .responsible-breeders-cards-body ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #696969;
}

/* width */
.responsible-breeders-cards .responsible-breeders-cards-body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.responsible-breeders-cards .responsible-breeders-cards-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.responsible-breeders-cards .responsible-breeders-cards-body::-webkit-scrollbar-thumb {
    background: var(--theme-color);
}

.simple-content-sec p a {
    text-decoration: underline;
    color: var(--theme-color);
}

.about-terrier-content p a {
    text-decoration: underline;
    color: var(--theme-color);
}

.health-issues-content p a {
    color: var(--theme-color);
    text-decoration: underline;
}

.dogs-filter-card-images.owl-theme .owl-nav {
    margin-top: 0px;
}

.dogs-filter-card-box-content {
    border-right: 2px solid #2d1066;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    border-left: 2px solid #2d1066;
    border-bottom: 2px solid #2d1066;
}

.stud-details-footer p {
    font-size: 14px;
    color: #2d1066;
    margin: 0px;
}

.stud-details-footer .disclaimer-box h6 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 5px 0px 0px;
}

.stud-details-footer .disclaimer-box p {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 400;
}

.stud-dog-more-info-main-box {
    margin-top: 50px;
}

.stud-dog-more-info-main-box h6 {
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    color: #1a1a1a;
}

.stud-dog-more-info-content .infoHeading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stud-dog-more-info-content .infoHeading p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 10px;
}

.stud-dog-more-info-content .infoDetail p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #1a1a1a;
    margin: 0px;
}

.stud-dog-more-info-content .row:first-child {
    border-top: 1px solid #F0F0F0;
}

.stud-dog-more-info-content .row {
    border: 1px solid #F0F0F0;
    padding: 15px 10px;
    border-top: none;
}

.stud-dog-more-info-content .infoHeading .stud-more-info-icon {
    width: 30px;
    height: 30px;
}

.stud-dog-more-info-content .infoHeading .stud-more-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.copyright-content .legal-links {
    text-align: end;
    color: #fff;
}

.copyright-content .legal-links a {
    color: #fff;
}

.privacy-policy-section {
    padding: 100px 0px 500px;
}

.privacy-policy-section h1 {
    font-weight: 800;
}

.privacy-policy-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}

.privacy-policy-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.stud-dogs-slides .slider-nav .slider-nav-item {
    width: 150px !important;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}

.stud-dogs-slides .slider-nav .slider-nav-item img,
.stud-dogs-slides .slider-nav .slider-nav-item video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.stud-dogs-slides .slider-for button.slick-prev {
    left: 20px;
    z-index: 1;
}

.stud-dogs-slides .slider-for button.slick-next {
    right: 28px;
    z-index: 1;
}

.stud-dogs-slides .slider-for button.slick-prev::before,
.stud-dogs-slides .slider-for button.slick-next::before {
    font-size: 30px;
    color: #2d1066;
}

.stud-dogs-slides .slider-for .main-image-box {
    height: 500px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.stud-dogs-slides .slider-for .main-image-box img,
.stud-dogs-slides .slider-for .main-image-box video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.contact-us-section {
    padding: 100px 0px 500px;
}

.contact-us-banner-section {
    padding: 100px 0px;
    background-color: #2d1066;
}

.contact-us-banner-section h1 {
    font-family: Sora;
    font-weight: 700;
    font-size: 48px;
    line-height: 52.8px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.contact-us-banner-section h1::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url("../images/contact-page-paw-left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -120px;
    top: -80px;
    width: 133px;
    height: 129px;
}

.contact-us-banner-section h1::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url("../images/contact-page-paw-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -100px;
    bottom: -80px;
    width: 115px;
    height: 111px;
}

.contact-us-section h3 {
    font-family: Pacifico;
    font-weight: 400;
    font-size: 21px;
    line-height: 31.5px;
    color: #2d1066;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact-us-section h2 {
    font-family: Sora;
    font-weight: 700;
    font-size: 48px;
    line-height: 52.8px;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.contact-us-section p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 15px;
}

.contact-us-section form {
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px #0000001F;
    border-radius: 10px;
    padding: 50px 30px 30px;
}

.contact-us-section form .form-group {
    margin-bottom: 15px;
}

.contact-us-section form .form-group label {
    font-family: Sora;
    font-weight: 500;
    font-size: 16px;
    line-height: 31.2px;
    color: #000;
}

.contact-us-section form .form-group button {
    background-color: #2D1066;
    width: 100%;
    color: #fff;
    border-radius: 30px;
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.contact-us-section .contact-us-logo-img {
    width: 290px;
    height: 290px;
    overflow: hidden;
    margin: 50px auto 0;
}

.contact-us-section .contact-us-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.join-community-btn {
    background-color: #fff;
    color: #2d1066 !important;
    display: block;
    width: max-content;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #2d1066;
    transition: all 0.3s ease-in-out;
}

.join-community-btn:hover {
    background-color: #2d1066;
    color: #fff !important;
    border: 1px solid #fff;
}

.parent-box {
    margin-top: 50px;
}

.parent-box h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    color: #1a1a1a;
}

.parent-box .parent-img-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    border: 1px solid #2d1066;
}

.parent-box .parent-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parent-box .parent-details-box h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 52px;
    color: #1a1a1a;
    margin: 0px;
}

.parent-box .parent-details-box h5 strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 52px;
    color: #1a1a1a;
    margin: 0px;
}

.parent-box .parent-details-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #1a1a1a;
    margin: 0px;
}

.parent-box .parent-details-box p strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #1a1a1a;
    margin: 0px;
}

.parent-content-box {
    border: 1px solid #2d1066;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000004d;
    padding: 20px;
}