/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://example.com/twenty-twenty-five-child/
 Description: Child theme for Twenty Twenty-Five
 Author: Your Name
 Author URI: https://example.com
 Template: twentytwentyfive
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: twenty-twenty-five-child
*/

/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");

.wp-block-search__button {
    width: 45px;
    padding: 11px 11px;
}
.chat a {
    text-decoration: none;
    font-size: 16px;
}
a span.wp-block-navigation-item__label {
    font-weight: 600;
    color: #444;
}
a:hover span.wp-block-navigation-item__label {
    color: #4db5b9;
    text-decoration: none !important;
}

span.Banner-color {
    color: #1ba6c3;
}
strong.Banner-color {
    color: #1ba6c3;
}
.banner {
    top: -80px;
}
.page-id-8 h1.wp-block-post-title {
    display: none;
}
.page-id-8 main#wp--skip-link--target {
    margin-top: 0px !important;
}
main > :first-child  {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #06b4c1;
}
main {
    margin-top: 10px !important;
}
.wp-block-post-title {
    margin-left: 60px !important;
    margin-right: 60px !important;
    padding-top: 15px !important;
    font-size: xx-large;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    vertical-align: top;
  }
  th {
    background-color: #f2f2f2;
    color: #000;
  }
  .hospital-info {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .section-title {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.1em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
  }
  .certificate {
    text-align: center;
    color: #000;
}
.wp-block-navigation__submenu-container li a span {
    font-size: small;
}
.wp-block-navigation__submenu-container li a span {
    font-size: small;
}
button.wp-block-navigation__responsive-container-open {
    display: none;
}
.wp-container-core-group-is-layout-5f079da5 {
    justify-content: center;
}
.icon {
    font-size: xxx-large;
    text-align: center;
    
}
.bottom-menu-parent {
    text-align: right;
}
a.bottom-menu {
    color: #fff;
    font-size: smaller;
    text-decoration: none;
}
a.bottom-menu:hover {
    color: #06b4c1;
}
input.wpcf7-form-control.wpcf7-text, .wpcf7-select {
    width: 100%;
    height: 30px;
    border: 1px solid #06b4c1;
}
.wpcf7-captchar {
    width: 200px;
    height: 30px;
    border: 1px solid #06b4c1;
}
.wpcf7-textarea {
    width: 100%;
    height: auto;
    border: 1px solid #06b4c1;
}
.wpcf7-submit.has-spinner {
    background-color: #06b4c1;
    font-size: large;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}
@media only screen and (max-width: 666px) {
.wp-block-site-logo {
    display: none;
}
}



