
@media (max-width:950px) {
  #app .title{
    font-size: 30px;
  }
  .title .cafe_designation {
    font-size: 20px;
  }
  #app {
    margin-left: -25vw;
}
}

@media (max-width:900px) {
  #app .title{
    font-size: 30px;
  }
  .title .cafe_designation {
    font-size: 20px;
  }
  #app {
    margin-left: -20vw;
}
}

@media (min-width:1100px){
  #app {
      margin-left: -20vw;
  }
}
@media (min-width:1200px){
  #app {
      margin-left: -25vw;
  }
}
@media (min-width:1350px){
  #app {
      margin-left: -30vw;
  }
}
@media (min-width:1550px){
  #app {
      margin-left: -35vw;
  }
}
@media (min-width:1950px){
  #app {
      margin-left: -40vw;
  }
}

@media (max-width:1250px) {
  .aboutmesection .heading {
    margin-top: 40px;
  }
}

@media (max-width:1200px) {
  .carousel-item .header_intro .doctor_graduation {
    width: 50%;
  }

  .carousel-item .header_intro .doctor_intro {
    width: 50%;
  }

  .hospital_schedule .contact_hospital,
  .hospital_schedule .hospitals {
    width: 32%;
  }

}

@media (max-width:1100px) {
  .carousel-item .header_intro .doctor_intro h2 {
    font-size: 25px;
  }

  .media_box .media_box_div {
    width: 46%;
  }
}

@media (max-width:1085px) {
  .pageheading {
    margin-top: 40px;
  }
}

@media (max-width:1000px) {
  .our_services .doctor_photo {
    display: none;
  }

  .doctor_profile_mobile .header_intro_mobile {
    height: 250px;
}

.doctor_graduation .graduation_inner{
  margin-top: 10px;
  color: #10518f;
}

  .our_services .service_list,
  .our_services .service_description {
    width: 50%;
  }

  .carousel-item .header_intro {
    display: none;
  }

  .hospital_schedule {
    flex-wrap: wrap;
  }

  .hospital_schedule .contact_hospital {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .hospital_schedule .hospitals {
    width: 45%;
    margin-top: 35px;
  }

  .doctor_profile_mobile {
    display: flex;
  }
}

@media (max-width:950px) {

  .header .head_top {
    flex-direction: column;
    align-items: flex-start;
    margin: 1% 4%;
  }

  .header .head_top .head_logo {
    display: none;
  }

  .header .head_top .hospital {
    width: 100%;
    display: flex;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .header .head_top .hospital .hospital_location {
    display: none;
  }

  .hospital_phone .fa-solid.fa-phone {
    display: none;
  }

  .header .head_top .top_social {
    width: 100%;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    margin-top: 2px;
  }


  .header .head_top .top_social ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0px;
  }


  .header .head_top .top_social ul .social_text {
    display: inline-block;
  }

  .aboutmesection .aboutmemain {
    flex-direction: column;
    margin-top: 60px;
  }

  .aboutmesection .aboutmemain .intro {
    width: 100%;
    /* padding-top: 20px; */
  }

  .aboutmesection .aboutmemain .details {
    width: 100%;
  }

  .aboutmesection .aboutmemain .details .detailintro {
    margin-top: 30px;
  }

  .allservices .service {
    flex-direction: column;
  }

  .allservices .service .imagesec,
  .allservices .service .descriptionsec {
    width: 100%;
  }

  .allservices .service .imagesec img {
    width: 100%;
  }

  .allservices .service .descriptionsec .change-my-color {
    width: 50px;
    height: 50px;
  }

  .allservices .service .descriptionsec .service_heading {
    margin-top: 20px;
  }

}

@media (max-width:900px) {
  .my_carousel {
    height: 400px;
  }
}

@media (max-width: 850px) {
  .contact_section .form {
    grid-template-columns: 1fr;
  }

  .contact_section .form .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact_section .form .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .contact_section .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .contact_section .form .text {
    margin: 1rem 0 1.5rem 0;
  }

  .contact_section .form .social-media {
    padding: 1.5rem 0 0 0;
  }

  .pubandres .publication,
  .pubandres .reserch,
  .pubandres .presentation {
    width: 100%;
  }

  .pubandres .reserch .pubandres_heading,
  .pubandres .presentation .pubandres_heading {
    margin-top: 30px;
  }

  form {
    padding-top: 2.2rem;
  }

  .service_details {
    margin: 20px;
  }
}


@media (max-width:800px) {
  .my_carousel {
    height: 350px;
  }

  .media_box .media_box_div {
    width: 90%;
  }
  #app {
    margin-left: -15vw;
    margin-bottom: -40px;
}
}

@media (max-width:750px) {

  .our_services {
    flex-wrap: wrap;
    height: auto;
  }

  .our_services .service_list {
    height: auto;
  }

  .our_services .service_description .service_div {
    height: auto;
  }

  .our_services .service_list,
  .our_services .service_description {
    width: 100%;
  }

  .change-my-color {
    height: 40px;
    width: 40px;
  }

  .all_services .service_list .nav-item a {
    font-size: 20px;
  }

  /* .our_services {
    height: 375px;
  } */

  .hospital_schedule .hospitals {
    width: 80%;
  }

  .our_services .service_description .service_div {
    padding-bottom: 0px;
  }

  .my_experience .timeline {
    padding-left: 12%;
  }

  .pageheading #pagetitle {
    font-size: 3em;
  }

  #app {
    margin-left: -25vw;
    /* margin-bottom: -40px; */
}

#app .title{
  font-size: 25px;
}
.title .cafe_designation {
  font-size: 15px;
}

}

@media (max-width:700px) {
  .my_carousel {
    height: 300px;
  }

  #app {
    margin-left: -20vw;
    margin-bottom: -60px;
}

  .aboutmesection .aboutmemain .intro .summary .shortsummary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .my_experience .timeline .timeline__event {
    flex-direction: column;
  }

  .my_experience .timeline .timeline__event__icon,
  .my_experience .timeline .timeline__event__content {
    width: 100%;
  }

  .my_experience .timeline .timeline__event:before {
    width: 2rem;
    height: 2rem;
    left: -3.5rem;
  }

  .my_experience .timeline .timeline__event:after {
    left: -2.5rem;
  }
}

@media (max-width:600px) {
  .my_experience .timeline .timeline__event__title {
    font-size: 1rem;
  }

  #app {
    margin-left: -15vw;
}

  .aboutmesection .heading,
  .contact_heading,
  .educationheading,
  .experienceheading,
  .membershipheading,
  .conferenceheading {
    font-size: 30px;
    padding-top: 5px;
  }

  .aboutmesection .heading::after,
  .contact_heading::after,
  .membershipheading::after,
  .educationheading::after,
  .experienceheading::after {
    width: 220px;
  }

  .aboutmesection .heading::before,
  .contact_heading::before,
  .membershipheading::before,
  .educationheading::before,
  .experienceheading::before {
    width: 250px;
  }

  .conferenceheading::before {
    width: 320px;
  }

  .conferenceheading::after {
    width: 290px;
  }
}

@media (max-width: 550px) {
  #app {
    margin-left: -40vw;
    width: 100vw;
}
}

@media (max-width: 480px) {
  .container.contact_section {
    padding: 1.5rem;
  }

  #app {
    margin-left: -35vw;
}

  .contact_section .form .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact_section .form .contact-info {
    padding: 1rem 0rem;
  }

  .contact_section .form .text,
  .contact_section .form .information,
  .contact_section .form .social-media p {
    font-size: 0.8rem;
  }

  .contact_section .form .title {
    font-size: 1.15rem;
  }

  .contact_section .form .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .contact_section .form .icon {
    width: 23px;
  }

  .contact_section .form .input {
    padding: 0.45rem 1.2rem;
  }

  .contact_section .form .btn {
    padding: 0.45rem 1.2rem;
  }

  .my_experience .timeline .timeline__event__date {
    font-size: 18px;
  }

  .pageheading {
    margin-top: 40px;
  }

}

@media (max-width:420px) {
  #app {
    margin-left: -25vw;
}
}

@media (max-width:450px) {
  .hospital_schedule .hospitals {
    width: 95%;
  }

  .media_box .media_box_div {
    width: 100%;
  }

  .our_services .service_list li {
    width: 100%;
    height: 60px;
  }

  .our_services .service_list li a {
    height: 60px;
    font-size: 25px;
  }

  .my_experience .timeline .timeline__event:before {
    left: -3rem;
  }

  .my_experience .timeline .timeline__event:after {
    left: -2rem;
  }
}


@media (min-width: 40rem) {
  .myeducation ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .myeducation ul::before {
    grid-column: 2;
  }

  .myeducation ul li:nth-child(odd) {
    grid-column: 1;
  }

  .myeducation ul li:nth-child(even) {
    grid-column: 3;
  }

  .myeducation ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .myeducation ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .myeducation ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .myeducation ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }

}