.home-banner{background-image:none;}
.home-banner #slider li{
	height:100vh;
	width:100%;
	background-size:cover;
	background-position:center;
}
.margbtn{
	margin-top:100px;
}
.block-main ul li{
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-weight: 400;
}
.block-main .homebanner-content,
.block-main  ul li .homebanner-content{
	font-family:"M PLUS Rounded 1c", sans-serif;
}
img{max-width:100%;}
section img{max-width:100% !important;height:auto !important;}
.m-15 {
    margin-bottom: 30px;
}
form .form-control {
    outline: 0;
    box-shadow: none;
    border: 2px solid #43c0b4;
    height: 50px;
    border-radius: 8px;
}
form textarea.form-control{height:auto;}
form .field{font-size:14px;}
.bg-blue h1,.bg-blue h2, .bg-blue h3,.bg-blue h4,.bg-blue h5,.bg-blue h6{
	color:#43c0b4;	
}
.bg-white h1,.bg-white h2, .bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6{
	color:#1a1a6f;	
}
.bg-light h1,.bg-light h2, .bg-light h3,.bg-light h4,.bg-light h5,.bg-light h6{
	color:#1a1a6f;	
}
.pharmaceuticalspecialist .box-cont p:first-child{ margin-top:80px;}
.pharmaceuticalspecialist .box-cont p:last-child{ margin-bottom:80px;}

/* COMMENTED JAN 14, 2021
.home-banner .shape1 img{width:100%;}
.home-banner .shape2 img,
.home-banner .shape3 img,
.home-banner .shape4 img{width:100%;height:100% !important;}

.home-banner .shape1{width:36%;height:70%;}
.home-banner .shape2 {width:27%;height:53%;}
.home-banner .shape3{width:48%;height:69%;}
.home-banner .shape4{width:30%;height:78%;}

@media(max-width:1024px){
	.home-banner .shape1 img,
	.home-banner .shape2 img,
	.home-banner .shape3 img,
	.home-banner .shape4 img{height:auto !important;}
	
	.home-banner .shape1{width:36%;height:auto;}
	.home-banner .shape2 {width:27%;height:auto;}
	.home-banner .shape3{width:48%;height:auto;}
	.home-banner .shape4{width:30%;height:auto;}
}
*/
@media (max-width:991px){
	.margbtn{
		margin-top:0;
		margin-bottom:30px;
	}
	.pharmaceuticalspecialist .box-cont{
		padding:0 20px;
	}	
}
@media (max-width: 767px){
	.main-wrapper{overflow:hidden;}
	.homebanner-content {
		left: 20px;
		top: 25%;
	}
	.aboutbannersection::before{height:395px;}
}