@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.eot');
    src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Light.woff2') format('woff2'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype'), url('../font/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-ExtraBold.eot');
    src: url('../font/Roboto-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-ExtraBold.woff2') format('woff2'), url('../font/Roboto-ExtraBold.woff') format('woff'), url('../font/Roboto-ExtraBold.ttf') format('truetype'), url('../font/Roboto-ExtraBold.svg#Roboto-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-ExtraLight.eot');
    src: url('../font/Roboto-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-ExtraLight.woff2') format('woff2'), url('../font/Roboto-ExtraLight.woff') format('woff'), url('../font/Roboto-ExtraLight.ttf') format('truetype'), url('../font/Roboto-ExtraLight.svg#Roboto-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype'), url('../font/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-SemiBold.eot');
    src: url('../font/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-SemiBold.woff2') format('woff2'), url('../font/Roboto-SemiBold.woff') format('woff'), url('../font/Roboto-SemiBold.ttf') format('truetype'), url('../font/Roboto-SemiBold.svg#Roboto-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.eot');
    src: url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Thin.woff2') format('woff2'), url('../font/Roboto-Thin.woff') format('woff'), url('../font/Roboto-Thin.ttf') format('truetype'), url('../font/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.eot');
    src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.eot');
    src: url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Black.woff2') format('woff2'), url('../font/Roboto-Black.woff') format('woff'), url('../font/Roboto-Black.ttf') format('truetype'), url('../font/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

img:hover {
    opacity: 1 !important;
}

* {
    letter-spacing: 0px !important;
    font-family: 'Roboto';
}


/* ===== Slick Slider Dots (Final) ===== */

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex !important;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    list-style: none;
    margin: 0 6px;
}

.slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    padding: 0;
    border-radius: 0px;
    border: none;
    background: transparent !important;
    cursor: pointer;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 157px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px !important;
    background-color: #00000078;
    border-radius: 0px;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    background: #731D1D;
}

.slick-dots li button:before {
    width: 25px !important;
    height: 13px !important;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #000;
    margin: 0;
}

a:hover {
    opacity: 1 !important;
}

.common_btn,
.read_more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 14px 30px;
    background-color: #731D1D;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    border: 1px solid #731D1D;
    text-transform: capitalize;
}

.common_btn:hover,
.read_more:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
}

.common_btn:focus,
.read_more:focus {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
}

.common_btn:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(317deg) brightness(88%) contrast(100%);
}

.stroke_btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000 !important;
    text-decoration: none;
    padding: 14px 30px;
    background-color: transparent;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    border: 1px solid #000;
    text-transform: capitalize;
}

a.stroke_btn:hover {
    background-color: #731D1D;
    border: 1px solid #731D1D;
    color: #fff !important;
    opacity: 1;
}

a.stroke_btn:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(317deg) brightness(88%) contrast(100%);
}

.alin_btns {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.mr-3 {
    margin-right: 15px;
}

.slick-dots {
    bottom: -46px;
}

.slick-dots li button:before {
    font-size: 46px;
}

.main_banner .slick-dots {
    bottom: 18px;
}

.main_banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main_banner .slick-dots li.slick-active button:before {
    color: #731D1D;
}

.main_banner .slick-dots li button:before {
    font-size: 67px;
}

section {
    padding: 80px 0;
}

.right_btn {
    display: flex;
    align-items: center;
    gap: 16px;
}

.right_btn nav#navbar {
    padding: 0 16px 0 0;
    border-right: 0px solid #fff;
}

.contact_no a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    color: #D2A478;
    padding: 14px 25px;
    border: 1px solid #D2A478;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.contact_no a img {
    transition: all 0.3s ease-in-out;
}

.contact_no a:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(317deg) brightness(88%) contrast(100%);
}

.contact_no a:hover {
    background-color: #D2A478;
    color: #000 !important;
    opacity: 1 !important;
}

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

.logo_bx a.logo {
    display: inline-block;
    margin: 0;
}

header#header {
    z-index: 99;
    padding: 0px 20px;
    background-color: #731D1D;
    top: 0;
}

.navbar-nav ul#menu-main-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

li.menu-item a {
    transition: all ease .5s;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF !important;
    transition: all 0.4s ease-in-out;
    padding: 45px 0px;
    outline: none !important;
}

li.menu-item a:focus {
    outline: none !important;
}

li.menu-item a:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.navbar-nav ul#menu-main-menu li.menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    background-color: #D8B36D;
    transition: all ease .5s;
}

.number_ham {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
}

.lines .line:nth-child(1) {
    margin-left: -22%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #D2A478;
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(214 147 39) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(2) {
    left: 68%;
}

.footer-section {
    position: relative;
    padding-top: 60px;
    isolation: isolate;
    background-color: #731D1D;
}

.footer-cta .row {
    display: grid;
    grid-template-columns: 20% 30% 20%;
    width: 100%;
    justify-content: space-between;
}


/* .footer-cta .cta-bx:nth-child(2) {
    text-align: center !important;
    display: block;
    width: 100%;
    max-width: 100%;
} */

.footer-cta .row .col-xl-4:nth-child(2) {
    text-align: center !important;
    display: block;
    width: 100%;
    max-width: 100%;
}

.footer-cta .row .col-xl-4 {
    all: unset;
}

.footer-section .in_event p {
    color: #fff;
}

.in_event a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.footer-cta {
    border-bottom: 1px solid #D2A478;
    padding-bottom: 50px;
}

.cta-text {
    padding-left: 0;
    display: inline-block;
    max-width: 85%;
}

.cta-text h4 {
    color: #D2A478;
    font-weight: 500 !important;
    margin-bottom: 2px;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
}

.cta-text span {
    color: #fff;
    font-size: 16px;
}

.footer-cta .cta-text a {
    color: #fff !important;
    text-decoration: none;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 15px 0;
    padding: 50px 0;
}

.footer-content .row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 20% 30% 20%;
    justify-content: space-between;
    margin-top: 0px;
}

.footer-col-center {
    width: 100% !important;
    max-width: 400px !important;
    margin-inline: auto;
}

.footer-widget-heading h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #D2A478;
}

.footer-widget.footer-menu-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.footer-widget.footer-menu-list ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    flex: 0 0 calc(100% - 15px);
    padding-left: 0px;
}

.footer-widget ul li a {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

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

.copyright-text ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    gap: 12px;
    margin-bottom: 0;
}

.copyright-area {
    padding: 16px 0;
    border-top: 1px solid #D2A478;
    background-color: #D2A478;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.copyright-text p a {
    color: #fff;
    text-decoration: none;
}

.copyright-text li a {
    width: 40px;
    height: 40px;
    border: 1px solid #D69227;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D69227;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.logo_bx img {
    max-width: 206px;
}

.logo_bx img:hover {
    opacity: 1 !important;
}

.footer_center {
    flex-direction: column;
    display: flex;
    row-gap: 26px;
    text-align: center;
    padding-right: 12%;
    position: relative;
}

.footer_logo img {
    max-width: 250px;
    width: 100%;
}

.footer_logo img:hover {
    opacity: 1 !important;
}

.in_event {
    flex-direction: column;
    display: flex;
    row-gap: 45px;
}

.footer_follow h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #D2A478;
}

.footer_follow ul {
    display: flex;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    justify-content: center;
    column-gap: 16px;
}

.copyright-area p a,
.copyright-area p {
    color: #000 !important;
}

.bg_bann_img img {
    width: 100%;
    height: calc(100vh - 107px);
    object-fit: cover;
}

.banner_tile {
    position: relative;
}

.slide_imge {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

section.about_passion .block_image img {
    width: 100%;
}

.about_passion .section-header {
    margin-bottom: 50px;
}

section.about_passion .block_content {
    padding: 0 0 0 60px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    row-gap: 9px;
}

section.about_passion {
    background-color: #FFF6EE;
}

section.about_passion .block_content {
    padding: 0 0 0 60px;
}

.section_head h2 {
    font-style: normal;
    padding-top: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

section.about_passion p {
    color: #000;
}

section.about_passion .block_image img:hover {
    opacity: 1;
}

.section_head h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 4600;
    font-size: 22px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #731D1D;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    display: inline-block;
    border-bottom: 1px solid #731D1D;
}

.dog_tile img {
    width: 100%;
    height: 350px;
    object-fit: COVER;
    PADDING: 12PX;
}

.dog_tile {
    text-align: center;
}

.dog_tile h5 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    color: #000000;
}

section.our_dogs img:hover {
    opacity: 1 !important;
}

span.error {
    background: red;
    display: block;
    color: #fff;
    padding: 0 6px;
    font-size: 14px;
}

section.our_dogs .view_more {
    text-align: center;
    margin: 42px 0 0 0;
}

.banner_content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: normal;
    color: #000;
}

.banner_content .action_btn {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner_content .action_btn span {
    display: flex;
    align-items: center;
    gap: 8px;
}


/************* avialable-adpot******************/

.avialable-adpot .adopt_img img:hover {
    opacity: 1;
}

.avialable-adpot {
    background-color: #f5f5f5;
}

.adoption_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.adoption_head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}


/* Arrow buttons */

.slider_arrows {
    display: flex;
    gap: 10px;
}

.slider_arrows button {
    display: block !important;
    width: 42px;
    height: 42px;
    padding: 0px !important;
    border: 1px solid #7b1e1e;
    background: transparent;
    color: #7b1e1e;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 2.3;
}

.slider_arrows button:hover {
    background: #7b1e1e !important;
    color: #fff;
}


/* Cards */

.adopt_card {
    padding: 10px;
}

.adopt_img {
    border-radius: 18px;
    overflow: hidden;
}

.adopt_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 18px;
}

.adopt_card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 5px;
    color: #000;
}

.adopt_card p {
    font-size: 16px;
    color: #000000;
}


/* Slick spacing */

.adoption_slider .slick-slide {
    margin: 0 10px;
}

.adoption_slider .slick-list {
    margin: 0 -10px;
}

.adopt_bx {
    padding-left: 92px;
}

.adopt_bx p:not(:last-child) {
    margin-bottom: 20px;
}


/***********Simple Steps *********/

.simple_steps {
    position: relative;
    background-image: url(https://fortunemeadows.net/wp-content/uploads/2026/02/puppy_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* Left content */

.adopt_content {
    flex: 1;
}

.adopt_content h2 {
    max-width: 576px;
}

.adopt_content .tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #8b2e2e;
    font-weight: 600;
}

.adopt_content .intro {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 520px;
}


/* Bullet points */

.adopt_steps {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.adopt_steps li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.adopt_steps li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 30px;
    color: #8b2e2e;
    line-height: 1;
}

.adopt_steps strong {
    color: #111;
}


/*********************** why choose *************/

.why_choose {
    background-color: #731D1D;
    overflow: hidden;
}

.why_align_txt {
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid #000;
}

.why_choose h2 {
    color: #ffff;
    padding: 0;
    margin-bottom: 45px;
}

.why_choose h5 {
    color: #ffff;
    border-bottom: 1px solid #ffff;
}

.why_slider_wrap {
    margin-top: 50px;
    /* overflow: visible; */
}

.why_slider {
    margin-left: -15px;
}

.why_slider .slick-dots li.slick-active button:before {
    color: #fff;
}


/* .why_slider .slick-list {
  overflow: visible;
} */


/* Cards */

.why_card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    min-height: 260px !important;
    margin: 0 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.why_card .icon {
    font-size: 22px;
    color: #7b1e1e;
    margin-bottom: 15px;
}

.why_card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #731D1D;
}

.why_card p {
    margin-top: 18px;
}

.why_choose .stroke_btn {
    border: 1px solid #fff;
    color: #fff;
}

.why_choose .stroke_btn:hover {
    background-color: #000;
    color: #fff;
}


/************** secdule form ************/

.schedule_from {
    background-image: url(https://fortunemeadows.net/wp-content/uploads/2026/02/puppy_banner-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.schedule-form {
    background: #fff;
    width: 100%;
    max-width: 520px;
    padding: 40px 35px;
    border-radius: 6px;
}

.form-tag {
    font-size: 12px;
    color: #731D1D;
    letter-spacing: 1.5px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
}

.form-tag::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #731D1D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.schedule-form h2 {
    margin: 18px 0 30px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

form .row {
    display: flex;
    flex-wrap: nowrap;
}

.field {
    margin-bottom: 14px;
    width: 100%;
}

.field.half {
    width: 50%;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid hsl(0deg 0% 46% / 20%);
    color: #000;
    padding: 12px 14px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.field textarea {
    min-height: 120px;
    resize: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border: 1px solid #731D1D;
}

.field input:-ms-input-placeholder,
.field select:-ms-select-placeholder,
.field textarea:-ms-textarea-placeholder {
    color: #000;
}

.field input::-webkit-input-placeholder,
.field select:-webkit-select-placeholder,
.field textarea:-webkit-textarea-placeholder {
    color: #000;
}

.phone-field {
    display: flex;
    align-items: center;
}

.country-code {
    padding: 11px 17px !important;
    background: #f5f5f5;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid rgb(117 117 117 / 20%);
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(117 117 117 / 20%) !important;
    margin-right: 15px;
}

.phone-field input {
    background: transparent;
    border-radius: 0;
    background: #f5f5f5;
}

.form_bx {
    background: #fff;
    padding: 35px;
}

form .btn_bottom .blue_btn {
    width: 100%;
    text-align: center;
}

form .btn_bottom {
    margin-top: 10px;
}

.btn_bottom {
    width: 100%;
}

.btn_bottom a {
    width: 100%;
    text-align: center;
}


/********** compaion ***************/

.compaion .adopt_steps {
    margin-bottom: 0;
}

@media (max-width: 1366px) {

    /* .banner_content h1 {
        font-size: 70px;
        line-height: 76px;
    } */
    .header .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 5px;
    }
}

.our_dogs ul.slick-dots {
    bottom: -41px;
}

.why_choose .slick-dots li.slick-active button:before {
    background: #fff;
}

.why_choose .slick-dots {
    margin-bottom: -35px;
}


/* parent */

.has-breeds-dropdown {
    position: relative;
}

.breeds-dropdown {
    position: absolute;
    top: 100%;
    left: -60px;
    min-width: 220px;
    background: #fff;
    padding: 0px 0;
    list-style: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    top: 107px;
    z-index: 1211;
    box-shadow: 0px 0px 0 5px #D2A478;
}

.breeds-dropdown::before {
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    position: absolute;
    content: '';
    top: -7px;
    transform: rotate(45deg);
    left: 42%;
}


/* hover open (desktop) */

@media (min-width: 768px) {
    .has-breeds-dropdown:hover .breeds-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.breeds-dropdown li a {
    border-bottom: 1px solid #eee !important;
    display: block;
    padding: 12px 12px !important;
    color: #000 !important;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.breeds-dropdown li a:hover {
    background-color: #731D1D;
    color: #fff !important;
    opacity: 1 !important;
}

header .logo_bx a:hover {
    opacity: 1 !important;
}


/* arrow */

header .breeds-link .arrow {
    font-size: 12px;
}

a.breeds-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
}

.social-icons li a {
    color: #fff !important;
    font-size: 23px;
}

.top-bar {
    display: none;
}

.breeds-dropdown li a {
    color: #731d1d !important;
}

.field input,
.field select,
.field textarea {
    background: transparent !important;
}

.page-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-transform: capitalize;
}

.slick-header .page-title {
    text-align: center;
}

section.slick-header {
    padding: 50px 0px;
    background: #FFF6EE;
}

.page-title p {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #731d1d;
}

.about-section .about-grid {
    display: grid;
    grid-template-columns: 38% 48%;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.about-section .about-grid .image-block img {
    box-shadow: 0px 0px 0 5px #731d1d;
}

.about-section .section-header p {
    font-weight: 500;
    margin-bottom: 15px;
    color: #731d1d;
}

.common-gallery-section {
    background: #fff6ee;
}

.common-gallery-section .custom-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-block-start: 40px;
}

.common-gallery-section .custom-row img {
    margin: 0px !important;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.common-gallery-section .custom-row a {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px #a2a2a2 !important;
}

.dark-red {
    background: #731D1D;
}

.dark-red .section_head h2 {
    color: #fff;
}

.fancybox__caption {
    display: none !important;
}

.about-column p a {
    color: #731d1d !important;
    padding: 0px 3px;
    font-weight: 500;
}

.center-block {
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
}


.contact_banner {
    background: #FFF6EE;
    padding: 60px 0px;
}

.icon-bx-wraper {
    position: relative;
    padding: 18px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    height: 100%;
    border: 1px solid #d0d0d0;
}

.icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 60px;
    background: #731d1d;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 5px;
}

.contact_banner .row {
    margin-block-start: 40px;
}

.icon-content a {
    color: #731d1d !important;
    font-weight: 600;
    font-size: 16px;
}

.icon-content a:hover {
    color: #731d1d !important;

}

.icon-content a:focus {
    color: #731d1d !important;

}

.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

.contact_banner h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-transform: capitalize;
}


.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://fortunemeadows.net/wp-content/uploads/2026/01/Frame-2147226369.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cater_form {
    padding: 40px;
    background: #731d1d;
    border: 5px solid #D2A478;
    border-radius: 0px;
}

.cater_form .row {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 25px;
}

.cater_form h2 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
}

.cater_form .form-group input,
.cater_form .form-group select {
    border-radius: 0;
    height: 50px;
    appearance: auto;
    background: transparent;
    border-color: #ffffff50;
    box-shadow: none;
    color: #fff;
    border: 1px solid #fff;
}




.cater_form .form-group input::placeholder,
.cater_form .form-group select::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox ke liye */
}

/* Focus and Hover */
.cater_form .form-group input:focus,
.cater_form .form-group input:hover,
.cater_form .form-group select:focus,
.cater_form .form-group select:hover {
    border-radius: 0;
    height: 50px;
    appearance: auto;
    background: transparent;
    border-color: #ffffff50;
    box-shadow: none;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
}

.form-group textarea#message {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    min-height: 100px;
}


.form-group textarea#message:focus,
.form-group textarea#message:hover {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    outline: none;
}

.form-group textarea#message::placeholder {
    color: #fff;

}

.cater_form .form-btns button {
    background: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 100px;
    padding: 12px 30px;
    margin-left: auto;
    display: block;
    margin-top: 15px;
}

/* Safari / Chrome */
.cater_form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox */
.cater_form .form-group input::-moz-placeholder {
    color: #fff;
}

/* IE / Edge */
.cater_form .form-group input:-ms-input-placeholder {
    color: #fff;
}




.limit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
}



.map-block {
    padding: 0;
    line-height: 0px;
}

.map-block .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.map-block .container .map-root iframe {
    line-height: 0px;
    margin: 0px;
    height: 500px;
}

.site-policy .section-header h2 {
    font-size: 30px;
}

.site-policy .section-header p {
    font-weight: 500;
    margin: 10px 0px;
    color: #731D1D;
}

.section-header-end p {
    color: #731d1d;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e0e0;
}

.section-area> :is(h1, h2, h3, h4, h5, h6) {
    background: #731d1d1f;
    font-size: 25px;
    padding: 10px 20px !important;
    display: grid;
    align-items: center;
    border-left: 4px solid #731d1d;
    margin: 25px 0px 18px 0px;
    text-transform: capitalize;
}

.root-list li::before {
    height: 10px;
    width: 10px;
    background-color: #731d1d;
    position: absolute;
    content: '';
    border-radius: 100px;
    outline: 2px solid #731d1d;
    outline-offset: 2px;
    left: 0;
    top: 6px;
}

.root-list li {
    margin: 10px 0px;
    color: #000;
    padding-left: 25px;
    position: relative;
}

.root-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.Celebrating-section .text-block {
    max-width: 742px;
    text-align: center;
    margin-inline: auto;
}

.Celebrating-section .text-block .section-title p {
    margin-bottom: 8px;

}

.Celebrating-section .section-title h2 {
    font-size: 30px;
    color: #000;
}

.main-blog-grid {
    display: grid;
    grid-template-columns: 1fr 35%;
    width: 100%;
    gap: 50px;
    padding: 25px 0;
}

.scopeInFocus img {
    max-width: 30% !important;
}

#secondary {
    background: #fff;
    padding: 25px !important;
    border: 1px solid #eee;
    height: max-content;
}

#secondary .main-form-grid .input-group input {
    border: 1px solid #bababa;
    border-radius: 0px;
    padding: 12px 8px;
}

#secondary .main-form-grid form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 20px;
    justify-content: space-between;
}

#secondary .main-form-grid .input-group {
    width: 48%;
}


#secondary form .input-group:nth-last-child(2) {
    width: 100%;

}



#secondary form .input-group:last-child {
    width: 100%;
    margin-top: 5px;
    justify-content: end;
}





.main-form-grid input::placeholder,
.main-form-grid textarea::placeholder {
    color: #5e5e5e;
    font-size: 16px;
    text-transform: capitalize;
    opacity: 1;
}

.slibar-form .section-title h2 {
    font-size: 30px;
    margin-bottom: 22px;
}


.main-form-grid .button button {
    border-radius: 100px;
    color: #fff;
    font-weight: 400;
    padding: 12px 22px;
    font-size: 16px;
    background: #731d1d !important;
    opacity: 1 !important;
}




.widget ul li {
    padding: 0 !important;
}

.paralllexl {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.paralllexl .parallext_bx {
    background-color: rgb(115 29 29);
    padding: 25px;
    max-width: 587px;
    border-bottom: 4px solid #d1a378;
}

.paralllexl h2 {
    color: #fff;
}

.paralllexl p {
    color: #fff;
}

.paralllexl .adopt_steps,
.about-section .adopt_steps {
    margin-bottom: 0;
}

.paralllexl .adopt_steps li {
    color: #fff;
}

.paralllexl .adopt_steps li::before {
    color: #fff;
}

p:empty,
p:empty a {
    display: none;
}

.services-section .row {
    row-gap: 30px;
}

.services-card a {
    text-decoration: none;
}

.services-card a:focus {
    outline: none;
}

.services-card {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: block;
}

.services-card .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 0px;
}

.services-section .card-description {
    background: #ffffffe8;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    bottom: 0;
    max-width: 100%;
    transition: 0.6s;
    border-radius: 0px;
    outline: 1px solid #d5d2d2;
    padding: 25px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.services-section .card-description h3 {
    margin: 0;
    color: #731d1d;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 25px;
    margin-bottom: 18px;
}

.services-section .card-description a {
    padding: 14px 15px;
}

.services-card:hover .image img {
    transform: scale(1.2);
}

.services-card .image {
    overflow: hidden;
    transition: 0.2s;
    border-radius: 0px;
}

.dog_slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

section.simple_steps.meadows_family {
    background-image: url(https://fortunemeadows.net/wp-content/uploads/2026/02/0025.jpg);
}


.section-blog-text .text-block p a {
    color: #731D1D;
    padding: 0px 4px;


}

.section-blog-text .text-block :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500;
    font-size: 30px;
    color: #000;
    border-left: 4px solid #731d1d;
    background: #b1b1b117;
    display: inline-flex;
    padding: 10px 15px;
    margin: 30px 0px 20px 0px;
}

.section-blog-text ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-blog-text li::after {
    height: 11px;
    width: 11px;
    background-color: #731d1d;
    position: absolute;
    content: "";
    left: 4px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #731d1d;
    outline-offset: 2px;
}



.section-blog-text li {
    font-size: 16px;
    position: relative;
    margin: 10px 0px;
    padding-left: 26px;
    color: #000;
    font-weight: 500;
}

.post-image img {
    background: #fff;
    box-shadow: 0 0 5px #cecece;
    padding: 10px;
    height: 400px;
    width: 500px;
    object-fit: cover;
    float: inline-end;
    margin-left: 10px;
    margin-bottom: 10px;
}


.blog-section2 .card-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-section2 .card-grid .card {
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 15px;
    box-shadow: 0 0 5px #cececebf;
    width: 33.33%;
}

.blog-section2 .card-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: right;
}

.blog-section2 .card-content h3 {
    font-size: 22px;
    line-height: 31px;
    margin: 15px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-section2 .card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;


}

.blog-section2 .card-content p:last-child span {
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 2px solid #731d1d;
    padding-bottom: 1px;
    margin-top: 10px !important;
    display: inline-block;
}


@media (max-width: 1269px) {
    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 10px 10px;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #fff !important;
        text-transform: capitalize !important;
        width: 100%;
        background: transparent;
        border-bottom: 1px solid #eeeeee14;
        text-align: left !important;
        font-family: 'Roboto', 'Open Sans', sans-serif !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #000 !important;
        height: 35px;
        width: 35px;
        background: #fff;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {
        background-color: #731D1D !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #202020 !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #000 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #2b2a29 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 80px !important;
        background: #731d1d;
        height: 35px;
        width: 35px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
        border: 2px solid #fff;
    }

    .mobmenu-content li {
        border: 0px !important;
    }

    .mobmenu-right-panel {
        width: 280px !important;
    }

    .mob-icon-menu:before {
        content: '\e9d6';
        color: #fff !important;
    }

    .mobmenur-container i {
        color: #FFF !important;
        opacity: 1 !important;
    }

    .right_btn {
        display: none;
    }

    .top-bar a {}

    .top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .top-bar a {
        text-transform: capitalize;
        padding: 5px 0px;
        text-decoration: none;
        font-size: 17px;
        background: #731d1d;
        color: #fff !important;
        border: 1px solid #ffffff26;
    }

    .top-bar a:hover {
        opacity: 1 !important;
    }

    .top-bar a+a {
        color: #000 !important;
        background: #d2a478;
    }

    .top-bar a+a:hover {
        opacity: 1 !important;
    }

    .header.scrolled {
        position: unset !important;
    }
}

@media (max-width: 1200px) {
    .in_event a {
        display: block;
    }

    .footer_center {
        padding-right: 0;
    }

    .footer-content {
        padding: 0;
        margin: 0;
    }

    .footer-widget.footer-menu-list {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .in_event {
        row-gap: 15px;
    }

    .footer-cta {
        border-bottom: 0px;
        padding: 0;
    }

    .lines {
        display: none;
    }

    .footer-col-left {
        display: none;
    }

    .footer-content .row {
        grid-template-columns: 1fr;
    }

    .single-cta {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #D2A478;
        margin-inline: auto;
    }

    .footer-cta .row .col-xl-4:nth-child(2) {
        text-align: left !important;
    }

    .footer-cta .row {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        padding-left: 17px;
    }

    .banner_content h1 {
        font-size: 30px;
        line-height: normal;
    }

    section {
        padding: 45px 0;
    }

    .about_passion .row .col-md-5 {
        width: 100%;
        max-width: 55%;
    }

    .about_passion .row .col-md-7 {
        width: 100%;
        max-width: 55%;
    }

    .about_passion .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 45px;
    }

    .about_passion .section_head {
        text-align: center;
        margin-inline: auto;
    }

    section.about_passion .block_content {
        padding: 0px;
    }

    section.about_passion .block_content {
        align-items: center;
    }

    .adopt_bx {
        padding-left: 20px;
    }

    .why_slider_wrap {
        margin-top: 20px;
    }

    .about_passion .col-md-6 {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 991px) {
    .blog-section2 .card-grid {
        grid-template-columns: 1fr !important;
    }

    .map-block .container .map-root iframe {
        height: 350px;
    }

    .cater_form .form-btns button {

        margin-top: 0px;
        margin-left: unset;
    }

    .limit-box {

        gap: 0px;
    }

    .cater_form h2 {
        font-size: 30px;
        margin: 0px;
    }

    .cater_form {
        padding: 22px;
    }

    .icon-bx-wraper h5 {
        font-size: 20px;
    }

    .contact_banner h1 {
        font-size: 30px;
    }

    .contact_banner .row {
        margin-block-start: 0px;
        gap: 20px;
    }

    .contact_banner {
        padding: 45px 0px;
    }

    .slider_banner .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .slider_banner .container {
        width: 100%;
        max-width: 100%;
    }

    .about_passion .row .col-md-5 {
        width: 100%;
        max-width: 100%;
    }

    .about_passion .row .col-md-7 {
        width: 100%;
        max-width: 100%;
    }

    .section_head h2 {
        font-size: 30px;
    }

    .section_head h5 {
        font-size: 18px;
    }

    .dog_tile h5 {
        font-size: 22px;
    }

    .avialable-adpot .row {
        row-gap: 35px;
    }

    /* 
    .simple_steps {
        background: #fff6ee;
    } */
    .adopt_content {
        background: #fff6ee;
        padding: 25px;
    }

    .simple_steps {
        padding: 45px 0;
    }

    .adopt_steps li {
        list-style: none !important;
        padding: 0;
    }

    .adopt_steps li::before {
        display: none;
    }

    .footer-section {
        padding-top: 45px;
    }

    .footer-cta {
        padding: 0;
        border: 0px;
    }

    .lines {
        display: none;
    }

    .footer-content .row>.col-xl-4:first-child {
        display: none;
    }

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

    .footer_center {
        max-width: 100%;
        display: flex;
        row-gap: 15px;
    }

    .footer_logo img {
        max-width: 300px;
    }

    .in_event {
        display: flex;
        row-gap: 10px;
    }

    .footer_follow {
        margin-top: 15px;
    }

    .social-icons li a {
        font-size: 22px;
        height: 45px;
        width: 45px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-widget.footer-menu-list {
        text-align: center;
        margin-top: 35px;
    }

    .copyright-text {
        flex-direction: column;
        gap: 5px;
    }

    .copyright-area {
        padding: 10px 0;
    }

    .slider_banner .col-md-6 {
        width: 100%;
        max-width: 40%;
    }

    .banner_content h1 {
        font-size: 25px;
    }

    .common_btn,
    .read_more {
        padding: 14px 15px;
    }

    .banner_content p br {
        display: none;
    }

    .about_passion .block_content br {
        display: none;
    }

    section.slick-header {
        padding: 30px 0px;
    }

    .page-title h1 {
        font-size: 25px;
        margin: 0px
    }

    .about-section .about-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .common-gallery-section .custom-row {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-block-start: 22px;
    }

    .site-policy .section-header h2 {
        font-size: 25px;
    }

    .section-area> :is(h1, h2, h3, h4, h5, h6) {
        font-size: 25px;
    }

    .Celebrating-section .text-block {
        max-width: 100%;
    }

    .Celebrating-section .section-title h2 {
        font-size: 25px;
    }

    .section_head h2 br {
        display: none;
    }

    .main-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .scopeInFocus img {
        margin-left: 0px !important;

        max-width: 100% !important;
    }

    aside#secondary {
        height: auto !important;
        position: unset !important;
    }

    .dog_slider {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .slider_banner .col-md-6 {
        width: 100%;
        max-width: 47%;
    }

    .adopt_img img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 575px) {
    #secondary form .input-group:last-child {
        justify-content: start;
    }

    #secondary .main-form-grid .input-group {
        width: 100%;
    }

    #secondary .main-form-grid .input-group input {
        border: 1px solid #bababa;
        border-radius: 0px;
        padding: 7px 8px;
        width: 100%;
    }

    .slibar-form .section-title h2 {
        font-size: 25px;
        margin-bottom: 18px;
        text-align: center;
    }

    #secondary {
        padding: 15px !important;
        margin-bottom: 35px;
    }

    .banner_content br {
        display: none;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 64px !important;
    }

    .logo_bx img {
        max-width: 158px;
    }

    header#header {
        padding: 5px 0px;
    }

    .bg_bann_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: right;
    }

    .slider_banner .col-md-6 {
        max-width: 100%;
    }

    .banner_content h1 {
        color: #000;
    }

    .banner_content .action_btn {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .banner_content a {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .slide_imge {
        flex-direction: column-reverse;
        position: unset;
    }

    .about_passion .row {
        gap: 35px;
    }

    .section_head h2 {
        font-size: 25px;
        line-height: normal;
    }

    .adoption_head {
        flex-direction: column;
        margin-bottom: 15px;
        gap: 15px;
    }

    .adopt_bx {
        padding-left: 10px;
    }

    .alin_btns {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .adopt_content {
        padding: 18px;
    }

    .why_card {
        margin: 0px 10px;
    }

    .form_bx {
        padding: 25px;
    }

    .footer_logo img {
        max-width: 190px;
    }

    .footer-widget.footer-menu-list ul {
        justify-content: center;
    }

    .footer-cta .row .col-xl-4 {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }

    .slider_banner .banner_tile {
        display: flex;
        flex-direction: column;
    }

    .slider_banner .banner_tile .bg_bann_img {
        order: 1;
    }

    .slider_banner .banner_tile .slide_imge {
        order: 2;
    }

    .banner_content {
        text-align: center;
        padding: 30px 0px;
    }

    .main_banner .slick-dots {
        bottom: 18px;
        position: unset;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    .main_banner .slick-dots {
        margin-top: -6px;
        margin-bottom: 15px;
    }

    .adoption_head h2 {
        font-size: 25px;
    }

    .banner_tile {
        display: flex !important;
        flex-direction: column;
    }


    .banner_tile .bg_bann_img {
        order: 1;
    }


    .banner_tile .slide_imge {
        order: 2;
    }

    .action_btn {
        justify-content: center;
    }

    section.about_passion .block_content {
        row-gap: 0px;
    }

    .about_passion .section-header {
        margin-bottom: 20px;
    }

    .common-gallery-section .custom-row img {
        height: 175px;
    }

    .dog_slider {
        grid-template-columns: 1fr;
    }

    .blog-section2 .card-grid .card {
        width: 100%;
    }

    .post-image img {

        margin-left: 0px;
        margin-bottom: 22px;
    }

    .section-blog-text .text-block :is(h1, h2, h3, h4, h5, h6) {
        font-size: 23px;

    }
}

#secondary .fortuneUpdates {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
    margin-top: 30px;
}

#secondary .error {
    display: block !important;
    width: 100%;
}


.page-template:not(.home) .avialable-adpot {
    background-color: #fff;
}