            html {
                font-family: 'Nunito Sans', sans-serif;
                scroll-behavior: smooth;
            }

            body {
                font-family: 'Nunito Sans', sans-serif;
                font-size: 14px;
                color: #000;
                font-weight: 500;
                scroll-behavior: smooth;
            }

            a,
            a:hover {
                text-decoration: none;
            }

            a:focus {
                outline: none;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            p,
            a,
            span,
            table,
            div,
            ul,
            li,
            button,
            input,
            button,
            select,
            tr,
            td,
            th {
                font-family: 'Nunito Sans', sans-serif;
                font-weight: 600;
            }

            ul {
                padding: 0;
                margin: 0;
            }

            ul li {
                list-style: none;
            }

            .p-0 {
                padding: 0;
            }

            .pr-0 {
                padding-right: 0;
            }

            .pl-0 {
                padding-left: 0;
            }

            .pb-0 {
                padding-bottom: 0;
            }

            .pt-0 {
                padding-top: 0;
            }

            .m-0 {
                margin: 0;
            }

            .scrolltop .icon {
                font-size: 22px;
                text-align: center;
                cursor: pointer;
                line-height: 52px;
            }

            .scrolltop {
                position: fixed;
                bottom: 70px;
                right: 40px;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background-color: #4b85f0;
                color: #fff;
                display: none;
            }

            .HeadingBox {
                text-align: center;
                margin-bottom: 2em;
            }

            .HeadingBox h3 {
                margin: 0;
                font-weight: 900;
                font-size: 16px;
                color: #ed6436;
            }

            .HeadingBox h2 {
                margin: 0;
                font-weight: 800;
                font-size: 26px;
                padding: 16px 0 10px;
                color: #424242;
            }

            .HeadingBox p {
                margin: 0;
                font-weight: 700;
                color: #717171;
            }

            /* ************************************************** SOCIAL LINK LEFT SIDE CSS */

            .social-link-fixed.sidebar {
                height: auto;
                width: 0px;
                position: fixed;
                right: 50px;
                text-align: center;
                top: 30vh;
                z-index: 999;
            }

            .social-link-fixed p {
                margin: 0;
                text-align: left;
                padding: 12px;
                color: #fff;
                font-weight: 600;
                display: flex;
                align-items: center;
            }

            .social-link-fixed p i {
                font-size: 18px;
                color: #fff;
                margin-right: 14px;
                width: 20px;
                height: 20px;
                text-align: center;
            }

            .social-link-fixed .social {
                margin-left: 6px;
                width: 200px;
                padding: 0;
                display: inline-table;
                height: 0px;
                background-color: rgba(128, 128, 128, 0.73);
                -moz-transition-property: margin-left;
                -moz-transition-duration: 0.2s;
                -moz-transition-delay: 0.2s;
                -ms-transition-property: margin-left;
                -ms-transition-duration: 0.2s;
                -ms-transition-delay: 0.2s;
                -o-transition-property: margin-left;
                -o-transition-duration: 0.2s;
                -o-transition-delay: 0.2s;
                -webkit-transition-property: margin-left;
                -webkit-transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s;
                box-shadow: 0px 0px 6px 0px #3E3D3D;
                cursor: pointer;
            }

            .social-link-fixed .social:hover {
                margin-left: -150px;
                width: 200px;
            }

            .social-link-fixed .facebook {
                background-color: #3b5998;
            }

            .social-link-fixed .twitter {
                background-color: #4099FF;
            }

            .social-link-fixed .instagram {
                background-color: #833AB4;
            }

            .social-link-fixed .youtube {
                background-color: #c4302b;
            }

            .social-link-fixed .linkdin {
                background-color: #0e76a8;
            }

            .social-link-fixed .telegram {
                background-color: #3689c6;
            }

            /* .social-link-fixed .linkedin p i {
    left: 20px;
}

.social-link-fixed .youtube p i {
    left: 42px;
} */

            .social-link-fixed .youtube:hover {
                background-color: #E52D27;
            }

            .social-link-fixed .linkedin:hover {
                background-color: #0976B4;
            }

            /* **************************************** TOP HEADER SECTION CSS */

            .header-section .navigation-header {
                padding: 10px 0;
                background: #d3ffc8;
                transition: 0.4s all;
            }

            .header-section .navigation-header .row {
                align-items: center;
                display: flex;
            }

            .header-section .navigation-header h1 {
                margin: 0;
            }

            .header-section .navigation-header h1 a {
                margin: 0;
                font-size: 40px;
                font-weight: 800;
                color: #ed6436;
            }

            .header-section .navigation-header .topnav {
                overflow: hidden;
                text-align: right;
                display: flex;
                align-items: center;
                justify-content: end;
            }

            .header-section .navigation-header .topnav a {
                color: #1b1b1b;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
                transition: 0.4s all;
                font-weight: 900;
                margin-left: 50px;
            }

            .header-section .navigation-header .topnav a img {
                min-width: 20px;
                max-width: 20px;
                display: block;
                margin: 0 auto 10px;
            }

            .header-section .navigation-header .topnav a:hover {
                color: #499012;
            }

            /* .header-section .navigation-header .topnav a.active {
    background-color: #be7374;
    color: white;
} */

            .header-section .navigation-header .topnav .logo {
                float: left;
                display: block;
                color: black;
                text-align: center;
                padding: 7px 10px 3px 10px;
                margin-top: 2px;
                text-decoration: none;
                font-size: 17px;
            }

            .header-section .navigation-header .topnav .logo img {
                width: 30px;
                height: auto;
            }

            .header-section .navigation-header .topnav .logo:hover {
                background: transparent;
            }

            .header-section .navigation-header .topnav button {
                display: none;
            }

            .header-section .navigation-header form {
                display: flex;
                align-items: center;
                justify-content: end;
            }

            .header-section .navigation-header form i {
                font-size: 16px;
                color: #ffffff;
            }

            .header-section .navigation-header.sticky i {
                color: #000;
            }

            .header-section .navigation-header .AskaVetBtn {
                background: #499012;
                font-weight: 800;
                color: #fff;
                font-size: 12px;
                border: none;
                padding: 8px 20px;
                float: right;
                border-radius: 4px;
                transition: 0.4s all;
            }

            .header-section .navigation-header .AskaVetBtn:hover {
                background: #ed6436;
            }

            /* *********************************************** BANNER SECTION CSS */

            .Sliderbanner-section .bannerBgImg {
                width: 90%;
            }

            /*.Sliderbanner-section .banner-flex {*/
            /*    display: flex;*/
            /*    align-items: center;*/
            /*}*/

            .Sliderbanner-section .container .row .col-md-7.col-sm-7.col-xs-12.bannerBgImgmd-7 {
                position: absolute;
                right: 0;
            }

            /*.Sliderbanner-section .header-section {*/
            /*    position: sticky;*/
            /*    width: 100%;*/
            /*    z-index: 999;*/
            /*}*/

            .Sliderbanner-section .img-fill {
                width: 100%;
                display: block;
                overflow: hidden;
                position: relative;
                padding-top: 80px;
            }

            .Sliderbanner-section .img-fill .AskaVetBtn {
                background: #499012;
                font-weight: 800;
                color: #fff;
                font-size: 12px;
                border: none;
                padding: 8px 20px;
                border-radius: 4px;
                margin-top: 30px;
                transition: 0.4s all;
            }

            .Sliderbanner-section .img-fill .AskaVetBtn:hover {
                background: #ed6436;
            }

            .Sliderbanner-section *,
            .Sliderbanner-section *:before,
            .Sliderbanner-section *:after {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
            }

            .Sliderbanner-section .Grid1k {
                padding: 0 15px;
                max-width: 1200px;
                margin: auto;
            }

            .Sliderbanner-section .slick-slide {
                float: left;
                padding: 0;
            }

            .Sliderbanner-section .Modern-Slider .item .info>div {
                display: inline-block !important;
                vertical-align: middle;
            }

            .Sliderbanner-section .Modern-Slider .NextArrow {
                position: absolute;
                top: 50%;
                right: 0px;
                width: 45px;
                height: 45px;
                background: rgba(0, 0, 0, 0.5);
                border: 0 none;
                margin-top: -22.5px;
                text-align: center;
                font: 20px/45px FontAwesome;
                color: #fff;
                z-index: 5;
            }

            .Sliderbanner-section .Modern-Slider .NextArrow:before {
                content: "\f105";
            }

            .Sliderbanner-section .Modern-Slider .PrevArrow {
                position: absolute;
                top: 50%;
                left: 0px;
                width: 45px;
                height: 45px;
                background: rgba(0, 0, 0, 0.5);
                border: 0 none;
                margin-top: -22.5px;
                text-align: center;
                font: 20px/45px FontAwesome;
                color: #fff;
                z-index: 5;
            }

            .Sliderbanner-section .Modern-Slider .PrevArrow:before {
                content: "\f104";
            }

            .Sliderbanner-section .Modern-Slider .slick-dots {
                position: absolute;
                height: 5px;
                background: rgba(255, 255, 255, 0.2);
                bottom: 0px;
                width: 60%;
                left: 0px;
                padding: 0px;
                margin: 0px;
                list-style-type: none;
            }

            .Sliderbanner-section .Modern-Slider .slick-dots li button {
                display: none;
            }

            .Sliderbanner-section .Modern-Slider .slick-dots li {
                float: left;
                width: 0px;
                height: 4px;
                background: #e7ffd4;
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

            .Sliderbanner-section .Modern-Slider .slick-dots li.slick-active {
                width: 100%;
                animation: ProgressDots 11s both;
            }

            .Sliderbanner-section .Modern-Slider .item h3 {
                color: #dd3300;
                animation: fadeOutRight 1s both;
                margin: 0;
                padding: 0;
                font-size: 40px;
                font-weight: 800;
            }

            .Sliderbanner-section .Modern-Slider .item h3 span {
                color: #146200;
                font-weight: 800;
                display: block;
                font-size: 22px;
                margin-top: 10px;
            }

            .Sliderbanner-section .Modern-Slider .item h5 {
                margin: 0;
                padding: 0;
                color: #4b4b4b;
                overflow: hidden;
                animation: fadeOutLeft 1s both;
                font-size: 16px;
                font-weight: 800;
                margin-top: 10px;
                line-height: 22px;
            }

            .Sliderbanner-section .Modern-Slider .item .img-fillFlexBox {
                display: flex;
                align-items: center;
                margin-top: 20px;
            }

            .Sliderbanner-section .Modern-Slider .item .img-fillFlexBox img {
                width: 16%;
                border-right: 2px solid #5d5d5d;
                padding-right: 20px;
                margin-right: 20px;
            }

            .Sliderbanner-section .Modern-Slider .item .img-fillFlexBox h4 {
                margin: 0;
                font-size: 18px;
                font-weight: bold;
            }

            .Sliderbanner-section .Modern-Slider .item .img-fillFlexBox h4 span {
                display: block;
                font-size: 14px;
                margin-top: 10px;
                line-height: 20px;
            }

            .Sliderbanner-section .Modern-Slider .item.slick-active h3 {
                animation: fadeInDown 1s both 1s;
            }

            .Sliderbanner-section .Modern-Slider .item.slick-active h5 {
                animation: fadeInLeft 1s both 1.5s;
            }

            .Sliderbanner-section .Modern-Slider .item.slick-active {
                animation: Slick-FastSwipeIn 1s both;
            }

            .header-section .navigation-header.sticky {
                position: fixed;
                right: 0;
                left: 0;
                width: 100%;
                top: 0;
                background: #ffffff;
                z-index: 999;
                padding: 10px 0;
                border-bottom: 2px solid #bbf191;
                transition: 0.4s all;
            }

            /* ==== Slider Image Transition === */

            @keyframes Slick-FastSwipeIn {
                0% {
                    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
                }

                100% {
                    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
                }
            }

            @-webkit-keyframes ProgressDots {
                from {
                    width: 0px;
                }

                to {
                    width: 100%;
                }
            }

            @keyframes ProgressDots {
                from {
                    width: 0px;
                }

                to {
                    width: 100%;
                }
            }

            .Sliderbanner-section .slick-list {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }

            .Sliderbanner-section .slick-list:focus {
                outline: none;
            }

            .Sliderbanner-section .slick-list.dragging {
                cursor: hand;
            }

            .Sliderbanner-section .slick-track {
                position: relative;
                top: 0;
                left: 0;
                display: block;
            }

            .Sliderbanner-section .slick-track:before,
            .Sliderbanner-section .slick-track:after {
                display: table;
                content: "";
            }

            .Sliderbanner-section .slick-track:after {
                clear: both;
            }

            .Sliderbanner-section .slick-loading .slick-track {
                visibility: hidden;
            }

            .Sliderbanner-section .slick-slide {
                display: none;
                float: left
                    /* If RTL Make This Right */
                ;
                height: 100%;
                min-height: 1px;
            }

            .Sliderbanner-section .slick-slide.dragging img {
                pointer-events: none;
            }

            .Sliderbanner-section .slick-initialized .slick-slide {
                display: block;
            }

            .Sliderbanner-section .slick-loading .slick-slide {
                visibility: hidden;
            }

            .Sliderbanner-section .slick-vertical .slick-slide {
                display: block;
                height: auto;
                border: 1px solid transparent;
            }

            /*.Sliderbanner-section .Modern-Slider {*/
            /*    padding: 14em 0 0;*/
            /*}*/

            .Sliderbanner-section .Modern-Slider .slick-prev,
            .Sliderbanner-section .Modern-Slider .slick-next {
                display: none !important;
            }

            .Sliderbanner-section .Modern-Slider .slick-dots {
                 display: none !important; 
                position: relative;
                top: 30px;
            }

            .Sliderbanner-section {
                background: #fff;
                /* padding-top: 30px; */
            }

            /* ******************************************************** WELCOME SECTION CSS */

            .WelcomeSection {
                padding: 3em 0 0;
                background: #e7e7e7;
            }

            .WelcomeSection .welcomeimgImg {
                width: 90%;
            }

            .WelcomeSection h2 {
                margin: 0;
                font-weight: 900;
                color: #d83904;
                font-size: 28px;
                padding-left: 100px;
                padding-top: 50px;
                padding-bottom: 14px;
            }

            .WelcomeSection p {
                font-weight: 700;
                color: #4c4c4c;
                font-size: 16px;
                padding-left: 100px;
            }

            .WelcomeSection a {
                background: #499012;
                font-weight: 800;
                color: #fff;
                font-size: 12px;
                border: none;
                padding: 8px 20px;
                border-radius: 4px;
                margin-top: 20px;
                transition: 0.4s all;
                display: inline-block;
                margin-left: 100px;
            }

            .WelcomeSection a:hover {
                background: #ed6436;
            }

            .AdoptionSection {
                padding: 3em 0;
            }

            .AdoptionSection .AdoptionBox {
                background: #fff6f4;
                padding: 20px 10px;
                border-radius: 4px;
                border: 1px solid #ffece8;
            }

            .AdoptionSection .AdoptionBox img {
                width: 100%;
                height: 200px;
                object-fit: contain;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox {
                background: #fff;
                padding: 10px;
                border: 1px solid #e4e4e4;
                margin-top: 10px;
                margin-bottom: -50px;
                border-radius: 4px;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h4 {
                margin: 0;
                text-align: center;
                font-weight: 800;
                font-size: 12px;
                color: #de4a19;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h5 {
                margin: 0;
                border-bottom: 1px solid #e1e1e1;
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 11px;
                margin-top: 20px;
                padding-bottom: 10px;
                margin-bottom: 10px;
                font-weight: bold;
                color: #525252;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h5 span {
                font-weight: 700;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h5 span i {
                margin-right: 4px;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h6 {
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h6 span i.active {
                color: #e4b61a;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h6 span {
                font-weight: 700;
                font-size: 11px;
                color: #7c7c7c;
            }

            .AdoptionSection .AdoptionBox .AdoptionDivBox h6 span b {
                font-weight: 800;
                color: #000000;
            }

            .FoodpharmacySection {
                background: linear-gradient(4deg, #8fd0f9, #dfeff9);
                padding: 3em 0;
                margin-top: 2em;
            }

            .FoodpharmacySection .FoodpharmacyBox {
                background: #3386ae;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                padding: 10px 20px;
                margin-bottom: 20px;
                transform: translateY(0);
                transition-duration: 0.3s;
                cursor: pointer;
            }

            .FoodpharmacySection .FoodpharmacyBox:hover {
                transform: translateY(-4px);
            }

            .FoodpharmacySection .FoodpharmacyBox img {
                width: 20%;
                margin-right: 10px;
            }

            .FoodpharmacySection .FoodpharmacyBox h2 {
                margin: 0;
                color: #fff;
                font-weight: 700;
                font-size: 16px;
            }

            .FoodpharmacySection .FoodpharmacyBox h3 {
                margin: 0;
                color: #fff;
                font-weight: 300;
                font-size: 12px;
                padding-top: 4px;
            }

            .FoodpharmacySection .FoodpharmacyBox .FoodpharmacyFlexBox {
                display: flex;
                align-items: center;
            }

            .FoodpharmacySection .FoodpharmacyBox i {
                background: #fff;
                padding: 4px 8px;
                border-radius: 50%;
                width: 22px;
                height: 22px;
                margin-right: 10px;
            }

            .PethamstersSection {
                padding: 3em 0;
            }

            .PethamstersSection .PethamstersBox {
                background: #f8fff2;
                border-radius: 10px;
            }

            .PethamstersSection .PethamstersBox img {
                width: 100%;
                height: 220px;
                object-fit: cover;
                border-radius: 10px 10px 0 0;
            }

            .PethamstersSection .PethamstersBox h4 {
                margin: 0;
                font-weight: 800;
                font-size: 14px;
                padding: 10px 20px;
                color: #ed6436;
            }

            .PethamstersSection .PethamstersBox h5 {
                margin: 0;
                padding: 0 20px;
                font-weight: 800;
            }

            .PethamstersSection .PethamstersBox h6 {
                margin: 0;
                padding: 6px 20px 20px;
                font-weight: 600;
            }

            .PethamstersSection .PethamstersBox h6 span {
                color: #499012;
                font-weight: 800;
            }

            .PetCareBlogSection {
                padding: 3em 0;
            }

            .PetCareBlogSection img {
                width: 100%;
                border-radius: 20px;
                height: 180px;
                object-fit: cover;
            }

            .PetCareBlogSection .PetCareBlogbox span {
                position: absolute;
                right: 20px;
                top: 6px;
                padding: 10px;
                background: rgb(73 144 18 / 72%);
                color: #fff;
                font-weight: 700;
                border-radius: 0 10px 0 10px;
            }

            .PetCareBlogSection .PetCareBlogbox h4 {
                margin: 0;
                font-weight: 800;
                font-size: 14px;
                padding: 10px;
                color: #000;
            }

            .PetCareBlogSection .PetCareBlogbox p {
                margin: 0;
                padding: 0 10px;
                font-size: 11px;
                font-weight: 700;
                color: #676767;
            }

            .PetcareteamSection .PetcareteamBox img {
                width: 58%;
                margin: 0 auto;
                display: block;
            }

            .PetcareteamSection .PetcareteamBox h4 {
                text-align: center;
                font-weight: 800;
                margin: 0;
                margin-top: 20px;
            }

            .PetcareteamSection .PetcareteamBox h5 {
                margin: 0;
                text-align: center;
                font-size: 10px;
                font-weight: 900;
                color: #e46034;
                margin-top: 10px;
            }

            .PetcareteamSection .PetcareteamBox h6 {
                margin: 0;
                text-align: center;
                margin-top: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .PetcareteamSection .PetcareteamBox h6 a i {
                color: white;
                width: 28px;
                display: flex;
                height: 26px;
                align-items: center;
                justify-content: center;
                margin: 0 4px;
                border-radius: 4px;
                font-size: 14px;
                transform: translateY(0);
                transition-duration: 0.3s;
            }

            .PetcareteamSection .PetcareteamBox h6 a i:hover {
                transform: translateY(-2px);
            }

            .PetcareteamSection .OurTeamBtn {
                display: table;
                margin: 40px auto 0;
                background: #499012;
                font-weight: 800;
                color: #fff;
                font-size: 12px;
                border: none;
                padding: 8px 20px;
                border-radius: 4px;
                transition: 0.4s all;
            }

            .PetcareteamSection .OurTeamBtn:hover {
                background: #ed6436;
            }

            .PetcareteamSection {
                padding: 3em 0;
            }

            .FAQquestionSection .accordion {
                background-color: #d1ffb0;
                color: #282828;
                cursor: pointer;
                padding: 14px 20px;
                width: 100%;
                font-weight: 800;
                border: none;
                text-align: left;
                outline: none;
                font-size: 14px;
                transition: 0.4s;
                border-radius: 6px 6px 0 0;
                margin-top: 10px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border: 1px solid #aadf84;
            }

            .FAQquestionSection .active,
            .FAQquestionSection .accordion:hover {
                background-color: #abff6e;
            }

            .FAQquestionSection .accordion:after {
                content: '\002B';
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                background: #499012;
                padding: 0 8px;
                border-radius: 50%;
                display: inline-block;
                align-items: center;
                justify-content: center;
            }

            .FAQquestionSection .active:after {
                content: "\2212";
            }

            .FAQquestionSection .panel {
                padding: 0;
                background-color: white;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.2s ease-out;
                margin: 0;
                border: none;
            }

            .FAQquestionSection {
                border-top: 1px solid #efefef;
                padding: 3em 0;
                background-image: url(images/FaqBg.jpg);
                border-bottom: 1px solid #efefef;
            }

            .FAQquestionSection .FAQquestionImg {
                width: 100%;
                position: absolute;
                right: 0;
            }

            .FAQquestionSection .FAQquestionBox h2 {
                margin: 0;
                font-size: 16px;
                font-weight: 900;
                color: #ed6436;
            }

            .FAQquestionSection .FAQquestionBox h3 {
                margin: 0;
                padding: 14px 0;
                font-size: 28px;
                font-weight: 800;
                color: #262626;
            }

            .FAQquestionSection .FAQquestionBox .panel p {
                border-top: 1px solid #fbfbfb;
                font-size: 12px;
                padding: 12px 20px;
                line-height: 20px;
                font-weight: 700;
                text-align: left;
                color: #525252;
                margin: 0;
                /* margin-top: 4px; */
            }

            .FAQquestionSection .FAQquestionBox {
                width: 60%;
                margin: 0 auto;
                text-align: center;
            }

            .NewsletterSection {
                background: linear-gradient(45deg, #e65828, #ef835e);
                width: 98%;
                margin: 0 auto;
                border-radius: 10px;
                border: 2px solid #b23910;
            }

            .NewsletterSection .NewsletterBoxflex {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 2em 0;
            }

            .NewsletterSection .NewsletterBoxflex h2 {
                margin: 0;
                font-size: 30px;
                color: #fff;
                font-weight: 800;
            }

            .NewsletterSection .NewsletterBoxflex h2 span {
                display: block;
                font-size: 10px;
                font-weight: 800;
                color: #f1f1f1;
                margin-top: 10px;
            }

            .NewsletterSection .NewsletterBoxflex form {
                width: 50%;
                display: flex;
                align-items: center;
                justify-content: end;
            }

            .NewsletterSection .NewsletterBoxflex form input {
                padding: 14px 16px;
                border-radius: 4px;
                border: none;
                font-size: 12px;
                font-weight: 700;
                width: 60%;
                margin-right: 10px;
                outline: none;
            }

            .NewsletterSection .NewsletterBoxflex form button {
                background: #499012;
                font-weight: 800;
                color: #fff;
                font-size: 14px;
                border: none;
                padding: 12px 30px;
                border-radius: 4px;
                transition: 0.4s all;
            }

            .NewsletterSection .NewsletterBoxflex form button:hover {
                background: #ed6436;
            }

            .FooterSection {
                background: #e9ffd8;
                padding: 2em 0;
                margin-top: 3em;
            }

            .FooterSection .FooterTopSection {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #b4de94;
                padding-bottom: 20px;
            }

            .FooterSection .FooterTopSection .FooterLogo {
                margin: 0;
                font-size: 30px;
                font-weight: 900;
                color: #ed6436;
            }

            .FooterSection .FooterTopSection .FooterTopSocial {
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: end;
            }
            
            .Adoption2FooterImg{
                margin-top: 30px;
                width: 200px;
            }

            .FooterSection .FooterTopSection .FooterTopSocial i {
                color: white;
                width: 28px;
                display: flex;
                height: 26px;
                align-items: center;
                justify-content: center;
                margin: 0 4px;
                border-radius: 4px;
                font-size: 14px;
                transform: translateY(0);
                transition-duration: 0.3s;
            }

            .FooterSection .FooterTopSection .FooterTopSocial i:hover {
                transform: scale(1.1);
            }

            .FooterSection .FooternavSection {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 1em;
            }

            .FooterSection .FooternavSection h6 {
                margin: 0;
                width: 100%;
                font-size: 12px;
                font-weight: 700;
                line-height: 18px;
            }

            .FooterSection .FooternavSection p {
                width: 100%;
                text-align: right;
                margin: 0;
            }

            .FooterSection .FooternavSection p a {
                font-weight: 800;
                color: #cc3b0b;
                margin-left: 10px;
                transition: 0.4s all;
            }

            .FooterSection .FooternavSection p a:hover {
                color: #499012;
            }

            .FooterSection .getstartedtxt {
                text-align: center;
                margin: 0;
                font-size: 36px;
                font-weight: 900;
                color: #346e07;
                line-height: 50px;
                margin-top: 60px;
            }

            .FooterSection .MailNumberBoxFlex {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .FooterSection .MailNumberBoxFlex h4 {
                margin: 0 20px;
                font-weight: 800;
                color: #212121;
                font-size: 14px;
            }

            .FooterSection .MailNumberBoxFlex a {
                background: #ed6436;
                font-weight: 800;
                color: #fff;
                font-size: 12px;
                border: none;
                padding: 12px 30px;
                transition: 0.4s all;
                border-radius: 50px;
            }

            .FooterSection .MailNumberBoxFlex a:hover {
                background: #499012;
                transform: scale(1.1);
            }

            .FooterSection .CopyrightTxt {
                margin: 0;
                text-align: center;
                font-weight: 800;
                color: #262626;
            }

            /* ************************************************* INNER PAGE SECTION CSS */

            .innerPageHeader {
                padding: 20px 0;
                background: #ed6436;
                border-bottom: 2px solid #dddddd;
            }

            .innerPageHeader p {
                margin: 0;
                font-weight: 800;
                font-size: 16px;
                text-align: center;
                color: #ffffff;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .innerPageHeader p a {
                color: #ffe0d7;
                font-weight: 800;
                text-decoration: underline;
                margin: 0 10px;
            }

            .HowToDogJumpPageSection {
                padding: 3em 0;
            }

            .HowToDogJumpPageSection h1 {
                margin: 0;
                font-weight: 900;
                font-size: 28px;
                color: #499012;
                text-align: center;
            }

            .HowToDogJumpPageSection h6 {
                margin: 0;
                font-weight: 800;
                text-align: center;
                font-size: 16px;
                color: #777777;
                padding-top: 12px;
            }

            .HowToDogJumpPageSection .innerPagePara {
                margin: 0;
                font-size: 16px;
                font-weight: 700;
                margin-top: 14px;
                color: #828282;
                text-align: justify;
            }

            .HowToDogJumpPageSection p {
                margin: 0;
                font-size: 16px;
                font-weight: 700;
                margin-top: 14px;
                color: #828282;
                text-align: justify;
            }

            .HowToDogJumpPageSection img {
                    /*width: 960px;*/
                    border-radius: 10px;
                    box-shadow: 0 0 20px -2px #a3a3a3;
                    height: 540px;
                    /*object-fit: cover;*/
                    margin: 0 auto;
                    display: block;
            }

            .MostPopularMalePageSection {
                background: linear-gradient(4deg, #8fd0f9, #dfeff9);
                padding: 3em 0;
            }

            .MostPopularMalePageSection h2 {
                margin: 0;
                font-size: 24px;
                font-weight: 900;
                margin-bottom: 20px;
                color: #202020;
            }

            .MostPopularMalePageSection h4 {
                margin: 0;
                font-weight: 800;
                color: #116193;
                font-size: 18px;
                padding: 10px 0;
            }

            .MaleCatNamesPageSection {
                padding: 3em 0;
            }

            .MaleCatNamesPageSection table {
                width: 100%;
            }

            .MaleCatNamesPageSection table tr th {
                border-bottom: 2px solid #d0d0d0;
                padding: 10px 20px;
                font-size: 16px;
                font-weight: 700;
                color: #1d1d1d;
                background: #f4f4f4;
            }

            .MaleCatNamesPageSection table tr td {
                border-bottom: 2px solid #e6e6e6;
                padding: 10px 20px;
                font-size: 16px;
                font-weight: 800;
                color: #000000;
            }

            .MaleCatNamesPageSection table tr td .fa-poop {
                color: #904545;
                margin-left: 10px;
                font-size: 18px;
            }

            .MaleCatNamesPageSection table tr td .fa-heart {
                font-size: 18px;
            }

            .MaleCatNamesPageSection table tr td .fa-mars {
                font-size: 35px;
                color: #5f7dea;
            }
            .MaleCatNamesPageSection table tr td .fa-venus {
                font-size: 35px;
                color: #ed7cc0;
            }

            .MaleCatNamesPageSection table tr td .fa-heart.active {
                color: red;
            }

            .MaleCatNamesPageSection table tr td span {
                display: block;
                font-size: 14px;
                font-weight: 600;
                color: #8d8d8d;
                margin-top: 2px;
            }

            .MaleCatNamesPageSection .MaleCatNamesPagination {
                text-align: center;
                margin-top: 30px;
            }

            .MaleCatNamesPageSection .MaleCatNamesPagination span {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                border: 1px solid #c6c6c6;
                width: 30px;
                height: 30px;
                line-height: normal;
                color: #767676;
                cursor: pointer;
                font-size: 16px;
                font-weight: 900;
                border-radius: 4px;
                transition: 0.4s all;
                    margin: 0 4px;
            }

            .MaleCatNamesPageSection .MaleCatNamesPagination span:hover {
                background: #cbcbcb;
            }

            .MaleCatNamesPageSection .MaleCatNamesPagination span.active {
                background: #cbcbcb;
            }

            .MaleCatNamesPageSection .MaleCatNamesPagination span i {
                line-height: normal;
                font-size: 12px;
            }

            .MaleCatNamesPageSection h2 {
                display: flex;
                align-items: center;
                margin: 0;
                font-size: 22px;
                font-weight: 800;
                color: #444444;
                margin-bottom: 30px;
            }

            .MaleCatNamesPageSection h2 img {
                width: 2%;
                height: auto;
                margin: 0;
                margin-right: 20px;
            }

            .WantToAddNamesPageSection {
                padding: 2em 0;
                background: #f1ffe7;
            }

            .WantToAddNamesPageSection .WantAddamesBtn {
                margin: 0 auto;
                display: block;
                background: #499012;
                color: #fff;
                line-height: normal;
                padding: 10px 20px;
                border: none;
                border-radius: 20px;
                font-size: 16px;
                font-weight: 700;
            }

            .CongratulationPageSection {
                padding: 2em 0;
                background: #f4f4f4;
                border-top: 2px solid #e3e3e3;
            }

            .CongratulationPageSection .CongratulationPara {
                margin: 0;
                font-size: 16px;
                line-height: 24px;
                font-weight: 800;
                color: #545454;
            }

            .CongratulationPageSection p {
                    margin: 0;
                    font-size: 16px;
                    font-weight: 700;
                    margin-top: 14px;
                    color: #828282;
                    text-align: justify;
            }

            .RelatedCatPageSection {
                padding: 3em 0 0;
            }

            .RelatedCatPageSection .RelatedCatBox h2 {
                margin: 0;
                font-size: 20px;
                font-weight: 900;
                margin-bottom: 30px;
                color: #505050;
            }

            .RelatedCatPageSection .RelatedCatBox h4 {
                margin: 0;
                font-size: 16px;
                font-weight: 800;
                padding-bottom: 10px;
            }

            .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex .RelatedCatList {
                width: 16%;
                background: #f2f2f2;
                border-radius: 10px;
            }

            .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex .RelatedCatList img {
                margin: 0 auto;
                width: 100%;
                border-radius: 10px 10px 0 0;
                height: 150px;
                object-fit: cover;
            }

            .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex .RelatedCatList span {
                display: block;
                font-weight: 800;
                font-size: 12px;
                color: #3d3d3d;
                padding: 10px;
            }

            .RelatedCatPageSection .RelatedCatBox a {
                display: table;
                margin: 0 auto;
                background: #fff;
                font-size: 12px;
                color: #313131;
                font-weight: 700;
                padding: 6px 20px;
                margin-top: 30px;
                border-radius: 20px;
                transition: 0.4s all;
                margin-bottom: 50px;
                border: 2px solid gainsboro;
            }

            .RelatedCatPageSection .RelatedCatBox a:hover {
                background: #ed6436;
                color: #fff;
                border: 2px solid #ed6436;
            }

            .RelatedCatPageSection .RelatedCatBox a i {
                margin-left: 4px;
            }

            .FrequentlyAskQuestionPageSection .Frequentlyaccordion {
                color: #565656;
                cursor: pointer;
                width: 100%;
                font-weight: 800;
                border: none;
                text-align: left;
                outline: none;
                font-size: 16px;
                transition: 0.4s;
                padding: 20px;
                background: #e1e1e1;
                border-radius: 4px;
            }

            .FrequentlyAskQuestionPageSection .Frequentlyaccordion.active {
                color: #ed6436;
            }

            .FrequentlyAskQuestionPageSection .frequentlypanel {
                padding: 0;
                background-color: white;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.2s ease-out;
                border-bottom: 2px solid #bfbfbf;
            }

            .FrequentlyAskQuestionPageSection .frequentlypanel p {
                margin: 0;
                padding: 20px;
                font-weight: 700;
                line-height: 22px;
                color: #6c6c6c;
            }

            .FrequentlyAskQuestionPageSection .Frequentlyaccordion:after {
                content: '\25BC';
                color: #565656;
                font-weight: bold;
                float: right;
                margin-left: 5px;
            }

            .FrequentlyAskQuestionPageSection .Frequentlyaccordion.active:after {
                content: "\25B2";
                color: #ed6436;
            }

            .FrequentlyAskQuestionPageSection {
                padding: 3em 0;
                background: #ebebeb;
            }

            .FrequentlyAskQuestionPageSection h2 {
                margin: 0;
                text-align: left;
                font-weight: 800;
                font-size: 20px;
                color: #141414;
                margin-bottom: 30px;
            }

            .AuthorBioPageSection {
                padding: 3em 0;
            }

            .AuthorBioPageSection .AuthorBioSection {
                width: 60%;
                margin: 0 auto;
                background: #ed6436;
                padding: 30px;
                border-radius: 10px;
                box-shadow: 0 0 10px -2px #8f8f8f;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioHeaderFlex {
                display: flex;
                align-items: center;
                border-bottom: 1px solid #f89776;
                padding-bottom: 10px;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioDetails {
                border-left: 4px solid #c5c5c5;
                padding: 0px 10px 0 40px;
                margin-left: 30px;
                margin-top: 20px;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioDetails h4 {
                margin: 0;
                font-weight: 900;
                font-size: 16px;
                color: #efefef;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioDetails p {
                margin: 0;
                margin-top: 10px;
                color: #fff;
                font-weight: 600;
                font-size: 13px;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioHeaderFlex img {
                margin: 0;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                margin-right: 20px;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioHeaderFlex h2 {
                margin: 0;
                font-size: 12px;
                font-weight: 700;
                color: #eeeeee;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioHeaderFlex h2 b {
                color: #fff;
                display: inline-block;
                font-weight: 800;
                font-size: 16px;
            }

            .AuthorBioPageSection .AuthorBioSection .AuthorBioHeaderFlex h3 {
                margin: 0;
                font-size: 12px;
                font-weight: 700;
                color: #e3e3e3;
                margin-top: 10px;
            }

            .StrugglingHelpPageSection {
                padding: 3em 0;
                background: whitesmoke;
                border-bottom: 2px solid #d2d2d2;
            }

            .StrugglingHelpPageSection .StrugglingHelpSection {
                width: 60%;
                margin: 0 auto;
                padding: 30px;
                background: #f2ffe8;
                border: 2px solid #499012;
                border-radius: 10px;
                text-align: center;
            }

            .StrugglingHelpPageSection .StrugglingHelpSection h2 {
                font-size: 20px;
                margin: 0;
                font-weight: 800;
                color: #2f6605;
            }

            .StrugglingHelpPageSection .StrugglingHelpSection p {
                margin: 0;
                font-size: 14px;
                padding: 10px;
                font-weight: 700;
                color: #828282;
            }

            .StrugglingHelpPageSection .StrugglingHelpSection a {
                background: #499012;
                font-weight: 800;
                color: #fff;
                font-size: 12px;
                border: none;
                padding: 10px 30px;
                border-radius: 4px;
                transition: 0.4s all;
                display: inline-block;
                margin-top: 10px;
            }










            .innerPageSection .PlantFlowerNamesBox ul li {
                font-size: 16px;
                font-weight: 800;
                color: #4a4a4a;
                padding-bottom: 22px;
            }

            /* .innerPageSection .PlantFlowerNamesBox ul li img {
                width: 3%;
                margin: 0;
                height: auto;
                margin-right: 10px;
            } */

            .innerPageSection .PlantFlowerNamesBox p {
                font-size: 14px;
                color: #6f6f6f;
                font-weight: 700;
                line-height: 22px;
                background: #fff;
            }

            .innerPageSection .PlantFlowerNamesBox .CongratulationPara {
                background: transparent;
                margin-top: 30px;
                color: #1d1d1d;
                font-size: 16px;
                line-height: 22px;
            }

            .innerPageSection .PlantFlowerNamesBox h5 {
                color: #000;
                font-weight: 900;
                margin: 0;
                font-size: 16px;
                padding: 10px 0;
                font-style: italic;
            }
            
            .display-none{
                display: none;
            }

            /* ****************************************** STRUGLLING HELP PAGE SECTION CSS */



            /* *************************************************** MEDIA RESPONSIVE CSS */

            @media screen and (max-width: 600px) {
                .header-section .navigation-header .topnav a:not(:first-child) {
                    display: none;
                }
                
                .mobile-display-none{
                    display: none;
                }
                
                .display-none{
                    display: block;
                }
                
                .HowToDogJumpPageSection img{
                    width: 100%;
                    height: auto;
                }
                
                .header-section .navigation-header.sticky i{
                    color: #fff;
                }
                
                .Adoption2FooterImg.mobile-display-none{
                    display: none !important;
                }
                
                .FooterSection .getstartedtxt{
                    margin-top: 30px;
                }
                
                .Adoption2FooterImg{
                    margin: 30px auto;
                    display: block;
                }
                
                .AuthorBioPageSection .AuthorBioSection{
                   width: 100%;
                }
                
                .StrugglingHelpPageSection .StrugglingHelpSection{
                     width: 100%;
                }

                .banner-flex {
                    display: block !important;
                }

                .header-section .navigation-header .topnav button.icon {
                    background: #d83707;
                    display: block;
                    color: #fff;
                    padding: 6px 10px 4px;
                    border: 0;
                    outline: none;
                    border-radius: 4px;
                    cursor: pointer;
                }

                button.icon:focus,
                button.icon:hover {
                    border: 0;
                    outline: none;
                    background: #b3b3b3;
                }
            }

            @media screen and (max-width: 600px) {
                .header-section .navigation-header .topnav.responsive {
                    position: relative;
                    display: block;
                }

                .header-section .navigation-header .topnav.responsive a {
                    float: none;
                    display: inline-flex;
                    text-align: left;
                    width: 100%;
                    align-items: center;
                    padding: 10px 10px;
                    margin: 0;
                }

                .header-section .navigation-header .topnav.responsive .icon {
                    position: absolute;
                    right: 10px;
                    top: 10px;
                }
            }

            @media only screen and (max-width: 600px) {
                .header-logo{
                    width: 20% !important;
                    margin: 0 auto;
                    display: block;
                }

                .header-section .navigation-header .row {
                    display: block;
                }

                .header-section .navigation-header h1 {
                    text-align: center;
                    color: #fff;
                    font-size: 24px;
                }

                .header-section .navigation-header .topnav {
                    overflow: hidden;
                    text-align: left;
                    background: rgb(63 111 26 / 69%);
                    margin-top: 10px;
                    padding: 10px;
                    border-radius: 10px;
                    display: flex;
                    justify-content: end;
                }
                
                .header-section .navigation-header .topnav a{
                    display: none;
                }

                .header-section .navigation-header .topnav a img {
                    min-width: 24px;
                    max-width: 24px;
                    display: block;
                    margin: 0;
                    margin-right: 10px;
                }
                
                .Sliderbanner-section .img-fill{
                    padding-top: 0;
                }

                .header-section .navigation-header .topnav a {
                    text-align: left;
                    color: #ffffff;
                }

                .header-section .navigation-header .topnav a:hover {
                    color: #ffffff;
                }

                .header-section .navigation-header .AskaVetBtn,
                .header-section .navigation-header form {
                    display: none;
                }

                .Sliderbanner-section .header-section {
                    position: initial;
                }

                .Sliderbanner-section .bannerBgImg {
                    position: static;
                    margin: 0 auto;
                    display: block;
                    width: 50%;
                }
                
                .FooterSection .FooternavSection{
                    display: block;
                }
                
                .FooterSection .FooternavSection p{
                    text-align: left;
                    margin: 0;
                    margin-top: 20px;
                }
                
                .FooterSection .FooternavSection p a{
                    margin-left: 0;
                    margin-right: 10px;
                }

                .Sliderbanner-section .Modern-Slider {
                    padding: 2em 0;
                }

                .Sliderbanner-section {
                    height: auto;
                }

                .Sliderbanner-section .Modern-Slider .item h3 {
                    font-size: 26px;
                }

                .Sliderbanner-section .Modern-Slider .item h5 {
                    font-size: 15px;
                    font-weight: 800;
                    margin-top: 10px;
                    line-height: 20px;
                }

                .WelcomeSection h2 {
                    margin-top: 0;
                    font-size: 26px;
                    padding: 0 0 20px 0;
                }
                
                .WelcomeSection p{
                    padding-left: 0;
                }
                
                .WelcomeSection .welcomeimgImg{
                    margin: 0 auto;
                    display: block;
                    width: 60%;
                }

                .WelcomeSection a {
                    display: inline-block;
                    margin-bottom: 20px;
                    margin-top: 20px;
                    margin-left: 0;
                }

                .FoodpharmacySection {
                    margin-top: 0;
                }

                .PethamstersSection .PethamstersBox {
                    margin-bottom: 1em;
                }

                .FoodpharmacySection .FoodpharmacyBox img {
                    width: 20%;
                    margin-right: 16px;
                }

                .FoodpharmacySection .FoodpharmacyBox {
                    padding: 16px 24px;
                    justify-content: space-between;
                }

                .PetCareBlogSection .PetCareBlogbox {
                    margin-bottom: 2em;
                }

                .FAQquestionSection .FAQquestionBox {
                    width: 100%;
                }

                .PetcareteamSection .PetcareteamBox {
                    margin-bottom: 2em;
                }

                .NewsletterSection .NewsletterBoxflex {
                    display: block;
                }

                .NewsletterSection .NewsletterBoxflex form {
                    width: 100%;
                    display: block;
                    margin-top: 20px;
                }

                .NewsletterSection .NewsletterBoxflex form input {
                    width: 100%;
                    margin-right: 0;
                }

                .NewsletterSection .NewsletterBoxflex form button {
                    margin-top: 10px;
                }

                .header-section .navigation-header.sticky h1 {
                    color: #ed6436;
                }

                .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex {
                    display: block;
                }

                .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex .RelatedCatList {
                    width: 46%;
                    margin-right: 10px;
                    margin-bottom: 20px;
                    display: inline-block;
                }

                .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex .RelatedCatList img {
                    height: auto;
                }

                .RelatedCatPageSection .RelatedCatBox .RelatedCatBoxFlex .RelatedCatList span {
                    background: lightgrey;
                    border-radius: 0 0 10px 10px;
                    padding: 10px 20px;
                    font-size: 16px;
                }

            }
/***login google button**/
.google-btn {
    display: inline-flex;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .google-btn:hover {
    background-color: #357AE8;
  }
  
  .google-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .google-icon {
    width: 18px;
    height: 18px;
  }
  
  /***user info in header ***/
  .popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 225px;
    height: 78px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: none;
    z-index: 1;
  }
  .profile:hover .popup {
    display: block;
    flex-direction: column;
    align-items: center;
  }
  
  .popup img {
    width: 20%;
    height: auto;
    margin-top: 20px;
    border-radius: 50%;
  }
  
  .popup .name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
