/* Theme Name: Medicare Author: Kamil Pietrzkiewicz Description: Theme for Medicare. Version: 1.0 Tags: medicare Text Domain: medicare */ /*style-aga*/
.social_media_container {
    margin-left: 20px !important;
    width: 100px !important;
}

.emergency_container {
    float: right !important;
    margin-right: 60px !important;
    min-height: 92px;
    position: relative !important;
    text-align: right !important;
    width: 420px !important;
}

.header .emergency {
    font-size: 16px !important;
    margin-top: 5px !important;
    display: inline-block !important; /*float: none!important; */
    left: 0 !important;
}

.header .emergency .highlight {
    font-size: 22px !important;
}

.header .datetime { /*left: -14px!important;*/
}


.top p { /*display: inline-block!important; width: 450px!important; margin-bottom: 33px !important;*/
}

.top .content article .btn-reservation {
    background: #d6dfe1;
    color: #4e676b !important;
    font-size: 16px !important;
    padding: 11px 18px !important;
    display: inline-block;
    margin-top: 33px;
    margin-bottom: 20px;
}

.top .content article .btn-reservation:hover {
    background: #2b98a9;
    color: #fff !important;
}

.services_page_top_content h4 {
    margin-top: 30px;
}

.info-phone p.phone {
    margin-bottom: 0;
}

a {
    color: #fff;
}

.rom .card_top {
    padding: 90px 15px 22px 15px;
}

.rom .card_left {
    float: left;
}

.rom card_left .reserve_text {
    font-size: 25px;
    margin-left: 1%;
    margin-top: 35px;
}

.rom .card_left .phone_text {
    font-size: 25px;
    font-weight: bold;
    color: #dc330b;
    margin-left: 1%;
}

.rom .card_left .working_24h_shift_text {
    padding: 0 1% px 0 2% px;
}

.rom .card_right {
    float: left;
    padding: 0 1% px 0 2% px;
}

.rom2 .card_bottom {
    min-height: 134px;
    background: #51bbcc;
}

.rom2 .card_bottom .card_bottom_left {
    float: left;
    border-right: 1px solid #81ceda;
    min-height: 134px;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
    text-align: center;
}

.rom2 .card_bottom .card_bottom_center {
    float: left;
    width: 100%;
    border-right: 1px solid #81ceda;
    min-height: 134px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
    text-align: center;
}

.rom2 .card_bottom .card_bottom_right {
    float: left;
    width: 100%;
    min-height: 134px;
    text-align: center;
}

.rom2 .card_bottom .make_an_appointment {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 130px;
}

.rom2 .card_bottom .write_me {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 130px;
}

.rom2 .card_bottom .facebook {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 130px;
}

.rom .card_right .title {
    font-weight: 600;
    color: #51bbcc;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    margin-top: 28px;
    margin-bottom: 15px;
}

.rom .card_right .name_surname {
    color: #242d2f;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 23px;
    line-height: 34px;
}

.rom .card_left .reserve_text {
    font-size: 25px;
    margin-left: 1%;
    margin-top: 35px;
}

/*.under_footer2 {
    text-align: center;
    height: 50px;
    padding-top: 14px;
}*/

.footer .footer_bottom .logo {
    text-align: center;
    padding-top: 71px;
}

.footer-heading {
    display: block;
    color: #2b98a9;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0 !important;
    padding: 0;
}

.footer-heading {
    display: block;
    color: #2b98a9;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0 !important;
    padding: 0;
}

/* top bar */
#mtsnb-574::before { /* background-image: url('https://www.medicareclinic.co.uk/gray-snowflakes-hi.png'); */
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/* booking btn*/
.navbar-nav > li.btn-book > a, body.about_us > .top table td a, .map .road_description .section a, .top .content article .btn-reservation, body.clinic > .top .reserve_visit {
	background-color: #e60a88;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff !important;
	min-width: 180px !important;
	line-height: inherit !important;
}

 body > .doctor .card .card_bottom .card_bottom_left {
	background-color: #e60a88 !important;
}
.navbar-nav > li.btn-book > a:hover, .top .content article .btn-reservation:hover, body.clinic > .top .reserve_visit:hover, body > .doctor .card .card_bottom .card_bottom_left:hover {
	background-color: #b9006a !important;
	color: #fff !important;
}
.btn-book .hover-wrapper {
  display: none;
}
.btn-book.mob {
	display: none;
}
@media all and (max-width: 767px) {
	.btn-book.mob {
	  display: block !important;
	  left: 10px;
	  position: absolute;
	  top: 19px;
}
	.btn-book.mob a {
	  background-color: #e60a88 !important;
	  border: 1px solid #fff;
	  color: #fff;
	  padding: 10px 20px;
}
	.btn-book.mob a:hover {
		background-color: #b9006a !important;
	    color: #fff !important;
	}
	.btn-book {
		display: none !important;
	}
}

.powered-by {
    display: none !important;
}

.doctor-section {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: Lato, sans-serif;
}

.doctor-section .doctor-box {
    background-color: #f6ffff;
    margin-bottom: 30px; /* changed */
    box-shadow: 0px 4px #2ADBE4; /* changed */
}

.doctor-section .doctor-box .doctor-content {
    padding: 30px;
}

.doctor-section .doctor-box .doctor-content .service {
    line-height: 31px;
    color: #51bbcc;
    font-size: 22px; /* changed */
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 12px;
}

.doctor-section .doctor-box .doctor-content .name {
    line-height: 49px;
    color: #242d2f;
    font-size: 32px; /* changed */
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 40px; /* changed */
}

.doctor-section .doctor-box .doctor-content .hours .hours-header {
    line-height: 31px;
    color: #51bbcc;
    font-size: 22px; /* changed */
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px; /* changed */
}

.doctor-section .doctor-box .doctor-content .hours .days {
    margin-bottom: 60px;
}

.doctor-section .doctor-box .doctor-content .hours .days .day {
    border-bottom: 1px solid #2adbe4;
    padding-bottom: 12px; /* changed */
    padding-top: 12px; /* changed */
    display: flex;
    flex-direction: row;
}

.doctor-section .doctor-box .doctor-content .hours .days .day .day-name {
    flex: 1 0 0;
    line-height: 22px;
    color: #242d2f;
    font-size: 16px; /* changed */
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.doctor-section .doctor-box .doctor-content .hours .days .day .day-hours {
    flex: 1 0 0;
    text-align: right;
    line-height: 22px;
    color: #242d2f;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.doctor-section .doctor-box .doctor-content .pricing {
    text-align: center;
    margin-bottom: 30px; /* changed */
}

.doctor-section .doctor-box .doctor-content .pricing .btn.btn-pricing {
    border-radius: 8px;
    background-color: #1e4269;
    color: #ffffff;
    font-size: 20px; /* changed */
    font-weight: 400;
    text-align: center;
    padding: 7px 22px; /* changed */
}

.doctor-section .doctor-box .doctor-content .reservation .reservation-title {
    line-height: 31px;
    color: #51bbcc;
    font-size: 22px; /* changed */
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.doctor-section .doctor-box .doctor-content .reservation .reservation-number {
    line-height: 49px;
    color: #242d2f;
    font-size: 34px; /* changed */
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px; /* changed */
}

.doctor-section .doctor-box .doctor-content .reservation .btn.btn-reservation {
    border-radius: 8px;
    background-color: #e60a88;
    color: #ffffff;
    font-size: 20px; /* changed */
    font-weight: 400;
    text-align: center;
    padding: 7px 22px; /* changed */
}

.doctor-section .doctor-box .doctor-image img {
    max-width: 100%;
    height: auto;
}

.doctor-section article p {
    color: #242d2f;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.doctor-section article h1, .doctor-section article h2, .doctor-section article h3, .doctor-section article h4, .doctor-section article h5 {
    color: #242d2f;
    font-family: "Lato - Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.doctor-section article ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doctor-section article li {
    padding-left: 25px;
    position: relative;
}

.doctor-section article li::before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2adbe4;
    position: absolute;
    top: 5px;
    left: 5px;
}

.doctor-section .dropdown {
    margin-top: 30px;
}

.doctor-section .panel-default {
    border-radius: 0;
    border-color: #f6ffff;
}

.doctor-section .panel-default>.panel-heading {
    background-color: #f6ffff;
    border-top: 1px solid #2adbe4;
    line-height: 25px;
    color: #242d2f;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    text-align: left;
    padding: 22px 26px;
}

.doctor-section .panel-default>.panel-heading .panel-title a {
  position: relative;
width: 100%;
display: block;
}
  
.doctor-section .panel-default>.panel-heading .panel-title a::after {
    flex-shrink: 0;
    width: 23px;
    height: 19px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 23px;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 0;
}

.doctor-section .panel-default>.panel-heading .panel-title a:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}


.panel-default>.panel-heading+.panel-collapse>.panel-body{
    background-color: #f6ffff;
    border-top: 1px solid #e8e8e8;
    padding: 22px 26px;
}

.doctors article a p {
    color: #333;
}

/* added */
hr.dr-section {
    border: 0px;
    height: 1px;
    background: #2ADBE4;
}

.doctor-section .panel-default ol {
    padding-left: 20px;
}
.btn-book a {
	background-color: red;
}
.services .footer .container, .services .under_footer .container {
	min-height: auto;
}
.footer .footer_top .directions {
	background: #51bbcc !important;
	font-size: 14px !important;
	line-height: 30px !important;
	margin-top: 0px !important;
	height: 30px !important;
	border-radius: 20px;
}

.directions {border: 0px solid white !important;}

.footer .footer_top .places a {
    border: 1px solid #fff;
    min-width: 180px !important;
}

.footer .footer_top .places {
    padding-bottom: 56px;
}

.footer .footer_bottom .phones .phone > a, .footer .footer_bottom .phone .info-phone .phone > a {
    color: #fff;
}

.btn-book{top: 2px;}

.location {
    width: 33%;
    display: inline-block;
    height: auto;
    vertical-align: top;
    margin-bottom: 20px;
}

.under_footer2 {
    margin:25px;
    text-align:center;
}

.margin-footer {margin-bottom:50px;}