@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0 auto;
  padding: 0 auto;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.contanier {
  width: 90%;
  margin: 0 auto;
}

.row {
  display: flex;
}

/* FOOTER STYLES */

.footer_wrapper {
  padding: 60px 0px 20px 0px;
}

footer {
  width: 90%;
  display: flex;
  margin-bottom: 40px;
}

.footer_left_side {
  width: 30%;
}

.footer_logo {
  margin-bottom: 40px;
}

.footer_info ul li {
  list-style: none;
  font-family: "Roboto", sans-serif;
}

.footer_info ul li a {
  color: black;
  font-size: 15px;
}

.footer_info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer_phone img {
  width: 6%;
  margin-right: 15px;
}

.footer_location img {
  width: 5%;
  margin-right: 15px;
}

.footer_mail img {
  width: 6%;
  margin-right: 15px;
}

.footer_middle_side {
  width: 30%;
}

.footer_middle_side h3 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.footer_middle_side ul li {
  list-style: none;
  font-family: "Roboto", sans-serif;
}

.footer_middle_side ul li a {
  color: black;
}

.footer_middle_side ul li:not(:last-child) {
  margin-bottom: 15px;
  /* border: 1px dotted red; */
}

.footer_right_side {
  width: 30%;
}

.footer_right_side iframe {
  width: 100%;
  height: 400px;
}

.note_footer {
  text-align: center;
}

.note_footer a {
  color: black;
  font-size: 1vw;
  font-family: "Roboto", sans-serif;
}

.doc_name {
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* background: white; */
  background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 10px 5px 10px 5px
}

.doc_name h3 {
  font-size: 1.4vw;
}

.card {
  position: relative;
  width: 24%;
  height: 100%;
  border-radius: 10px;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  text-align: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover {

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: 450px;
}

.card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover .card__content {
  transform: translate(-50%, -50%) rotate(0deg);
  font-family: "Roboto", sans-serif;
  opacity: 1;
  text-align: center;
  background: #ECF3DF;
}

.card__title {
  margin: 0;
  font-size: 24px;
  color: #00A3D0;
  font-weight: 700;
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: #777;
  line-height: 1.4;
  text-align: justify;
  /* border: 1px dotted red; */
}

.card:hover svg {
  scale: 0;
  transform: rotate(-45deg);
}

.doctors {
  background-image: url(../img/doctors/Rectangle\ 55.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.doctors .row {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.doctors .row h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9dca4b;
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.allDoctors {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ECF3DF;
}

.allDoctors .box {
  display: flex;
  width: 100%;
  margin-top: 5%;
  padding: 2%;
}

.allDoctors .cards {
  display: flex;
  flex-direction: column;

}

.allDoctors .cards .cardWrapper {
  background-color: #fff;
  border-radius: 20px;
}

.cardWrapper h4 {
  color: #000;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 2%;
}

.cardWrapper p {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2%;
}


@media screen and (max-width:960px) {
  .doctors {
    width: 100%;
    height: 40vh;
  }

  .doctors .row {
    height: 40vh;
  }

  .doctors.row h2 {
    font-size: 28px;
  }

  .allDoctors .box {
    flex-direction: column;
    gap: 40px;
  }

  .allDoctors .box .card {
    width: 50%;
  }

  .groupAsistance {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width:500px) {
  .doctors {
    width: 100%;
  }

  .doctors.row h2 {
    font-size: 20px;
  }

  .allDoctors .box .cardWrapper {
    width: 100%;
  }

  .allDoctors .box .cardWrapper img {
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .doctors {
    width: 100%;
  }

  .doctors.row h2 {
    font-size: 20px;
  }

  .allDoctors .box .cardWrapper {
    width: 100%;
  }

  .allDoctors .box .cardWrapper img {
    width: 100%;
  }

  .allDoctors .box .card {
    width: 80%;
  }
}

@media screen and (max-width:960px) {
  .medicalTour {
    width: 100%;
  }

  .textInfo h2 {
    font-size: 25px !important;
  }

  .textInfo p {
    font-size: 18px !important;
  }

  .discover {
    width: 100%;
  }

  .row h2 {
    font-size: 25px !important;
  }

  .category {
    width: 60%;
  }

  .tour {
    flex-wrap: wrap;
    width: 60%;
  }

  .medicalComponents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .rightComp img {
    width: 60%;
  }

  .medicalComponents .rightComp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

}


@media screen and (max-width:750px) {
  .category {
    width: 80%;
    flex-direction: column;
    align-items: center;

    margin: 5% 0 0 0;
  }

  .category a {
    width: 50%;
    margin: 0 0 3% 0;
  }

  .contanier h2 {
    font-size: 25px;
  }

  .about-upper p {
    font-size: 15px;
  }

  .main_p_contact_left_upper h2 {
    font-size: 30px;
  }

  .groupAsistance img {
    width: 50%;
  }

  .textGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  tr {
    display: flex;
    flex-direction: column;
  }

  .table table td span {
    font-size: 20px;
  }

  .tableSec .tableText h2 {
    font-size: 20px;
  }

  .table table td {
    font-size: 18px;
  }

  .airportComp {
    display: flex;
    flex-direction: column;
  }

  .airportComp .rightComp h2 {
    font-size: 25px !important;
  }

  .airportComp .rightComp p {
    font-size: 20px;
  }

  .airportComp .rightComp .second {
    font-size: 20px;
  }

  .howItWorks .howSteps .step1 {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .groupAsistance .textGroup p {
    width: 80%;
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  footer {
    flex-direction: column;
  }

  .footer_left_side {
    width: 100%;
  }

  .footer_logo {
    text-align: center;
  }

  .footer_info {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer_info {
    padding: 0px;
  }

  .footer_middle_side {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer_middle_side ul {
    padding: 0px;
  }

  .footer_right_side {
    width: 100%;
  }

  .note_footer a {
    font-size: 2vw;
  }
}

/* TEST DOCTORS */

.test_doc {
  padding-top: 100px;
}