
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.rating i {
    color: #dedfe0;
}
.rating i.filled {
    color: #f4c150;
}
.profile-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.profile-widget .rating i {
	font-size: 14px;
}
.available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.available-info li + li {
	margin-top: 5px;
}
.available-info li i {
	width: 22px;
}
.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}
.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}

.popular-section {
	padding: 60px 0 40px;
	background-color: #fff5f5;
}
.solution-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
}
.solution-slider {
	padding: 0 30px;
}
.specialities-img {
	position: absolute;
	right: 20px;
	top: -43px;
	z-index: 1;
}
.specialities-img img {
	max-width: 86px;
	border-radius: 90px;
}
.readmore-btn {
	color: #273353;
	font-size: 16px;
	display: inline-block;
	margin-top: 13px;
}
.readmore-btn i {
	color: #ee314e;
	margin-right: 3px;
}
.aboutus-section {
	padding: 70px 0;
}
.aboutus-section .section-header {
	margin-bottom: 20px;
}
.aboutus-section .section-header h5 {
	margin-left: 30px;
}
.aboutus-section .left p {
	font-size: 14px;
	line-height: 1.85;
	color: #111111;
}
.aboutus-section .right {
	text-align: right;
}
.aboutus-section .right img {
	border-radius: 15px;
}
.aboutus-section .feature-col {
	margin-top: 15px;
}
.aboutus-section .feature-box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(159,159,159,0.17);
	border-radius: 6px;
	padding: 15px 15px 15px 100px;
	position: relative;
	margin: 8px 0;
}
.aboutus-section .feature-box h2 {
	font-size: 40px;
	color: #0168b3;
	font-weight: 600;
	margin-bottom: 3px;
}
.aboutus-section .feature-box h6 {
	font-size: 14px;
	color: #111;
}
.aboutus-section  .corner-img {
	position: absolute;
	left: 0;
	top: 0;
}
.feature-list .feature-list-box .feature-icon {
	margin-bottom: 15px;
}
.feature-list .feature-list-box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #575757;
	margin-bottom: 0;
}
.feature-list .feature-list-box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(159,159,159,0.17);
	padding: 20px;
	border-radius: 10px;
}
.feature-list-box .feature-icon {
	min-height: 75px;
}
.feature-list-box .number-col h5 {
	color: #c7c7c7;
	font-size: 20px;
	font-weight: 600;
}
.feature-list-box .plus-icon {
	color:#ee2e4f;
	font-size: 26px;
}
.testimonials {
	background-color: #fff5f5;
	padding: 210px 0 60px;
	margin-top: -124px;
}
.testimonials .slick-slide {
	margin:0px 8px;
}
.testimonials .patient-details {
	padding-left: 15px;
	margin-right: auto;
}
.testimonials .patient-details h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #323030;
	margin-bottom: 5px;
}
.testimonials .patient-details h6 { 
	font-size: 14px;
	color: #ee2e4f;
	font-weight: 500;
	margin-bottom: 0;
}
.testimonials-item p {
	margin-bottom: 0;
}
.testimonials .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.testimonials .slick-dots li {
	width: 8px;
	height: 8px;
	font-size: 0;
	background-color: #0168b3;
	border-radius: 50px;
	margin: 2px;
	cursor: pointer;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.testimonials .slick-dots li.slick-active {
	width: 23px;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.testimonials .slick-dots button {
	border: 0;
}
.choose-us {
	padding: 60px 0;
	background-image: url(https://doccure-html.dreamguystech.com/cardiology/assets/img/choose-us.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.choose-us .section-header h5 {
	margin-left: 30px;
}
.choose-us .top-title {
	margin-bottom: 20px;
}
.choose-us .top-title span {
	font-size: 18px;
	font-weight: 600;
	color: #0168b3;
}
.choose-us .top-title img {
	margin-right: 10px;
}
.choose-us .left p {
	font-size: 14px;
}
.choose-us .choose-col {
	margin: 15px 0;
}

.profile-widget .fav-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    border-radius: 3px;
    color: #2E3842;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
	z-index: 99;
}
.profile-widget:hover .fav-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.profile-widget .fav-btn:hover {
	background-color: #fb1612;
	color: #fff;
}
.pro-content {
    padding: 13px 0 0;
}
.pro-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.profile-widget .pro-content .title a {
	display: inline-block;
	font-weight: 600;
}
.profile-widget .verified {
	color: #28a745;
	margin-left: 3px;
}
.profile-widget p.speciality {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
    min-height: 40px;
}

.profile-widget .rating {
    color: #858585;
    font-size: 14px;
    margin-bottom: 15px;
}
.profile-widget .rating i {
	font-size: 14px;
}
.available-info {
    font-size: 13px;
    color: #858585;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.available-info li + li {
	margin-top: 5px;
}
.available-info li i {
	width: 22px;
	color: #032c4f;
}
.btn-view {
	color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
	padding: 10px 6px;
	width: 100%;
	background-color: #e23e56;
	border-radius: 0px;
}
.btn-view:hover {
	border-color: #e23e56;
	color: #e23e56;
	background-color: transparent;
}
.btn-book-now {
	color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
	padding: 10px 6px;
	width: 100%;
	background-color: #032c4f;
	border-radius: 0px;
}
.btn-book-now:hover {
	border-color: #032c4f;
	color: #032c4f;
	background-color: transparent;
}



/*Admin Dashbord css*/
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f6f8;
    border: 1px solid #f6f6f6;
    border-radius: 1px;
    padding: 0 7px;
}

.cu-btn{
	padding: 4px 7px;
    font-size: 14px;
}
.head-card{
	padding: 15px 10px 10px;
    border-bottom: 1px solid #00000042;
}
.mdl-button-fab {
    border-radius: 20%;
    font-size: 15px;
    height: 30px !important;
    margin: auto;
    min-width: 30px !important;
    width: 30px !important;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
    position: relative;
    line-height:1.9;
}
.mdl-button-lable{
	font-size: 13px;
    font-weight: 600;
    padding: 5px 7px;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #e1e5ec !important;
    border-color: #e1e5ec !important;
}


*-----------------
	9. Sidebar
-----------------------*/

.sidebar {
    background-color:white;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all 0.2s ease-in-out 0s;
    width: 240px;
    z-index: 1001;

}
.sidebar.opened {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-inner {
	height: 100%;
	min-height: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu {
    padding: 0px;
    background-color:white;
    border:1px solid #f0f0f0;
}
.sidebar-menu ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sidebar-menu li a {
	color: #757575;
	display: block;
	font-size: 16px;
	height: auto;
	padding: 0 20px;
}
.sidebar-menu li a:hover {
    color: #5ae8ff;
}

.sidebar-menu > ul > li.active > a:hover {
    background-color: #19c1dc;
    color: #fff;
}
.sidebar-menu li.active a {
    background-color: #00d0f1;
    color: #fff;
}
.menu-title {
    color: #757575;
    display: flex;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}
.menu-title > i {
	float: right;
	line-height: 40px;
}
.sidebar-menu li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    margin-left: auto;
    padding: 0;
}
.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.sidebar-menu ul ul a.active {
	color: #20e3ff;
	text-decoration: underline;
}
.mobile_btn {
	display: none;
	float: left;
}
.sidebar .sidebar-menu > ul > li > a span {
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	margin-left: 2px;
	white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
	margin-left: auto;
}
.sidebar-menu ul ul a {
    display: block;
    font-size: 14px;
    padding: 7px 10px 7px 40px;
    position: relative;
}
.sidebar-menu ul ul li a i{
    margin-right:5px;
}
.sidebar-menu ul ul {
	display: none;
}
.sidebar-menu ul ul ul a {
	padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
	padding-left: 85px;
}
.sidebar-menu > ul > li {
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-menu > ul > li:last-child {
    margin-bottom: 0;
}
.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}

.sidebar-menu li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
	top: 10px;
}
.sidebar-menu > ul > li > a {
    align-items: center;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    padding: 10px 15px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
	color: #757575;
	font-size:14px;
}
.sidebar-menu ul li a i {
	display: inline-block;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	transition: all 0.2s ease-in-out 0s;
	font-size: 16px;
    margin-right: 10px;
    width: 16px;
}
.sidebar-menu ul li.menu-title a i {
	font-size: 16px !important;
	margin-right: 0;
	text-align: right;
	width: auto;
}
.sidebar-menu li a > .badge {
    color: #fff;
}
.list-group .list-group-item {
    display: block;
}
.pull-right {
    float: right!important;
}
.profile-userpic{
	width: 100%;
    text-align: center;
}
