/*
Theme Name: Doctors
Theme URI: https://www.doctorinfo24.com
Version: 2.0
Author: Reduan
Author URI: https://www.reduan.net
*/

/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;700&display=swap');

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

.center {
    float: none;
    margin: 0 auto;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
    background: #eaeaea;
    font-family: 'Poppins', 'Hind Siliguri', sans-serif;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none
}

.header-section {
    background: #3D4348;
}

.header {
    padding: 10px 0;
    background: #fff;
}

.header p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}

a.navbar-brand {
    width: 256px;
    padding: 0;
}

.nav >li >a {
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.page-content {
    padding: 25px 0;
    background: #fff;
}

/*
.page-content h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}

.page-content h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    color: #E63636;
}
*/
.page-content p {
	font-size: 17px;
    line-height: 30px;
}

.page-content ul li {
	font-size: 15px;
    line-height: 27px;
}

.page-content-single {
    padding: 25px 0;
    background: #fff;
}

/*
.page-content-single h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2a7fba;
}

.page-content-single h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-content-single h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #009F68;
    margin-bottom: 0;
}
*/

.page-content-single p {
    font-size: 17px;
    line-height: 30px;
}

.page-content-single ul li {
    font-size: 17px;
    line-height: 30px;
}

/*
.page-content-single a {}
.page-content-single a:hover {
    text-decoration: underline;
}
*/

.home_bottom_area {
    background: #F0F0ED;
    padding: 25px 0;
}
.headbar {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    background: #F0F0ED;
    border-bottom: 1px solid #EE2224;
}

.headbar a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
}


.nav-tabs {
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #fff;
    background: #EE2224;
    font-size: 15px;
    border-radius: 0;
}

.nav-tabs > li.active > a, 
.nav-tabs > li > a:hover {
    border: none;
    color: #222 !important;
    background: #eee;
}

.nav-tabs > li > a::after {
    content: "";
    background: #EE2224;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -0px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #5a4080 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.nav-tabs > li {
    width: 50%;
    text-align: center;
}

.tab-content ul {
    margin-left: -20px;
}

.tab-content li {
    font-size: 18px;
    line-height: 30px;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
}

@media all and (max-width:724px) {
    .nav-tabs > li > a {
        padding: 5px 5px;
    }
}

.search_area {
    padding: 25px 0;
    background: #fff;
}

.category_area {
    padding: 25px 0;
    background: #fff;
}

.category_area h2 {
	font-size: 20px;
    line-height: 24px;
	font-weight: 600;
}
.category_area h2 a {
	color: #2a7fba;
}

.category_area h4 {
    font-size: 17px;
    font-weight: normal;
    margin-top: -5px;
    color: #E52F2F;
}

.category_area h3 {
    font-size: 32px;
    font-weight: normal;
}

.category_area p {
    font-size: 15px;
    line-height: 30px;
}

.category_area img {
    width: 128px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
}

.error_area {
    padding: 50px 0;
    background: #fff;
}

.error_area img {
    width: 168px;
    height: 168px;
}

.error_area h2 {
    font-size: 32px;
    font-weight: normal;
}

.error_area p {
    font-size: 20px;
    line-height: 30px;
}

.date {
    font-size: 15px;
    line-height: 24px;
    margin-top: -10px;
}

.home_departments {
    background: #fff;
    padding: 50px 0;
}
.home_departments h2 {
	font-size: 36px;
    text-transform: uppercase;
	text-align: center;
}
.home_departments p {
	font-size: 15px;
}

.departments-box {
    background: #428BCA;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
}
.departments-box:hover {
	background: #135E96;
}

.home_location {
	background: #D3E8F7;
    padding: 50px 0;
}
.home_location h2 {
	font-size: 36px;
    text-transform: uppercase;
	margin-bottom: 0;
}
.home_location p {
	font-size: 15px;
}

.home-location-box {
    background: #428BCA;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
}
.home-location-box:hover {
	background: #135E96;
}

.single_cat_page {
    text-align: center;
    border: 1px solid #F8F9FA;
    margin: 10px;
    padding: 10px 0;
}

/*
.single-service {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.single-service a {
    display: inline-block;
    text-decoration: none;
}

.single-service figure {
    margin: 0;
    overflow: hidden;
}

.single-service img {
    border: none;
    display: block;
    max-width: 100%;
    transition: tran sform 350ms ease-in-out;
}
.single-service a:hover img {
    transform: scale(1.1);
}
*/

/*
.home_hospitals {
    padding: 50px 0;
    background: #F8F9FA;
}

.home_hospitals h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

.single-hospital {
     margin-bottom: 25px;
}

.single-hospital img {
    border-radius: 50%;
    width: 128px;
}

.single-hospital h3 {
    font-size: 18px;
    font-weight: 400;
    background: #428BCA;
    padding: 3px;
    margin-top: 5px;
    color: #fff;
}*/

.home_services {
	padding: 50px 0;
    background: #fff;
	text-align: center;
}
.home_services h1 {
    font-size: 20px;
    text-transform: uppercase;
	margin: 10px 0 0;
}
.home_services p {
	font-size: 15px;
}
.home_services img {
    object-fit: cover;
	width: 250px;
}
.home_blogs {
    padding: 50px 0;
    background: #fff;
	font-family: 'Hind Siliguri', sans-serif;
}

/*
.home_blogs h2 {
    font-size: 36px;
	text-align: center;
}

.home_blogs_single {
	text-align: center;
    background: #F8F9FA;
    padding: 10px;
    min-height: 386px;
    margin-bottom: 10px;
}
.home_blogs_single h1 {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: -10px;
    color: #000;
}

.home_blogs_single p {
    font-size: 15px;
    line-height: 24px;
}

.home_blogs_single img {
    width: 260px;
    height: 160px;
    object-fit: cover;
}
*/

a.moretag {
    color: #F70000;
}

.home_services {
    padding: 50px 0;
    background: #F8F9FA;
}

.home_services h2 {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    background: #fff;
    margin-top: -7px;
}

.share-social {
    margin: 5px 0;
}

.share-button {
    border: 1px solid #eaeaea;
    text-align: center;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 17px;
}
.share-button:hover {
    color: #333;
}

.share-social-btn {
    display: inline-block;
    font-size: 17px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

.share-social-btn:hover {
    color : #fff;
}

.share-social-fb {
    background: #3B5998;
}

.share-social-twitter {
    background: #1DA1F3;
}

.share-social-linkedin {
    background: #0077B5;
}

.share-social-youtube {
	background: #c4302b;
}

.share-social-print {
    background: #738A8D;
}

.footer-area {
	background: #222;
	padding: 25px 0;
	color: #fafafa;
}
.footer-area h2 {
    font-size: 20px;
    font-weight: 400;
}
.footer-area p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.footer-area ul {
    margin-left: -40px;
}
.footer-area ul li {
	list-style: none;
	font-size: 15px;
	line-height: 24px;
}
.footer-area ul li a {
	color: #fafafa;
} 

.copyright-area {
    background: #181818;
    padding: 15px 0;
}

.copyright-area p {
    font-size: 15px;
    line-height: 24px;
    color: #fafafa;
}
.copyright-area a {
    color: #fafafa;
    font-size: 15px;
    line-height: 24px;
}

.page-numbers {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 10px 15px;
    font-size: 17px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    color: #fff;
    background-color: #007bff;
    margin: 20px 0;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #0069D9;
    color: #fff;
}
.single-block-section {
    float: left;
    width: 350px;
    text-align: center;
    margin: 0 20px 20px 0;
    padding: 15px 0;
    min-height: 120px;
    background: #F8F9FA;
}
.related_post {
    padding: 20px 0;
    background: #F3F3F3;
}

.related_post h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.relatedthumb {
    margin: 0 15px 15px 0;
    float: left;
    background: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
}

.relatedthumb img {
	width: 128px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
}

.relatedthumb a {
    color: #2a7fba;
    text-decoration: none;
    display: block;
    font-size: 18px;
}
.relatedthumb h1 {
    font-size: 15px;
    font-weight: normal;
    color: #E52F2F;
    text-align: center;
}

/*
.home-recent-post {}

.single-recent-post {
    background: #F3F3F3;
    padding: 7px;
    overflow: hidden;
    height: 82px;
    margin-bottom: 5px;
}

.single-recent-post h2 {
    font-size: 17px;
    line-height: 24px;
	font-weight: normal;
}
.single-recent-post h1 {
    font-size: 15px;
    font-weight: normal;
    color: #E52F2F;
    margin-top: -15px;
}
.single-recent-post img {
    width: 68px;
    float: left;
    margin-right: 10px;
}
*/

.dropdown-menu {
    padding: 10px;
    line-height: 30px;
    text-transform: uppercase;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=submit],
.wpcf7 .wpcf7-select,
.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
	padding: 10px;
    border: none;
    background-color: whitesmoke;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease background, color;
}
.wpcf7 ::placeholder {
	color: black;
}
.wpcf7 :focus {
	outline: 0;
}
.wpcf7 :focus::placeholder {}
.wpcf7 textarea {
	height: 150px;
	resize: none;
}
.wpcf7 input[type="submit"] {
	background-color: red;
	color: white;
	cursor: pointer;
	width: 30%;
}
.wpcf7 input[type="submit"]:hover {
	background-color: black;
	color: white;
}
.wpcf7 span.wpcf7-list-item {
	margin: 0 0 10px 0;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
	border: 5px solid red;
	margin-top: -30px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	background-color: black;
	color: white;
	font-size: 12px;
	padding: 5px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	border: 5px solid white;
	margin-top: -30px;
}

.doctor-profile {}
.doctor-profile img {
    width: 128px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
}
/*
.doctor-name {
    color: #2a7fba;
}
.doctor-name h1 {
	font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}
*/
.doctor-qualifications {
	margin-top: 10px;
}
.doctor-speciality {
	color: red;
    font-weight: 600;
}
.designation_department {
	font-weight: 600;
}
.doctor-workplace {}

.btn-category {
	background: #428BCA;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
}
.btn-category:hover {
	background: #135E96;
	color: #fff;
}

/* blog */

.blog-content-single {
    padding: 25px 0;
    background: #fff;
	word-wrap: break-word;
}

.blog-content-single img {
    margin-bottom: 15px;
}

.blog-content-single h1 {
    font-size: 30px;
    font-weight: bolder;
}

.blog-content-single h2 {
    font-size: 24px;
    font-weight: bolder;
}

.blog-content-single h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #009F68;
    margin-bottom: 0;
}

.blog-content-single p {
    font-size: 18px;
    line-height: 27px;
}

.blog-content-single ul li {
    font-size: 18px;
    line-height: 27px;
}

.blog-content-single a {}
.blog-content-single a:hover {
    text-decoration: underline;
}

.section-padding {
    padding: 25px 0;
    background: #fff;
}
.single_blog_cat {
    border: 1px solid #F8F9FA;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	margin-bottom: 10px;
}
.single_blog_cat img {
   width: 258px;
   border-radius: 4px;
   margin-bottom: 10px;
}
.single_blog_cat h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: -10px
}
.single_blog_cat p {
    font-size: 17px;
    word-wrap: break-word;
}

/* doctor page */
.doctor-page-single {
	padding: 25px 0;
	background-color: #f9fafb;
}
.doctor-intro {
    font-size: 16px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
    border-radius: 12px;
    padding: 20px;
}
.doctor-intro-img {
    width: 128px;
    border-radius: 8px;
}
.doctor-intro h1 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
    color: #2a7fba;
}
.doctor-intro ul {
    margin-left: -40px;
}
.doctor-intro ul li {
	list-style: none;
}

.doctor-chamber {
	font-size: 15px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
    border-radius: 12px;
    padding: 20px;
	margin-top: 15px;
}

.doctor-chamber h2 {
	font-size: 17px;
	color: #2a7fba;
	font-weight: bold;
	margin-bottom: 5px;
}
.doctor-chamber h3 {
	font-size: 18px;
	font-weight: 700;
}
.doctor-chamber ul {
    margin-left: -40px;
	margin-top: 10px;
}
.doctor-chamber ul li {
	list-style: none;
}
.about-doctor {
	font-size: 15px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
    border-radius: 12px;
    padding: 20px;
	margin-top: 15px;
}
.about-doctor h3 {
	font-size: 18px;
	font-weight: 700;
}
.recent_single_blog_cat {
	background-color: #fafafa;
	border-radius: 10px;
	box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	padding: 10px;
	margin-bottom: 10px;
}
.recent_single_blog_cat h2 {
    font-size: 18px;
    margin-bottom: -15px;
	line-height: 24px;
}
.recent_single_blog_cat h2 a {
    color: #2a7fba;
}
.recent_single_blog_cat img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}
.recent_single_blog_cat p {
	font-size: 15px;
	line-height: 24px;
}
.recent_doctors {
	background-color: #fafafa;
	border-radius: 10px;
	box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.recent_doctors h2 {
    font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.recent_doctors h2 a {
    color: #2a7fba;
}
.recent_doctors img {
    width: 98px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.recent_doctors ul {
	margin-left: -40px;
}
.recent_doctors li {
	list-style: none;
	font-size: 15px;
}

.screen-reader-text {display: none;}