body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3A3A3B;
    font-weight: 400;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto !important;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	text-wrap: pretty;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 26px;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}

:only-child {
    margin-top: 0;
    margin-bottom: 0;
}

.doctor-section {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.doctor-section .doctor-img-wrap {
    width: 100%;
    max-width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    border: 2.114px solid #FFF;
}

.doctor-section .doctor-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.doctor-section .doctor-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.doctor-section .doctor-details h6 {
    margin: 0;
    color: #000;

    /* Desktop/H6 - Desktop */
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.doctor-section .doctor-details label {
    color: #061957;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

.doctor-section .doctor-details .credentials-list {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

.doctor-section .doctor-details .credentials-list span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    top: -2px;
    position: relative;
    margin: 0 4px;
    color: #61616199;
}

@media (max-width: 767px) {
    .doctor-section {
        gap: 12px;
    }

    .doctor-section .doctor-img-wrap {
        max-width: 64px;
        height: 64px;
    }

    .doctor-section .doctor-details {
        gap: 1px;
    }

    .doctor-section .doctor-details h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .homepage-hero-section .section-wrap-right .content-left label {
        font-size: 13px;
        line-height: 18.98px
    }

    .doctor-section .doctor-details .credentials-list {
        font-size: 13px;
        line-height: 18.98px;
    }
}

.modal-main-wrap button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 3px;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

.modal-main-wrap {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgb(255 255 255 / 94%);
    top: 0;
    z-index: 9999;
    left: 0;
}

.modal-main-wrap .seach-inner-wrap {
    width: 100%;
    max-width: 800px;
    margin: 120px auto 0;
    text-align: center;
}

.modal-main-wrap .seach-inner-wrap p {
    text-align: right;
    margin-bottom: 60px;
    font-family: 'Lato', sans-serif;
}

.modal-main-wrap h3 {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 32px;
}

.modal-main-wrap .close {
    border-radius: 4px;
    background: #4968AD;
    padding: 24px 40px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}

.modal-main-wrap .close:hover {
    background: #0F2775;
}

.modal-main-wrap form .search-field {
    display: flex;
    padding: 3px 12px;
    border-radius: 6px;
    border: 1px solid #646464;
    background: #F6F6F6;
}

.modal-main-wrap form input {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 425px) {
    .modal-main-wrap .seach-inner-wrap {
        margin: 40px auto 0;
    }

    .modal-main-wrap .seach-inner-wrap p {
        margin-bottom: 40px;
    }

    .modal-main-wrap h3 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 36px;
    }

    .modal-main-wrap .close {
        width: 100%;
        margin-top: 32px;
        padding: 18px 40px;
        font-size: 16px;
        line-height: 24px;
    }
}

.search-wrapper {
    align-self: center;
    cursor: pointer;
}

.search-wrapper .icon {
  width: 12px;
  height: 15px;
  background: transparent;
  border: unset;
  padding: 0;
}

.search-wrapper .search-icon-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 22px;
  background: #1C3360;
  padding: 3px 7px;
  border-radius: 3px;
}

.search-wrapper .search-icon-wrapper .search-text {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  background: transparent;
  border: unset;
  width: 60px;
  outline: none;
  transition: all ease 300ms;
}

.search-wrapper .search-icon-wrapper .search-text:focus-visible,
.search-wrapper .search-icon-wrapper .search-text:not(:placeholder-shown) {
  width: 180px;
}

.search-wrapper .search-icon-wrapper .search-text::placeholder {
  color: #FFF;
  opacity: 1;
}

.search-wrapper .search-icon-wrapper .search-text:-ms-input-placeholder {
  color: #FFF;
}

.search-wrapper .search-icon-wrapper .search-text::-ms-input-placeholder {
  color: #FFF;
}
.search-wrapper .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .search-wrapper .icon {
        max-width: 12px;
        height: 12px;
    }

    .search-wrapper .search-icon-wrapper .search-text {
      font-size: 12px;
      line-height: 16px;
      width: 66px;
    }

    .search-wrapper .search-icon-wrapper {
        gap: 3px;
    }
    .search-wrapper .search-icon-wrapper .search-text:focus-visible, .search-wrapper .search-icon-wrapper .search-text:not(:placeholder-shown) {
      width: 140px;
  }
}

@media screen and (max-width: 1366px) {
    .seach-inner-wrap {
        padding: 0 20px;
    }
}

/* ONLY FOR PAGE 404 */
.page-404-section {
    background-color: #F1F4F7;
    padding: 140px 20px;
}

.page-404-section .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.page-404-section .wrap h1 {
    margin-bottom: 8px;
    font-family: lato;
    color: #000000;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0;
}

.page-404-section .icon-wrap {
    display: flex;
    height: 60px;
    width: 138px;
}

.page-404-section .wrap p {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.page-404-section .wrap a {
    color: #000 !important;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .page-404-section {
        padding: 80px 20px;
    }

    .page-404-section .wrap h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .page-404-section .wrap p {
        font-size: 18px;
        line-height: 26px;
    }

    .page-404-section .wrap {
        gap: 40px;
    }

    .page-404-section .wrap a {
        display: block;
    }
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
	color: #fff;
}