@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap");

/*********************Puppy form******************/
.puppy__insta__wrapper {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  padding: 40px 0 0;
  font-size: 15px;
}



.puppy__insta__wrapper h2,
.puppy__insta__wrapper h5 {
  font-family: "Figtree", sans-serif;
}

.puppy__insta__wrapper p {
  font-family: "Figtree", sans-serif !important;
}

.puppy_avatar {
  text-align: center;
  margin-bottom: 50px;
}

.puppy_avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.puppy__form__wrapper .puppy__form__fields {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 50px #00000012;
  border-radius: 10px;
  padding: 30px;
}

.puppy__form__wrapper p {
  margin-bottom: 40px;
}

.puppy__form__fields label,
.puppy__form__fields input,
.puppy__form__fields textarea {
  width: 100% !important;
}

.puppy__form__fields label {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #060606;
}

.happy__puppy__des p {
  font-size: 15px;
}

.socail-fieldset {
  margin-bottom: 25px;
}

.socail-fieldset p {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  color: #060606;
}

.puppy__form__fields .text-bold {
  font-weight: 700;
}

.puppy__form_content {
  background: #fef5e4;
  padding: 20px;
  border-radius: 10px;
}

.happy__puppy {
  display: flex;
  justify-content: end;
}

.happy__puppy img {
  border-radius: 50%;
}

.happy__puppy__wrapper {
  display: flex;
  align-items: center;
  background: #14938d;
  padding: 20px 0;
  border-radius: 10px;
  margin: 25px 20px 35px;
}

.happy__puppy__wrapper p {
  text-align: left !important;
  color: #fff;
}
.puppy__insta__des {
  padding-top: 24px;
}
.puppy__insta__des h1,
.puppy__insta__des h2 {
  text-align: center;
}

.puppy__insta__des p {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.puppy__insta__des .puppies__video {
  width: 21%;
  float: left;
  margin: 0 2%;
}

.puppy__form__fields hr {
  display: none;
}
.puppy-video-wrapper:not(.slick-slide) {
	display: flex;
}
.puppy-video-wrapper .slick-slide {
  margin: 0 10px;
}

.puppies__video img {
  border-radius: 20px;
}

.puppies__video span {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 999;
  width: 50px;
  height: 50px;
}

.puppies__video {
  position: relative;
}

.social-error {
  display: block;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ff0000 !important;
}

.social-error-box {
  display: none;
  color: #ff0000;
  font-size: 15px;
}
.puppy-insta-wins {
  background: #bbd1ec;
  box-shadow: 0px 10px 25px 0px #63636312;
  border-radius: 20px;
  padding: 25px 50px 20px;
  margin-top: 50px;
}
.puppy-insta-wins h3 {
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  color: #16529a;
  margin-bottom: 20px;
}
.puppy-insta-wins p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
  color: #16529a;
}

@media screen and (max-width: 767px) {
  .puppy__insta__wrapper h5 {
    font-size: 30px;
    line-height: 32px;
  }

  .puppy__form_content h5 {
    font-size: 20px;
  }

  .puppy__insta__wrapper p,
  .puppy__insta__wrapper ul li,
  .puppy__insta__wrapper ul li a {
    font-size: 20px;
    line-height: 26px;
  }

  .puppy__form__fields label {
    font-size: 20px;
    line-height: 24px;
  }

  .puppy__insta__des .puppies__video {
    width: 100%;
    float: none;
    margin: 2% 0;
  }

  .happy__puppy__wrapper {
    display: block;
    margin: 25px 0 35px;
    padding: 25px;
  }

  .happy__puppy {
    justify-content: center;
  }

  .puppy__insta__des {
    display: block;
  }

  .puppy__form__fields hr {
    margin: 15px 0;
  }
}

.puppy__insta__form input,
.puppy__form__fields input,
.puppy__insta__form input:focus,
.puppy__form__fields input:focus {
  height: 40px !important;
  padding: 5px 15px !important;
  border: 1px solid #d3ced2 !important;
  background: #f9f9f9;
  border-radius: 100px;
}

.puppy__insta__form textarea,
.puppy__form__fields textarea {
  padding: 5px 15px !important;
  border: 1px solid #d3ced2;
  background: #f9f9f9;
  border-radius: 20px;
}

.puppy__insta__form .btn {
  width: 100%;
}

.puppy__form__fields .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #035753;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
}

input.btn-bordered,
input.btn-bordered:focus {
  border: 1px solid #036f6a !important;
  padding: 0px 25px !important;
  border-radius: 30px;
  color: #036f6a;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.info-box {
  background: #fef5e4;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 10%;
  overflow-wrap: break-word;
}

/* .puppy__insta__form input .lakshan {
  display: block;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ff0000 !important;
} */

/* 
.puppy__insta__form input {
  height: 44px !important;
  padding: 11px !important;
  border: 1px solid #d3ced2 !important;
  background: #f9f9f9;
  border-radius: 100px;
} */

/*********************End Puppy form******************/
.puppies__video h2 {
  font-size: 18px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 600;
  overflow: hidden;
  /* text-transform: uppercase; */
}

.puppy__insta__des h1 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 19px;
}

.puppy__insta__des h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 38px;
  font-family: "Figtree", sans-serif !important;
}

.cute__moments {
  background: #036f6a0d 0% 0% no-repeat padding-box;
  border: 1px solid #036f6a43;
  border-radius: 10px;
  text-align: left;
  padding: 35px;
  text-align: center;
}

.cute__moments .light-title {
  font-size: 16px;
  color: #036f6a;
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Figtree", sans-serif !important;
  line-height: 20px;
}

.cute__moments ul {
  margin-bottom: 0;
}sgsg

.puppies__video.card {
  border: 0;
}

.puppies__video {
  background: #fff;
  -webkit-box-shadow: 0 4px 11px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 4px 11px 0 rgb(0 0 0 / 7%);
  border-radius: 20px;
  height: inherit;
}

.puppies__video img {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.puppies__video:before {
  background: url(../images/prize-option-tag.png);
  background-size: cover;
  content: "";
  width: 94px;
  height: 29px;
  position: absolute;
  top: 15px;
  left: -2px;
  display: none;
}

.puppies__video__des {
  padding: 15px;
}

.puppies__video__des p {
  margin-bottom: 0 !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 500;
  color: #58595b !important;
  font-size: 16px;
  line-height: 20px;
}

.puppies__video__des h2 {
  margin-bottom: 0 !important;
}

.puppy-video-wrapper .slick-slide {
  margin: 8px;
}

.cute__moments__content {
  background: #ffc74e0d 0% 0% no-repeat padding-box;
  border: 1px solid #ffc74e;
  border-radius: 10px;
  padding: 15px;
  margin: 40px 0 20px;
}

.cute__moments__content ul li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #d18f00;
  line-height: 20px;
}

.cute__moments__content p {
  color: #d18f00;
  font-weight: 700;
  font-size: 16px;
}
.cute__moments__content > button {
  all: unset;
  display: block;
  margin: auto;
  font-weight: 700;
  font-size: 16px;
  color: #036f6a;
  line-height: 30px;
}
.cute__moments__content > button:focus {
  outline: revert;
}
.cute__moments__content > button:hover {
  text-decoration: underline;
}
.terms-conditions-modal .modal-dialog {
  background: #7bdcb533;
}
.terms-conditions-modal .modal-dialog h3,
.terms-conditions-modal .modal-dialog li {
  color: #036f6a;
}
.terms-conditions-modal .modal-dialog h3 {
  font-weight: 700;
}
.terms-conditions-modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.terms-conditions-modal .modal-body > ol > li {
  margin: auto;
  font-weight: 700;
  font-size: 14px;
  color: #036f6a;
  line-height: 24px;
}
.terms-conditions-modal .modal-body > ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
}
.terms-conditions-modal .modal-body > ol > li > ol > li {
  margin: auto;
  font-weight: 500;
  font-size: 14px;
  color: #036f6a;
  line-height: 24px;
}
.step-cards .card {
  /* background-image: linear-gradient(#035652,#013d3b); */
  border-radius: 20px;
  color: #231f20;
  font-family: "Figtree", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  border: 0 !important;
}

.step-cards .card img {
  width: 250px;
}

.step-card-sub-title {
  color: #035753;
  font-size: 18px;
  font-weight: 600;
  font-family: "Figtree", sans-serif !important;
  margin-bottom: 0;
}

.step-card-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}

.step-card-des {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 23px;
}

/* .step-cards .card i {
  font-size: 30px;
  color: #036f6a;
} */
.light-title.medium__link {
  font-size: 32px;
  font-weight: 700;
  font-family: "Figtree", sans-serif !important;
  padding: 25px 0;
}

.cute__moments a {
  color: #036f6a !important;
  font-size: 32px;
  font-weight: 700;
  font-family: "Figtree", sans-serif !important;
  padding: 25px 0;
}

/* .step-cards-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
} */
.breed__post__des__link,
.breed__post__des__link:hover {
  color: #036f6a;
  padding-top: 15px;
  display: block;
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
}

.breed__post__des__link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #036f6a;
  float: right;
}

.slick-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 10px 50px #00000012;
}

.slick-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 10px 50px #00000012;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: -30px;
  z-index: 999;
  background: #fff;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: -30px;
  z-index: 999;
  background: #fff;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
  color: #000;
}

.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
  color: #000;
}

.puppy__insta__highlighted__text {
  display: block;
  margin-top: 10px;
  font-family: Figtree;
  font-size: 38px;
  font-weight: 700;
  line-height: 45.6px;
  text-align: center;
  color: #035753;
}

.puppy__insta__dsc--wrapper {
  border-radius: 20px;
  padding: 5px 30px;
  background: #bbd1ec33;
  box-shadow: 0px 10px 20px 0px #fbdcc233;
  margin-bottom: 34px;
}

.puppy__insta__dsc--wrapper ul {
  margin: 0;
}

.puppy__insta__dsc--wrapper ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}
.puppy-video-title {
  margin: 30px 0;
}

.puppy-video-title h2 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: center;
}

.puppy-insta-option {
  margin: 50px 0;
}

.puppy-insta-option h2 {
  margin-bottom: 44px;
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: center;
}

.puppy-insta-option .puppy-insta-option--wrapper > div {
  padding: 35px 50px 30px;
}

.puppy-insta-option .puppy-insta-option--wrapper,
.puppy-insta-option .puppy-insta-option--wrapper > div {
  border-radius: 20px;
  overflow: hidden;
}

.puppy-insta-option .puppy-insta-option--wrapper > div ol li {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 17px;
  text-align: left;
}

.puppy-insta-option__one .puppy-insta-option__one--wrapper {
  background: #bbd1ec;
  box-shadow: 0px 10px 25px 0px #63636312;
}

.puppy-insta-option__one .puppy-insta-option__one--wrapper h3 {
  padding: 25px 50px 20px;
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  color: #16529a;
}

.puppy-insta-option__one
  .puppy-insta-option__one--wrapper
  .puppy-insta-option__one--inner {
  background: #ffffff;
  position: relative;
}

.puppy-insta-option__one
  .puppy-insta-option__one--wrapper
  .puppy-insta-option__one--inner
  .puppy-insta-option__one--bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 35px 10px;
}

.puppy-insta-option__one
  .puppy-insta-option__one--wrapper
  .puppy-insta-option__one--inner
  .puppy-insta-option__one--bg
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.puppy-insta-option__one
  .puppy-insta-option__one--wrapper
  .puppy-insta-option__one--inner
  ol {
  position: relative;
  z-index: 1;
}

.puppy-insta-option__one
  .puppy-insta-option__one--wrapper
  .puppy-insta-option__one--inner
  ol
  li {
  max-width: 646px;
}

.puppy-insta-option__two .puppy-insta-option__two--wrapper {
  background: #fde7d6;
  box-shadow: 0px 10px 25px 0px #63636312;
  border: 1px solid #FACAA3;
  box-shadow: 0px 10px 25px 0px #63636312;
}
.puppy-insta-option__two .puppy-insta-option__two--wrapper img {
  max-width: 400px;
  margin-bottom: -20px;
}
.puppy-insta-option__two .puppy-insta-option__two--wrapper h3 {
  padding: 25px 50px 20px;
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  color: #644e3d;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner {
  display: flex;
  background: #ffffff;
  padding: 10px 25px 5px;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div {
  padding: 25px;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div:first-child {
  width: 45%;
  position: relative;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div:last-child {
  width: 55%;
  position: relative;
  padding-top: 43px;
}

.puppy-insta-option .puppy-insta-option--wrapper ol {
  padding-left: 23px;
}
.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div:last-child
  .upload-success-msg {
  position: absolute;
  top: 0px;
  width: calc(100% - 50px);
  left: 25px;
  background: #7bdcb533;
  border-radius: 100px;
  padding: 5px 30px;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div:last-child
  .upload-error-msg {
  position: absolute;
  top: -4px;
  width: calc(100% - 50px);
  left: 25px;
  background: #ee2f1540;
  border-radius: 100px;
  padding: 5px 30px;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div:last-child
  .upload-success-msg
  p {
  padding: 0;
  margin: 0;
  text-align: center;
	  font-family: Figtree;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #036F6A;
}

.puppy-insta-option__two
  .puppy-insta-option__two--wrapper
  .puppy-insta-option__two--inner
  > div:last-child
  .upload-error-msg
  p {
  padding: 0;
  margin: 0;
  text-align: center;
}

.puppy-insta-option__notification {
  overflow: hidden;
  margin-top: 50px;
  padding: 32px 100px;
  border-radius: 20px;
  background: #bbd1ec;
  border: 1px solid #bbd1ec;
  box-shadow: 0px 10px 20px 0px #fbdcc233;
}

.puppy-insta-option__notification h3,
.puppy-insta-option__notification h3 a {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #16529a;
}

.puppy-insta-option__notification h3 a {
  text-decoration: underline;
}

.tc-link,
.tc-link a {
  text-align: center;
  color: #036f6a;
}

.form-radio,
.form-radio > div,
.form-radio .label-radio {
  display: flex;
  align-items: center;
}

.form-radio .label-radio input {
  width: 20px !important;
  margin: 0 20px;
  accent-color: dodgerblue;
}

@media screen and (max-width: 1199px) {
  .puppy__insta__des h1 {
    font-size: 32px;
  }

  .light-title.medium__link {
    font-size: 26px;
    padding: 25px 0;
    line-height: 34px;
  }

  .cute__moments a {
    font-size: 26px;
  }

  .cute__moments {
    padding: 20px;
  }

  .step-cards .card img {
    width: 200px;
  }

  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner {
    flex-direction: column;
  }

  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div {
    width: 100%;
    padding: 10px 25px;
  }

  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:first-child {
    width: 100%;
  }

  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child {
    width: 100%;
    padding-top: 20px;
  }

  .puppy-insta-option__one
    .puppy-insta-option__one--wrapper
    .puppy-insta-option__one--inner
    .puppy-insta-option__one--bg {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    height: auto;
    max-height: 400px;
  }

  .puppy-insta-option__one
    .puppy-insta-option__one--wrapper
    .puppy-insta-option__one--inner
    .puppy-insta-option__one--bg
    img {
    width: auto;
    height: auto;
    max-height: 400px;
  }

  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child
    .upload-success-msg {
    top: unset;
    bottom: calc(100% - 20px);
  }

  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child
    .upload-error-msg {
    top: unset;
    bottom: calc(100% - 20px);
  }

  .puppy-insta-option__notification {
    padding: 30px;
  }

  .puppy-insta-option .puppy-insta-option--wrapper > div ol li {
    line-height: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cute__moments {
    text-align: left;
  }

  .step-cards-wrapper .step-cards {
    margin-top: 50px !important;
  }

  .step-cards-wrapper .step-cards.first {
    margin-top: 0 !important;
  }

  .step-cards-wrapper .puppy__insta__des h1 {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .form-radio,
  .form-radio > div {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-radio .label-radio input {
    margin-left: 0;
  }

  .form-radio .label-radio {
    margin-right: 20px;
  }
  .puppy-insta-option__notification h3,
  .puppy-insta-option__notification h3 a {
    font-size: 28px;
    line-height: 40px;
  }
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child
    .upload-success-msg,
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child
    .upload-error-msg {
    padding: 5px 15px;
  }
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child
    .upload-success-msg
    p,
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child
    .upload-error-msg
    p {
    font-size: 14px;
    line-height: 16px;
  }
  .puppy__insta__dsc--wrapper,
  .puppy-insta-option .puppy-insta-option--wrapper > div,
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:last-child,
  .puppy-insta-option__two
    .puppy-insta-option__two--wrapper
    .puppy-insta-option__two--inner
    > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .puppy-insta-option__one .puppy-insta-option__one--wrapper h3,
  .puppy-insta-option__two .puppy-insta-option__two--wrapper h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .puppy-insta-wins {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .puppy-insta-wins h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .puppy-insta-wins p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.fd-card-section {
  padding: 50px 0 0;
}
.fd-card-section h2 {
  padding: 0;
  margin-bottom: 30px;
  font-family: Figtree;
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: center;
  color: #060606;
}
.fd-card-section p {
  padding: 0;
  margin: 0;
  font-family: Figtree;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.fd-card-section .fd-card-container {
  display: flex;
  gap: 60px 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.fd-card-section .fd-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 12px);
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.fd-card-section .fd-card img {
  border-radius: 20px 20px 0 0;
}
.fd-card-section .fd-card .fd-card-inner {
  padding: 10px 20px 32px;
}
.fd-card-section .fd-card .fd-card-inner h3 {
  padding: 0;
  margin-bottom: 18px;
  font-family: Figtree;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: center;
  color: #000000;
}
.fd-card-section .fd-card .fd-card-inner p {
  padding: 0;
  margin: 0;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .fd-card-section .fd-card {
    width: 100%;
  }
  .fd-card-section .fd-card .fd-card-inner {
    margin: 0;
  }
  .fd-card-section .fd-card .fd-card-inner h3 {
    margin-bottom: 7px;
  }
}
/* new */

.puppy__insta__dsc--wrapper p {
  font-family: Figtree;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.puppy__insta__btn-sec a {
  background-color: #FFC74E;
    border: 1px solid #ffc74e !important;
    color: #035753 !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 27.5px;
    padding: 10px 35px;
    width: fit-content;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    box-shadow: 0px 8px 16px 0px #00000026;
    text-align: center;
    margin: auto;
    width: fit-content;
}
.puppy__insta__btn-sec a p {
  color: #035753 !important;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .puppy__insta__btn-sec a:hover {
    border-color: #035753 !important;
    background-color: #ffc74e;
    color: #fff !important;
    text-decoration: none;
  }
  .puppy__insta__btn-sec a:hover p {
    color: #fff !important;
  }
}

.puppy-insta-winners {
  position: relative;
  padding: 37px 0 50px;
}
.puppy-insta-winners::before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #E2F8FB;
  top: 0;
  left: calc(50% - 50vw);
}
.puppy-insta-winners h2 {
  font-family: Figtree;
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: center;
  color: #060606;
  padding-bottom: 0;
  margin-bottom: 37px;
}
.puppy-insta-winners .winner-container {
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: space-between;
}
.puppy-insta-winners .winner-card {

}
.puppy-insta-winners .winner-card img {
  max-width: 240px;
	width: 100%;
}
.puppy-insta-winners .winner-card .winner-card-inner {
  display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.puppy-insta-winners .winner-card .winner-card-inner h3 {
  font-family: Figtree;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  padding: 0;
  margin: 20px 0 15px;
} 
.puppy-insta-winners .winner-card .winner-card-inner p {
  font-family: Figtree;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.puppy-insta-winners .winner-card .winner-card-inner button {
  padding: 18px 25px;
  font-family: Figtree;
  font-size: 17px;
  font-weight: 800;
  line-height: 20.4px;
  text-align: center;
  color: #FFFFFF;
  background: #036F6A;
  border: solid 1px #036F6A;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 30px;
  min-width: 176px;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .puppy-insta-winners .winner-card .winner-card-inner button:hover {
    background: #025551;
    border: solid 1px #025551;
  }
}
.puppy-insta__bottom-text {
  padding-top: 50px;
}
.puppy-insta__bottom-text h2 {
  font-family: Figtree;
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: center;
  color: #060606;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.puppy-insta__bottom-text >p {
  font-family: Figtree;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #060606;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.fd-card-section .puppy__insta__btn-sec {
  margin-top: 40px;
}
#social-submit {
  background: #FACAA3 !important;
  padding: 16px 32px;
  border-radius: 100px;
  width: 100%;
  border: 0 !important;
  color: #32271F;
  display: flex;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 35px;
  height: 55px;
  font-size: 20px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 767px) {
  #social-submit:hover {
    background-color: #C79D7A;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .puppy-insta__bottom-text h2,
  .puppy-insta-winners h2,
  .puppy-insta-option h2,
  .puppy-video-title h2,
  .fd-card-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .puppy-insta-option__one--bg {
    display: none;
  }
  .fd-card-section .fd-card-container {
    gap: 15px;
  }
  .fd-card-section .fd-card {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .fd-card-section .fd-card {
    width: 100%;
  }
  .puppy-insta-winners .winner-container {
    flex-direction: column;
    align-items: center;
	  gap: 45px;
  }
}
.puppy-video-wrapper .slick-track {
	display: flex;
}
.puppy-video-wrapper .slick-track .slick-slide {
	height: auto;
}
.puppy-video-wrapper .slick-track .slick-slide > div {
	height: 100%;
}

@media screen and (max-width: 1199px) {
	.puppy-insta-option__two--inner:has(.upload-success-msg) {
		padding-bottom: 50px !important;
	}
	.puppy-insta-option__two--inner:has(.upload-success-msg.upload-error-msg.d-none) {
		padding-bottom: 5px !important;
	}
	.puppy-insta-option__two--inner .upload-success-msg {
		position: absolute;
		bottom: -35px !important;
	}
}
.winner-card .modal-content,
.winner-card .modal-body {
	background: transparent;
	border: none;
}
.winner-card .modal.show {
	background: #00000080;
}
.winner-card .modal .modal-body .close {
	position: absolute;
    z-index: 51;
    right: -22px;
    top: -32px;
    font-size: 40px;
    font-weight: 300;
	color: #fff;
}
.important-notice {
	margin: 40px 0 15px;
	background: #ffc74e0d 0% 0% no-repeat padding-box;
    border: 1px solid #ffc74e;
    border-radius: 10px;
    padding: 15px;
}
.important-notice p {
	color: #d18f00;
}
.puppy-insta-winners-tagline {
	color: #036f6a;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 700;
	text-align: center;
}
.winner-card iframe,
.winner-card .iframe-container {
	aspect-ratio: 1 / 1;
}
.winner-card .iframe-container {
	margin: auto;
	max-height: calc(100vh - 100px);
}
.page-template-puppy-profile-form {
	overflow-x: hidden;
}
@media screen and (max-width: 406px) {
	.puppy__insta__des h1 {
        font-size: 26px;
    }
	.puppy__insta__des h2{
		font-size: 20px;
	}
	.puppy__insta__highlighted__text {
		font-size: 24px;
	}
}
