﻿/* CSS Document */
.siteBanner img{
 width: 100%;
}
.doctor_cons {
 overflow: hidden;
 margin-bottom: 3.13vw;
 margin-top: 4.27vw;
}
html{
  scroll-behavior: smooth;
}
.doctor_cons .doc_top {
 padding: 2.08vw 0;
 border-bottom: 0.05vw solid #8E8E8E;
}

.doctor_cons .doc_img {
 float: left;
 width: 21.41vw;
 height: 25.68vw;
 overflow: hidden;
 border: 0.05vw solid #ddd;
 box-sizing: border-box;
 margin-right: 6.04vw;
}

.doctor_cons .doc_img:hover img {
 transform: scale(1.1)
}

.doctor_cons .doc_img img {
 width: 100%;
 transition: all 0.2s;
}

.doctor_cons .doc_conRight {
 float: left;
 width: 49.5vw;
}

.doctor_cons .doc_title {
 font-size: 2vw;
 margin-bottom: 1.56vw;
}

.doctor_cons .doctor_con_depname {
 font-size: 1vw;
 font-weight: normal;
 margin-left: 1vw;
}

.doctor_cons .doc_subtitle {
 font-size: 1vw;
 margin-right: 1vw;
}

.doctor_cons .doc_Specialty {
 font-size: 1vw;
 line-height: 2.6vw;
 margin-top: 2.08vw;
}

.mainzj_right_tit {
 background: linear-gradient(90deg, rgb(42 73 196 / 20%) 0%, #2a49c400 100%);
 padding-left: 1.56vw;
 font-size: 1.46vw;
 color: #2a49c4;
 height: 3.85vw;
 line-height: 3.85vw;
 font-weight: 600;
}

.doc_desc {
 margin-top: 1.04vw;
 width: 100%;
 height: auto;
 border: 0.05vw solid #9F9191;
 
 padding: 2.08vw;
 font-size: 1vw;
 line-height: 2.19vw;
 margin-bottom: 3.13vw;
}

/* .doc_desc::-webkit-scrollbar {
 width: 1.04vw;
}

.doc_desc::-webkit-scrollbar-thumb {
 background-image: url(/Content/Areas/Hospitals/images/scrollBarBg.png);
 background-color: #2A49C4;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 0.6vw;
 position: relative;
}

.doc_desc::-webkit-scrollbar-track {
 background: #CED4E8;
} */

.department_con {
 padding: 2.08vw;
 border: 0.05vw solid #9F9191;
 margin-top: 1.04vw;
 position: relative;
 margin-bottom: 10.03vw;
}

.department_con .department_l {
 float: left;
}

.department_con .department_l h2 {
 text-align: center;
 font-weight: normal;
 margin-top: 1.46vw;
}

.department_con .department_l h2 a {
 font-size: 1vw;
 color: #375CDD;
}

.department_con .department_l .department_img {
 width: 24.53vw;
 height: 16.35vw;
 overflow: hidden;
 display: block;
}

.department_con .department_l .department_img:hover img {
 transform: scale(1.1);
}

.department_con .department_l .department_img img {
 width: 100%;
 transition: all 0.2s;
}

.department_con .department_r {
 float: right;
 font-size: 1.25vw;
 line-height: 2.19vw;
 width: 45vw;
}

.department_con .department_r .moreDetails {
 width: 9.28vw;
 height: 2.61vw;
 background: #2A49C4;
 border-radius: 5.21vw;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 font-size: 1.05vw;
 margin-top: 1vw;
 border: 0.052vw solid #2A49C4;
 transition: all 0.3s;
 position: absolute;
 right: 2.08vw;
 bottom: 2.91vw;
}

.department_con .department_r .moreDetails:hover {
 background: #fff;
 color: #2A49C4;
 border: 0.05vw solid #2A49C4;
 box-sizing: border-box;
}

#scheduling .PCDisplay {
 margin-bottom: 3.13vw;
}

@media only screen and (max-width:768px) {
 .doctor_cons .doc_img {
 width: 100%;
 height: auto;
 padding: 3vw;
 margin: 0 0 2vw 0;
}

.doctor_cons .doc_img img {
 width: 60%;
 margin: 0 auto;
 display: block;
}
 .doctor_cons .doc_conRight {
 width: 100%;
 }
 .doctor_cons .doc_title {
 font-size: 5vw;
 margin-bottom: 3vw;
 }
 .doctor_cons .doctor_con_depname {
 font-size: 4vw;
 margin-left: 2vw;
 }
 .doctor_cons .doc_subtitle {
 font-size: 3vw;
 margin-right: 2vw;
 }
 .doctor_cons .doc_Specialty {
 font-size: 16px;
 line-height: 2em;
 margin-top: 3vw;
 }
 .doctor_cons .doc_top {
 padding: 0 0 4vw;
 }
 .mainzj_right_tit {
 font-size: 18px;
 height: auto;
 margin-top: 5.21vw;
 padding: 4vw;
 }
 .doc_desc {
 margin-top: 5vw;
 width: 100%;
 height: auto;
 padding: 3vw;
 font-size: 14px;
 margin-bottom: 5vw;
 }
 #scheduling .Com_tit {
 padding: 4vw;
 font-size: 4vw;
 height: auto;
 margin-bottom: 5vw;
 }
 .department_con {
 padding: 3vw;
 margin-top: 5vw;
 margin-bottom: 5vw;
 }
 .department_con .department_l {
 float: none;
 }
 .department_con .department_l .department_img {
 width: 100%;
 height: 45.35vw;
 }
 .department_con .department_l h2 {
 margin-top: 5vw;
 margin-bottom: 5vw;
 font-size: 4vw;
 }
 .department_con .department_l h2 a {
 font-size: 5vw;
 }
 .department_con .department_r {
 float: none;
 font-size: 14px;
 line-height: 2em;
 width: 100%;
 }
 .department_con .department_r .moreDetails {
 width: auto;
 height: auto;
 font-size: 3vw;
 margin-top: 2vw;
 position: initial;
 float: right;
 padding: 0vw 4vw;
 }
} 