* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.container h1 {
  text-align: center;
  font-weight: 900;
}
.container p {
  color: #0b0b0b;
  font-size: 1.4rem;
  font-weight: 600;
}
li {
  line-height: 50px;
  font-size: 1.1rem;
}


a {
  text-decoration: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
   margin: 50px 0; 
}

.content .cash {
  border: 2px solid dashed;
}
.content p {
  color: #0b0b0b;
}



.content .cash p {
  font-size: 1.5rem;
  color: #0b0b0b;
}
.diff {
  background-image: linear-gradient(#dbe7f8, #fafafa);
  border: 2px red dashed;
}
.diff h3 {
  color: red;
}
.content:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translate(0px, -8px);
}
img {
  /*width: 300px;*/
  height: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
p {
  color: #b2bec3;
}

.gallery ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.fa {
  font-size: 26px;
  transition: 0.4s;
}
.checked {
  color: #ff9f43;
}
.fa:hover {
  transform: scale(1.3);
  transition: 0.6s;
}
button {
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.buy-1 {
  background: #2183a2;
}
.buy-2 {
  background: #3b3e6e;
}
.buy-3 {
  background: #0b0b0b;
}
#order-form {
  width: 100%;
}

/* .footer {
  text-align: center;
} */

.footer img {

    width: 100%;
    height: auto;
  
}
@media (max-width: 1000px) {
  .content {
    width: 45%;
  }
  .container h1 {
    text-align: center;
  }
  iframe{
    margin: 30px 0;
  }
}
@media (max-width: 750px) {
  .content {
    width: 100%;
  }
  .container h1 {
    text-align: center;
  }
  iframe{
    margin: 30px 0;
  }
}
@media (max-width: 640px) {
  .container {
    width: 95%;
  }
  li {
    line-height: 35px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }

  .container h1 {
    text-align: center;
  }
  .footer iframe{
    margin: 30px 0;
  }
}




/*testimonial section*/

.testimonial .full-text {
    display: none;
}

.testimonial .read-more {
    color: #2fa1f4;
    cursor: pointer;
    text-decoration:none;
}

.testimonial{
  margin-bottom: 2.5em;
}

/**/

::-moz-selection {
  background-color: #2788ce;
  color: white;
}

::selection {
  background-color: #2788ce;
  color: white;
}

h1 {
  font-size: 25.5px;
}

h2 {
  font-weight: 700;
  font-size: 19.5px;
}

h3 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}



.img {
  width: 100%;
}

.img img {
  width: 100%;
  display: block;
}

.btn {
  text-align: center;
  padding: 30px 0 21px 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
}

.btn button {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
  margin: 20px 0;
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #2fa1f4;
  border: none;
  cursor: pointer;
  -webkit-animation: scaling 2s infinite alternate;
  animation: scaling 2s infinite alternate;
  overflow: hidden;
}

.btn button span {
  font-weight: 600;
  color: #ffffff;
  font-size: 21px;
}

.btn button:hover {
  background-color: #1e6da5;
}

.btn button:active {
  background-color: #2fa1f4;
}

.btn button span {
  color: #ffffff;
}

.btn button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.4)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: shine 2s ease-in-out infinite;
  animation: shine 2s ease-in-out infinite;
}

@-webkit-keyframes shine {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

@keyframes shine {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

/* scroll */
/*  */
.scroll-button {
  text-align: center;
  padding: 30px 0 21px 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
}

.scroll-button button {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
  margin: 20px 0;
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #2fa1f4;
  border: none;
  cursor: pointer;
  -webkit-animation: scaling 2s infinite alternate;
  animation: scaling 2s infinite alternate;
  overflow: hidden;
}

.scroll-button button span {
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

.scroll-button button:hover {
  background-color: #1e6da5;
}

.scroll-button button:active {
  background-color: #2fa1f4;
}

.scroll-button button span {
  color: #ffffff;
}

/* .scroll-button button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.4)),
    to(transparent);
  ) */
/*  */
/*  */
.btns {
  position: relative;
  display: none;
  position: fixed;
  width: 100%;
  bottom: -37px;
  left: 50%; 
  transform: translateX(-50%);
  z-index: 999;
  
}

.btnsx {
  position: relative;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 30vh;
  left: 50%; 
  transform: translateX(-50%);
  z-index: 999;
  
}
@media screen and (min-width: 768px) {
  .btns {
    width: auto; /* Override width for wider screens */
    max-width: 100%!important; /* Limit maximum width */
  }
}
/* See more or less */
#additionalImages {
  margin-top: 15px;
}
.button-container {
    text-align: center;
    margin-top: 10px;
  }
  
  .button-container button {
    background-color: #4CAF50;
    color: white;
    padding: 13px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .button-container button:hover {
    background-color: #45a049;
  }

  .image-container {
    text-align: center; /* Aligns the content (image) in the center horizontally */
  }
  
  .image-container img {
    display: block; /* Ensures the image behaves as a block element */
    margin: 0 auto; /* Centers the image horizontally */
  }
/* end */
/* .Endothelial{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.Endothelial img {
    max-width: 100%;
    height: auto;
  } */
  /* .Endothelial {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .Endothelial img {
    max-width: 100%;
    max-height: 80vh; 
    object-fit: contain;
  }   */
/* 
.ineffective{
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: -30px;
  overflow: hidden;
} */


/*  */
.container {
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
}

.container .head {
  background-color: #e9e9e9;
  margin: 22px 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container .head h5 {
  text-align: center;
  padding: 1;
  padding: 2px 0;
  font-weight: 400;
}

.container section {
  -webkit-box-shadow: #0000003d 0px 3px 8px;
  box-shadow: #0000003d 0px 3px 8px;
}

.container section > div {
  background-color: #ffffff;
  padding: 21px 15px 6px;
}

.container section > div > div:nth-child(1) {
  max-width: 600px;
  margin: auto;
}

.container section > div > div:nth-child(1) h1 {
  margin: 1rem 0;
  text-align: center;
  width: 100%;
  margin: auto;
  line-height: 1.4em;
  font-weight: 700;
}

.container section > div > div:nth-child(1) .img {
  margin: 20px auto;
  max-width: 500px;
}

.container section > div > div:nth-child(2) .date h2 {
  color: #2fa1f4;

}

.container section > div > div:nth-child(2) .date h3 {
  margin: 7px 0;
  font-weight: 400;
}

.container section > div > div:nth-child(2) .date h3 span {
  font-style: italic;
}

.container section > div > div:nth-child(2) > div:nth-child(2) .vid-link {
  text-decoration: none;
  color: #2fa1f4;
}

.container section > div > div:nth-child(2) > div:nth-child(2) p {
  margin: 25px 0;
}

footer > div {
  padding: 10px 0;
  width: 90%;
  margin: auto;
  max-width: 600px;
  text-align: center;
}

footer > div p {
  font-size: 8px;
  margin: 20px 0;
  color: #6b6b6b;
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  p {
    font-size: 20px;
  }
  .btn {
    width: 50%;
    max-width: 400px;
  }
  .btn a button {
    padding: 20px;
  }
  .btn a button span {
    font-size: 25px;
  }
  .container section {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
  }
  .container section > div > div:nth-child(1) {
    max-width: unset;
  }
  .container section > div > div:nth-child(1) h1 {
    width: 100%;
  }
  .container section > div > div:nth-child(1) .img {
    margin: 40px auto;
  }
  .container section > div > div:nth-child(2) {
    max-width: 890px;
    margin: auto;
  }
  footer > div p {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style1.css.map */
