html {
  scroll-behavior: smooth;
}
body {
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
/*--Navigation--*/ /*
.navbar-collapse.shrink {
    top: 89px !important;
    -webkit-transition: padding 1s; 
    transition: padding 1s;
}*/
.logo {
  max-width: 300px;
  padding: 10px 0;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.logo.shrink {
  max-width: 150px;
  padding: 0 0;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.navigation-container {
  background-color: white !important;
  border-bottom: 2px solid #45bcc9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 5;
}
.navigation-container.shrink {
  border-bottom: none;
}
.navigation-container .navbar-toggler {
  border: none !important;
  padding-right: 0px;
}
.navigation-container .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(69,188,201, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.dropdown-item {
  border-bottom: 2px solid #45bcc9 !important;
  background-color: #f9f9f9 !important;
}
.dropdown-item:hover {
  background-color: #eaeaea !important;
}
.dropdown-menu .top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.dropdown-menu .bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.dropdown-menu {
  border: none !important;
  padding-bottom: 0 !important;
}
.navbar .activated {
  color: #45bcc9 !important;
}
.navbar .nav-link {
  font-weight: 600;
}

.nav-item__download {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.nav-link__download {
  padding: 0.4rem 1rem;
  color: #F9F9F9;
  background: #45bcc9;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.nav-link__download:hover {
  scale: 1.05;
  text-decoration: none;
  color: #F9F9F9;
}

/** Color of navigation text after clicked but before opened */
.nav-link:focus {
  color: #7f7f7f !important;
}

.dropdown-menu {
  margin-top: 0 !important;
}
button {
  outline: none !important;
}

.link-notifications {
  line-height: 24.483px !important;
  transition: padding 0.3s;
}

.link-notifications:focus {
  color: #7f7f7f !important;
}

.link-notifications:hover {
  text-decoration: none !important;
}

/*--Hover underline blue navigation--*/
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column !important;
    padding-top: 10px;
  }
  .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-brand {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .nav-link {
    line-height: 24.483px !important;
    padding: 1.5rem 0.5rem !important;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .nav-link.shrink {
    line-height: 25.239px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .nav-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .nav-item:hover {
    box-shadow: inset 0px -3px 0px 0px #45bcc9, 0px 1px 0px 0px #45bcc9 !important;
  }
  .dropdown-menu {
    background-color: transparent !important;
  }
  .activated {
    box-shadow: inset 0px -3px 0px 0px #45bcc9, 0px 1px 0px 0px #45bcc9 !important;
  }
}
/*Scroll to top button*/
#toTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 54px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(69, 89, 122, 0.6); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 8px 15px 12px 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#toTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/*--Guideline--*/
.guidelines {
  text-align: center;
  padding-top: 150px;
}
.guidelines h1 {
  color: #45bcc9;
  font-size: 8em;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 1110px) {
  .guidelines h1 {
    font-size: 6em;
  }
}
.guidelines h3 {
  color: #043c5a;
  font-size: 2.4em;
}
.guidelines h4 {
  color: #0f3b60;
  font-size: 2.3em;
  letter-spacing: 0.15em;
  font-weight: 200;
}
.guidelines p {
  color: #0f3b61;
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
}
.guidelines .inner {
  padding: 150px 0;
}

/*Download home screen*/
.row__download-app {
  display: flex;
  justify-content: center;
}

.download-app__btn {
  padding: 12px 40px;
  background-color: #45BCC9;
  color: #f9f9f9;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  font-weight: 500;
}

.download-app__btn:hover {
  text-decoration: none;
  scale: 1.1;
  color: #f9f9f9;
}

/*Tools*/
/*GI guidelines tool*/
.GI_guide_tool {
  background-color: #DEC58D;
  color: white;
  text-align: center;
  padding: 80px 0;
}
.GI_guide_tool .second {
  margin-top: 20px;
}
.GI_guide_tool h2 {
  color: #326078;
  font-size: 2.95em;
  font-weight: 700;
}
.GI_guide_tool h3 {
  color: #326078;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}
.GI_guide_tool p {
  color: #326078;
  font-size: 1.3em;
  padding: 35px 0;
}
.GI_guide_tool img {
  max-width: 200px;
  padding-top: 25px;
  transition: all 0.2s ease-in-out;
}
.GI_guide_tool img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
/*Nutrition guidelines tool*/
.Nutrition_guide_tool {
  background-color: #C2D680;
  color: #326078;
  text-align: center;
  padding: 80px 0;
}

.Nutrition_guide_tool .second {
  margin-top: 20px;
}

.Nutrition_guide_tool h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}

.Nutrition_guide_tool h2 {
  font-size: 2.95em;
  font-weight: 700;
}
.Nutrition_guide_tool p {
  color: #326078;
  font-size: 1.3em;
  padding: 35px 0;
}
.Nutrition_guide_tool img {
  max-width: 230px;
  padding-top: 25px;
  transition: all 0.2s ease-in-out;
}

.Nutrition_guide_tool img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/*Hepatology guidelines tool*/
.Hepatology_guide_tool, .download-section {
  background-color: #F0ACA9;
  color: #326078;
  text-align: center;
  padding: 80px 0;
}

.download-section {
  background-color: #acd1b6;
}

.Hepatology_guide_tool h2, .download-section h2 {
  font-size: 2.95em;
  font-weight: 700;
}
.Hepatology_guide_tool h3, .download-section h3 {
  color: #326078;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}
.Hepatology_guide_tool p, .download-section p {
  color: #326078;
  font-size: 1.3em;
  padding: 35px 0;
}
.Hepatology_guide_tool img {
  max-width: 200px;
  padding-top: 25px;
  transition: all 0.2s ease-in-out;
}
.Hepatology_guide_tool img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/*PPN Tool*/
.tools{
  background-color: #45bcc9;
  color: white;
  text-align: center;
  padding: 80px 0;
}
.tools h2 {
  font-size: 2.95em;
  font-weight: 700;
}
.tools p {
  color: #326078;
  font-size: 1.3em;
  padding: 35px 0;
}
.tools img {
  max-width: 230px;
  padding-top: 30px;
  transition: all 0.2s ease-in-out;
}
.tools img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/*--Guides--*/
.guides {
  text-align: center;
  padding: 80px 0 64px 0;
}
.guides h3 {
  color: #0f3b61;
  font-size: 2.05em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 0;
}
.guides p {
  color: #0f3b61;
  font-size: 1.37em;
  padding-top: 20px;
}
.guides img {
  max-width: 323px;
  padding: 28px 0;
}
/*Icon layout and animation*/
.guide-icon img {
  padding: 0;
}
.guide-icon {
  width: 323px;
  height: 323px;
  position: relative;
  margin: 28px auto;
  cursor: pointer;
}
.circle,
.icon-in-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.circle {
  z-index: 10;
}
.circle img {
  border-radius: 50%;
}
.circle img:hover {
  animation: rotation 10s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*Download*/
.download {
  background-color: #efe9dc;
  text-align: center;
  padding: 80px 0 80px 0;
}
.download h2 {
  color: #0f3b61;
  font-size: 2.95em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.download p {
  color: #0f3b61;
  font-size: 1.3em;
  padding-top: 30px;
}
.download img {
  max-height: 90px;
  transition: all 0.2s ease-in-out;
}
.download .bottom {
  padding-top: 60px;
}
.download .small-screen-download {
  display: none;
}
.download img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/*--About--*/
.about {
  background-color: white;
  color: #0f3b61;
  padding: 45px 0 64px 0;
}
.about h3 {
  font-size: 2.05em;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 35px 0 15px 0;
}
.about p {
  font-size: 1.1em;
}

/*Footer*/
.footer {
  background-color: #8ac2c9;
  color: #0f3b61;
  text-align: center;
}
.footer .social {
  padding: 20px 0;
}
.footer .social a {
  text-decoration: none;
  color: #0f3b61;
  font-size: 2.5em;
  padding: 10px 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.footer .social a:hover {
  color: white;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer #policy {
  color: white;
  margin: 0;
}
.footer #policy a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
}
.footer #policy a:hover {
  color: #2183d3;
}
.footer #copyright {
  font-size: 0.95em;
  color: #0f3b61;
}
.footer .credit {
  font-size: 0.85em;
  color: white;
}
.footer .credit a {
  text-decoration: none;
  color: #e50303;
}
.footer .credit a:hover {
  color: white;
}

/*submenu style start from here*/

.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}
.btco-hover-menu a,
.navbar > li > a {
  text-transform: capitalize;
  padding: 10px 15px;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
  color: #000;
  background: transparent;
  outline: 0;
}


#download-app {
  background-color: #F9F9F9;
  text-align: center;
  padding: 80px 15px 80px 15px;
}

#download-app h2 {
  color: #0f3b61;
  font-size: 2.95em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#download-app p {
  color: #0f3b61;
  font-size: 1.3em;
  padding-top: 30px;
}

#download-app .download-app-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

#download-app .download-app-preview ul li {
  color:#0f3b61;
  text-align: left;
  font-size: 1.3em;
  font-weight: 500;
}

#download-app .download-app-preview ul li ::marker {
  color:#0f3b61 ;
}

.download-app-preview__info {
  max-width: 680px;
}

.download-app-preview  .preview-image {
  background-image: url('../../images/espghan-preview.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 600px;
  height: 600px;
}

.download-btn-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.download-app-preview__info .download-btn-container > .download-btn {
  transition: all 0.3s ease-in-out;
}

.download-app-preview__info .download-btn-container > .download-btn img{
  height: 80px;
  width: 240px;
}

.download-app-preview__info .download-btn-container > .download-btn:hover {
  scale: 1.05;
  text-decoration: none;
}

/*Tablet screen*/
@media only screen and (max-width: 992px) {
  #download-app {
    padding: 60px 15px;
  }

  #download-app h2 {
    font-size: 2.2em;
  }

  #download-app p, #download-app .download-app-preview ul li {
    font-size: 1.2em;
  }

  .download-app-preview  .preview-image {
    width: 500px;
    height: 500px;
  }
}

/*Mobile screen*/
@media only screen and (max-width: 576px) {
  #download-app {
    padding: 50px 10px;
  }

  #download-app h2 {
    font-size: 1.8em;
  }

  #download-app p, #download-app .download-app-preview ul li {
    font-size: 1.08em;
  }

  .download-btn-container {
    flex-direction: column;
    gap: 0;
  }

  #download-app .download-app-preview {
    margin-top: 40px;
  }

  .download-app-preview  .preview-image {
    height: 420px;
    width: 420px;
  }
}

.admin-navbar {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  list-style: none;
}

.admin-navbar .admin-navbar__item {
  text-decoration: none;
  padding: 1.5rem .5rem;
}

.admin-navbar .admin-navbar__item:hover {
  box-shadow: inset 0px -3px 0px 0px #45bcc9, 0px 1px 0px 0px #45bcc9 !important;
}

.admin-navbar .admin-navbar__item .admin__link {
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
}

.navbar .activated .admin__link {
  color: #45bcc9 !important
}

.admin-navbar .admin-navbar__item .admin__link:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, .7);
}


/*Drop-down menu level 2 work on hover*/
@media only screen and (min-width: 991px) {
  .drop_menu_level_2 {
    position: absolute !important;
    left: 100% !important;
    padding-left: 10px !important;
  }
  .GI_guidelines {
    top: 0% !important;
  }
  .Nutrition_guidelines {
    top: 24% !important;
  }
  .Hepatology_guidelines {
    top: 47.5% !important;
  }
}
@media only screen and (max-width: 991px) {
  .drop_menu_level_2 {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
  }
}
