.name-style{
	width: 32%;
	float: left;
	margin-right: 4px;
}
.name-style1{
	width: 33%;
	float: left;
}
.name-style2{
	width: 33%;
	float: right;
}
.phone-style{
	width: 48%;
	float: right;
}
.email-style{
	width: 50%;
	float: left;
}

@media only screen and (min-width: 992px) {
.navbar-brand-box{
	width: 300px!important;
	padding: 0px!important;
}
}
.fc-daygrid-event, .fc-timegrid-event {
    background-color: #4a90e2 !important;
    border: 1px solid #4a90e2 !important;
    color: #ffffff !important;
    padding: 2px !important;
    margin: 1px 0 !important;
    border-radius: 3px !important;
}

.fc-event-main-frame {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.fc-event-time {
    font-weight: bold !important;
    margin-bottom: 2px !important;
}

.fc-event-title {
    font-weight: normal !important;
}

.fc-event-time, .fc-event-title {
    font-size: 0.9em !important;
    line-height: 1.2 !important;
}

.fc-daygrid-event-dot, .fc-list-event-dot {
    display: none !important;
}

.fc-timegrid-event-harness {
    margin: 0 1px !important;
}

.fc-timegrid-event {
    box-shadow: none !important;
}

.fc-timegrid-more-link {
    background-color: #4a90e2 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
}