@import url("../../fonts/fonts.css");
body {
  font-family: 'Roboto-Regular';
  width: 100%;
  overflow-x: hidden;
  background: #e6f2f7; }

.row {
  margin: 0; }

img {
  width: 100%; }

textarea {
  resize: none; }

p {
  font-size: 14px; }

.navbar-custom {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1050;
  background-color: white;
  border-bottom: 3px solid #ff245c;
  padding-bottom: 0;
  padding-top: 0; }
  .navbar-custom .navbar-brand {
    width: 20%;
    padding-left: 70px; }
    @media only screen and (max-width: 767px) {
      .navbar-custom .navbar-brand {
        width: 50%;
        padding-left: 0;
        margin-left: 23%; } }
    @media only screen and (min-width: 768px) and (max-width: 984px) {
      .navbar-custom .navbar-brand {
        padding-left: 0; } }
  .navbar-custom .nav-item {
    text-transform: uppercase;
    font-size: 14px; }
    .navbar-custom .nav-item .nav-link {
      color: #2a2a2a;
      font-family: 'Roboto-Medium';
      letter-spacing: 1px;
      transition-duration: .2s; }
      .navbar-custom .nav-item .nav-link:hover {
        color: #ff245c; }
      @media only screen and (min-width: 768px) and (max-width: 984px) {
        .navbar-custom .nav-item .nav-link {
          font-size: 11px;
          padding-left: 0; } }
    .navbar-custom .nav-item .active {
      color: #ff245c;
      padding: 8px 0; }
      .navbar-custom .nav-item .active:before {
        content: '';
        display: inline-block;
        border: 1px solid #ff245c;
        height: 15px;
        width: 15px;
        position: relative;
        left: 7px;
        top: -3px;
        border-right: 0;
        border-bottom: 0; }
      .navbar-custom .nav-item .active:after {
        content: '';
        display: inline-block;
        border: 1px solid #ff245c;
        height: 15px;
        width: 15px;
        position: relative;
        right: 7px;
        bottom: -10px;
        border-left: 0;
        border-top: 0; }

.banner .cover-text {
  position: absolute;
  right: 0;
  top: 40%;
  width: 45%; }
  @media only screen and (max-width: 767px) {
    .banner .cover-text {
      display: none; } }
  .banner .cover-text h2 {
    font-family: 'Roboto-Bold';
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px; }

.banner .mobile-text {
  position: absolute;
  right: 0;
  top: 25%;
  width: 50%;
  display: none; }
  .banner .mobile-text h5 {
    font-family: 'Roboto-Bold';
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px; }
  @media only screen and (max-width: 767px) {
    .banner .mobile-text {
      display: block; } }

.about-home {
  padding: 30px 0;
  border-bottom: 1px solid #ccc; }
  .about-home h4 {
    font-family: 'Roboto-Medium';
    color: #555454;
    margin-top: 50px; }
  .about-home h6 {
    color: #ff245c;
    font-style: italic;
    font-size: 15px;
    margin-top: 0; }
  .about-home p {
    text-align: justify;
    word-break: break-word;
    font-family: 'Roboto-Medium';
    margin-bottom: 30px; }
  .about-home img {
    display: block;
    margin: auto;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .about-home img {
        width: 50%; } }
  .about-home .link-btn {
    background-color: #ff245c;
    color: white;
    margin-top: 10px;
    font-size: 15px;
    padding: 10px 15px;
    padding-right: 0;
    font-family: 'Roboto-Medium';
    letter-spacing: 1px; }
    .about-home .link-btn:hover {
      text-decoration: none; }
    .about-home .link-btn span {
      background-color: #db0042;
      padding: 10px;
      margin-left: 10px; }
      .about-home .link-btn span img {
        display: inline-block;
        width: 30px; }
  .about-home .serv-list {
    border: 1px solid #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #dedede;
    min-height: 75px; }
    .about-home .serv-list p {
      text-align: center;
      margin-bottom: 0; }
    .about-home .serv-list img {
      display: none;
      margin: auto;
      width: 20%; }

.services {
  padding: 30px 0;
  color: white;
  padding-bottom: 50px; }
  .services h4 {
    color: #ff245c;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    margin-bottom: 0; }
  .services h6 {
    color: #555454;
    text-align: center;
    font-family: 'Roboto-Italic';
    margin-bottom: 30px; }
  .services .style-one {
    background-color: #ff245c;
    padding: 50px 25px;
    margin-top: 40px;
    min-height: 335px; }
  .services .style-two {
    background-color: #1a7393;
    padding: 50px 25px;
    margin-top: 10px;
    min-height: 335px; }
  .services img {
    width: 25%;
    display: block;
    margin: auto; }
  .services h2 {
    font-size: 1rem;
    text-align: center;
    font-family: 'Roboto-Medium';
    letter-spacing: 1px; }
  .services p {
    text-align: center; }
  .services a {
    text-align: center;
    color: white;
    display: block; }

.doctor {
  background-image: url("../../images/docoto-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 30px 0; }
  .doctor img {
    width: 20%;
    float: left;
    display: inline-flex;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .doctor img {
        width: 80%;
        float: unset;
        display: block;
        margin: auto;
        padding: 0; } }
  .doctor .doctor-details {
    background-color: rgba(255, 255, 255, 0.77);
    padding: 50px 25px;
    height: 100%; }
    .doctor .doctor-details h4 {
      color: #ff245c; }
    .doctor .doctor-details h6 {
      font-size: 14px;
      margin-bottom: 0;
      color: #555454;
      font-family: 'Roboto-Medium'; }
    .doctor .doctor-details p {
      margin-top: 10px;
      text-align: justify; }

.key {
  background-color: #f5f5f5;
  padding: 30px 0; }
  .key h4 {
    color: #ff245c;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    margin-bottom: 0; }
  .key h6 {
    color: #555454;
    text-align: center;
    font-family: 'Roboto-Italic';
    margin-bottom: 30px; }
  .key .keys-container {
    background-color: white;
    border: 5px solid #f5f5f5;
    min-height: 420px;
    text-overflow: ellipsis;
    overflow: hidden; }
    .key .keys-container img {
      margin-bottom: 10px;
      height : 200px;
      object-fit:cover;    }
    .key .keys-container h6 {
      font-family: 'Roboto-Regular';
      text-align: left;
      text-transform: uppercase;
      color: #2a2a2a;
      margin-bottom: 0;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      height: 15px;
      white-space: nowrap; }
      .key .keys-container h6:after {
        content: '';
        display: block;
        height: 2px;
        width: 100px;
        background-color: #adadad;
        position: relative;
        left: 110px;
        top: -11px; }
    .key .keys-container h5 {
      color: #ff245c;
      font-family: 'Roboto-Regular';
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      height: 25px;
      white-space: nowrap; }
    .key .keys-container div {
      padding: 15px; }

.appointment {
  background-image: url("../../images/appoinment-bg.jpg");
  min-height: 500px;
  padding: 30px 0; }
  .appointment .open-hours {
    padding: 20px 30px;
    box-shadow: 0 0 5px #d4d4d4;
    background-color: transparent; }
  .appointment .border-bottom {
    border-bottom: 1px dotted #ccc;
    margin-top: 10px; }
  .appointment form .form-control {
    margin-bottom: 25px;
    border-radius: 0;
    background-color: transparent; }
  .appointment form button {
    background-color: #1a7393;
    color: white;
    padding: 5px 25px;
    border: 0;
    border-radius: 3px;
    letter-spacing: 2px; }

.doc-chat {
  background-image: url("../../images/doc-chat_02.png");
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 70px; }
  @media only screen and (min-width: 767px) {
    .doc-chat {
      min-height: 490px; } }
  .doc-chat h2 {
    color: white;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    line-height: 42px; }
  .doc-chat a {
    color: white;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    transition-duration: 0.2s; }

.newsletter {
  background-image: url("../../images/newsletter-bg_02.jpg");
  min-height: 176px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px; }
  .newsletter h4 {
    text-transform: uppercase;
    color: white;
    font-family: 'Roboto-Bold';
    text-align: center;
    margin-bottom: 20px; }
  .newsletter .red {
    color: #ff245c; }
  .newsletter button {
    background-color: #ff245c;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 12px;
    letter-spacing: 1px; }
  .newsletter .input-group-append {
    width: 38%; }

.footer {
  background-color: black;
  padding-top: 15px;
  color: white; }
  .footer .ft-logo {
    width: 20%; }
  .footer .ft-sm {
    color: #5a8a38;
    padding: 0px 10px; }
  .footer .br-btm {
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .footer h6 {
    color: white;
    font-family: 'Roboto-Light'; }
    .footer h6:after {
      content: '';
      display: block;
      background-color: #5a8a38;
      width: 20px;
      height: 3px;
      margin-top: 10px;
      margin-bottom: 15px; }
  .footer a {
    color: white; }
  .footer .green-fa {
    color: #5a8a38; }
  .footer p {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Roboto-Light'; }
  .footer ul {
    padding-left: 0;
    margin-bottom: 0; }
    .footer ul li {
      list-style: none; }
      .footer ul li a {
        font-family: 'Roboto-Light';
        text-transform: uppercase;
        font-size: 14px; }
  .footer .date {
    color: #2a2a2a;
    margin-bottom: 0;
    font-family: 'Roboto-Bold'; 
    display: block;
    width: 100%;}
  .footer .copy {
    background-color: #ff245c;
    margin-top: 30px;
    padding: 25px 10px;
    display: block;
    width: 96%; }

.page-banner {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
  overflow: hidden; }
  .page-banner h2 {
    color: #ff245c;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 15px;
    border-radius: 3px; }
    .page-banner img {
     height: 225px;    }

.media {
  padding-top: 30px;
  padding-bottom: 30px; }
  .media img {
    box-shadow: 0 0 2px #e6e6e6;
    margin-bottom: 30px;
    object-fit: cover;
    height: 300px;}
    .media a {
     height:300px;
     object-fit:cover;}

.forum .form-container {
  box-shadow: 0 0 2px #a9a9a9;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 10px; }
  .forum .form-container p {
    text-align: justify; }
  .forum .form-container a {
    color: #ff245c;
    font-size: 14px;
    font-family: 'Roboto-Medium'; }
    .forum .form-container img {
     height:150px;
     object-fit:cover;}

@media only screen and (min-width: 767px) {
  .forum-detail img {
    width: 45%;
    float: left;
    margin: 25px;
    border: 1px solid #ccc;
    height:500px;
    object-fit:cover;
    object-position:center;} }

.forum-detail p {
  text-align: justify; }

.contact a {
  color: #5a8a38; }

.contact span {
  padding-right: 20px; }

.contact button {
  background-color: #ff245c;
  color: white;
  padding: 15px 45px;
  border: 0;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.chat-doc .container {
  border: 1px solid #ccc;
  margin: 30px auto;
  padding: 30px; }
  .chat-doc .container .btn-snd {
    background-color: #ff245c;
    color: white;
    padding: 10px 30px;
    border: 0;
    cursor: pointer; }
  .chat-doc .container .doc-profile-detail {
    text-align: center; }
    .chat-doc .container .doc-profile-detail h5 {
      color: #ff245c; }
    .chat-doc .container .doc-profile-detail .doc-profile {
      width: 175px;
      height: 175px;
      display: block;
      margin: auto;
      border-radius: 50%;
      object-fit: cover;
      object-position: top center;
      margin-bottom: 20px; }
  .chat-doc .container .chat-container {
    background-color: white;
    height: 360px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 10px; }
    .chat-doc .container .chat-container::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 0px;
      background-color: #ff245c; }
    .chat-doc .container .chat-container::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    .chat-doc .container .chat-container::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
    .chat-doc .container .chat-container .question {
      background-color: #dcdcdc;
      padding: 15px;
      width: 100%;
      border-radius: 15px 15px 0px 15px;
      display: inline-block;
      margin-bottom: 10px;
      text-align: right; }
      .chat-doc .container .chat-container .question p {
        margin-bottom: 0; }
    .chat-doc .container .chat-container .answer {
      background-color: #1a7393;
      color: white;
      padding: 15px;
      width: 100%;
      border-radius: 15px 15px 15px 0px;
      display: inline-block;
      margin-bottom: 10px;
      text-align: left; }
      .chat-doc .container .chat-container .answer p {
        margin-bottom: 0; }
  .chat-doc .container .typing-area {
    bottom: 0;
    z-index: 10;
    width: 100%; }
    .chat-doc .container .typing-area .btn-1 {
      display: inline-block;
      float: left;
      width: 60px;
      height: 60px;
      text-align: center;
      background-color: white;
      border-radius: 50%;
      padding: 16px;
      color: #ff245c; }
      .chat-doc .container .typing-area .btn-1 input {
        display: none; }
    .chat-doc .container .typing-area .btn-2 {
      display: inline-block;
      float: left;
      width: 60px;
      height: 60px;
      text-align: center;
      background-color: white;
      border-radius: 50%;
      padding: 16px;
      color: #ff245c;
      margin-left: 10px; }
      .chat-doc .container .typing-area .btn-2 button {
        background-color: transparent;
        border: 0; }
