/*
** General
*/

.top-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pharma-logo img {
    height: 65px;
}

#primary-menu {
    justify-content: flex-start;
}

.cta-btns {
    display: flex;
    justify-content: end;
}

.dbtn-fullwidth,
.dbtn-fullwidth > a{
    width: 100% !important;
}

.login-btn {
    width: 230px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background-color: #000000;
}

.free-trial {
    width: 230px;
    height: 65px;
    color: #ffffff !important;
    background-color: #D61518;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-3.cta-btns,
.top-logo {
    padding: 0;
}

.left-nav {
    padding: 0;
    border-top: 2px solid #D61518;
}

.main-navigation,
.menu-menu-container,
.menu {
    height: 100%;
    align-items: center;
}

.top-menu-wrapper {
    padding-bottom: 10px;
}

.row-padding {
    padding: 0 90px;
}

.row-padding-extend {
    padding: 0 80px;
}


/*
** Header
*/


#primary-menu li a {
    font-size: 18px;
    font-weight: 700;
}

.footer-info a:hover,
#primary-menu li a:hover {
    color: #D61518 !important;
}

.cta-btns a {
    font-size: 16px;
    font-weight: 700;
}

.main-navigation ul {
    gap: 50px !important;
}

/* Mobile Menu */

.mobile-pharma-logo {
    display: none;
}

/* .mobile-menu-wrapper {
    position: fixed;
    top: 138px;
    display: none;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
}

.mobile-menu-wrapper.open {
    right: 0; 
} */

.mobile-menu-wrapper {
    position: fixed;
    top: 138px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 9999;
}

.mobile-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-wrapper .close-mobile-menu {
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: -128px;
}

.close-mobile-menu {
    text-align: right;
}

/* .close-mobile-menu img {
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
} */

#mobile-menu li a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}

#mobile-menu li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#mobile-menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.mobile-logo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #D61518;
}

.mobile-menu {
    width: 50px;
    display: none;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.mobile-menu.open {
    display: none;
}

.web-logo {
    width: 60px;
}

.pmobile-logo {
    width: 230px;
    padding-left: 10px;
}

/*
** Landing Page
*/

.banner-sec {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

.banner-sec {
    background-size: 52%;
    background-repeat: no-repeat;
    background-position-x: right;
}

.banner-sec h1,
.banner-sec h1 span {
    font-size: 60px;
    font-weight: 700;
    line-height: 90px;
    margin-top: 0px;
}

.banner-sec h1 span {
    color: #000000;
}

.pharmo-features-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
    background-color: #FBFBFB;
}

.pharmo-features-sec .sub-title {
    font-size: 20px;
}

.pharmo-features-sec h2 {
    font-size: 55px;
    font-weight: 700;
}

.pharmo-features-sec .sub-title p {
    font-size: 20px;
}

.pharmo-features-sec h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.pharmo-feature-col {
    position: relative;
}

.pharmo-feature-col:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 270px;
    background-color: #B7B7B7;
}

.pharmo-feature-col:last-child:after {
    content: none;
}

.content-row {
    margin-top: 40px;
}

.content-row p {
    font-size: 14px;
    line-height: 24px;
}

.start-sec {
    padding-top: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.start-sec h2 {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
}

.start-sec p {
    font-size: 24px;
    color: #ffffff;
}

.white-btn a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    margin-right: 20px;
}

.red-btn a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background-color: #D61518 !important;
    border-color: #D61518 !important;
    border-radius: 0 !important;
    background-image: none !important;
}

.start-sec .white-btn,
.start-sec .red-btn {
    margin-top: 30px;
}

.choose-pharmo-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
    background-color: #FBFBFB;
    background-size: 94%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.choose-pharmo-sec h2 {
    font-size: 55px;
    font-weight: 700;
}

.choose-pharmo-sec .sub-title p {
    font-size: 20px;
}

.choose-pharmo-sec h3 button {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #F4F4F4;
}

.pharmo-ai-row {
    background-color: #FBFBFB;
}

.accordion-button {
    position: relative;
    padding-left: 80px;
    display: block;
}

.accordion-button .text-muted {
    font-size: 16px;
    margin-top: 10px;
    color: #000000 !important;
}

.accordion-button:focus,
.accordion-button:focus-visible {
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #F4F4F4;
}

.accordion-button::after {
    content: "";
    background-image: url('../img/down-arrow.svg'); 
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: background-image 0.3s ease;
    width: 1rem;
    height: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/up-arrow.svg'); 
    transform: none;
}

.accordion-button:not(.collapsed)::before,
.accordion-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
}

.accordion-button:not(.collapsed)::before {
    background-color: #D61518;
}

.accordion-button::before {
    background-color: #000000;
}

.reason-row {
    margin-top: 30px;
}

.system-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.system-sec h2 {
    font-size: 55px;
    font-weight: 700;
}

.system-sec h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.system-sec .sub-title p {
    font-size: 20px;
    padding-right: 65%;
}

.system-col {
    position: relative;
}

.system-col:after {
    content: "";
    position: absolute;
    right: -10%;
    top: 26%;
    transform: translateY(-26%);
    background-image: url(../img/arrow-right.svg);
    width: 80px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.system-col:last-child:after {
    content: none;
}

.system-sec .row-padding:first-child {
    margin-bottom: 50px;
}

.pricing-header .price {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}

.pricing-header .price span {
    font-size: 14px;
    font-weight: 500;
    color: #858BA0;
    margin-left: 5px;
}

.pricing-header h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.fcol-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}

.choose-plan {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 16px 24px;
    margin-top: 15px;
    background-color: #000000;
    display: block;
}

.pricing-header .col {
    padding: 28px;
    border-top: 1px solid #E6E9F5;
    border-right: 1px solid #E6E9F5;
    border-bottom: 1px solid #E6E9F5;
}

.pricing-header .col:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  border-left: 1px solid #E6E9F5;
}   

.pricing-rows .row {
  display: flex;
  border-left: 1px solid #E6E9F5;
  border-right: 1px solid #E6E9F5;
}

.pricing-rows > div:last-child {
    border-bottom: 1px solid #E6E9F5;
}

.pricing-rows .col {
  padding: 20px;
  border-top: 1px solid #E6E9F5;
  border-left: 1px solid #E6E9F5;
}

.pricing-rows .row:first-child .col {
  border-top: none;
}

.pricing-rows .row .col:first-child {
  border-left: none;
}

.row-title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.row-col-content {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.pricing-plan-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.pricing-plan-sec h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 60px !important;
}

/*
** Footer
*/

.footer {
    padding: 40px 50px;
    background-image: url('../img/footer-dots-left.png'), url('../img/footer-dots-center.png'), url('../img/footer-dots-right.png');
    background-position: left center, center center, right center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
}


.copyright .footer-copyright {
    font-size: 14px;
    font-weight: 300;
}

.footer-socmed {
    display: flex;
    gap: 30px;
    justify-content: end;
}

/* .footer-info {
    padding-top: 40px;
} */

.footer-info p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.footer-info ul {
    list-style: none;
    display: flex;
    gap: 40px;
    justify-content: end;
}

.footer-info ul li a {
    color: #000000;
}

/* Contact Us */

.formBox .ttl02 {
padding-bottom: 20px !important;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 50px;
    margin-bottom: 50px;
}

.formBox .ttl02 span {
    font-size: 54px;
    font-weight: bold;
}

.formBox table th label {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.formBox table td label {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
}

.formBox table td input[type="text"],
.formBox table td textarea,
.formBox table td select {
    background-color: #fff;
    box-shadow: none !important;
    border: 1.5px solid #A1AA89;
    border-radius: 5px;
    width: 100% !important;
    padding: 0 10px;
    font-size: 18px;
} 

.formBox table td select,
.formBox table td input[type="text"] {
    height: 39px !important;
}

.formBox table td input.error {
    border: 2px solid #b00707 !important;
    outline: none;
    position: relative;
}

.formBox table td textarea {
    padding: 10px;
}

.names-input,
.name-hiragana {
    display: flex;
    column-gap: 5px;
    position: relative;
}

.names-input > div,
.name-hiragana > div {
    width: 50%;
}

.names-input input::placeholder,
.name-hiragana input::placeholder,
.formBox table td select::placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #A9A9A9;
}

.formBox table td {
    background-color: transparent !important;
    padding: 20px 30px !important;
    width: calc(100% - 320px);
}

.cor-red {
    color: red;
}

.formBox table th {
    padding: 10px;
    border-right: 1px solid #ffffff;
    padding: 20px 30px !important;
    width: 320px;
}

.formBox table {
    border-collapse: separate;
    border-spacing: 1px 0px; 
}

.formBox tbody td {
    position: relative;
}

.formBox span.error {
    position: absolute;
    border: 1px solid;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 35px;
}

.formBox input[aria-invalid="false"] {
    border: 1px solid #333;
}

.names-input > div, .name-hiragana > div {
    position: relative;
}

.formBox span.error {
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.formBox div span.check {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 35px;
    padding-right: 11px;
    padding-top: 1px;
}

.formBox .select-input span.error {
    display: flex;
    width: auto;
    top: 4px;
    align-items: center;
    justify-content: end;
}

.formBox .select-input span.error label {
    margin-right: 5px;
    font-size: 16px;
}

.formBox div .rad-btn span.check {
    width: 33px;
    height: 33px;
    top: -2px;
    left: -5px;
}

.formBox .select-input span.check {
    top: 5px;
}

.formBox div .confirm-mail span.check,
.english-lang .formBox .confirm-email2 span.check {
    top: 40px;
}

.ja-lang .formBox .confirm-email2 span.check {
    top: 25px;
}

.formBox .names-input div span.check,
.formBox .name-hiragana div span.check,
.formBox .names-input div span.error,
.formBox .name-hiragana div span.error {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    top: 5px !important;
    right: 5px !important;
}

.formBox div span.error:after {
    content: "×";
    font-weight: bold;
    font-size: 20px;
}

.formBox div span.check:after {
    content: "";
    display: inline-block;
    transform: rotate(44deg);
    height: 15px;
    width: 9px;
    margin-left: 60%;
    border-bottom: 3px solid #78b13f;
    border-right: 3px solid #78b13f;
}

.formBox table td textarea.error {
    border: 2px solid #b00707 !important;
    outline: none;
    position: relative;
}

.formBox table td select.error {
    border: 2px solid #b00707 !important;
    outline: none;
    position: relative;
}

.formBox table td label {
    margin-bottom: 0px;
}

#main #conts .formBox table tr:nth-child(even) th,
#main #conts .formBox table tr:nth-child(even) td {
    background: #F9F9F9 !important;
}

.form .cor-indent {
    font-size: 18px;
    font-weight: 400;
}

.form .cor-indent a {
    color: #D61518;
    line-height: 34px;
}

.form .submit input {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #D61518 !important;
    transition: all .2s ease-in-out;
    padding: 20px 40px;
    border: none;
}

.form .submit input:focus-visible {
    outline: none;
}

.form .submit input:hover {
    color: #fff;
    opacity: 1 !important;
    transform: scale(0.95);
    background-color: #000 !important;
}
#main .ctop-header {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F3F3F3;
}

#conts,
#main .ctop-header .row-wrapper {
    width: 1100px !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.cnt-form-submit {
    text-align: center;
    margin-top: 80px;
}

#conts {
    padding-bottom: 80px;
}

#main .ctop-header p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
}

#main #conts .formBox table td,
#main #conts .formBox table td span {
    font-size: 16px;
    font-weight:500;
    color: #222222;
}

.rad-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #222222;
  }
  
  .rad-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
 .rad-btn:hover input ~ .price-check {
    background-color: #ccc;
  }
  
 .rad-btn input:checked ~ .price-check {
    background-color: #D9D9D9;
  }
  
  .price-check:after {
    content: "";
    position: absolute;
    display: none;
  }
  
 .rad-btn input:checked ~ .price-check:after {
    display: block;
  }
  

 .rad-btn:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
 .rad-btn input:checked ~ .checkmark {
    background-color: #D9D9D9;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
 .rad-btn input:checked ~ .checkmark:after {
    display: block;
  }
  
 .rad-btn .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

 .rad-btn .price-check:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main {
    margin-top: 0 !important;
}

#main #conts .comment table th span:first-child,
#main #conts .comment table td span {
    font-size: 18px;
    line-height: 30px;
}

#sysreq {
    line-height: 30px;
}

#sysreq .error:after,
.ft-contact .error:after,
.ft-contact .check {
    display: none;
}

.ft-contact {
    padding-top: 10px;
}

.ft-contact label {
    font-weight: 500;
    color: #222222;
}

.ty-inner {
    padding: 40px;
    margin-top: 125px;
    margin-bottom: 125px !important;
    position: relative;
    border: 2px solid #D61518;
}

.ty-wrapper p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
}

.section-title h2 span,
.section-title h2 {
    font-size: 54px;
    font-weight: bold;
}

.form-wrapper {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.section-form-subtitle p {
    font-size: 14px;
    line-height: 24px;
    font-weight:bold;
}

.form-section {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

/* SECONDARY MENU */

.secondary-menu-container {
    width: 100%;
}

.secondary-menu-container > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.secondary-menu-container > ul > li {
    width: 50%;
}

.secondary-menu-container > ul > li.dbtn-red > a {
    height: 65px;
    color: #ffffff !important;
    background-color: #D61518;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-menu-container > ul > li.dbtn-black > a {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background-color: #000000;
}

.secondary-menu-container > ul > li > a {
    width: 100% !important;
}


.choose-plan:hover,
.secondary-menu-container > ul > li:hover > a {
    opacity: .9;
}

.choose-plan:hover {
    color: #ffffff !important;
}

.banner-text {
    padding-left: 50px;
}

.banner-subtext h2 {
    font-size: 35px;
}

.highlight-section {
    background-attachment: fixed;
}

.accordion-body img {
    max-width: 100%;
}

.system-col img {
    height: 200px;
    width: auto;
}

.process-title h3 {
    padding-left: 30px;
    padding-right: 30px;
}

section.form-section {
    background-size: contain !important;
}

.footer-logo {
    display: flex;
    gap: 40px;
}

.copyright a, 
.copyright p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.mobile-pricing-info {
    display: none;
    margin-bottom: 20px;
    display: block;
}

.footer-logo img {
    height: 65px;
}

.menu-items-btns {
    display: flex;
}

.menu-items-btns > .mib-left {
    width: 60%;
}

.menu-items-btns > .mib-right {
    width: 40%;
}

.menu-items-btns>* {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* COOKIE BANNER */

.cky-consent-container .cky-btn {
    border-color: #d61518 !important;
    color: #d61518 !important;
}

.cky-consent-container .cky-btn.cky-btn-accept {
    color: #FFFFFF !important;
    background-color: #d61518 !important;
    border-color: #d61518 !important;
}

.cky-btn-revisit-wrapper {
    background-color: #d61518 !important;
}

.photo-illustration {
    padding-top: 60px !important;
    padding-bottom: 30px;
}

.pharmo-representation img {
    width: 550px;
}

.pharmo-logo img {
    height: 65px;
}