<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("styles/light-green.css");

body {
    font-family: 'Open Sans', sans-serif;
    color: #56676b;
    background: #f9fafb;
    font-size:15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

.medium-text {
    font-size: 16px;
}

p {
  margin: 0 0 15px 0;
  line-height: 25px;
}

ul {
   /* margin: 0px;
    padding: 0px;
    list-style-type: none;*/
}

.btn-primary{
    background: #66d0cc;
    color: #ffffff !important;
    border: none;
}
.btn-primary:hover{    
    color: #ffffff !important;
}
.btn-primary:focus,
.btn-primary.focus {
  border-color: none;
}

.navbar-header {
    background: #ffffff !important;
}
.navbar-brand{
    height: 70px;
    padding: 15px;
}
.navbar-brand img{
    height: 40px;
}

.btn-primary:hover {
    background: #4fc9c4;
}

a {
    color: #56676b;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    color: #079bbb;
    text-decoration: none;
}

.top-bar {
    background: #e9edf0;
    padding: 15px 0px;
}

.top-left ul&gt;li {
    display: inline;
    margin-right: 8px;
    font-size: 12px;
}

.top-bar .fa {
    font-size: 1.2em;
    margin-right: 3px;
}

.top-right {
    text-align: right;
}

.top-right ul&gt;li {
    display: inline;
    border-right: #56676b 1px solid;
}

.top-right ul&gt;li:last-child {
    border-right: #56676b 0px solid;
}

.top-right ul&gt;li&gt;a {
    padding: 0px 6px;
    font-size: 12px;
}

.top-bar a:hover {
    text-decoration: none;
}

.main-navigation {
    background: #ffffff;
    width: 100%;
}

/* custom card */
.custom-card{
	background: #ffffff;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #00888a;
    
    min-height: 190px;
    text-align:center;
    padding: 15px 15px 15px 15px;
}
.custom-card:hover{
	box-shadow: 0px 0px 10px rgba(0,136,138,0.5);
}

.custom-card .custom-card-header{
	font-size:22px;
	font-weight:700;
	margin-bottom:15px;
	margin-top:15px;


}
/*End custom card*/

.logo {
    padding: 16px 0px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav {
    float: right;
    text-align: right;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    padding: 40px 15px;
    border-top: #ffffff 5px solid;
    font-size: 16px;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #079bbb;
    background-color: transparent;
    border-top: #079bbb 5px solid;
}

.navbar-brand {
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

.navbar-default .navbar-nav&gt;.open&gt;a .navbar-new .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background-color: transparent;
}

.dropdown-menu {
    background: #ffffff;
    padding: 0px;
}

.navbar-nav .open .dropdown-menu {
    background: #ffffff;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 0px;
    border-radius: 0px;
}

.navbar-toggle{
    margin-top: 17px;
}

/*drop down meu*/

.dropdown-menu&gt;li&gt;a {
    color: #333333;
    padding: 6px 20px;
    border-bottom: rgba(0, 0, 0, 0.02) 1px solid;
    margin-top: 4px;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    
}

.dropdown-menu&gt;li&gt;a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #079bbb;
}

.dropdown-menu&gt;li&gt;a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover {
    background-color: #079bbb;
     color: #ffffff !important;
}

.dropdown-menu&gt;li.last&gt;a:hover,
.dropdown-menu&gt;li.last&gt;a:focus {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
    background-color: #079bbb;
    color: #ffffff !important;
}

.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background-color: transparent;
    color: #ffffff !important;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #079bbb;
    border: #079bbb 1px solid;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.bs-slider {
    z-index: 0;
}

.info-boxes {
    background: #e9edf0;
    min-height: 245px;
}

.boxes {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-top: -30px;
    z-index: 1;
}

.boxes .welcome {
    background: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 30px 40px 15px;
}

.boxes h2 {
    margin: 0px 0px 15px 0px;
}

.boxes p {
    font-size: 16px;
}

.boxes .opening-hours {
    background: #079bbb;
    padding: 30px 40px 15px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.opening-time {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.opening-time-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.333333rem;
    padding-bottom: 0.333333rem;
}

.item-less-important {
    color: #e0e0e0;
}

.opening-time {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.boxes .contact-info {
    background: #66d0cc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 33px 40px 15px;
}

.boxes .contact-info a {
   color: #ffffff;
   font-size:16px;
}

.boxes .contact-info a:hover {
   color: #dbdee0 !important;
}

.icon-list-item-featured {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.944444rem;
}

.icon-list-item {
    align-items: center;
    display: flex;
    margin-bottom: 0.944444rem;
}

.icon-list-description {
    color: rgba(0, 0, 0, 0.35);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.icon-list-item-featured .icon-list-text {
    line-height: 1.4;
    overflow-wrap: break-word;
    font-size: 20px;
}

.icon-list-text {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.icon-list-item-featured .fa {
    font-size: 48px;
}

.icon-list-item .fa {
    color: rgba(0, 0, 0, 0.35);
    margin-right: 18px;
    transition: all 0.1s ease-out 0s;
}

.icon-list-item-default .icon-list-text {
    font-size: 15px;
}

.icon-list-item-default .fa {
    font-size: 22px;
}

.icon-list-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding: 0;
}

.social-media {
    text-align: center;
    float: left;
    width: 100%;
}

.social-media .fa {
    background-color: #ffffff !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #4fc9c4;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin-right: 2px;
}

.social-media .fa:hover {
    color: #428785;
}

.boxes h2 {
    font-weight: 700;
}

.news {
    margin: 45px 0px;
    float: left;
    width: 100%;
}

.bg-news {
    background: #e86e77;
    border-radius: 50px;
    padding: 8px 15px;
    color: #ffffff;
}

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}

.gap-small {
    margin: 20px 0 20px 0;
}

.gap-mini {
    margin: 10px 0 10px 0;
}

.gap-big {
    margin: 60px 0 60px 0;
}

.gap-large {
    margin: 90px 0 90px 0;
}

.bg-white {
    background: #ffffff;
    padding: 60px 0px 0;
}

.boxpicture {
    display: inline-block;
    overflow: hidden;
    height: 200px;
}

.featured img {
    width: 100%;
    min-height: 200px;
}

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.boxpicture:hover .image {
    opacity: 0.3;
}

.boxpicture:hover .overlay {
    opacity: 1;
}

.overlay-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 4em;
}

a img {
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    width: 100%;
    will-change: transform;
}

a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}



.services-box {
    margin-top: 50px;
}

.form-control {
    background: #fff;
    border: #e9edf0 1px solid;
    height: 45px;
}

.map {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ &amp; Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}


/*owl carousel*/

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #4fc9c4;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4fc9c4;
}

.footer-top {
    background-color: #e9edf0;
    padding: 30px 0px;
}

.footer-title {
    color: #079bbb;
    margin-bottom: 25px;
}

ul.footer-menu {
    list-style:none;
    padding:0;
    margin:0;
}

ul.footer-menu&gt;li {
    padding-bottom: 15px;
    font-weight: 500;
}



ul.footer-menu&gt;li&gt;span {
    color: #4fc9c4;
}

ul.footer-menu&gt;li&gt;a {
    font-weight: 500;
}

.footer-contact-info {
    background-color: #66d0cc;
    padding: 35px 35px 25px;
    border-radius: 5px;
}
.footer-contact-info a {
   color:#ffffff;
}

.footer-contact-info a:hover{
   color:#dbdee0 !important;
}

.footer-bottom {
    background-color: #dbdee0;
    padding: 15px 0px;
}

.footer-bottom a {
    font-weight: 700;
}


/*inner pages*/
.page-title{
    padding: 50px 0px;
    margin: 0px 0px 40px 0px;
    text-align: center;
    border-bottom: #e5e5e5 1px solid;
    background-color: #66d0cc;
	color: #ffffff;
}

ul.rightside-menu{
    background: #f9fafb;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

ul.rightside-menu &gt; li &gt; a {
    border-bottom: 1px solid #e9edf0;
    color: #56676b;
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding: 16px;
    font-size: 15px;
    transition: all 0.1s ease-out 0s;

}
ul.rightside-menu &gt; li &gt; a:hover{
    background-color: #e9edf0;
}
.box-colored{
    background-color: #079bbb;
    border-radius: 5px;
    padding: 16px;
    color: #ffffff;
}
.sidebar-title{
    margin: 0px 0px 15px 0px;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1){
    background-color: #ffffff;
}
.table-striped &gt; thead{
    background-color: #66d0cc;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.box_wrapper1{    
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.box_wrapper{    
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

/*Left menu css */
.leftmenuul
{
    list-style:none;
    padding:0;
    margin:0;
}
.leftmenuul li
{
    line-height:25px;
    border-bottom: 1px dotted #ccc;
    padding:10px;
}
.leftmenuul li a.active
{
    font-weight:bold;
}
.leftmenuul li a
{
    padding: 0px 10px 0px 0px;
}

/*end left menu css*/

ul.login-info li{    
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul.login-info{
    padding: 15px;
}
ul.login-info li .fa{    
    background: #079bbb;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    margin-right: 10px;
    float: left;
}
ul.login-info li &gt; span{
    font-size: 14px;
    line-height: 40px;
}



.services-tabs .nav-tabs &gt; li &gt; a:hover,
.services-tabs .nav-tabs &gt; li &gt; a:focus,
.services-tabs .nav-tabs&gt;li.active&gt;a,
.services-tabs .nav-tabs&gt;li.active&gt;a:hover,
.services-tabs .nav-tabs&gt;li.active&gt;a:focus {
    background-color: #66d0cc;
    color: #ffffff !important;
    border-color: transparent!important;
}
.services-tabs .nav-tabs &gt; li &gt; a {
    background-color: #079bbb;
    color: #ffffff !important;
    border-color: transparent!important;
}
.services-tabs-content {
    padding: 20px;
    border: #dddddd 1px solid;
    border-top: none;
    float: left;
    width: 100%;  
    margin-bottom: 20px;
}
.services-tabs-content ul{
    padding: 0 30px;
    list-style-type: disc;
}
.services-tabs-content ul li{
    padding-bottom: 8px;
}
.services-tabs-content h3{
    font-size: 20px;
    font-weight: 500;
}

.btn-close{
    padding: 0px;
    border: none;
    background-color: transparent;
}
.btn-close .btn-danger{
    border-radius: 0px 5px 5px 0px;
    height: 45px;
}














@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav&gt;li&gt;a {
        padding: 8px 14px;
    }
    .navbar-nav {
        float: left;
        text-align: left;
        width: 100%;
        margin: 0px;
    }
    .row-eq-height {
        display: block;
    }
    .boxes {
        margin-top: 15px;
        box-shadow: none;
    }
    .boxes .welcome,
    .boxes .opening-hours,
    .boxes .contact-info {
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .bg-news {
        margin-bottom: 15px;
        float: left;
    }
    .ticker {
        height: 68px !important;
    }
    .menu {
        padding: 0px;
    }
    .dropdown-menu&gt;li.last&gt;a:hover,
    .dropdown-menu&gt;li.last&gt;a:focus {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media screen and (min-width: 767px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    
}


/*new css*/

.medicine:hover,
.emergency:hover,
.stop-smoking:hover,
.weight:hover,
.blood-pressure:hover,
.emergency1:hover{
     box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}


.customimage
{
max-width: 51px !important;
    height: 51px !important;
}

.medicine{
    background: #e9b01a;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 260px;
    margin-bottom: 10px;
}
.emergency{
    background: #269fbb;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 260px;
    margin-bottom: 10px;
}
.stop-smoking{
    background: #d13c7c;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 260px;
    margin-bottom: 10px;
}
.weight{
    background: #874f9c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    min-height: 260px; 
    margin-bottom: 10px;
}
.blood-pressure{
    background: #ef4944;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding: 25px 15px 25px 15px;
    min-height: 260px; 
    margin-bottom: 10px;
}
.emergency1{
    background: #67860b;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding: 25px 15px 25px 15px;
    min-height: 260px;  
    margin-bottom: 10px;
}

.sideboxbg
{
	background-color: #e9edf0;
	height: 100%;
	overflow: auto;
	padding: 40px 30px;
}

.contact-inner a i {
    color: #01888a;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}




/*----------------------------------------*/
/* 23.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p{
    color: #666;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
    margin: 5px 0;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    background: #00888a none repeat scroll 0 0;
    color: #fff;
    position: relative;
}
.left-menu ul li a:hover {
    color: #fff !important;
    background: #00888a; 
}
.left-menu ul li a {
    background-color: #e9edf0;
    color: #56676b;
    display: block;
    /*font-size: 15px;*/
    font-weight: 700;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\232A";
    font-family: fanton;
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: 15px;
}


.mainpage-body h2
{
	margin-top: 0px;
}




/* Bootstrap 4 css */
.mt-0, .my-0 {
    margin-top: 0!important
}
.mr-0, .mx-0 {
    margin-right: 0!important
}
.mb-0, .my-0 {
    margin-bottom: 0!important
}
.ml-0, .mx-0 {
    margin-left: 0!important
}
.m-1 {
    margin: .25rem!important
}
.mt-1, .my-1 {
    margin-top: .25rem!important
}
.mr-1, .mx-1 {
    margin-right: .25rem!important
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
    margin-left: .25rem!important
}
.m-2 {
    margin: .5rem!important
}
.mt-2, .my-2 {
    margin-top: .5rem!important
}
.mr-2, .mx-2 {
    margin-right: .5rem!important
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
    margin-left: .5rem!important
}
.m-3 {
    margin: 1rem!important
}
.mt-3, .my-3 {
    margin-top: 1rem!important
}
.mr-3, .mx-3 {
    margin-right: 1rem!important
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
    margin-left: 1rem!important
}
.m-4 {
    margin: 1.5rem!important
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important
}
.m-5 {
    margin: 3rem!important
}
.mt-5, .my-5 {
    margin-top: 3rem!important
}
.mr-5, .mx-5 {
    margin-right: 3rem!important
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
    margin-left: 3rem!important
}
.p-0 {
    padding: 0!important
}
.pt-0, .py-0 {
    padding-top: 0!important
}
.pr-0, .px-0 {
    padding-right: 0!important
}
.pb-0, .py-0 {
    padding-bottom: 0!important
}
.pl-0, .px-0 {
    padding-left: 0!important
}
.p-1 {
    padding: .25rem!important
}
.pt-1, .py-1 {
    padding-top: .25rem!important
}
.pr-1, .px-1 {
    padding-right: .25rem!important
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important
}
.pl-1, .px-1 {
    padding-left: .25rem!important
}
.p-2 {
    padding: .5rem!important
}
.pt-2, .py-2 {
    padding-top: .5rem!important
}
.pr-2, .px-2 {
    padding-right: .5rem!important
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important
}
.pl-2, .px-2 {
    padding-left: .5rem!important
}
.p-3 {
    padding: 1rem!important
}
.pt-3, .py-3 {
    padding-top: 1rem!important
}
.pr-3, .px-3 {
    padding-right: 1rem!important
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important
}
.pl-3, .px-3 {
    padding-left: 1rem!important
}
.p-4 {
    padding: 1.5rem!important
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important
}
.p-5 {
    padding: 3rem!important
}
.pt-5, .py-5 {
    padding-top: 3rem!important
}
.pr-5, .px-5 {
    padding-right: 3rem!important
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important
}
.pl-5, .px-5 {
    padding-left: 3rem!important
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-success {
    color: #56676b !important;
    background-color: transparent;
    background-image: none;
    border-color: #66d0cc;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: #66d0cc;
    border-color: #66d0cc
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(82,80,40,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-block {
    display: block;
    width: 100%
}

.outbtn a {
    padding: 10px;
}
/*******************************END EW CSS Repeat Prescription &amp; EPS**************************/

.float-left{
	float:left !important;	
}

.float-right{
	float:right !important;	
}

.w-100 {
	width: 100% !important;	
}

.img-fluid {
	max-width: 100% !important;	
	height:auto;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.d-block {
	display:block !important;
}

.d-none {
	display: none !important;	
}
.dropdown-cart {
	padding:0px 6px; 
	font-size:12px; 
	float:right	;
}

.product-summary {
	width:300px;
}

.product-summary .prod_title  {
	font-size:12px; 
	padding:10px 10px; 
 }
 
.product-summary .prod_title a  {
	line-height:normal; 
	padding:0; 
	color: #333; 
	font-weight:bold;	
}

.product-summary .prod_title a:hover  {
	background:none;
	color: #333; 
	
}
.breadcrumb{
	background:none;
}

.breadcrumb a{
	color:#fff !important;
}

.breadcrumb &gt; li + li:before {
  color: #fff;
}

.breadcrumb &gt; .active{
	color:#666;	
}

@media (max-width: 500px) {

	.remove_from_cart{
		margin-left:10px !important;	
	}
	
	.product-summary {
		width:100% !important;	
	}

}</pre></body></html>