body {
  font-family: "Arial_Regular";
  line-height: 30px;
  color: #414042;
}
/* ul {padding: 0; list-style-type: none; margin: 0;} 
a:focus { outline: auto !important; outline-color: black !important;}*/
.container {
  width: 100%;
}

.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial_Bold";
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
.sub-header {
  font-family: "Arial_Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.sub-header-bold {
  font-family: "Arial_Bold";
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
}
h2,
.heading-2 {
  font-family: "Arial_Bold";
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
}
h3,
.heading-3 {
  font-family: "Arial_Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
}
.font-12-reg {
  font-family: "Arial_Regular";
  font-size: 12px;
  line-height: 14px;
}
.font-12-bold {
  font-family: "Arial_Bold";
  font-size: 12px;
  line-height: 14px;
}
.font-14-reg {
  font-family: "Arial_Regular";
  font-size: 14px;
  line-height: 17px;
}
.font-14-bold {
  font-family: "Arial_Bold";
  font-size: 14px;
  line-height: 17px;
}
.font-16-reg {
  font-family: "Arial_Regular";
  font-size: 16px;
  line-height: 20px;
}
.font-16-bold {
  font-family: "Arial_Bold";
  font-size: 16px;
  line-height: 20px;
}
.font-18-reg {
  font-family: "Arial_Regular";
  font-size: 18px;
  line-height: 22px;
}
.font-18-bold {
  font-family: "Arial_Bold";
  font-size: 18px;
  line-height: 22px;
}
.font-20-reg {
  font-family: "Arial_Regular";
  font-size: 20px;
  line-height: 24px;
}
.font-20-bold {
  font-family: "Arial_Bold";
  font-size: 20px;
  line-height: 24px;
}
.bold {
  font-family: "Arial_Bold";
  font-weight: bold;
}
.night-blue {
  color: #012c63;
}
.light-purple {
  color: #8347ad;
}
.white {
  color: #ffffff;
}
.dark-grey {
  color: #414042;
}
a.dark-grey,
a.dark-grey:hover {
  color: #414042;
}
.royal-blue {
  color: #385cad;
}
ul {
  padding-left: 20px;
}
li::marker {
  color: #8347ad;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.my-80 {
  margin: auto 80px;
}
sup {
  top: -0.7em;
  font-size: 60%;
}
h1 sup {
  top: -1em;
  font-size: 50%;
}
/*========== Header Section ===============*/
header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 5;
  box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.1);
}
.topHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.topHeader p {
  font-size: 13px;
  margin-bottom: 0px;
  color: #012c63;
  line-height: 15px;
}
.topHeader p.italic {
  font-family: "Arial_Italic";
  font-weight: 400;
}
.topHeader p .bold {
  font-family: "Arial_Bold";
  font-weight: 700;
}
.topHeader p .regular {
  font-family: "Arial_Regular";
  font-weight: 400;
}
.topHeader p a,
.topHeader p a:focus,
.topHeader p a:hover {
  color: #012c63;
}
.topHeader p .link-divider {
  padding: 0 12px;
}
.topNavWrapper {
  background: rgba(229, 233, 239, 1);
  min-height: 80px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 6px -2px #0f172a0d;
  box-shadow: 0px 10px 15px -3px #0f172a1a;
  box-shadow: 0px 0px 1px 0px #0f172a0f;
}
.topNav .dropdown-menu.show {
  display: block !important;
}
.topNav {
  display: flex;
  align-items: center;
  position: relative;
}
.topNav .dropdown-toggle::after {
  display: none;
}
.topNav nav {
  position: absolute;
  right: 0px;
  left: 175px;
}
.navbar {
  padding-right: 0px;
}
.navbar-expand-lg .navbar-nav {
  justify-content: space-between;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-item {
  height: 40px;
}
.topNav .navbar-light .navbar-nav .nav-link {
  color: #012c63;
  font-family: "Arial_Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  padding-bottom: 27px;
  padding-top: 10px;
}
.navbar-nav .nav-item.dropdown a.nav-link::after {
  content: "";
  display: inline-block;
  border: solid;
  border-color: #012c63;
  border-width: 3px 0 0 3px;
  padding: 2.5px;
  transform: rotate(225deg);
  float: right;
  margin: 4px 0px 0 6px;
  cursor: pointer;
}
#navbarSupportedContent li:last-child {
  margin: -5px -30px 0px -15px;
}
.dropdown-menu {
  background: rgba(229, 233, 239, 1);
  min-width: 150px;
  padding: unset;
  border: none;
  border-radius: unset;
  left: 50%;
  top: 58px;
  right: auto;
  transform: translate(-50%, 0);
}
.dropdown-item {
  font-family: "Arial_Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0.95rem 0.5rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: unset;
  background: #8347ad;
}
.nav-item.dropdown.show .nav-link,
.nav-item.show .nav-link {
  border-bottom: 6px solid #8347ad;
}
.menu-active {
  border-bottom: 6px solid #8347ad;
}
.dropdown-item.menu-active {
  /* color: #ffffff; text-decoration: none; background-color: unset; background: #8347AD; */
  color: #8347ad;
  text-decoration: none;
  background-color: unset;
  background: rgba(229, 233, 239, 1);
  border-bottom: 0px;
}

/*========== Footer ===============*/
.footer {
  background: #012c63;
}
.footer-inner {
  padding: 30px 0 45px 0;
  background-color: #012c63;
  color: #ffffff;
}
.footer-inner-section {
  display: flex;
  flex-direction: row;
}
.footer-inner-section .left-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-inner-section .left-footer {
  margin-right: 20px;
  width: 40%;
}
.footer-inner-section .right-footer {
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: flex-end;
}
.footer-inner-section .right-footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 100%;
}
.bms-logo {
  width: 222px;
}
.footer-inner .dep-code {
  color: #ffffff;
  font-family: "Arial_Regular";
  font-size: 14px;
  line-height: 17px;
}
.right-footer a,
.right-footer a:focus {
  color: #ffffff;
  font-family: "Arial_Regular";
  font-size: 14px;
  line-height: 18px;
}
.right-footer span.divider {
  color: #ffffff;
  font-family: "Arial_Regular";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  padding: 0 30px;
}
.bg-lighter-blue {
  background-color: transparent;
}
footer .pb-5,
footer .py-5 {
  padding-bottom: 0 !important;
}
footer .pt-5,
footer .py-5 {
  padding-top: 0 !important;
}
footer.my-4 {
  margin-bottom: 0 !important;
}
footer.my-4 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.bg-light-blue {
  display: none;
}
p.click-here-text a {
  color: #9747ff;
  text-decoration: underline;
}
p.click-here-text a:hover,
p.click-here-text a:focus {
  color: #0056b3;
  text-decoration: underline;
}
/*========== Reference Section ===============*/
.home-section-2 {
  padding: 32px 0;
}
.footer-note {
  padding-bottom: 32px;
}
.footer-note-divider {
  border-bottom: 1px solid #414042;
  margin: 24px 0;
}
.reference-section-note {
  padding: 5px;
  border: 1px solid #414042;
  background: #ffffff;
}
a.reference-link,
a.reference-link:hover,
a.reference-link:focus {
  color: #414042;
}
a.reference-link:hover,
a.reference-link:focus {
  text-decoration: underline;
}

/*========== Home Page ===============*/
/* .body-section-bg{background: linear-gradient(189.63deg, #B9D9EB 33.08%, #DCECF5 92.75%); margin-top:130px;} */
.body-section-bg {
  /* padding-top: 130px; */
  background-image: linear-gradient(189.63deg, #b9d9eb 33.08%, #dcecf5 92.75%),
    url(/content/dam/commercial/apac/camzyos-au/en/images/bg-gradient.png),
    linear-gradient(190deg, #b9d9eb 33.08%, #dcecf5 92.75%);
  background-blend-mode: multiply, screen;
  background-size: cover;
  background-position: left;
  background-repeat: repeat, no-repeat; /*margin-top: 110px;*/ /*cac-8*/
}
.home-body-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 35px 0 20px 0;
}
.body-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 80px 0 32px 0;
}
.body-section {
  padding: 32px 0 64px 0;
}
.box-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.white-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 35px 25px 35px 25px;
  height: 100%;
}
.white-box .content-icon {
  width: 112px;
  height: 112px;
  position: absolute;
  top: -50px;
}
.content-button {
  background: linear-gradient(to right, #012c63, #8347ad);
  min-width: 212px;
  height: 45px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-family: "Arial_Bold";
  text-align: center;
  padding: 12px 0;
  border-radius: 100px;
  border: none;
  width: auto;
}
.content-button:focus,
.content-button:hover {
  color: #ffffff;
}

.white-page-content-bg {
  background: #ffffff;
  padding: 64px 96px;
}
.top-rounded-border {
  border-radius: 20px 20px 0 0;
}
.bottom-rounded-border {
  border-radius: 0px 0px 20px 20px;
}
.top-bottom-rounded-border {
  border-radius: 20px 20px 20px 20px;
}

.blue-page-content-bg {
  background: #edf5fa;
  padding: 40px 96px;
}
.box-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.box-2-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.font-49-bold {
  font-family: "Arial_Bold";
  font-size: 49px;
  line-height: 56px;
}
.font-78-bold {
  font-family: "Arial_Bold";
  font-size: 78px;
  line-height: 91px;
}
.font-22-unit {
  font-size: 22px;
  line-height: 26px;
  margin-top: 15px;
}
.v-line {
  width: 1px;
  background: #012c63;
  text-align: center;
  margin: 0 auto;
}
.display-grid {
  display: grid;
}
.white-content-bg {
  background: #ffffff;
  padding: 50px 100px 45px 100px;
}
.align-items-baseline {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.align-items-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.gray-bg-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  background: #f2f2f2;
  border-radius: 8px;
  height: 100%;
}

.purple-border {
  width: 200px;
  height: 4px;
  background: #8347ad;
  margin: 40px auto;
}
.callout-text {
  font-family: "Arial_Italic";
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.callout-text.min-width {
  min-width: max-content;
}
.callout-text-bold {
  font-family: "Arial_Bold_Italic";
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
.box-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.regular-button {
  background: linear-gradient(to right, #012c63, #8347ad);
  width: max-content;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-family: "Arial_Bold";
  text-align: center;
  padding: 15px;
  border-radius: 100px;
  display: inline-flex;
}
.regular-button:focus,
.regular-button:hover {
  color: #ffffff;
}

.img-title {
  width: 100%;
  height: 50px;
  padding: 16px 0;
  text-align: center;
}
.img-label {
  position: absolute;
  font-family: "Arial_Regular";
  font-size: 14px;
  line-height: 18px;
  top: 15px;
  margin-bottom: 0;
}
.img-1-label-1 {
  left: 10%;
}
.img-1-label-2 {
  left: 45%;
}
.img-1-label-3 {
  left: 73%;
}
.img-2-label-1 {
  left: 55%;
}
.dark-gray-bg {
  background: #414042;
}
.dark-blue-bg {
  background: #012c63;
}
.img-box-gray:before {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3px solid #414042;
  border-top: 3px solid #414042;
  z-index: 1;
}
.img-box-blue:before {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3px solid #012c63;
  border-top: 3px solid #012c63;
  z-index: 1;
}
.img-box-purple:before {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  border-left: 3px solid #8347ad;
  border-top: 3px solid #8347ad;
  z-index: 1;
}
.img-box {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 30px 30px rgba(1, 44, 99, 0.15);
  border-radius: 0px 0px 10px 10px;
  position: relative;
  padding: 20px;
}
.img-box-purple {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.light-gray-bg {
  width: 100%;
  height: auto;
  background-color: rgba(233, 235, 238, 0.7) !important;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  padding: 20px;
}
.img-box img {
  width: 100%;
}
.img-box-span-text {
  text-align: left;
}
.h-30 {
  height: 30px;
  width: auto !important;
  margin: 5px 0;
}

.brightcove.section {
  display: block !important;
}
.brightcovePlayer--overlay video-js {
  /* width: 100%; */
}
.videoPlayerImage {
  width: 100%;
  height: 100%;
}
.brightcovePlayer video-js {
  /*  width: 100%;  height: 600px; */
}

.cmp-tabs {
  font-family: "Arial_Regular";
}
.cmp-tabs .nav-tabs {
  border-bottom: 0;
  justify-content: space-between;
}
.cmp-tabs .nav-tabs .nav-item {
  margin-right: 0.5%;
  background: #ffffff;
  width: 24.5%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  height: 75px;
  margin-bottom: 0px;
}

#druginteractions .cmp-tabs .nav-tabs .nav-item {
  margin-right: 0.5%;
  background: #ffffff;
  width: 49.5%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  height: 75px;
  margin-bottom: -10px;
}
#efficacy-results .cmp-tabs .nav-tabs .nav-item {
  margin-right: 0.5%;
  background: #ffffff;
  width: 16%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  height: 75px;
  margin-bottom: -10px;
}
#druginteractions .cmp-tabs .nav-tabs .nav-item {
  margin-right: 0.5%;
  background: #ffffff;
  width: 49.5%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  height: 75px;
  margin-bottom: -10px;
}
#safety .cmp-tabs .nav-tabs .nav-item {
  margin-right: 0.5%;
  background: #ffffff;
  width: 32.5%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  height: 75px;
  margin-bottom: -10px;
} /* jira CAC-7 */
.cmp-tabs .nav-tabs .nav-item:last-child {
  margin-right: 0 !important;
}
a.nav-link.tab-link {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cmp-tabs .nav-tabs .nav-item a.nav-link {
  border-color: transparent;
  border-bottom: 0;
  background: linear-gradient(#8347ad, #422457);
  font-size: 16px;
  line-height: 18px;
  font-family: "Arial_Bold";
  color: #fff;
  height: 100%;
  border-radius: 10px 10px 0 0;
  border: 0;
  padding: 0 10px 0px 10px;
}
.cmp-tabs .nav-tabs .nav-item a.nav-link {
  border-color: transparent;
}
.cmp-tabs .nav-tabs .nav-item a.nav-link.active {
  border-bottom: 1px solid #fff;
  background: #ffffff;
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  font-family: "Arial_Bold";
  color: #012c63;
}
.cmp-tabs .tab-pane {
  border: 0;
  border-top: 0;
  top: 0px;
  position: relative;
  border-radius: 0;
  padding: 0;
}
.tab-section {
  padding: 0 0 64px 0;
}

.efficacy-page-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Arial_Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #012c63;
  text-transform: uppercase;
}
.efficacy-page-heading:before,
.efficacy-page-heading:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #012c63;
}
.efficacy-page-heading span {
  padding: 0 24px;
}
.efficacy-tab-section-heading {
  background: linear-gradient(to right, #012c63, #8347ad);
  padding: 8px 12px;
  margin-bottom: 32px;
  width: max-content;
  border-radius: 4px;
}

.font-size-78 {
  font-family: "Arial_Bold";
  font-size: 78px;
  line-height: 91px;
  display: flex;
  align-items: start;
  margin-right: 8px;
  margin-bottom: 0;
}
.font-size-78 span {
  font-size: 22px;
  line-height: 26px;
  margin-top: 15px;
}
.img-box-purple-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.img-box-purple-list:before {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  border-left: 3px solid #8347ad;
  border-top: 3px solid #8347ad;
  z-index: 1;
}

.keypoint-table {
  margin-bottom: 0px;
}
.keypoint-table tr,
.keypoint-table td {
  border: 0;
}
.keypoint-table td {
  width: 33%;
}
.ice-blue-bg-50 {
  background: rgba(185, 217, 235, 0.5);
}
.ice-blue-bg-25 {
  background: rgba(185, 217, 235, 0.25);
}

.thumbnail {
  width: 276px;
  height: 165px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  margin-top: 64px;
  padding: 0 20px;
}
/* .thumbnail-img{width:auto; max-width:100%; height:auto; max-height:165px;} */
.thumbnail-img-opacity-7 {
  opacity: 0.7;
}
.placebo {
  color: #7d8084;
}
.content-button-disabled {
  background: #7d8084;
  width: 250px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "Arial_Bold";
  text-align: center;
  padding: 15px 0;
  border-radius: 100px;
  border: none;
}
.content-button-disabled:focus,
.content-button-disabled:hover {
  color: #ffffff;
}

.contact-detail {
  display: flex;
}
.rep-pic {
  height: 290px;
  width: 290px;
  background: #7d8084;
}
.rep-pic img {
  height: 290px;
  width: auto;
}
.rep-name {
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}
.rep-field {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}

div#externalLink {
  position: absolute;
}
#externalLink .modal-dialog {
  max-width: 900px; /*  margin:3rem auto;  */
  margin: 0;
  position: fixed;
  top: 50%;
  left: 40%;
  transform: translate(-35%, -50%) !important;
}
#externalLink.modal button.close {
  background: 0;
  height: 0;
  width: 0px;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 30px;
}
#externalLink .modal-content {
  border-radius: 20px;
}
#externalLink.modal .modal-content .overlay-wrapper {
  padding: 80px 157px;
  text-align: center;
}
#externalLink .cross-close {
  position: absolute;
  right: 0px;
}
#externalLink .modal-header {
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  padding: 0;
}
#externalLink.modal .modal-content .overlay-wrapper .modal-button {
  display: flex;
  text-align: center;
  justify-content: center;
}
#externalLink .first-button {
  display: none;
}
#externalLink.modal .modal-content .overlay-wrapper .modal-button .last-button {
  background: linear-gradient(to right, #012c63, #8347ad);
  width: 270px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-family: "Arial_Bold";
  text-align: center;
  padding: 15px 0;
  border-radius: 100px;
  border: none;
}
#externalLink.modal
  .modal-content
  .overlay-wrapper
  .modal-button
  .last-button
  a {
  color: #ffffff;
}
#externalLink .last-button a:focus,
.last-button a:hover {
  color: #ffffff;
  border: 0;
  outline: 0;
}
.modal-backdrop.show {
  opacity: 0.7;
}
#exampleModal .modal-header {
  border-bottom: 0;
  padding: 0 1rem 1rem 1rem;
}
#exampleModal.modal button.close {
  right: 24px;
  top: 20px;
  height: 30px;
}

.modal#genericLightbox {
  padding: 0 15px;
  height: 80vh;
  margin: auto;
  border-radius: 20px;
  overflow-y: auto;
}
.modal-section {
  overflow-y: auto;
  height: 80vh;
  border-radius: 20px;
  background: #ffffff;
}
.modal-section-inner {
  padding: 98px 77px;
}
.modal-section::-webkit-scrollbar,
.modal-section::-webkit-scrollbar-thumb {
  width: 0px;
  border-radius: 10px;
  background-clip: padding-box; /* border: 5px solid transparent;  */
}
.modal-section::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal#genericLightbox .cross-close {
  position: absolute;
  right: 40px;
  top: 20px;
}

.modal#imgzoom {
  position: absolute;
  z-index: 1099;
}
#imgzoom .modal-dialog {
  max-width: 100%; /*  margin:3rem auto;  */
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
#imgzoom .modal-dialog .modal-content {
  overflow-x: auto;
}
#imgzoom .modal-dialog .modal-content img.img-responsive {
  padding-top: 35px;
  width: fit-content;
  height: 80vh;
}
#imgzoom.modal button.close {
  position: fixed;
  right: 5px;
  top: 5px;
  opacity: 1;
}
/* @media (min-width: 769px){.desktop-only{display:block;}.mobile-only{display:none;}}
@media (max-width: 500px){.body-section-bg{margin-top: 214px;}}
@media (max-width: 575px){.container {max-width: 100%;} }
@media (min-width: 576px) and (max-width:768px){.container {max-width: 540px;} .dosing-banner-img-mob {height:400px;} 	.cmp-bgimage .mobile-img-container{height:400px;}button.btn.btn-link.collapsed {padding-right: 15%;}}
@media (min-width: 769px) and (max-width:991px){
	.container {max-width: 720px;}
	.desktop-only{display:block;}
	.mobile-only{display:none;}
}
*/
.desk-flex {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
    padding: 0px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  .offset-1,
  .offset-2 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-family: "Arial_Bold";
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  .sub-header {
    font-family: "Arial_Regular";
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 0;
  }
  .sub-header-bold {
    font-family: "Arial_Bold";
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
  }
  h2,
  .heading-2 {
    font-family: "Arial_Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
  }
  h3,
  .heading-3 {
    font-family: "Arial_Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
  }
  .font-12-reg {
    font-family: "Arial_Regular";
    font-size: 12px;
    line-height: 14px;
  }
  .font-12-bold {
    font-family: "Arial_Bold";
    font-size: 12px;
    line-height: 14px;
  }
  .font-14-reg {
    font-family: "Arial_Regular";
    font-size: 14px;
    line-height: 17px;
  }
  .font-14-bold {
    font-family: "Arial_Bold";
    font-size: 14px;
    line-height: 17px;
  }
  .font-16-reg {
    font-family: "Arial_Regular";
    font-size: 16px;
    line-height: 20px;
  }
  .font-16-bold {
    font-family: "Arial_Bold";
    font-size: 16px;
    line-height: 20px;
  }
  .font-18-reg {
    font-family: "Arial_Regular";
    font-size: 14px;
    line-height: 16px;
  }
  .font-18-bold {
    font-family: "Arial_Bold";
    font-size: 14px;
    line-height: 16px;
  }
  .font-20-reg {
    font-family: "Arial_Regular";
    font-size: 16px;
    line-height: 18px;
  }
  .font-20-bold {
    font-family: "Arial_Bold";
    font-size: 16px;
    line-height: 18px;
  }
  p {
    margin-bottom: 0.5rem;
  }
  p.mb-0 {
    margin-bottom: 0;
  }

  /*========== Header ===============*/
  #navbarSupportedContent {
    position: absolute !important;
    top: 85px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 9;
    background: #012c63;
    width: 100%;
    left: 0px;
    min-height: 700px;
  }
  .topHeader {
    padding: 10px 15px 24px 15px;
  }
  header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 5;
    box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.1);
  }
  .topHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .topHeader p {
    margin-bottom: 0px;
    color: #012c63;
    line-height: 15px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  .topHeader p.italic {
    font-family: "Arial_Italic";
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 24px;
  }
  .topHeader p .bold {
    font-family: "Arial_Bold";
    font-weight: 400;
    font-size: 14px;
  }
  .topHeader p .regular {
    font-family: "Arial_Regular";
    font-weight: 400;
    font-size: 14px;
  }
  .topHeader p a,
  .topHeader p a:focus,
  .topHeader p a:hover {
    color: #012c63;
  }
  .topHeader p .link-divider {
    padding: 0 21px;
  }
  .navbar {
    padding: 0.5rem 0rem;
  }

  .topNav nav {
    margin-top: 0px;
    width: 100%;
    max-width: 100% !important;
    position: initial;
  }
  .navSec p {
    font-size: 17px;
    color: #8c000f;
    font-family: "BMSHumanity-Bold";
    margin-top: 10px;
  }
  .navSec img {
    max-height: 45px;
  }
  .profileSec {
    position: absolute;
    right: 70px;
    margin-top: 5px;
    height: 40px;
    width: 40px;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    border: none;
    padding: 0px;
  }
  button.navbar-toggler.collapsed .navbar-toggler-icon {
    background: url("/content/dam/commercial/apac/camzyos-au/en/images/menu.svg")
      no-repeat;
    margin-top: -5px;
    width: 50px;
    height: 50px;
  }
  button.navbar-toggler .navbar-toggler-icon {
    background: url("/content/dam/commercial/apac/camzyos-au/en/images/menu.svg")
      no-repeat;
    margin-top: -5px;
    width: 50px;
    height: 50px;
  }
  .topNavWrapper {
    min-height: 115px;
  }
  .topNav .navbar-nav {
    padding-left: 5px;
    margin-left: 0px;
    padding-top: 20px;
  }
  .newNavTopBar {
    background: #012c63;
    padding: 40px 32px 0 32px;
  }
  .topNav .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-family: "Arial_Bold";
    border-bottom: 0px; /* 1px solid #EEE7E7  color: #ffffff;*/
    padding: 17px 32px;
  }
  .navbar-nav .nav-item.dropdown a.nav-link::after {
    content: "";
    display: inline-block;
    border: solid;
    border-color: #fff;
    border-width: 2px 0 0 2px;
    padding: 2.5px;
    transform: rotate(135deg);
    float: right;
    margin: 9px 10px 0 0;
    cursor: pointer;
  }
  .dropdown-item {
    font-weight: normal;
    padding: 17px 20px;
    color: #ffffff;
    text-align: left;
    border-bottom: 0px; /* 2px solid #EEE7E7 */
  }
  .dropdown-menu.show .dropdown-item:last-child {
    /* border-bottom: 2px solid #EEE7E7; */
  }
  .dropdown-menu {
    background-color: #fff;
  }
  .navbar-nav.hideOuterNav {
    transform: translateX(-101%);
  }
  .dropdown-menu.activeNavMenu {
    display: block !important;
    transform: translateX(101%);
    position: fixed;
    top: 0px;
    right: 0;
    transition: transform ease-in-out 0.2s;
    will-change: transform;
    width: 100%;
    left: 0px;
  }
  #navbarSupportedContent li:last-child {
    margin: unset;
  }
  span.arrow-left {
    display: inline-block;
    border: solid;
    border-color: #fff;
    border-width: 2px 0 0 2px;
    padding: 2.5px;
    transform: rotate(315deg);
    float: left;
    margin: 10px 10px 0 0;
    cursor: pointer;
  }
  .backBtn {
    background: #012c63;
    padding: 5px 17px 17px 17px;
    margin-left: -15px;
    margin-right: -20px;
    color: #ffffff;
  }
  .newNav-top-text,
  .dropdown-item.mainHead {
    font-family: "Arial_Bold";
    pointer-events: none;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    border-left: none;
    color: #ffffff;
    background: transparent;
  }
  .dropdown-item.menu-active {
    border-left: none;
    color: #ffffff;
    background: transparent;
  }
  /*========== Footer ===============*/
  .footer {
    background: #012c63;
  }
  .footer-inner {
    padding: 38px 0 0px 0;
  }
  .footer-inner-section {
    display: flex;
    flex-direction: column;
  }
  .footer-inner-section .left-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-inner-section .left-footer {
    width: 100%;
  }
  .footer-inner-section .right-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }
  .footer-inner-section .right-footer .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
  }
  .bms-logo {
    width: 222px;
  }
  .footer-inner .dep-code {
    color: #ffffff;
    font-family: "Arial_Regular";
    font-size: 14px;
    line-height: 17px;
  }
  .right-footer a,
  .right-footer a:focus {
    color: #ffffff;
    font-family: "Arial_Regular";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 26px;
  }
  .right-footer span.divider {
    display: none;
  }
  .bg-lighter-blue {
    background-color: transparent;
  }
  footer .pb-5,
  footer .py-5 {
    padding-bottom: 0 !important;
  }
  footer .pt-5,
  footer .py-5 {
    padding-top: 0 !important;
  }
  footer.my-4 {
    margin-bottom: 0 !important;
  }
  footer.my-4 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .bg-light-blue {
    display: none;
  }

  .reference-section-note .font-18-bold,
  .reference-section .font-18-reg {
    font-size: 18px;
    line-height: 22px;
  }
  /*========== Home Page ===============*/
  /* .body-section-bg{background: linear-gradient(189.63deg, #B9D9EB 33.08%, #DCECF5 92.75%); margin-top:130px;} */
  .body-section-bg {
    /* padding-top: 130px; */
    background-image: linear-gradient(189.63deg, #b9d9eb 33.08%, #dcecf5 92.75%),
      url(/content/dam/commercial/apac/camzyos-au/en/images/bg-gradient.png),
      linear-gradient(190deg, #b9d9eb 33.08%, #dcecf5 92.75%);
    background-blend-mode: multiply, screen;
    background-size: cover;
    background-position: left;
    background-repeat: repeat, no-repeat; /*margin-top: 200px;*/ /*cac-8*/
  }
  .body-header {
    padding: 130px 0 32px 0;
  }
  .mb-88m {
    margin-bottom: 88px;
  }
  .mb-40m {
    margin-bottom: 40px;
  }
  .white-page-content-bg {
    background: #ffffff;
    padding: 40px 20px;
  }
  .top-rounded-border {
    border-radius: 12px 12px 0 0 !important;
  }
  .bottom-rounded-border {
    border-radius: 0px 0px 12px 12px;
  }
  .top-bottom-rounded-border {
    border-radius: 12px;
  }
  .content-button {
    margin-top: 20px;
  }
  .blue-page-content-bg {
    background: #edf5fa;
    padding: 40px 20px;
  }
  .box-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .box-2-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box-4.justify-content-between,
  .box-4 .box-3,
  .box-4 .box-3 p {
    display: block;
    width: 100%;
  }
  .mob.white-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-radius: 0px;
    padding: 0;
  }
  .font-49-bold {
    font-family: "Arial_Bold";
    font-size: 35px;
    line-height: 40px;
  }
  .font-78-bold {
    font-family: "Arial_Bold";
    font-size: 55px;
    line-height: 63px;
  }
  p.coulmn-mb,
  .column-mb {
    display: flex;
    flex-direction: column;
  }
  .column-mb.align-items-end {
    align-items: center !important;
  }
  .font-22-unit {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0px;
  }
  .v-line {
    height: 1px;
    width: 100%;
    background: #012c63;
    text-align: center;
    margin: 0 auto;
  }
  .purple-border {
    width: 100%;
    height: 4px;
    background: #8347ad;
    margin: 40px auto;
  }
  .callout-text {
    font-family: "Arial_Italic";
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
  }
  .callout-text.min-width {
    min-width: fit-content;
  }
  .callout-text-bold {
    font-family: "Arial_Bold_Italic";
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
  }
  .my-80 {
    margin: auto 10px;
  }
  .mb-24-mb {
    margin-bottom: 24px;
  }
  .mb-64-mb {
    margin-bottom: 64px;
  }
  li.w-25 {
    width: 100% !important;
  }
  .img-title {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    text-align: left;
  }
  .img-label {
    top: 5px;
    margin-bottom: 0;
  }
  .img-1-label-1 {
    left: 10%;
  }
  .img-1-label-2 {
    left: 40%;
  }
  .img-1-label-3 {
    left: 70%;
  }
  .img-2-label-1 {
    left: 35%;
  }
  .text-center-left-mb {
    text-align: left !important;
  }

  .brightcovePlayer video-js {
    width: 300px;
    height: 180px;
  }

  .tab-name {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.015em;
    text-align: left;
    color: #8347ad;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .tab-name-double-line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .tab-name-double-line img {
    padding-bottom: 20px;
  }
  .efficacy-tab-section-heading {
    width: unset;
    text-transform: uppercase;
  }
  .expand-view-mb {
    float: right;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: right;
    color: #8347ad !important;
  }

  /*========== cmp Tabs ===============*/
  .accordion-mobile {
    display: none;
  }
  .cmp-tabs {
    display: block !important;
  }
  .tabs-list.nav {
    flex-wrap: nowrap;
  }
  .cmp-tabs .nav-tabs {
    border-bottom: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    overflow: scroll;
  }
  .cmp-tabs .nav-tabs .nav-item,
  #druginteractions .cmp-tabs .nav-tabs .nav-item,
  #efficacy-results .cmp-tabs .nav-tabs .nav-item,
  #safety .cmp-tabs .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
    width: auto;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    background: linear-gradient(#8347ad, #422457);
    min-width: 275px;
  }
  .cmp-tabs .nav-tabs .nav-item:last-child {
    margin-right: 10px !important;
  }
  .cmp-tabs .nav-tabs .nav-item a.nav-link {
    border-radius: 10px;
    padding: 0 10px;
  }
  .cmp-tabs a.nav-link.tab-link {
    align-items: center;
  }
  .cmp-tabs .nav-tabs .nav-item a.nav-link.active {
    background: #ffffff;
    color: #012c63;
    border: 0;
  }
  .cmp-tabs .nav-tabs .nav-item a.nav-link {
    background: transparent;
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  .cmp-tabs .tab-content-div.tab-pane {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .cmp-tabs .tab-content-div.tab-pane:last-child {
    margin-bottom: 50px;
  }
  .tab-content-div .white-page-content-bg {
    border-radius: 10px;
  }
  .cmp-tabs .tab-content-div.tab-pane:last-child .white-page-content-bg {
    border-radius: 10px;
  }
  .tab-content-div .white-page-content-bg {
    border-radius: 10px;
  }
  .tab-content-wrapper.tab-content {
    display: block !important;
    margin-top: 24px;
  }

  .rep-pic {
    height: 148px;
    width: 100%;
    background: #7d8084;
  }
  .rep-pic img {
    height: 148px;
    width: auto;
  }
  .rep-name {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
  }
  .rep-field {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
  }

  /*========== Modal Page ===============*/
  #externalLink .modal-dialog {
    max-width: 100%;
    margin: 0 15px;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%) !important;
    right: 0px;
  }
  #externalLink.modal .modal-content .overlay-wrapper {
    padding: 48px 20px 40px 20px;
  }
  .modal-section-inner {
    padding: 40px 20px;
  }
  .modal#genericLightbox .cross-close {
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .desk-flex {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topNav nav {
    height: 100%;
  } /* 65% */
  .navLogo {
    max-width: 30%;
  }
  /* .navLogo p{ font-size: 17px;} */
  .topNavWrapper {
    min-height: 110px;
  }
  .topNav .navbar-nav {
    margin-left: 0px;
    padding: 0px /* 40px 32px 0 32px */;
  }
  .navbar {
    padding-top: 0px;
  }
  .topNav .navbar-light .navbar-nav .nav-link {
    padding: 5px;
    height: 77px;
    font-size: 14px;
  }
  .navbar-nav .nav-item.dropdown a.nav-link::after {
    float: none;
  }
  ul.navbar-nav.desk-nav {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .dropdown-menu {
    left: -20%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .topNav nav {
    height: 100%;
  } /* 65% */
  .navLogo {
    max-width: 35%;
  }
  /* .navLogo p{ font-size: 17px;} */
  .topNavWrapper {
    min-height: 80px;
  }
  .topNav .navbar-nav {
    margin-left: 0px;
    padding: 0px /* 40px 32px 0 32px */;
  }
  .navbar {
    padding-top: 0px;
  }
  .topNav .navbar-light .navbar-nav .nav-link {
    padding: 0px;
    height: 56px;
    font-size: 14px;
  }
  ul.navbar-nav.desk-nav {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .dropdown-menu {
    left: 0%;
    top: 50px;
  }
}

/*=================== Gigya =================== */
.gy-ui-screen-set {
  width: 100%;
  padding-top: 80px;
}
.gy-ui-screen-set {
  min-height: 500px;
}
#gigya-login-screen
  .gigya-layout-row.with-divider
  .gigya-layout-cell.with-social-login {
  width: 100%;
  display: none;
}
.gigya-screen-content.gigya-locale-en {
  max-width: 100% !important;
  width: 100% !important;
  display: flex;
}
#gigya-login-screen .gigya-screen-content.gigya-locale-en {
  width: 100%;
}
.gigya-screen.landscape
  .gigya-layout-row.with-divider
  > .gigya-layout-cell.with-divider {
  margin-top: 41px;
  width: 0;
  background-repeat: repeat-y;
}
.gigya-screen.landscape
  .gigya-layout-row.with-divider
  > .gigya-layout-cell.with-social-login,
.gigya-screen.landscape
  .gigya-layout-row.with-divider
  > .gigya-layout-cell.with-site-login {
  min-width: 0;
  width: 50%;
}
.gigya-screen.portrait.mobile h2,
.gigya-screen .gigya-composite-control.gigya-composite-control-header {
  font-family: "Arial_Bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding: 16px;
  padding-left: 0;
  border-bottom: 1px solid #7d8084;
}
.gigya-screen .gigya-composite-control.gigya-composite-control-label {
  font-family: "Arial_Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #012c63;
  padding-top: 32px;
}
.gigya-screen a,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-phone-code-resend,
.gigya-screen a:visited,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-phone-code-resend:visited,
.gigya-screen a:link,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-phone-code-resend:link,
.gigya-screen a:active,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-phone-code-resend:active,
.gigya-screen.portrait.mobile a {
  font-family: "Arial_Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8347ad;
  text-decoration: underline;
}
.gigya-screen input[type="submit"],
.gigya-screen input[type="button"] {
  background: linear-gradient(to right, #012c63, #8347ad);
  color: #fff;
  border-radius: 66px;
  font-size: 16px;
}
.gigya-screen a.gigya-button:hover,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gigya-button.gig-tfa-phone-code-resend:hover,
.gigya-screen input[type="button"]:hover,
.gigya-screen a.gigya-button:active,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gigya-button.gig-tfa-phone-code-resend:active,
.gigya-screen input[type="button"]:active,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-button-container
  .gig-tfa-button:active,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-button-container
  .gig-tfa-button-submit:active,
.gigya-screen input[type="submit"]:active,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-phone-edit-link:active,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-button-container
  .gig-tfa-button:hover,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-button-container
  .gig-tfa-button-submit:hover,
.gigya-screen input[type="submit"]:hover,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gig-tfa-phone-edit-link:hover {
  background: linear-gradient(to right, #012c63, #8347ad);
  color: #fff;
}
#gigya-forgot-password-screen.gigya-screen.portrait,
#gigya-forgot-password-success-screen.gigya-screen.portrait,
#gigya-password-change-required-screen.gigya-screen.portrait {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
}
#gigya-forgot-password-screen.gigya-screen input[type="text"],
#gigya-forgot-password-success-screen.gigya-screen input[type="text"],
#gigya-password-change-required-screen.gigya-screen input[type="password"] {
  width: 50%;
}
#gigya-forgot-password-success-screen
  .gigya-composite-control.gigya-composite-control-label.main-text.gigya-message.footnote {
  padding-top: 0px;
  padding-bottom: 24px;
}
#gigya-forgot-password-success-screen
  .gigya-composite-control.gigya-composite-control-link.button,
#gigya-password-change-required-screen
  .gigya-composite-control.gigya-composite-control-submit {
  width: 200px;
  float: left;
}
.resetPassword.content {
  min-height: 550px;
}
.gigya-composite-control.gigya-composite-control-label.sub-text.mid-section {
  font-family: "Arial_Bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 17px;
  color: #012c63;
  border-top: 1px solid #7d8084;
  width: 100%;
}
.gigya-label .gigya-label-text {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #012c63;
}
.gigya-screen select {
  border-radius: 8px;
  padding: 0 10px;
}
.gigya-screen.landscape
  .gigya-layout-row.with-divider
  > .gigya-layout-cell.with-social-login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#gigya-register-screen
  .gigya-layout-row.with-divider
  .gigya-composite-control.gigya-composite-control-submit {
  float: left;
  width: 100%;
  padding-top: 0;
}
.gigya-layout-cell .gigya-layout-row:nth-child(3) {
  display: none;
}
.gigya-screen .gigya-layout-row {
  width: 100%;
}
.gigya-screen.portrait
  .gigya-layout-row.with-divider
  > .gigya-layout-cell.with-divider {
  display: none;
}
.profile-tab-options {
  padding-top: 74px;
}
ul.profiletabssty.profile-tabs {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  list-style: none;
}
li.profile-tab-item {
  margin-right: 0.5%;
  background: transparent;
  width: 24.5%;
  text-align: center;
  border-radius: 12px;
  height: 42px;
  margin-bottom: 10px;
}
.profile-tab-item a {
  border-color: transparent;
  border-bottom: 0;
  background: linear-gradient(#8347ad, #422457);
  font-size: 16px;
  line-height: 18px;
  font-family: "Arial_Bold";
  color: #fff;
  height: 100%;
  border-radius: 12px;
  border: 0;
  padding: 0 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-tab-item a.active {
  border-bottom: 0;
  background: #ffffff;
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  font-family: "Arial_Bold";
  color: #012c63;
}
#gigya-update-profile-screen {
  width: 60%;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
#my-details-tab-content .gy-ui-screen-set,
#password-tab-content .gy-ui-screen-set {
  padding-top: 0px;
}
.gigya-composite-control.gigya-composite-control-label.sub-text.mid-section.two,
#password-tab-content
  .gigya-composite-control.gigya-composite-control-label.sub-text.mid-section {
  padding-bottom: 24px;
}
.second-cell {
  display: none;
}
#my-details-tab-content .gigya-screen select,
#my-details-tab-content .gigya-screen input[type="text"],
#password-tab-content .gigya-screen input[type="text"] {
  width: 70%;
}
#my-details-tab-content .gigya-screen input[type="submit"] {
  width: 200px;
}
#my-details-tab-content
  .gigya-composite-control.gigya-composite-control-submit.right-content.savechangesBtn,
#password-tab-content
  .gigya-composite-control.gigya-composite-control-submit.right-content.savechangesBtn {
  display: inherit;
  width: 200px;
  float: inline-start;
  position: absolute;
}
#password-tab-content .gigya-composite-control.gigya-composite-control-label,
#my-details-tab-content
  .gigya-composite-control.gigya-composite-control-label.cancelBtn {
  padding-top: 15px;
}
#password-tab-content
  .gigya-screen
  .gigya-composite-control.gigya-composite-control-label
  a.cancelbtn,
#my-details-tab-content
  .gigya-screen
  .gigya-composite-control.gigya-composite-control-label
  a.cancelbtn {
  display: flex;
  font-family: "Arial_Regular";
  font-size: 18px;
  margin-left: 0px;
  margin-top: 0px;
  text-decoration: underline;
  color: #8347ad;
  float: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: 300px;
}
select#screen {
  display: none;
}
.gigya-screen select,
.gigya-screen input[type="text"],
.gigya-screen input[type="password"],
.gigya-screen input[type="email"],
.gigya-screen a.gigya-button,
.gigya-screen.portrait
  div.gigya-tfa
  .gig-tfa-container
  .gigya-button.gig-tfa-phone-code-resend,
.gigya-screen textarea {
  border-radius: 1px;
}
.zip-code {
  margin-bottom: 32px;
}
#reset-pwd-cnf {
  width: 60%;
  margin: 0 auto;
  padding-top: 80px;
  min-height: 500px;
}
#reset-pwd-cnf h1 {
  font-family: "Arial_Bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding: 16px;
  padding-left: 0;
  border-bottom: 1px solid #7d8084;
}
#reset-pwd-cnf h4 {
  font-family: "Arial_Bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
#reset-pwd-cnf p {
  font-family: "Arial_Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 24px;
}
#reset-pwd-cnf .login-link {
  background: linear-gradient(to right, #012c63, #8347ad);
  color: #fff;
  width: 200px;
  height: 43px;
  border-radius: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reset-pwd-cnf .login-link:hover,
#reset-pwd-cnf .login-link:focus {
  color: #ffffff;
}
.gigya-screen *.gigya-error-msg {
  text-align: left;
}

@media (max-width: 767px) {
  .gigya-login-form,
  .gigya-reset-password-form,
  .gigya-register-form,
  #gigya-forgot-password-success-screen,
  .gigya-resend-verification-code-form {
    padding: 0 15px;
  }
  .gigya-login-form
    .gigya-composite-control.gigya-composite-control-link.screen-link {
    text-align: right !important;
  }
  .gigya-register-form div#register-social-login {
    display: flex;
  }
  .gy-ui-screen-set {
    padding-top: 50px;
  }
  .gigya-screen .gigya-layout-cell {
    min-width: 100%;
  }
  .gigya-screen .gigya-layout-cell a {
    text-align: center !important;
  }
  ul.profiletabssty.profile-tabs {
    padding-left: 0px;
    overflow-y: auto;
  }
  li.profile-tab-item {
    margin-right: 10px;
    min-width: 275px;
  }
  .gigya-screen {
    width: 100%;
    display: block;
  }
  .loadscreenset.container.section {
    padding-left: 0px;
    padding-right: 0px;
  }
  #gigya-update-profile-screen {
    width: 100%;
    display: block;
  }
  .gigya-screen.portrait.mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  #my-details-tab-content .gigya-screen select,
  #my-details-tab-content .gigya-screen input[type="text"],
  #password-tab-content .gigya-screen input[type="text"] {
    width: 100%;
  }
  #password-tab-content
    .gigya-screen
    .gigya-composite-control.gigya-composite-control-label
    a.cancelbtn,
  #my-details-tab-content
    .gigya-screen
    .gigya-composite-control.gigya-composite-control-label
    a.cancelbtn {
    padding-left: 250px;
  }
  .gigya-layout-row.second-row
    .gigya-composite-control.gigya-composite-control-textbox.password
    label
    span.gigya-label-text {
    margin-top: 100px;
  }
  #gigya-forgot-password-screen
    .gigya-composite-control.gigya-composite-control-submit,
  #gigya-forgot-password-screen
    a.gigya-composite-control.gigya-composite-control-link.gigya-footer.login-link,
  #gigya-reset-password-form
    .gigya-composite-control.gigya-composite-control-submit,
  .gigya-resend-verification-code-form
    a.gigya-composite-control.gigya-composite-control-link.login-link,
  #gigya-reset-password-form
    a.gigya-composite-control.gigya-composite-control-link.gigya-footer.login-link {
    text-align: right;
  }
  .gigya-screen.portrait.mobile .sub-title-text,
  .gigya-screen.portrait.mobile .gigya-message {
    font: 16px;
  }
  #gigya-forgot-password-success-screen
    .gigya-composite-control.gigya-composite-control-link.button {
    float: right;
  }
  #gigya-forgot-password-success-screen
    .gigya-composite-control.gigya-composite-control-header {
    padding-bottom: 20px;
  }
  #gigya-forgot-password-screen.gigya-screen.portrait,
  #gigya-forgot-password-success-screen.gigya-screen.portrait,
  #gigya-password-change-required-screen.gigya-screen.portrait {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #gigya-forgot-password-screen.gigya-screen input[type="text"],
  #gigya-forgot-password-success-screen.gigya-screen input[type="text"],
  #gigya-password-change-required-screen.gigya-screen input[type="password"] {
    width: 100%;
  }
  #reset-pwd-cnf {
    width: 100%;
  }
}

/* ---------------------- Video Chapterization ----------------------*/
#video-section .white-page-content-bg {
  margin-bottom: 64px;
}
.video-bar-1 li a:hover,
.video-bar-1 li a:focus,
.video-bar-1 li a:active {
  color: #8347ad;
}
.video-bar-1 li::marker {
  font-size: 20px;
  font-family: "Arial_Bold";
  font-weight: 400;
  line-height: 32px;
}
.video-block {
  width: 100%;
}
.playbtn {
  width: 95px;
  height: 93px;
  position: absolute;
  border-radius: 50%;
  background: #0f172a;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.playbtn:hover {
  background: #8347ad;
}
.playbtn:after {
  content: "";
  border-left: 24px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 0px solid transparent;
  position: relative;
  display: inline-block;
  top: 30px;
  left: 43px;
}
.videoContainer {
  max-width: 960px;
  margin: 30px auto 0;
  position: relative;
}
.videoContainer .vjs-title-bar {
  display: none;
}

.commonClass {
  display: block;
}
.active .videoObjCode {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-js {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.brightcove.section {
  display: block !important;
}
@media (max-width: 767px) {
  .playbtn {
    width: 32px;
    height: 31px;
    position: absolute;
    border-radius: 50%;
    background: #0f172a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .playbtn:after {
    content: "";
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0px solid transparent;
    position: relative;
    display: inline-block;
    top: 2px;
    left: 13px;
  }
  .video-bar-1 li::marker {
    font-size: 16px;
    font-family: "Arial_Bold";
    font-weight: 400;
    line-height: 18px;
  }
}
/* ---------------------- Video Chapterization ----------------------*/
/* a:focus{outline: 2px solid #000 !important;} */
.cmp-cta-tile .cmp-cta-desc-wrapper .cmp-cta-description a:focus {
  /* border: 1px solid #000; */
}
button:focus {
  /* border: 1px solid #000 !important; */
}

button.close.transformer-modal-close:focus {
  /* outline: 1px solid #000 !important; */
}
.footer .cmp-backToTop-wrapper a:focus {
  outline: 0 !important;
}

[aria-current="page"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* CAC-8  start*/
.banner-textpls {
  color: #fff;
}
.banner-align-bg {
  /* background: #012c63;   CAC-9 */
  /* margin-top: 110px;    CAC-9 */
  padding: 25px 0 50px 0;
}
.desk-bann {
  width: 100%;
} /*cac-10*/
@media (max-width: 767px) {
  .banner-align-bg {
    /* margin-top: 208px;  CAC-9 */
    padding: 25px;
  }
  .mob-bann-img {
    width: 100%;
    margin-top: 85px;
  } /*cac-10*/
}
/*CAC-8 end*/
/* CAC-7  start*/

.modal-body::-webkit-scrollbar,
.modal-body::-webkit-scrollbar-thumb {
  width: 0;
}
.modal#genericLightbox .lightbox-modal .modal-content .modal-body {
  padding: 0;
}
.modal-lg {
  border-radius: 20px;
}
.modal#genericLightbox .lightbox-modal {
  height: calc(90%);
  margin: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 90%;
  }
}
.body-header-top {
  margin-top: 110px;
}
span.font-size-78.ln-hgt-1 {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 0;
}
.col-dir span:first-child {
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
  font-family: "Arial_Bold";
}

p.col-dir {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.efficacy-tab-section-heading.mb-0.or-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.grey-top-boder {
  border-top: 10px solid #f1f1f1;
  padding: 30px 0px 0 0;
  margin-right: 20px;
}
.purple-top-boder {
  border-top: 10px solid #f2eaf5;
  padding: 30px 0px 0 0;
  margin-right: 20px;
}
.w-40 {
  width: 40% !important;
}
@media (max-width: 767px) {
  .body-header-top {
    margin-top: 200px;
  }
  .col.col-12.col-lg-1.display-grid.align-or {
    justify-content: center;
    margin-bottom: 20px;
  }
  ul.navbar-nav.mob-nav1,
  ul.navbar-nav.mob-nav2 {
    padding: 0;
    margin: 0;
  }
  ul.navbar-nav.mob-nav1 .newNavTopBar,
  ul.navbar-nav.mob-nav2 .newNavTopBar {
    padding-top: 0;
  }
  a#mobnavbarDropdown31,
  a#mobnavbarDropdown32 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .newNavTopBar.newNav1 {
    padding: 0 0 0 20px;
    margin-left: -20px;
  }
  .grey-top-boder,
  .purple-top-boder {
    border-top: 0;
    padding: 0;
    margin-right: 0px;
  }
}

a#navbarDropdown31,
a#navbarDropdown32 {
  border-bottom: 0px;
}
.navbarDropdown31,
.navbarDropdown32 {
  box-shadow: 3px 4px 8px rgba(1, 1, 1, 0.1);
}
a#navbarDropdown31:hover,
a#navbarDropdown32:hover,
.sub-menu-active {
  color: #ffffff !important;
  text-decoration: none;
  background: #8347ad;
}
.navbar-nav .nav-item.dropdown a.nav-link.dropdown-item1,
.navbar-nav .nav-item.dropdown a.nav-link.dropdown-item2 {
  padding-bottom: 15px;
  width: 185px;
}
.navbar-nav .nav-item.dropdown a.nav-link.dropdown-item1::after,
.navbar-nav .nav-item.dropdown a.nav-link.dropdown-item2::after {
  content: "";
  display: inline-block;
  border: solid;
  border-color: #012c63;
  border-width: 3px 0 0 3px;
  padding: 2.5px;
  transform: rotate(135deg);
  float: right;
  margin: 5px 0px 0 6px;
  cursor: pointer;
}
.navbar-nav .nav-item.dropdown a.nav-link.dropdown-item1:hover::after,
.navbar-nav .nav-item.dropdown a.nav-link.dropdown-item2:hover::after {
  border-color: #ffffff;
}
.sub-menu-active::after,
.sub-menu-active::after {
  border-color: #ffffff !important;
}
.dropdown-menu.d-none.navbarDropdown31 {
  left: 260px;
  top: 0px;
}
.dropdown-menu.d-none.navbarDropdown32 {
  left: 260px;
  top: 41px;
}

/* cac-26 start */
@media (max-width: 768px) {
  .indication-option {
    overflow-x: scroll;
  }
  .indication-option .ind-optn {
    white-space: nowrap;
  }
  .vid-player.d-flex {
    flex-direction: column !important;
    align-items: center;
  }
  .active .vidObjCode {
    height: 174px !important;
    max-width: 790px !important;
    width: 100% !important;
  }
  .vid-box-op {
    height: auto !important;
    border-radius: 12px !important;
    padding: 40px 20px !important;
    margin-top: 24px;
  }
  .indication-option .ind-optn {
    height: 64px !important;
    width: 274px !important;
    border-radius: 12px !important;
    padding: 16px 32px 16px 32px !important;
    text-align: center !important;
  }
  .vid-box .player {
    max-width: 310px !important;
  }
  .tb-32 {
    margin-top: 32px;
  }
  .sub-header-ant {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .sub-header-ant-bold {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .h-fnt-mb {
    font-size: 20px !important;
    line-height: 23px !important;
    margin-top: 32px;
    margin-bottom: -24px;
  }
}
.sub-header-ant {
  font-family: "Arial_Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.sub-header-ant-bold {
  font-family: "Arial_Bold";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
}

.tab-gp {
  column-gap: 12px;
}
.video-section.mrgt-48 {
  margin-top: 48px;
  padding: 0;
  border: none;
}
.video-section {
  border-top: 1px solid #a69f9f;
  padding-top: 32px;
  margin-top: 32px;
}
.indication-option .ind-optn {
  /*display: block;*/
  display: flex;
  font-size: 16px;
  line-height: 18px;
  font-family: "Arial_Regular";
  background: linear-gradient(180deg, #8347ad 0%, #012c63 109.3%);
  color: #ffffff;
  font-weight: 700;
  height: 68px;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  padding: 16px 32px 16px 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.indication-option .ind-optn.active {
  color: #012c63 !important;
  background: #ffffff;
}
.video-section .sec-header {
  font-size: 28px;
  line-height: 32px;
  font-family: "bms_humanity_light";
  margin: 24px 0;
}
.vid-box-op > div {
  display: none;
}
.vid-box-op > div.active-item {
  display: block;
}
.indication-option .ind-optn:hover {
  color: #012c63 !important;
  background: #ffffff;
}

.vid-box .player {
  max-width: 652px;
  width: 100%;
  margin: 0 15px 0 0;
}
.vid-box .playlist {
  max-width: 300px;
  width: 100%;
  overflow-y: scroll;
  max-height: 388px;
}
.playlist img {
  max-width: 106px;
  width: 100%;
  height: 100%;
  margin: 0 12px 0 0;
}
.playlist .vid-desc {
  display: none;
}

.vid-player.d-flex {
  gap: 20px;
}
.playlist .vidEl {
  padding: 16px;
  margin: 0 0 16px;
  align-items: center;
  width: 280px;
  border-bottom: 1px solid var(--Royal-Blue, #385cad);
}
.playlist .vidEl:last-child {
  margin: 0;
}
.playlist .vid-title {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  color: #012c63 !important;
  font-family: "Arial_Regular";
  font-weight: 400;
}
.playlist::-webkit-scrollbar {
  width: 8px;
}
.playlist::-webkit-scrollbar-track {
  background: transparent;
}
.playlist::-webkit-scrollbar-thumb {
  background: #a69f9f;
  border-radius: 8px;
}
.playlist::-webkit-scrollbar-thumb:hover {
  background: #a69f9f;
}
.player .vidClass {
  display: block;
  position: relative;
}
.player .vidClass::before {
  /*content: '';*/
  display: block;
  position: absolute;
  width: 95px;
  height: 95px;
  background: url(/content/dam/commercial/apac/bmsoncall/en/images/play_icon.svg)
    no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.player .vid-title {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  position: absolute;
  bottom: 45px;
  left: 35px;
  margin: 0;
  max-width: 720px;
}
.vid-player .vid-desc {
  margin: 16px 0 0;
}
.vid-box h3 {
  color: #be2bbb;
  font-weight: normal;
  font-family: "bms_humanity_light";
}
.outer-container.vid-box {
  padding: 100px 0;
}
.active .vidObjCode {
  height: 388px;
  max-width: 790px;
  width: 100%;
}
.vidClass img {
  width: 100%;
}
.playlist .active .vid-title {
  color: #012c63 !important;
}
.playlist a.vidTxt,
.playlist ::marker {
  font-size: 20px;
  font-family: "bms_humanity_bold";
  line-height: 30px;
  color: #4a4545;
  margin: 10px 0;
  display: block;
}
.playlist a.vidTxt:hover,
.playlist li:hover::marker {
  color: #be2bbb;
}
.video-page .vid-player .vid-desc {
  font-size: 18px;
  line-height: 28px;
}
.vid-box-op {
  background: #fff;
  height: 494px;
  border-radius: 0px 0px 20px 20px;
  padding: 64px 96px;
}
.playlist .active {
  background: var(--ice-blue-25, #b9d9eb40);
}
.video-sec-body {
  margin-top: 110px;
}
.mrgbt-32 {
  margin-bottom: 32px;
}
.card-gap {
  gap: 20px;
}
@media (min-width: 1023px) {
  .container-padding {
    padding-left: 35px;
    padding-right: 35px;
  }
  .mrgt-64 {
    margin-top: 64px;
  }
}
@media (max-width: 1023px) {
  .mb-direction-col {
    flex-direction: column;
  }
}
/* cac-26 end */


/* CAC-34 START */
.videoPlayerImage2 {
  cursor: pointer;
}
#resources-page .top-rounded-border{
  border-radius: 20px 20px 0px 0px !important;
  background-color: #EDF5FA;
 }
 #resources-page .banner-text .text-1{
     color: #8347AD;
     font-weight: bold;
     font-size: 14px;
 }
 #resources-page .banner-text .text-2{
     color: #012C63;
     font-size: 28px;
     font-weight: bold;
 }
 #resources-page .banner-text .text-3{
     color: #012C63;
     font-size: 18px;
     font-weight: 400;
 }
 #resources-page .content-button {
  width: 50%;
     display: block;
    }
 #resources-page .box-text{
     color: #012C63;
     font-size: 18px;
     font-weight: 400;
 }
 #resources-page .content-button {
     min-width: 270px;}
 
#resources-page .thumbnail-img {
         width: 100px;
     height: 150px;}
 
 @media (min-width: 1023px) {
 #resources-page .cmp-tabs .nav-tabs .nav-item {
     margin-right: -0.5%;
     background: #ffffff;
     width: 14%;
     text-align: center;
     border-radius: 10px 10px 0 0;
     height: 75px;
     margin-bottom: -10px;
 }
 #resources-page .box-text {
  padding: 0px 50px;
}
 #resources-page .body-header {
     margin-top: 7%;
 }
 #resources-page .banner-vdo{
 display: flex;
 height: 440px;
padding: 50px 65px;
 margin-bottom: 100px;
 }
 #resources-page .banner-text{
     text-align: left;
     padding: 8px 9px 64px 70px;

 }
 #resources-page .banner-img img{
     width: 460px;
     height: 275px;
 }
 
 }
 
 @media (max-width: 767px) {
     #resources-page .cmp-tabs .nav-tabs .nav-item {
         margin: 0 10px 10px 0;
         width: auto;
         text-align: center;
         border-radius: 10px;
         height: 50px;
         background: linear-gradient(#8347ad, #422457);
         min-width: 275px;
  }
  #resources-page .body-header {
     margin-top: 35%;
 }
 #resources-page .banner-vdo{
 display: flex;
 flex-direction: column;
 padding: 40px 20px;
 }
 #resources-page .banner-text{
     text-align: center;
 }
 #resources-page .banner-img img{
     width: 100%;
     height: 160px;
 }
 #resources-page .content-button {
     width: 80%;
     margin-left: 25px;}
 #resources-page .top-rounded-border{
         margin-bottom: 60px;;
 }
 #resources-page .tab-section .content-button{
     margin-left: 0px;
 }
#resources-page .banner-text .text-1 {
  margin-top: 10px;
}
#resources-page .font-18-bold{
  font-size: 18px;
}
 }
 @media screen and (min-width:768px) and (max-width:1023px){
  #resources-page .top-rounded-border {
  padding: 0px;
  margin-bottom: 60px;
}

#resources-page .banner-img img{
  width: 100%;
}
#resources-page .cmp-tabs .nav-tabs .nav-item {

  width: 12.5%;
  height: 60px;
}
#resources-page .body-header{
  margin-top: 13%;
}

#resources-page .cmp-tabs .nav-tabs .nav-item a.nav-link {
 font-size: 12px;
}

#resources-page .banner-text .text-1 {
  margin-top: 10px;
}

#resources-page .banner-vdo {
  display: flex;

padding: 53px 37px;
height: 449px;
margin-bottom: 100px;
}

#resources-page .banner-text {
text-align: left;
padding: 0px 2px 30px 60px;
}
}
 /* CAC-34 END */