@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  /* font-family: 'Inter'; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
table,
tr,
td {
  border: 0;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
  height: auto;
}
span, strong {
  font-family: "Inter", sans-serif;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.img-full {
  max-width: 100%;
}
.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.overflow {
  overflow: hidden;
}
/*====Fonts====*/
@font-face {
  font-family: 'Figtree';
  src: url('Figtree-Regular.woff2') format('woff2'),
    url('Figtree-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('Figtree-Medium.woff2') format('woff2'),
    url('Figtree-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('Figtree-SemiBold.woff2') format('woff2'),
    url('Figtree-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('Figtree-Bold.woff2') format('woff2'),
    url('Figtree-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('Figtree-BoldItalic.woff2') format('woff2'),
    url('Figtree-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-ExtraBold.ttf');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-ExtraLight.ttf');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-ExtraLight.ttf');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Semibold.ttf');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Thin.ttf');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Monarcha';
  src: url('Monarcha W01 Regular.woff2') format('woff2'),
    url('Monarcha W01 Regular.woff') format('woff');
  font-weight: common;
  font-display: swap;
}

/*=====MAIN CSS START=====*/
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.overflow {
  overflow: hidden;
}
.header {
  float: left;
  width: 100%;
  height: 150px;
  position: relative;
  background: #fff;
}
.header > .container {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header-logo-container {
  display: flex;
  margin-top: 35px;
  flex-direction: column;
  flex-basis: 66%;
}
.header-logo-container .left-top {
  margin-top: 30px;
}
.header-social-media {
  flex-basis: 360px;
}
.header-social-media small {
  width: 100%;
  display: inline-block;
  text-align: initial;
  font-size: 1rem;
  color: #666131d2;
}
.header-social-media ul {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.header-social-media ul li {
  position: relative;
  margin: 0 5px;
}
.header-social-media ul li:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  height: 20px;
}

.header-social-media ul li:nth-child(1) {
  margin-left: 0;
}

.adv-txt {
  float: left;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #767676;
  margin-top: 5px;
  text-transform: uppercase;
}
.logo {
  max-width: 100%;
}
.header-btn {
  float: right;
  width: 100%;
  max-width: 235px;
  height: 50px;
  background: #13a53e;
  border-radius: 10px;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  margin-top: 17px;
}
.btn-arw {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  max-width: 100%;
  width: 10px;
}
.main-sec {
  float: left;
  width: 100%;
  padding: 25px 0 60px;
}
/*====Left-Section====*/
.left-sec {
  float: left;
  width: 66%;
  text-align: left;
}
ul.left-top {
  float: left;
  width: 100%;
}
ul.left-top li {
  float: left;
  padding: 0 8px;
  border-radius: 25px;
}
ul.left-top li:nth-child(1) {
  padding-left: 0;
}

.evidence-txt {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  color: #131d24;
  text-align: center;
}
.post-icn {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  max-width: 100%;
}
.top-heading {
  float: left;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  color: #212121;
  font-weight: 400;
  margin-top: 20px;
  font-family: 'Monarcha';
}
.left-txt1 {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin-top: 20px;
}
ul.author-list {
  float: left;
  width: 100%;
  margin-top: 25px;
  border-top: 3px solid #55c0e8;
  padding: 25px 0 10px;
}
ul.author-list li {
  float: left;
  position: relative;
  border-right: 1px solid #bababa;
  padding: 0 50px;
}
ul.author-list li:nth-child(3) {
  border-right: none;
}
ul.author-list li:first-child {
  padding-left: 75px;
}
ul.author-list li:last-child {
  width: 32%;
  border-right: none;
  padding-right: 0;
}
.author-img {
  position: absolute;
  left: 0;
  top: -7px;
  max-width: 100%;
  border: 1px solid #bababa;
  padding: 3px;
  border-radius: 50%;
}
.author-txt {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #474747;
}
.author-txt span {
  color: #2d36f7;
  font-weight: bold;
}
.author-media-img {
  float: right;
  margin-top: 8px;
  max-width: 100%;
}
.comm-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 25px auto 0;
  border-radius: 10px;
}
.comm-imggif {
  display: inline-block;
  vertical-align: middle;
  margin: 30px auto 10px;
  width: 100%;
}
.vdo-box {
  display: inline-block;
  vertical-align: top;
  margin: 30px auto 10px;
  width: 100%;
}
.vdo-box video {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.right-img {
  float: right;
  max-width: 100%;
  margin: 40px 0 0 20px;
  border: 2px solid #d8d8d8;
}
.common-para {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #212121;
  font-weight: 400;
  margin-top: 32px;
}
.common-para-ol {
  padding-left: 10px;
}
/* .common-para strong {
  font-family: 'Monarcha';
} */
.common-signature {
  font-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 24px;
}
.common-signature:before {
  content: '';
  position: absolute;
  border-left: 3px solid #2d36f7;
  top: 0;
  left: 0;
  height: 80%;
  transform: translateY(15%);
}
hr {
  border: 1px solid #2d36f7;
  margin: 5rem 0 5rem;
}
.features ul {
  margin-top: 2rem;
}
.features li {
  display: flex;
  background-color: #edf2ff;
  padding: 1.5rem;
  margin: 1rem 0;
  align-items: center;
}

.features li p {
  margin-left: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.features li img {
  height: 21px;
  width: 21px;
}

.mid-box {
  float: left;
  width: 100%;
  background: #eff2ff;
  position: relative;
  padding: 10px 25px 90px 200px;
  border-radius: 10px;
  margin-top: 35px;
  text-align: left;
}
.mid-box-img {
  position: absolute;
  left: 20px;
  top: 25px;
  max-width: 100%;
}
.mid-box .common-para {
  color: #000;
}
.mid-box-divider {
  height: 90px;
  margin: 0 15px 0 20px;
  color: #d7d7d7;
}
.mid-box-tick {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
}
.mid-box-verified {
  color: #9bcb2d;
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 30px;
}
.mid-box.two {
  background: #d0e8f6;
  padding: 15px 35px 50px 200px;
  height: 246px;
}
.mid-box-img2 {
  position: absolute;
  right: 20px;
  top: 25px;
}
.mid-box.three {
  background: #e2f8ee;
  padding: 30px 35px 50px 200px;
  height: 246px;
}
.mid-box.four {
  background: #fffed1;
  padding: 0px 35px 50px 200px;
  height: 246px;
}
.mid-box.five {
  padding: 0px;
  margin-top: 2rem;
}
.mid-box.five .common-para {
  margin-top: 0px;
  padding: 2rem;
  text-align: center;
}

.mid-box.four .mid-box-img,
.mid-box.three .mid-box-img,
.mid-box.two .mid-box-img {
  width: 139px;
  height: 139px;
  margin-top: 20px;
}
.mid-box.four .mid-box-img {
  margin-top: 30px;
}
.comm-disease-box {
  float: left;
  width: 100%;
  margin-top: 35px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 0 0 25px;
}
.comm-disease-box .common-para {
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}
ul.comm-disease-list {
  float: left;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.comm-disease-list li {
  float: left;
  width: 24%;
  text-align: center;
}
.disease-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  border: 2px solid #ff0000;
  padding: 2px;
}
.disease-txt {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #212121;
  font-weight: 600;
  margin-top: 15px;
}
.doctor-box {
  float: left;
  width: 100%;
  background: #e2f2f8;
  border-radius: 10px;
  position: relative;
  padding: 0 15px 30px 210px;
  margin-top: 40px;
  text-align: left;
}
.doct-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
.common-heading {
  /*float: left;*/
  width: 100%;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0;
  color: #212121;
  font-weight: 400;
  margin-top: 35px;
  font-family: 'Monarcha';
}
.pet-owner {
  float: left;
  width: 100%;
  margin-top: 35px;
  position: relative;
}
.pet-owner-heading {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #212121;
  font-weight: bold;
}
.pet-img {
  float: right;
  max-width: 100%;
  margin-top: -25px;
}
ul.pet-owner-list {
  float: left;
  width: 70%;
}
ul.pet-owner-list li {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #212121;
  font-weight: 600;
  margin-top: 30px;
  background: url(../images/pet-tick-icn.png) no-repeat left 3px;
  padding-left: 35px;
  text-align: left;
}
.border-hd {
  padding-bottom: 20px;
  border-bottom: 3px solid #55c0e8;
}
.bold-txt {
  font-weight: bold;
  margin-top: 20px;
}
.pet-safety {
  float: left;
  width: 100%;
  margin-top: 20px;
}
ul.pet-safety-list {
}
ul.pet-safety-list li {
  margin-top: 20px;
  background: url(../images/pet-tick-icn.png) no-repeat left 5px;
  padding-left: 40px;
}
ul.pet-safety-list li .common-para {
  margin-top: 10px;
}
.blue-box {
  float: left;
  width: 100%;
  background: url(../images/blue-box-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 51% 30px 30px;
  border-radius: 10px;
  margin-top: 35px;
  position: relative;
  text-align: left;
}
.blue-box-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.blue-box-img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 100%;
}
.blue-box .common-para {
  color: #fff;
  margin-top: 15px;
}
.lmt-cut-txt {
  float: left;
  width: 100%;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 55px;
  text-transform: uppercase;
  position: relative;
}
.lmt-cut-txt span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 5px;
}
.lmt-cut-txt:after {
  content: '';
  position: absolute;
  border-top: 3px dotted #c4c4c4;
  left: 0;
  right: 0;
  top: 12px;
}
.cut-icn {
  position: absolute;
  top: -33px;
  right: 50px;
  z-index: 1;
}
.claim-txt {
  float: left;
  width: 100%;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0;
  color: #ff0000;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.yellow-border-box {
  float: left;
  width: 100%;
  margin-top: 20px;
  background: #fff9d7;
  border: 1px solid #e4d897;
  padding: 3rem;
}
.yellow-border-box .common-para {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 28px;
}
.yellow-border-box .common-para:not(:nth-child(2)) {
  margin-left: 10px;
}
.yellow-border-box .common-para a {
  font-weight: 700;
  text-decoration: underline;
}
.yellow-border-txt {
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  color: #111111;
  font-weight: 500;
}
.yellow-border-txt span {
  color: #ff0000;
  font-weight: bold;
}
.yello-bdr-tick {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 15px 0 0;
}
.red-border-box {
  /* float: left; */
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #d7d7d7;
  padding: 30px 30px 35px;
  position: relative;
}
.red-border-right-box {
  /* float: right; */
  width: 52%;
  text-align: center;
}
.red-border-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.red-border-lmt-offer-txt {
  float: left;
  width: 100%;
  font-family: Monarcha;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #333333;
  margin: 15px auto 0;
  font-weight: 400;
}
.red-border-prod-img {
  /* position: absolute;
  left: 6%;
  top: 20%; */
  width: auto;
}
.red-border-prod-img img {
  width: 100%;
  max-width: 200px;
}
.center-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}
.seal-img {
  position: absolute;
  left: 33%;
  top: 75px;
  max-width: 100%;
}
.buy-get-free-txt {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 280px;
  margin: 15px auto 0;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
  background: #ffde00;
  padding: 10px 0;
  position: relative;
}
.buy-get-free-txt:before {
  content: '';
  position: absolute;
  border-left: 18px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  left: 0px;
  top: 0;
}
.buy-get-free-txt:after {
  content: '';
  position: absolute;
  border-right: 18px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  right: 0px;
  top: 0;
}
.offer-valid-txt {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #000;
  margin-top: 10px;
}
.offer-valid-txt span {
  display: inline-block;
  vertical-align: middle;
  color: #f00;
  font-size: 20px;
}
.button-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 365px;
  margin: 15px auto 0;
}
.button-box .button {
  font-size: 24px;
  line-height: 64px;
  height: 64px;
  border-radius: 100px;
}

.button {
  float: left;
  width: 100%;
  background: linear-gradient(202.64deg, #22bc33 12.93%, #0d9d1d 83.79%);
  height: 72px;
  border-radius: 10px;
  font-size: 28px;
  line-height: 70px;
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.button-arw {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: -2px 0 0 30px;
}
.right-sec {
  float: right;
  width: 30%;
}
.right-sec-inner {
  float: left;
  width: 100%;
  border: 1px solid #2d36f7;
  padding: 20px 20px 25px;
  background: #edf2ff;
  border-radius: 10px;
}
.right-sec-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.right-sec-mid-box {
  float: left;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.right-sec-prod {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.right-seal {
  position: absolute;
  right: 20px;
  top: 35px;
  max-width: 100%;
}
.right-sec-lmt-offer-txt {
  float: left;
  width: 100%;
  font-family: Monarcha;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  letter-spacing: 0;
  color: #131d24;
  margin-top: 30px;
  font-weight: 500;
}
.right-sec .buy-get-free-txt:before {
  border-left: 18px solid #edf2ff;
}
.right-sec .buy-get-free-txt:after {
  border-right: 18px solid #edf2ff;
}
.right-offer-valid-txt {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #131d24;
  margin-top: 10px;
}
.right-offer-valid-txt span {
  display: inline-block;
  vertical-align: middle;
  color: #f00;
  font-size: 20px;
  margin: -4px 0 0;
}
.right-sec .button-box {
  max-width: 300px;
}
.right-sec .button-box .button {
  font-size: 18px;
  line-height: 52px;
  height: 52px;
  border-radius: 100px;
}
.right-sec .button-arw {
  margin: -2px 0 0 20px;
}

/*====Footer-Section====*/
.footer {
  float: left;
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  padding: 35px 0 55px;
  margin-top: 5rem;
}
.ftr-logo {
  display: block;
  margin: 0 auto;
}
.footer-txt1 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #303030;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
.footer-txt1 a {
  padding: 0 5px;
}
.footer-txt-small {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.fortab,
.formob {
  display: none;
}
.fordesk {
  display: block;
}

/*=====Media-Querry=====*/

@media only screen and (max-width: 1200px) {
  .container {
    width: 1004px;
  }

  .top-heading {
    font-size: 39px;
    line-height: 44px;
  }
  .left-txt1 {
    font-size: 20px;
    line-height: 27px;
  }
  ul.author-list li {
    padding: 0 14px;
  }
  ul.author-list li:first-child {
    padding-left: 67px;
  }
  ul.author-list li:last-child {
    width: 26%;
  }

  .common-para {
    font-size: 19px;
    line-height: 26px;
  }
  .mid-box-img {
    top: 35px;
  }
  .disease-txt {
    font-size: 19px;
    line-height: 25px;
  }
  .common-heading {
    font-size: 32px;
    line-height: 38px;
  }
  .pet-owner-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .pet-img {
    margin-top: 0;
    width: 210px;
  }
  ul.pet-owner-list {
    width: 63%;
  }
  ul.pet-owner-list li {
    font-size: 19px;
    line-height: 25px;
    margin-top: 25px;
    background: url(../images/pet-tick-icn.png) no-repeat left 3px;
  }
  .right-img {
    margin: 40px 0 0 35px;
    width: 230px;
  }
  .blue-box {
    padding: 30px 47% 30px 30px;
  }
  .blue-box-img {
    right: 20px;
    bottom: 15px;
    width: 280px;
  }
  .lmt-cut-txt {
    font-size: 18px;
    line-height: 24px;
  }
  .lmt-cut-txt:after {
    top: 11px;
  }
  .cut-icn {
    top: -28px;
    width: 80px;
  }
  .claim-txt {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .yellow-border-txt {
    font-size: 18px;
    line-height: 24px;
  }

  .red-border-lmt-offer-txt {
    font-size: 20px;
    line-height: 27px;
  }
  .red-border-prod-img {
    /* left: 80px;
    top: 0px; */
    width: 100%;
  }
  .seal-img {
    left: 34%;
    top: 77px;
    width: 85px;
  }
  .buy-get-free-txt {
    max-width: 260px;
    font-size: 22px;
    line-height: 28px;
  }
  .button {
    height: 70px;
    font-size: 26px;
    line-height: 69px;
  }

  .right-sec-prod {
    width: 215px;
  }
  .right-seal {
    right: 5px;
    top: 35px;
    width: 70px;
  }
  .right-sec-lmt-offer-txt {
    font-size: 17px;
    line-height: 23px;
  }
  .right-offer-valid-txt {
    font-size: 17px;
    line-height: 23px;
  }
  .right-sec .button-box .button {
    font-size: 22px;
    line-height: 52px;
  }
  .right-sec .button-arw {
    margin: -3px 0 0 15px;
  }
}

@media only screen and (max-width: 1021px) {
  .container {
    width: 750px;
  }

  .fordesk {
    display: none;
  }
  .fortab {
    display: block;
  }

  .logo {
    top: 37px;
    width: 150px;
  }
  .top-heading {
    font-size: 37px;
    line-height: 43px;
  }
  .left-txt1 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.2px;
  }
  ul.author-list {
    margin-top: 20px;
    padding: 20px 0 0;
  }
  ul.author-list li {
    padding: 0 10px;
  }
  ul.author-list li:first-child {
    padding-left: 55px;
  }
  .author-img {
    top: -7px;
    width: 45px;
  }
  .author-txt {
    font-size: 12px;
    line-height: 18px;
  }
  .author-media-img {
    width: 115px;
  }
  .comm-img {
    margin: 20px auto 0;
  }
  .right-img {
    margin: 32px 0 0px 30px;
    width: 175px;
  }
  .common-para {
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px;
  }

  .mid-box {
    padding: 10px 25px 35px 145px;
  }
  .mid-box-img {
    top: 35px;
    left: 15px;
    width: 110px;
  }
  .mid-box.two,
  .mid-box.three,
  .mid-box.four {
    height: 100%;
  }
  .mid-box-img2 {
    right: 15px;
    top: 25px;
    width: 115px;
  }

  .comm-disease-box {
    margin-top: 25px;
  }
  .disease-txt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }

  .doctor-box {
    padding: 0 15px 25px 180px;
  }
  .doct-img {
    width: 178px;
  }
  .common-heading {
    font-size: 27px;
    line-height: 33px;
  }

  .pet-owner-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .pet-img {
    margin-top: 30px;
    width: 170px;
  }
  ul.pet-owner-list {
    width: 64%;
  }
  ul.pet-owner-list li {
    font-size: 18px;
    line-height: 24px;
    background-size: 18px;
    padding-left: 30px;
  }
  .border-hd {
    padding-bottom: 15px;
  }

  ul.pet-safety-list li {
    padding-left: 35px;
    background-size: 18px;
  }
  .blue-box {
    padding: 30px 50% 30px 30px;
  }
  .blue-box-img {
    bottom: 25px;
    width: 220px;
  }
  .lmt-cut-txt {
    font-size: 17px;
    line-height: 23px;
  }
  .lmt-cut-txt:after {
    top: 10px;
  }
  .cut-icn {
    top: -23px;
    width: 65px;
    right: 0;
  }
  .claim-txt {
    font-size: 17px;
    line-height: 23px;
  }

  .yellow-border-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .yello-bdr-tick {
    margin: 0px 5px 0 0;
    width: 18px;
  }

  .red-border-box {
    padding: 25px 20px 25px;
  }
  .red-border-right-box {
    width: 56%;
  }
  .red-border-logo {
    width: 140px;
  }
  .red-border-lmt-offer-txt {
    font-size: 17px;
    line-height: 24px;
  }
  .red-border-prod-img {
    /* left: 50px;
    top: 47px; */
    width: 100%;
  }
  .seal-img {
    left: 29%;
    top: 50px;
    width: 70px;
  }
  .buy-get-free-txt {
    font-size: 21px;
    line-height: 26px;
  }
  .buy-get-free-txt:before {
    border-left: 15px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
  .buy-get-free-txt:after {
    border-right: 15px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
  .offer-valid-txt {
    font-size: 15px;
    line-height: 20px;
  }
  .button {
    height: 65px;
    font-size: 22px;
    line-height: 64px;
  }
  .button-arw {
    margin: -2px 0 0 10px;
    width: 10px;
  }

  .right-sec-inner {
    padding: 20px 15px 20px;
  }
  .right-sec-prod {
    width: 170px;
  }
  .right-seal {
    right: -8px;
    top: 25px;
    width: 55px;
  }
  .right-sec-lmt-offer-txt {
    font-size: 13px;
    line-height: 18px;
  }
  .right-sec .buy-get-free-txt {
    font-size: 16px;
    line-height: 23px;
  }
  .right-sec .buy-get-free-txt:before {
    border-left: 12px solid #edf2ff;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
  }
  .right-sec .buy-get-free-txt:after {
    border-right: 12px solid #edf2ff;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
  }
  .right-offer-valid-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .right-sec .button-box .button {
    font-size: 16px;
    line-height: 55px;
    height: 55px;
  }
  .right-sec .button-arw {
    margin: -1px 0 0 10px;
    width: 8px;
  }

  .footer-txt1 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 821px) {
  .right-sec {
    display: none;
  }

  .left-sec {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 821px;
    box-sizing: border-box;
  }

  .comm-img {
    width: 100%;
  }

  .mid-box.two,
  .mid-box.three {
    padding: 15px 35px 50px 200px;
  }

  .red-border-right-box {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }

  .right-sec {
    display: block;
  }

  .fordesk {
    display: none;
  }
  .formob {
    display: block;
  }
  .hidemob {
    display: none;
  }

  .header {
    height: 60px;
  }
  .adv-txt {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
  .logo {
    left: 50%;
    top: 26px;
    transform: none;
    margin-left: -65px;
    width: 130px;
  }
  .main-sec {
    padding: 25px 0 30px;
  }
  .left-sec {
    width: 100%;
  }
  ul.left-top li {
    padding: 5px 15px 6px;
  }
  .evidence-txt {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.5px;
  }
  .post-icn {
    width: 15px;
    margin: -2px 10px 0 0;
  }
  .top-heading {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.3px;
    margin-top: 15px;
  }
  .left-txt1 {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin-top: 15px;
  }

  ul.author-list {
    margin-top: 20px;
    padding: 5px 0 0;
  }
  ul.author-list li {
    margin-top: 15px;
    padding: 0 20px;
  }
  ul.author-list li:first-child {
    padding-left: 60px;
  }
  .author-img {
    top: -4px;
    width: 45px;
  }
  .author-txt {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }
  ul.author-list li:nth-child(2) {
    border-right: none;
  }
  ul.author-list li:nth-child(3) {
    display: none;
    border-right: none;
    padding: 0 0 0 55px;
  }
  ul.author-list li:nth-child(4) {
    display: none;
  }
  .author-media-img {
    float: left;
  }
  .right-img {
    width: 248px;
    float: none;
    margin: 20px auto 5px;
    display: block;
  }
  .common-para {
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 0.5px;
  }
  .comm-img {
    height: 210px;
    object-fit: cover;
    margin: 22px auto 5px;
  }
  .comm-imggif {
    height: 215px;
    object-fit: cover;
    margin: 25px auto 0;
  }
  .vdo-box {
    margin: 25px auto 0;
  }

  .mid-box {
    padding: 0 15px 255px 15px;
    margin-top: 25px;
  }
  .mid-box-img {
    width: 155px;
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mid-box.two {
    padding: 0 15px 255px 15px;
  }
  .mid-box-img2 {
    width: 155px;
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mid-box.three {
    padding: 0 15px 210px 15px;
  }

  .comm-disease-box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .comm-disease-box .common-para {
    margin-top: 15px;
  }
  ul.comm-disease-list {
    margin-top: 10px;
  }
  ul.comm-disease-list li {
    width: 47%;
    margin-top: 20px;
  }
  .disease-txt {
    font-size: 17px;
    line-height: 23px;
    margin-top: 10px;
  }

  .doctor-box {
    padding: 5px 15px 0 15px;
    margin: 30px auto 5px;
  }
  .doct-img {
    width: 190px;
    position: static;
    display: block;
    margin: 25px auto 0;
  }
  .docText2 {
    margin-top: 15px;
  }

  .common-heading {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-top: 25px;
  }

  .pet-owner {
    margin-top: 30px;
  }
  .pet-owner-heading {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .pet-img {
    float: none;
    margin: 20px auto 0;
  }
  ul.pet-owner-list {
    width: 100%;
  }
  ul.pet-owner-list li {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 20px;
  }
  ul.pet-safety-list li .common-para {
    margin-top: 5px;
  }

  .pet-safety {
    margin-top: 0;
  }
  .blue-box {
    padding: 20px 15px 20px 15px;
    background-size: cover;
    text-align: center;
  }
  .blue-box-img {
    width: 220px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0;
  }
  .lmt-cut-txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  .lmt-cut-txt:after {
    top: 8px;
  }
  .cut-icn {
    top: -18px;
    width: 50px;
    right: -10px;
  }
  .claim-txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .yellow-border-txt {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }

  .red-border-right-box {
    width: 100%;
  }
  .red-border-prod-img {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto 0;
    width: 100%;
  }
  .seal-img {
    left: 67%;
    top: 175px;
    width: 70px;
  }
  .button {
    height: 65px;
    font-size: 22px;
    line-height: 64px;
    letter-spacing: 0.5px;
  }

  .right-sec {
    width: 100%;
    margin-top: 25px;
  }
  .right-sec-prod {
    width: 220px;
  }
  .right-seal {
    right: 26px;
    top: 35px;
    width: 70px;
  }
  .right-sec-lmt-offer-txt {
    letter-spacing: 0.3px;
  }
  .right-offer-valid-txt {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .right-sec .button-box .button {
    font-size: 20px;
  }
  .right-sec .button-arw {
    margin: -1px 0 0 15px;
    width: 10px;
  }

  .footer {
    padding: 0px 0 105px;
  }
  .footer-txt1 {
    font-size: 13px;
    line-height: 19px;
  }
}
/* #ctabtn-mob{
	background: #e2f8ee;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .comn-btn{ padding:0; margin:0;} */

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}
.buttonMob {
  display: none;
}
@media only screen and (max-width: 767px) {
  #ctabtn-mob {
    background: #e2f2f8;
    padding: 7px 10px;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index: 99;
    transition: bottom 1s;
    display: table;
    width: 100%;
  }
  #ctabtn-mob .comn-btn {
    padding: 0;
    margin: 0;
  }
  .buttonMob {
    display: block;
  }

  .header {
    height: auto;
  }

  .logo {
    margin-left: 0;
  }

  .header-social-media {
    display: none;
  }

  .header-logo-container {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .header-logo-container .left-top {
    width: auto;
    text-align: center;
    margin-top: 15px;
    float: none;
  }

  ul.left-top li {
    padding: 0 5px;
  }

  .top-heading {
    margin-top: 0px;
  }

  .side-by-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .common-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .common-para {
    font-size: 18px;
    line-height: 28px;
  }

  .features ul li img {
    height: 35px;
    width: 35px;
  }

  .mid-box-img {
    position: relative;
    bottom: 0;
  }

  .mid-box {
    --sub-box-height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .common-para strong {
    font-size: 24px;
  }

  .common-signature {
    font-size: 16px;
    line-height: 24px;
  }

  .mid-box.two,
  .mid-box.three,
  .mid-box.four {
    height: var(--sub-box-height);
    padding: 1rem;
    margin-top: 1rem;
  }

  .mid-box-divider {
    display: none;
  }

  .common-para:has(.mid-box-tick) {
    display: flex;
    flex-direction: column;
  }

  .common-para strong {
    font-size: 18px;
  }

  .yellow-border-box {
    padding: 1rem;
  }

  .yellow-border-box .common-para {
    font-size: 14px;
    line-height: 24px;
  }

  .mid-box-tick {
    display: none;
  }

  .mid-box-verified {
    position: relative;
    margin-left: 35px;
  }

  .mid-box-verified:before {
    content: '';
    position: absolute;
    background-image: url(../images/yello-bdr-tick-2.png);
    width: 21px;
    height: 21px;
    left: -30px;
    top: 5px;
    background-size: cover;
  }

  .center-img-container img {
    width: 100%;
    height: auto;
  }

  .footer .container {
    margin-top: 5rem;
  }

  .right-sec-lmt-offer-txt {
    font-size: 20px;
    line-height: 26px;
  }

  .right-sec-prod {
    width: 124px;
    height: 251px;
  }

  .right-sec .buy-get-free-txt:before {
    border-left: 18px solid #edf2ff;
  }

  .right-sec .buy-get-free-txt:after {
    border-right: 18px solid #edf2ff;
  }

  .right-offer-valid-txt {
    font-size: 12px;
    line-height: 12px;
  }
}