/*
Theme Name: Pharmacy Mentor - B2 Advanced 1
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com
*/

.section-padding {
    padding: 100px 0;
}
.opening-hours-wrapper table,
.opening-hours-wrapper tr,
.opening-hours-wrapper th,
.opening-hours-wrapper td {
  border: none;
  background: transparent;
}

.opening-hours-wrapper th {
  text-align: left;
}

.opening-hours-wrapper td {
  text-align: left;
}

.menu-area {
 	position: fixed;
 	top: 0;
 	width: 100%;
 	z-index: 999999;
 	background: white;
 	margin-top: 0;
	box-shadow: 0 2px 2px -2px gray;
}
.site-content {
  margin-top: 155px;
}
.carousel-control-next, .carousel-control-prev {
	width: 8%;
}
.fa-solid.fa-arrow-right, .fa-solid.fa-arrow-left {
  background-color: rgba(255,255,255,0.5);
  padding: 10px 12px;
  border-radius: 40px;
  font-size: 24px;
}
.footer-logo .img {
  width: 180px !important;
}
.footer-text ul,
.footer-text li {
    color: #fff;
}
/******************************
  #page title
******************************/

.bg-image {
    display:block;
    position: absolute;
    inset:0;
    z-index: -1;
}
.bg-image img {
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.page-title {
    width: 100%;
    /* height: 430px; */
    position: relative;
    text-align: center;
	overflow:hidden;
    /* height: 300px; */
    /* display: table; */
}
.page-title::before {
    content: "";
    display: block;
    background: #014D53;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    isolation: isolate;
  }


.nav.nav-tabs {
    align-items: center;
}
.nav.nav-tabs li {
    flex: 1;
    text-align: center;
    border-radius: 0;
    margin-top: -1px;
}
.nav-tabs .nav-link.active {
    color: white;
    background-color: var(--global--color-primary);
    border: none;
    border-radius: 0;
}
.nav-tabs .nav-link {
    color: var(--global--color-primary);
    padding: 15px;
    border-radius: 0;
}
.nav-link:focus {
    outline: 0 !important;
}
.nav-tabs .nav-link:focus {
    border: none;
    outline: 0 !important;
}
.nav-tabs .nav-link:hover {
    border: none;
}
.singlebranch.service-sidebar h4 {
    padding-bottom: 10px;
}
.singlebranch.service-sidebar ul {
    gap: 5px;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.widget.service-list-widget ul li a {
    font-size: 18px;
    padding: 10px 0;
    display: inline-block;
}
.nav.nav-tabs li {
    flex: 1;
    text-align: center;
    border-radius: 0;
    margin-top: -1px;
}

.nav-tabs .nav-link {
    color: var(--global--color-primary);
    padding: 15px;
    border-radius: 0;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.branch-contact-section .nav-tabs > li.active, .branch-contact-section .nav-tabs > li:hover {
    background: #014D53!important;
}

.nav.nav-tabs li {
    padding: 10px;
	flex: unset;
}


.nav-tabs .nav-link.active {
    color: white;
    background-color: var(--global--color-primary);
    border: none;
    border-radius: 0;
}

ul.nav.nav-tabs.m-0 li a {
    padding: 10px 20px!important;
}

.service-item {
    display: flex;
    align-items: center; /* Vertically align the text with the image */
	margin: 15px 0;
}	
	
	
.service-item::before {
    content: "";
    display: inline-block;
    width: 20px;  /* Set the width of the image */
    height: 20px;  /* Set the height of the image */
    background-image: url('/wp-content/uploads/2025/01/cropped-bradleyschemist.png');  /* Path to your image */
    background-size: cover; /* Ensure the image covers the size */
    margin-right: 10px; /* Adjust space between image and title */
    vertical-align: middle; /* Align the pseudo-element with the text */
}

.nav.nav-tabs li {
    padding: 10px 0!important;
}

ul li.nav-item a.active{background:#014D53!important;color:#fff;}	
	
.branch-contact-section .nav-tabs > li.active, .branch-contact-section .nav-tabs > li a:hover {
    border-color: #014D53!important;
}	
	.branch-contact-section .nav-tabs > li:hover {
    background: #fff;
    border-top: none !important;
}



@media (max-width: 991px) {
    .page-title {
        /* height: 300px; */
    }
}
.page-title .container {
    height: 100%;
    padding:5rem 0;
    /* display: table; */
}
@media screen and (min-width: 992px) {
    .page-title .container {
        /* padding-top: 0; */
    }
}
.page-title .container > .row {
    /* vertical-align: middle;
    display: table-cell; */
}
.page-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 900;
    color: #fff;
    margin: 0.1em 0 0.30em;
}.page-title .breadcrumb {
  background: transparent;
  padding: 10px 22px;
  margin: 0;
  border-radius: 0;
  text-align: center;
}
.page-title .breadcrumb {
    background: transparent;
    padding: 10px 22px;
    margin: 0;
    border-radius: 0;
    text-align: center;
}
.page-title .breadcrumb li {
    color: #fff;
    display: inline-block;
}
.page-title .breadcrumb > li + li::before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin: 0 5px;
    padding: 0 5px;
}
.row.align-items-center {
    display: flex;
    align-items: center !important;
}
.branch-contact-section .nav-tabs {
    background: #fff;
}
.branch-contact-section table {
    width: 100% !important;
}
.branch-contact-section .nav-tabs > li:hover {
    background: #fff;
    border-top: 3px solid #014D53;
}
.branch-contact-section .nav-tabs > li:hover > a {
    background: #fff;
}

.branch-contact-section .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    color: #222;
}
.branch-contact-section .nav-tabs > li.active,
.branch-contact-section .nav-tabs > li:hover {
    border-top: none;
    border-color: #014D53;
}
.branch-contact-section .nav-tabs > li.active > a,
.branch-contact-section .nav-tabs > li:hover > a {
    color: #fff;
    background-color: #014D53;
    border-color: #014D53;
}
.single-content-section {
    box-shadow: 0 0 10px 10px #eee;
    border-radius: 5px;
}
.single-content-section img {
    object-fit: cover;
    width: 100%;
}

/*--------------------------------------------------------------
#0.8  services-section
--------------------------------------------------------------*/

.services-section {
    padding-bottom: 105px;
}


.service-single-content ul li, .default-content ul li, .blog-details-wrap .details__content ul li{
	list-style: disc;
	color:#020134!important;
	font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0px!important;
    width: 100%;}

.service-single-content ol li, .default-content ol li, .blog-details-wrap .details__content ol li{
	list-style: decimal;
	color:#020134!important;
	font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0px!important;
    width: 100%;}

.blog-details-wrap .details__content ol li, .blog-details-wrap .details__content ul li{display:inline-block;}

.post__share.text-center ol li, .post__share.text-center ul li{display:inline;}

.service-list-widget ul li, .service-list-widget ol li{list-style:none;}

@media (max-width: 1200px) {
	.choose-wrap {
    margin-top: 50px;
	}
}
	
@media (max-width: 991px) {
    .services-section {
        padding-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding-bottom: 75px;
    }
}

.services-section .section-title-text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    text-align: right;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .services-section .section-title-text p {
        text-align: left;
        padding-top: 0;
        margin-bottom: 50px;
    }
}

.services-section .service-grids {
	display:flex;
	flex-wrap:wrap;
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .services-section .service-grids {
        margin: 0 -7.5px;
    }
}

.services-section .service-grids .grid {
    background-color: #231F20;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    padding: 35px 35px 40px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(16, 37, 65, 0.1);
    box-shadow: 0px 0px 32px 0px rgba(16, 37, 65, 0.1);
    min-height: 325px;
    border-radius: 10px;
}

.services-section .service-grids .grid:nth-child(odd) .icon i {
    color: #0daa50;
}

@media (max-width: 991px) {
    .services-section .service-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .services-section .service-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.services-section .icon .fi:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #00242d;
}

.services-section .grid h3 {
    font-size: 20px;
    font-size: 1.7rem;
    margin: 0.4em 0 0.7em;
    /* text-transform: uppercase; */
    font-weight: 700;
}

@media (max-width: 767px) {
    .services-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.services-section .grid h3 a {
    color: #ffffff;
    font-weight: 800;
}

.services-section .grid h3 a:hover {
    color: #6aa64f;
}

.services-section .grid p {
    margin: 0;
    font-size: 15px;
    padding-bottom: 10px;
    color: #F5F5F5;
}

.branch-grids {
    text-align: center;
}

.services-section .grid .read-more {
    font-weight: bold;
    color: #ffffff;
}

.services-section .grid .read-more:hover {
    color: #a4cf3a;
}

.services-section .all-services {
    text-align: center;
}

.services-section .all-services p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #212121;
    margin: 0;
    padding-top: 10px;
}

.services-section .all-services p a {
    text-decoration: underline;
    color: #231F20;
}

.services-pg-section {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .services-pg-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .services-pg-section {
        padding-bottom: 50px;
    }
}

/*--------------------------------------------------------------
  Branches Landing Page
--------------------------------------------------------------*/

.branches-sub-title {
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.branches-sub-title form {
    width: 350px;
    margin: 30px auto 10px auto;
}
.branches-sub-title input[type=text] {
    color: #272727;
    border: 1px solid #e7e7e7;
    padding: 7px 10px 7px 15px;
    background: #f6f6f6;
    width: 100%;
}
.branches-sub-title .order-full input[type=submit] {
    margin-top: 20px !important;
    width: auto;
    padding: 5px 28px;
    line-height: 1.8em;
    text-transform: uppercase;
}

.branches-sub-title .section-title {
    font-weight: bold;
    color: #014D53;
    font-size: 2.25rem;
    margin: 0 0 0.4em;
}
.branches-sub-title .section-top-subtitle {
    font-size: 0.875rem;
    font-weight: bold;
    color: #231F20;
    text-transform: uppercase;
    display: block;
    margin-top: -0.2em;
}
.branch-grids {
  	text-align: center;
  	display: flex;
  	flex-wrap: wrap;
	gap: 20px;
}
.branch {
	flex: 0 0 calc(30%);
}
.branch img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.branch-content {
    padding: 20px;
    background: #f2f2f2;
    min-height: 270px;
    border-radius: 0 0 10px 10px;
	position: relative;
}
.branch-content a {
    color: #014D53;
    font-size: 20px;
}
.branch-content h3 {
    margin-top: 0;
}
.branch-content .read-more {
    padding: 5px 20px;
    font-size: 16px;
    color: #ffffff;
    background-color: #014D53;
    transform: translate(-50%, -50%);
    font-weight: 600;
    border-radius: 50px;
    text-transform: capitalize;
}
.btn-wrapper {
 	 position: absolute;
 	 bottom: 30px;
 	 left: 50%;
 	 transform: translateX(-50%);
	width: 100%;
}

#map{
    margin-bottom: 30px;
    border-radius: 10px;
}
#map ul.infolist {
    padding: 5px 20px 0;
    font-size: 18px;
    line-height: 1.4;
}
#map ul.infolist strong {
    color: #000;
    text-transform: uppercase;
}
#map ul.infolist .more-link {
    margin: 15px 0;
}







.slider-bg2 {
    margin-top: 0px;
}

p{margin-bottom: 15px;}

.main-menu ul li > a, .main-menu ul li a {
    color: var(--main-color);
}
.main-menu-area {
    padding: 10px;
}
.logo img {
    max-height: 100px;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}


.current-menu-item a{text-decoration:underline;}
.sticky-menu .logo img {
    max-height: 100px;
}


.btn:hover {
    border: 1px solid var(--main-color) !important;
}

.slider-bg2 .slider-content > span {
    color: #fff!important;
}

.slider-bg2 .slider-content > span::before {
    content: "";
    background: #fff!important;
}

.slider-btn .btn:hover{color:#fff!important; border:1px solid #fff!important;}

.count {
    color: #fff;
}

.custon_footer_top_left h1, .custon_footer_top_left h2, .custon_footer_top_left h3, .custon_footer_top_left h4, .custon_footer_top_left h5 {
    position: relative;
    color: var(--main-color-faded);
    padding-bottom: 15px;
}

.custon_footer_top_right h1:before, .custon_footer_top_right h2:before, .custon_footer_top_right h3:before, .custon_footer_top_right h4:before, .custon_footer_top_right h5:before, .custon_footer_top_left h1:before, .custon_footer_top_left h2:before, .custon_footer_top_left h3:before, .custon_footer_top_left h4:before, .custon_footer_top_left h5:before {

    background:  var(--main-color-faded);
}

.f-widget-title h5::before {
    background: var(--main-color-faded);
}

picture.bg-image img {
    width: 100%;height: auto;
}
[data-overlay]::before {
    opacity: .5;    
}


section.position-relative.container-banner{
    padding: 150px 0;
}
section:has(.bg-image) {
    isolation: isolate;
}

.position-relative {
    position: relative !important;
}

[data-overlay]::before {
    opacity: .5;
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--_overlay);
}
picture.bg-image{
    position: absolute;
    inset: 0;
    z-index: -1;
}
picture.bg-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.position-relative.container-banner .container{
    position: relative;
    z-index: 1;
}

.row.row-banner.custom-padding.mx-auto.align-items-center{
    padding: 3rem 0;
}
.banner-text[data-colour="true"] > *:not(a) {
    color: var(--_colour);
}

.banner-text .btn:hover {color:#fff!important;border:1px solid #fff!important;}

#steps img{
    width: 100%;
    height: auto;padding: 10px;border-top: 1px solid #085061;
}

#conditions .condition{border-top: 1px solid var(--main-color);}

#steps .pm-shadow:hover {
    transform: scale(1.1);
}

#steps .pm-shadow{transition: transform 0.2s;}


.responsive {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-100%);
}

.item-info h3 {
    font-size: 19px;
}

.responsive i {
        color: #085061;
    }

#spotlight img {
    width: 100%;
    height: auto;
}

#spotlight{    background: #f3f6f9;}

/* Conditions */
/*.container-conditions{
    background-color: #f3f6f9;
}*/

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}

.pm-shadow {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.container-reviews {
    background-color: #13bfb10d;
}

#conditions .col-lg-4.col-sm-6.col-xs-12.mb-7:last-child {
  margin-bottom: 0px!important;
}

.item-info {
    padding: 0 10px 10px 10px;
}

.condition {
    color: var(--main-color-faded);
    background-color: var(--white);
    border-radius: 5px;
}
.condition-content{
    padding: 3rem;
}
.condition-content:has(.icon-wrapper) {
    padding-top:5rem;
}
.icon-wrapper {
    position: absolute;
    width:8rem;
    aspect-ratio: 1;
    background: #eee;
    border-radius: 100%;
    left: 50%;
    top: 0;
    transform:translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: solid thin var(--main-color);
    transition: all ease .3s;
    overflow: hidden;
}
.condition i {
    font-size: 35px;
    color: var(--main-color-faded);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.condition h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.condition h4::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 80px;
    border-bottom: 3px solid var(--main-color);
    transform: translateX(-50%);
    padding: 0 10px;
}
.condition:hover {
    background-color: var(--main-color-faded);
    box-shadow: 0 0 1rem rgba(var(--main-color_rgb), 0.2);
}
.condition:hover h3,
.condition:hover p {
    color: var(--white);
}
.condition:hover .icon-wrapper {
    background: var(--white);
    transform:translate(-50%, calc(-50% - .5rem));
}
.condition:hover h4::after {
    border-color: var(--white);
}

.container-conditions a:hover {
    text-decoration: none;
}

.condition-description p {
    text-align: left;
}

.condition-description p:last-child {
    margin-bottom:0;
}



/***********EPS form*************/
div#wpcf7-f541-p542-o1 .form-wrapper {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-bottom: 0;
    color: #424242;
}

div#wpcf7-f541-p542-o1 .form-group {
    position: relative;
    margin: 0 10px 20px;
    flex: 1;
    min-width: 220px;
    clear: both;
}

.wpcf7-form-control-wrap {
    position: relative;
}
div#wpcf7-f541-p542-o1input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), div#wpcf7-f541-p542-o1textarea, div#wpcf7-f541-p542-o1select, div#wpcf7-f541-p542-o1canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #727272;
    padding: 10px 20px !important;
    transition: all 500ms ease;
    background: #FFFFFF;
}

div#wpcf7-f541-p542-o1.wpcf7-checkbox .wpcf7-list-item input+span::before, div#wpcf7-f541-p542-o1.wpcf7-acceptance .wpcf7-list-item input+span::before, div#wpcf7-f541-p542-o1.wpcf7-radio .wpcf7-list-item input+span::before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background: white;
    top: 0;
    left: -38px;
    border-radius: 5px;
    color: 1px solid #ddd;
    padding: 2px 4px;
    text-align: center;
    font-size: 26px;
    border: 1px solid;
}
.form-group label {
    text-align: left !important;
    display: block;
}
div#wpcf7-f541-p542-o1{
    margin-top: 40px;
}
.form-group-full {
    flex: calc(100% - 20px)!important;
}


div#wpcf7-f541-p542-o1.wpcf7-checkbox .wpcf7-list-item label, div#wpcf7-f541-p542-o1.wpcf7-acceptance .wpcf7-list-item label, div#wpcf7-f541-p542-o1.wpcf7-radio .wpcf7-list-item label {
    padding-left: 38px;
}

div#wpcf7-f541-p542-o1.wpcf7-checkbox .wpcf7-list-item, div#wpcf7-f541-p542-o1.wpcf7-acceptance .wpcf7-list-item, div#wpcf7-f541-p542-o1.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-inline: 0;
    text-align: left;
}
div#wpcf7-f541-p542-o1.wpcf7-checkbox .wpcf7-list-item input+span, div#wpcf7-f541-p542-o1.wpcf7-acceptance .wpcf7-list-item input+span, div#wpcf7-f541-p542-o1.wpcf7-radio .wpcf7-list-item input+span {
    position: relative;
    padding-top: 6px;
}
div#wpcf7-f541-p542-o1.wpcf7-checkbox .wpcf7-list-item input, div#wpcf7-f541-p542-o1.wpcf7-acceptance .wpcf7-list-item input, div#wpcf7-f541-p542-o1.wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

div#wpcf7-f541-p542-o1.wpcf7-checkbox .wpcf7-list-item input:checked+span::before, div#wpcf7-f541-p542-o1.wpcf7-acceptance .wpcf7-list-item input:checked+span::before, div#wpcf7-f541-p542-o1.wpcf7-radio .wpcf7-list-item input:checked+span::before {
    content: '\2714';
}


    margin-bottom: 0px !important;
}

.form-group.form-group-full.acceptance .form-group label{margin-bottom:0px!important }

.custon_footer_top_right p a, .custon_footer_top_right a{color:#fff!important;}

.custon_footer_top_right p a:hover, .custon_footer_top_right a:hover{text-decoration:underline;}

.custom_footer_li i {
    color: #fff;
    padding-right: 5px;
}

.details__content ul, .about-section ul,  .services-area ul {
    margin: 20px 0px 20px 20px;
}
.details__content ol, .about-section ol, .services-area ol {
    margin: 20px 0px 20px 20px;
}
.about-section ol li, .services-area ol li, .details__content ol li {
    list-style: decimal;font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #020134;
    margin-bottom: 15px;
    width: 100%;
}
/* .about-section ul li, */ .services-area ul li, .details__content ul li { */
    list-style: inherit;font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #020134;
    margin-bottom: 15px;
    width: 100%;
}

.post__share ul li {
    display: inline;
}

.tab-content .tab-pane {
    padding: 15px!important;
}

.widget.service-list-widget ul {
    margin-left: 0px;
}
.widget.service-list-widget ul li a {
    padding: 10px 10px 10px 0;
    display: block;
    border-bottom: 1px solid #80808026;
}

body .upw__main .upw__header ul li a {
    line-height: 45px !important;
}


.contact_main_left_content i {
    color: var(--main-color)!important;
    border: 2px solid var(--main-color)!important;

}

.contact_main_left_content li:hover i {
    color: #fff;
    background: var(--main-color-faded)!important;
    border: 2px solid var(--main-color-faded)!important;
}
#branches h2{text-align:center!important;}


#branches h2 {
    font-size: 45px;
    padding-bottom: 30px;
    position: relative;margin-bottom: 50px;
}

#branches h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #005066ad;
    margin: auto;
    transition: .3s;
}

#menu-branches .menu-my-account, #menu-branches .menu-logout, #menu-branches .upw{display:none;}

.footer-logo .img{
    width: 120px;
}


.service-single-content .icon{font-size: 3.5rem;
    height: 70px;
    display: block;
    color: var(--main-color);
    margin-bottom: 20px;
}

.widget.service-list-widget ul {
    margin-top: 0px;
    padding-top: 0px;
}

.service-sidebar > .widget + .widget {
    margin-top: 30px;
}
.service-sidebar .contact-widget {
    padding: 40px 35px;
    position: relative;
    text-align: center;
}
.service-sidebar .contact-widget > div {
    position: relative;
    z-index: 1;
}

.service-sidebar .contact-widget p.color-w{color:#fff;}

.service-sidebar .contact-widget a {
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #212121;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 50px;
}
.service-sidebar .contact-widget h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4em;
    color: #fff;
    margin: 1em 0;
    text-transform: capitalize;
}

.service-sidebar .contact-widget:before {
    content: "";
    background: #231F20;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.available-branch {
    padding: 15px;
    background: linear-gradient(180deg, var(--main-color) 0%, var(--main-color-faded) 100%);
    box-shadow: 0 0 3px #000;
}
.available-branch ul li a, .available-branch h4 {
    color: #fff!important;
}
.available-branch h4 { text-align: center;}

.available-branch ul {margin-left: 0px;}

.available-branch ul li {
    margin-bottom: 15px;
    font-weight: bold;
}

.available-branch img:is([sizes="auto" i], .available-branch [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}
.branch-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.branch-title {
    width: 70%;
    margin-left: 10px;
}

.sticky-menu .logo img {
    width: 100%!important;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}