/*
Theme Name: Dr Pradeep Bala Website Template
Text Domain: Dr Pradeep Bala Website Template
Version: 1.0
Author: Harikrishnan
Author URI: https://harikrishnanvarieth.com/
*/

.home-banner .slider-height {
	height: 80vh;
	min-height: initial;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.h4brand-area .owl-stage {
  display: flex;
  align-items: center;
}

.latest-news-thumb.home img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.patient-page-tabs-wrapper {
  padding: 50px 0;
  min-height: 42vh;
}

.patient-page-tabs-wrapper ul.content-tabs {
  border-bottom: 1px solid #f87c58;
}

.patient-page-tabs-wrapper ul.content-tabs li button {
  font-size: 20px;
  font-size: 13px;
  color: #f87c58;
  background: none;
}

.patient-page-tabs-wrapper ul.content-tabs li button:hover {
  border-color: #f87c58 #f87c58 #fff;
}

.patient-page-tabs-wrapper ul.content-tabs li button.active {
  color: #272727;
  border-color: #f87c58 #f87c58 #fff;
}

.patient-page-tabs-wrapper .tab-content {
  padding: 30px 0;
}

.conditions-inner-banner {
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #212529;
}

.conditions-inner-banner h2 {
  margin: 0;
  color: #e12454;
}

.sticky-icons-holder {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
}
.sticky-icons-holder img {
  width: 50px;
}

input[type="submit"] {
  width: auto;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(225, 36, 84);
  height: auto;
  color: #fff;
}

@media (max-width: 767px) {
	.home-banner .slider-height {
		height: auto;
		padding: 20px 0;
	}
	.home-banner .slider-height h2 {
		font-size: 22px;
	}
	.homepage.about-area {
		padding-top: 30px !important;
	}
}