.h4,h4{
	font-size: 1.25rem;
}
.h5,h5{
	font-size: 1.05rem;
}
   .tagline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		width: 100%;
		height: 150px;
		background-color: #363636;
		border: 2px solid #25aae1;
		margin-bottom: 0;
		padding: 0 30px;
		padding: 0 30px;
    }
   .bg1{
		border: 1px solid white !important;
		background-color: #ffffff !important;
		border-radius:10px;
   }
   .bg1 p{
   	color: #000;
   } 
    
.hed2{
	font-weight:700 !important;	
}	
.palatin-btn{
	border-radius: 30px !important;
}


/*responsive css part */
@media only screen and (max-width: 450px) {
    .section-heading.text-center img {
        width: 143px;
    }
    .section-padding-100 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bg1 p {
        color: #000;
        line-height: 23px;
    }
}