@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    /* background-color: #F1F3FF; */
}

:focus:not([tabindex^='-']) {
    outline: none;
}

/*============================================================
    Reset css start
===============================================================*/
html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

img {
    max-width: 100%;
}


:root {
    --green: #128849;
    --orange: #f06f1f;
    --lightGrey: #d2e8dd;
    --white: #ffffff;
    --grey: #4a4c50;
    --darkGrey: #34353a;
    --black: #000;
}


/*============================================================
    Reset css end
===============================================================*/


/*============================================================
    Login Css Section Start
===============================================================*/
.loginSec {
    background: url(../images/bg.png) no-repeat;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginSec .loginMainWrapperBox {
    width: 500px;
}

.loginMainWrapperBox h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.loginMainWrapperBox>a {
    display: inline-block;
    margin: 20px 0px 25px;
    text-align: center;
}

.loginMainWrapperBox a img {
    max-width: 210px;
}

.loginFormWrapper_box {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding-bottom: 25px;
}

.loginFormWrapper_box .loginImgBox {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: 100%;
    object-position: 0px -15px;
}

.loginFormWrapper_box .loginFormBox {
    background-color: #fff;
    margin: -70px auto 0;
    width: 90%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
    position: relative;
}

.cstmFormFloating>label {
    font-size: 16px;
    color: #000;
}

.cstmFormFloating>.form-control:focus~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-13px) translateX(10px);
    background-color: #fff;
    color: #b22098;
    font-weight: 500;
    width: auto;
    height: auto;
    padding: 0px 5px 0px;
}

.cstmFormFloating>input {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px 50px 15px 15px !important;
}

.cstmFormFloating>input:focus {
    border-color: #b22098;
    box-shadow: unset;
}

.cstmFormFloating i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #323232;
}

.loginBTN {
    background-image: linear-gradient(to bottom, #b22098, #bf2299, #cd2499, #d92899, #e62c99);
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 15px;
    outline: none;
}

.loginBTN:hover {
    color: #fff;
}

:not(.btn-check)+.loginBTN:active {
    color: #fff;
    border-color: transparent;
}


.otherSign_linkBox>span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0px 15px;
    display: block;
}

.otherSign_linkBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.otherSign_linkBox ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.otherSign_linkBox ul li a {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

button.playvideo {
    position: absolute;
    left: 46%;
    top: 50%;
    border: transparent;
    background: transparent;
}

.breadcrumb-audio{
    top: 20px;
    position: absolute;
    left: 20px;
}

.breadcrumb-audio .breadcrumb-item.active a{
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-audio .breadcrumb-item a, .breadcrumb-item{
    color: #df95df;
    
}

.breadcrumb-audio .breadcrumb-item+.breadcrumb-item::before{
    color: #df95df;
}

.breadcrumb-item.active a{
    color: purple;
    font-weight: 500;
}

.breadcrumb-item a, .breadcrumb-item{
    color: #df95df;
    
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #df95df;
}

/*============================================================
    Login Css Section End
===============================================================*/


/*============================================================
    Landing Css Section Start
===============================================================*/
.height100 {
    height: 100%;
}

.logoBox {
    position: absolute;
    top: 40px;
    left: 3rem;
}

.exploreTextBox h1 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    margin: 50px 0px;
}

.btnBox .LandingBTN {
    background-color: #2776b9;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    text-align: center;
}

.btnBox .LandingBTN:hover {
    background-color: #1e65a3;
    color: #fff;
}

/*============================================================
    Landing Css Section End
===============================================================*/



/*============================================================
    Home Page Css Section Start
===============================================================*/
/*============================================================
    Header Css Section Start
===============================================================*/
.headerSec {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.cstmNavbar button.navbar-toggler {
    color: #fff;
    border-color: #fff;
    padding: 6px 8px;
}

.cstmNavbar button.navbar-toggler span {
    background-image: url(../images/Hamburger.svg);
}

.cstmNavbar a.navbar-brand img {
    width: 100px !important;
}

.cstmNavbar ul.navbar-nav>li {
    display: flex;
    align-items: center;
    position: relative;
}

.cstmNavbar ul.navbar-nav>li::after {
    content: '|';
    color: #fff;
    margin: 0px 10px;
}

.cstmNavbar ul.navbar-nav>li:last-child::after {
    content: '';
    display: none;
}

.cstmNavbar ul.navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
    position: relative;
    text-transform: capitalize;
}

.cstmNavbar ul.navbar-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.cstmNavbar ul.navbar-nav li:hover a::after {
    content: '';
    opacity: 1;
    visibility: visible;
    display: block;
    left: 0;
    right: 0;
}



.cstmprofileMenu button .profileImgBox {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cstmprofileMenu button {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
}

.cstmprofileMenu button:hover,
.cstmprofileMenu button.btn.show,
.cstmprofileMenu button.btn:first-child:active {
    color: #fff;
}

.cstmprofileMenu ul.dropdown-menu[data-bs-popper] {
    left: initial;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cstmprofileMenu ul {
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid #fff;
    width: 170px;
}

.cstmprofileMenu ul li {
    border-bottom: 1px solid #eee;
}

.cstmprofileMenu ul li:last-child {
    border-bottom: none;
}

.cstmprofileMenu ul li a {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px;
    color: #000;
}

.cstmprofileMenu ul li a:hover {
    background-image: linear-gradient(to bottom, #8b1597, #a31798, #b91b99, #ce2299, #e22c98);
    color: #fff;
}


/*Onscroll Sticky Header Css Here*/
header.stickyHeader {
    background-color: #fff;
    background-image: linear-gradient(to right bottom, #8b1597, #a31798, #b91b99, #ce2299, #e22c98);
    border-bottom: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/*============================================================
    Header Css Section End
===============================================================*/


/*============================================================
    Home Carousel Css Section Start
===============================================================*/
.carouselContentBox {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-40%);
    z-index: 99;
}

.carouselContentBox span {
    font-size: 18px;
    font-weight: 500;
    color: #F7AF0A;
}

.carouselContentBox h2 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;
}

.carouselContentBox p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/*============================================================
    Home Carousel Css Section End
===============================================================*/


/*============================================================
    About Css Section Start
===============================================================*/
.mainHeadingBox h1 {
    font-size: 28px;
    font-weight: 700;
    color: purple;
    position: relative;
}

.mainHeadingBox h1::after {
    content: '';
    background: url(../images/HeaderAfter.png) no-repeat;
    height: 25px;
    width: 100%;
    display: block;
    background-position: -15px 0;
}

.aboutContentBox p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.cstmBtnBox .BTN {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #006991;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 8px 0px 8px 0px;
}

/*============================================================
    About Css Section End
===============================================================*/


/*============================================================
    Pet Program Css Section Start
===============================================================*/
.petProgram_Sec {
    background: url(../images/Pet_Program_bg.png) no-repeat;
    padding: 70px 0px 50px;
    background-position: center;
}

.whiteMainHeadingBox h1,
.centerHeading h1 {
    text-align: center;
}

.whiteMainHeadingBox h1::after {
    background: url(../images/HeadingAfter2.png) no-repeat;
    background-position: center;
    margin-top: 10px;
    width: 99%;
}

.programCardWrapper h1 {
    font-size: 28px;
    font-weight: 500;
    color: purple;
    text-align: center;
    margin: 20px 0px 10px;
}

.programCardWrapper span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    text-align: center;
    display: block;
}

.petProgramImgBox {
    height: 270px;
    overflow: hidden;
}

.petProgramImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

/*============================================================
    Pet Program Css Section End
===============================================================*/

.centerHeading h1::after {
    background-position: center;
    margin-top: 10px;
    width: 99%;
}


.serviceCardContent_Box {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto;
    width: 85%;
    margin: -30px auto 0;
    z-index: 1;
    position: relative;
    padding: 15px 10px;
    border-bottom: 5px solid purple;
}

.serviceCardContent_Box h1 a:hover{
    color: purple;
}

.serviceCardContent_Box h1{
    font-size: 15px;
    font-weight: 500;
    color: purple;
    text-align: center;
    border-bottom: 1px solid #c52598;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.serviceCardContent_Box h1 a {
    font-size: 15px;
    font-weight: 500;
    color: purple;
    text-align: center;
}

.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: rgb(255 0 245);
}

.uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:hover, .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
    color: rgb(255 0 210 / 95%);
}

.serviceCardContent_Box span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.serviceCardContent_Box p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: center;
    display: block;
}

/*============================================================
   Footer Section Start
===============================================================*/
.footer_sec {
    background: url(../images/FooterBG.png) no-repeat;
    padding: 70px 0px 0px;
}

.footerBox p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0px;
    padding-right: 20%;
    line-height: 23px;
}

.footerBox .footerSocial_links li {
    display: inline-block;
}

.footerBox .footerSocial_links li a {
    width: 35px;
    height: 35px;
    background-image: linear-gradient(to right bottom, #8b1597, #a31798, #b91b99, #ce2299, #e22c98);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.footerBox .footerSocial_links li a:hover {
    background-color: #fff;
    color: #a31798;
}


.footerBox .headingBox h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
}

.footerBox .headingBox h1::after {
    content: '';
    background: url(../images/HeadingAfter2.png) no-repeat;
    background-position: -14px 0;
    margin-top: 0;
    width: auto;
    height: 25px;
    display: block;
}

.footerBox .footer_quickLinks li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 0px;
}

.footerBox .footer_quickLinks li a:hover {
    color: #E22C98;
    padding-left: 3px;
}

.footerBox .contact_links li a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.footerBox .contact_links li a .contactIcon_box {
    width: 40px;
    height: 40px;
    background-color: #E22C98;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerBox .contact_links li a .contactIcon_box i {
    color: #fff;
    font-size: 18px;
}

.footerBox .contact_links li a span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    width: 100%;
}


.footerBox .contact_links li a:hover span {
    color: #E22C98;
}


.map_Box {
    border: 1px solid #cee6e6;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}


.bottom_footerSec {
    background-image: linear-gradient(to bottom, #b22098, #bf2299, #cd2499, #d92899, #e62c99);
    margin-top: 70px;
    padding: 7px 0px;
}

.bottom_footerContent span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.zindex1 {
    z-index: 1;
    position: relative;
}

/*============================================================
   Footer Section End
===============================================================*/
/*============================================================
    Home Page Css Section End
===============================================================*/



/*============================================================
    Email Verification Css Section Start
===============================================================*/
.Verification_WrapperBox {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.Verification_WrapperBox .Verification_BoxHeadBox h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: start;
    margin-bottom: 5px;
}

.Verification_WrapperBox .Verification_BoxHeadBox p {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

.otpFormBox {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    background-color: #5D5D5D;
    padding: 30px 20px;
}

.otpFormBox .cstmOTP_InputBox input {
    width: 70px;
    min-width: 70px;
    height: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.cstmBTN_Box .cstmBTN {
    background-color: transparent;
    border: 2px solid #707070;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.cstmBTN_Box .blueFillBTN {
    background-color: #424CE9;
    border-color: #424CE9;
    color: #fff;
}

.cstmBTN_Box .cstmBTN:hover {
    background-color: #424CE9;
    border-color: #424CE9;
    color: #fff;
}

.loginSec > a.backBTN {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
}

.Verification_BoxHeadBox .iconBox {
    width: 60px;
    height: 60px;
    background-color: #44AE07;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 15px auto;
}

.Verification_BoxHeadBox .iconBox i {
    font-size: 28px;
    color: #fff;
}

.uk-child-width-1-3\@m>* {
    margin-bottom: 20px;
    cursor: pointer;
}

.uk-grid {
   
    justify-content: center;
}

/* .uk-panel.cstmServiceCard_Box img {
    height: 220px;
} */

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

/*============================================================
    Email Verification Css Section End
===============================================================*/




.serviceMain_imgBox {
    height: 325px;
}

.serviceMain_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.serviceMain_imgBox .waveIcon {
    position: absolute;
    top: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 10px;
}

.programCardWrapper img {
    height: 100%;
}



.welcome_ContentBox h1 {
    font-size: 28px;
    font-weight: 700;
    color: purple;
    text-align: center;
    margin-bottom: 15px;
}

.welcome_ContentBox p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: rgb(129,24,159);
    background-color: linear-gradient(43deg, rgba(129,24,159,1) 0%, rgba(205,44,159,1) 100%);
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #d3d9de;
    text-decoration: underline;
}

@media only screen and (max-device-width: 480px) {
    video{
        max-width: 100%;
        height: 240px;
        box-sizing: border-box;
    }
    #playbtn{
        display: none;
    }
    .cstmprofileMenu button .profileImgBox {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
}

.serviceCardContent_Box:hover{
    border: 1px solid purple;
}

.petProgramImgBox:hover{
    border: 2px solid rgb(32, 0, 128);
    border-radius: 22px;
}
