* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}
#pop-up-hide {
  display: none;
}

.tpamox-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.tpamox-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tpamox-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tpamox-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.tpamox-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.tpamox-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.tpamox-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.tpamox-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.tpamox-popup-btn--accept {
  background: #1b1c31;
}

.tpamox-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
.txt-cntr {
  text-align: center;


}

.txt-white {
  color: #fff;
}

p {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.7;
  color: rgb(0, 0, 0);
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.tpamox-wrap {
  max-width: 1155px;
  width: 90%;
  margin: auto;
}

.tpamox-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}
.ksw {
  min-height: calc(100vh - 150px);
}
/*flex*/
.tpamox-flex {
  display: flex;
}

.tpamox-flex-aln {
  align-items: center;
}

.tpamox-flex-jus {
  justify-content: space-between;
}

.tpamox-flex-jus-cen {
  justify-content: center;
}

.tpamox-flex-gp {
  gap: 20px;
}

/*flex-child*/
.tpamox-flex-50 {
  flex: 50%;
}

.tpamox-flex-33 {
  flex: 33.33%;
}

.tpamox-flex-80 {
  flex: 80%;
}

.tpamox-flex-10 {
  flex: 10%;
}

.tpamox-flex-20 {
  flex: 20%;
}

.tpamox-flex-40 {
  flex: 40%;
}

.tpamox-flex-60 {
  flex: 60%;
}

.tpamox-flex-30 {
  flex: 30%;
}

.tpamox-flex-70 {
  flex: 70%;
}

.tpamox-flex-10 {
  flex: 10%;
}

.tpamox-flex-25 {
  flex: 25%;
}

.tpamox-flex-75 {
  flex: 75%;
}

.tpamox-flex-15 {
  flex: 15%;
}

.tpamox-flex-55 {
  flex: 55%;
}

.tpamox-flex-16 {
  flex: 16.66%;
}

#sec23 .tpamox-flex {
  display: flex;
  margin-top: 50px;
}

/*header*/
.tpamox-navbar ul {
  padding: 0;
  justify-content: flex-end;
  margin: 5px 0px;
}

.tpamox-navbar li {
  list-style-type: none;
}

.tpamox-navbar a {
  color: #f5f5f5;
  font-size: 16px;
  transition: 0.2s;
}

.tpamox-main-header {
  padding: 20px 10px;
}

.active {
  color: #db1919 !important;
}

.tpamox-top-header p {
  font-size: 16px;
}
/*  */
.tstmon{
  padding:50px 20px;
  background-color: rgb(215, 182, 136);
}
.tst-cont{
  /* border:2px solid black; */
  padding: 20px;
  text-align: center;
  max-width: 700px;
  min-height: 380px;
  display: flex;
flex-direction: column;
justify-content:center;
  align-items: center;
  border-radius: 10px;
   background-color: rgb(255, 255, 255);
position: relative;
z-index: 1;
}
.tst-cont img{
  max-width: 90px;
  border-radius: 50%;
 box-shadow: -3px -2px 0px black;
}
.tst-cont::before{
  content: '';
    position: absolute;
    top: 17px;
    left: -18px;
    border-radius: 10px;
    min-height: 300px;
    width: 95%;
    border: 2px dashed black;
    padding: 20px;
    z-index: -9999;
   background-color: beige;
}
/*banner*/
.tpamox-banner-head {
  font-size: 40px;
  line-height: 1.4;
  margin: 5px 0 5px 0;
  font-weight: 600;
  font-family: serif;
  font-style: italic;
}

.tpamox-banner-btn {
  max-width: 180px;
    padding: 12px 5px;
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-transform: uppercase;

}



.tpamox-banner-btn:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px gray;
}

.tpamox-banner-blk {
  max-width: 550px;
  margin: auto;
  /* background-color: #0000003e; */
  padding: 20px;
}



.tpamox-banner {
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  
}
.tpamox-ban{
  padding: 100px 20px;
}
/*product*/
.tpamox-btn {
  max-width: 170px;
  background-color: #161616;
  text-align: center;
  color: #fff;
  /* border-radius: 10px; */
  padding:  14px;
  font-size: 16px;
  text-transform: uppercase;

  border: none;
  
  cursor: pointer;
  margin:10px auto;
  position: relative;
  z-index: 1;
}
.tpamox-btn::after{
 content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    max-width: 160px;
    background-color: #7776766a;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transform: rotate(316deg);
    width: 23%;
    min-height: 41px;
    border-radius: 50%;
    transition: .5s ease-in-out;
    backdrop-filter: blur(6px);
    z-index: -99999;
}
.tpamox-btn:hover::after{
 width: 100%;
    border-radius: 0px;
    top: 0;
    min-height: 40px;
    border-radius: 0 0 10px 10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 5px;
    transform: rotate(0deg);
}

.tpamox-product-img {
  max-width: 380px;
  margin-top: 20px;
}

.tpamox-product {
  padding: 30px 10px;
}
.grtng-cont {
  border:2px double gray;
  padding:10px;
  max-width: 400px;
}
.grtng-cont img{
  height:70px;
  width:70px;
}
.grtng-cont h2 {
  margin:5px; 
  line-height: 1.4;
  font-size: 23px;
}
.grtng-cont p{
  padding: 10px;font-size: 16px; color:black
}
.tpamox-btn p {
  color: #000;
  text-align: center;
}

.tpamox-product-img {
  max-width: 380px;
}

/* .tpamox-btn:hover {
  transform: scale(1.1);
} */

.tpamox-btn:focus {
  outline: 3px solid #333;
}

.tpamox-btn a {
  color: #fff;
}

.tpamox-off {
  background-color: #138b2c;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.tpamox-pro-blk {
  border: 1px solid #e5e5e5;
  position: relative;
}

.prd-sec{
  border: 2px solid rgba(128, 128, 128, 0);
}
.prd-sec:hover{
  border: 2px solid gray;
  transition: 1s ease-in;
}
.prd-img {
  max-width: 380px;
  border: 2px solid transparent;
}

.prd-cont {
  color: rgb(0, 0, 0);
  font-size: 20px;
  /* background-color: #00000043; */
  padding:10px 20px;
}

.prd-cont p {
  color:#000;
 font-size: 16px;
}
.rev  h3{
  margin:10px 0px;
}
.rev p{
  font-size: 16px;
  line-height: 1.5;
}
.rev {
  border:2px solid black;
  padding:10px;
  margin:10px 0px;
 
}


.tpamox-pro-con {
  padding: 20px;
    position: relative;
    border: 5px double black;
}

.tpamox-pro-con p {
  color: black;
  font-size: 16px;
}

.tpamox-cart {
  background-color: #a55f2f;
  position: absolute;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  top: 0;
  right: 0%;
  transition: 0.5s;
  cursor: pointer;
}

.tpamox-cart:hover {
  background-color: #ec6fd3;
}

/*offer*/
.tpamox-offer {
padding: 112px 20px;
    background-image: url(../images/str-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.logpg {
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: 28px;
}

.tpamox-offer h1 {
 font-size: 35px;
    font-weight: 600;
    margin: 10px 0 0 0;
    line-height: 1.5;
    font-family: serif;
    font-style: italic;
}

.tpamox-offer-blk {
  max-width: 500px;
 
  padding: 20px;
}

.tpamox-offer-blk p {
font-size: 16px;
text-transform: uppercase;
}

.tpamox-offer-btn {
  max-width: 160px;
  padding: 10px;
  margin-top: 20px;
  transition: 0.3s;
  text-align: center;
  background-color: #000000;
  /* border-radius: 50px; */
  margin: auto;
  color: #ffffff;
}
.tpamox-header{
  background-color: rgb(0, 0, 0);
  border-bottom: 2px solid black;
}

.tpamox-offer-btn:hover {
  transform: scale(1.1);
}

/*strip*/
.tpamox-strip {
  padding: 40px 0px 0 0px;
}

.tpamox-strip img {
  max-width: 350px;
  display: block;
  object-fit: cover;
  margin: auto;
}

.grting {
 
  display: flex;
  justify-content: center;
  min-height: 400px;
 }

.jqh5w-wrp {
 
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

/*footer*/

.tpamox-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.tpamox-footer-nav a {
  color: #fff;
  transition: 0.2s;
}

.tpamox-footer ul {
  padding: 0;
}

.tpamox-footer-nav {
  max-width: 300px;
  margin-top: 10px;
}

.tpamox-footer-nav-p {
  border-left: #fff solid 1px;
  padding-left: 10px;
}

.tpamox-footer-top {
  padding: 40px 20px;
  background-color: #030303;
}

.tpamox-footer-top h1 {
  color: white
}
.tpamox-footer p{
  color: white
}
.tpamox-footer-blk {
  max-width: 180px;
  text-align: center;
  margin-top: 10px;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}

/*back-pages*/
.tpamox-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
}



.thumbnails img {
  display: inline-flex;
  max-width: 100px;
  margin: 10px;
  border:2px solid transparent ;
}

.thumbnail:hover {
 border:2px solid rgb(0, 0, 0) ;
}

.product img {
  max-width: 400px;
}

.tpamox-abtn {
  max-width: 190px;
  background-color: #161616;
  text-align: center;
  color: #fff;
  /* border-radius: 10px; */
  padding:  15px;
  font-size: 16px;
  text-transform: uppercase;

  border: none;
  
  cursor: pointer;
  margin:10px 0px;
  position: relative;
  z-index: 1;
}
.tpamox-abtn::after{
 content: '';
    position: absolute;
    top: 30px;
    right: 0px;
    max-width: 160px;
    background-color: #7776766a;
    clip-path: polygon(20% 100%, 20% 40%, 0% 40%, 50% 0%, 100% 40%, 80% 40%, 80% 100%);
    transform: rotate(316deg);
    width: 15%;
    min-height: 33px;
    border-radius: 50%;
    transition: .5s ease-in-out;
    backdrop-filter: blur(2px);
   z-index: -99999;
}
.tpamox-abtn:hover::after{
  width:100%;
  border-radius: 0px;
   top: 0;
   min-height: 45px;
   border-radius:0 0 10px 10px;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0px;
    transform: rotate(0deg);
}
.tpamox-mid li {
  font-size: 16px;
}

.tpamox-des {
  padding: 0 10px 30px 10px;
}
.tpamox-des ul li {
  line-height: 1.5;
  padding:5px 0px;
}
.tpamox-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}
/*  */
.tpamox-artic-wrap{

}
/* .tpamox-artic-ban img{
  max-width: 1000px;
  width:100%;
  margin:20px 0px;
} */
.tpamox-article{
    padding:30px 20px;
    max-width: 900px;
  width:100%;
  margin:20px auto;
}

.tpamox-article-content p{
    font-size: 18px;
    line-height: 1.5;
}
.tpamox-article-content h1,h3{
  line-height: 1.4;
  margin:10px 0px;
}
.tpamox-article-content  ul{
   padding: 10px 20px;
    margin: 0px;
}
.tpamox-article-content  ul li{
    line-height: 1.6;
    font-size: 17px;
    list-style: circle;
    padding:5px 0px;
    
}
/* .tpamox-article-img{
    padding:20px 0px;
} */
/* .tpamox-article-img img{
    max-width: 700px;
} */
/*  */
/*contact-page-css*/
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #333;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000;
}

/* privacy */
.jqh5w-info p {
  font-size: 17px;
  color: #000;
  line-height: 30px;
}
/* privacy  */
.row ul li {
  line-height: 1.5;
  padding:3px 0px;
}
.row p{
  font-size: 16px;
}
.row ul {
  padding-left: 20px;
}
/*media*/

@media only screen and (max-width: 767px) {
    /*  */

  .tpamox-popup-modal {
    padding: 1.5rem;
  }

  .tpamox-popup-title {
    font-size: 1.5rem;
  }

  .tpamox-popup-text {
    font-size: 16px;
  }

  .tpamox-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .tpamox-flex-dir {
    flex-direction: column;
  }
.tpamox-banner-blk{
  max-width:500px;
  margin:auto;
}
  /* .tpamox-flex {
  flex-wrap:wrap;
 } */
  .mob-cntr {
    text-align: center;
  }

  .desk-nn {
    display: block;
  }
  .tpamox-ban {
    padding: 10px 10px;
}
  .mob-nn {
    display: none;
  }
  .tpamox-banner {
    padding:10px;
    background-position: center;
  }
  
.tpamox-banner-blk  p{
  font-size: 15px;
}
  .tpamox-banner-btn {
    margin: 20px auto;
  }

  .tpamox-banner-head {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 5px;

  }

  .thumbnails img {
    max-width: 80px;

  }
.tpamox-pro-con  {
  padding: 13px;
        text-align: center;
        line-height: 1.5;
}
  .tpamox-mid {
    padding: 20px 10px;
  }

  .tpamox-flex-16 {
    margin-top: 30px;
  }

  .tpamox-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .tpamox-strip h1 {
    font-size: 30px;
  }

  .tpamox-offer h1 {
    font-size: 27px;
    font-weight: 500;
    color:#ffffff;
  }
.tpamox-offer-blk {
  padding:10px;
}
  .tpamox-footer-nav {
    margin: 15px auto auto;
  }

  .tpamox-footer-blk {
    margin: 15px auto auto;
  }

  .tpamox-banner-blk {
   padding:10px;
   text-align: center;
  }
  .tpamox-footer-nav-p {
    border-left: #ffffff00 solid 1px;
    padding-left: 0px;
  }
  .tpamox-offer-con {
    margin: auto;
  }
  
  .jqh5w-wrp{
    padding:30px 20px;
  }
  .tpamox-offer-btn {
    margin: 20px auto auto;
  }

  .tpamox-offer {
    padding:20px;
    background-blend-mode: overlay;
    background-color: #00000077;
    color:#fff;
  }
.tpamox-offer-blk p {
  color:#ffffff;
  font-size: 16px;
}
.tst-cont::before{
  display: none;
}
  .search-container {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  .search-input {
    margin-bottom: 10px;
  }

  .search-button {
    width: 100%;
  }

}
@media only screen and (max-width:480px) {
  .tpamox-popup-modal {
    padding: 1rem;
  }

  .tpamox-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .tpamox-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .tpamox-popup-title {
    font-size: 24px
  }

  .tpamox-popup-icon {
    align-self: flex-end;
  }

}

/*effects*/
.tpamox-grow img {
  transition: 1s ease;

}

.tpamox-grow {
  overflow: hidden;
  cursor: pointer;
}

.tpamox-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}

/**/
.img-content {
  position: relative;

  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 50%;
  }

  &:hover {
    .img-overlay {
      opacity: .8;
    }
  }
}

/**/
.select-container {
  max-width: 100%;
  width: 220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background-color: transparent;

  border: #fff solid 1px;
}

.search-button:hover {
  transform: scale(1.1);
}