html {
    margin-bottom: 0 !important;
}
body{
    margin-bottom: 0 !important;
    font-family: "Montserrat", sans-serif !important;
}
.entry-content{
    margin: 0;
}
.post, .page {
    margin: 0 !important;
}
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.top-header {
    background-color: #6C5397;
}
.top-header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
}
.top-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
p:nth-last-child(1){
    margin-bottom:0;
    margin-top:0 !important;
}
p:first-child{
    margin-top:0;
}
.top-header p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.top-header-right a {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

/*main header*/
.main-header {
    background-color: #fff;
}
.main-header .row
 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px 10px 10px 10px;
}
.site-branding {
    flex: 0 0 calc(30% - 20px);
}
.menu-part {
    flex: 0 0 calc(70% - 20px);
}
ul#primary-menu{
    justify-content: end;
    gap: 30px;
}
ul#primary-menu a {
    color: #515151;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
ul#primary-menu a:hover
 {
    color: #6C5397;
    font-weight: 600;
}
ul#primary-menu .current-menu-item a {
    color: #6C5397 ;
    font-weight: 600 ;
}
img.custom-logo {
    width: 100%;
    max-width: 350px;
}


#primary-menu {
    display: flex; 
    position: relative;
    z-index: 9998;
}
.menu-toggle {
    margin-right: 0 !important;
    margin-left: auto;
}
@media (max-width: 1023px) {
    #primary-menu {
        display: none;
        flex-direction: column;
    }

    #primary-menu.active {
        display: flex;
        gap: 0;
        background-color: #fff;
    }
}
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.menu-toggle .menu-icon,
.menu-toggle .menu-icon::before,
.menu-toggle .menu-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 26px;
    height: 3px;
    background: #000;
    transform: translateX(-50%);
    transition: 0.3s ease;
    border-radius: 3px;
}
.menu-toggle .menu-icon {
    top: 50%;
}
.menu-toggle .menu-icon::before {
    top: -8px;
}
.menu-toggle .menu-icon::after {
    top: 8px;
}
.menu-toggle.active .menu-icon {
    background: transparent;
}

.menu-toggle.active .menu-icon::before {
    top: 0;
    transform: translateX(-50%) rotate(45deg);
}

.menu-toggle.active .menu-icon::after {
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
}


/* footer css */
.footer-inner {
    background-color: #281B40;
    border: 1px solid #3D3052;
}
.footer-inner .row {
    padding: 60px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.footer-inner .col-md-3 {
    flex: 0 0 calc(25% - 40px);
}
.footer-bottom {
    background-color: #281B40;
}
.footer-bottom .row {
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
    align-items: center;
}
img.footer-logo {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
}
img.nhs-logo {
    width: 100%;
    max-width: 210px;
}
.footer-inner h2
 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px;
    color: #fff;
    margin: 0 !important;
}
.footer-inner h3{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0 !important;
}
.footer-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
ul#useful-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-inner a {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-decoration: none;
    color: #fff !important;
}
.contact-us>div {
    margin-bottom: 10px;
}
.address,
.contact-phone,
.contact-email {
    display: flex;
    align-items: top;
    gap: 10px;
}
img.address-iocn,
img.phone-icon,
img.email-icon {
    width: 24px !important;
    height: 24px;
    margin-top: 3px;
}
.footer-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    margin: 0 !important;
}
.social-icons {
    height: 24px;
}
.footer-bottom img {
    width: 24px;
    height: 24px;
}
.footer-bottom a {
    line-height: 1 !important;
}
.footer-inner .col-md-3:nth-child(3){
    flex:0 0 calc(18% - 40px)
}
.footer-inner .col-md-3:nth-child(4){
    flex: 0 0 calc(30% - 40px) !important;
}
.footer-inner .col-md-3:nth-child(2){
    flex: 0 0 calc(29% - 40px);
}


/* home page css */
.home-location-posts {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.location-item {
    flex: 0 0 calc(50% - 12px);
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
}
.home .location-item{
    border: unset;
}
.location-item img {
    width: 100%;
    height: 210px !important;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px 5px 0 0 !important;
}
.location-detail {
    padding: 20px 15px;
}
.location-detail h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-top: 0;
}
.location-detail h3>a{
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    color: #000000 !important;
    margin-top: 0;
}
.location-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;;
}
.location-detail a {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #515151;
}
.read-more-btn svg.e-font-icon-svg.e-fas-arrow-right {
    width: 16px;
    margin-left: 10px;
    fill: #6C5397 !important;
}
.read-more-btn a {
    display: flex;
    font-weight: 600 !important;
    color: #6C5397;
}
.premium-testimonial-content-wrapper
 {
    width: 100% !important;
    justify-content: center !important;
    height: auto !important;
    align-items: center !important;
    margin: 0 auto;
    max-width: 800px !important;
}
.read-more-btn {
    margin-top: 60px;
}
.read-location-btn .read-more-btn {
    margin-top: 0px;
}

ul.slick-dots {
    display: block;
    margin: 0 auto;
    padding: 0;
}
/* Hide arrows */
.premium-testimonial-box .carousel-arrow {
    display: none !important;
}

/* Remove numbers inside dots */
.premium-testimonial-box .slick-dots li button {
    font-size: 0 !important; /* hides number */
    border-radius: 50%;
    background: transparent;
}

/* Create round dots */
.premium-testimonial-box .slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #D5CBE8;
    border-radius: 50%;
    margin: auto;
}

/* Active dot */
.premium-testimonial-box .slick-dots li.slick-active button:before {
    background: #6C5397;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.home-services img
 {
    width: 50px !important;
    height: 50px !important;
}
.home-services .premium-blog-entry-meta {
    display: none;
}
.home-services .premium-blog-post-outer-container:hover .premium-blog-post-container
 {
    background: #F6F2FF !important;
}

/* about css */
.mr-0 .e-con-inner {
    margin-right: 0 !important;
}
.ml-0 .e-con-inner {
    margin-left: 0 !important;
} 
.single-services .premium-blog-thumb-effect-wrapper {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 50px !important;
}
.single-services .premium-blog-post-container.premium-blog-skin-side{
    align-items: center !important;
}

.single-services h3.premium-blog-entry-title {
    margin-top: 0;
}
.single-services .premium-blog-entry-meta {
    display: none !important;
}
.single-services .premium-blog-post-outer-container:hover .premium-blog-post-container{
    background: #F6F2FF !important;
}
.view-map-btn a {
    display: flex;
    align-items: center;
    gap: 6px;
}
.view-map-btn img {
    height: 20px !important;
    width: 20px !important;
    object-fit: contain !important;
}
.read-location-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    z-index: 9;
    position: relative;
}
.view-map-btn a {
    font-weight: 600 !important;
    font-size: 16px !important;
}

/* single location */
.single-location-post h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
	color: #281B40;
}
.all-contact-details {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 70px;
    font-family: "Montserrat", sans-serif;
}
.all-contact-details .details {
    flex: 0 0 calc(75% - 12px);
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 30px 18px 10px;
}
.all-contact-details .company-detail{
    flex: 0 0 calc(25% - 0px);
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 18px;
}
.details b{
    font-weight: 600 !important;
}
.details a {
    text-decoration: none;
    color: #515151;
    font-family: "Montserrat", sans-serif;
}
.details p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #515151;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: "Montserrat", sans-serif;
}
.details img {
    height: 20px;
    width: 20px;
}
.details>div {
    margin-bottom: 15px;
}
.social-media {
    display: flex;
    gap: 10px;
    margin-bottom: 0 !important;
    font-family: "Montserrat", sans-serif;
}
ul.social-media-links {
    margin: 0;
    padding: 0;
     display: flex;
    gap: 10px;
    list-style: none;
    font-family: "Montserrat", sans-serif;
}
.contact-btn a {
    background: #fff;
    color: #6C5397;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #6C5397;
    font-family: "Montserrat", sans-serif;
}
.contact-btn a:hover{
  background: #6C5397;
    color: #fff;
}
.contact-btn {
    margin-top: 26px;
    font-family: "Montserrat", sans-serif;
}
.company-detail b{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.company-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
}
.single-location-post p{
    color: #515151;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
.single-location-post h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}
div#available-services-list {
    margin: 70px 0;
}
.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.services-list .service-item {
    border: 1px solid #E2E2E2;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 calc(25% - 10px);
}
.services-list .service-item:hover {
    background: #F6F2FF;
}
.services-list .service-item .service-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
h3.service-title {
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
h3.service-title a {
    color: #000000 !important;
    text-decoration: none;
}

/* contact css */
form input, .contact-form label, .contact-form textarea {
    font-size: 16px !important;
    color: #929292 !important;
    border-radius: 5px !important;
}
.contact-form input::placeholder,
.contact-form label,
.contact-form textarea::placeholder{
    font-size:16px !important;
}
#wpforms-464-field_2::placeholder,
#wpforms-464-field_3::placeholder,
#wpforms-464-field_4::placeholder,
#wpforms-464-field_5::placeholder{
    color: #929292;
    opacity: 1; /* Required for Firefox */
}
#wpforms-464-field_6,
#wpforms-464-field_7{
    font-size: 16px;
    color: #929292;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}
.container .row {
    padding-left: 10px;
    padding-right: 10px;
}
.opening-hours {
    display: flex;
    gap: 10px;
}
iframe {
    width: 100%;
}

/* 404 page */
section.error-404.not-found h1 {
    font-size: 140px;
    margin: 0;
    text-align: center;
    margin-top: 50px;
    line-height: 1.4;
    color: #6C5397;
}
section.error-404.not-found h2 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #6C5397;
}
section.error-404.not-found {
    padding-bottom: 70px;
}
ul {
    margin: 0;
}

/* Hide mobile menu on desktop */
@media (min-width: 1024px) {
    .menu-toggle {
        display: none;
         z-index: 9999;
    }
    .location-item{
        flex: 0 0 calc(50% - 6px);
    }
}

/* responsive css */

@media (max-width:1024px){

    .footer-inner .col-md-3 {
        flex: 0 0 calc(23% - 25px);
    }
    .single-location-post h1 {
        font-size: 32px;
        margin-top: 50px;
    }
    .services-list .service-item {
        flex: 0 0 calc(33.33% - 10px);
    }
}
@media (max-width:767px){

    .footer-inner .col-md-3 {
        flex: 0 0 calc(50% - 25px);
    }
    .single-location-post h1 {
        font-size: 28px;
        margin-top: 40px;
    }
    .all-contact-details .details {
        flex: 0 0 calc(100% - 0px);

    }
    .all-contact-details .company-detail {
        flex: 0 0 calc(100% - 0px);
        display: grid;
    }
    .contact-btn {
        margin-bottom: 0px;
        margin-top: 20px;
        order: 3;
    }
    .contact-btn a{
        padding: 7px 30px;
        width: max-content;
    }
    .services-list .service-item {
        flex: 0 0 calc(50% - 10px);
    }
    section.error-404.not-found h1 {
        font-size: 100px;
    }
    section.error-404.not-found h2 {
        font-size: 28px;
    }
    section.error-404.not-found {
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .location-item {
        flex: 0 0 calc(100% - 0px);
    }

    .top-header .row {
        padding: 10px 10px 5px 10px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .site-branding {
        flex: 0 0 calc(65% - 20px);
        line-height: 1;
    }
    a.custom-logo-link {
        line-height: 1;
        display: flex;
        align-items: center;
    }
    .menu-part {
        flex: 0 0 calc(35% - 20px);
    }
    .main-header .row{
        padding: 15px 10px;
    }
    .menu-main-menu-container {
        display: block !important;
        width: 100% !important;
        background-color: #fff;
        position: absolute;
        left: 0;
    }
    ul#primary-menu li {
        text-align: center;
        margin-bottom: 15px;
    }
    ul#primary-menu {
        padding: 20px 10px 10px 10px;
    }
    .footer-inner .col-md-3 {
        flex: 0 0 calc(100% - 0px);
    }
    .footer-bottom .row {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .col-md-6 {
        flex: 0 0 calc(100% - 0px);
        text-align: center;
    }
    .footer-inner h2 {
        margin: 10px 0 5px !important;
    }
    .footer-inner .row {
        padding: 50px 10px 20px 10px;
    }
    .single-location-post h1 {
        font-size: 28px;
        margin-top: 30px;
    }
    .container .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .details p {
        display: flex;
        align-items: normal;
        word-break: break-word;
    }
    .details b {
        font-weight: 600 !important;
        flex: 0 0 calc(26% - 0px);
    }
    .contact-btn {
        margin-top: 10px;
    }
    .services-list .service-item {
        flex: 0 0 calc(100% - 0px);
    }
    .single-services .premium-blog-post-container.premium-blog-skin-side {
        display: flex;
        flex-direction: row;
        align-items: center !important;
    }
    .wpforms-field {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .contact-form input::placeholder,
    .contact-form label,
    .contact-form textarea::placeholder{
        font-size:15px !important;
    }
    #wpforms-464-field_6,
    #wpforms-464-field_7{
        font-size: 14px;
        color: #929292;
    }
    button#wpforms-submit-464 {
        font-size: 14px;
    }
    .footer-inner .col-md-3:nth-child(3) {
        flex: 0 0 calc(100% - 0px);
    }
    .footer-inner .col-md-3:nth-child(2) {
        flex: 0 0 calc(100% - 0px);
    }
    .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
        padding: 6px 0 !important;
    }
    .social-media b {
        flex: 0 0 calc(100% - 0px) !important;
    }
    .location-item b {
        width: 100%;
        max-width: max-content;
    }
    .top-header-left {
        width: 100%;
        text-align: center;
    }
    section.error-404.not-found h1 {
        font-size: 80px;
        margin-top: 20px;
    }
    section.error-404.not-found h2 {
        font-size: 26px;
    }
}
