/* All new css */
/* first section css */
.full-width-heading h1 {
  font-weight: 700;
  /* font-size: 36px; */
  margin-top: 106px;
  padding-left: 22px;
}
.full-width-heading h1 span {
  color: #ff6300;
}
.oa-headline-img img {
  width: 21.375;
  height: 15.125rem;
}
/* background color change */
main {
  background-color: #e7f1eb;
  padding-bottom: 14px;
}
/* second section css */
.two-column-wrapper {
  border-radius: 24px;
  background: white;
  padding: 36px;
}
.dragdrop-heading {
  text-align: left;
  font-size: 24px;
  line-height: 27px;
  font-weight: 650;
  color: #000000 !important;
}
/* circular bar css */
@property --progress-value {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
@keyframes js-progress {
  to {
    --progress-value: 40;
  }
}
.progress-bar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: black !important;
  font-weight: 700;
}
.progress-bar::before {
  counter-reset: percentage var(--progress-value);
  content: counter(percentage) "%";
}
.js {
  background: radial-gradient(
      closest-side,
      white 79%,
      transparent 80% 100%,
      white 0
    ),
    conic-gradient(#ff6300 calc(var(--progress-value) * 1%), #e0e0e0 0);
  animation: js-progress 2s 1 forwards;
}
.js::before {
  animation: js-progress 2s 1 forwards;
}
@-moz-document url-prefix() {
  .progress-bar {
    border-radius: 50% !important;
    border: 6px solid;
    border-color: #ff6300 #ff6300 #e0e0e0 #e0e0e0;
  }
  .progress-bar::before {
    counter-reset: percentage 40;
    content: counter(percentage) "%";
  }
}
/* circular bar css ends here */
/* second section first column div */
#second-section .d-md-flex .col-md-6:nth-of-type(1) {
  width: 515px;
  height: 272px;
}
#second-section .first-column-div p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #000000 !important;
}
.first-column-div {
  background-color: #fafafa;
  border-radius: 12px;
  padding: 16px;
  gap: 16px !important;
  margin-left: 0;
}
/* second section second column first div */
.second-column-div .first-box,
.second-box {
  padding: 20px;
  background-color: #fafafa;
  border-radius: 12px;
  height: 116px;
}
.second-column-div .first-box p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  color: #000000 !important;
  width: 233px;
  height: 48px;
}
/* second section second column second div */
.puppy-img img {
  width: 56px;
  height: 56px;
}
#second-section .dragdrop-heading span {
  color: #ff6300;
}
/* third section css */
#third-section {
  /* margin: 60px 90px 0; */
  margin-top: 60px;
  border-radius: 24px;
}
#third-section .container {
  background: #007a3e;
  border-radius: 24px;
}
#third-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 49.03px;
}
#third-section p {
  font-size: 16px;
}
#third-section .mobile-block,
#third-section .mobile-btn {
  display: none;
}
.button-pet-selection {
  padding: 18px 36px;
}
#third-section .orange-radius-button .button-wrapper a, 
#sixth-section .orange-radius-button .button-wrapper a {
    width: auto;
  padding: 1rem 3rem;
}
#third-section .button-wrapper a {
  filter: drop-shadow(0 0 60px #377844);
}
#third-section .button-wrapper .button-pet-selection:hover {
  background: #ff6300 !important;
  color: #ffffff !important;
}
/* fourth section css */
#fourth-section {
  margin-top: 50px;
}
.oa-lp-hero-desc {
  font-weight: 700;
  font-size: 2.25rem;
  color: black !important;
  line-height: 3rem;
}
.oa-cat-landing-desriptions .description-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  color: black !important;
}
.lp-desc-list-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp-desc-list-ul li {
  position: relative;
  font-size: 1.2rem;
  padding-left: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans- serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #373737 !important;
}
.lp-desc-list {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  font-weight: 600;
}
.lp-desc-list-ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff6300;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}
ul {
  margin-bottom: 0 !important;
}
/* Multiple youtube video css */
.thumbnail {
  margin-bottom: 20px;
  cursor: pointer;
}
.thumbnail img {
  width: 100%;
  height: auto;
}
.modal-body {
  padding: 1rem;
}
.title {
  font-size: 2.3rem;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin: 48px 16px;
  width: 78%;
}
/* Add your custom CSS styles here */
.section-video {
  padding-top: 60px;
}
.thumbnail {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.thumbnail img {
  width: 100%;
  height: auto;
  /* border-radius: 26px; */
}
/* play icon css */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px !important; /* Adjust the width and height as needed */
  height: 80px !important;
  z-index: 1;
}
/* Youtube video css */
#side-by-side-text h2 {
  text-align: center;
  font-weight: 700;
  margin-left: 0 !important;
}
iframe.iframe-round {
  height: auto !important;
  aspect-ratio: 1.8;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  /* margin-left: 10%; */
}
/* sixth section css */
#sixth-section {
  background: #d2e2d7;
  border-radius: 24px;
  margin-top: 52px;
}
#sixth-section .mobile-btn {
  display: none;
}
#sixth-section .button {
  background: #ffffff;
  color: #ff6300;
  border: transparent;
}
#sixth-section .button:hover {
  color: #ffffff;
  background: #ff6300;
}
#sixth-section p {
  font-size: 16px;
  font-weight: 500;
  color: black !important;
}
/* seventh section */
#seventh-section {
  margin-top: 60px;
}
#seventh-section .container {
  border-radius: 24px;
  background: #ffffff;
}
#seventh-section .row div:nth-child(1) {
  margin-top: 20px;
}
#seventh-section .content-selector-wrapper {
  padding: 30px;
}
#seventh-section h2 {
  font-size: 36px;
  font-weight: 700;
}
#seventh-section p {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
#seventh-section .image-wrapper {
  margin-right: -43px;
}
#seventh-section .container-fluid {
  display: none;
}
/* small-footer css */
#small-footer {
  border-radius: 8px;
  margin-top: 3.5rem;
  margin-bottom: 54px;
  width: 97%;
  padding: 14px !important;
}
#small-footer p {
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 1rem;
}
/* eighth section css */
#eighth-section {
  margin-top: 48px;
}
#eighth-section .center-block {
  text-align: center;
}
#eighth-section .center-block p {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
#eighth-section img {
  width: 100%;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
#eighth-section .card {
  border-radius: 0.75rem;
  background: white;
}
#eighth-section h5 {
  color: black;
  font-weight: 700;
  font-size: 20px;
}
#eighth-section .lp-articles-title-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.07px;
  color: black;
}
.learnMore-first-btn {
  margin-top: 22px;
}
#eighth-section .learnMore-div {
  margin-left: 5px;
  margin-top: 80px;
}
#eighth-section .learnMore-btn {
  width: 88%;
  height: 49px;
  border-radius: 66px;
  background: #377844;
  border-color: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: 14px;
}
/* #eighth-section .external-icon {
    position: absolute;
    bottom: 5%;
    right: 33%;
  } */
#eighth-section i.external-icon {
  margin-bottom: 0;
}
#eighth-section .card i:nth-child(2) {
  display: none;
}
/* media queries for tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  /* header css */
  header .main-logo img {
    margin-left: 54px;
  }
  .navbar-collapse {
    border: transparent;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(231,100,16,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
  }
  .navbar-toggler span {
    margin-left: -62px;
    border-color: orange !important;
  }
  .navbar-toggler {
    margin-right: 20px;
    border-color: transparent !important;
  }
  /* first section css */
  #first-section h1 {
    margin-top: 71px;
    margin-left: 28px;
    font-size: 2.25rem !important;
  }
  /* second section css */
  #second-section {
    padding: 0 16px;
    position: relative;
    z-index: 1;
  }
  #second-section .dragdrop-heading {
    text-align: left;
  }
  #second-section .second-column-div {
    display: flex;
  }
  #second-section .second-column-div .first-box {
    margin-top: 20px;
  }
  #second-section .second-column-div .second-box {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  /* third section css */
  #third-section {
    margin: -32px 0 0;
    padding-top: 7%;
  }
  #third-section h2 {
    padding-left: 16px;
  }
  .desktop-block {
    margin: 20px;
  }
  #third-section .desktop-btn {
    margin-left: 12rem;
    display: block;
  }
  #third-section .button-wrapper {
    bottom: 170px !important;
    z-index: 1;
  }
  #third-section .orange-radius-button .button-wrapper a {
    width: 20.438rem !important;
  }
  /* fourth section css */
  #fourth-section {
    margin-top: 0;
  }
  #fourth-section h2 br {
    display: none;
  }
  .description-text br {
    display: none;
  }
  #fourth-section div:nth-child(3) {
    padding-top: 0;
  }
  #fourth-section .lp-desc-list {
    background: transparent;
  }
  #fourth-section .lp-desc-list-ul {
    columns: 2;
  }
  /* multiple youtube video section */
  .title {
    width: 100%;
  }
  .modal-dialog {
    padding-left: 20px;
  }
  .modal-content {
    width: 95vw !important;
  }
  .play-icon {
    height: 100% !important;
    width: 100% !important;
  }
  /* Youtube section css */
  #side-by-side-text {
    padding: 0px 56px !important;
  }
  .video-container {
    margin-left: 38px !important;
  }
  .video-container iframe {
    width: 90% !important;
  }
  .video-title-container h2 {
    font-size: 33px;
    font-weight: 700;
  }
  /* sixth section css */
  #sixth-section .desktop-btn {
    display: block;
  }
  #sixth-section .oa-body-text {
    width: 381px;
  }
  /* seventh section */
  #seventh-section {
    padding: 50px;
    margin-top: -23px;
  }
  #seventh-section h2 {
    font-size: 23px;
    font-weight: 700;
  }
  #seventh-section .row div:nth-child(1) {
    margin-top: 0;
  }
  #seventh-section .image-wrapper .image__tablet {
    margin-top: 26%;
    overflow-x: hidden;
    scale: 1.5;
    margin-left: -52px;
  }
  #seventh-section .image-wrapper {
    width: 248px;
    padding-right: 36px;
  }
  #seventh-section .content-selector-wrapper {
    margin-left: 20px;
  }
  #seventh-section p {
    font-weight: 500;
    font-size: 15px;
  }
  #seventh-section .container {
    display: block;
  }
  #seventh-section .container-fluid {
    display: none;
  }
  /* small footer css */
  #small-footer {
    width: 84%;
    margin-left: auto;
  }
  #small-footer p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  /* eighth section css */
  #eighth-section {
    margin-top: 0;
  }
  #eighth-section .center-block p {
    font-weight: 500;
  }
  #eighth-section .card-deck {
    flex-direction: column;
    row-gap: 46px;
  }
  #eighth-section .card {
    border-radius: 12px;
    width: 84vw;
    margin: 0 auto;
  }
  #eighth-section .learnMore-btn {
    width: 95%;
  }
}
/* media queries for mobile */
@media screen and (max-width: 767px) {
  /* header css */
  header .main-logo img {
    margin-left: -13px;
  }
  .navbar-collapse {
    border: transparent;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(231,100,16,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
  }
  .navbar-toggler span {
    margin-left: 0;
    border-color: orange !important;
  }
  .navbar-toggler {
    margin-right: 20px;
    border-color: transparent !important;
  }
  /* first section css */
  .full-width-heading h1 {
    margin-top: 42px;
    padding-left: 0;
  }
  /* second section */
  #second-section {
    position: relative;
  }
  /* #second-section .first-column-div {
    padding: 2px !important;
  } */
  #second-section .first-box,
  #second-section .second-box {
    /* padding: 2px; */
    justify-content: flex-start !important;
    column-gap: 0.7rem !important;
  }
  #second-section .container {
    padding: 0;
  }
  .second-column-div .first-box p {
    width: 196px;
  }
  #second-section .dragdrop-heading {
    text-align: left;
    font-size: 20px !important;
    line-height: 27px !important;
  }
  /* third section css */
  #third-section .image__mobile {
    display: block;
    position: absolute;
    top: 53px;
    right: -14px;
  }
  #third-section {
    margin: -26px 0 0;
    padding-bottom: 0.3rem !important;
  }
  #third-section h2 {
    margin-top: 4rem;
    font-size: 28px !important;
    line-height: 38.13px !important;
    width: 114% !important;
    scale: 1.09;
    padding-left: 6px;
  }
  #third-section p {
    width: 85vw;
  }
  #third-section .desktop-btn,
  #sixth-section .desktop-btn {
    display: none;
  }
  #third-section .mobile-btn,
  #sixth-section .mobile-btn {
    display: block;
  }
  #third-section .mobile-btn .button-pet-selection,
  #sixth-section .mobile-btn .button-pet-selection {
    width: 100% !important;
  }
  #third-section .oa-body-text {
    margin-top: 3.5rem;
  }
  #third-section .mobile-btn .button-wrapper {
    position: fixed;
    bottom: 20px;
    filter: drop-shadow(0 0 60px #377844);
  }
  #third-section .mobile-btn .button-wrapper a {
    background: #ffffff;
    color: #ff6300;
    width: 85vw !important;
  }
  /* fourth section */
  #fourth-section {
    margin-top: 0;
  }
  #fourth-section .container {
    padding: 26px;
  }
  #fourth-section h2 br {
    display: none;
  }
  .description-text br {
    display: none;
  }
  #fourth-section .lp-desc-list {
    background: transparent;
    padding: 1rem 1rem !important;
  }
  #fourth-section .oa-lp-hero-desc {
    font-size: 28px !important;
    line-height: 38.13px !important;
  }
  /* multiple youtube video section */
  .title {
    width: 100%;
    margin-top: 0;
  }
  .play-icon {
    height: 100% !important;
    width: 100% !important;
  }
  /* youtube section css */
  #side-by-side-text {
    padding: 0px 30px !important;
  }
  #side-by-side-text h2 {
    font-size: 29px !important;
    font-weight: 700;
    line-height: 40.12px !important;
  }
  .modal-body {
    padding: 10px 10px;
  }
  /* sixth section */
  #sixth-section {
    margin-top: 0;
  }
  #sixth-section h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
  #sixth-section div:nth-child(1) {
    flex-direction: row-reverse;
  }
  #sixth-section .oa-body-text {
    width: 127%;
  }
  #sixth-section .image__mobile {
    transform: scale(1.17);
    display: block;
  }
  #sixth-section .orange-radius-button {
    display: block;
    width: 182%;
    margin-bottom: 0;
  }
  #sixth-section .second-col {
    padding-left: 24px;
  }
  #sixth-section .mobile-btn .button-wrapper a {
    width: 85vw !important;
  }
  /* seventh section */
  #seventh-section {
    margin-top: -38px;
  }
  #seventh-section .container-fluid {
    border-radius: 24px;
    background: #ffffff;
  }
  #seventh-section .mobile-screen {
    margin-top: 50px;
  }
  #seventh-section .mobile-screen h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    padding: 10px;
  }
  #seventh-section .mobile-screen .image__mobile {
    width: 125%;
    margin-left: -20px;
    display: block;
  }
  #seventh-section .mobile-screen .img-column {
    margin-top: 10%;
  }
  #seventh-section .mobile-screen p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 50px;
  }
  #seventh-section .container {
    display: none;
  }
  #seventh-section .container-fluid {
    display: block;
  }
  /* small-footer css */
  #small-footer {
    width: 342px;
    margin-left: 23px;
    margin-top: 2rem;
  }
  #small-footer p {
    font-size: 14px;
    font-weight: 600;
  }
  /* eighth section */
  #eighth-section {
    margin-top: 30px;
  }
  #eighth-section .card {
    margin-right: 15px;
    margin-left: 15px;
  }
  #eighth-section .container h2 {
    font-size: 28px !important;
    font-weight: 700;
    text-align: left;
  }
  #eighth-section p:nth-of-type(1) {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  #eighth-section .center-block {
    padding-left: 26px;
  }
}
/* ----------------------------style.css------------------------- */
.button,
.button:focus,
.button:hover,
document-download .document-download:hover {
  text-decoration: none;
}
.image__mobile[src=""],
.image__tablet[src=""] {
  display: none !important;
}
header paragraph,
top-navigation > ul li:hover ul li:hover {
  background-color: #f8f9fa;
}
.banner-wrapper,
.button,
.icon,
accordion .card-header .icon,
accordion .card-header .icon-close,
hero-banner,
video-banner {
  position: relative;
}
callout,
cta-ribbon {
  background: #f8f9fa;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
.card-bg {
  background: url(../../../../images/starterkit/testimage2.png) 0 0/100% 100%
    no-repeat;
}
.banner-wrapper,
.button-icon::after {
  background-repeat: no-repeat;
  background-size: cover;
}
.d-flex-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.d-flex-link:focus,
.d-flex-link:hover,
footer-links li a {
  /* color:#000; */
  color: white;
}
.d-lg-flex {
  margin-right: -15px;
  margin-left: -15px;
}
.container-extra-large,
.container-extra-small,
.container-large,
.container-small {
  max-width: 510px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
  h1 {
    font-size: 2.5rem !important;
  }
  .banner-large .banner-wrapper {
    min-height: 500px !important;
  }
}
.container {
  max-width: 510px;
  padding-left: 15px;
  display: block;
}
.button,
top-navigation > ul li:hover ul li {
  padding: 5px 10px;
}
@media screen and (min-width: 576px) {
  .container-extra-small {
    max-width: 330px;
  }
  .container-small {
    max-width: 450px;
  }
  .container-large {
    max-width: 690px;
  }
  .container-extra-large {
    max-width: 810px;
  }
  .container {
    max-width: 570px;
  }
}
.banner-extra-large .banner-wrapper {
  max-height: 600px;
  min-height: 600px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .banner-extra-large .banner-wrapper {
    min-height: 320px;
    height: 320px;
    background-size: cover;
  }
}
.banner-large .banner-wrapper {
  max-height: 650px;
  min-height: 620px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .banner-large .banner-wrapper {
    min-height: 800px;
    background-size: cover;
  }
  .primary-content p {
    max-width: 50%;
  }
  .primary-content h1,
  .primary-content p {
    margin: none;
    text-align: left !important;
  }
}
.banner-medium .banner-wrapper {
  min-height: 400px;
  height: 400px;
  overflow: hidden;
}
.banner-small .banner-wrapper {
  min-height: 250px;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 767px) {
  .banner-small .mobile-data-view.d-lg-flex {
    position: absolute;
  }
  .banner-small .mobile-data-view.d-lg-flex .mobile-center-align {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  .mobile-data-view.d-lg-flex {
    top: 25% !important;
    margin-left: 0;
  }
}
.button-icon::after,
.icon--arrow-right::after {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
}
.center-align {
  align-self: end;
}
.bottom-align {
  align-self: flex-end;
}
.top-align,
.top-right-hero-banner .col.primary-content.center-align.mobile-bottom-align {
  align-self: end;
}
.primary-content {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .banner-extra-large .banner-wrapper,
  .banner-large .banner-wrapper {
    min-height: 430px;
    height: 430px;
  }
  .banner-small .mobile-data-view.d-lg-flex .mobile-center-align {
    bottom: 100%;
  }
  .primary-content h1,
  .primary-content p {
    margin: 0 auto;
    text-align: center !important;
  }
  .para-cat-light-blue .primary-content {
    margin-top: -170px;
  }
  .primary-content h1 {
    width: 80%;
  }
  .primary-content p {
    max-width: 80%;
  }
  .m-img-center {
    margin: 0 auto !important;
  }
  .top-right-heading h1 {
    text-align: left;
  }
  .hero-cta-banner .button-wrapper {
    justify-content: initial;
  }
}
@media screen and (min-width: 767px) {
  .container {
    max-width: 770px;
  }
  .top-right-heading h1 {
    text-align: right !important;
  }
  .hero-cta-banner .button-wrapper {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
.button {
  border: 1px solid #000;
  cursor: pointer;
}
.button-icon {
  padding-right: 30px;
}
.button-icon::after {
  right: 10px;
  width: 6px;
  height: 12px;
}
.button-icon--arrow-right::after {
  background-image: url(../../../../images/starterkit/arrow-white.png);
}
.button-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.button-wrapper .button {
  margin: 0 5px 10px;
}
@media screen and (min-width: 768px) {
  .container-extra-small {
    max-width: 450px;
  }
  .container-small {
    max-width: 610px;
  }
  .container-large {
    max-width: 930px;
  }
  .container-extra-large {
    max-width: 1090px;
  }
  .button-wrapper .button {
    margin-bottom: 0;
  }
}
.icon {
  display: inline-block;
}
.icon--arrow-right::after {
  right: 0;
  border: 10px solid transparent;
  border-left-color: grey;
}
.image-wrapper img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
}
.image__desktop,
.image__mobile,
.image__tablet,
carousel.no-arrow .carousel-control-next,
carousel.no-arrow .carousel-control-prev,
carousel.no-bullets .carousel-indicators,
logo .rollover-logo,
logo.rollover a:hover .logo,
references .reference-list,
top-navigation > ul li ul,
video-box .video-box-wrapper .video-hidden-description,
video-collection .video-list-wrapper .nowPlay,
video-collection .video-list-wrapper.play .watch {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .image__tablet {
    display: block;
  }
  #third-section .image__tablet {
    position: relative;
    scale: 1.2;
    bottom: -59px;
    position: relative;
    bottom: 26px;
    left: 8px;
  }
}
@media screen and (min-width: 1091px) {
  #third-section .image__tablet {
    left: 43px;
  }
}
@media screen and (min-width: 1200px) {
  #first-section h1 {
    font-size: 2.9rem;
  }
  .image__desktop {
    display: block;
  }
  #second-section .container {
    padding: 0;
  }
  #third-section .image__desktop {
    margin-top: 60px;
    /* scale: 1.5; */
  }
  #third-section .first-col {
    margin-bottom: 68px;
    margin-top: 80px !important;
    padding-left: 28px;
  }
  #fourth-section .oa-lp-hero-desc {
    padding-left: 0;
  }
  #fourth-section .description-text {
    margin-left: 0 !important;
  }
  #sixth-section .second-col {
    margin: 70px 0;
  }
  #sixth-section .image__desktop {
    margin-top: 56px;
  }
  #seventh-section .image__desktop {
    margin-right: -2px !important;
  }
}
.image__mobile[src=""] + .image__tablet[src=""] + .image__desktop,
references:not(.ref-accordion) .reference-list {
  display: block !important;
}
cta-ribbon {
  padding: 1.5rem;
  display: block;
}
callout p:last-of-type,
cta-ribbon p:last-of-type,
header paragraph p,
multi-column-image-text.multi-column-image-text.theme-card paragraph p {
  margin-bottom: 0;
}
.top-clr a,
accordion .btn-link,
accordion-link .btn-link,
cta-ribbon a,
cta-ribbon a:hover,
document-download .document-download h3,
document-download .document-download p {
  color: #212529;
}
references .text-decoration,
top-navigation > ul li a,
top-navigation > ul li a:hover {
  color: #000;
  text-decoration: none;
}
cta-ribbon a.button,
cta-ribbon a:hover.button {
  margin-left: 20px;
}
.icon .arrow {
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.icon .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.icon .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.icon .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.icon .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
carousel,
content-box,
document-download .document-download,
logo.rollover a:hover .rollover-logo,
social-share ul li a,
tabbed-content,
video-box .video-box-wrapper .video-hidden-description.show,
video-collection .video-list-wrapper.play .nowPlay {
  display: block;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0);
  }
}
video-banner {
  width: 100%;
  display: block;
}
hero-banner .d-lg-flex,
video-banner .d-lg-flex {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  max-width: none !important;
}
video-banner video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
header paragraph {
  display: block;
  padding: 1rem;
}
header .d-lg-flex > div {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
header .row3 {
  display: -ms-flexbox !important;
  display: flex !important;
}
.video-wrapper video,
video-box .video-box-wrapper .video,
video-collection
  .video-collection-wrapper.left-align
  .d-lg-flex:first-of-type
  .video-description,
video-collection
  .video-collection-wrapper.left-align
  .d-lg-flex:first-of-type
  .video-wrapper,
video-collection
  .video-collection-wrapper.right-align
  .d-lg-flex:first-of-type
  .video-description,
video-collection
  .video-collection-wrapper.right-align
  .d-lg-flex:first-of-type
  .video-wrapper,
video-collection .video-wrapper .video {
  width: 100%;
}
.banner-wrapper {
  align-items: center;
  height: 100%;
  background-position: center;
}
section#derm-banner .banner-wrapper {
  background-size: contain;
}
hero-banner {
  display: block;
}
@media screen and (max-width: 1199px) {
  site-navigation nav.navbar .navbar-toggler-icon:not(:first-child) {
    display: none;
  }
  hero-banner .d-lg-flex,
  video-banner .d-lg-flex {
    top: 5%;
    height: auto;
  }
  .mobile-data-view.d-lg-flex {
    position: relative;
  }
  .mobile-data-view.d-lg-flex .mobile-bottom-align {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mobile-data-view.d-lg-flex .mobile-center-align {
    position: absolute;
    bottom: 225%;
    right: 0;
  }
  multi-column-image-text.multi-column-image-text.theme-card .card-img img {
    width: 100%;
    height: 100%;
  }
}
multi-column-image-text.col2 .d-lg-flex,
multi-column-image-text.col3 .d-lg-flex,
multi-column-image-text.col4 .d-lg-flex,
multi-column-image-text.col5 .d-lg-flex,
multi-column-image-text.col6 .d-lg-flex {
  flex-wrap: wrap;
}
multi-column-image-text.col3 .d-lg-flex .col {
  flex: 0 1 33.33%;
}
multi-column-image-text.col2 .d-lg-flex .col {
  flex: 0 1 50%;
}
multi-column-image-text.col4 .d-lg-flex .col {
  flex: 0 1 25%;
}
multi-column-image-text.col5 .d-lg-flex .col {
  flex: 0 1 20%;
}
multi-column-image-text.col6 .d-lg-flex .col {
  flex: 0 1 16.66%;
}
multi-column-image-text .card {
  margin-bottom: 30px;
}
multi-column-image-text:not(.theme-card) .card {
  border: 0;
}
multi-column-image-text.multi-column-image-text.theme-card .card {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
multi-column-image-text.multi-column-image-text.theme-card .icon {
  padding-left: 26px;
}
multi-column-image-text.multi-column-image-text.theme-card paragraph {
  display: block;
  width: 100%;
}
multi-column-image-text.multi-column-image-text.theme-card .card-img {
  flex: 0 0 20%;
}
multi-column-image-text.multi-column-image-text.theme-card
  .content-selector-wrapper {
  flex: 0 0 80%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .container-extra-small {
    max-width: 540px;
  }
  .container-small {
    max-width: 720px;
  }
  .container-large {
    max-width: 1110px;
  }
  .container-extra-large {
    max-width: 1300px;
  }
  .container {
    max-width: 920px;
  }
  multi-column-image-text.multi-column-image-text.theme-card .card {
    margin-bottom: 0;
  }
  multi-column-image-text.multi-column-image-text.theme-card .card-img,
  multi-column-image-text.multi-column-image-text.theme-card
    .content-selector-wrapper {
    flex: 0 0 100%;
  }
}
two-column-content-split .content-selector-wrapper {
  margin-bottom: 1rem;
}
tabbed-content .nav {
  border-bottom: 1px solid grey;
}
tabbed-content .nav li {
  margin-right: 10px;
  margin-bottom: -1px;
}
tabbed-content .nav a {
  border: 1px solid grey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
tabbed-content .nav a.active {
  border-color: grey grey #fff;
}
tabbed-content .tab-content {
  border-top: 0;
  padding: 15px;
}
tabbed-content.vertical {
  display: flex;
  flex-flow: row wrap;
}
tabbed-content.vertical .nav {
  flex-direction: column;
  width: 20%;
  border-right: 1px solid grey;
  border-bottom: 0;
}
tabbed-content.vertical .nav li {
  margin-bottom: 10px;
  margin-right: -1px;
}
tabbed-content.vertical .nav a {
  border: 1px solid grey;
  border-radius: 0;
}
tabbed-content.vertical .nav a.active {
  border-color: grey #fff grey grey;
}
tabbed-content.vertical .tab-content {
  width: 80%;
  border: 1px solid grey;
  border-left: 0;
}
references .fa-plus-circle:before {
  content: "\002B";
}
references .fa-minus-circle:before {
  content: "\2212";
}
references:not(.ref-accordion) .fa-minus-circle:before,
references:not(.ref-accordion) .fa-plus-circle:before {
  content: " ";
}
footer-links li,
top-navigation {
  display: inline-block;
}
footer-links li:after {
  content: "\007C";
  margin: 0 5px;
}
footer-links li:last-child:after {
  content: "";
  margin: 0;
}
top-navigation > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
top-navigation > ul li {
  padding-left: 15px;
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
top-navigation > ul li:first-child,
top-navigation > ul ul {
  padding-left: 0;
}
top-navigation > ul li a {
  white-space: nowrap;
  padding-bottom: 1rem;
}
top-navigation > ul li:hover ul {
  display: block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  background: #fff;
  z-index: 1;
}
top-navigation > ul li:hover ul li:after {
  content: "";
}
top-navigation > ul .arrow-down:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
accordion .btn-link:focus,
accordion .btn-link:hover,
accordion .btn-link:visited {
  text-decoration: none;
  color: #212529;
}
accordion .card-header img {
  padding-right: 15px;
}
accordion .card-header button i {
  padding-left: 10px;
}
accordion .card-header .icon:before {
  content: "\002B";
  font-size: 22px;
  font-family: Fontawesome;
}
accordion .card-header .icon-close:before {
  content: "\2715";
  font-family: Fontawesome;
}
accordion-link .btn-link:focus,
accordion-link .btn-link:hover,
accordion-link .btn-link:visited {
  text-decoration: underline;
  color: #212529;
}
document-download .document-download .col:nth-of-type(2) {
  margin-left: 50px;
}
video-collection .video-collection-wrapper.top-align {
  display: flex;
  flex-direction: column-reverse;
}
video-collection .video-collection-wrapper.top-align .video-list-wrapper {
  margin-bottom: 25px;
}
video-collection .video-collection-wrapper.right-align {
  display: flex;
  flex-direction: row;
}
video-collection .video-collection-wrapper.left-align .d-lg-flex:first-of-type,
video-collection
  .video-collection-wrapper.right-align
  .d-lg-flex:first-of-type {
  flex-basis: 65%;
  max-width: 65%;
  flex: 0 0 65%;
}
video-collection .video-collection-wrapper.left-align .d-lg-flex:last-of-type,
video-collection .video-collection-wrapper.right-align .d-lg-flex:last-of-type {
  flex-basis: 35%;
  flex: 0 0 35%;
  max-width: 35%;
  flex-direction: column;
}
video-collection
  .video-collection-wrapper.left-align
  .d-lg-flex
  .video-list-wrapper,
video-collection
  .video-collection-wrapper.right-align
  .d-lg-flex
  .video-list-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
video-collection
  .video-collection-wrapper.left-align
  .d-lg-flex
  .video-list-wrapper:first-of-type,
video-collection
  .video-collection-wrapper.right-align
  .d-lg-flex
  .video-list-wrapper:first-of-type {
  margin-top: 0;
}
video-collection .video-collection-wrapper.left-align {
  display: flex;
  flex-direction: row-reverse;
}
video-collection .video-description,
video-collection .video-wrapper {
  width: 90%;
  margin: 0 auto;
  background: #fbfafa;
}
video-collection .video-description {
  padding: 20px;
}
video-collection .video-list-wrapper {
  margin-top: 25px;
}
video-collection .video-list-wrapper.play.disable {
  pointer-events: none;
}
video-collection .video-list-wrapper.play.disable .d-flex {
  background: #f9f9f9;
}
video-collection .video-list-wrapper .d-flex {
  background: #eee;
  padding: 20px 0;
  cursor: pointer;
}
video-collection .video-list-wrapper .d-flex p {
  margin: 0;
  line-height: initial;
}
video-collection .video-list-wrapper .d-flex .playIcon {
  padding-left: 0;
  cursor: pointer;
  align-self: flex-end;
}
video-collection .video-list-wrapper .d-flex .playIcon img {
  border-radius: 50%;
  width: 40px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #first-section .image__mobile {
    display: block;
    /* padding-left: 40px; */
  }
  .mobile-data-view.d-lg-flex .mobile-center-align {
    bottom: 175%;
  }
  multi-column-image-text.multi-column-image-text.theme-card .card-body {
    flex: 0 0 80%;
  }
  video-collection .video-collection-wrapper.left-align,
  video-collection .video-collection-wrapper.right-align {
    flex-direction: column;
  }
  video-collection
    .video-collection-wrapper.left-align
    .d-lg-flex:first-of-type,
  video-collection .video-collection-wrapper.left-align .d-lg-flex:last-of-type,
  video-collection
    .video-collection-wrapper.right-align
    .d-lg-flex:first-of-type,
  video-collection
    .video-collection-wrapper.right-align
    .d-lg-flex:last-of-type {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  video-collection
    .video-collection-wrapper.left-align
    .d-lg-flex
    .video-list-wrapper:first-of-type,
  video-collection
    .video-collection-wrapper.right-align
    .d-lg-flex
    .video-list-wrapper:first-of-type {
    margin-top: 25px;
  }
  video-collection .video-description,
  video-collection .video-wrapper {
    width: 100%;
  }
  video-collection .video-list-wrapper .d-flex .playIcon {
    width: 20%;
  }
  video-collection .video-list-wrapper .d-flex .playIcon img {
    height: 40px;
  }
}
video-collection .video-list-wrapper .d-flex .playIcon.disable {
  pointer-events: none;
  opacity: 0.5;
}
.video-wrapper iframe {
  width: 100%;
  height: 500px;
}
callout {
  display: block;
  padding: 1rem;
}
content-box .card {
  padding: 2.5rem;
  width: 100%;
}
icon-list .imgDescription {
  text-align: center;
}
icon-list .icon-description {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  icon-list .icon-description {
    flex-direction: column;
    display: inline-flex;
  }
}
@media screen and (max-width: 1199px) and (min-width: 0\0) {
  icon-list .icon-description {
    display: block;
    flex-direction: row;
  }
}
@media screen and (max-width: 575px) {
  icon-list .icon-description {
    display: block;
  }
}
carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
carousel .carousel-caption {
  position: absolute;
  right: 15%;
  top: 20px;
  bottom: auto;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
social-share ul li {
  margin-right: 10px;
}
social-share ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 949px) {
  cta-ribbon p:last-of-type {
    margin-bottom: 1rem;
  }
  document-download .document-download .col:nth-of-type(2) {
    margin-left: 0;
  }
  social-share ul {
    justify-content: center;
    padding: 5px;
  }
  social-share.mobilefixed {
    position: fixed;
    width: 100%;
    background-color: #f7f8f9;
    z-index: 999;
  }
  social-share.mobilefixed.top {
    top: 0;
  }
  social-share.mobilefixed.left {
    display: flex;
    width: 10%;
    top: 50%;
    transform: translatey(-50%);
  }
  social-share.mobilefixed.left ul,
  social-share.mobilefixed.right ul {
    display: block !important;
  }
  social-share.mobilefixed.left ul li:first-child,
  social-share.mobilefixed.right ul li:first-child {
    writing-mode: vertical-rl;
  }
  social-share.mobilefixed.bottom {
    bottom: 0;
  }
  social-share.mobilefixed.right {
    display: flex;
    top: 50%;
    width: 10%;
    right: 0;
    transform: translateY(-50%);
  }
}
.oa-cat-purple .content-selector-wrapper,
.oa-dog-green .content-selector-wrapper {
  margin-bottom: 0 !important;
}
.oa-cat-purple .content-selector-wrapper paragraph p,
.oa-dog-green .content-selector-wrapper paragraph p {
  font-size: 18px;
  line-height: 24px;
}
.oa-cat-purple h2,
.oa-dog-green h2 {
  font-size: 40px;
}
.oa-cat-purple p,
.oa-dog-green p {
  margin-top: 24px;
  margin-bottom: 24px;
  /* font-family:'Gotham Narrow Light'; */
  font-weight: 400;
  line-height: 25px;
}
.oa-cat-purple .orange-radius-button .button-wrapper a,
.oa-dog-green .orange-radius-button .button-wrapper a {
  width: auto;
}
.oa-cat-purple .col-md-6,
.oa-dog-green .col-md-6 {
  margin-top: auto;
}
.oa-cat-purple .col-md-6.pr-5,
.oa-dog-green .col-md-6.pr-5 {
  padding-right: 7rem !important;
}
@media screen and (max-width: 450px) {
  .bgLgPink .primary-content {
    margin-top: 0 !important;
  }
}
.top-right-heading {
  display: flex;
  justify-content: end;
}
.hero-cta-banner {
  display: flex;
  justify-content: flex-end;
}
.hero-cta-banner .button-wrapper {
  width: 30%;
}
.hero-cta-banner .button-wrapper .button {
  margin: 0;
  color: #fff;
}
.top-right-hero-banner .d-lg-flex.container.mobile-data-view {
  max-width: none !important;
}
.top-right-heading h1 {
  width: 30%;
  line-height: 3rem;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .top-right-hero-banner .mobile-data-view.d-lg-flex {
    position: relative;
    top: 58% !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-data-view.d-lg-flex .mobile-bottom-align,
  .top-right-hero-banner .d-lg-flex.container.mobile-data-view {
    width: 100%;
  }
  .top-right-heading h1 {
    text-align: left !important;
    margin: unset;
    font-size: 35px;
    line-height: 2.5rem;
  }
  .hero-cta-banner .button-wrapper .button {
    width: auto;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 769px) and (min-width: 766px) {
  .top-right-hero-banner .mobile-data-view.d-lg-flex {
    top: 0 !important;
  }
}
@media only screen and (max-width: 510px) {
  .top-right-heading h1 {
    font-size: 28px;
    width: 100%;
    text-align: center !important;
    line-height: 2rem;
  }
  .hero-cta-banner .button-wrapper {
    width: 100%;
    justify-content: center;
  }
  .top-right-hero-banner .d-lg-flex.container.mobile-data-view {
    top: 2rem;
  }
}
.derm-dog-blue-two-col-section {
  background-color: #b0e4f1;
}
.container {
  /* max-width: 1020px !important; */
}
.blue-radius-button .button-wrapper a {
  color: #fff;
  border-radius: 130px;
  text-transform: none;
  font-family: arboria, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  width: 207px;
  background: #019fc2;
  border: none;
}
.button-wrapper a {
  border: 1px solid #019fc2;
  border-radius: 0.1875rem;
  color: #373737;
  display: block;
  font-size: 13px;
  font-family: "Gotham Narrow Bold", sans-serif;
  line-height: 16px;
  padding: 1rem;
  min-width: 145px;
}
.button-wrapper a,
cta-ribbon a.button {
  background: #019fc2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
}
.button-wrapper .button,
.button-wrapper .button:focus,
.button-wrapper .button:hover,
document-download .document-download:hover {
  text-decoration: none;
}
two-column-content-split .content-image {
  margin-bottom: 1rem;
}
.content-selector-wrapper p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #373737;
}
.content-selector-wrapper h2 {
  font-size: 30px;
  font-weight: 700 !important;
}
.bottom-right-hero-banner .col {
  align-self: flex-end !important;
  position: initial !important;
  bottom: 0;
  margin: 15px 0;
}
.bottom-right-hero-banner .d-lg-flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
}
.bottom-right-hero-banner .d-lg-flex.container.mobile-data-view {
  max-width: none !important;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .bottom-right-hero-banner .mobile-data-view.d-lg-flex {
    position: absolute;
    top: 58% !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-data-view.d-lg-flex .mobile-bottom-align,
  .bottom-right-hero-banner .d-lg-flex.container.mobile-data-view {
    width: 100%;
  }
}
/******************* For Multiple Video *************************/
.img-overlay {
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem;
  min-height: 250px;
}
.img-overlay img {
  min-height: 250px;
}
.block-img {
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-overlay::before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 9;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  border-radius: 50%;
  width: 60px;
  z-index: 99;
}
.section.section-video iframe {
  width: 100% !important;
  aspect-ratio: auto;
  margin: 0 !important;
}
.video-block .modal-dialog button {
  position: absolute;
  right: -22px;
  font-size: 20px;
  color: black;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  padding: 3px 11px;
  border-radius: 4px;
}
.video-block .modal-dialog button:hover {
  opacity: 1 !important;
}
.video-block .modal-dialog button:focus {
  outline: navajowhite;
  opacity: 1;
}
.video-block .modal-dialog button span {
  font-size: 36px;
  color: black;
  line-height: 36px;
}
.play-button img {
  min-height: 80px;
}
@media (min-width: 576px) {
  .video-block .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .video-block .modal-dialog button {
    right: -34px;
  }
  .play-button {
    width: 65px;
  }
}
@media (max-width: 991px) {
  .video-block iframe {
    max-width: 100% !important;
    max-width: 100%;
    border-radius: 0;
    aspect-ratio: 16/9 !important;
    height: auto !important;
  }
  .modal-dialog {
    margin: 30px 0.5rem;
  }
  .video-block .modal-dialog button {
    right: 0px;
    top: -26px;
    padding: 0px 6px;
  }
}
.video-title {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 3rem;
}
.img-overlay iframe {
  border-radius: 0 !important;
}
.video-desc {
  margin-bottom: 2rem;
}
.video-desc h4 {
  font-size: 2rem;
  color: #00a794;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.video-desc p {
  color: #000;
}
@media (max-width: 991px) {
  .video-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .video-title {
    margin-bottom: 1.5rem;
  }
}
/********End for Multiple Video***********/
select#Pet_Country {
  width: 100%;
}
/* new updated css 11/2023 */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #third-section .image__tablet {
    left: 96px;
    bottom: 24px;
  }
  #seventh-section .image-wrapper .image__tablet {
    scale: 2;
    margin-left: 69%;
    margin-top: 40%;
  }
}
@media screen and (min-width: 1025px) {
  main {
    padding-left: 160px;
    padding-right: 160px;
  }
  #fourth-section .description-text br {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  #fourth-section .oa-lp-hero-desc {
    font-size: 2rem;
  }
  #sixth-section .image__desktop {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1822px) {
  #third-section .button-wrapper {
    bottom: 20px !important;
    z-index: 1;
  }
}
@media screen and (min-width: 1919px) {
  /* first section */
  .full-width-heading h1 {
    font-size: 2.5rem;
  }
  /* youtube video */
  .title {
    width: auto;
  }
  /* third section */
  #third-section .button-wrapper {
    bottom: 100px !important;
    z-index: 1;
  }
  /* fourth section */
  .oa-cat-landing-desriptions .description-text br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #third-section .button-wrapper {
    position: fixed;
    bottom: 20px;
    z-index: 1;
  }
  #third-section .button-wrapper a {
    background: #ffffff;
    color: #ff6300;
    filter: drop-shadow(0 0 59px #377844);
  }
}