* {
    margin: 0px;
    padding: 0px;
}
.clear {
    padding: 0px;
    margin: 0px;
    clear: both;
}
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    position: relative;
}
ul {
    list-style: none;
    margin: 0px !important;
}
a:focus, :focus {
    outline: none !important;
}
a:hover {
    text-decoration: none !important;
}
a {
    text-decoration: none;
}
a img {
    border: none;
}
h1 {
    font-size: 25px;
    color: #454545;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 22px;
    color: #454545;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 20px;
    color: #454545;
    margin: 0;
    padding: 0;
}
h4 {
    font-size: 18px;
    color: #454545;
    margin: 0;
    padding: 0;
}
h5 {
    font-size: 15px;
    color: #454545;
    margin: 0;
    padding: 0;
}
h6 {
    font-size: 14px;
    color: #454545;
    margin: 0;
    padding: 0;
}
p {
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    color: #454545;
    margin: 0;
    padding: 0;
}
a {
    padding: 0px;
    margin: 0px;
    outline: none;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul li {
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}
input[type="text"]::-webkit-placeholder {
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    opacity: 1;
}
input[type="password"]::-webkit-placeholder {
    opacity: 1;
}
input[type="password"]::-moz-placeholder {
    opacity: 1;
}
input[type="search"]::-webkit-placeholder {
    opacity: 1;
}
input[type="search"]::-moz-placeholder {
    opacity: 1;
}
input[type="email"]::-webkit-placeholder {
    opacity: 1;
}
input[type="email"]::-moz-placeholder {
    opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}
input[type="tel"]::-moz-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
textarea::-webkit-placeholder {
    opacity: 1;
}
a:hover {
    outline: none !important;
    text-decoration: none;
}
a:active {
    outline: none !important;
    text-decoration: none;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
img {
    vertical-align: middle;
    border-style: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
:root {
    --main-green: #139B6D;
    --main-red: #CA203B;
    --main-black:#072432;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif; */
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 999;
}
.header-padding {
    height: 108px;
    width: 100%;
    padding: 51px 0px;
    display: block;
}
.header-uppr{
    background-color: white;
}
.hdr-uppr-inr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-uppr .container-fluid,
.header-below .container-fluid,
footer .container-fluid{
    padding: 0px 75px !important;
}
.header-uppr .logo {
    width: 247.61px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.header-uppr .logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
}
.hdr-srch{
    padding: 9px 28px 8px 0px;
    border-right: 1px solid #ECECEC;
    margin-right: 54px;
    width: 498px;
}
.hdr-srch-inr{
background: #FFFFFF;
position: relative;
}
.hdr-srch-inr input{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 23px;
letter-spacing: 0.01em;
color: #515C76;
padding: 8px 9px;
border: 1px solid #E8E8E8;
box-shadow: 0px 0px 8px rgba(109, 106, 106, 0.08);
border-radius: 6px;
width: 100%;
height: 42px;
padding: 10px 129px 9px 13px;
}
.hdr-srch-inr input:hover,
.hdr-srch-inr input:focus,
.hdr-srch-inr input:focus-visible,
.hdr-srch-inr input:focus-within{
    border: 1px solid var(--main-red);
}
.hdr-srch-inr select{
   width: 150px;
   height: 40px;
   position: absolute;
   right: 79px;
   border-width: 0px 1px 0px 1px;
   border-style: solid;
   border-color: #d9d9d9;
   top: 1px;
   border-radius: 0px;
   font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 23px;
letter-spacing: 0.01em;
color: #515C76;
padding: 10px 13px 9px 13px;
}
.hdr-srch-inr input:hover + select,
.hdr-srch-inr input:focus + select,
.hdr-srch-inr input:focus-visible + select,
.hdr-srch-inr input:focus-within + select,
.hdr-srch-inr select:hover,
.hdr-srch-inr select:focus,
.hdr-srch-inr select:focus-visible,
.hdr-srch-inr select:focus-within{
   border-color: var(--main-red);
}
.hdr-srch-inr button{
width: 70px;
height: 34px;
background: #CA203B;
border: 1px solid #CA203B;
border-radius: 5px;
padding: 5px 11px 6px 11px;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 23px;
letter-spacing: 0.01em;
color: #FFFFFF;
box-shadow: none !important;
border: none !important;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 4px;
right: 4px;
z-index: 2;
}
.hdr-srch-inr button svg{
    display: none;
}
.hdr-srch-inr button:hover,
.hdr-srch-inr button:focus{
    background: var(--main-black);
}
.logbtn-login{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-right: 20px;
    gap: 4px;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.02em;
color: #072432;
}
.logbtn-login svg{
    display: block;
    width: 24px;
    height: 24px;
}
.logbtn-login:hover{
    color: var(--main-red);
}
.logbtn-login:hover svg path{
stroke: var(--main-red);
}
.logbtn-signup{
width: 96px;
height: 37px;
background: #072432;
border-radius: 7px;
display:flex;
justify-content: center;
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-align: center;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.logbtn-signup:hover{
    background: var(--main-red);
    color: white;
}

.header-below {
    background-color: var(--main-green);
    height: 48px;
}
.mn-drptggl {
    background-color: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    height: 48px;
}
.mn-drptggl.dropdown-toggle::after{
    display: none;
}
/* .blw-lft-drpdwn{
    padding: 8px 0px;
} */
.blw-lft-drpdwn .dropdown-menu{
    transition: all 0.3s ease;
}
.drop-mnmenu,
.type-drpmn{
    background-color: #10865E;
    border-radius: 0px 0px 6px 6px;
    position: absolute;
    overflow-y: scroll;
    max-height: calc(100vh - 300px);
     /* height: 700px !important;
     max-height: 620px; */
    scrollbar-color: white transparent;
}

.type-drpmn::-webkit-scrollbar-thumb{
   background-color: white !important;
}
.type-drpmn .drop-submenu{
    overflow-y: scroll !important;
    /* max-height: calc(100vh - 200px) !important; */
    scrollbar-color: white transparent !important;
    background-color: #10865E !important;
    height: 400px;
}
/* .drop-mnmenu{
    max-height: calc(100vh - 138px);
    overflow-y: scroll;
    overflow-x: visible !important;
    scrollbar-width: thin;
    scrollbar-color: transparent #73cbad;
    z-index: 2;
}
.drop-mnmenu::-webkit-scrollbar{
    width: 3px !important;
    border-radius: 3px !important;
}
.drop-mnmenu::-webkit-scrollbar-track{
    background-color: transparent !important;
}
.drop-mnmenu::-webkit-scrollbar-thumb{
    background-color: #73cbad !important;
} */
/* .blw-lft-drpdwn:hover .drop-mnmenu{
    display: block;
} */
.drop-mnmenu, .type-drpmn {
    top: 47px;
    padding-bottom: 12px;
}
.blw-lft-drpdwn .dropdown-menu{
    background-color: #10865E;
    border-radius: 0px 0px 6px 6px;
    padding: 8px 0px;
}
/* .drop-submenu{
    right: 0px !important;
    transform: translateX(100%) !important;
    top: 5px !important;
} */
.drop-connect {
    gap: 8px;
    padding: 5px 0px 8px 20px;
}
.drop-connect h6{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 1;
letter-spacing: 0.02em;
color: #FFFFFF;
}
.drop-cnnct-socials{gap: 10px;}
.drop-cnnct-socials a {
    display: block;
    width:20px;
    height:20px;
}

.drop-cnnct-socials a svg{
    display: block;
    width: 100%;
    height: 100%;
}
.drop-cnnct-socials a svg{
    fill: white !important;
}
.drop-cnnct-socials a:hover svg{
    fill: #072432 !important;
}
.dropdown-item {
   padding: 0px 13px 0px 0px;
   background-color: transparent !important;
}
.dropdown-menu{
    width: 227px;
}
.drop-mnmenu .blw-subdrp-div{
    display: none;
}
.dropdown-item h6,
.blw-subdrp-div button h6{
    padding-left: 20px;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 36px;
letter-spacing: 0.02em;
color: #FFFFFF;
width: 213px;
transition: all 0.3s ease;
border-radius: 0px 6px 6px 0px;
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 6px;
text-transform:uppercase;
}
.blw-subdrp-div h6 svg{
    display: inline-block;
    width: 13px;
    height: 13px;
    transform: translateX(-8px);
    transition: all 0.3s ease;
}
.dropdown-item:hover h6,
.blw-subdrp-div:hover h6,
.blw-subdrp-div.active h6{
background-color: #139B6D;
}
.dropdown-item:hover h6,
.blw-subdrp-div:hover h6 svg,
.blw-subdrp-div.active h6 svg{
    transform: translateX(0px);
}
.blw-subdrp-div button{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
.blw-subdrp-div button::after{
    display: none !important;
}
.dropdown-menu{
    border: none !important;
}
.blw-lft-drpdwn .drop-submenu {
    border-radius: 0px 6px 6px 0px;
    background-color: #139B6D;
    padding: 8px 0px;
    top: 0px !important;
    transform: translate(98%, -0%) !important;
    right: -3px !important;
    position: absolute;
    width: 168px;
    padding: 5px 0px;
    z-index: 5;
}
.blw-subdrp-div .dropdown-menu a{
    padding-left: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width:100%;
    transition: all 0.3s ease;
    border-radius: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
}
.blw-subdrp-div .dropdown-menu a:hover {
    background-color: #10865e !important;
}
.blw-lft-drpdwn .drop-submenu a{
    padding-left: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width:100%;
    transition: all 0.3s ease;
    border-radius: 0;
    text-align: left;
    display: block;
    padding-right: 6px;
}
.blw-lft-drpdwn .drop-submenu a:hover{
    background-color:#10865E;
}
.animal-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 23px !important;
}
.animal-list li{
    border-right: 2px solid #1CAE7D;
    position: relative;
}
.animal-list li::after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    height: 100%;
    width: 2px;
    display: block;
    background-color: #0D8A60;
}
.animal-list li a {
    padding: 0px 13px 0px 10px;
    height: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.animal-list li a::after{
    display: none !important;
}



.animal-list .dropdown-menu {
    background-color: #10865E;
    border-radius: 0 0 6px 6px;
    padding: 8px 0px;
    top: 42px !important;
}
.anml-submnu{
    position: absolute;
    right: -18px;
    top: 0px;
    transform: translateX(100%);
    border-radius: 0px 6px 6px 0px;
    background-color: #10865E;
    padding: 8px 0px;
    top: 0px !important;
    transform: translate(98%, -0%) !important;
    right: -3px !important;
    position: absolute;
    width: 168px;
    padding: 5px 0px;
    /* max-height: 147px;*/
    height: 100%;
}
.anml-submnu a{
    padding-left: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width:100%;
    transition: all 0.3s ease;
    border-radius: 0;
    text-align: left;
    display: block;
    padding-right: 6px;
}
.anml-submnu li a{
    text-transform: none;
}
.anml-submnu a:hover{
    background-color: #139b6d !important;
}
.animal-list .dropdown-item{
    padding: 0px 8px 0px 0px !important;

}
/* .type-drpmn .dropdown-item h6{
    padding-left: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width: 213px;
    transition: all 0.3s ease;
    border-radius: 0px 6px 6px 0px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
    text-transform: uppercase;
} */
.type-drpmn .dropdown-item h6 {
   padding-left: 20px;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 500;
   font-size: 15px;
   line-height: 1.2;
   letter-spacing: 0.02em;
   color: #FFFFFF;
   width: 213px;
   transition: all 0.3s ease;
   border-radius: 0px 6px 6px 0px;
   text-align: left;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-right: 6px;
   text-transform: none;
   white-space: break-spaces;
   height: 47px;
}
.home-main-div{
    z-index: 2;
}
.box-grn-bg {
    position: absolute;
    width: calc(((100vw - 1200px) / 2) + 30px);
    height: 100%;
    background: #ecf7f4;
    right: 0px;
    top: 0px;
    z-index: -1;
}
.home-mn-lft{
   padding: 41px 40px 0px 0px;
   margin-bottom: 65px;
}
.ternd-hdng{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.hdng-txt h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 32px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #072432;
margin-bottom: 5px;
}
.hdng-txt p{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 26px;
letter-spacing: 0.01em;
color: #616D85;
}
.see-mr{
    display: flex;
    justify-content: center;
    align-items: center;
width: 154px;
height: 40px;
background: #CA203B;
border-radius: 5px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
gap: 2px;
}
.see-mr svg{
    display: block;
    width: 14px;
    height: 15px;
}
.see-mr:hover{
    background: var(--main-black);
    color: white;
}
.trnd-box{
background: #FFFFFF;
border: 1px solid #ECEDED;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
border-radius: 12px 12px 8px 8px;
height: calc(100% - 20px);
margin-bottom: 20px;
display: block;
}
.trnd-box em{
width: 100%;
padding-top: 100%;
border-radius: 12px 12px 0px 0px;
position: relative;
}
.trnd-box em img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}
.pttp-box em img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.trnd-box em::after{
    position: absolute;
    content: '';
    z-index:2;
    width: 100%;
    height: 100%;
    display: block;
background: linear-gradient(180deg, rgba(7, 36, 50, 0) 55.5%, #0D835B 100%);
box-shadow: (0px 0px 20px rgba(0, 0, 0, 0.03));
}
.trnd-bxtxt {
    position: relative;
    z-index: 9;
    margin-top: -6px;
    padding: 0px 5px 7px 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #2A3F48;
    background-color: white;
}
.trnd-bxtxt::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 6px);
    height: 29px;
    display: block;
    border-radius: 30px 30px 0px 0px;
    z-index: -1;
    background-color: white;
    top: -14px;
}
.home-trending{
    margin-bottom: 33px;
}
.trnd-box:hover .trnd-bxtxt{
    color: var(--main-green);
}
.trnd-box:hover em img {
    transform: scale(1.3) rotate(4deg);
}
.pttp-box{
    height: calc(100% - 24px);
    margin-bottom: 24px;
background: #FFFFFF;
border: 2px solid #139B6D;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
border-radius: 6px;
padding: 5.14px;
display: block;
}
.pttp-box em {
    width: 100%;
    height:auto;
    border-radius: 6px;
    background: #cbe4dc;
    padding-top: 100%;
    position: relative;
}
.pttp-box em img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pttp-box em::after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(7, 36, 50, 0) 55.5%, #0D835B 100%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    bottom: 0px;
    left: 0px;
}
.pttp-box h6 {
    width: 100%;
    padding: 10px 4px 6px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #072432;
    padding: 4px 16px 2px 0px;
    position: relative;
}
.pttp-box h6 svg {
    display: block;
    width: 15px;
    height: 15px;
}

.pttp-box h6.brd-inlst {
    width: 100%;
    padding: 10px 4px 6px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #072432;
    padding: 0px 16px 0px 0px;
    position: relative;
}
.pttp-box h6.brd-inlst svg {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -3px;
    top: 10px;
}
.pttp-box:hover{
    background-color: var(--main-green);
}
.pttp-box:hover h6{
    color: white;
}
.home-pet-tp{
    margin-bottom: 24px;
}

.home-rt-full {
    width: calc(100% + 55px);
    margin-left: -45px;
    /* width: calc(100% + 0px); */
    padding: 0px 23px;
    background-color: #ecf7f4;
    padding-top: 50px;
    padding-bottom: 80px;
}
.home-mn-rt {
    position: sticky;
    top: 114px;
}
h2.rttp-hdng{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 32px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #072432;
margin-bottom: 7px;
}
.rttp-inr {
    background: #FFFFFF;
    box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.04);
    padding: 12px 12px 0px 12px;
}
.rttp-inr-box{
background: #FFFFFF;
border: 1px solid #072432;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
border-radius: 6px;
    height: calc(100% - 16px);
    margin-bottom:16px;
    display: block;
    padding: 5.5px;
}
.rttp-inr-box em {
    height: auto;
    margin-bottom: 6px;
    border-radius: 4px;
    padding-top: 100%;
    position: relative;
}
.rttp-inr-box em img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rttp-inr-box h6{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 16px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #072432;
transition: all 0.3s ease;
display: flex;
justify-content: space-between;
align-items: center;
}
.rttp-inr-box h6 span{
    display: block;
    width: 94px;
}
.rttp-inr-box h6 svg{
    display: block;
    width: 15px;
    height: 15px;
}
.rttp-inr-box em img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}
.rttp-inr-box:hover{
    background-color: #072432;
}
.rttp-inr-box:hover h6{
    color:white;
}
.rttp-inr-box:hover em img {
    transform: scale(1.1) translate(-50%, -50%);
}
.rttp-inr .row{
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.rttp-inr .col-lg-6{
    padding: 0px 5px !important;
}
.rttp-btn{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
background: #CA203B;
border-radius: 4px;
gap: 3px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
text-transform: capitalize;
margin-top: 12px;
}
.rttp-btn svg{
    display: block;
    width: 14px;
    height: 15px;
}
.rttp-btn:hover{
    background: var(--main-black);
    color: white;
}
.mn-rt-top{
    margin-bottom: 30px;
}
.mn-rt-btm{
    z-index: 3;
    width: 298px;
    max-width: 100%;
    height: 422px;
    padding: 18px 66px 14px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.mnrtbtm-bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
}
.mn-rt-btm h1{
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 27px;
line-height: 38px;
text-transform: uppercase;
color: #FFFFFF;
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
flex-grow: 1;
}
.mn-rt-btm p{
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 21px;
color: #FFFFFF;
margin-bottom: 5px;
}
.mn-rt-btm h6{
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 19px;
line-height: 21px;
text-transform: uppercase;
color: #FBBC15;
margin-bottom: 9px;
}
.mn-rt-btm img.old-logo{
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}


footer{
    background-color: var(--main-green);
}
.foot-logo{
    left: 91px;
    top: 18px;
    width: 150px;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
}
.foot-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ftr-top{
    z-index: 9;
    margin-bottom: -17px;
}
.ftr-top-inr{
    width: 661px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 32px;
}
.ftr-top-inr p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.ftr-connct{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    margin: 0 auto;
    flex-direction: column;
}
.ftr-connct h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
margin-bottom: 32px;
}
.ftr-arw{
    display: block;
    width: 35px;
    height:40px;
    top: 11px;
    right: -18px;
    transform: translateX(100%);
}
.fr-sos-ul{
    gap: 13px;
}
.fr-sos-ul li a{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
}
.fr-sos-ul li a:hover{
    transform: translateY(-3px);
}
.fr-sos-ul li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ftr-btm {
    background-color: #072531;
}
.links-ul{
    gap: 33px;
    padding: 40px 0px 26px 0px !important;
}
.links-ul li a{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-align: center;
letter-spacing: 0.02em;
color: #E3ECE9;
}
.links-ul li a:hover{
    color: var(--main-green);
}
.copy-sec{
border-top:1px solid #11513B;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
padding: 10px 0px;
}
.copy-sec p{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 23px;
text-align: center;
letter-spacing: 0.02em;
color: #9AB1A9;
}
.copy-sec p a{
    color: inherit;
}
.copy-sec p a:hover{
    color: var(--main-green);
}
.scrollTop {
    position: absolute;
    right: 183px;
    bottom: 281px;
    z-index: 99;
}
.scrollTop span a{
    display: flex;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: var(--main-red);
    justify-content: center;
    align-items: center;
    outline: 2px solid white;
    outline-offset: 7px;
}
.scrollTop span a:hover{
    outline: 2px solid white !important;
    outline-offset: 7px;
    background-color: var(--main-black);
}
.scrollTop span a:focus{
    outline: 2px solid white !important;
    outline-offset: 7px;
}
.srch-open {
    width: 30px;
    height: 30px;
    background: #CA203B;
    border: 1px solid #CA203B;
    border-radius:7px;
    padding: 2px;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.srch-open svg{
    display: block;
}
.animal-list .anml-submnu li {
    border-right: 0px solid transparent;
    position:static;
}


.dropdown:hover .test_fr_toggle,
.blw-lft-drpdwn:hover .test_fr_toggle3{
    display: block !important;
}

.blw-subdrp-div:hover .test_fr_toggle2{
    display: block !important;
}

.animal-list .type-drpmn li {
    border-right:0px solid transparent;
    position:static;
}
.showBtn{
    opacity: 1;
}


/* login-page */
.login-page{
    padding: 46px 0px 67px 0px;
    height: 100%;
}
.login-pgbg {
    bottom: 0px;
    left: 0px;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.login-box {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
    padding: 24px 28px 13px 29px;
    position: relative;
    width: 382px;
    margin: 0 auto;
    max-width: 100%;
}
.login-box::after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    left: 0px;
    bottom: 216px;
}
.logbx-hdr{
    margin-bottom: 32px;
}
.logbx-hdr h1{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 26px;
text-align: center;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #072432;
margin-bottom: 1px;
}
.logbx-hdr p{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 26px;
text-align: center;
/* text-transform: capitalize; */
color: #2F3747;
margin-bottom: 12px;
}
.logbx-hdr p a{
    color: var(--main-red);
    font-weight: 500;
}
.logbx-hdr p a:hover{
    color: var(--main-black);
}
.login-hdr-end{
    width: 263px;
    max-width: 100%;
    margin: 0 auto;
    gap: 9px;
}
.login-hdr-end span{
    width: calc((100% - 28px) / 2);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #3B3F41 100%);
    height: 1px;
}
.login-hdr-end span:last-child{
transform: rotate(180deg);
}
.login-hdr-end em{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: var(--main-green);
}
.login-inpt-box{
    width: 100%;
    height: 47px;
    margin-bottom: 16px;
    z-index: 3;
}
.login-inpt-box input,
.login-inpt-box select,
.login-inpt-box textarea{
    width: 100%;
    height: 100%;
    border-radius: 12px;
background: transparent;
border: 1px solid #D9D9D9;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
padding: 21px 19px 8px 19px;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #262930;
position: relative;
z-index: 2;
transition: all 0.3s ease;
}
.ifno-mail {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #262930;
    padding: 22px 13px 6px 13px;
    background: #eef8f5;
    border-radius: 12px;
    z-index: -1;
    position: relative;
}
.login-textarea{height: 104px;}
.login-inpt-box label {
    position: absolute;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8E98AE;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    z-index: -1;
    transition: all 0.3s ease;
}
.login-inpt-box.login-textarea label{
    top: 20px;
    transform: translateY(0%);
}
.login-inpt-box label.error {
   position: static !important;
   font-size: 11px !important;
   color: var(--main-red) !important;
   transform: translateY(0%) !important;
   /* margin-top: -2px !important; */
   display: block;
}
.login-inpt-box input:focus + label,
.login-inpt-box input:focus-visible + label,
.login-inpt-box input:focus-within + label,
.login-inpt-box.active label,
.login-inpt-box select:focus + label,
.login-inpt-box select:focus-visible + label,
.login-inpt-box select:focus-within + label,
.login-inpt-box textarea:focus + label,
.login-inpt-box textarea:focus-visible + label,
.login-inpt-box textarea:focus-within + label{
transform: translateY(0%);
top: 4px;
}
.login-inpt-box .ifno-mail + label{
    transform: translateY(0%);
    top: 4px;
    left: 0px;
    color: #52555b;
    }
.login-inpt-box input:hover,
.login-inpt-box input:focus,
.login-inpt-box input:focus-visible,
.login-inpt-box input:focus-within,
.login-inpt-box select:hover,
.login-inpt-box select:focus,
.login-inpt-box select:focus-visible,
.login-inpt-box select:focus-within,
.login-inpt-box textarea:hover,
.login-inpt-box textarea:focus,
.login-inpt-box textarea:focus-visible,
.login-inpt-box textarea:focus-within{
border: 1px solid var(--main-green);
outline: none !important;
background-color: transparent !important;
}
input:-internal-autofill-selected{
    background-color: transparent !important;
}
.login-inpt-box select {
    appearance: none !important;
    background-image: url(../images/contact-select-drp.PNG);
    background-position: right -2px center;
    background-repeat: no-repeat;
    background-size: 50px 49px;
}
.login-inpt-box select:hover,
.login-inpt-box select:focus,
.login-inpt-box select:focus-visible,
.login-inpt-box select:focus-within{
    background-image: url(../images/cont-hovr-drp.PNG);
}
.login-inpt-box i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    display: block;
    width: 21px;
    height: 21px;
    z-index: 2;
    cursor: pointer;
}
.fa-eye-slash:before{
    content: '' !important;
    background-image: url(../images/eye-slash.svg) !important;
    display: block;
    width: 100%;
    height: 100%;
}
.fa-eye:before{
    content: '' !important;
    background-image: url(../images/eye.svg) !important;
    display: block;
    width: 100%;
    height: 100%;
}
.reme-sec{
    margin: 29px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
label.remember-div {
    padding-left: 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #66696D;
    width: fit-content;
    z-index: 1;
}
label.remember-div input{
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    top: 0px;
    left: 0px;
}
.check-tick{
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    top:1px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    transition: all 0.3s ease;
}
.check-tick svg{
opacity: 0;
transform: rotate(-270deg);
transition: all 0.3s ease;
}
label.remember-div input:hover + .check-tick{
    border: 1px solid var(--main-red);
}

label.remember-div input:checked + .check-tick{
    background-color: var(--main-red);
    border: 1px solid var(--main-red);
}

label.remember-div input:checked + .check-tick svg{
    opacity: 1;
    transform: rotate(0deg);
}
a.forgot {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #66696D;
}
a.forgot:hover{
    color: var(--main-red);
}
button.login-submit{
    width: 100%;
height: 45px;
background: #CA203B;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
gap: 4px;
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
border: none !important;
outline: none !important;
box-shadow: none !important;
}
button.login-submit svg{
    display: block;
    width: 15px;
    height: 14px;
}
button.login-submit:hover,
button.login-submit:focus{
    background: var(--main-black);
}
.continue{
    margin: 15px auto 5px auto;
    width: 278px;
    max-width: 100%;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size:13px;
line-height: 26px;
text-align: center;
letter-spacing: 0.01em;
color: #2F3747;
gap: 12px
}
.continue span{
    width: calc((100% - 122px) / 2);
    height: 1px;
    display: block;
background: linear-gradient(90.53deg, #FFFFFF 17.28%, #444040 108.6%);
}
.continue span:last-child{
    transform: rotate(180deg);
}
.google{
    width: 100%;
height: 45px;
left: calc(50% - 325px/2 + 0.5px);
top: 571px;
background: #FFFFFF;
border: 1px solid #139B6D;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
gap: 8px;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #262930;
}
.google img{
    display: block;
    width: 23px;
    height: 23px;
}
.google:hover, .google:focus{
    background: var(--main-green);
    color: white;
}
.google:hover img, .google:focus img{
    filter: invert(1) brightness(100);
}
.no-accnt{
    margin-top: 13px;
    text-align: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size:15px;
line-height: 26px;
text-align: center;
letter-spacing: 0.01em;
color: #2F3747;
}
.no-accnt a{
    color: var(--main-red);
}
.no-accnt a:hover,
.no-accnt a:focus{
    color: var(--main-green);
}
.login-frm .row{
    margin-left: -6.5px !important;
    margin-right: -6.5px !important;
}
.login-frm .row .col-sm-6{
    padding: 0px 6.5px !important;
}
.signbx-hdr p{
    letter-spacing: -0.2px;
}
p.sign-desc {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #83878F;
    margin: 9px 0px 28px 0px;
    text-align: center;
}
p.sign-desc a{
    color: inherit;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}
p.sign-desc a:hover{
    color: var(--main-green);
}
.signup-frm .login-inpt-box label {
    left: 13px;
}
.signup-frm .login-inpt-box input {
    padding: 21px 19px 8px 13px;
}

/* breed-list */
.pet-bread{
  margin-bottom: 6px;
}
.pet-bread .breadcrumb{
    margin-bottom: 0px;
}
.pet-bread .breadcrumb-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px !important;
}
.pet-bread .breadcrumb-item a, .pet-bread .breadcrumb-item {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 42px;
    color: #CA203B;
}
.pet-bread .breadcrumb-item a:hover{
    color: var(--main-black);
}
.pet-bread .breadcrumb-item+.breadcrumb-item::before{
    content: '' !important;
    width: 11px;
    height: 11px;
    padding: 0px !important;
    margin: 0px 6px !important;
    background-image: url(../images/bread-arw.svg);
}
.breed-list-hdng h2 {
    width: 100%;
    border-bottom: 1px solid #D4DADF;
    padding-bottom: 4px;
    margin-bottom: 14px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    color: #000000;
    text-transform: capitalize;
}
.breed-list-hdng h2::before{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0px;
    display: block;
    width: 36px;
    height: 4px;
    background-color: #222222;
}
.breed-list-hdng p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #414246;
    width: 945px;
    max-width: 100%;
}
.breed-list-inr{
    margin-top: 35px;
}
.breed-list-inr .pagination, .trending-page .pagination {
    gap: 8px;
}
.breed-list-inr .pagination li a,
.trending-page .pagination li a{
    display: flex;
    width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D2D2D2;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.01em;
color: #302929;
transition: all 0.3s ease;
}
.breed-list-inr .pagination li a svg,
.trending-page .pagination li a svg{
    display: block;
    width: 15px;
    height: 14px;
}
.breed-list-inr .pagination li a:hover,
.breed-list-inr .pagination li a.active,
.trending-page .pagination li a:hover,
.trending-page .pagination li a.active{
    border: 1px solid var(--main-red);
    background-color: var(--main-red);
    color: white;
}
.breed-list-inr .pagination li a:hover svg path,
.trending-page .pagination li a:hover svg path{
    stroke: white;
}
.list-mn-area {
    margin: 33px 0px 0px 0px;
}
.list-mn-area .pttp-box{
    margin-bottom: 33.5px;
    height: calc(100% - 33.5px);
}
.list-mn-area .pttp-box em {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-color: #addccc;
}
.list-mn-area .pttp-box em img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    transform: translate(0%, 0%);
}
.em-breed-ad{
    /* padding: 11.3px; */
    margin-bottom: 22.3px;
}
/* .em-breed-ad img,
.em-breed-ad svg{
   display: block;
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 280px;
} */
.em-breed-ad img{
   display: block;
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 280px;
}
.list-mn-area .pttp-box h6 {
    padding: 7px 9px 8px 9px;
}
.mb-50{margin-bottom: 55px !important;}
.mt-22{
    margin-top: 22px !important;
}

.list-mn-area .pttp-box em::after{
    height: 112px;
}
.list-mn-area .pttp-box:hover em::after{
background: linear-gradient(180deg, rgba(7, 36, 50, 0) 55.5%, #080908 100%);
}

/* breed details page */
.breed-deets-mn{
    padding-right: 57px;
}
.breed-deets-mn em{
    margin-bottom: 20px;
    border-radius: 5px;
    /* height: fit-content; */
}
/* .breed-deets-mn em img{
    display: block;
    width: 100%;
    height: auto;
} */

.breed-deets-mn h1{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 41px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #CA203B;
margin-bottom: 14px;
}
.deets-snips{
    margin: 0px 0px 40px 0px;
    gap: 9px;
}
.snip-box{
    width: calc(25% - 9px);
    border-radius: 2px;
    background-color: #C2EBDE;
    padding: 12px 13px 9px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.snip-box h5{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #303D38;
margin-bottom: 0px;
}
.snip-box h4{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.02em;
color: #0E9164;
}
.snip-bxscl{
    margin:7px 0px 0px 0px !important;
    gap: 4px;
    width: 100% !important;
}
.snip-bxscl li{
width: calc(10% - 4px);
height: 19px;
background: #FFFFFF;
border-radius: 1px;
display: block;
}
.snip-bxscl li.bxscl-yes{
    background: #139B6D;
}
.breed-deets-mn h3,
.breed-deets-mn h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 33px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #CA203B;
margin-bottom: 6px;
}
.breed-deets-mn p, .p-style {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
  letter-spacing: 0.01em;
    color: #414246;
}
.breed-deets-mn h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 29px;
  letter-spacing: 0.01em;
    color: #414246;
}
.deet-ads{
    margin: 20px 0px !important;
}
.deet-ads img,
.deet-ads svg,
.deet-ads iframe{
   display: block;
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 280px;
}
.mb-26{
    margin-bottom: 26px !important;
}
.breed-comment{
    margin-top: 39px;
background: #FFFFFF;
border: 1px solid #139B6D;
border-radius: 5px;
margin-bottom: 20px;
margin-right: 57px;
padding: 6px;
}
.post-cmmnt-sec {
    box-sizing: border-box;
    background: #139B6D;
    border: 1px solid #139B6D;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 16px;
}
.post-cmmnt-sec h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 20px;
text-transform: capitalize;
color: #FFFFFF;
margin-bottom: 10px;
}
.pst-cmnt-mn{
    width: 100%;
    position: relative;
    z-index: 2;
}
.pst-cmnt-mn textarea{
    width: 100%;
    height: 48px;
    border: 1px solid var(--main-green);
    outline: none !important;
    box-shadow: none !important;
    padding: 14px 42px 11px 21px;
    border-radius: 55px;
    background-color: white;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #262930;
}
.pst-cmnt-mn textarea::placeholder{
    color: #92959C;
}
.pst-cmnt-mn button{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px;
    background-color: var(--main-red);
    top: 4px;
    right: 4px;
    position: absolute;
}
.pst-cmnt-mn button svg{
    display: block;
    width: 19px;
    height: 19px;
}
.pst-cmnt-mn button:hover,
.pst-cmnt-mn button:focus{
    background-color: var(--main-black);
}
.pst-cmnt-mn textarea:hover,
.pst-cmnt-mn textarea:focus,
.pst-cmnt-mn textarea:focus-visible,
.pst-cmnt-mn textarea:focus-within{
    border: 1px solid var(--main-black);
}
.pstd-cmnts h4{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #242222;
margin-bottom: 22px;
}
.pstd-cmnt-div{
    padding: 0px 16px 29px 16px;
}
.cmmnt-box{
    padding-bottom: 13px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #DFDADA;
}
.cmmnt-hd{
    margin-bottom: 4px;
}
.cmmnt-hd h5 {
    gap: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    text-transform: capitalize;
    color: #072432;
    margin-right: 20px;
}
.cmmnt-hd h5 img{
    display: block;
    width: 26px;
    height: 26px;
}
.cmmnt-hd h6 {
    gap: 7px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #696B70;
}
.cmmnt-box p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #5D636F;
}
.moreless-button{
    padding-left: 32px;
    background-image: url(../images/loader.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-align: center;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #CA203B;
margin: 30px auto 0px auto;
display: block;
width: fit-content;
}
.moreless-button:hover{
    color: var(--main-green);
    background-image: url(../images/loader-hover.svg);
}
.mb-92{
    margin-bottom: 92px !important;
}
.mn-rt-bottom {
    margin-bottom: 30px;
}
/* breed details page */

/* trending page */
.trending-page{
    margin-top: 20px;
}
.em-breed-ad-last {
    padding: 11.3px;
    margin-bottom: 33.3px;
}
/* trending page */
/* article details */
.artcl-dtbox{
    margin-bottom: 26px;
}
.artcl-dtbox h1{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
letter-spacing: 0.01em;
color: var(--main-red);
margin-bottom: 10px;
}
.artcl-dtbox em{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    flex-direction: column;
}
.artcl-dtbox em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.artcl-dtbox p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #414246;
    margin-bottom: 0px;
}
.artcl-dtbox h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
letter-spacing: 0.01em;
color: var(--main-red);
margin-bottom: 10px;
}
/* .article-deets-page .em-breed-ad {
    padding: 0px;
    margin-bottom:20px;
    margin-top: -25px;
} */
.prvnxt-btn{
    width: 104px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BABABA;
    border-radius: 4px;
    background-color: white;
    gap: 4.28px;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #474040;
}
.prvnxt-btn svg{
    display: block;
    margin-top: -2px;
}
.prvnxt-btn:hover{
    background-color: var(--main-red);
    border: 1px solid var(--main-red);
    color: white;
}
.prvnxt-btn:hover svg path{
    stroke: white;
}
.more-article{
width: 227px;
height: 47px;
background: #CA203B;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
}
.more-article:hover{
    background: var(--main-black);
    color: white;
}
.artcl-prvnxt {
    padding-top: 20px;
    padding-bottom: 62px;
    border-top: 1px solid #D9D9D9;
}
/* .em-breed-ad img{
    max-width: 100% !important;
} */
/* article details */


/* ad panel change */
.home-rt-full.adside-area {
    width: 350px;
    margin-left: 0px;
    padding: 0px 15px;
    background-color: #ecf7f4;
    padding-top: 50px;
    padding-bottom: 80px;
    top: 0px;
    right: 0px;
    z-index: 99;
    /* max-width: calc((100% - 1200px) / 2); */
}
.home-rt-full.adside-area.aside-area-left {
    left: 0px;
    right: auto;
    background-color: transparent;
    padding: 50px 0px 80px 30px;
}
.adside-area .home-mn-rt {
    position: sticky;
    top: 121px;
}
.home-rt-full.adside-area .mn-rt-btm {
    margin: 0 auto;
    padding: 18px 22px 14px 22px;
    width: 320px;
}
.home-rt-full.adside-area .mn-rt-btm h1,
.home-rt-full.adside-area .mn-rt-btm p,
.home-rt-full.adside-area .mn-rt-btm h6{
    width: 205px;
}
.home-rt-full.adside-area .mn-rt-btm img.old-logo {
    margin: 0 auto 0 52px;
}
/* ad panel change */

.pb-55{padding-bottom: 55px;}

/* .trend-pgbx.trnd-box em {
    height: 274px;
} */

/* ad panel change */
.with-adside .breed-deets-mn {
    padding-right: 0px;
}
.d-15none{
    display:none !important;
}
/* ad panel change */
.d-14-block, .d-15-block{
    display: none !important;
}
.animal-list li:last-child .type-drpmn {
    right: 0px;
    left: auto;
}
.animal-list li:last-child .type-drpmn h6{
    flex-direction: row-reverse;
    text-align: right;
}
.animal-list li:last-child .type-drpmn h6 svg{
    transform: rotate(180deg);
}
.animal-list li:last-child .anml-submnu {
    position: absolute;
    right: auto;
    top: 0px !important;
    transform: translate(-98%, -0%) !important;
    left: -3px !important;
    border-radius: 6px 0px 6px 6px;
}
.animal-list .anml-submnu li::after{
    display: none;
}


/* About Us */
.abt-sec-tpinr{
    padding: 14px 18px 28px 18px;
    margin-top: 13px;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
width: 100%;
margin-bottom: 34px;
}
.abt-sec-top em{
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}
.abt-sec-top em img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt-sec-top h1{
    margin-bottom: 16px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 33px;
line-height: 39px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #072432;
}
.abt-sec-top h2{
   margin-bottom:6px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 23px;
line-height:1.2;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #072432;
}
.abt-sec-top p{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 30px;
letter-spacing: 0.01em;
color: #414246;
margin-bottom: 20px;
}
a.abt-sctp-btn{
width: 192px;
height: 47px;
background: #CA203B;
border-radius: 4px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
padding: 3px;
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height:17px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
gap: 6px;
}
a.abt-sctp-btn svg{
    display: block;
    width: 16px;
    height: 18px;
}
a.abt-sctp-btn:hover{
    background: var(--main-black);
}
.abt-sec-top{padding-bottom: 54px;}

.vis-mis{
    padding: 54px 0px 83px 0px;
    z-index: 2;
}
.vis-mis-green{
    width: 100%;
    height: 286px;
    background-color: var(--main-green);
    top: 0px;
    left: 0px;
    z-index: -1;
}
.vis-mis-hdr{
    margin: 0px auto 53px auto;
    width: 719px;
    max-width: 100%;
}
.vis-mis-hdr h2{
    margin-bottom: 18px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size:28px;
line-height: 40px;
text-align: center;
letter-spacing: 0.01em;
color: #FFFFFF;
}
.vis-mis-hdr p{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 26px;
text-align: center;
letter-spacing: 0.01em;
color: #FFFFFF;
}
.vis-mis-box {
   background: #FFFFFF;
   border: 1px solid #DDDDDD;
   box-shadow: 0px 2px 0px #BDC4C8;
   border-radius: 10px;
   padding: 13px 15px;
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
}
.vis-mis-box em {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: -1px 25px 0px 0px;
    width: 92px;
    height: 99px;
}
.vis-mis-box em img{
    display: block;
    width: 55px;
    height: 55px;
}
.vismis-txt{
    width: calc(100% - 117px);
}
.vismis-txt h4{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 27px;
color: #072432;
margin-bottom: 3px;
}
.vismis-txt p{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 27px;
letter-spacing: 0.01em;
color: #414246;
}
.testi-hdng{
    margin: 0 auto 18px auto;
    width: 788px;
    max-width: 100%;
}
.testi-hdng h2{
    margin-bottom: 19px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 40px;
text-align: center;
letter-spacing: 0.01em;
color: #1C1D22;
}
.testi-hdng p{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;
text-align: center;
letter-spacing: 0.01em;
color: #414246;
}
.owl-testi .owl-item{
    padding: 12px;
}
.owl-testi .item{
    padding: 23px 26px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
box-shadow: 0px 1px 16px 3px rgba(0, 0, 0, 0.04);
border-radius: 9px;
}
.testi-box p{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.01em;
color: #414246;
margin-bottom: 23px;
}
.tester-div{
background: #FFFFFF;
border: 1px solid #E4E4E4;
border-radius: 8px;
padding: 11px;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 14px;
width: 100%;
}
.tester-div em{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.tester-div em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.tester-div h4{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 21px;
letter-spacing: 0.01em;
color: #28292B;
}
.tester-div h4 span{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 21px;
letter-spacing: 0.01em;
color: #CA203B;
}
.owl-testi.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 14px;
}
.owl-testi.owl-theme .owl-dots .owl-dot.active span, .owl-testi.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--main-red);
}
.about-ad {
   padding: 37px 0px 44.4px 0px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   z-index: 99;
   /* height: 300px; */
   height: fit-content;
   flex-direction: column;
}
.about-ad.m-20{
   margin: 20px auto !important;
}
.about-ad img,
.about-ad svg{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.contact-mn{
    background-image: url(../images/bb-score.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-paper{
    width: 732px;
    max-width: 100%;
    margin: 0 auto;
background: #FFFFFF;
border: 1px solid #EBEBEB;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
border-radius: 8px;
padding: 23px 34px 28px 32px;
}
.contact-paper h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 26px;
letter-spacing: 0.03em;
color: #141521;
margin-bottom: 6px;
}
.contact-paper p{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
letter-spacing: 0.01em;
color: #414246;
margin-bottom: 20px;
padding-bottom: 13px;
border-bottom: 1px dashed #DCD3D3;
}
.name-flex{gap: 13px;}
.contact-form button{
width: 192px;
height: 47px;
background: #CA203B;
border-radius: 4px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
gap: 3.27px;
border: none !important;
outline: none !important;
box-shadow: none !important;
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
transition: all 0.3s ease;
margin-bottom: 31px;
}
.contact-form button svg{
    display: block;
    width: 16px;
    height: 17px;
}
.contact-form button:hover,
.contact-form button:focus{
    background: var(--main-black);
}
.contact-address{
background: #139B6D;
border: 1px solid #139B6D;
box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.04);
border-radius: 8px;
padding: 14px 18px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.contact-address em{
    display: flex;
    justify-content: center;
    align-items: center;
width: 43px;
height: 43px;
background: #FFFFFF;
border: 1px solid #CA203B;
border-radius: 6px;
margin: 5px 19px 0px 0px;
}
.contact-address em svg{
    display: block;
    width: 22px;
    height: 22px;
}
.contact-address h3{
    width: calc(100% - 62px);
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 23px;
color: #FFFFFF;
}
.contact-address h3 span{
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 17px;
line-height: 26px;
letter-spacing: 0.02em;
color: #FFFFFF;
display: block;
margin-bottom: 2px;
}

.edit-prof-main{
    padding: 39px 0px 59px 0px;
}
.contact-paper.edit-prof{
    padding: 23px 27px 26px 27px;
}
.edit-prof h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 21px;
letter-spacing: 0.03em;
color: #141521;
margin-bottom: 8px;
}
.login-inpt-box.edit-phone{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    z-index: 2;
}
.login-inpt-box.edit-phone input{
    background-color:white;
    width: calc(100% - 252px);
}
.edit-phone select {
   display: block;
   margin-right: -9px;
   border-radius: 10px 0px 0px 10px;
   background-color: #FBFBFB;
   padding: 10px 20px 10px 11px;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 15px;
   line-height: 18px;
   letter-spacing: 0.01em;
   color: #262930;
   background-image: url(../images/phone-drp.png);
   background-size: 15px 15px;
   background-position: right 9px center;
   width: 261px !important;
   position: relative;
   z-index: -1;
   white-space: normal;
}
.login-inpt-box.edit-phone select:hover,
.login-inpt-box.edit-phone select:focus,
.login-inpt-box.edit-phone select:focus-visible,
.login-inpt-box.edit-phone select:focus-within{
     background-image: url(../images/phone-drp-hvr.png);
}
.login-inpt-box.edit-phone label {
   left: 272px;
   z-index: 3;
}
.login-inpt-box.edit-phone label.error{
   width: 100%;
}
.login-inpt-box.edit-phone input:hover,
.login-inpt-box.edit-phone input:focus,
.login-inpt-box.edit-phone input:focus-visible,
.login-inpt-box.edit-phone input:focus-within{
    background-color:white !important;
}
.login-inpt-box:has(input[readonly]),
.login-readonly {
    background-color: #FBFBFB;
}
.login-readonly{
    overflow: hidden;
    border-radius: 10px;
}
.login-readonly a {
    right: 0px;
    top: 0px;
    width: 57px;
    height: 47px;
    background-image: url(../images/readonly-btn.PNG);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    z-index: 3;
}
.login-readonly a svg{
    display: block;
    width: 19px;
    height: 19px;
}
.login-readonly a:hover{
    background-image: url(../images/readonly-btn-hover.png);
}
.login-readonly a:hover svg path{
    stroke: var(--main-green);
}
.login-readonly a:hover + input{
    border: 1px solid var(--main-green);
}
.login-readonly input:hover ~ a,
.login-readonly input:focus ~ a,
.login-readonly input:focus-visible ~ a,
.login-readonly input:focus-within ~ a{
    border: 1px solid var(--main-green);
}

.img-upload-sec{
    width: 100%;
    height: fit-content;
    margin: 33px 0px 28px 0px;
}
.img-upload-sec input{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}
.imp-upld-inr{
background: rgba(197, 238, 225, 0.25);
border: 1px dashed #ACD7C9;
border-radius: 6px;
padding: 14px;
}
.imp-upld-inr em{
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
.imp-upld-inr em img{
    display: block;
    width: 100%;
    height:100%;
}
.img-upld-txt h5{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 22px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #141521;
margin-bottom: 9px;
text-align: right;
}
.img-upld-txt p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #707274;
    padding-bottom: 0px;
    border-bottom: 0px solid transparent;
    margin-bottom: 0px;
    text-align: right;
}
.mt-42{
    margin-top: 42px;
}
button.edit-save{
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 4px;
    text-align: center;
background: #CA203B;
border-radius: 6px;
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 22px;
letter-spacing: 0.02em;
color: #FFFFFF;
text-transform: capitalize;
margin-top:30px;
margin-bottom: 0px;
}
button.edit-save:hover,
button.edit-save:focus{
    background: var(--main-black);
    border: none;
    outline: none;
    box-shadow: none;
}


h2.profdropid{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.02em;
color: #072432;
margin-left: 28px;
padding:13.5px 0px;
cursor: pointer;
}
h2.profdropid em{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin: 0px 10px 0px 0px;
    border-radius: 50%;
}
h2.profdropid em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
h2.profdropid svg {
    display: block;
    width: 15px;
    height: 15px;
    margin: 2px -3px 0px 3px;
}
.profdroplist {
    top: 100%;
    width: 149px;
    right: 0px;
    background-color: white;
    box-shadow: 0px 14px 16px 0px #0000001f;
    border-radius: 0px 0px 6px 6px;
    padding: 3px 0px !important;
    z-index: 999;
}
.profdroplist li{width: 100%;}
.profdroplist li a{
    padding: 3px 10px;
    font-family: 'Roboto';
   font-style: normal;
   font-weight:400;
   font-size: 15px;
   line-height: 18px;
   color: #262930;
   display: block;
   width: 100%;
   background-color: transparent;
   margin-bottom: 4px;
}
.profdroplist li a:hover{
    background-color: var(--main-green);
    color: white;
}
.dashboard-paper{
background: #FFFFFF;
border: 1px solid #EBEBEB;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
border-radius: 9px;
padding: 17px 25px 28px 24px;
width: 916px;
margin: 0 auto;
max-width: 100%;
}
.dash-hdng{
    margin-bottom: 27px;
}
.dash-hdng h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 39px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #139B6D;
margin-bottom: -2px;
}
.dash-hdng p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #595F63;
}
.stat-box-area{
    margin-bottom: 76px;
    gap: 21px;
}
.stat-box {
    width: calc(33% - 14px);
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
    padding: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.stat-box em{
    border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
width: 50px;
height: 50px;
background: #FFFFFF;
border: 1px solid #DAD6D7;
}
.stat-box em svg{
    display: block;
    width: 24px;
    height: 24px;
}
.stat-txt{
    width: calc(100% - 62px);
}
.stat-txt p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #67707C;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.stat-txt h6{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #072432;
}
.comment-area h4{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;
letter-spacing: 0.02em;
color: #072432;
margin-bottom: 19px;
}
.comment-box{
box-sizing: border-box;
background: #FFFFFF;
box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.06);
border-radius: 7px;
padding: 12px 14px;
margin-bottom: 16px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 16.13px;
}
.comment-box:last-child{
    margin-bottom: 0px;
}
.comment-box em{
    width: 57px;
    height: 57px;
}
.comnt-txt h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #072432;
    margin-bottom: 6px;
}
.comnt-txt p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #171D25;
    margin-bottom:5px;
}
.comnt-txt h6{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 15px;
color: #7D8185;
gap: 6px;
}
/* About Us */

.welcome{
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 1px 16px 3px rgba(0, 0, 0, 0.04);
    border-radius: 9px;
    padding: 12px 15px;
}
.welcome h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #CA203B;
    margin-bottom: 14px;
    text-align: center;
}
.welcome p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #414246;
    margin-bottom: 20px;
}
.welcome p:last-child{
    margin-bottom: 0px;
}
.home-mn-h8{
    height:100%;
}
.faq-major h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 33px;
line-height: 39px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #072432;
margin-bottom: 16px;
text-align: center;
}
.faq-inr{
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
padding: 14px;
}
.accordion-item {
   margin-bottom: 12px;
   border: none !important;
   background-color: #eef8f5;
   border-radius: 8px;
}
.accordion-item:last-child{
margin-bottom: 0px;
}
.accordion-header button{
   border-radius: 8px !important;
   background-color: var(--main-green);
   padding:12px;
   border: none !important;
   box-shadow: none !important;
   font-family: 'Roboto';
   font-style: normal;
   font-weight:500;
   font-size:19px;
   line-height:21px;
   color: #fff;
}
.accordion-button:not(.collapsed){
   color: white;
}
.accordion-header button:hover,
.accordion-header button:focus,
.accordion-button:not(.collapsed){
   background-color: var(--main-red);
}
.accordion-button::after{
   background-image: url(../images/plus.png);
   display: block;
   width: 24px;
   height: 24px;
   background-size: 100% 100%;
}
.accordion-button:not(.collapsed)::after{
   background-image: url(../images/minus.png);
}
.accordion-body{
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 17px;
   line-height: 30px;
   letter-spacing: 0.01em;
   color: #414246;
   padding: 12px;
}

.mesg-cls{
   /* width: 450px; */
background: #FFFFFF;
border: 1px solid #EBEBEB;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
border-radius: 9px;
padding: 20px;
margin: 30px auto;
}
span.img-span{
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto 12px auto;
   width: 100px;
   height: 100px;
   overflow: hidden;
}
span.img-span img{
   display: block;
}
h2.thankyou{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size:32px;
line-height: 32px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #072432;
margin-bottom:20px;
text-align: center;
}
.mesg-cls .alert{
   background-color: #ecf7f4 !important;
   margin-bottom: 20px;
}
.mesg-cls .alert.error_bgg{
   background-color: #f8e0e3 !important;
}
.mesg-cls .alert p{
font-family: 'Roboto';
font-style: normal;
font-weight:400;
font-size:15px;
line-height:1.6;
text-align: center;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #2A3F48;
}
.mesg-cls .go_login {
   display: flex;
   margin: 15px auto 0 auto;
   background: #CA203B;
   border-radius: 4px;
   justify-content: center;
   align-items: center;
   gap: 6.27px;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 500;
   font-size: 17px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0.02em;
   color: #FFFFFF;
   width: 192px;
   height: 47px;
}
.mesg-cls .go_login svg{
   display: block;
   width: 16px;
   height: 16px;
}
.mesg-cls .go_login:hover{
   background-color: #072432;
}
.forgot-passbox.login-box::after {
   bottom: 106px;
}
.forgot-passbox button.login-submit{
   margin-top: 28px;
}
.forgot-passbox .logbx-hdr {
   margin-bottom: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
   background-color:  transparent !important;
   transition: background-color 5000s ease-in-out 0s !important;
}
.crop-image-modal button.close {
   width: 25px;
   height: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   background-color: var(--main-red);
   opacity: 1;
   padding: 0px 0px 2px 1px !important;
}
.crop-image-modal button.close span{
font-size: 20px;
color: white;
font-weight: 600;
line-height: 0.8;
text-shadow: none !important;
}
.crop-image-modal button.close:hover,
.crop-image-modal button.close:focus{
   background-color: var(--main-black);
}
.no-data-sec{
   margin: 30px auto 0 auto;
   width: 300px;
   height: auto;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   gap: 25px;
}
.no-data-sec em{
   width: 200px;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
}
.no-data-sec em img{
   display: block;
   width: auto;
   height: auto;
   max-width: 100%;
}
.no-data-sec h2{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 32px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #072432;
margin-bottom: 35px;
}
.google-signup h3{
   text-align: center !important;
}
.google-signup .google {
   width: 340px;
   max-width: 100%;
   margin: 0 auto;
}
.gender-radio-box{
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   gap: 12px;
   margin-bottom: 16px;
}
.gender-radio-box h4 {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 15px;
   line-height: 18px;
   color: #282B32;
}
.gender-box {
   border: 1px solid #D0D0D0;
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
   border-radius: 8px;
   background-color: white;
   padding-left: 2px;
   transition: all 0.3s ease;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: stretch;
}
.gender-box svg,
.gender-box img {
   display: block;
   width:24px;
   height:24px;
   margin: 5px 1px 5px 0px;
   transition: all 0.3s ease;
}
.gender-box span {
   border-radius: 8px;
   border: 1px solid #DFDFDF;
   background-color: white;
   padding: 3px 5px;
   display: flex;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 15px;
   line-height: 1;
   color: #262930;
   transition: all 0.3s ease;
   text-align: center;
   width: 80px;
   justify-content: center;
   align-items: center;
}
.gender-radio-box label input{
   position: absolute;
   top: 0px;
   left: 0px;
   opacity: 0;
   cursor: pointer;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 3;
}
.gender-radio-box label input:hover + .gender-box{
   border: 1px solid var(--main-green);
}
.gender-radio-box label input:checked + .gender-box {
   border: 1px solid var(--main-green);
   box-shadow: 0px 2px 10px #139B6D38;
}
.gender-radio-box label input:checked + .gender-box span{
   background-color: var(--main-green);
   color: white;
}
.footer-advert {
   margin-top: 10px;
   width: 970px;
   height:90px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: fixed;
   max-width: 100%;
   bottom: 0px;
   margin: 10px auto 0px auto;
   z-index: 9999;
   left: 50%;
   transform: translateX(-50%);
}
.footer-advert img{
   width: auto;
   height: auto;
   display: block;
   max-width: 100%;
   max-height: 100%;
}
.footer-advert.hdr-below-advrt{
   position: relative !important;
   transform: translateX(0px) !important;
   left: 0% !important;
   z-index: 99;
   max-width: 100%;
   margin-top: 0px;
}
.footer-advert.hdr-below-advrt .footer-advert1{
   margin-bottom: 25px;
   height: fit-content;
}
.home-mn-lft.pt-0 .footer-advert.hdr-below-advrt .footer-advert1,
.contact-mn .footer-advert.hdr-below-advrt .footer-advert1{
   margin-top: 19px;
}
.home-mn-lft.pt-0 .footer-advert.hdr-below-advrt .close-ftr-advert,
.contact-mn .footer-advert.hdr-below-advrt .close-ftr-advert{
   transform: translateX(50%) translateY(3px);
}
.contact-mn .footer-advert.hdr-below-advrt{
   max-width: calc(100% - 70px);
}
.body-advrt-width .footer-advert.hdr-below-advrt{
   max-width: calc(100% - 70px);
   margin: 19px auto 0 0;
}
.other-petmenu .blw-subdrp-div{
   display: none;
}
.d-mob-none{
   display: none !important;
}
.cmmnt-box a.report-cmmnt{
   position: absolute;
   bottom:4px;
   right:4px;
   display: flex;
   justify-content: center;
   align-items: center;
   width:22px;
   height:22px;
   overflow: hidden;
   border-radius: 50%;
}
a.report-cmmnt:hover {
   box-shadow: 1px 1px 6px 0px #0000005c;
}
.report-modal-body button.btn-close{
   top: -10px;
   right: -10px;
   display: block;
   width: 20px;
   height: 20px;
   background-color: var(--main-red);
   border-radius: 50%;
   padding: 5px;
   box-shadow: none !important;
   opacity: 1 !important;
}
span.usr{
   font-weight: 600 !important;
   color: var(--main-green) !important;
   font-size: 17px !important;
}
.terms-paper h1{
   text-align: center;
   margin-bottom:23px;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 700;
   font-size: 33px;
   line-height: 39px;
   letter-spacing: 0.02em;
   text-transform: capitalize;
   color: var(--main-red);
}
.disclaim-sec{
   width: 100%;
   border-radius: 12px;
   border: 1px solid var(--main-green);
   background-color: #ecf7f4;
   padding: 12px;
   margin-bottom: 30px;
}
span.please-read{
   text-align: center;
   display: block;
   width: 100%;
   font-family: 'Roboto';
   font-style: normal;
   font-weight:400;
   font-size:14px;
   line-height: 1;
   letter-spacing: 0.02em;
   margin-bottom: 14px;
   color: red;
}
.disclaim-sec p{
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 17px;
   line-height: 1.6;
   letter-spacing: 0.01em;
   color: #414246;
   margin-bottom:6px;
}
.disclaim-sec p a{
   color: var(--main-green);
   font-weight: 500;
}
.disclaim-sec p a:hover{
   color: var(--main-black);
}
.disclaim-sec ul li{
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: flex-start;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 17px;
   line-height:1.3;
   letter-spacing: 0.01em;
   color: #414246;
   margin-bottom:8px;
   gap: 5px;
}
.disclaim-sec ul li svg{
   margin-top:4px;
}
.disclaim-sec ul li text{
   width:calc(100% - 19px);
}
.disclaim-sec ul li:last-child{
   margin-bottom: 0px;
}
.term-box {
   padding-bottom: 14px;
   margin-bottom: 20px;
   border-bottom: 0.5px solid #0724321f;
}
.term-box:last-child{
   margin-bottom: 0px;
}
.term-box h2{
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 6px;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 500;
   font-size: 23px;
   line-height: 27px;
   color: #4f646d;
   margin-bottom: 3px;
}
.term-box h2 b{
   color: var(--main-green);
   display: block;
   width: 33px;
}
.term-box p{
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size:16px;
   line-height: 30px;
   letter-spacing: 0.01em;
   color: #414246;
   margin-bottom: 6px;
   padding-left: 38px;
}
.term-box h3{
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   font-family: 'Roboto';
   font-style: normal;
   font-weight:600;
   font-size:19px;
   line-height: 27px;
   color: #4f646d;
   margin-bottom: 3px;
   padding-left: 38px;
}
/* .term-box h3 span{
   display: block;
   width: 12px;
   height: 12px;
   background-color:#4f646d;
   border-radius: 50%;
   margin-top: 7px;
} */
.term-box ul{
   padding-left: 38px !important;
}
.term-box ul li{
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: flex-start;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   font-size: 17px;
   line-height:1.3;
   letter-spacing: 0.01em;
   color: #414246;
   margin-bottom:8px;
   gap: 5px;
}
.term-box ul li text b {
    margin-bottom: 5px;
    display: inline-block;
}
.term-box ul li svg{
   margin-top:6px;
   display: block;
   width: 12px;
   height: 12px;
}
.term-box ul li text{
   width: calc(100% - 17px);
}
.trending-list-hdng{
   border-bottom: 1px solid #D4DADF;
   padding-bottom: 4px;
   margin-bottom: 14px;
}
.trending-list-hdng h2{
   padding-bottom: 0px;
   margin-bottom: 0px;
   border-bottom: 0px solid transparent;
}
.trending-list-hdng.breed-list-hdng h2::before {
   bottom: -5px;
}
.trnd-lsthdng-rt h5{
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 500;
   font-size:15px;
   line-height: 15px;
   text-align: center;
   letter-spacing: 0.01em;
   color: #2a3f4b;
   margin-right: 14px;
   white-space: nowrap;
}
.trnd-lsthdng-rt .login-inpt-box {
   width: 169px;
   height:43px;
   margin-bottom: 0px;
}
.trnd-lsthdng-rt .login-inpt-box select {
   padding:9px 26px 9px 8px;
   background-size: 33px 44px;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
   text-overflow: ellipsis;
   background-image: url(../images/select-icon.png) !important;
   cursor:pointer !important;
}
.trnd-lsthdng-rt .login-inpt-box label {
   font-size: 12px;
   line-height: 17px;
   left: 10px;
}
.trnd-lsthdng-rt .login-inpt-box select:hover,
.trnd-lsthdng-rt .login-inpt-box select:focus,
.trnd-lsthdng-rt .login-inpt-box select:focus-visible,
.trnd-lsthdng-rt .login-inpt-box select:focus-within{
   background-image: url(../images/selec-hovrd-icon.png) !important;
}
.trnd-lsthdng-rt .login-inpt-box select:focus + label,
.trnd-lsthdng-rt .login-inpt-box select:focus-visible + label,
.trnd-lsthdng-rt .login-inpt-box select:focus-within + label,
.trnd-lsthdng-rt .login-inpt-box.active label{
   transform: translateY(0%);
   top: 1px;
}
.close-ftr-advert {
   position: absolute;
   top: 0px;
   right: 50%;
   width: fit-content;
   height: fit-content;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   background-color: var(--main-red);
   border-radius: 10px 10px 0px 0px;
   cursor: pointer;
   transform: translateX(50%) translateY(-100%);
   z-index: 9;
   padding: 1px 4px;
   gap: 8px;
   font-size: 11px;
   font-weight: 500;
   color: white;
   line-height: 0.8;
   font-family: 'Mulish';
   text-transform: uppercase;
}
.close-ftr-advert svg{
   display: block;
   width: 14px;
   height: 14px;
}
.close-ftr-advert:hover svg path{
   stroke: var(--main-green);
}
.pb-100{
   padding-bottom: 165px !important;
}
.mock-adsense-ad {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f9f9f9;
   padding: 10px;
   margin: 0px auto;
   font-family: Arial, sans-serif;
}

.mock-adsense-ad img {
   max-width: 100%;
   height: auto;
}
.log-contact{
   margin-bottom: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.log-contact h2 {
   margin-bottom: 14px;
   text-align: center;
   font-weight: 600;
}
a.log-cont-btn {
   width: 126px;
   height: 41px;
   background: #CA203B;
   border-radius: 4px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 500;
   font-size: 17px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0.02em;
   color: #FFFFFF;
}
a.log-cont-btn:hover{
   background:var(--main-black);
   color: white;
}
.cmmnt-box a.report-cmmnt.reply-cmmnt{
   right: 36px;
}
.comnt-txt h3 a{
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 16px;
   letter-spacing: 0.02em;
   text-transform: capitalize;
   color: #072432;
   margin-bottom: 6px;
}
p.add-title {
   width: 100%;
   margin-bottom: 5px;
   text-align: center;
   text-transform: uppercase;
   font-size: 12px;
   line-height: 0.8;
   color: #CA203B;
   font-family: 'Mulish';
   letter-spacing: 0.02em;
}
/* .footer-advert1{
   border-top: 2px solid var(--main-red);
} */
p.img-source{
   margin-top: 6px;
   font-style: normal !important;
   font-family: 'Mulish';
   font-size: 12px;
   font-weight: 500;
   color: #2A3F48;
   line-height: 1.3;
   width: 100%;
   text-align: left;
}
p.img-source a{
   text-decoration: underline !important;
   text-underline-offset: 4px;
   color: var(--main-green);
}
.author-text{
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 700;
   font-size: 17px;
   line-height: 29px;
   letter-spacing: 0.01em;
   color: #ca203b;
   margin-bottom: 11px;
}
.author-text span{
   color: #414246;
}
.author-text a{
   text-decoration: underline !important;
   text-underline-offset: 4px;
   color: var(--main-green);
}
.artcl-dtbox p br:nth-of-type(even),
.breed-deets-mn p br:nth-of-type(even),
.p-style br:nth-of-type(even){
   display: block;
 content: '';
 margin-top: 10px;
}
.home-mn-rt .trnd-body .trnd-bxtxt {
   font-size: 11px;
   line-height: 15px;
}
.test {
   width: 424px;
   background: transparent;
}
.test .test2{
   float: right;
   width: 232px;
   background-color: #10865E;
}
.animal-list .drop-submenu li a {
  font-weight: 500 !important;
}

.test2 .blw-subdrp-div:last-child .anml-submnu,
.test2 .blw-subdrp-div:nth-last-of-type(2) .anml-submnu{
   top: auto !important;
   bottom:-80px !important;
   max-height: 200px;
}


.test2 .blw-subdrp-div:nth-last-of-type(3) .anml-submnu,
   .test2 .blw-subdrp-div:nth-last-of-type(4) .anml-submnu{
   top: auto !important;
   bottom:-159px !important;
   max-height: 200px;
}



.test2 .blw-subdrp-div:last-child .anml-submnu{
   top: auto !important;
   bottom:-40px !important;
   max-height: 200px;
}



/* .tranparent-back{
   background: transparent !important;

}
.tranparent-back li{
   background-color: #10865E !important;
} */
.animal-list li:last-child .anml-submnu {
   top: -5px !important;
 }
.ads-em {
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.ad-margin{
    width: 100%;
    display: block;
    margin: 30px 0 !important;
}
.ad-margin .add-title{
    margin-bottom: 15px !important;
}



.for_adss_1{
    width: calc(((96vw - 1200px) / 2) + 30px);
    height: 100%;
    /*background: #2c3734;*/
    left:0;
    right: auto;
    z-index: 99;
    top: 0px;
    z-index: 99;
    position: absolute;
    text-align: center;
  }
  .for_adss_1 span {
    max-width: 350px;
    overflow:hidden;
    /*height: 750px;
    background: #000;*/
    right: 0px;
    left:0;
    top: 135px;
    display: block;
    position: sticky;
    z-index: 1;
    margin:0 auto;
    text-align: center;
  }
  .for_adss_1 span ins{
    margin: 0 auto;
  }




  .for_adss_2 {
    width: calc(((96vw - 1200px) / 2) + 30px);
    height: 100%;
    /*background: #2c3734; */
    right: 0;
    left:auto;
    top: 0px;
    z-index: 99;
    position: absolute;
    text-align: center;
  }
  .for_adss_2 span {
    max-width: 350px;
    overflow:hidden;
    /*height: 750px;
    background: #000;*/
    right: 0px;
    left:0;
    top: 135px;
    display: block;
    position: sticky;
    z-index: 1;
    margin:0 auto;
    text-align: center;
  }
  .for_adss_2 span ins{
    margin: 0 auto;
  }

.breed-deets-mn > img{
	max-width: 100%;
}
.ad-margin2 {
    width: 93.5%;
  }
/* .breed-image img{
    width: 100%;
} */


.for_adss_1 .add-title {
    margin-bottom: 15px;
}
.for_adss_2 .add-title {
    margin-bottom: 15px;
}
.ads-em .add-title{
    margin-bottom: 5px !important;
}
.ad-margin .add-title{
    font-size: 14px;
    font-weight: 800;
}
.blg-faq.faq-inr {
    margin-bottom: 20px;
    margin-top: -20px;
    border: none !important;
    padding: 0px !important;
}
.breed-image iframe{
width: 100%;
height: 436px;
border-radius: 12px;
}
.autor-top{
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px; */
    margin-bottom:25px;
}
.autor-top em{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    width:200px;
    height:200px;
    float: left;
    margin: 0 20px 20px 0;
}
.autor-top em img{
    display: block;
    width:100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.autor-top text{
    width: calc(100% - 220px);
}
.autor-top text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 21px;
    text-transform: capitalize;
    color: #CA203B;
    margin-bottom: 8px;
    letter-spacing: 0.03em;
}
.autor-top text h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #CA203B;
    margin-bottom: 14px;
}
.autor-top text p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.0em;
    color: #414246;
}
.autor-top text p br:nth-of-type(even) {
    display: block;
    content: '';
    margin-top: 10px;
}
.crtr-tabs{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    gap: 12px;
}
.crtr-tabs li{
    width: calc(50% - 6px);
}
.crtr-tabs li button{
    width: 100%;
    height: 100%;
    border-radius: 0px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: white;
    letter-spacing: 0.03em;
    background-color: var(--main-black) !important;

}
.crtr-tabs .nav-link:focus,.crtr-tabs .nav-link:hover {
    color: white;
}
.nav-pills.crtr-tabs .nav-link.active, .nav-pills.crtr-tabs .show>.nav-link{
    background-color: var(--main-green) !important;
    color: white;
}
.otp-inpt input{
    padding: 7px !important;
    text-align: center;
    width: 38px ;
}
.auth-txt-grp{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
}
.auth-txt-grp h6::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -6px;
    width: 1px;
    height: calc(100% + 2px);
    background-color: #858585;
    display: block;
}
.auth-txt-grp h6:last-child::after{
    display: none;
}
.breed-subinfo > h3 {
    font-family: 'Roboto'!important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 29px !important;
    letter-spacing: 0.01em !important;
    color: #414246;
    font-weight: bolder !important;
}
.breed-subinfo br {
    margin: 3px !important;
    padding: 0;
    line-height: 1px !important;
    height: 1px;
    display: block;
    display: inline;
    max-height: 1px;
    display: block;
    content: '';
    margin-top: 10px;
}
/* .dreed-desc{
    margin-bottom: 0 !important;
} */

.login-box.log-no-otp::after{
    bottom: 136px;
}
.login-box.no-after::after{
    display: none;
}
.grecaptcha-badge{
    z-index: 999999;
}
.login-box.sign-logbox::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    left: 0px;
    bottom: 193px;
}


.breed-image img {
max-height: 100%;
max-width: 100%;

}

.verif-area {
    position: absolute;
    top: -25px;
    right: 13px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}
.verif-area h4{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: var(--main-red);
}
.verif-area a{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background-color: var(--main-red);
    border-radius: 5px;
    padding: 4px 12px;
    background-image: none !important;
    height: fit-content;
}

.verif-area a:hover{
    background-color: var(--main-green);
}
.edit-email{
    margin-top: 30px;
    overflow: visible !important;
}
.email-not-vrfd{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.email-not-vrfd p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: var(--main-red);
    text-align: center;
}
.verif-area.verified-area h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 2t;
    letter-spacing: 0.01em;
    color: #139b6d;
}
.verif-area.verified-area{
    top: -18px;
}
.subcat-dec p{
    line-height: 24px;
}

.subcat-dec p br:nth-of-type(even){
   display: block;
 content: '';
 margin-top: 8px;
}
/* .subcat-dec p br:nth-child(3) {
    margin-top: -2px !important;
    height: 1px !important;
    display: block;
    line-height: 1px;
    padding: 0;
    content: '';
} */