.heading-section {
  background-image: linear-gradient(to bottom, #fff, #f3f3f7 75%);
}
.modal-dialog {
  width: 900px;
}
.text-heading {
  font-weight: 700;
  color: #0e1311;
  text-align: left;
  font-size: 23px;
  line-height: 32px;
}
.header-stats {
  height: 60px;
  text-align: left;
}
.star {
  font-size: 23px;
}
.total-reviews {
  margin-top: 5px;
  font-size: 16px;
}
.reviews {
  margin-left: 16px;
}
.contact-info {
  margin-left: 15%;
}
.merch {
  margin-left: 15%;
}
.map-info {
  margin-left: 15%;
}
.customer {
  margin-left: 15%;
}
.shipping {
  margin-left: 15%;
}
.right-div {
  margin-top: 25px;
}
.description-reviews {
  margin-top: 48px;
}
.tab-bar {
  margin-top: 10px;
  margin-left: -13px;
}
.comp-name {
  font-size: 18px;
  font-style: normal;
  color: #141414;
}
.prod-name {
  font-size: 18px;
  font-style: normal;
  color: #141414;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: white;
  color: #141414;
  font-weight: bolder;
}
a:hover {
  color: #21a47c;
}

.product-li-review:hover {
  animation: shake 0.5s;
  animation-iteration-count: 3s;
}
.company-li:hover {
  animation: shake 0.5s;
  animation-iteration-count: 3s;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.merch {
  color: black;
  font-weight: bolder;
  font-size: 18px;
}
.shipping {
  margin-top: 5%;
}
.ship-para {
  font-size: 14px;
  font-weight: bolder;
  color: black;
}
.right-side-div {
  border-left: 1px solid #80808038;
}
.para-style {
  font-size: 15px;
  color: black;
  font-weight: 600;
  margin-top: 10px;
}
.postal {
  font-weight: bolder;
  margin-left: 11%;
}
.delivery {
  font-weight: bolder;
  margin-left: 4%;
}
.service {
  font-weight: bolder;
  margin-left: 11.2%;
  padding: 5px 7px;
  font-size: 14px;
  background-image: linear-gradient(to right, #24b36b 0%, #21a37e 100%);
}

.orders {
  font-weight: bolder;
  margin-left: 17.7%;
  padding: 5px 7px;
  font-size: 14px;
  background-image: linear-gradient(to right, #24b36b 0%, #21a37e 100%);
}
.customer {
  margin-top: 5%;
}
.customer-para {
  font-size: 14px;
  font-weight: bolder;
  color: black;
}
.chat-options {
  font-weight: bolder;
  margin-left: 13%;
}
.hour {
  font-weight: bolder;
  margin-left: 6.3%;
}
.phone,
.email,
.location {
  font-size: 15px;
  font-weight: bolder;
  color: black;
}
.phone-no,
.email-id,
.address {
  color: black;
  line-height: 9px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.rating-system {
  height: 135px;
  text-align: center;
  margin-top: 49px;
}
.rating-head {
  font-size: 20px;
  font-weight: bolder;
  color: black;
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
  margin-left: 22.5%;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1.7em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  background-image: linear-gradient(to right, #24b36b 0%, #21a37e 100%);
  color: white;
  transition: all 0.7s ease;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  background-image: linear-gradient(to right, #24b36b 0%, #21a37e 100%);
  color: white;
  transition: all 0.7s ease;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: white;
  transition: all 0.7s ease;
}
.star5,
.star4,
.star3,
.star2,
.star1 {
  border: 2px solid gray;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.7s ease;
}

.user-star {
  color: #ff7849;
}
.video-div {
  display: flex;
  flex-wrap: wrap;
  width: 85%; /* arbitrary valye */
  margin-left: 58px;
  display: none;
}
.video-div-item {
  width: 16%; /* for 3 columns */
  margin: 27px 18px -31px 0;
  overflow: hidden;
  border-radius: 50%;
}
.video-div-item-thumb img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
}
.-fx-image-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%; /* arbitrary valye */
  margin: 0px auto;
}
.-fx-gal-item {
  width: 30%; /* for 3 columns */
  margin: 5px;
  overflow: hidden;
  border-radius: 15px;
  height: 114px;
  object-fit: cover !important;
}
.-fx-gal-image-thumb {
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.-fx-gal-image-thumb img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  height: 114px;
  object-fit: cover !important;

  transition: all 0.5s ease;
}
.-fx-gal-image-thumb:hover img {
  opacity: 0.5;
}

.overlay-image {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
}
.-fx-gal-image-thumb:hover .overlay-image {
  opacity: 1;
  transition: all 0.5s ease;
}
.-fx-gal-image-thumb:focus + .-fx-gal-image-big {
  display: block;
}

.-fx-gal-image-big {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(5, 10, 15, 0.8);
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s ease;
}

.-fx-gal-image-big img {
  max-width: 90vw;
  position: absolute;
  box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overlay-star {
  color: white;
  font-weight: bolder;
  opacity: 1;
  font-size: 12px;
  cursor: pointer;
}
.overlay-name {
  color: white;
  opacity: 1;
  font-size: 12px;
  cursor: pointer;
}
.review-div {
  margin-top: 13%;
}
.user-name {
  font-size: 16px;
  font-weight: bolder;
  color: black;
}
.user-rating {
  margin-left: 4%;
}
.user-rate {
  font-size: 17px;
  letter-spacing: 1px;
}
.verified-user {
  font-size: 17px;
  margin-left: 2%;
  color: white;
}
.featured-review {
  font-size: 24px;
  letter-spacing: 1px;
  margin-left: 2%;
}
.review-desc {
  margin-left: 3%;
  color: #0e1311;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.image-div {
  margin-top: 8%;
  object-fit: cover;
}
.show-image {
  border: none;
  outline: none;
  background: none;
}
.show-image:focus {
  outline: none !important;
  border: none !important;
}
.socialise {
  margin-top: 2%;
}
.delivery-truck {
  color: #21a47c;
  margin-right: 2%;
}
.shipping-line {
  border-bottom: 2px solid #21a47c;
  margin-top: -6px;
  width: 10%;
}
.msg-icon {
  color: #21a47c;
  margin-right: 1%;
}
.customer-line {
  border-bottom: 2px solid #21a47c;
  margin-top: -6px;
  width: 10%;
}
.metrics-li-review {
  visibility: hidden;
}
.info-li-review {
  visibility: hidden;
}
@media only screen and (max-width: 600px) {
  .heading-section {
    background: white;
  }
  .text-heading {
    text-align: center;
  }
  .header-stats {
    text-align: center;
  }
  .nav-pills {
    display: flex;
    flex-direction: row;
  }
  .company-icon {
    display: flex;
    flex-direction: column;
  }
  .rev {
    display: none;
  }
  .product-li-review {
    margin-left: -67px;
  }
  .product-review {
    display: flex;
    flex-direction: column;
  }
  .rate {
    margin-left: 3.5%;
  }
  .left-side-div {
    display: none;
  }
  .merch {
    display: none;
  }
  .shipping {
    display: none;
  }
  .customer {
    display: none;
  }
  .metrics-li-review {
    visibility: visible;
  }
  .info-li-review {
    visibility: visible;
  }
  iframe {
    width: 350px;
  }
  .company-li:hover {
    animation: none;
  }
  .product-li-review:hover {
    animation: none;
  }
  .more-image {
    width: 100%;
  }
  .more-image-div {
    margin-bottom: 0;
    border-right: none !important;
  }
}
.map-info {
  margin-top: 7%;
}
#Blurry_Rainbow_Circle {
  position: absolute;
  --Circle_Diameter: 101px;
  top: calc(35% - var(--Circle_Diameter) / 2);
  left: calc(18% - var(--Circle_Diameter) / 2);
  height: var(--Circle_Diameter);
  width: var(--Circle_Diameter);
  border-radius: calc(var(--Circle_Diameter) / 2);
  background: linear-gradient(
    139.84deg,
    #a692ed 14.35%,
    #6cecad 45.6%,
    #d87eaa 82.79%
  );
  animation: Rotate 0.8s linear infinite;
  filter: blur(20px);
}

#Rainbow_Circle {
  position: absolute;
  --Circle_Diameter: 95px;
  top: calc(35% - var(--Circle_Diameter) / 2);
  left: calc(18% - var(--Circle_Diameter) / 2);
  height: var(--Circle_Diameter);
  width: var(--Circle_Diameter);
  border-radius: calc(var(--Circle_Diameter) / 2);
  background: linear-gradient(
    139.84deg,
    #a692ed 14.35%,
    #6cecad 45.6%,
    #d87eaa 82.79%
  );
  animation: Rotate 0.8s linear infinite;
}

#Large_Circle {
  position: absolute;
  --Circle_Diameter: 84px;
  top: calc(35% - var(--Circle_Diameter) / 2);
  left: calc(18% - var(--Circle_Diameter) / 2);
  height: var(--Circle_Diameter);
  width: var(--Circle_Diameter);
  border-radius: calc(var(--Circle_Diameter) / 2);
}
.video-main {
  --Circle_Diameter: 84px;
  height: var(--Circle_Diameter);
  width: var(--Circle_Diameter);
  border-radius: calc(var(--Circle_Diameter) / 2);
}

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes Grow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(17);
    opacity: 0;
  }
  51% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes Grow_2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(0);
    opacity: 0;
  }
  41% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(17);
    opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  #Blurry_Rainbow_Circle {
    --Circle_Diameter: 67px;
    top: calc(32.7% - var(--Circle_Diameter) / 2);
  }

  #Rainbow_Circle {
    --Circle_Diameter: 67px;
    top: calc(32.7% - var(--Circle_Diameter) / 2);
  }

  #Large_Circle {
    --Circle_Diameter: 57px;
    top: calc(32.7% - var(--Circle_Diameter) / 2);
  }
  .video-main {
    --Circle_Diameter: 57px;
  }
  .video-div-item {
    margin: 27px -7px -31px 0;
  }
}
.rating-system-form {
  background-image: linear-gradient(to bottom, #f3fbff 0, #fff 60%);
  padding: 37px 0 10px 40px;
  display: none;
}
.rating-system-heading {
  font-size: 28px;
  font-weight: 700;
  color: #0e1311;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  font-family: gotham ssm a, gotham ssm b, arial;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.rating-system-subheading {
  font-weight: 400;
  color: #0e1311;
  text-align: left;
  display: block;
  font-family: gotham ssm a, gotham ssm b, arial;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.rating-system-first-area {
  width: 100%;
  border: 2px dashed #bac4c7;
  margin-bottom: 5px;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  padding: 8px;
  font-size: 16px;
  resize: vertical;
}
.rating-system-first-area:focus {
  outline: none;
  border: 2px dashed #bac4c7;
  margin-bottom: 5px;
}
.rating-system-optional {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: 300;
}
.rating-system-first-input {
  border: medium;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 10px;
  border: 2px dashed #bac4c7;
}
.button {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background-color: #0e1311;
  border: 1px solid #0e1311;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: gotham ssm a, gotham ssm b, arial;
  margin-left: 75%;
}
input[type="text"]:focus {
  outline: none;
  border: 2px dashed #bac4c7;
  margin-bottom: 5px;
}
.drop-zone {
  height: 111px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #bac4c7;
  border-radius: 10px;
}
.drop-zone__prompt {
  color: black;
  font-weight: bold;
  font-size: 17px;
  margin-left: 5%;
}
.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.doggy {
  transition: 0.5s;
}
.drop-zone:hover .doggy {
  transform: scale(1.2);
  transition: 0.5s;
}
input[type="file"] {
  display: none;
}
@media only screen and (max-width: 600px) {
  .rating-system-first-area {
    margin-left: -21px;
  }
  .rating-system-first-input {
    margin-left: -21px;
  }
  .rating-system-heading {
    margin-left: -21px;
  }
  .rating-system-subheading {
    margin-left: -21px;
  }
  .rating-system-optional {
    margin-left: -21px;
  }
  .drop-zone {
    margin-left: -21px;
  }
  .button {
    margin-left: 56%;
  }
  .contact-info {
    margin-left: 0;
  }
  .merch {
    margin-left: 0;
  }
  .map-info {
    margin-left: 0;
  }
  .customer {
    margin-left: 0;
  }
  .shipping {
    margin-left: 0;
  }
}
.show-dog-image {
  background: black;
  margin-left: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 450px;
}
.show-dog-review {
  position: relative;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.modal-dialog {
  height: auto;
}
.modal-content {
  height: auto;
}
.modal-body {
  overflow-y: scroll;
}
.review-dog-div {
  position: absolute;
  top: 27%;
  width: 100%;
}
.visit-dog {
  border-radius: 0;
  background-color: transparent;
  border-color: rgba(14, 19, 17, 0.3);
  box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
  color: #0e1311;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-left: 107px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.visit-dog:hover {
  background-color: white !important;
}
.padded {
  text-align: center;
}
.page-btn {
  background: linear-gradient(to right, #3cbb91 0, #11b1a7 100%) #3cbb91 !important;
  color: white !important;
  padding: 7px 15px !important;
  margin-left: 10px !important;
  float: left !important;
  border-radius: 5px !important;
  box-shadow: -2px 4px 5px #d2d2d2 !important;
  border: 1px solid #ddd !important;
}
@media screen and (max-width: 767px) {
  .show-dog-image {
    height: 300px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .visit-dog {
    margin-left: 80px;
  }
}
.line-after-pagination {
  text-align: center;
}
.web-line {
  color: rgba(15, 20, 26, 0.53);
  font-size: 12px;
  font-weight: bolder;
  text-decoration: none;
}
.web-line:hover {
  text-decoration: none !important;
  color: rgba(15, 20, 26, 0.53) !important;
}
.last-page-line {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-bottom: 20px;
}
