.border {
	background: #FFFFFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.font-size{
	font-size:13px;
}
.center{
	text-align: center;
}

.contact-card-style{
	background: #FFFFFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

.row.row-gutter-15 > *[class^="col"] {
  margin-bottom: 15px;
}

.page-title{
	font-size: 22px;
	line-height: 10px;
	font-weight: 600 !important;
}

.page-title-div{
	border-bottom: 1px solid #dddddd !important;
}


.page-title:after{
	content: '';
    position: absolute;
    left: 0; 
    bottom : -8px;
    height: 2px;
    width: 100%;
    background-color: #1493BB;
}