/** Shopify CDN: Minification failed

Line 187:2 "backface-visiblity" is not a known CSS property
Line 1194:0 Unexpected "}"

**/
    
  *{
    margin:0;
    padding: 0;
    /* font-family: 'Noto sans'!important; */
}    
.section-header{
  display:none;
}

a{
text-decoration: none !important;

}
.rte a:not(.btn) {
border: none;
}

.rte h4{
margin: 0;
}

.dont-wait h3{
  margin-bottom:0 !important;
}
.vet-different h4{
 margin: 5px 0;
}

    .header-img img {
        width: 100%;
        height: 100%;
      border:none;
      outline:none;
    }
.swag-banners{
  margin:20px 0;
}

/* timer widget */
.timer-widget-cont-web{
  display:flex;
  background: url('https://cdn.shopify.com/s/files/1/0565/8021/0861/files/Frame_17_1.png?v=1629802777');
}
.timer-widget h1{
  font-size:3rem;
   
  }
.timer-imgi{
  display: block;
    width: 45%;
    margin-top: 30px;
    object-fit: contain;
    height: 100%;
  margin-right:80px;
  margin-top:80px;
}
@media  screen and (max-width: 1050px) {
.timer-imgi {
    display: block;
    width: 45%;
    margin-top: 30px;
    object-fit: contain;
    height: 100%;
    margin-right: 80px;
    margin-top: 57px;
}
}
@media  screen and (max-width: 600px) {

   .timer-im{
  display: block;
    width: 45%;
    object-fit: contain;
    height: 100%;
     margin-right:30px;
  margin-top:40px;
}
}
 @media  screen and (max-width: 500px) {
.timer-widget h1{
            font-size: 20px;
        }
    }



.timer-img{
  display: block;
    width: 45%;
    margin-top: 30px;
    object-fit: contain;
    height: 100%;
  margin-right:80px;
  margin-top:80px;
}
 .timer-widget{
       margin-right: 80px;
   margin-bottom: 20px;
   }

 @media  screen and (max-width: 800px) {
   .timer-widget-cont-web{
background: url('https://cdn.shopify.com/s/files/1/0565/8021/0861/files/Frame_17_2.png?v=1629802776');}
   .timer-img{
  display: block;
    width: 45%;
    object-fit: contain;
    height: 100%;
     margin-right:30px;
     margin-right:80px;
  margin-top:80px;
}
   
 }
 
 @media  screen and (max-width: 500px) {
  
   .timer-widget{
    margin-right: 25px;
   }
}



.flip-clock {
  text-align: center;
  perspective: 400px;
  margin: 0 auto;
  margin-top:20px;
}

.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin-right: 5px;
}
.flip-clock__slot {
  font-size: 2.1vw;
}
.card {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 5.5vw;
  line-height: 0.95;
}
 @media  screen and (max-width: 500px) {
.card{
            font-size: 5.8vw;
        }
    }
 @media  screen and (max-width: 350px) {
   .card{
            font-size: 5.6vw;
        }
   .flip-clock {
  text-align: center;
  perspective: 400px;
  margin: 0 auto;
  margin-top:10px;
}
    .timer-widget{
    margin-top: 20px;
   }
 }
.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
  display: block;
  height: 0.72em;
  color: #ccc;
  background: #222;
  padding: 0.25em 0.25em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  width: 1.8em;
}
.card__bottom {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #000;
  background: #393939;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
}
.card__bottom::after {
  display: block;
  margin-top: -0.72em;
}
.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}
.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.flip .card__back::before {
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip .card__back .card__bottom {
  transform-origin: center top;
  animation-fill-mode: both;
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    z-index: 5;
  }
}

/* end of timer widget */

    .vet-text {
        padding: 30px 80px;
        text-align: center;
    }

    .vet-about {
        background-color: #FFF;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
        padding: 20px 40px 0 40px;
        margin-bottom: 10px;
    }

    .vet-about-each {
        flex: 0 1 25%;
        text-align: center;
    }

    .vet-about-each h4 {
        font-size: 17px;
        max-width: 80%;
        margin: 0 auto;
        font-weight: 500;
    }

    .vet-about-each img {
        width: 50%;
        object-fit: contain;
    }

    .vet-text p {
        font-size: 4vh;
        margin: 0 auto;
        line-height: 1.2;
        max-width: 700px;
    }

    .vet-consult img {
        width: 100%;
        height: 100%;
    }

    .vet-consult {
        position: relative;
    }

    .vet-consult-btn {
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translate(-50%, 0);
        margin-bottom: 8px;
        padding: 3vh 3.4vh;
        background-color: #147490;
        color: white;
        outline: none;
        border: none;
        border-radius: 6vh;
        font-size: 22px;
        font-weight: 600;
        cursor: pointer;
    }

    .vet-consult-btn:active {
        background: #147490;
        box-shadow: inset 5px 5px 10px #1c5e70;
        outline: none;
    }

    .vet-types {
        background: #F8F8F8;
        max-width: 100%;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        padding: 20px 0px;
        margin: 25px 20px;
    }

    .vet-types-each img {
        width: 6vh;
    }

    .vet-types-each {
        display: flex;
        justify-content: space-between;
        margin: 5px 20px;
    }

    .vet-types-each h3 {
        font-weight: 400;
        font-size: 3vh;
    }

    .vet-different {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        margin-bottom: 50px;
        max-width: 100%;
    }
    .vet-differen{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center;
      align-items: baseline;
    }

    .vet-different img{
        width: 100%;
    }

    .vet-diff-btn {
        width: 100%;
        background-color: #E0ECBD;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vet-diff-btn button{
        margin: 20px 0 25px 0;
    }


    .hid {
        display: none;
    }


    .vet-pro {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        margin-left: 70px;
    }

    .vet-circ {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        border: 2px solid #147490;
        border-radius: 50%;
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .vet-tick {
        position: absolute;
        top: 24%;
        width: 0;
        height: 0;
        border-left: 2px solid #147490;
        border-bottom: 2px solid #147490;
        transform: rotate(-45deg);
        animation: inc 1s;
        animation-fill-mode: forwards;
    }

    @keyframes inc {
        100% {
            width: 9px;
            height: 5px;
        }
    }

    .vet-line {
        border-left: 2px dashed #147490;
        width: 5px;
        height: 0;
        position: relative;
        top: 20px;
        left: -21.5px;
    }
    .hidden{
        display: none;
    }
    .vet-line-anim {
        animation: increase 1s;
        animation-fill-mode: forwards;
    }

    .l1 {
        animation-delay: 0s;
    }

    .l2 {
        animation-delay: 1s;
    }

    .l3 {
        animation-delay: 2s;
    }

    .l4 {
        animation-delay: 3s;
    }

    @keyframes increase {
        100% {
            height: 100px;
        }
    }

    .vet-pro:nth-child(4) .vet-line {
        border-left: none;
        height: 0;
    }

    .vet-how-t {
        background-color: #E9F8FC;
        padding: 30px 0;
    }

    .vet-how {
        display: flex;
        flex-wrap: wrap;
    }

    .vet-process {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      margin-top: 30px;
      padding-left:70px;
    }

    .vet-pro-head {
        margin-bottom: 7px;
        margin-top: -3px;
    }

    .vet-pro-head h3 {
        color: #147490;
        font-size: 20px;
        font-weight: 600;
    }

    .vet-pro-desc {
        font-size: 16px;
    }

    .vet-pro-img {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
	.vet-pro-img .item{
      display: flex;
        justify-content: center;
        align-items: center;
    }

    .slides img {
        width: 20%;
        margin: 0 auto;
        border-radius: 20px;
    }

    .item img {
        width: 42%;
        align-self: flex-end;
    }

    .vet-cta {
        background-color: #fff;
        text-align: center;
        padding: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .vet-cta h3 {
        font-weight: 800;
    }
    .vet-diff-title h3 {
        font-size: 28px;
        color: black;
        text-align: center;
        margin-top: 30px !important;
    }
    
    .vet-diff-each {
        margin: 5px;
    }
    
    .vet-diff-each img {
        max-width: 160px;
        width: 80%;
        height: 100%;
    }
    
    .vet-different h4 {
        font-size: 16px;
        text-align: center;
        max-width: 80%;
      margin: 5px 0;
    }

    .vet-cta h5, h3 {
        color: #147490;
        font-size: 24px!important;
        margin-bottom: 4px;
        margin-top:0 !important;	
    }

    .vet-cta h5 {
        font-weight: 200;
    }

    .owl-dots {
        text-align: center;
        margin-top: 6px;
        margin-bottom: 60px;
    }

    .owl-dot {
        height: 10px;
        width: 10px;
        margin: 0 6px;
        outline: none;
        border-radius: 50%;
        border: 2px solid #147490 !important;
        background: #fff !important;
        transition: all 0.3s ease;
    }

    .owl-dot.active, .owl-dot:hover {
        background: #147490 !important;
    }

    .vet-cta-btn {
        background: #ED682C;
        color: white;
        margin: 30px 0 25px 0;
        padding: 8px 20px;
        cursor: pointer;
        outline: none;
        border: none;
        font-size: 20px;
        font-weight: 600;
        box-shadow: 2px 5px 10px #d6a48d;
    }

    .vet-cta-btn:active {
        box-shadow: inset 2px 2px 7px #d45216;
        outline: none;
        border: none;
    }

    .vet-testi {
        margin: 20px;
    }
    
    .test-box-each {
        width: 60%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex: 0 1 34%;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .testcon{
        position: absolute;
        height: 60%;
        max-width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .test-auth{
        text-align: start;
    }
    .test-auth .name{
        font-weight: bold;
          margin-bottom: 5px;
    }
    .test-auth .place{
        color: #767474;
    }

    .testcon p{
      font-size: 1em;
    }

    
    .vet-different {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        margin: 20px;
        margin-bottom: 50px;
    }

    .vet-differen img{
        width: 100%;
    }

    .vet-diff-title {
        margin: 40px 0;
        text-align: center;
    }

    .hide {
        display: none;
    }

    .vet-diff-title h3 {
        font-size: 28px;
        color: black;
    }

    .vet-diff-each {
        margin: 5px;
    }

    .vet-diff-each img {
        max-width: 160px;
        width: 80%;
        height: 100%;
    }

    .vet-different h4 {
        font-size: 16px;
        text-align: center;
        max-width: 80%;
    }

    .vet-diff-each {
        margin: 15px;
        flex: 0 1 15%;
    }
    .vet-differen{
        margin-top: 20px;
    }

    .vet-cta h3{
        margin-bottom: 25px !important;
    }
@media  screen and (max-width: 1440px){
.testcon{
        position: absolute;
        height: 60%;
        max-width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
  .test-box-each {
    width: 70%;

}
  .testcon p {
    font-size: 0.9em;
    line-height: 1.4;
}
  .test-auth .place {
    color: #767474;
    font-size: 0.8em;
}
}

    @media  screen and (max-width: 1080px){
        .hiden{
            display: none;
        }
        .vet-about h4{
            font-size: 14px;
        }
        .testcon p{
          font-size: 0.6em;
        }
      .item img {
        width: 60%;
        align-self: flex-end;
    }
        .test-auth .place {
    color: #767474;
    font-size: 0.55em;
}
    }

    @media  screen and (max-width: 920px) {
        .vet-about h4{
            font-size: 13px;
        }
    }

    @media screen and (max-width:880px) {
        .vet-about h4{
            font-size: 12px;
        }
        .vet-cta {
            margin: 20px 0;
        }
        .vet-how {
            justify-content: center;
            align-items: center;
        }
        .vet-process {
            flex: 0 1 50%;
            justify-content: center;
        }
      .hid{
        display:none;
      }
        .vet-pro-img {
            display: none;
        }
        .vet-pro-head h3 {
            color: #147490;
            font-size: 20px;
        }
        .vet-pro {
            padding: 0;
            margin: 0;
        }
        .vet-process {
            padding: 0;
            margin: 0;
        }
        .lazy {
            width: 40%;
        }
        .prev-slick-img img {
            width: 30px;
        }
        .next-slick-img img {
            width: 30px;
        }
        .vet-pro-img {
            flex: 0 1 100%;
            max-width: 100%;
            margin: 0 auto;
            padding: 0;
        }
        .vet-pro-desc {
            font-size: 16px;
        }
        .vet-pro {
            margin-bottom: 17px;
        }
        .vet-line {
            height: 0px;
            top: 18px;
        }
        .vet-line-anim {
            animation: increase 1s;
            animation-fill-mode: forwards;
        }
        @keyframes increase {
            100% {
                height: 90px;
            }
        }
        .l1 {
            animation-delay: 0s;
        }
        .l2 {
            animation-delay: 1s;
        }
        .l3 {
            animation-delay: 2s;
        }
        .l4 {
            animation-delay: 3s;
        }
        .vet-process {
            margin-top: 60px;
            margin-left: 30px;
            margin-bottom: 30px;
        }
        
        
    }

    @media screen and (max-width:780px) {
        .vet-how {
            display: inline-block;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .vet-process {
            margin: 0 auto;
            width: 60%;
            justify-content: center;
        }
        .vet-cta h5, h3 {
            font-size: 20px;
        }
        .vet-cta-btn {
            font-size: 16px;
        }
        .vet-about {
            padding: 20px;
        }
        .vet-diff-title h3 {
            font-size: 24px;
        }
      .vet-diff-title h3 {
            font-size: 24px;
        }
        .vet-about-each h4 {
            font-size: 12px;
        }
        .vet-about-each img {
            width: 50%;
            object-fit: contain;
        }
        .vet-different {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: baseline;
        }
        .vet-different h4 {
            font-size: 14px;
            text-align: center;
            max-width: 80%;
        }
        .vet-diff-each {
            margin: 10px;
            flex: 0 1 20%;
        }
        .vet-about-each h4 {
            font-size: 12px;
        }
        .vet-about-each img {
            width: 50%;
            object-fit: contain;
        }

    
        .vet-diff-each {
            margin: 10px;
            flex: 0 1 20%;
        }
        .vet-consult-btn {
            padding: 2vh 3vh;
            font-size: 20px;
        }
        .vet-cta-btn {
            background: #ED682C;
            color: white;
            margin: 40px 0 0 0;
        }

        .testcon p {
    font-size: 0.8em;
    line-height: 1.4;
}
        .test-auth .place {
    color: #767474;
    font-size: 0.75em;
}
    }

    @media screen and (max-width:760px) {
  .testcon p {
    font-size: 0.8em;
    line-height: 1.4;
}
        .test-auth .place {
    color: #767474;
    font-size: 0.75em;
}
    }

    @media screen and (max-width:650px) {
        .vet-about-each h4 {
            font-size: 10px;
        }
        .vet-consult-btn {
            padding: 10px 16px;
            font-size: 16px;
            font-weight: 600;
        }

        .vet-pro {
            margin-bottom: 15px;
        }
        .vet-pro-head h3 {
            font-size: 18px;
        }
        .vet-pro-desc {
            font-size: 15px;
        }
        .vet-cta h5, h3 {
            font-size: 18px;

        }
    
       
    }


    @media (max-width: 488px) {
        .hidden{
            display: flex;
        }      
        .vet-diff-btn button{
            margin: 5px 0 25px 0;
        }
        .vet-cta h5, h3 {
            font-size: 13px !important;
        }
        .vet-cta-btn {
            margin-top: 10px;
            font-size: 12px;
        }
        .dn {
            display: none;
        }
        .vet-about-each img {
            width: 70%;
        }


      .vet-diff-title {
            margin: 30px 20px;
        }
        .vet-diff-title h3 {
            font-size: 16px;
        }
        
        .vet-how {
            display: inline-block;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .vet-process {
            margin: 0 auto;
            width: 100%;
            justify-content: center;
        }
        .slides img {
            width: 50%;
        }
        .prev-slick-img img {
            width: 20px;
        }
        .next-slick-img img {
            width: 20px;
        }
        .vet-circ {
            width: 18px;
            height: 18px;
            margin-right: 10px;
            border: 2px solid #147490;
            border-radius: 50%;
            display: flex;
            box-sizing: border-box;
            justify-content: center;
            align-items: center;
            margin-top: 1px;
            position: relative;
        }
    
        .vet-tick {
            position: absolute;
            top: 29%;
            width: 0;
            height: 0;
            border-left: 2px solid #147490;
            border-bottom: 2px solid #147490;
            transform: rotate(-45deg);
            animation: inc 1s;
            animation-fill-mode: forwards;
        }
    
        @keyframes inc {
            100% {
                width: 8px;
                height: 4px;
            }
        }
        .vet-line {
            border-left: 2px dashed #147490;
            width: 5px;
            height: 0;
            position: relative;
            top: 17.8px;
            left: -20.5px;
        }
        .vet-line-anim {
            animation: increase 1s;
            animation-fill-mode: forwards;
        }
    
        .l1 {
            animation-delay: 0s;
        }
    
        .l2 {
            animation-delay: 1s;
        }
    
        .l3 {
            animation-delay: 2s;
        }
    
        .l4 {
            animation-delay: 3s;
        }
    
        @keyframes increase {
            100% {
                height: 70px;
            }
        }
    
        .vet-pro-head h3 {
            font-size: 15px;
        }
        .vet-pro-desc {
            font-size: 12px;
        }
        .vet-about-each {
            flex: 0 1 30%;
            margin-bottom: 10px;
        }
        .vet-about {
            padding: 10px 40px 0 40px;
        }
        .vet-about {
            padding: 5px;
        }
        .vet-about-each h4 {
            font-size: 12px;
            max-width: 100%;
        }
        .vet-different h4 {
            font-size: 10.5px;
            text-align: center;
            max-width: 80%;
        }
        .vet-diff-each {
            margin: 8px 0;
            flex: 0 1 31%;
        }
        .header-img img {
            width: 100%;
            height: 100%;
        }
        .vet-cta{
            margin-top: 10px;
        }
        .vet-differen{
            margin-top: 40px;
        }
        
        .header-img {
            margin-bottom: 5px;
            padding: 0;
        }
        .vet-types {
            margin: 25px 10px;
        }
        .vet-types-each h3 {
            font-size: 13px;
        }
        .vet-types-each img {
            width: 13px;
        }
        .vet-consult img {
            height: 165px;
            object-fit: cover;
            object-position: top;
        }
        .vet-consult-btn {
            padding: 6px 10px;
            font-size: 10px;
            font-weight: 600;
            bottom: 3px;
            outline: none;
            border: none;
            cursor: none;
        }
        .vet-text {
            padding: 30px;
        }
        .vet-text p {
            font-size: 14px;
        }
        .vet-cta-btn {
            cursor: none;
        }
        .vet-cta h3{
            margin-bottom: 15px !important;
        }
      .vet-different h4 {
            font-size: 10.5px;
            text-align: center;
            max-width: 80%;
        }
        .vet-diff-each {
            margin: 8px 0;
            flex: 0 1 31%;
        }
      .hid{
        display:block;
      }
      .testcon {
    justify-content: space-around;
    font-size: 1.1em;
}
        .test-auth .place {
    color: #767474;
    font-size: 0.65em;
}
    }

   
}@media (max-width: 400px) {
        .vet-cta h5, h3 {
            font-size: 11px !important;
        }
        .vet-cta-btn {
            margin-top: 10px;
            font-size: 12px;
        }
        .vet-pro-desc {
            font-size: 12px;
            width: 110%;
        }
        
    }
    @media (max-width: 375px) {
        .vet-about-each h4{
            font-size: 11px;
        }
    }

    @media (max-width: 350px) {
        .vet-about-each h4{
            font-size: 9.5px;
            max-width: 90%;
        }

        .vet-how {
            max-width: 100%;
            overflow: hidden;
        }
        .vet-process {
            width: 100%;
            max-width: 100%;
            margin-left: 10px;
        }
        .vet-pro-desc {
            font-size: 10px;
        }
        .vet-pro-head {
            font-size: 13px;
        }
        .vet-line {
            height: 0px;
        }
        .vet-cta h5{
            font-size: 10px;
        }
        .vet-cta h3{
            font-size: 10px;
        }
       .testcon p{
        font-size: 0.6em;
      }
        .test-auth .place {
    color: #767474;
    font-size: 0.55em;
}
    
    }

    @media (max-width: 320px) {
        .vet-about-each h4{
            font-size: 8px;
            max-width: 90%;
        }
    }
  

/* .vet-cta h5,h3{
  font-size:20px;
}
@media (max-width: 488px) {
  .vet-cta h5,h3{
  font-size:14px;
}
} */
