/*-- ==================== Doctor Banner Section  ====================== --*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.single-banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/doctor-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    display: grid;
    place-items: center;
}

.single-banner .data {
    padding-top: 5%;
    display: grid;
    place-items: center;
}

.single-banner h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
}

.single-banner p {
    color: var(--white-color);
    font-size: 20px;
}

.single-banner p i {
    color: var(--main);
}

.single-banner a {
    color: var(--white);
}


@media(max-width:767.5px){
       .single-banner{
        height: 40vh;
    }
    
 .single-banner .data {
        padding-top: 15%;
    }
}


@media(max-width:576.5px){
  .single-banner {
        height: 35vh;
    }
    
   .single-banner .data {
        padding-top: 20%;
    }
}

@media(max-width:400px) {
    .single-banner p {
        font-size: 18px;
    }
}



/*-- ================= DOCTOR DETAILS SECTION ================= --*/
.doctor-1 .doctor-details-box {
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px 0px #00000008;
    border: 1px solid #0E384C12;
    border-radius: 40px;
    padding: 20px;
    margin-bottom: 30px;
}

.doctor-1 .doctor-details-box .doctor-content {
    text-align: center;
    margin-bottom: 20px;
}

.doctor-1 p{
  color: #000;
}

.doctor-1 .doctor-details-box .doctor-content h3{
    font-size: 30px;
}

.doctor-1 .doctor-details-box .doctor-image {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 10px;
}

.doctor-1 .doctor-details-box .doctor-image img {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    border-radius: 40px;
    transition: all 0.5s ease-in-out;
}

.doctor-1 .doctor-details-sidebar {
    position: sticky;
    top: 100px;
    margin-left: 30px;
}

.doctor-1 .doctor-social-list ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.doctor-1 .doctor-social-list ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.doctor-1 .doctor-social-list ul li a {
    height: 30px;
    width: 30px;
    background-color: var(--main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.doctor-1 .get-touch-title {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.doctor-1 .get-touch-title h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.doctor-1 .get-touch-box {
    background-color: #f9fcff;
    border: 1px solid #898686;
    border-radius: 40px;
    padding: 30px;
}

.doctor-1 .get-touch-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doctor-1 .get-touch-box ul li {
    border-bottom: 1px solid var(--main);
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 700;
}

.doctor-1 .get-touch-box ul li:last-child{
    border-bottom:none !important;
    padding-bottom: 0px;
}

.doctor-1 .details h3{
    position: relative;
    font-size: 34px;
}
.doctor-1 .details h3::before{
    position: absolute;
    content: '';
    width: 30%;
    height: 4px;
    background-color: var(--main);
    bottom: -10px;
    left: 0;
}

.doctor-1 .rach .details h3{
     position: relative;
    font-size: 34px;
}

.doctor-1 .rach .details h3::before{
    position: absolute;
    content: '';
    width: 12%;
    height: 4px;
    background-color: var(--main);
    bottom: -10px;
    left: 0;
}

.doctor-1 .iconn h6 {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.doctor-1 .iconn h6 i {
    font-weight: 900;
    font-size: 20px;
    color: var(--main);
    line-height: normal;
    flex-shrink: 0; /* prevents icon from shrinking */
}
.doctor-1 .second-row{
    border: 3px solid #EFEFEF;
    border-radius: 20px;
      box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    background-color: #EAF2F1;
    padding: 20px 29px 20px;
}

.doctor-1 .box-1{
    padding: 20px 10px;
    background-color: red;
    display: grid;
    place-items: center;
    background-color: #f2f7f5;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}


.doctor-1 .box-1:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}
@media(max-width:991px){
    .doctor-1 .doctor-details-sidebar{
    margin-left: 0px;
}
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px !important;
        /* line-height: 38px !important; */
    }

  .doctor-1 .second-row{
        padding: 20px 10px 20px;
    }
    .doctor-1 .iconn h6{
        font-size: 16px;
    }
}


.doctor-1 ul {
    font-weight: 600;
    color: #000;
}

.doctor-1 ul li:not(:last-child){
    margin-bottom: 12px;
}


.doctor-1 .saurabh h3{
  font-size: 28px !important;
}

@media(max-width:767.5px){
.doctor-1 .saurabh h3{
  font-size: 23px !important;
}
}


/* ============== call to action section here =============== */
.callToAction {
  background: #0c3a70;
  border-radius: 12px;
  overflow: hidden;
}

.get-started-card {
  padding: 64px;
}

.imggg{
    height: 510px;
    object-fit: contain;
}
.imggg img{
    height: 100%;
    object-fit: contain;
}

.callToAction .get-started-card .text-subtitle {
  color: #ffff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.callToAction .get-started-card h2 {
  font-weight: 700;
    font-size: clamp(30px, 2.5vw, 70px);
    color: #fff;
}

.callToAction .data h4 {
  color: white;
  font-size: clamp(30px, 2.5vw, 70px);
}

.callToAction .data h4 span {
  color: var(--mainColor);
}

.callToAction .data p {
  font-weight: 600;
  font-size: 18px;
  /* margin: 15px 0px; */
}

.callToAction .buttons {
  margin-top: 40px;
}

.get-started-card .btn-style {
  color: white;
  margin-right: 26px !important;
  background-color: red;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 50px;
}

.get-started-card .btn-style:hover {
  background-color: var(--white-color) !important;
  color: #000 !important;
}

.get-started-card .btn-style-2 {
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 700;
}

.get-started-card .btn-style-2:hover {
  background-color: var(--main) !important;
  color: #fff !important;
}

.callToAction .btn-style:hover {
  border: 1px solid var(--mainColor);
}


.btn-style-2 {
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}


@media(max-width:767px){
    .imggg{
    height: 470px
}
}

@media(max-width:768px){
    .get-started-card {
  padding: 15px 0px;
}
}
@Media(max-width:450px) {

  .callToAction .data {
    padding: 30px 25px;
  }

  .callToAction .data p {
    font-size: 16px;
  }
}

@media(max-width:400px) {
  .callToAction .data {
    padding: 10px 0px;
  }

}