.about-padding{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px 30px 0px !important;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .about-padding{
    padding: 30px 0px 60px 0px !important;
  }
}

.prenatal-division
{
	width: 300px;
	height: 250px;
}

.prenatal-folder
{
	background-repeat: no-repeat !important; 
	width: 100%; 
	height: 100%;
}

.prenatal-folder::before
{
	content: "";
  min-width: 300px;
  min-height: 250px;
  background-color: #0000008f;
  display: block;
  position: absolute;
}

.prenatal-name
{
	color: #ffffff;
  z-index: 1;
  position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hide-arrow::-webkit-inner-spin-button,
.hide-arrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.hide-arrow {
  -moz-appearance: textfield; /* Firefox */
}

.dropdown-mobile {
  display: inline-block;
  border-radius: 2px;
  transition: all .5s ease;
  font-size: 2vw;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .dropdown-mobile {
    font-size: 6vw;
  }
}


.dropdown-mobile .select {
  cursor: pointer;
  display: block;
  padding: 10px
}
.dropdown-mobile .select > i {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px;
  padding-left: 10px;
}
  
 
.dropdown-mobile.active .select > i {
  transform: rotate(-90deg)
}
 

.dropdown-mobile .dropdown-mobile-menu {
  position: relative;
  width: 100%;
  left: 0;
  margin-top: 1px;
  overflow: hidden;
  display: none;
}

.dropdown-mobile-menu i 
{
  font-size: 15px;
}

.dropdown-mobile .dropdown-mobile-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 22px;
} 
.dropdown-mobile .dropdown-mobile-menu {
  padding: 0;
  list-style: none
}

.silver-pac{
  color: #ffffff;
  background-color: #009856;
  border-radius: 20px;
}

.dropdown-menu {
  border: 0 solid transparent;
  margin: 0;
}
@media (min-width: 991px) {
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-menu {
    float: left;
    min-width: 150px;
    margin: 0;
    border-radius: 0;
    border: 0 solid transparent;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    transform: translateY(10px);
  }
  .dropdown-menu .dropdown-item {
    padding: 8px 30px;
    color: #5f5f7f;
    font-weight: 700;
    font-size: 14px;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: #009856;
    color: #fff;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 75px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    border: 0 solid transparent;
    padding: 0;
    font-size: 22px;
  }
  .navbar-nav {
    margin-right: 0;
  }
  .dropdown-menu {
    padding: 0 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .navbar-collapse {
    position: absolute;
    top: 105px;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
    max-height: 70vh;
    overflow: auto;
  }
  .dropdown-item {
    padding: 8px 10px;
  }
  
  @media screen and (max-width: 400px) {
    .dropdown-item {
      font-size: 13px;
    }
  }
  .dropdown-toggle::after {
    border: 0px solid transparent;
    content: "";
    font-family: "Font Awesome 5 Free";
    vertical-align: 0px;
    float: right;
  }
  .dropdown.show .dropdown-toggle::after {
    float: right;
    transform: rotate(180deg);
  }
}

.silver-padding{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 !important;
  position: relative;
}

.silver-hotel-box.right {
  padding: 50px 0;
}

.our-expertise::before
{
  content: "";
  min-width: 300px;
  min-height: 300px;
  background-color: #0000008f;
  display: block;
  position: absolute;
}

.image-no-translate
{
  transform: translate(0px) !important;
}

@media screen and (max-width: 490px) {
  .side-content h2 {
    font-size: 30px;
  }

  .side-hotel-box h2 {
    font-size: 30px;
  }
}

.platinum-section.top-spacing {
  margin-top: 50px !important;
}

.testimonial-feedback
{
  padding: 30px 25px 75px 25px; 
  border-radius: 20px; 
  background-color: #949a95; 
  color: #ffffff;
  min-height: 270px;
}

.testimonial-user-division
{
  position: relative; 
  top: -50px;
}

.testimonial-user-data
{
  background-color: #ffffff; 
  width: 90%; 
  padding: 10px 20px; 
  border-radius: 20px; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-user-data img
{
  width: 80px;
  height: 80px;
  object-fit: cover;
  background-color: #f4f4f4; 
  padding: 12px; 
  border-radius: 50px;
}

@media screen and (min-width: 992px) {
  .testimonial-section-row
  {
    height: 100%;
  }
}

.parallax {
  background-image: url("https://localhost/mammacare/images/mammacare/banner-5.jpg");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-scrollbar .swiper-scrollbar-drag
{
  display: none !important;
}

section h2
{
  color: #004a4f;
}

.heading-white
{
  color: #fff;
}

.heading-green
{
  color: #004a4f;
}

ul li i
{
  color: #004a4f;
}

.packages-section .package img
{
  width: 100%;
  border-radius: 30px;
}

.packages-section .package .package-content-division
{
  position: relative; 
  top: -90px;
}

.packages-section .package .package-content-division .package-content
{
  background-color: #fff; 
  padding: 20px; 
  width: 90%; 
  border-radius: 0px 30px 30px 30px; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (min-width: 992px) and (max-width: 1086.95px) {
  .packages-section .package .package-content-division .package-content
  {
    height: 250px;
  }
}

@media screen and (min-width: 1087px) {
  .packages-section .package .package-content-division .package-content
  {
    height: 230px;
  }
}

@media screen and (max-width: 500px) {
  .packages-section .package .package-content-division .package-content
  {
    width: 100%; 
  }

  .packages-section .package .package-content-division
  {
    top: -50px;
  }
}

@media screen and (min-width: 576px) {
  .home-testimonial-container
  {
    padding: 0px 100px;
  }
}

#toTopr {
  color: #ffffff;
  font-size: 30px;
  background-color: #24dc5e;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
}



@media screen and (min-width: 992px) and (max-width: 1169.95px) {
  .menu_header
  {
    max-width: 1020px !important;
  }
}




