a:hover, a:focus, a:active:hover {
    color: #f25481;
}

.header-1 .topbar {
    background-color: #cc088d;
}

.header-1 .emergency i {
    color: #cc088d;
}

.header-1 .navbar-default .navbar-nav>.active>a,
.header-1 .navbar-default .navbar-nav>.active>a:focus,
.header-1 .navbar-default .navbar-nav>.active>a:hover {
    color: #cc088d;
}

.header-1 .navbar-default .navbar-nav>li>a:after {
    background-color: #cc088d;
}

.header-1 + .page-header {
    background-image: url('/static/img/page-header-3.png');
}

.header-1 + .page-header h1 {
    text-shadow: 0px 0px 0px;
}

.header-1 .navbar-default .navbar-nav>li>a:hover {
    color: #f25481;
}

.header-1 + .page-header:before {
    background-color: #3a033d;
}

.header-1 .navbar-default li > .sub-menu > li > a:hover {
    background-color: #cc088d;
}

.ui-datepicker-header {
    background-color: #3a033d;
}

.ui-datepicker-calendar .ui-state-hover,
 .ui-datepicker-calendar .ui-state-active {
    background: #cc088d;
}

.table>thead>tr>th,
.table th, th {
    background-color: #cc088d;
}

.btn-primary {
    background-color: #cc088d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #f25481;
}

.btn-black {
    background-color: #3a033d;
}

ul.list-styled>li:before {
    color: #cc088d;
    border-color: #cc088d;
}

ul.list-styled {
    list-style: none;
    padding-left: 35px;
}

ul.list-styled>li {
    position: relative;
    padding: 6px 10px 6px 0;
    text-align: left;
    font-weight: 400;
    line-height: 1.75em;
    font-size: 15px;
}

ul.list-styled>li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f105";
    color: #cc088d;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 15px;
    font-size: 15px;
    height: 18px;
    width: 18px;
    border: 1px solid #cc088d;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    left: -32px;
    position: absolute;
    top: 9px;
}

.slider-box-appointment {
    background-color: rgba(204,8,141,.8);
}

.heading-block:before {
    background-color: #cc088d;
}

.feature-box .count {
    color: #cc088d;
    border-color: #cc088d;
}

.feature-box:hover .count {
    background-color: #cc088d;
}

.doctor-box-2 .doctor-name .heading {
    color: #cc088d;
}

.doctor-box-2:hover {
    border-color: #cc088d;
}

.doctor-single .doctor-details .doctor-desig {
    color: #cc088d;
}

.doctor-single .doctor-contact {
    background-color: #cc088d;
}

.iconbox-2 .heading {
    color: #cc088d;
}

.iconbox-2 > .iconbox-icon > i {
    color: #cc088d;
}

.widget-appointment {
    background-color: #cc088d;
}

.contact-list li i {
    color: #cc088d;
}

.call-out-1:before {
    background-color: #cc088d;
}

.call-out-1:after {
    background-color: #3a033d;
}

.call-out-1 .right i {
    color: #cc088d;
}

.footer-1 {
    border-color: #cc088d;
}

.footer-1 .widget .contact li i {
    color: #cc088d;
}

hr.hr-1 {
    border-color: #cc088d;
}

.color1 {
    color: #cc088d;
}

.modal-body {
    color: #333;
}

.modal-body ul {
    font-size: 15px;
    display: block;
    line-height: 1.75em;
}

.loader {
    position: absolute;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    border: 6px solid #f2f2f2;
    border-left: 6px solid #cc088d;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: circle 1.1s infinite linear;
    animation: circle 1.1s infinite linear;
}

#CookielawBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #303b41;
    color: #fff;
}
