.product-not-found_div{
width: 50%;
margin:auto;
}

.home_gallery-title{
    font-size:0.8em;
}
.nav-scroll{
max-height: 14em;
overflow-x:auto;
}
.current-li a{
  color: #B6D0E2 !important;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
  }

  .video-play-button:hover:after {
    background-color: #da0528;
  }

  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }

  @-webkit-keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
  }

  .video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
  }

  .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
  }

  .video-overlay-close:hover {
    color: #fa183d;
  }

  .video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  }

  .owl-dots{
    text-align:center;
    margin-bottom: 2em;
  }

  .news-block-two .inner-box .doctors-box {
    position: relative;
    max-width: 100% !important;
    width: 100%;
    display: block;
    padding: 30px 70px 30px 45px;
}

/* Price Card */

.main-head {
  background: #0d1440;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-bottom: 0;
  margin-top: 5rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 16px;
}

.pricing-table {
  background-color: #add8e6;
  background-image: linear-gradient(315deg, #add8e6 0%, #fffafa 74%);
  /* background: -webkit-linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%);
  background: -o-linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%);
  background: -moz-linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%); */
  -webkit-box-shadow: 10px 10px 34px -27px rgba(255,31,109,1);
  -moz-box-shadow: 10px 10px 34px -27px rgba(255,31,109,1);
  box-shadow: 10px 10px 34px -27px rgba(255,31,109,1);
  padding: 2rem;
  border-radius: 4px;
  transition: 0.3s;
}

.pricing-table:hover {
  box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.15);
}

.pricing-table .pricing-label {
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 500;
}

.pricing-table h5 {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
}

.pricing-table .pricing-features {
  margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
  font-size: 14px;
  margin: 0.5rem 0;
  color: #b3b3b3;
}

.pricing-table .pricing-features .feature span {
  display: inline-block;
  float: right;
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-tag {
  margin-top: 2rem;
  text-align: center;
  font-weight: 500;
}

.pricing-table .price-tag .symbol {
  font-size: 24px;
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 64px;
}

.pricing-table .price-tag .after {
  font-size: 0.8em;
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: 0.75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.pricing-table .price-button:hover {
  text-decoration: none;
}

.purple .pricing-label {
  background: #cad2ff;
  color: #627afe;
}

.purple .price-tag {
  color: #627afe;
}

.purple .price-button {
  background: #627afe;
}

.purple .price-button:hover {
  background: #546dfe;
}

.turquoise .pricing-label {
  background: #b9edee;
  color: #546dfe;
}

.turquoise .price-tag {
  color: #f11d9a;
}

.turquoise .price-button {
  background: #44cdd2;
}

.turquoise .price-button:hover {
  background: #2dbcc4;
}

.red .pricing-label {
  background: #ffc4c4;
  color: #ff5e5e;
}

.red .price-tag {
  color: #ff5e5e;
}

.red .price-button {
  background: #ff5e5e;
}

.red .price-button:hover {
  background: #f23c3c;
}

/* Gradient Buttons */

.icon .fas {
  border-radius: 50%;
  /* border: 2px solid #FFF; */
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
}

.gradient__text {
  background: linear-gradient(45deg, #f47d0d, #0621e0);
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient__row {
  margin-bottom: 50px;
}
.gradient__row--style-1 .gradient__btn {
  border-radius: 50px;
  box-shadow: 5px 5px 2px -2px #a5a5a5;
  color: #FFF;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin: 10px;
  padding-left: 20px;
  width: 180px;
}
.gradient__row--style-2 .gradient__btn {
  border-radius: 50px;
  box-shadow: 5px 8px 10px -2px rgba(253, 29, 175, 0.35);
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  margin: 10px;
  width: 14em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.gradient__row--style-2 .gradient__btn:after {
  content: "";
  border: 2px solid #fff;
  border-radius: 50px;
  height: 55px;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gradient__row--style-2 .gradient__btn:hover {
  -webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both;
}
.gradient__row--style-3 .gradient__btn {
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  margin: 20px;
  line-height: 60px;
  height: 60px;
  width: 250px;
  position: relative;
  text-align: center;
}
.gradient__row--style-3 .gradient__btn::after {
  content: "";
  border-radius: 10px;
  filter: blur(20px);
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.gradient__btn-1 {
  background: linear-gradient(to right top, #fdbe25, #fec928, #ffd42b, #ffdf31, #ffea37);
}

.gradient__btn-2 {
  background: linear-gradient(to right top, #fab823, #f9a315, #f68d0c, #f3770d, #ee5f13);
}

.gradient__btn-3 {
  background: linear-gradient(to right top, #eb4f12, #e74717, #e23f1b, #de361e, #d92d21);
}

.gradient__btn-4 {
  background: linear-gradient(to right top, #ed433f, #df3a37, #d2302f, #c42627, #b71b1f);
}

.gradient__btn-5 {
  background: linear-gradient(to right top, #b71c24, #c41c3c, #cf2154, #d72c6d, #db3a86);
}

.gradient__btn-6 {
  background: linear-gradient(to top, #d83f91, #d0409b, #c743a5, #bb47af, #ae4bb8);
}

.gradient__btn-7 {
  background: linear-gradient(to top, #a94bb9, #9b46b7, #8d42b5, #7d3eb2, #6d3ab0);
}

.gradient__btn-8 {
  background: linear-gradient(to top, #5540cd, #493fc7, #3c3ec0, #2e3dba, #1e3bb3);
}

.gradient__btn-9 {
  background: linear-gradient(to top, #1c3eb4, #154cbd, #1059c6, #1266ce, #1b73d5);
}

.gradient__btn-10 {
  background: linear-gradient(to top, #4292ff, #388cff, #2e86ff, #2380ff, #177aff);
}

.gradient__btn-11 {
  background: linear-gradient(to right, #11998e, #38ef7d);
}

.gradient__btn-12 {
  background: linear-gradient(to right, #aaffa9, #11ffbd);
}

.gradient__btn-13 {
  background: linear-gradient(to right, #348f50, #56b4d3);
}

.gradient__btn-14 {
  background: linear-gradient(to right, #403b4a, #bbbbb4);
}

.gradient__btn-15 {
  background: #ff5e9c; /* Fallback for older browsers */
  background: -webkit-linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%); /* Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #ff5e9c 0%, #ff3b8c 50%, #ff8fb2 100%); /* Standard syntax */
}

.gradient__btn-16 {
  background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
}

.gradient__btn-17 {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
}

.gradient__btn-18 {
  background: linear-gradient(to right, #fc5c7d, #6a82fb);
}

.gradient__btn-19 {
  background: linear-gradient(to right, #fc00ff, #00dbde);
}
.gradient__btn-19:after {
  background: linear-gradient(to right, #fc00ff, #00dbde);
}

.gradient__btn-20 {
  background: linear-gradient(to right, #C6EA8D, #FE90AF);
}
.gradient__btn-20:after {
  background: linear-gradient(to right, #C6EA8D, #FE90AF);
}

.gradient__btn-21 {
  background: linear-gradient(to right, #8a2387, #e94057, #f27121);
}
.gradient__btn-21:after {
  background: linear-gradient(to right, #8a2387, #e94057, #f27121);
}


/* ----------------------------------------------

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
