b {
    font-family: 'Open Sans';
}

#nmsod-calculator {
  padding: 0px;
}

#nmsod-calculator #green-bg {
  background: #008578;
  opacity: 1;
  padding-top: 27px;
  padding-bottom: 26px;
}

#nmsod-calculator #green-bg #green-bg-txt {
  padding: 0px;
}

#nmsod-calculator #green-bg #green-bg-txt .white-txt {
  display: flex;
  gap: 27.03px;
  align-items: center;
  margin-left: 138px;
}

#nmsod-calculator #green-bg #green-bg-txt .white-txt p {
  font-family: 'lato-medium';
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*Banner section*/

/*#nmsod-calculator #bg-banner {*/
/*  background: url('/content/dam/multibrand/camcar/es/assets-home-camcar/rare-disease/images/ultumoris-home-banner.jpg');*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  min-height: 748px;*/
/*  padding-top: 185px;*/
/*  padding-bottom: 100px;*/
/*  background-position: center;*/
/*}*/

#nmsod-calculator #bg-banner #banner-img {
  padding: 0px;
}

#nmsod-calculator #bg-banner #banner-img .btn-wrap {
  margin-bottom: 36px;
  padding-left: 45px;
}

#nmsod-calculator #bg-banner #banner-img .btn-wrap .prime-btn {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  color: #A73A64;
  opacity: 1;
  font-family: 'OpenSans-Regular';
  font-weight: bold;
  margin: 0;
  background-color: #EEDBE2;
  padding: 0 15px;
  border-radius: 16px;
  text-decoration: none;
}

#nmsod-calculator #bg-banner #banner-img .banner-txt {
  padding-left: 138px;
}

#nmsod-calculator #bg-banner #banner-img .banner-txt h1 {
  font-size: 120px;
  line-height: 125px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-family: 'Oswald-Medium';
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  max-width: 893px;
}

#nmsod-calculator #bg-banner #banner-img .banner-txt h5 {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0px;
}


#calculator-section-area {
    padding: 92px 0;
    background-color: #F3F1EF;
}

.heading {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
}

.green-color {
    color: #008578;
}

.body-text p {
    color: #2E2E26;
    font-size: 22px;
    line-height: 34px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.calculator-wrapper {
    background-color: #FFFFFF;
    max-width: 85%;
    margin: auto;
    border-radius: 20px;
    padding: 31px 83px 71px 47px;
    display: flex;
    gap: 48px;
    border: 1px solid #D7D2CB;
}

.flex-wrapper.inputs-wrapper {
    width: 50%;
}

.calculator-results.card_wrapper {
    width: 50%;
}

.input-title {
    font-family: 'Oswald-Medium';
    color: #2E2E2E;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 19px;
    font-weight: 400;
}

.input-area {
    display: flex;
    gap: 19px;
    align-items: center;
    margin-bottom: 20px;
    color: #2E2E2E;
    font-size: 30px;
    font-family: 'Oswald-Medium';
}

#patient-weight-input {
    min-height: 75px;
    border: 1px solid #D7D2CB;
    border-radius: 20px;
    color: #2E2E2E;
    font-size: 30px;
    font-family: 'Oswald-Medium';
}

.calc-input-little-msg {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    color: #2E2E2E;
    margin-bottom: 74px;
    display: inline-block;
}

#resetDose {
    display: none;
}

#calculateDose {
    background-color: #008578;
    color: #fff;
    border-radius: 27px;
    padding: 13px 36px;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 27px;
    min-width: 61%;
    text-align: left;
    border: none;
    position: relative;
}

#calculateDose:after {
    position: absolute; 
    content: '';
    width: 22px;
    height: 22px;
    background-image: url('/content/dam/multibrand/camcar/es/assets-home-camcar/rare-disease/images/button-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.result-heading {
    font-family: 'Oswald-Medium';
    color: #2E2E2E;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 19px;
    font-weight: 400;
    margin-top: 0;
    border-bottom: 3px solid #008578;
    text-align: center;
    padding-bottom: 19px;
}

.resultado-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D7D2CB;
    padding: 16px 0 18px;
}

.resultado-wrapper h3 {
    width: 55%;
    text-align: right;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #2E2E2E;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.result-text {
    width: 40%;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #2E2E2E;
    display: flex;
    justify-content: center;
}

.result-text p {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Open Sans';
    color: #2E2E2E;
    font-weight: 700;
    padding: 0 20px;
}

.calculator-heading {
    margin: 109px auto 44px;
    max-width: 90%;
    padding-bottom: 28px;
    border-bottom: 2px solid #D7D2CB;
}

.calculator-heading h4 {
    margin: 0;
    color: #2E2E2E;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 34px;
    padding: 0 44px;
    font-weight: 700;
}

#dosing-section-2 {
    padding-top: 110px;
}

.column-text {
    padding-right: 50px;
}

.column-text p {
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
}

.expand-img-mobile .zoom-icon, .expand-img-desktop .zoom-icon {
    display: none;
}

.cta-btn a {
    background-color: #008578;
    padding: 13px 192px 13px 30px;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    text-decoration: none!important;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 110px;
}

.cta-btn a img{
    margin-right: 22px;
}

.cta-btn a:after{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(/content/dam/multibrand/camcar/es/assets-home-camcar/rare-disease/images/button-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.highlight-text {
    background-color: #A73A64;
    padding: 39px 216px 39px 216px;
    border-radius: 20px;
    position: relative;
}

.highlight-text p {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.highlight-text img {
    position: absolute;
    left: 128px;
}

.body-text.below-content {
    margin-bottom: 250px;
}

#footer-section {
    padding: 198px 0 196px;
}

 /* ----Resposive----- */
@media screen and (min-width: 1900px) {
    
    /*Header*/
    
  .nmsod-calculator .primary-navigation .container {
    width: 1670px;
    padding: 0px 15px;
  }

  .nmsod-calculator .top-header .container {
    width: 1670px;
    padding: 0px 15px;
  }

  .nmsod-calculator #ultomiris-header nav {
    padding-top: 33px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #nmsod-calculator .container {
    width: 1670px;
    padding: 0px 15px;
  }

  #nmsod-calculator #scan-card .card-wrapper {
    gap: 79px;
  }

  #nmsod-calculator #col-two-block .wrapper .card {
    padding: 58px 90px 58px 105px;
  }
}

@media (max-width: 1900px) {
    #nmsod-calculator #bg-banner #banner-img .banner-txt {
        padding-left: 50px;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt h1 {
        font-size: 70px;
        line-height: 78px;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt h1 br {
        display: none;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt h5 {
            font-size: 20px;
            line-height: 28px;
            margin-top: 15px;
    }
    
    #nmsod-calculator #bg-banner {
            min-height: 483px;
            padding-top: 220px;
            padding-bottom: 40px;
    }
    
    #nmsod-calculator #green-bg #green-bg-txt .white-txt {
        gap: 20.03px;
        margin-left: 75px;
    }
    
    #nmsod-calculator #green-bg #green-bg-txt .white-txt img {
        width: 34px;
    }
    
    #nmsod-calculator #green-bg #green-bg-txt .white-txt p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #calculator-section-area {
        padding: 50px 0;
    }
    
    .heading {
        font-size: 28px;
        line-height: 36px;
    }
    
    .body-text p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .calculator-heading {
        max-width: 95%;
        margin-top: 50px;
    }
    
    .calculator-heading h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .calculator-wrapper {
        max-width: 90%;
        display:none;
    }
    
    .input-title {
        font-size: 24px;
        line-height: 34px;
    }
    
    .input-area {
        font-size: 24px;
    }
    
    #patient-weight-input {
        height: 60px;
        min-height: auto;
        font-size: 24px;
    }
    
    .calc-input-little-msg {
        font-size: 16px;
        line-height: 24px;
    }
    
    #calculateDose {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    .result-heading {
        font-size: 24px;
        line-height: 34px;
        border-width: 2px;
        padding-bottom: 15px;
    }
    
    .resultado-wrapper h3 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .result-text p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #dosing-section-2 {
        padding-top: 80px;
    }
    
    .column-text p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .column-text {
        padding-right: 39px;
    }
    
    .cta-btn a {
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 80px;
        padding: 10px 130px 10px 20px;
    }
    
    .cta-btn a:after {
        width: 18px;
        height: 18px;
    }
    
    .highlight-text {
        padding: 30px 150px 30px 150px;
    }
    
    .highlight-text p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .highlight-text img {
        left: 90px;
        max-width: 40px;
        top: 40px;
    }
    
    .cta-btn a img {
        margin-right: 10px;
    }
    
    #calculateDose:after {
        width: 18px;
        height: 18px;
    }

    #nmsod-calculator #green-bg {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #nmsod-calculator #green-bg #green-bg-txt .white-txt p br {
        display: none;
    }
    
    .body-text.below-content {
        margin-bottom: 150px;
    }
    
    #footer-section {
        padding: 95px 0 100px;
    }
    
    .footer-content {
        margin: 0;
    }
}

@media (max-width: 991px) {
    #nmsod-calculator #green-bg #green-bg-txt .white-txt {
        margin-left: 0;
    }
    
    #banner-img .page-section-inner.container {
        width: 100%;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt {
        padding-left: 0;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt h1 {
        font-size: 60px;
        line-height: 73px;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt h5 {
        font-size: 18px;
        line-height: 26px;
    }
    
    #nmsod-calculator #bg-banner {
        min-height: auto;
    }
    
    .calculator-heading {
        width: 100%;
    }
    
    .calculator-heading h4 {
        padding: 0;
    }
    
    .calculator-wrapper {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 30px 50px;
    }
    
    .flex-wrapper.inputs-wrapper {
        width: 100%;
    }
    
    #calculateDose {
        width: 100%;
    }
    
    .calculator-results.card_wrapper {
        width: 100%;
    }
    
    .column-text {
        margin-bottom: 40px;
    }
    
    .cta-btn a {
        padding-left: 70px;
    }
    
    .cta-btn a img {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .highlight-text {
        padding: 30px 50px 30px 100px;
    }
    
    .highlight-text img {
        left: 40px;
    }
    
    .highlight-text p br {
        display: none;
    }
    
    .body-text.below-content {
        margin-bottom: 100px;
    }
    
    #footer-section {
        padding: 32px 0 32px;
    }
    
    .footer-content p br {
        display: none;
    }
    
    #dosing-section-2 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    #green-bg .page-section-inner.container {
        width: 100%;
        padding: 0;
    }
    
    #nmsod-calculator #green-bg #green-bg-txt .white-txt {
        align-items: self-start;
    }
    
    #nmsod-calculator #green-bg #green-bg-txt .white-txt img {
        margin-top: 10px;
    }
    
    #nmsod-calculator #bg-banner {
        padding-left: 0;
        padding-right: 0;
        background-position: 70% 100%;
    }
    
    #nmsod-calculator #bg-banner .page-section-inner.container {
        width: 100%;
    }
    
    #nmsod-calculator #bg-banner #banner-img .banner-txt h1 {
        font-size: 40px;
        line-height: 55px;
    }
    
    #calculator-section-area {
        padding: 40px 0;
    }
    
    .heading {
        margin-top: 0;
    }
    
    .page-section-inner.container {
        width: 100%;
    }
    
    .calculator-wrapper {
        padding: 30px 20px;
    }
    
    .input-area {
        font-size: 20px;
    }
    
    #patient-weight-input {
        height: 50px;
        font-size: 20px;
    }
    
    .column-text {
        margin-top: 0;
        padding-right: 0;
    }
    
    #dosing-section-2 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .cta-btn a {
        padding-right: 50px;
        border-radius: 16px;
    }
    
    .highlight-text {
        padding: 30px 20px 30px 60px;
    }
    
    .highlight-text img {
        left: 20px;
        width: 30px;
    }
    
    #footer-section {
        padding: 25px 0px;
    }
    
    .expand-img-mobile .zoom-icon, .expand-img-desktop .zoom-icon{
        display: block;
        bottom: 0;
        top: auto;
        right: 0;
        left: auto;
    }
}
