section{
    padding: 50px 0 !important;
}

.site-btn {
	background: #00bcd1;
	border: navajowhite;
	padding: 10px 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.site-btn:hover {
	color: #fff;
}
.page-title-section li{
	color: #fff;
}
/* ========================= pages css ================= */

.banner-swiper .swiper-slide{
	position: relative !important;
}
.banner-swiper .swiper-slide img{
	width: 100%;
}
/* .bnr1{
	background-image: url('/images/pharmacy-collage.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
} */
.banner-bg {
	position: absolute;
	bottom: 80px;
	text-align: center;
	width: 100%;
	background: #aca5a591;
	padding: 10px;
}
.banner-swiper .swiper-button-prev {
	border-radius: 50%;
	background: #aca5a591;
	position: absolute;
	left: 15px;
	font-size: 38px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 20px;
	opacity: 1;
}
.banner-swiper .swiper-button-next {
	border-radius: 56%;
	background: #aca5a591;
	position: absolute;
	right: 15px;
	font-size: 38px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 20px;
	opacity: 1;
}
.banner-swiper .swiper-button-next::after, .banner-swiper .swiper-button-prev::after {
	font-size: 25px;
	color: #000;
	font-weight: bold;
}
.ftr-menu {
	padding: 0;
	list-style: none;
}
.ftr-menu li a {
	color: #fff;
}
.ftr-ab {
	color: #fff;
	margin-bottom: 10px;
}
.footer {
	padding: 40px 0 0;
}
.btm-footer {
	padding: 10px;
	margin-top: 10px;
}
.btm-footer p{
    font-size: 14px;
}
.logo img {
	max-height: 70px;
	transition-duration: 0.5s;
}
.scrollHeader .navbar-brand img {
	max-height: 70px;
	transition-duration: 0.5s;
}
.contact-wrapper i {
	background: black;
	color: #fff;
	padding: 14px;
	border-radius: 50%;
}
.contact-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.contact-wrapper p{
	margin-bottom: 0;
}
.product-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.navbar-expand-lg {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.faculty-table {
	margin: 40px auto;
}
.faculty-table th {
	background-color: #00bcd1;
	color: #fff;
	border: 1px solid #00bcd1 !important;
}
.faculty-table th, td {
	padding: 5px 40px;
	border: 1px solid black;
}
.serv-cont .media-body{
	text-align: center;
}
.serv-cont .media-body i {
	font-size: 50px;
	margin-bottom: 20px;
}

#call-to-action-2 {
	background: #3c3c3c26;
}

.pricing-box-item {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.pricing-box-item .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 50px 0;
    display: block;
}
.pricing-box-item .pricing-terms {
    text-align: center;
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 11px 0 5px;
    border-top: 2px solid #BBBBBB;
    border-bottom: 2px dotted #CDCDCD;
}