/**
 * Customize CSS
 *
 * @author We Both
 * @version 1.0
 *
 * "You can add your own style below this comment".
 */
.background--dark, .bg-dark {
    background: #060077 !important;
    color: #939eb8;
}
.btn-primary {
    background-color: #0d05a8;
    border-color: #0d05a8;
}
.footer-content {
    margin-top: 0;
    margin-bottom: 6.25rem;
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.servicestext.swing{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes rotationreverce {
  from {
    transform: rotate(359deg);
  }
  to {
    
      transform: rotate(0deg);
  }
}

@keyframes rotation {
  from {
        transform: rotate(0deg);
  }
  to {
     transform: rotate(359deg);
  }
}
body{
    font-family: 'Poppins', sans-serif;
    font-family: 'Quicksand', sans-serif;
}
.header .navbar {
    padding: 0;
    position: fixed;
    width: 100%;
    background: #f7f8fc00!important;
    z-index: 1051;
    top: 0px;
}
.header .navbar.navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
    z-index: 1051!important;
    padding-right: 20px;
    padding-left: 20px;
}

header .position-relative {
    position: relative!important;
    background: #fff;
    border-radius: 9px;
    top: 10px;
    box-shadow: 1px 0px 72px 0px #9e9e9e33;
    padding: 0 20px;
}
header .position-relative .navbar-brand img {
    width: 160px;
}
header .position-relative .navbar-nav .nav-item {
    margin-left: 0px!important;
}
main.main {
    position: relative;
    margin-top: 0px;
}

.section.mainBanner {
    /* min-height: 100vh; */
    width: 100%;
}
.section.mainBanner .figure {
    display: flex;
}
.section.mainBanner .bannerContent {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.section.mainBanner .bannerContent .bannerHeight{
    min-height: 768px;
}
.section.mainBanner .bannerContent .bannerHeight h1 {
    font-weight: 800;
    font-size: 60px;
    font-family: 'Quicksand', sans-serif;
}
.bannerContent .bannerImage {
    width: 100%;
    position: relative;
    top: -83px;
    z-index: 1;
    filter: drop-shadow(5px 20px 22px #d1d1d1);
    max-width: 100%!important;
}
.servicesSections {
    width: 100%;
    position: relative;
}
.servicesSections .section__title {
    font-weight: 700;
    font-size: 48px;
    font-family: 'Quicksand', sans-serif;
}
.servicesSections .section__subtitle {
    font-weight: 300;
    font-size: 18px;
}

.servicesSections .serviceIcon{
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-bottom: 30px;
}
.servicesSections .serviceIcon img {
    width: 100%!important;
    max-width: 100%;
}
.servicesSections .servicesBox {
    padding: 20px 25px 20px 23px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.5s;
    box-shadow: 20px 20px 50px #dcdff5, -30px -30px 60px #4d5bed00;
    border: 1px solid transparent;
    background: #fff;
    position: relative;
    top: 10px;
}
.servicesSections .servicesBox:hover {
    border: 1px solid transparent;
    background: #fff;
    top: -10px;
    transition: .5s;
}
.servicesSections .servicesBox .main-feature__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.downloadAppIcon{width: 100%;float: left;position: relative;margin-top: 30px;}
.downloadAppIcon .title{width: 100%;float: left;position: relative;margin-bottom: 10px;font-weight: 500;}
.downloadAppIcon .appIconimages{width: 100%;float: left;position: relative;}
.downloadAppIcon .appIconimages img{display: inline-block;}

.opal-image-shapes .item__svg {
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
}
.opal-image-shapes .item__clippath, .opal-image-shapes .item__clipdeco, .opal-image-shapes .item__deco, .opal-image-shapes .item__img {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.item__deco {
    -webkit-animation-name: svg-change-color;
    animation-name: svg-change-color;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 path.item__clipdeco {
    fill: #4d5bed;
    box-shadow: 2px 10px 31px 0px rgb(77 91 237);
    filter: drop-shadow(5px 5px 5px #d1d1d1);
}

.ourClinicBox{width: 100%;position: relative;}
  .ourClinicBox .ourClinicPanel{width: 100%;position: relative;}
  .ourClinicBox .ourClinicPanel .ourClinicGarpihcs{width: 100%;float: left;position: relative;display: flex;height: 100%;align-items: center;justify-content: center;}
  .ourClinicBox .ourClinicPanel .ourClinicContent{width: 100%;float: left;position: relative;padding-left: 50px;}
  .ourClinicBox .ourClinicPanel .ourClinicContent .smallText{width: 100%;float: left;position: relative;font-size: 23px;font-weight: 600;color: #101f41;}
  .ourClinicBox .ourClinicPanel .ourClinicContent .heading{width: 100%;float: left;position: relative;font-size: 48px;font-weight: bold;margin-bottom: 20px;color: #101f41;}
  .ourClinicBox .ourClinicPanel .ourClinicContent .subHeading{width: 100%;float: left;position: relative;font-size: 16px;line-height: 33px;color: #909090;}

.ourClinicBox .ourClinicPanel .ourClinicGarpihcs img {
    width: 100%;
    filter: drop-shadow(5px 69px 47px #d1d1d1);
}

.ourClinicBox .ourClinicPanel .ourClinicContent svg {
    width: 70px;
    fill: red;
}
.ourClinicBox .ourClinicPanel .ourClinicContent img {
    width: 50px;
}
.ourClinicGarpihcs .item__svg {

    filter: drop-shadow(5px 5px 5px rgba(77,91,237,0.2));

}
.actionBtn {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
}
.section.dog-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.servicesSectionBox{width: 100%;position: relative;padding: 8.875rem 0;background: #060077;}
.servicesSectionBox .serviceInnerBox{width: 100%;position: relative;}
.servicesSectionBox .serviceInnerBox .servicesContents{

}
.servicesSectionBox .serviceInnerBox .servicesContents img{width: 50px;}
.servicesSectionBox .serviceInnerBox .servicesContents .smallText{width: 100%;float: left;position: relative;font-size: 23px;font-weight: 600;color: #ffffff;}

.servicesSectionBox .serviceInnerBox .servicesContents .heading{width: 100%;float: left;position: relative;font-size: 48px;font-weight: bold;margin-bottom: 20px;color: #ffffff;}
.servicesSectionBox .serviceInnerBox .servicesContents .subHeading{width: 100%;float: left;position: relative;font-size: 16px;line-height: 33px;color: #fefeff;}
.servicesSectionBox .serviceInnerBox .serviceGraphics{width: 100%;float: left;position: relative;display: inline-flex;height: 100%;flex: 1;}
.servicesSectionBox .serviceInnerBox .serviceGraphics .serviceCircleBox{width: 100%;float: left;position: relative;display: flex;justify-content: center;min-height: 100%;flex-direction: column;align-items: center;}
.servicesSectionBox .serviceInnerBox .serviceGraphics .serviceCircleBox .serviceCircleBoxImage{width: 320px;height: 320px;display: inline-block;background: rebeccapurple;border-radius: 50%;box-shadow: 20px 20px 50px #2f2fdc, -30px -30px 60px #4d5bed00;background-position: center;background-size: cover;border: 13px solid #ffff;background-repeat: no-repeat;position: relative;}
.servicesSectionBox .serviceInnerBox .serviceGraphics .row {
    width: 100%;
}
.wd-f{
    width:100%;
}

.servicesSectionBox .serviceInnerBox .servicesNameBox{width: 100%;float: left;display: flex;height: 100%;align-items: center;padding: 40px 0px;}

.servicesSectionBox .serviceInnerBox .servicesNameBox ul{width: 100%;float: left;position: relative;margin-bottom: 0;}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li{list-style: none;margin: 10px 0;width: 90%;float: left;}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName{width: 86%;float: left;position: relative;background: white;padding: 9px 10px 10px 79px;border-radius: 75px;color: #323232;min-height: 51px;line-height: 47px;box-shadow: 20px 20px 50px #2437ff17, -30px -30px 60px #eeedf800;}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon{position: absolute;left: 10px;width: 50px!important;height: 51px!important;background: #e0e0e09e;border-radius: 50%;top: 8px;min-width: 0;min-height: 0;box-shadow: 5px 18px 28px #0600776b, -30px -30px 60px #4d5bed00;border: 0px solid #fff;transition: all .2s;}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon img{width: 25px; filter: brightness(0) invert(1);}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .servicesNametag{font-weight: 500;text-align: left;font-size: 14px;}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon.blue-bg{
   background: linear-gradient(55deg, rgb(77 91 237) 0%, rgb(77 91 237) 36%, rgba(0,212,255,1) 100%);
    
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon.green-bg{
     background: linear-gradient(55deg, rgb(83 165 15) 0%, #21b342 36%, #05f33b 100%);
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon.purple-bg{
     background: linear-gradient(28deg, rgb(142 7 173) 0%, rgb(239 2 210) 69%, rgb(255 0 248) 100%);
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon.orange-bg{
     background: linear-gradient(55deg, rgb(228 146 5) 0%, rgb(255 153 0) 36%, rgb(255 164 0) 100%);
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName .icon.cyan-bg{
     background: linear-gradient(55deg, rgb(0 152 133) 0%, rgb(15 232 222) 68%, rgb(7 249 255) 100%);
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li:nth-child(2) {
    position: relative;
    left: 30px;
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li:nth-child(3) {
    position: relative;
    left: 50px;
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li:nth-child(4) {
    position: relative;
    left: 30px;
}
.servicesSectionBox .serviceInnerBox .servicesNameBox ul li .servicesName:hover .icon {
    left: 27px;
    transition: all .2s;
}
.servicesSectionBox .serviceInnerBox .serviceGraphics .serviceCircleBox .serviceCircleBoxImage:before {
    width: 340px;
    height: 340px;
    content: "";
    background: #ff000000;
    position: absolute;
    left: -24px;
    top: -25px;
    border-radius: 50%;
    border-right: 1px solid #505ee9;
    animation: rotationreverce 8s infinite linear;
}


.servicesSectionBox .serviceInnerBox .serviceGraphics .serviceCircleBox .serviceCircleBoxImage:after {
    width: 360px;
    height: 360px;
    content: "";
    background: #ff000000;
    position: absolute;
    left: -34px;
    top: -34px;
    border-radius: 50%;
    border-right: 2px solid #cb04c4;
    animation: rotation 6s infinite linear;
}

.servicesSectionBox .serviceInnerBox .serviceGraphics .serviceCircleBox img.hoverDog {
    position: absolute;
    top: 84px;
    z-index: -2;
    transition: all .5s;
}
.servicesSectionBox .serviceInnerBox .serviceGraphics .serviceCircleBox:hover img.hoverDog {
    position: absolute;
    top: 30px;
    z-index:2;
    transition: all .5s;
}
.consutationsBox{width: 100%;float: left;position: relative;display: flex;flex-direction: column;height: 100%;justify-content: center;}
.consutationsBox .consult-view{width: 275px;height: 182px;box-shadow: 20px 20px 50px #dcdff5, -30px -30px 60px #4d5bed00;border-radius: 43px;overflow: hidden;margin-bottom: 21px;border: 5px solid #ffff;}
.consutationsBox .consult-view img{width: 100%;}
.consult-view.two {
    height: 363px;
    position: absolute;
    right: 0;
    width: 245px;
    top: 50%;
    transform: translateY(-50%);
}
.ourClinicContent{

}
.ourClinicContent .options{width: 100%;float: left;margin-top: 31px;}
.ourClinicContent .options li{list-style: none;padding: 10px 0;width: 100%;float: left;}
.ourClinicContent .options li .option-cunsulting{width: 100%;float: left;}
.ourClinicContent .options li .option-cunsulting img{width: 35px;margin-right: 14px;}
.ourClinicContent .options li .option-cunsulting span{font-weight: 600;}



.blogBoxPannel{width: 100%;float: left;position: relative;padding: 8px;border-radius: 10px;}
.blogBoxPannel .petBlogPic{width: 90%;float: left;height: 200px;background-position: center;background-size: cover;background-repeat: no-repeat;border-radius: 14px;margin-bottom: 20px;box-shadow: 20px 20px 50px #dcdff5, -30px -30px 60px #4d5bed00;z-index: 1051;position: relative;left: 5%;}
.blogBoxPannel .petBlogPic:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000038;
    top: 0px;
    left: 0px;
    z-index: -83;
    border-radius: 15px;
}
.blogBoxPannel .blogBoxContent{width: 100%;float: left;position: relative;padding: 20px;box-shadow: 20px 20px 81px #dcdff554, -107px -66px 60px #4d5bed00;background: #fff;border-radius: 15px;top: -75px;padding-top: 80px;}
.blogBoxPannel .blogBoxContent .heading{width: 100%;float: left;position: relative;font-size: 21px;font-weight: 700;}
.blogBoxPannel .blogBoxContent .subheading{width: 100%;float: left;position: relative;font-size: 16px;min-height: 120px;}
.blogBoxPannel .blogBoxContent .footerAction{width: 100%;float: left;position: relative;}
.blogBoxPannel .blogBoxContent .footerAction .readmore{font-weight: 600;color: #0d05a8;}
.blogHeading{
     font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 85%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-color: #4d5bed;
}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after, .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  
    color: #ffffff;
}
.servicesSectionBox .carousel-indicators li:last-child {
    width: 11px;
    height: 0px;
    margin-right: 0px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid white;
    border-right: 0px solid white!important;
    transition: opacity .6s ease;
}
.servicesSectionBox .carousel-indicators li:first-child {
    width: 10px;
    height: 0px;
    margin-right: 10px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 0px solid white;
    border-right: 25px solid white!important;
}
.servicesSectionBox .carousel-indicators li.active{
    opacity: 1;
}
.servicesSectionBox .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px;
}
.servicesSectionBox .dog-overlay {
    position: absolute;
    filter: brightness(0.5) invert(1);
    opacity: .2;
    bottom: 0;
    width: 290px;
}
.gradient-brand-color-login {
     background:linear-gradient(0deg, #4d5bed 0%, #060077 100%)!important; 
    color: #fff;
}
.login-left{
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loginForm:before {
    position: absolute;
    width: 299px;
    height: calc(100% + 80px);
    background: #0d05a8;
    content: "";
    left: 20px;
    top: -40px;
    box-shadow: 3px 9px 66px #2f2fdc29, -43px -46px 60px #4d5bed00;
    border-radius: 28px;
}

.loginForm {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 70px!important;
    border-radius: 18px;
    box-shadow: 20px 20px 50px #2f2fdc21, -30px -30px 60px #4d5bed00;
    max-width: 875px;
    padding-left: 370px!important;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.loginForm .form-control {
    border-radius: 30px;
    box-shadow: 0px 0px 37px 0px #d5d5d540;
    font-size: 14px;
}
.loginForm .br{
    border-radius: 30px;
}
.blueContent {
    position: absolute;
    left: 44px;
    width: 250px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    top: 0;
    flex-direction: column;
}
.blueContent h1 {
    color: #fff;
    font-weight: 800;
}
.blueContent p{
   font-size: 16px; 
}
.blueContent .footer-logo {
    POSITION: ABSOLUTE;
    TOP: 5px;
}

.blueContent .footer-logo img {
    filter: brightness(0) invert(1);
}