*, body, html {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-stretch: normal;
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    zoom: .9;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}

input[placeholder=Postcode], input[id=search-by-key-or-sep] {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}

.navbar-toggle {
    padding: 13px 10px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.navbar-toggle span {
    transition: all .3s;
    backface-visibility: hidden;
}

.navbar-toggle.add-cross .two {
    opacity: 0;
}

.navbar-toggle.add-cross .one {
    transform: rotate(45deg) translate(5px, 3px);
}

.navbar-toggle.add-cross .three {
    transform: rotate(-45deg) translate(12px, -11px);
}

.navbar-default .navbar-toggle {
    border-color: transparent !important
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #008280;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container-fluid {
    max-width: 1430px
}

section {
    padding-bottom: 50px;
    padding-top: 50px;
}

section h2 {
    color: #048381;
}

section h2:after {
    width: 26%;
    content: '';
    border-bottom: 3px solid #d11f39;
    display: flex;
    margin: 30px auto 30px auto;
}

.sec-home-how-it-works {
    background-color: #676767;
}

.sec-home-how-it-works h2 {
    color: #ffffff;
}

.sec-home-how-it-works h2:after {
    width: 10%;
    border-bottom: 3px solid #ffffff;
}

.home-specialty {
    text-align: center;
}

.home-specialty img {
    width: 75px;
    height: auto;
    margin: 15px;
}

.home-specialty p {
    height: 50px;
    color: #666;
    word-wrap: break-word;
    hyphens: auto
}

.home-specialty a:hover, ul#limheight li a:hover {
    text-decoration: underline;
    color: #666;
}

.home-how-it-works-col {
    text-align: center;
}

.home-how-it-works-col h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.home-how-it-works-col p {
    color: #ffffff;
}

.view-clinic {
    text-align: center;
    margin-top: 30px;
}

.home-clinic {
    text-align: center;
    border-radius: 12px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 3.4px 4.9px 10px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    border: 0;
}

a.view_more {
    cursor: pointer;
    color: #008280;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    text-decoration: none;
}

.home-clinic .home-clinic-img {
    width: 100%;
    height: auto;
}

.home-clinic img {
    padding: 0 20px;

}

.home-clinic h3 {
    color: #008280;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 25px 0 35px 0;
}

.home-clinic div.icon-with-link {
    margin: 0 0 15px 0;
}

.home-clinic h3::before {
    width: 50%;
    content: '';
    border-bottom: 3px solid #c0c0c0;
    display: flex;
    margin: 10px auto 15px auto;
}

.sec-header {
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}

.icon-with-link .view_more {
    color: #008280;
    font-size: 16px;
    text-decoration: none;
}

.icon-with-link a, .icon-with-link img {
    vertical-align: middle;
    display: inline-block;
}

.icon-with-link img.view-more-icon {
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
    height: 15px;
}

.footer-menu li>ul a {
    background-image: linear-gradient(#9a9a9a, #9a9a9a);
    background-size: 0 3px, auto;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all .25s ease-out
}

.navbar-nav a {
    position: relative
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 6px 15px -6px grey;
    height: auto
}

.partner img {
    width: 100%;
    margin: 10px auto;
    height: 110px;
    object-fit: contain
}

.sec-home-myhealth-blog {
    background-color: #f9f9f9;
}

.home-blog-active {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: -webkit-fill-available;
    border-radius: 15px;
}

.home-blog-active .blog-detail {
    width: 72%;
    background-color: white;
    box-shadow: 3.4px 4.9px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 25px 25px 15px 25px;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.home-blog-active .title {
    font-size: 20px;
    font-weight: 700;
    color: #048381;
    margin: 15px 0px;
}

.blog-detail>.date {
    color: #666;
    font-size: 16px;
}

.blog-detail>p>.name {
    color: #048381;
    font-size: 17px;
}

.blog-detail>a:hover {
    text-decoration: underline;
    color: #008280;
}

.home-blog-tab li:last-child {
    border-bottom: none;
}

.home-blog-tab {
    color: #666;
}

.sec-home-clinics .tile {
    padding: 15px;
}

.sec-home-myhealth-blog h2:after {
    width: 10%;
}

.home-blog-tab h3.title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.home-blog-tab a {
    color: #048381;
}

.home-blog-tab ul {
    padding-left: 15px;
}

.home-blog-tab li {
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid #acacac;
    padding: 20px 2%;
}

.home-blog-tab li:hover span.name, .home-blog-tab li:hover h3 {
    color: #048381;
}

.home-blog-tab li:hover, .page-load-hover {
    background-color: #f9f9f9;
    box-shadow: 3.4px 4.9px 10px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    border: 0;
}

.home-blog-tab li:last-child:hover {
    box-shadow: none;
}

.select_search_criteria .postcode {
    top: 12px;
    right: 25px;
    content: url(https://www.myhealthspecialist.com/assets/images/uploads/icn-postcode.svg);
    height: 20px;
    width: 22px;
    position: absolute;
}

#Most-searched-specialties>.select_search_criteria {
    margin-bottom: 15px;
}

.aligned-row {
    display: flex;
    flex-flow: row wrap;
}

#footer-partner {
    background: #676767;
    height: fit-content;
    width: 100%;
    float: left;
}

#footer-copyright, .footer-copyright {
    background: #f9f9f9;
    padding: 7px
}

#footer, #footer-copyright, #footer-menu, #footer-partner {
    width: 100%;
    float: left
}

#footer-menu-section {
    padding: 3% 5%;
    width: 100%;
    float: left;
    padding-bottom: 0
}

.footer-menu {
    float: left
}

.footer-menu li {
    list-style-type: none;
    line-height: 35px;
    font-size: 16px
}

.footer-menu li a {
    text-decoration: none
}

.footer-menu ul {
    padding: 0
}

.footer-menu>ul>li>ul>li>a {
    color: #666;
    font-size: 18px;
}

.footer-menu>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

.footer-copyright p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

.navbar-brand {
    height: auto !important
}

ul.social-icon {
    text-align: center;
    display: none;
    margin: 0;
    margin-top: -7.5px;
    padding: 10px 0
}

.social-icon-footer {
    text-align: center;
    font-size: 18px;
    line-height: .78
}

.social-icon-footer li, ul.social-icon li {
    list-style: none;
    border: none !important;
    display: inline-block
}

.mobile {
    display: none
}

ul.social-icon-footer.desktop {
    padding: 20px 0;
}

ul {
    list-style-type: none;
}

.blog-image a, .blog-image a:focus, a, a:focus, button, button.submit:focus, button:focus {
    outline: 0
}

a:hover {
    text-decoration: none
}

ul.social-icon-footer li {
    border-radius: 30px;
    transition: .3s linear;
    margin-right: 5px
}

.mobile {
    display: none
}

.desktop {
    display: block
}

.navbar-brand>img {
    margin: 0 auto 2%;
    padding: 2px 0
}

.s_icons ul.social-icon-footer li, ul.social-icon-footer {
    margin-bottom: 0
}

.right-menu {
    float: right
}

.navbar-brand>img {
    width: 300px;
    height: auto
}

.navbar-brand {
    padding: 15px 8px
}

.search_footer .container-fluid {
    max-width: unset
}

#footer .footer-menu-logo {
    float: right
}

#footer .footer-menu:nth-of-type(1) {
    width: 27%
}

#footer .footer-menu:nth-of-type(1)>ul {
    padding: 0
}

#footer .footer-menu {
    width: 24%
}

.icon-with-link a {
    background-image: linear-gradient(#d11f39, #d11f39);
    background-size: 0 3px, auto;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all .25s ease-in-out 0s
}

.icon-with-link a, .icon-with-link img {
    vertical-align: middle;
    display: inline-block
}

.icon-with-link img {
    padding-top: 10px;
    padding-right: 3px;
    transform: scale(.99)
}

.icon-with-link a h2 {
    color: #d11f39;
    font-weight: 600;
    cursor: pointer;
    font-size: 26px;
    line-height: 1
}

div.social-media-icon {
    text-align: center;
    background: #676767;
    border-radius: 30px;
    padding: 20%;
    width: 37px;
    height: 37px
}

div.social-media-icon>img {
    height: 100%
}

a, pre code, table {
    background-color: transparent
}

html {
    -webkit-tap-highlight-color: transparent
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

p {
    margin: 0 0 10px
}

dl, ol, ul {
    margin-top: 0
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

ol, ul {
    margin-bottom: 10px
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container, .container-fluid, .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-right {
    padding: 10px 0;
    margin-right: 0;
}

.navbar-nav>li {
    padding: 0px 20px;
}

#navbarCollapse li div.icon-with-link a h2 {
    color: #777;
    font-size: 17px;
    line-height: .78;
    letter-spacing: .5px;
    font-weight: 700;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    display: block
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.con-us {
    display: none !important;
}

.btn-group.bootstrap-select.search-criteria button {
    -webkit-appearance: none;
    background-image: url(https://www.myhealthspecialist.com/assets/images/uploads/dropdown_arrow.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 48x;
}

.text {
    white-space: normal;
}

.icon-with-link a, .icon-with-link img {
    vertical-align: middle;
    display: inline-block;
}

.icon-with-link a.view_all, .icon-with-link a.view_more {
    background-image: linear-gradient(#008280, #008280);
    background-size: 0 3px, auto;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all .25s ease-in-out 0s;
    padding-right: 5px;
}

.icon-with-link a:hover {
    background-size: 100% 3px, auto;
    text-decoration: none !important;
    color: #008280
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 8px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand>img {
    display: block
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-collapse, .navbar-default {
    border-color: #e7e7e7
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

/* --- */

.search-home-tab {
    color: white;
}

.search-home-dropdown .smgap {
    margin-right: 5px;
}

.search-criteria {
    width: 100%;
}

.search-home-dropdown button {
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

.heading {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5;
    padding-bottom: 35px;
}

.heading::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #D21F43;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 8px;
}


.sub-heading {
    font-size: 20px;
    letter-spacing: 0.8;
    padding-bottom: 60px;
    color: white;
    font-weight: bold;
}

.sec-home-search>div {
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, .8));
}

.sec-home-search {
    padding-bottom: 0;
}

.sec-home-specialties-viewmore-link {
    margin-top: 30px;
}

#booking {
    color: #048381;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 40px;
}

#clinicHospital {
    color: white;
    background-color: #048381;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
}

#keyword {
    color: white;
    background-color: #048381;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
}

#gpreferral {
    color: white;
    background-color: #33669a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
}
@media (max-width: 767px) {

	.custom-nav > li > a {
		padding: 10px 10px !important;
	}
}

@media (max-width: 480px){

	.custom-nav > li > a {
		padding: 10px 9px !important;
	}
} 

.tab-content {
    background-color: white;
    padding: 35px 35px 35px 35px;
    border-radius: 0px 10px 10px 10px;
    margin-bottom: 30px;
}

.dropdown-btn {
    border-radius: 25px;
    border: 2px solid #048381;
    background: white;
}

.dropdown-btn:active, .dropdown-btn:hover, .dropdown-btn:focus, .dropdown-btn:visited {
    background-color: white !important;
    border-color: #048381 !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #048381;
    border-radius: 10px;
}

.dropdown-text {
    font-size: 16px;
    font-size: 16px;
    padding: 3px 3px;
    font-weight: 600;
    color: #666;
}

.dd-arrow {
    float: right;
    margin-top: 6px;
    margin-right: 3px;
}

.input-text {
    padding: 20px 10px;
    border-radius: 20px;
    border: 2px solid #048381;
}

.dropbtn {
    background-color: white;
    color: #666;
    padding: 6px;
    font-size: 16px;
    border: 2px solid #048381;
    border-radius: 30px;
}

#myInput {
    color: #000;
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 16px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

#myInput:focus {
    outline: 3px solid #ddd;
}

.dropdown-content {
    display: none;
    height: 270px;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 97%;
    overflow-y: scroll;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: #666;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

button.btn-search {
    display: block;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #048381;
    padding: 10px;
    text-align: center;
    width: auto;
    background: #048381;
}

button.btn-search-mob {
    display: none;
}

button.btn-search:hover, button.btn-search:focus, button.btn-search:active {
    background: #048381 !important;
    border-color: #048381 !important;
    outline: none !important;
}

.dropdown-menu {
    border: none;
}

.mhs-search img {
    height: 20px;
    width: 22px;
}

.dd-text-head {
    font-weight: 500;
    outline: 0;
    font-size: 16px;
    color: #666;
    margin: 5px 0px 5px 10px !important;
    letter-spacing: 0.3px;
}

.dd-text {
    outline: 0;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.dd-text:hover, .dd-text:active, .dd-text:focus {
    color: #666;
}

.dd-img {
    height: 35px;
    margin: 0px 10px;
}

.dropbox {
    height: 250px;
    width: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dropdown-menu>li>a {
    padding: 0px;
    display: inline;
}

.dropbox>li {
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

.dropbox>li>a>.text {
    color: #666;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-image: none;
    background-color: white;
}

.footer-menu>ul>li>a {
    color: #676767;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    cursor: default;
}

.footer-menu li a {
    text-decoration: none;
}

#footer-menu-section {
    padding: 3% 5%;
    width: 100%;
    float: left;
    padding-bottom: 0;
}

#footer-menu-section, .footer-copyright {
    max-width: 1400px;
    margin: auto;
    color: #676767;
    float: none !important;
}

.myHealth-bytes-view-all {
    display: none;
}

.desktop-hide {
    display: none;
}


.footer-menu {
    float: left;
}

.desktop-healthcare, .desktop-myHealth {
    display: block;
}

.mobile-healthcare, .mobile-myHealth {
    display: none;
}

.mobile-healthcare a {
    color: #048381;
}

.cr-desktop {
    display: block;
}

.cr-mobile {
    display: none;
}

.select_search_criteria>p {
    color: black;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    padding-left: 100px;
    padding-top: 10px;
}

.select_search_criteria>p>img {
    width: 25px;
    margin: 0px 10px;
}


.glider-myHealth>.glider-track>div>img {
    width: 216px;
    height: 216px;
    border-radius: 10px;
    object-fit: cover;
    object-position: left top;
}

.glider-myHealth>.glider-track>div {
    text-align: center;
}

.title-moblie {
    font-size: 17px;
    color: #666;
    font-weight: 600;
}

.sliderArrow {
    border: none;
    background: none;
}

.glider-flex {
    display: flex;
    align-items: center;
}

.glider-healthcare>.glider-track>div>img {
    width: 100%;
    height: auto;
}

hr {
    border-top: 2px solid #666;
    width: 50%;
}

.home-clinic>p {
    font-size: 20px;
    font-weight: 600;
    color: #008280;
}

.home-clinic>a:hover {
    text-decoration: underline;
    color: #008280;
}

.sliderArrow-partner {
    display: none;
}

ul#limheight li a {
    font-size: 18px;
    color: #666;
    line-height: 1.67;
    margin: 0;
}

ul#limheight li::before {
    content: "\2022";
    color: #008280;
    font-weight: 700;
    padding-right: 10px;
}

#limheight {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    display: none;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .container {
        width: auto;
    }

    .footer-menu {
        width: 17%;
        padding: 1%;
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .search-specialty {
        padding: 0px
    }

    .sliderArrow-partner {
        display: block;
        border: none;
        background: none;
    }

    #footer .footer-menu:nth-of-type(1) {
        width: 50%;
    }

    #footer-menu-section {
        padding: 3% 0 0 5%;
    }

    #footer .footer-menu {
        width: 50%;
    }

    .footer-menu>ul>li>ul>li>a {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .sliderArrow-partner {
        display: block;
        border: none;
        background: none;
    }

    #contactus {
        padding: 0px;
    }

    .footer-menu>ul>li>ul>li>a {
        font-size: 16px;
    }

    #footer-menu {
        padding: 0px 30px;
    }

}

@media (max-width: 767px) {
    .select_search_criteria>p {
        padding: 0px;
    }

    .select_search_criteria {
        padding: 0px;
        margin: 0px 0px 10px;
    }

    .con-us {
        display: block !important;
    }

    .mobile-none {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    div#footer-menu-section {
        padding-top: 25px;
        text-align: center;
    }

    #footer .footer-menu-logo {
        display: none;
    }

    #footer .footer-menu:nth-of-type(1) {
        width: 100%;
        display: block;
    }

    #footer .footer-menu {
        width: 100%;
    }

    ul.social-icon-footer.mobile {
        padding-left: 20px;
        text-align: left;
    }

    ul.social-icon-footer li {
        padding: 2% 0;
        text-align: center;
    }

    .mobile {
        display: block;
        width: 100%;
        float: left;
    }

    button.btn-search {
        display: none;
    }

    button.btn-search-mob {
        display: block;
        padding: 10px 15px;
        font-size: 20px;
        border-radius: 35px;
        text-align: center;
        background: #048381;
        border-color: #048381;
    }

    .btn-search-mob:focus, .btn-search-mob:hover, .btn-search-mob:active, .btn-search-mob:visited {
        background: #048381 !important;
        border-color: #048381 !important;
        outline: none !important;
    }

    .select_search_criteria {
        padding: 0 10px 25px 10px;
    }

    .tab-content {
        padding: 35px 15px 0;
    }

    section {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    h2 {
        font-size: 20px;
    }

    section h2:after {
        margin: 20px auto 24px auto;
    }

    .heading {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .select_search_criteria .postcode {
        top: 12px;
        right: 49px;
    }

    .navbar-brand {
        padding: 15px 8px;
    }

    .sec-home-specialties-viewmore-link {
        margin-top: 20px;
    }

    .view-clinic {
        margin-top: 20px;
    }

    .home-how-it-works-col h3 {
        margin-bottom: 15px;
    }

    .myHealth-bytes-view-all {
        display: block;
        text-align: center;
    }

    .sub-heading {
        width: 100%;
        padding-bottom: 30px;
    }

    .sec-home-search {
        padding-top: 0;
    }

    .footer-menu li {
        line-height: 25px;
    }

    .footer-menu>ul>li>a {
        color: #676767;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.33;
        cursor: default;
    }

    .footer-menu>ul>li>ul>li>a {
        color: #666;
        font-size: 12px;
    }

    .footer-copyright p {
        font-size: 12px;
    }

    .cr-desktop {
        display: none;
    }

    .cr-mobile {
        display: block;
    }

    ul.social-icon-footer.mobile {
        text-align: center;
    }

    #limheight {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 0;
    }

    #limheight li {
        font-size: 18px;
        color: #666;
        line-height: 1.67;
        text-indent: -1em;
        padding-left: 1em;
        letter-spacing: normal;
    }

    ul#limheight li {
        font-size: 14px;
        letter-spacing: .4px;
    }

    .desktop-healthcare, .desktop-myHealth {
        display: none;
    }

    .mobile-healthcare, .mobile-myHealth {
        display: block;
    }

    /* nav bar mobile */
    .right-menu {
        float: right;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-top: 8px;
        padding: 16px 0;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-toggle span {
        transition: all .3s;
        backface-visibility: hidden;
    }

    .navbar-toggle .icon-bar {
        width: 35px;
        height: 4px;
        border-radius: 2px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent !important;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent !important;
    }

    .right-menu {
        width: 100%;
        float: left;
    }

    ul.social-icon {
        display: block;
    }

    .navbar-fixed-top ul.social-icon li {
        padding: 0 5px;
    }

    .navbar-collapse.collapse.in li, .navbar-header {
        border-bottom: 1px solid #e7e7e7;
    }

    .nav>li {
        display: block;
    }

    #booking {
        padding: 10px 15px;
    }

    .search-home-dropdown .smgap {
        margin-right: 2px;
    }

    .text-break {
        word-wrap: break-word;
    }
}

@media (max-width: 320px) {


    #booking {
        padding: 10px 8px;
    }

    .navbar-brand {
        padding: 15px 0px;
    }

    .navbar-brand>img {
        width: 250px;
    }

    .nav>li>a {
        padding: 10px 8px;
    }

    .nav-pills>li+li {
        margin-left: 1px;
    }

    .search-home-dropdown .smgap {
        margin-right: 1px;
    }

    .heading {
        font-size: 22px;
    }

    .text-break {
        word-wrap: break-word;
    }

}
	
	body .cookiewarning {width: 100%; padding: 0; left: 0;right: 0;max-width: 1250px;margin: 0 auto;}
body .cookiewarning .inner { margin: 0px;padding: 15px 30px 15px 15px;} 
body .cookiewarning .continue{right: 10px;}

@media (max-width: 767px) {
  #instant-booking-filter {
    margin-bottom: 20px;
	margin-top:0px !important;
	 width: 12px !important;
  height: 12px !important;
  }
  
  
  
  #instant-booking-label {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
  }
  
  #instant-booking-text {
      margin-bottom: 16px !important;
	  font-size: 13px !important;
  }
}
  
  /* Style the custom checkbox */
#instant-booking-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #008280;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

/* Checked state */
#instant-booking-filter:checked {
  background-color: #008280;
}

/* Checkmark */
#instant-booking-filter:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Align label text vertically with checkbox */
#instant-booking-label {
	margin-top: 10px;
  display: inline-flex;
  align-items: end;
  gap: 6px; /* spacing between checkbox and text */
  font-weight: 800;
  color: #048381;
 /* margin-bottom: 25px;*/
  margin-left: 8px;
  padding-top: 10px;
}

#instant-booking-text {
   /* margin-bottom: -1px; */
    font-size: medium;
}
