* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.bg {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: left;
}

.ffamily {
    font-family: "Nunito", sans-serif;
}




.fs-60 {
    font-size: 60px;
}

.fs-32 {
    font-size: 32px;
}

.fs-20 {
    font-size: 20px;
}

.fw-500 {
    font-weight: 500;
}

.flex-direction-column {
    flex-direction: column !important;
}

.pt-60 {
    padding-top: 60px;
}

.gap-20 {
    gap: 20px;
}

.gap-38 {
    gap: 80px;
}

.fw {
    font-weight: bold;
}

.pt-40 {
    padding-top: 40px;
}

.contact {
    padding: 40px;
    display: flex;
    width: 80%;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: #fff;
    border-radius: 14px;
}

.bgcolor {
    background-color: #f1f1f1;
    padding: 60px 0;
}

.bgcolor2 {
    background-color: #f1f1f1;
    padding: 20px 0;
}



.secposi {
    padding: 10% 0;
    /* height: 100vh; */
    /* display: flex;
    align-items: center; */
    background-image: url('../img/Untitled-1.jpg');
    background-size: cover;
    background-position: center;
}

.posrelative {
    position: relative;
}

.posabsolute {
    position: absolute;
    left: 0;
    bottom: -20%;
}

.posabsoluteleft {
    position: absolute;
    top: 30%;
    animation: paw 2s ease-in-out infinite;
}

@keyframes paw {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0%);
    }
}

.posabsoluteleft2 {
    position: absolute;
    top: 10%;
    left: -20%;
    animation: paw3 12s ease-out infinite;
}
@keyframes paw3 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(40px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0);
    }
}

.posabsoluteright {
    position: absolute;
    bottom: 0%;
    right: -10%;
    animation: paw2 12s ease-out infinite;
}



@keyframes paw2 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-40px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(40px);
    }

    100% {
        transform: translateX(0);
    }
}



.Services img {
    transition: transform 0.3s ease-in-out;
}

.Services img:hover {
    /* transform: scale(1.2); */
    transform: translateY(-10%);

}



.w-70 {
    width: 70% !important;
}

.qrcode {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

}

.qrcode p {
    margin-bottom: 0;
}

.underline {
    text-decoration: none !important;
}

.pt-100 {
    padding-top: 100px;
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,
{
outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #262262;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.sbutton {
    border: 1px solid #c5c1c1;
    width: 100%;
    background-color: #4cc8ee;

}

.sbutton:hover {
    width: 100%;
    background-color: #262262;
    color: #fff;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 30px;
    background: #edf6ff;
    border-radius: 14px;
}




.relative {
    position: relative;
}

.swiper-button-next {
    right: -6% !important;
    color: #262262 !important;
}

.swiper-button-prev {
    left: -4% !important;
    color: #262262 !important;
}

.swiper-pagination {
    bottom: -18% !important;
}

.SumoSelect {
    width: 100% !important;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #000000 !important;
    font-style: normal !important;
    background: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    visibility: hidden !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    visibility: hidden !important;
}

.socialIcn {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.ICN {
    background: #4cc8ee;
    font-size: 20px;
    padding: 11px 12px;
    border-radius: 85%;
    line-height: 1em;
}

.ICN:hover {
    background: #262262;
    color: #fff;

}

.modal-content {
    border: 4px solid #262262;
    border-radius: 20px;
}

.modal-header {

    border-bottom: 2px solid #262262 !important;
    background: #0dcaf0 !important;
    border-radius: 16px 16px 0 0 !important;
}

.modal-title {
    font-weight: 600;
}

/* loader */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F8FA;
    z-index: 88888888;
    text-align: center;
}

.plane-container {
    position: absolute;
    top: 50%;
    left: 50%;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}
.colcont{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.imgcont {
    display: flex;
    gap: 40px;
    justify-content: center;
    font-size: 20px;
}
.imgcont .iconbox {
    display: flex;
    gap: 10px;
    align-items: center;
}
.iconbox i {
    background: #4cc8ee;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50%;
}

.navbar{
    position: absolute;
    width: 100%;
    top: 0; 
}
.nav-link {
    position: relative;
}
.headlogo{
    width: 90%;
}
.headnav{
    display: flex;
    justify-content: flex-end;
}
.navbar-nav li a::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease-in-out;
}

.navbar-nav li a:hover::after {
    width: 100%;
}
.navbar-nav .nav-link{
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    color: #000000a6;
}
.navbar-nav .nav-link.active {
    color: #262262!important;
}

.sticky-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    animation: slideDown 0.35s ease-in-out;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sticky-header .headlogo{
    width: 70% !important;
}
@keyframes slideDown{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}


.PetLove{
    width: 24%;
    position: absolute;
    right: -12%;
    top: -34%;
}