/* Doctor-details page */
html {
    scroll-behavior: smooth;
}

.banner-area .double-items {
    display: block !important;
}

.doctor-detial .doc-img img {
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    height: 110px;
    width: 110px;
    border: 4px solid #01406f;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.doctor-detial h1 {
    color: #fa980e;
    font-size: 35px !important;
    margin: 10px 0 !important;
}

.innercontentCntr {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.detailCntr {
    width: 100%;
    padding: 50px 0 100px;
    /* position: relative; */
    background-size: 100% 630px;
    background-repeat: no-repeat;
}

.detailCntr .detail {
    min-height: 299px;
}

.detail p {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.detailCntr .detail .subtitle span {
    display: block;
    margin-top: 5px;
}

.detail p a {
    color: #fa980e;
}

.detail p a:hover {
    text-decoration: underline;
}

.meet-dr-btn {
    background-color: #fa980e;
    color: #fff;
    border: 1px solid #fa980e;
    margin-bottom: 20px;
}

.meet-dr-btn:hover {
    background-color: transparent;
    color: #fff;
}

.detailCntr .detail .media {
    width: 120px;
    height: 120px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #4c6d7d;
}

.detailCntr .detail .media img {
    max-width: 100%;
}

.detailCntr .detail .title {
    color: #fa980e;
    font-size: 36px;
}

.detailCntr .detail .subtitle {
    color: #ffffff;
    font-size: 16px;
}

.detailBox .threeBlock .about-description {
    float: none;
    display: inline-block;
    width: 32.333333%;
    border-right: 1px solid #434343;
    vertical-align: top;
}

.detailBox .threeBlock .col-md-6:last-child {
    border-right: 0;
}

.icon.icon-15.crossWhite {
    background-position: -135px 0;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
    background-image: url('../../assets/img/doctors/icons.png');
    background-size: 1000px;
}

.doc-d-custom-container {
    z-index: 1;
    margin-top: -105px;
    position: relative;
}

.doc-d-custom-container .visible-xs {
    margin-bottom: 20px;
}

.detail-tab-container {
    margin-top: -90px;
}

.detailBox {
    background-color: #242424;
    padding: 40px 0 10px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.detailBox .doc-details-info{
    padding: 0 20px;
}

.icon.icon-80.about {
    background-position: 0 -640px;
}

.icon.icon-80 {
    height: 80px;
    width: 80px;
}

.detailBox h3 {
    color: #ffffff;
    font-size: 24px;
    padding-top: 25px;
    text-align: center;
    font-weight: 600;
}

.detailBox .threeBlock {
    text-align: center;
}

.detailBox .text {
    padding: 15px 0px;
    text-align: center;
}

.detailBox p {
    color: #ffffff;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.certification .info p {
    padding: 0 20px 20px;
}

.certification ul {
    list-style: disc;
    padding: 0 20px 20px;
}

.certification h3 {
    display: none;
}

.detailBox .icon-holder .icon {
    background-color: #fff;
    border-radius: 50%;
}

.icon.icon-80.qualification {
    background-position: -80px -640px;
}

.qualificationTable {
    color: #ffffff;
}

.qualificationTable .table tbody tr th {
    color: #ffffff;
    font-size: 14px;
    padding: 15px 10px;
    border-top: 1px solid #d3d3d3;
}

.icon.icon-80.specilization {
    background-position: -160px -640px;
}

.list-style1 li {
    position: relative;
    margin-bottom: 30px;
    line-height: 20px;
    padding-left: 8px;
    color: #fff;
}

.list-style1 li:before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    left: -10px;
    top: 3px;
    background: url('/assets/img/doctors/icons.png') no-repeat;
    background-size: 800px;
    background-position: -60px 0;
}

.detailBox .text h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.innercontentCntr .info h3 {
    color: #fa980e;
}

.innercontentCntr .info p {
    color: #fff;
}

.certification .info li {
    margin: 0 10px 10px 10px;
    color: #fff;
}

.certification .info {
    height: 370px;
    overflow: auto;
    overflow-x: hidden;
}

.certification .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.certification .info::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.certification .info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

.homecare .doctor-media iframe, .doctor-media img{
    width: 100%;
}

.homecare .doctor-media{
    padding: 20px 30px;
}

.info li:last-child {
    border-bottom: 0;
}

.tabs-items .nav-pills li a img {
    margin-right: 15px;
}

.tabs-items .doctor-detail-nav {
    flex-direction: row;
    position: relative;
    z-index: 1;
}

.tabs-items .doctor-detail-nav {
    display: flex;
    justify-content: center;
}

.tabs-items .doctor-detail-nav li.active a {
    background: #fa980e !important;
    color: #fff;
}

.tabs-items .doctor-detail-nav li.active a:hover {
    color: #fff;
}

.tabs-items .doctor-detail-nav li a {
    background-color: transparent !important;
    border: none;
    color: #fff;
}

.tabs-items .doctor-detail-nav li a:hover {
    color: #fa980e;
}

#opd-timing {
    width: 100%;
    height: auto;
    padding: 0 0 25px 0;
}

.detailBox .opening-info li {
    color: #fff;
    text-align: center;
}

.opening-info .day-span {
    max-width: 30%;
    width: 30%;
    padding: 8px 10px;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .certificationBox .tabs-items .nav-pills li a {
        font-size: 12px;
        padding: 8px;
    }

    .tabs-items .doctor-detail-nav {
        display: none;
    }

    .tab-content>.tab-pane {
        display: block;
    }

    .detailBox {
        margin-bottom: 20px;
        width: auto;
    }

    .certification .info {
        height: auto;
    }

    .tabs-items .nav-pills {
        display: none;
    }

    .certification h3 {
        display: block;
        padding-top: 0;
    }

    .fade {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .detailBox .threeBlock .about-description {
        width: auto;
        border-right: 0;
    }

    .detailBox .text {
        margin: 0 15px;
    }

    .detailBox .col-md-6 .text {
        border-bottom: 1px solid #434343;
    }

    .detailBox .col-md-6:last-child .text {
        border-bottom: 0;
    }

    .list-style1 li {
        padding-left: 25px;
    }

    .list-style1 li:before {
        left: 8px;
    }
}

@media screen and (max-width: 400px) {
    .opening-info li {
        font-size: 14px;
    }
}

/**** get second opinion ****/

.bookings-block .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 8px 0;
}

.bookings-block .opinion-form {
    display: flex;
    flex-wrap: wrap;
}

.bookings-block .opinion-form li {
    width: 50%;
}

.bookings-block label {
    font-weight: 600;
    padding: 20px 0 2px 0;
    display: block;
}

.bookings-block input {
    padding: 0 15px;
    width: 100%;
}

.doctor-confirmation {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.doctor-confirmation .checkbox {
    width: auto;
    min-height: auto;
}

.doctor-confirmation label {
    padding: 10px 0 0 10px;
}

.bookings-block textarea {
    border: 1px solid #e7e7e7;
    width: 100%;
}

.bookings-block .treatment {
    display: flex;
    flex-wrap: wrap;
}

.bookings-block .treatment li {
    display: flex;
    align-items: center;
    width: 33%;
}

.bookings-block .treatment li input {
    min-height: auto;
}

.bookings-block .treatment li:last-child {
    width: 50%;
}

.bookings-block .treatment li label {
    margin-left: 5px;
    padding: 10px 0 2px 5px;
}

.bookings-block .checkbox-input {
    width: auto;
}

.bookings-block p {
    padding-top: 15px;
}

.bookings-block .capcha-input {
    width: auto;
}

.bookings-block .save-btn {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background-color: #fa980e;
    border: 1px solid #fa980e;
    font-weight: 600;
}

.bookings-block .save-btn:hover {
    background-color: #fff;
    color: #000;
}

.bookings-block .modal-footer {
    text-align: center;
}

.bookings-block .modal-header .close {
    color: #01407f;
    opacity: 1;
    font-size: 25px;
}

.bookings-block .modal-header .close:hover {
    color: #fa980e;
}

.bookings-block .modal-content {
    background-color: #f7f7f7;
}

.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 9px;
    width: 100%;
    position: relative;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 2px 16px;
    border-radius: 2px;
    margin-right: 8px;
    font-weight: 600;
}

.file-input:hover>.button {
    background: #fa980e;
    color: white;
}

.file-input>.label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}

.file-input.-chosen>.label {
    opacity: 1;
}

.appoinment form .file-input {
    border-radius: 4px;
}

@media screen and (max-width:500px) {
    .bookings-block .treatment li {
        width: 50%;
    }

    .bookings-block .treatment li:last-child {
        width: 100%;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .file-input>.button {
        padding: 2px 10px;
        margin-right: 0;
    }
}

/* get second opinion */

/* doctor-details page */

.tags.dctr-tg{
    margin-bottom: 30px !important;
}

.acd-items .panel-heading .panel-title a{
    background-color: #fff;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
    padding: 20px 15px;
}

.gallery .tabs-items .nav-pills {
    flex-direction: row;
    justify-content: center;
  }
  
  .gallery .tabs-items .nav-pills li a {
    padding: 12px 15px;
    border: 0;
    margin-right: 0;
    position: relative;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
  }
  
  .gallery .tabs-items .nav-pills li.active a:hover {
    color: #fff;
  }
  
  .gallery .tabs-items .nav-pills li a:hover {
    color: #01406f;
  }
  
  .gallery .tabs-items .nav-pills li.active a{
    background-color: #01407f;
  }

  .gallery .tab-content-info {
    margin-top: 25px;
  }
  
  @media screen and (max-width: 991px) {
    .gallery .tabs-items .nav-pills {
      display: none;
    }
  
    .gallery .tab-content .tab-pane {
      display: block;
      padding-top: 15px;
    }
  
    .gallery .fade {
      opacity: 1;
    }
}