.brand-logo-mob.brand-logo-mob/* custom css for rekhapharma */
.carousel.carousel-slider .carousel-item p {
  font-size: 17px;
}
.carousel.carousel-slider {
  height: 70vh;
}
nav ul a {
  font-size: 16px;
}
body {
  font-size: 17px;
}
.hello-container {
  padding-left: 10rem;
  display: inherit;
}

.top-strip {
  padding: 0.3rem 0;
}

.top-strip a {
  vertical-align: super;
  color: #fff;
}

.no-mb {
  margin-bottom: 0 !important;
}

.menu-part nav {
  box-shadow: none;
  /* height: 4.3rem; */
}

.menu-part nav a {
  /* margin-left: 2rem; */
  color: #000;
}

.menu-part .brand-logo img {
  width: 10rem;
  margin-top: 0.1rem;
}

.menu-part nav ul a {
  color: #c8202b;
  /* margin-top: -3px; */
  border-top: 3px solid #fff;
  /* transition: background-color 0.5s ease; */
  background-color: #fff;
  -webkit-transition: border-top 0.5s ease-out;
  -moz-transition: border-top 0.5s ease-out;
  -o-transition: border-top 0.5s ease-out;
  transition: border-top 0.5s ease-out;

  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.menu-part nav ul a:hover {
  color: #fff;
  background-color: #43a047;
  border-top: 3px solid #c8202b;
  /* margin-top: -3px; */
}

.brand-logo-mob {
  margin-top: 0.2rem;
}

/* slider */

.carousel-part .carousel .carousel-item > img {
  height: 100%;
}

.carousel-part {
  background-color: #fff;
  margin-bottom: -1rem;
}

/* !slider */

/* who-we-are */

#who-we-are-outer {
  background-color: #fff;
  height: 100%;
  margin-bottom: -1rem;
}

.who-we-are {
  min-height: 70vh;
}
.carousel-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.1rem;
  bottom: 3.5rem;
  color: #ffffff;
  border-radius: 0 20px 0;
  left: 7rem;
  right: 7rem;
  cursor: text;
  width: fit-content;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.m-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 2rem 0;
}
footer p,
footer p a {
  color: #c8202b;
}

.m-title::after {
  background: none repeat scroll 0 0 #c8202b;
  bottom: -10px;
  content: "";
  display: block;
  height: 3px;
  position: relative;
  width: 50px;
}

.img-about {
  max-width: 100%;
}

/* !who-we-are */

/* our-products */

.our-products-outer {
  background: url("../images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.our-products-outer-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.our-products {
  min-height: 60vh;
}

.our-products .card {
  margin: 3rem 1rem;
}
.our-products .card .card-image img {
  height: 350px;
}
.our-products .card .card-image .card-title {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.product-content .card .card-image img {
  height: 245px;
}

.product-content .card-title {
  padding: 5px !important;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-size: 20px;
}

.our-products .card .card-content
{
  height: 340px;
}
.card .card-content ul, .modal ul,
.card .card-content li, .modal ul li {
  list-style: square;
}
.our-products .card .card-content ul:nth-child(odd){
  margin-top:0;
}
.card .card-content ul, .modal ul {
  padding-left: 25px;
}
.modal ul {
  padding-left: 15px;
}
/* !our-products */

/* testimonials */

#testimonials img {
  max-width: 100%;
  width: 100px;
  height: 100px;
}

#testimonials .carousel-item {
  padding: 5rem 2rem;
  background-color: #43a047;
  color: #fff;
}

#testimonials.carousel {
  height: 255px !important;
}

/* !testimonials */

/* footer */
.footer-overlay {
  background-color: #ffffedf5;
}

.made:hover {
  color: green !important;
}

a.fa.fa-facebook-square.fa-2x.white-text.text-lighten-2:hover {
  color: #4267b2 !important;
}

a.fa.fa-google-plus-square.fa-2x.white-text.text-lighten-2:hover {
  color: #dc4a38 !important;
}

a.fa.fa-twitter-square.fa-2x.white-text.text-lighten-2:hover {
  color: #1da1f2 !important;
}

a.fa.fa-linkedin-square.fa-2x.white-text.text-lighten-2:hover {
  color: #0077b5 !important;
}

a.fa.fa-youtube-square.fa-2x.white-text.text-lighten-2:hover {
  color: #ff0000 !important;
}

.m-valign {
  vertical-align: middle;
}

/* !footer */

/* goto top */

* {
  font-family: tahoma;
}

/* .testheight Not required - unless testing ;) */

.testheight {
  height: 1200px;
  font-size: 20px;
  text-align: center;
  padding: 100px 20px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  z-index: 3333;
  right: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  border-radius: 50%;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border: 2px solid green;
}

.scroll:hover {
  background: rgba(178, 178, 178, 1);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

/* goto top */

/* parallax footer */

#site-content {
  min-height: 80vh;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.42) 0 14px 35px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.42) 0 14px 35px 0;
  box-shadow: rgba(0, 0, 0, 0.42) 0 14px 35px 0;
}

#site-footer {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

/* !parallax footer */

.abt-small-hed {
  padding: 1rem;
}

.about-part,
footer {
  background-image: url("../../assets/images/abtbg.jpg");
}

.overlay {
  background: rgba(255, 255, 255, 0.95);
  /* height: 80vh; */
}

header {
  padding: 2rem 0;
}

.abt {
  padding-bottom: 2rem;
}

.abt h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.lb-data .lb-caption {
  font-size: 18px !important;
}
.abt p {
  line-height: 1.7;
  font-size: 17px;
}
.product-content .card:hover {
  box-shadow: 0 2px 2px 0 rgba(37, 32, 32, 0.14), 0 3px 5px 0 rgba(2, 2, 2, 1),
    0 3px 1px 2px rgba(8, 8, 8, 0.2);
  cursor: pointer;
}
.product-content .card-content {
  padding: 12px;
}
.abt-content ul {
  padding-left: 1.5rem;
  list-style-type: square;
}

.abt-content ul li {
  list-style-type: square;
  line-height: 2;
  font-size: 17px;
}

.abt-content {
  border: 1px solid #4caf50;
  padding: 1rem;
}

.no-lr-m {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
iframe {
  width: 100%;
}

/* desktop */

@media only screen and (min-width: 993px) {
  /* overriding container */
  .container {
    width: 85%;
  }
  /* !overriding container */
}

/* !desktop */

/* mobile */

@media only screen and (max-width: 600px) {
  #site-footer {
    position: inherit;
  }
  .mobContainer {
    width: 100% !important;
  }
}

/* !mobile */



* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}
.f-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  /* padding: 0 4px; */
  width:100%;
}
figure{
  margin: 0px;
  border-radius: 5px;
}
figure.pro:hover {
  /* border-color: #c8202b; */
  -webkit-box-shadow: 0px 0px 10px 1px #c8202b; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 10px 1px #c8202b; /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 10px 1px #c8202b;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

figure.pro {
  transition: box-shadow 1s;
  cursor: pointer;
  border: 1px solid #fff;
}
.img-title{
  width: calc(100% - 1px);
  height: 50px;
  background-color: rgba(0,0,0,0.6);
  position: relative;
  margin-top: -57px;
  color: #fff;
  font-size: 20px;
  padding: 8px;
  border-radius: 0 0 5px 5px;
}
/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 7px;
}
.column img{
  border-radius: 5px;
}
.column .pro {
  margin-top: 12px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
  }
}