/* Scope all styles under .fullSiteBdy#dosing-bodyID */

.fullSiteBdy#dosing-bodyID .container-fluid,
.fullSiteBdy#dosing-bodyID #container-fluid {
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.dosing-sec2-img {
  max-width: 560px;
  border: 8px solid #B3E3F3;
  border-radius: 32px;
  padding: 70px 90px 55px;
}

.dosing-sec2-img .img-position {
  position: relative;
}

.dosing-sec2-img .img-position img {
  height: 135px;
  position: absolute;
  top: -25px;
  right: 80%;
}

.fontsize96 {
  font-size: 100px;
  line-height: 1;
}

.textalign-right {
  text-align: right;
}

#dosing-sec2 ul {
  list-style: disc;
  padding-left: 30px;
}

#dosing-sec2 ul li {
  margin-bottom: 10px;
}

#dosing-sec2 ul li::marker {
  color: #5A2C83;
  font-size: 26px;
  line-height: 0.4;
}

#dosing-sec2 {
  grid-template-columns: 40% 50%;
  margin-top: 10px;
  margin-bottom: 50px;
}

#dosing-sec2 .image {
  margin: 5px 5px 5px;
}

/*Breadcrumb*/

#dosing-bodyID.fullSiteBdy #brdCrmb-wrprCont .brdCrmb-pTxt {
  margin-top: 41px;
  margin-bottom: 39px;
}

#dosing-bodyID .box-border {
  border: 8px solid var(--brand-colors-primary-Line-Blue, #B3E3F3);
  border-radius: 32px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 19px 89px 6px 88px;
  margin-bottom: 62px;
  background-color: #fff;
}

#dosing-bodyID .box-border .flex {
  display: flex;
  align-items: center;
}

#dosing-bodyID #footNotes-secMain.ftn-dosMgspc {
    margin-top: 12px;
}

#dosing-bodyID.fullSiteBdy #purpCallout-wrprCont #callOutComn .baxThm-prmBluBtn {
  text-transform: uppercase;
}

#dosing-bodyID .box-border .flex .first-side {
  display: flex;
  align-items: center;
  width: 64%;
}

#dosing-bodyID .box-border .flex .first-side .img-txt h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5A2C83;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

#dosing-bodyID .box-border .flex .first-side .img-txt h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #5A2C83;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 800;
}

#dosing-bodyID .box-border .flex .divider {
  margin: 0px 44px;
  width: 6.26px;
  min-height: 186px;
  background: #B3E3F3;
}

#dosing-bodyID .box-border .flex .right-side h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5A2C83;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

#dosing-bodyID .box-border .flex .right-side {
  margin-top: -28px;
  width: 40%;
}

#dosing-bodyID .box-border .flex .right-side h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #5A2C83;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 800;
  margin-top: 3px;
  width: 100%;
}

#dosing-bodyID .bodyWrapper h5.blue {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5A2C83;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

#dosing-bodyID .bodyWrapper .ul-space {
  margin-bottom: 40px;
}

#dosing-bodyID.fullSiteBdy ul.commonList-cls li::before {
  left: 0px;
}

#dosing-bodyID.fullSiteBdy ul.commonList-cls li {
  padding-inline-start: 35px;
  margin-bottom: 20px;
}

#dosing-bodyID.fullSiteBdy ul.commonList-cls li:last-child {
  margin-bottom: 0px;
}

#dosing-bodyID.fullSiteBdy ul.commonList-cls li.margin {
  margin-bottom: 10px;
}



/*==========Responsive design============*/

@media only screen and (min-width: 992px) {
    
  #dosing-bodyID .box-border .flex .first-side img.mobile-only {
    display: none;
  }
  #dosing-bodyID .box-size .first-side .img-txt {
    margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    
  #dosing-bodyID .box-border {
    margin-left: 0px;
    margin-right: 0px;
    padding: 19px 40px 6px 33px;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #dosing-bodyID .box-border .flex .right-side h1 {
    font-size: 32px;
    line-height: 40px;
  }

  /*#dosing-bodyID .box-border .flex .right-side {*/
  /*  margin-top: 0;*/
  /*}*/

  #dosing-bodyID .box-border .flex .divider {
    margin: 0px 35px;
    min-height: 180px;
  }
}

@media (min-width: 1200px) and (max-width: 1438px) {
  #dosing-bodyID .box-border {
    padding: 19px 68px 6px 33px;
  }

  #dosing-bodyID .box-border .flex .first-side {
    width: 58%;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt h6 {
    font-size: 18px;
    line-height: 26px;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt h1 {
    font-size: 43px;
    line-height: 52px;
  }

  #dosing-bodyID .box-border .flex .right-side {
    /*margin-top: 0;*/
    width: 40%;
  }

  #dosing-bodyID .box-border .flex .right-side h6 {
    font-size: 18px;
    line-height: 26px;
  }

  #dosing-bodyID .box-border .flex .right-side h1 {
    font-size: 43px;
    line-height: 52px;
    max-width: 79%;
  }
}

@media only screen and (min-width: 1300px) {
  .dosing-sec2-img .img-position img {
    right: 75%;
  }

  .dosing-sec2-img .fontsize96 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1220px) {
  .dosing-sec2-img {
    padding: 55px 40px 40px;
  }

  .dosing-sec2-img .img-position img {
    right: 82%;
  }
}

@media (min-width: 990px) and (max-width: 992px) {
  #dosing-bodyID .box-border {
    padding: 19px 49px 6px 31px;
  }

  #dosing-bodyID .box-border .flex .first-side img.mobile-only {
    display: none;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt h1 {
    font-size: 40px;
    line-height: 51px;
  }

  #dosing-bodyID .box-border .flex .right-side h1 {
    font-size: 40px;
    line-height: 51px;
  }
}

@media only screen and (max-width: 991px) {
    
  .fullSiteBdy#dosing-bodyID .container-fluid,
	.fullSiteBdy#dosing-bodyID #container-fluid {
    padding-left: 27px;
    padding-right: 25px;
  }
  
  #dosing-bodyID .box-border .flex .first-side img.mobile-only {
        display: block;
    }

  #dosing-bodyID.fullSiteBdy #brdCrmb-wrprCont .brdCrmb-pTxt {
    margin-top: 22px;
    margin-bottom: 6px;
  }

  .fullSiteBdy#dosing-bodyID #banrComn-wrprCont #commonBanner h1.tk-ff-good-web-pro-narrow br {
    display: none;
  }

  #dosing-sec2 {
    grid-template-columns: auto;
  }

  #dosing-sec2 {
    grid-template-columns: auto;
    margin-top: 28px;
    margin-bottom: 20px;
  }

  #dosing-sec2 .image {
    margin: 20px 5px 15px;
  }

  .dosing-sec2-img {
    padding: 30px 20px 35px 15px;
    max-width: 400px;
  }

  .dosing-sec2-img .img-position img {
    height: 110px;
    top: -15px;
    right: 78%;
  }

  .fontsize96 {
    font-size: 80px;
    margin-right: 20px;
  }

  .fullSiteBdy .dosing-sec2-img .h1-hdTxt-v2 {
    font-size: 52px;
    line-height: 1;
  }

  #dosing-sec2 ul li {
    margin-bottom: 15px;
  }
  
  /*second section*/
  
  #dosing-bodyID .box-border {
    border: 4px solid var(--brand-colors-primary-Line-Blue, #B3E3F3);
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 25px 25px 20px;
    margin-bottom: 40px;
    margin-top: 60px;
  }

  #dosing-bodyID .box-border .flex {
    flex-direction: column;
  }

  #dosing-bodyID .box-border .flex .first-side {
    width: 100%;
  }

  #dosing-bodyID .box-border .flex .right-side {
    margin-top: 0px;
    width: 100%;
  }

  #dosing-bodyID .box-border .flex .divider {
    margin: 5px 0px 17px;
    width: 100%;
    min-height: auto;
    height: 9px;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt h1 {
    font-size: 20px;
    line-height: 24px;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt {
    padding-left: 2px;
  }

  #dosing-bodyID .box-border .flex .right-side h1 {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  #dosing-bodyID .box-border .flex .right-side h6 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 25px;
  }

  #dosing-bodyID .box-border .flex .first-side img.desktop-only {
    display: none;
  }

  #dosing-bodyID .box-border .flex .first-side img.mobile-only {
    margin-top: -41px;
  }

  #dosing-bodyID.fullSiteBdy .bodyWrapper {
    width: 100%;
  }

  #dosing-bodyID .bodyWrapper .ul-space {
    margin-bottom: 30px;
  }

  #dosing-bodyID .bodyWrapper h5.blue {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 11px;
  }

  #dosing-bodyID .box-border .flex .first-side .img-txt h6 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 6px;
  }

  #dosing-bodyID.fullSiteBdy ul.commonList-cls li {
    padding-inline-start: 33px;
    margin-bottom: 17px;
  }

  #dosing-bodyID.fullSiteBdy ul.commonList-cls li::before {
    left: -1px;
  }

  #dosing-bodyID .bodyWrapper .ul-space:first-child ul.commonList-cls li:last-child {
    padding-inline-start: 32px;
  }

  #dosing-bodyID .bodyWrapper .ul-space:nth-child(2) ul.commonList-cls li:first-child {
    padding-inline-start: 28px;
  }
}


