*, *::before, *::after{
    box-sizing: border-box
}
a{
  text-decoration: none;
  color: inherit;
}

.container1{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.whole{
    flex-direction: row-reverse;
    text-transform: uppercase;
}
h2{
  font-size: 2rem;
  color: #FE9905;
}
p{
  text-align: left;
}

.hero-image {
  background-image: url("img/top_background2.png");
  background-color: #cccccc;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  color: white;
  padding-top: 50px;
}
.header h1{
    color: white;
    margin: auto;
    width: 100%;;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 8vw;
    text-shadow: 1px 1px black;
}
.centerdiv{
  margin: auto;
  width: 90%;
  text-align: center;
}
.description{
  padding-top: 50px;
}
.description-content{
  display: flex;
  flex-direction: column;
}
.description-content img{
  width: 30%;
}
.description-txt{
  text-align: center;
}
.description-img{
  margin: auto;
}

.card img{
  border-radius:10px;
}
.front {
  transition: box-shadow .3s;
  border-radius:10px; 
}
.front:hover {
  box-shadow: 0 0 15px rgba(168, 97, 76, 0.436); 
}
.services{
  padding-top: 100px;
}

.services p{
  width: 75%;
  text-align: center;
  margin: auto;
  padding-top: 25px;
}
.services img{
  height: 200px;
  margin: auto;
}
.services a{
  color: #c66b00;
}
.accordion-body{
  display: flex;
  flex-direction: column;
}
.accordion-body a{
  color: #c66b00;
}


/* Visit https://nicolaskadis.info/posts/pure-css-flip-cards-using-bootstrap-4-and-css-grid-no-js for an explanation */

/* for demo purposes */
.card{
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.txtsmall{
  font-size: small;
  text-align: left!important;
}
.ser{
  display: flex;
  flex-direction: row;
}
.s4t{
  text-align: center;
  margin: auto;
}
input[type='checkbox'] {
  display: none;
}

/* Flip Cards CSS */
.card-container {
  display: grid;
  perspective: 700px;
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.card-block h4{
  position: absolute;
  margin-top:30%;
  margin-left: 3%;
  margin-right: 3%;
  color: white;
  text-shadow: 2px 2px 8px orange;
  background: #ffcc843b;
    box-shadow: 0px 0px 20px 5px rgba(250, 161, 120, 0.344);
    border-radius: 5px;
    padding: 1%;
}
.card-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-text{
text-align: center;
margin: auto;
padding-top: 20%;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
}

input[type='checkbox']:checked + .card-container .card-flip {
  transform: rotateY(180deg);
}

.fade-in-text {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .page-section {
    padding: 6rem 0;
  }
  .page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
  }

  .timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: white;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
    text-align: right;
  }
  .right{
    text-align: left!important;
  }

  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }

  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }
  } 

.background ul{
  padding-left: 0;
}
.background li{
  list-style-type: none;
  padding-left: 0px;
}
#cookies-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 9999;
  width: 100%;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0;
}

.footer-content{
    display: flex;
    flex-direction: column;
    background-color: #FE9905;
    color: white;
    align-content: center;
}
.footer-content div{
    text-align: center;
    margin: auto;
}
.footer-content p{
  text-align: center;
}

.socials{
  display: flex;
  flex-direction: column;
}
.socials img{
  width: 20%;
}
.lkdn img{
  height: 55px!important;
  width: 40px!important;
}
.pharma img{
  height: 25px;
  width: 70px;
}
.black{
  color: black;
}
.white{
  color: white;
}
.copyright{
  background-color: #c66b00;
  color: white;
  padding-left: 5%;
}

/* Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
  .header h1{
    padding-top: 70px;
    font-size: 7vw;
}
 }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .header{
    height: 400px;
}
  .header h1{
    font-size: 6vw;
    padding-top: 100px;
}
.hero-image {
  height: 400px;
}

.description{
  height: 250px;
  padding-top: 100px;
  margin-bottom: 100px;
}


.description-content img{
  width: auto;
  height: 150px;
  padding-top: 20px;

}
.accordion-body{
  flex-direction: row;
}

.footer-content{
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 5%;
}
.rs{
  width: 15%;
}
.socials img{
  width: 30%;
}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  
  .header h1{
    font-size: 5vw;
}

 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

 }