@media screen and (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1320px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerContactToggle {
    background: #3b6af0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerContactToggle img {
    height: 24px;
    width: 24px;
  }
  .headerMenuToggle {
    background: #d02d5c;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerMenuToggle img {
    height: 24px;
    width: 24px;
  }
  .contactHeader {
    position: absolute;
    width: calc(100% - 40px);
    z-index: 999;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #0004;
    top: 120px;
  }
  .contactHeader.showContactInfos {
    display: block !important;
  }

  .contactHeader:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffe;
    display: block;
    position: absolute;
    top: -10px;
    right: 76px;
    z-index: 9999;
  }

  .contactHeader li {
    margin-bottom: 15px;
  }

  .headerBottom {
    display: block !important;
  }

  .headerBottom .d-flex {
    flex-direction: column;
  }
  #header .headerBottom {
    background: #f2f1f1;
    position: fixed;
    z-index: 99999999;
    height: 100%;
    top: 0px;
    width: 320px;
    right: 0;
    padding: 80px 30px 30px;
    transform: translate(320px, 0px);
    transition: all 0.5s ease-in-out;
  }
  #header .headerBottom ul {
    width: 100%;
    margin-bottom: 30px !important;
  }
  #header .headerBottom .bookAppointment {
    width: 100%;
  }
  .menuIcon {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .menuIcon img {
    width: 24px;
  }
  #header .headerBottom.showMenu {
    transform: translate(0px, 0px);
  }
  #slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 90vh;
    object-fit: cover;
  }
  #slider .item .cover .w-50 {
    width: 100% !important;
  }
  #slider .item {
    height: calc(100vh - 0px);
    position: relative;
    max-height: 650px;
  }
  #slider .item .cover .patientImg {
    height: auto;
    width: 90%;
    margin-left: auto;
  }
  #slider .item .cover .header-content h1 {
    font-size: 36px;
    text-align: center;
  }
  #slider .item .cover .header-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 50px;
  }
  #slider .item .cover .cancerType {
    justify-content: center;
  }
  .bookAppointment {
    margin: auto;
  }

  #slider .sliderRow {
    flex-direction: column;
  }

  #slider .owl-item:nth-child(even) .sliderRow {
    flex-direction: column-reverse;
  }
  .contactInfos {
    padding: 30px 30px;
  }
  .contactInfos h3 {
    font-size: 28px;
    text-align: center;
  }
  .contactInfos .ofringsTile {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .sectionHeading h2 {
    font-size: 36px;
    text-align: center;
  }
  .sectionHeading p {
    text-align: center;
  }
  .service .treatmentService .serviceTile .iconWrap {
    height: 75px;
    width: 75px;
  }
  .service .treatmentService .serviceTile .iconWrap img {
    height: 40px;
    width: 40px;
  }
  .service .treatmentService .serviceTile p {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 0px;
  }
  .service .treatmentService {
    margin-bottom: 50px;
  }
  .appointment .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .appointment .appointmentText {
    width: 100%;
  }
  .appointment .appointmentText h3 {
    font-size: 36px;
    text-align: center;
  }
  .appointment .appointmentText p {
    text-align: center;
  }
  .appointment .bookAppointment {
    margin-top: 30px;
  }
  .about {
    text-align: center;
  }
  .about ul {
    justify-content: center !important;
  }
  .about .aboutImg {
    height: auto;
    object-fit: contain;
    margin-top: 40px;
  }
  .internationalPatients h2 {
    font-size: 36px;
  }

  .internationalPatients .row {
    gap: 30px;
  }
  .buttonBorder,
  .bookAppointment {
    padding: 9px 20px;
  }
  .doctors .drTile {
    margin-bottom: 30px;
  }
  #footer .row {
    gap: 40px;
  }
  #slider .item .cover .patientImg {
    height: auto;
    width: 90%;
  }
  #slider .item .cover {
    align-items: flex-start;
    padding-top: 40px;
  }
  .contactInfos .bookAppointment {
    margin-bottom: 40px;
  }
}
