/* Add here all your CSS customizations */
/* Add here all your CSS customizations */

#footer a, #footer p
{ color: #FFFFFF !important;}

/* Adjust white arrow width */

.medical-schedules .box-one::after{
    display: block !important;
}
.medical-schedules .box-one::after{
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 40px solid #FFFFFF !important;
    z-index: 5;
    color: #FFFFFF !important;
}

.medical-schedules h5 {
    position: relative;
    display: inline-block;
    top: -3px;
    left: 10px;
}

/* Adjust position for the menu button for mobile device */
#header .header-btn-collapse-nav{
    background: #5a8922;
}
#header .header-btn-collapse-nav{
    margin-top: 27px;
}

.p-lg{
    padding: 13px 10px 7px 10px !important;
}

.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
    height: 84px !important;
    position: relative;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

 html.boxed #header .header-top.header-top-style-3 {
  margin-top: 0px;
}