
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
@font-face {
  font-family: "Poppins";
  src: url("/themes/custom/takeda_pro/fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-medium;
  src: url(../font/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-bold;
  src: url(../font/Poppins-Bold.ttf);
}

body {
  line-height: 20px;
  font-size: 14px;
}

.weight-bold {
  font-weight: bold;
}
/* page ta_detail */

/* header  page ta_detail */
.header-icon {
  width: 40px;
}
header {
  width: 100%;
  background-color: white;
}
header .navbar {
  padding: 0;
}
.navbar-nav {
  margin: 0px auto;
  align-items: center;
}

.navbar-nav li:not(:last-of-type) a.nav-link {
  margin-right: 18px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: red;
}
.nav-item {
  text-align: center;
}
.nav-item .nav-item {
  text-align: left;
  padding: 0 20px;
}
.nav-item a {
  width: 100%;
  text-align: left;
}
.nav-item:hover > a,
.nav-item:hover > span {
  color: red !important;
}
.nav-item span {
  font-size: 22px;
}
.dropdown-submenu-wrapper li a {
  padding: 0.5rem 20px 0.5rem 0;
}
header ul {
  text-align: right;
}
.search-bar {
  display: inline-block;
  border: 1px solid #878c91;
  background-color: white;
  border-radius: 0.25rem;
  padding: 5px;
  margin-right: 10px;

}
.search-bar img {
  width: 20px;
}
.search-bar input {
  border: none;
  outline: none;
}
.search-bar input:hover {
  border: none;
  outline: none;
}

/* banner  page ta_detail */
.banner {
  width: 100%;
  min-height: 400px;
  background-image: url('../images/product/banner_main.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-align: center;
}
.banner h3 {
  color: red;
}
.banner .banner-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

/* menu-path  page ta_detail */
.menu-path {
  margin-top: 10px;
}
.menu-path img {
  width: 20px;
  color: red;
}
.menu-path .red-text {
  color: red;
}

.menu-path .vector-arrow {
  width: 10px;
}
/* section  page 1 */
.article-panel {
  margin-top: 35px;
}

.article-text h5 {
  margin: 13px 0;
}
.article-text img {
  max-height: 160px;
  width: 100%;
}

/* numbers banner  page ta_detail */
.numbers-banner {

  min-height: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-image: url('../images/product/banner_main.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 60px;
}
.numbers-banner h1 {
  color: #e50019;
  font-size: 70px;
  font-weight: bold;

}
/* subscription banner  page ta_detail */
.subscription-banner {
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.subscription-banner .right {
  padding-top: 50px;
  display: flex;
}

.subscription-banner input, .subscription-banner button {
  min-height: 40px;
}
.subscription-banner input {
  width: 500px;
  outline: none;
  border: none;
  border: 1px solid red;
  background-color: #f9f9f9;
  padding: 10px;
  font-weight: bold;

}
.subscription-banner button {
  border-radius: 0px;
  background-color: #e50019;
}
/* footer page ta_detail */
footer {
  background-color: #fafafa;
}
footer .left {
  padding: 30px;
}
footer .left img {
  min-width: 200px;

}
footer .left .font-light {
  color: #bdbdbd;
}

footer .right img {
  width: 20px;
}

footer .right a {
  color: red;
  margin-top: 20px;
  font-weight: bold;
}

/* responsive page ta_detail */
@media screen and (max-width: 991px) {
  .header-menu {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .form-search-header {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    background-size: auto 100%;
    min-height: auto;
  }
  .header-menu-logo {
    width: 100%;
    margin-bottom: 13px;
  }
  .header-menu-logo button.navbar-toggler {
    float: right;
  }
  .header-menu-search {
    width: 100%;
  }
  .header-menu-search .search-bar {
    width: calc(100% - 55px);
  }
  .user-login-page section {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  section {
    margin: 20px 10px;
  }
}

@media screen and (max-width: 400px) {
  .subscription-banner input {
    width: 200px;
  }
  .header-icon {
    width: 30px;
  }
  .search-bar input {
    width: 100px;
  }
  footer .right a {
    font-size: 12px;
  }
}

.dropdown-area-item {
  border: red solid 1px;
  background-color: white;
  padding: 20px 50px 0;
}
.dropdown-area ul {
  list-style: none;
}


.dropdown-col-1 {
  padding: 30px 20px;
}
.dropdown-col-1 img {
  max-height: 180px;
  width: 100%;
  padding-bottom: 20px;
}
.dropdown-col-1 .dropdown-title {
  color: red;
}
.dropdown-col-2 {
  padding-top: 20px;
  background-color: #eaeaea;
}
.dropdown-col-2 li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-col-2 li a {
  text-decoration: none;
  color: black;
}
.dropdown-col-2 a:hover {
  color: red;
}

.dropdown-col-3 {
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 259px;
  height: 100%;
  padding-top: 20px;
}
.dropdown-col-3 li:hover, .dropdown-col-3 a:hover {
  background-color: #eaeaea;
}
.display {
  display: block;
}
/* banner page  home */
.banner-home {
  background-image: none;
  background-color: #efefef;
}
.banner .header-title {
  color: black;
  font-size: 44px;
  font-weight: 700;

}
.banner p {
  margin-top: 10px;
}
.banner .banner-button {
  padding: 10px 20px;
  margin: 20px auto 0px;
  background-color: #e50019;
}
/* therapeutic-area page home */
section {
  width: 100%;
}
.therapeutic-area {
  margin-bottom: 50px;
}
.therapeutic-area-panel {
  margin-bottom: 30px;
}
.therapeutic-area img {
  max-height: 160px;
  width: 100%;
}

.therapeutic-area .title {
  background-color: #e50019;
  color: white;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  padding: 8px 0px;
  font-size: 36px;

}
.therapeutic-area-title {
  background-color: #f9f9f9;
  padding: 10px;
}
.therapeutic-area .article-title {
  font-size: 20px;
}
.therapeutic-area-tag {
  color: white;
  background-color: #e50019;
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
}
/* our program area page  home */
.our-programs {
  margin-top: 70px;
}
.our-programs .title {
  background-color: #e50019;
  color: white;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  margin: 20px 0px;
  font-size: 36px;

}
.our-programs img {
  width: 199px;
  height: 144px;
  padding: 10px;
}
.our-programs .text {
  width: 60%;
  margin: 0px auto;
  text-align: center;
}
.our-programs .row-3, .our-programs .row-4 {
  margin: 5px auto;
}
.our-programs-section {
  padding: 50px 0px;
}


@media screen and (max-width: 1199px) {
  .dropdown-col-3 {
    left: 220px;
  }
  .dropdown-col-1 p {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-col-3 {
    left: 180px;
  }
  .dropdown-area {
    padding: 0px 10px;
  }
  .dropdown-area {
    padding: 0px 10px;
  }
  .dropdown-submenu {
    display: inline-block !important;
    width: 100%;
  }
  .dropdown-submenu span {
    float: right;
  }
  .dropdown-submenu .dropdown-menu.show {

  }
  .navbar-nav .nav-link {
    text-align: center;
  }
  .dropdown-col-2 a {
    text-align: left !important;
  }
}
@media screen and (max-width: 575px) {
  .our-programs .text {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .our-programs .row-3 {
    margin-top: 20px;
  }


}
@media screen and (min-width: 992px) {
  .nav-item:hover > .dropdown-area,
  .nav-item:hover > .dropdown-submenu-wrapper {
    display: block !important;
  }
  .dropdown-area {
    margin-top: -5px;
    position: absolute;
    width: 100%;
    padding-top: 25px;
    display: none;
    z-index: 999;
    left: 0;
    border: 0 !important;
    background-color: transparent;
  }
  .dropdown-submenu-wrapper {
    display: none;
  }
  .dropdown {
    position: inherit !important;
  }
  .dropdown-menu {
    top: unset !important;
  }
  .dropdown-menu .dropdown-menu {
    top: 0 !important;
    margin-top: 0;
    border: 0 !important;
  }
}
/* page ta_index */
.banner .font-black {
  color: black;
}
.therapeutic-area .ta-index-banner-title {
  color: red;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  padding: 8px 0px 0px 0px;
  font-size: 36px;
}

/* page product_index */
.product-listing-area {
  margin: 30px auto;
}
.product-listing-area img {
  height: auto;
  width: 310px;
  padding-top: 30px;
}
.product-listing-dropdown {
  background-color: #eaeaea;
  display: inline-block;
  margin-right: 0px;
  margin-left: auto;
  align-self: start;
  min-width: 260px;
  border-radius: 5px;
  padding: 5px;

}
.product-listing-dropdown a {
  color: #959595;
}
.product-listing-dropdown img {
  width: 15px;
  height: 100%;
  padding-top: 8px;
}
.product-listing-tag {
  color: white;
  padding: 3px 5px;
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
}
.red-tag {
  background-color: #e50019;
}
.green-tag {
  background-color: #27ae60;
}

.purple-tag {
  background-color: #bb6bb9;

}
.orange-tag {
  background-color: #f2994a;
}

.form__required {
  display: inline-block;
  color: red;
}


.carousel:before {
  background: unset;
}

.registration_page .content-body .login_container input, .content-body .registration_page input {
  border-radius: 0.25rem !important;
  width: 100% !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.EPiServerForms .Form__Element.form__input__wrapper:nth-child(odd) {
  padding-left: unset;
}

.EPiServerForms .Form__Element.form__input__wrapper:nth-child(even) {
  padding-left: unset;
}

.content-body .registration_page .EPiServerForms .Form__Element__Caption.form__label, .registration_page .EPiServerForms .FormChoice__Input + .form__label__inner {
  font-family: 'Open Sans light', serif;
  margin-bottom: 12px;
  padding-left: unset;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.content-body .registration_page .takedaid-reg-form {
  max-width: 885px;
  margin: 0 auto;
}

.registration_page .EPiServerForms .Form__Element .form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.registration_page .FormPasswordRepeat {
  margin: 0 0 1rem 0 !important;
}

.registration_page .confirm-parent, .registration_page .password-parent {
  max-width: 100% !important;
}

input#edit-field-term-and-privacy-value, input#edit-field-term-value,
input#edit-field-agree-contact-value {
  margin-right: 14px;
}

.registration_page .EPiServerForms .FormChoice__Input + .form__label__inner {
  margin-top: unset
}

@media (min-width: 768px) {
  .gridWrapper.registration_page, .gridWrapper.reset_page, .gridWrapper.Forgot_Password {
    border: unset;
  }
}

@media screen and (min-width: 992px) {
  .nav-item:hover > .dropdown-area,
  .nav-item:hover > .dropdown-submenu-wrapper {
    display: block !important;
  }
  .dropdown-area {
    margin-top: -5px;
    position: absolute;
    width: 100%;
    padding-top: 25px;
    display: none;
    z-index: 999;
    left: 0;
    border: 0 !important;
    background-color: transparent;
  }
  .dropdown-submenu-wrapper {
    display: none;
  }
  .dropdown {
    position: inherit !important;
  }
  .dropdown-menu {
    top: unset !important;
  }
  .dropdown-menu .dropdown-menu {
    top: 0 !important;
    margin-top: 0;
    border: 0 !important;
  }
}
/* footer page ta_detail */
footer {
  background-color: #fafafa;
}
footer .left {
  padding: 30px;
}
footer .left img {
  min-width: 200px;

}
footer .left .font-light {
  color: #bdbdbd;
}

footer .right img {
  width: 20px;
}

footer .right a {
  color: red;
  margin-top: 20px;
  font-weight: bold;
}


.title-group-register h2 {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
  margin-top: 35px;
}

.title-group-register:first-child h2 {
  margin-top: 0;
}

.title-group-register h3 {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}

.form-required:after {
  margin-left: 0 !important;
}

footer .footer-custom .footer_logo_takeda {
  margin-left: 5px !important;
}
.back-action-wrapper {
  display: flex;
  justify-content: center;
}
