@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}

nav {
  background: #EF9A9A !important;
  padding: 0px !important;
}

nav .navbar-brand {
  padding-left: .312rem !important;
}

nav .ranip_logo {
  width: 80px;
  height: 80px;
}

nav .navbar-toggler:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

nav .navbar-collapse.collapse.show {
  border-top: 1px solid grey;
}

.banner_section {
  height: 90vh;
}

.banner_section .banner_img {
  background-image: url("../images/medical-5459630_1280.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_section .banner_heading {
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #12beb9;
}

.banner_section .desc_div {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .banner_section {
    height: 100vh;
  }
  .banner_section .banner_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #12beb9;
  }
  .banner_section .banner_img {
    min-height: 250px;
  }
}

.modal .modal_img {
  width: 100%;
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

.text-module__highlight-text--small-pullquote {
  font-weight: 700;
  font-style: italic;
}

.text-module__highlight-text--pullquote::before {
  margin-bottom: 20px;
}

.text-module__highlight-text--pullquote::after {
  margin-top: 20px;
}

.text-module__highlight-text--pullquote::before, .text-module__highlight-text--pullquote::after {
  display: block;
  height: 2px;
  background-color: #fcd800;
  content: '';
}

.text-module__highlight-text {
  margin: 0 0 20px;
  font-size: 16px;
}

.text-module__highlight-text span::before {
  content: '\201C';
}

.text-module__highlight-text span::after {
  content: '\201D';
}

.product_title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.product_img {
  width: 100%;
  height: 350px;
}

.product_card {
  background-color: rgba(190, 190, 190, 0.3);
  padding: 10px 5px;
}

.product_price_div {
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .text-module__highlight-text {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .text-module__highlight-text--small-pullquote {
    width: 280px;
    margin: 50px 120px 50px 0;
    float: left;
    font-size: 18px;
    line-height: 1.375em;
  }
  .text-module__highlight-text--small-pullquote::before, .text-module__highlight-text--small-pullquote::after {
    display: block;
    height: 2px;
    background-color: #fcd800;
    content: '';
  }
  .text-module__highlight-text--pullquote::before, .text-module__highlight-text--pullquote::after {
    margin-bottom: 30px;
  }
  .text-module__highlight-text--pullquote::after {
    margin-top: 30px;
  }
}

.card {
  border-radius: 25px;
}

.card-head {
  position: relative;
  height: 252px;
  background: #fa782e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fa782e 8%, #c82930 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 25px 25px 0 0;
}

.card-logo {
  width: 55px;
  margin: 20px;
}

.product-img {
  position: absolute;
  left: 0;
  margin-top: -16px;
  margin-left: 50px;
}

.product-detail {
  padding: 0 20px;
  font-size: 11px;
  color: #fff;
}

.product-detail h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.back-text {
  display: inline-block;
  font-size: 103px;
  font-weight: 600;
  margin-left: -7px;
  margin-top: -12px;
  opacity: 0.1;
}

.card-body {
  height: 142px;
  background: #fff;
  border-radius: 0 0 25px 25px;
}

.product-title {
  padding: 5px 20px 5px 20px;
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-title b {
  font-weight: 900;
  letter-spacing: 0px;
}

.badge {
  position: relative;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  background: #12beb9;
  padding: 2px 5px;
  border-radius: 4px;
  top: -2px;
  margin-left: 5px;
}

.product-caption {
  display: block;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-rating {
  padding: 0 20px;
  font-size: 11px;
}

.product-rating i.grey {
  color: #acacab;
}

.product-size h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ul-size {
  margin-left: 15px;
}

.ul-size li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-size li a {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  color: #000;
}

.ul-size li a.active {
  background: #f35e3d;
  color: #fff;
}

.product-size:before,
.product-size:after {
  content: '';
  display: block;
  clear: both;
}

.product-color h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.ul-color {
  margin-left: 27px;
}

.ul-color li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-color li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.ul-color li a.orange {
  background: #f35e3d;
}

.ul-color li a.green {
  background: #11e95b;
}

.ul-color li a.yellow {
  background: #ffd414;
}

.ul-color li a.active:after {
  position: absolute;
  content: '';
  display: inline-block;
  border: 1px solid #f35e3d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-left: -5px;
  margin-top: -5px;
}

.product-price {
  position: absolute;
  background: #12beb9;
  padding: 7px 20px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  border-radius: 7px;
  margin-left: -5px;
  -webkit-box-shadow: -10px 20px 15px -10px rgba(108, 230, 230, 0.3);
          box-shadow: -10px 20px 15px -10px rgba(108, 230, 230, 0.3);
}

.product-price b {
  margin-left: 5px;
}

.composition {
  padding: 0px 21px;
  font-size: 12px;
}

.product_outer_div {
  margin-bottom: 50px;
  text-decoration: none;
  color:#212121
}
.product_outer_div:hover{
  text-decoration: none;
  color:#212121
}

.yt {
  position: fixed;
  padding: 7px 10px 3px 10px;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.yt:hover {
  background: rgba(0, 0, 0, 0.2);
}

.product-size h4 {
  text-transform: uppercase;
  margin-top: 5px;
  min-height: 40px;
}

.product-title {
  min-height: 61px;
}

.content-div{
  padding:  24px 0px;
}

.pagination-style{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 23%;
}

.pagination-tag{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px hsla(0,0%,84%,.3);
  text-decoration: none;
  color: #000;
}

.content-div-parent{

}
.medicine-title{
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}

.drugs {
  display: flex;
  flex-direction: row;
  width: 70%;
  padding-top: 15px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.drugs__left {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.drugs__title {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
}
.drugs__pres {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 16px;
  padding-top: 20px;
}
.drugs__pres--symbol {
  background: url("./../product-pages/assets/img1.svg") no-repeat;
  width: 14px;
  height: 15px;
}
.drugs__pres--text {
  font-size: 12px;
  padding: 0 5px;
}
.drugs__manufacturer {
  padding-top: 15px;
  font-size: 14px;
  color: #616161;
  font-weight: 700;
}
.drugs__manufacturer--name {
  padding-top: 8px;
  color: #616161;
  text-decoration: underline;
  font-size: 14px;
}
.drugs__manufacturer--link {
  padding-top: 30px;
  text-decoration: underline;
  font-size: 16px;
  color: #ff6f61;
}
.drugs__right {
  width: 60%;
  height: 200px;
}
.drugs__slideshow {
  width: 100%;
  position: relative;
  margin-bottom: -20px;
  overflow: hidden;
}
.drugs__images {
  /* width: 350px; */
  height: 200px;
  /* padding-left: 20px; */
}
.drugs__prev, .drugs__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.drugs__next {
  right: 50px;
}
.drugs__pagination {
  text-align: center;
}
.drugs__pagination--dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.drugs__pagination--dot:hover {
  background-color: #717171;
}

.active {
  background-color: #717171;
}

.fade {
  animation-name: scroll;
  animation-duration: 0.5s;
}

@keyframes scroll {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(0px);
  }
}
.description {
  width: 60%;
}
.description__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.description__text {
  padding: 8px 0 16px;
  font-size: 14px;
  color: #666;
  line-height: 1.42857143;
}


.uses {
  width: 60%;
  border-top: 1px solid #eee;
}
.uses__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.uses__link {
  color: #ff6f61;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  top: 12px;
}
.uses__link::before {
  content: "•";
  color: #b4b4be;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px;
}
.uses__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
}
.uses__text::before {
  content: "•";
  color: #b4b4be;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 1px;
}
.uses__title2 {
  color: #212121;
  font-weight: 700;
  padding-top: 55px;
  margin: 0;
  font-size: 14px;
}
.uses__text2 {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
  line-height: 1.42857143;
}
.uses__showBtn {
  color: #ff6f61;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 410px;
  padding: 0 16px;
  transition: all 0.2s;
  text-transform: capitalize;
  text-decoration: none;
}
.uses__text3 {
  padding-top: 10px;
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
  line-height: 1.42857143;
}
.uses__hideBtn {
  color: #ff6f61;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 410px;
  padding: 0 16px;
  transition: all 0.2s;
  text-transform: capitalize;
  text-decoration: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.sideEffects {
  width: 60%;
  border-top: 1px solid #eee;
}
.sideEffects__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.sideEffects__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
}
.sideEffects__heading {
  margin-bottom: 0.5rem;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.25);
  font-weight: 400;
  position: relative;
  top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.sideEffects__list {
  position: relative;
  top: 40px;
}
.sideEffects__list--item {
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  color: #666;
  padding-top: 15px;
}
.sideEffects__list--item::before {
  content: "•";
  color: #b4b4be;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px;
}

.howToUse {
  width: 60%;
  border-top: 1px solid #eee;
}
.howToUse__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.howToUse__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
}

.howDrugWorks {
  width: 60%;
  border-top: 1px solid #eee;
}
.howDrugWorks__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.howDrugWorks__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
  line-height: 1.42857143;
}

.safety__content--symbol4, .safety__content--symbol3, .safety__content--symbol2, .safety__content--symbol {
  background-color: #FFE0CC;
  color: black;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 15px;
  margin-left: 5px;
  line-height: 1.42857143;
}

.safety {
  width: 60%;
  border-top: 1px solid #eee;
}
.safety__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.safety__content {
  display: flex;
  align-items: center;
}
.safety__content--text {
  font-weight: 700;
  padding-left: 5px;
  color: #212121;
  font-size: 14px;
  line-height: 1.42857143;
}
.safety__content--symbol2 {
  background-color: #D4FFFA;
}
.safety__content--symbol3 {
  background-color: #FFD9E1;
}
.safety__content--symbol4 {
  background-color: #E2F6E7;
}
.safety__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 10px;
  padding: 8px 0 16px;
  line-height: 1.42857143;
}

.missed {
  width: 60%;
  border-top: 1px solid #eee;
}
.missed__title {
  color: #212121;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
  font-size: 14px;
}
.missed__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 20px;
  line-height: 1.42857143;
}

.substitute {
  width: 60%;
  border-top: 1px solid #eee;
}
.substitute__title {
  color: #616161;
  font-weight: 700;
  padding-top: 16px;
  font-size: 20px;
  line-height: 1.42857143;
}
.substitute__text {
  font-size: 14px;
  color: #666;
  position: relative;
  top: 10px;
  line-height: 1.42857143;
}

.substitute__info {
  width: 40%;
  padding: 15px 50px 25px;
}
.substitute__info--button {
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  text-align: center;
  font-size: 16px;
  border-radius: 45px;
  width: 30%;
  background: #ff6f61;
  padding: 10px;
  cursor: pointer;
}
.substitute__info__container--first {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  color: #9e9e9e;
  padding-top: 16px;
}
.substitute__info__container {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding-top: 16px;
}
.substitute__info__container--link {
  font-size: 14px;
  color: #ff6f61;
}
.substitute__info__container__name span {
  margin: 2px 0 0 0;
  font-size: 12px;
  color: #616161;
}
.substitute__info__container__rate div {
  font-size: 14px;
}
.substitute__info__container__rate p {
  margin: 2px 0 0 0;
  font-size: 12px;
  color: #208376;
}

.modal {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal__content {
  width: 80%;
  height: 80vh;
  position: fixed;
  top: 50px;
  left: 120px;
  background-color: white;
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 3%;
  color: hsla(0, 0%, 60%, 0.6);
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.2em;
}
.modal__container {
  background-color: white;
  border: 1px solid #eee;
  height: 280px;
  display: flex;
  top: 100px;
  padding-top: 70px;
  flex-wrap: wrap;
  width: 415px;
  left: 50px;
  position: absolute;
}
.modal__figure {
  position: absolute;
  left: 75%;
  padding-left: 300px;
  top: 0%;
}
.modal__figure--image {
  position: absolute;
  width: 300px;
  display: block;
  height: 300px;
}
.modal__list {
  list-style: none;
  margin: 0;
  text-align: center;
}
.modal__list--item {
  margin: 0 5px;
  display: inline-block;
  width: 100px;
  cursor: pointer;
}
.modal__list--image {
  width: 91px;
  height: 65px;
}

@media (max-width: 1030px) {
  .swiper__container--left {
    display: none;
  }
  .swiper__container--right {
    width: 100% !important;
  }
  .drugs {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .drugs__right {
    width: 100%;
  }
  .drugs__left {
    width: 100% !important;
  }
  .description {
    width: 100% !important;
  }
  .uses {
    width: 100% !important;
  }
  .sideEffects {
    width: 100% !important;
  }
  .howToUse {
    width: 100% !important;
  }
  .howDrugWorks {
    width: 100% !important;
  }
  .safety {
    width: 100% !important;
  }
  .missed {
    width: 100% !important;
  }
  .substitute {
    width: 100% !important;
  }
  .substitute__info {
    width: 100% !important;
  }
  .substitute__info--button {
    width: 70% !important;
  }
  .modal__content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .modal__figure {
    left: 0;
    padding: 0;
    position: absolute;
    top: 95%;
  }
  .modal__container {
    width: 100%;
    left: 0;
  }
}


.page-footer{
  background-color: #00cec8;
  height: 200px;
  @media screen and (max-width: 768px){
    height: 150px;
  }
}

.page-footer a{
text-decoration: none;
}
header{
  z-index: 1111;
}
.product-detail-page{
  margin-top: 105px;
}

#pagination-container-destination li.active{
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map */