@media(min-width: 1200px) {
	.container {
		max-width: 1122px;
	}

	header .container,
	.fda-approved .container,
	.isi-tray .container-ps2,
	footer .container,
	.introducing .container-ps2 {
		padding-right: 25px;
		padding-left: 25px;
		max-width: 1146px;
	}
    
    header .logo {
        position: relative;
        left: -35px;
    }
}

/* .magenta {
	color: #FF00A7;
} */

body {
	padding-top: 108px;
}

header {
	background: #fff;
	padding: 20px 0;
	border-bottom: 8px solid #E1CD00;
	-webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.16);
	top: 0;
	width: 100%;
	z-index: 1000000;
	position: fixed;
}

body.home header {
	padding-bottom: 0;
	border-bottom: 0;
}

body.top {
	padding-top: 0;
}

body.home:not(.top) {
	padding-top: 208px;
}

body.top header {
	position: relative;
}

.menu {
	margin: 0;
	padding: 0;
    
}

@media (min-width: 992px) {
    header .container {
        position: relative;
    }
}

.npm1-pages.home header {
	border: 0;
}

.npm1-pages .fda-approved.v2.fixed-home {
	margin-top: 20px;
	border-top: 8px solid #E1CD00;
}

@media(min-width: 1200px) {
body.npm1-pages .menu {
    max-width: 772px;
    margin-left: auto;
    justify-content: end;
}
}

.menu li {
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #6E7185;
}

.menu li:first-child {
	padding-left: 0;
}

.menu li.order-lg-1 {
	padding-left: 18px;
}

.menu li a {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: #6E7185;
}

header .request-a-rep {
    position: absolute;
    top: -10px;
    transition: ease all 0.4s;
    right: -90px;
    width: 100px;
	z-index: 100000;
}

.top header .request-a-rep {
    top: 82px;
    right: 0;
    width: 124px;
}

@media(max-width: 1320px) and (min-width: 992px) {
    .npm1-pages .menu-mobile {
        left: -60px;
        position: relative;
    }
    header .request-a-rep {
        right: -25px;
    }
}

.menu li.choose-indication {
    position: relative;
}

.menu li.choose-indication a.choose {
    padding-right: 23px;
    background: url(../img/npm1/open.png) right center no-repeat;
    line-height: 18px;
    background-size: 18px auto;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 10;
    transition: ease all 0.4s;
}

@media(min-width: 992px) {
    .menu li.choose-indication.active a.choose {
        background-image: url(../img/npm1/clouse.png);
    }

    .menu .submenu {
        background: #fff;
        transition: ease all 0.4s;
        width: 425px;
        box-shadow: 0px 15px 6px rgba(0, 0, 0, 0.16);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        display: block;
        z-index: 1;
        border-radius: 5px;
        padding: 38px 0 0 0;
        top: -10px;
        max-height: 0;
        opacity: 0;
    }

    .menu .choose-indication.active .submenu {
        max-height: 100px;
        opacity: 1;
    }

    .menu .submenu li {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .menu .submenu li a {
        font-weight: 500;
    }
}

.fda-approved {
	padding: 12px 0;
	background: #3E5D58;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.fda-approved.v2 {
    background: rgb(237 243 231);
	width: 100%;
	z-index: 10000;
	padding: 24px 0;
}

/* body:not(.top) .fda-approved.v2.fixed-home {
	position: fixed;
	top: 113px;
} */

/* .top .fda-approved.v2.fixed-home {
	position: relative;
} */

@media(min-width: 992px) {
    .npm1-pages .fda-approved .container {
        padding-right: 135px;
    }
}

.fda-approved p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	font-family: Montserrat, sans-serif;
    line-height: 129%;
}

.fda-approved.v2 p {
    color: #18332F;
}

.fda-approved.hcp p {
	font-size: 18px;
}

.video-banner {
	position: relative;
}

.video-banner .animation {
	transition: ease all 0.4s;
	opacity: 0;
}

.video-banner .animation.active {
	opacity: 1;
}

.video-banner .avaibility {
	position: absolute;
	top: 0;
	display: block;
	max-width: 478px;
	width: 100%;
	text-align: center;
	background: #E1CD00;
	left: 50%;
	transform: translateX(-50%);
	padding: 11px 20px 13px;
	font-size: 20px;
	line-height: 105%;
	font-weight: bold;
	color: #18332F;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}

.video-banner .box {
	position: absolute;
	max-width: 686px;
	margin: 0 auto;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.video-banner .box h3 {
    width: 378px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.28px;
	font-family: Montserrat, sans-serif;
	margin: 0 auto 75px;
    background: #E1CD00;
    color: #18332F;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}


.video-banner img {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.video-banner .btn-default {
	margin: 0 auto;
	max-width: 330px;
	display: block;
}

.btn-default {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.64px;
	color: #fff;
	background: #9B2242;
	padding: 16px 6px;
	border: 2px solid #9B2242;
	line-height: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px 2px 10px 2px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	transition: ease all 0.4s;
	text-transform: uppercase;
}

.btn-default.secondary {
	background: #fff;
	color: #9B2242;
}

.btn-default.blue {
	background: #090449;
	border-color: #090449;
}

.btn-default:hover {
	background: #fff;
	color: #9B2242;
}

.btn-default.secondary:hover,
.modal .btn-default:hover {
	background: #9B2242;
	color: #fff;
}

.modal .btn-default.hover:not(.secondary) {
	background: #fff;
	color: #9B2242;
}

.btn-default.blue:hover {
	color: #090449;
}

.npm1-pages .btn-default {
    background: #090449;
    color: #ffffff;
    border-color: #090449;
}

.npm1-pages .btn-default:hover {
    background: #fff;
    color: #090449;
}

.npm1-pages .btn-default.green {
    background: #18332F;
    border-color: #18332F;
    color: #C5D8AF;
}

.npm1-pages .btn-default.green:hover {
    background: #fff;
    color: #18332F;
}



.npm1-pages .btn-default.secondary {
    background: #fff;
    color: #18332F;
    border-color: #18332F;
}



.npm1-pages .btn-default.secondary:hover {
    background: #18332F;
    color: #C5D8AF;
}

.npm1-pages .modal h5 {
    margin-bottom: 25px;
}



.introducing {
	padding: 80px 0 80px;
}

/* .introducing .btn-default {
	max-width: 330px;
} */

@media(min-width: 1200px) {
	/* .fda-approved p {
		width: 1150px;
	} */

	.introducing .special-size {
		max-width: 1070px;
	}

	.mw-1050-desktop {
		max-width: 1050px;
	}

	.introducing.hcp .big-width {
		width: 1140px;
	}

	header .logo {
		position: relative;
		left: -35px;
	}

	.fda-approved.hcp p {
		width: 1075px;
	}

	.introducing .special {
		width: 1130px;
	}

	.introducing.hcp .special {
		width: 1150px;
	}

	.isi-tray .special {
		width: 1100px;
	}

	.isi-tray .special span {
		display: block;
		width: 1120px;
	}

	.col-md-sp-1 {
		max-width: 260px;
	}

	.col-md-sp-2 {
		max-width: 315px;
	}

	.footer__texts .special-size {
		width: 561px;
	}

	.npm1-pages .footer__texts .special-size {
		width: 571px;
	}

	.big-size-isi-desk {
		width: 1100px;
	}

    .nccn-recommendation p.p1 {
        max-width: 620px;
    }

    .npm1-pages .nccn-recommendation p.p1 {
        max-width: 646px;
    }
}

.c-pink {
	color: #9B2242;
}

.t2 {
	font-size: 26px;
	line-height: 140%;
	color: #18332F;
	font-weight: 600;
	font-family: "geom-graphic", sans-serif;
}

.t3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	color: #9B2242;
	font-family: Montserrat, sans-serif;
}

.t3.green {
    color: #18332F;
}

.t3.geom {
    font-family: "geom-graphic", sans-serif;
}

.t4 {
	font-size: 20px;
	font-weight: bold;
	color: #3E5D58;
	line-height: 130%;
	font-family: Montserrat, sans-serif;
}

.t5 {
	color: #9B2242;
	font-size: 18px;
	font-weight: bold;
	line-height: 144%;
	font-family: Montserrat, sans-serif;
}

.p1 {
	color: #6E7185;
	font-size: 18px;
	line-height: 155%;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.p2 {
	font-size: 14px;
	line-height: 130%;
	color: #6E7185;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.p3 {
	font-size: 16px;
	line-height: 170%;
	color: #6E7185;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.p3 a,
.p2 a {
    color: inherit;
    text-decoration: underline;
}

.fw-600 {
	font-weight: 600;
}

.dark-green {
    color: #18332F;
}

.syndaccess {
	background: #E1CD00;
	padding: 77px 0;
}

.syndaccess .btn-access {
	max-width: 337px;
}

.bg-white {
	background: #fff;
	border-radius: 40px 0 40px 0;
	padding: 80px 0;
}

.syndaccess.hcp .bg-white {
	padding: 80px 0;
}

.syndaccess h2 {
	font-size: 28px;
	line-height: 135%;
	color: #090449;
	font-weight: 600;
	font-family: "geom-graphic", sans-serif;
}

.syndaccess h2 sup {
	font-size: .65em;
	top: -0.45em;
}

.syndaccess p {
	font-size: 18px;
	font-weight: 600;
	color: #6E7185;
	font-family: Montserrat, sans-serif;
	line-height: 116%;
}

.syndaccess p.hcp {
	color: #6E7185;
}

.syndaccess h6 {
	font-size: 18px;
	line-height: 133%;
	font-weight: bold;
	margin: 0;
	color: #090449;
	font-family: Montserrat, sans-serif;
}

.syndaccess h6 a {
	color: #0097A9;
	font-family: Montserrat, sans-serif;
}

.syndaccess .note,
.note {
	font-size: 14px;
	line-height: 135%;
	color: #6E7185;
	font-family: Montserrat, sans-serif;
	position: relative;
}

@media(min-width: 768px) {
	.syndaccess .note {
		max-width: 310px;
	}
}

.syndaccess .note span {
	position: absolute;
	left: -6px;
}

.syndaccess .blue {
	max-width: 347px;
}

#isi {
	padding: 15px 0 36px;
	-webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 1000;
	background: #fff;
}

/* #isi.hcp {
	padding: 8px 0 35px;
} */

.isi-tray {
	background: #fff;
	padding: 0;
	/* transition: ease all 0.4s; */
}

.external.isi-tray.fixed {
	width: 100%;
	position: fixed;
	padding: 12px 0;
	bottom: 0;
	height: 42px;
	z-index: 100;
	-webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: ease all 0.4s;
}

.external.isi-tray.fixed.top {
	height: 140px;
}

.external.isi-tray.top .bottom {
	display: none;
}

.external.isi-tray:not(.top) .top {
	display: none;
}

.external.isi-tray.hcp.fixed.top {
	height: 152px;
	padding-top: 8px;
}

.closed .isi-tray {
	max-height: 140px;
	padding: 12px 0;
	overflow: hidden;
}

.closed .isi-tray.hcp {
	max-height: 268px;
	padding-top: 8px;
}

.isi-tray .btn-isi {
	width: 18px;
	height: 18px;
	background-image: url(../img/icon-feather-minus-circle.png);
	background-repeat: no-repeat;
	background-size:contain;
	display: block;
	position: absolute;
	right: 24px;
	top: 4px;
	transition: ease all 0.4s;
}

 .isi-tray.fixed .btn-isi,
.isi-tray .btn-isi.not-open {
	background-image: url(../img/icon-feather-plus-circle.png);
}


.isi-tray .container {
	position: relative;
}

.isi-tray ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-isy li,
.isi-tray p {
	padding-left: 14px;
	position: relative;
	font-size: 18px;
	color: #3E5D58;
	font-weight: 500;
	line-height: 144%;
	font-family: Montserrat, sans-serif;
}

.isi-tray p {
	padding-left: 0;
}

.list-isy li:before {
	width: 8px;
	height: 8px;
	display: block;
	content: '';
	background: #E0004D;
	border-radius: 3px;
	position: absolute;
	top: 9px;
	left: 0;
}

.list-isy.yellow li:before {
	background: #E1CD00;
}

.list-isy .sublist li:before {
	background: #fff;
	color: #E0004D;
	top: -1px;
	left: -2px;
	content: 'o';
	font-family: "kallisto", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.isi-tray a {
	color: inherit;
}

.isi-tray a:hover {
	text-decoration: none;
}

.bordered-warning {
	border: 3px solid #3E5D58;
	padding: 8px 23px;
}

.footer {
	background: #3E5D58;
	padding: 50px 0 42px;
	border-top: 8px solid #E1CD00;
	z-index: 1000;
	position: relative;
}

.npm1-pages .footer {
	background: #18332F;	
}

.footer img {
	margin-bottom: 50px;
}

footer p {
	font-size: 14px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	line-height: 171%;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	margin-bottom: 5px;
}

footer ul li:last-child {
	margin-bottom: 0px;
}

footer ul li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
}

.npm1-pages footer ul li a {
	color: #C5D8AF;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.cookies-acceptance {
	position: fixed;
	width: 100%;
	bottom: -300px;
	z-index: 1003;
	background: #fff;
	padding: 22px 0 22px 0;
	transition: ease all 0.4s;
}

.cookies-acceptance.active {
	bottom: 0;
}

.submenu {
    padding: 0;
}

@media (max-width: 991px) {
	.npm1-pages .fda-approved.v2.fixed-home {
		margin-top: 0;
	}

    .syndaccess {
        padding: 50px 0;
    }

	.cookies-acceptance {
		bottom: -600px;
		padding: 47px 0 50px 0;
	}

    .top header .request-a-rep,
    header .request-a-rep {
        width: 75px;
        right: 70px;
        top: -10px;
    }

    .menu li.choose-indication a.choose {
        background: none;
        padding: 0;
    }
}

.cookies-acceptance .button {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.64px;
	color: #fff;
	background: #9B2242;
	padding: 16px;
	border: 2px solid #9B2242;
	line-height: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px 2px 10px 2px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	transition: ease all 0.4s;
	text-transform: uppercase;
	display: block;
}

.cookies-acceptance .button.reject {
	background-color: #fff;
	color: #9B2242;
}

.cookies__title {
	font-size: 28px;
	line-height: 132.14286%;
	margin: 0 0 5px 0;
	font-family: "geom-graphic", sans-serif;
	color: #18332F;
}

.cookies-acceptance p {
	color: #3E5D58;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 128%;
	font-weight: 500;
	max-width: 890px;
}

.cookies-acceptance .button.accept {
	color: #fff;
}

.cookie-backdrop {
	overflow: hidden;
}

.cookie-backdrop:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1001;
}

.modal .modal-dialog {
	max-width: 880px;
	width: 95%;
}

.modal .modal-content {
	border-radius: 30px 5px 30px 5px;
	padding: 80px 0 75px;
}

.modal .btn-default {
	width: 175px;
	display: inline-block;
	margin: 0 20px;
}

.modal .modal-footer {
	border: 0;
}

.modal h5 {
	font-size: 26px;
	font-family: "geom-graphic", sans-serif;
	line-height: 138%;
	color: #18332F;
	font-weight: 600;
}

#thirdPartyModal h5 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.modal p {
	font-size: 18px;
	font-weight: 500;
	color: #6E7185;
	line-height: 155%;
	margin-left: auto;
	margin-right: auto;
	font-family: Montserrat, sans-serfif;
}

.not-found {
	padding: 45px 0 100px;
}

.bg-default {
	padding: 70px 0;
	background: #3E5D58;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.bg-default h1 {
	font-size: 26px;
	line-height: 138%;
	color: #fff;
	font-weight: 600;
	margin: 0;
	font-family: "geom-graphic", sans-serif;
}

.default-page .container {
	padding-top: 70px;
	padding-bottom: 30px;
}


.default-page ul {
	color: #6E7185;
	margin: 0;
	padding: 0 0 0 15px;
}

.default-page ul li,
.default-page p {
	margin-bottom: 4px;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 155%;
	color: #6E7185;
}

.default-page ul li {
	color: #9B2242;
}

.default-page ul li a {
	color: #6E7185;
}

.default-page h2.sitemap {
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	color: #3E5D58;
	line-height: 120%;
}

.default-page {
	min-height: calc(100vh - 80px);
}

.new-banner-home {
    padding: 50px 0 15px;
}

.new-banner-home .img-fluid {
    padding-top: 10px;
}

.new-banner-home .title-banner {
    font-family: geom-graphic;
    color: #9B2242;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 32px;
}

@media(min-width: 992px) {
	.new-banner-home .title-banner {
		padding-left: 24px;
	}
}

.new-banner-home .title-banner span {
    color: #E0004D;
}

.new-banner-home .select {
    font-family: geom-graphic;
    font-size: 20px;
    font-weight: 600;
    color: #3E5D58;
    margin-bottom: 16px;
}

.new-banner-home .btn-banner {
    display: block;
    padding: 30px 59px;
    background: #3E5D58;
    border-radius: 40px 0 40px 0;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-family: geom-graphic;
    position: relative;
    box-shadow: 0px 6px 6px #00000029;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 127%;
}

.new-banner-home .btn-banner .icon-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 58px;
    width: 38px;
    height: auto;
    display: block;
}

.new-banner-home .btn-banner.npm-1 {
    background: #C5D8AF;
    color: #18332F;
    padding: 27.5px 59px;
}

.new-banner-home .btn-banner.npm-1 .red {
    font-weight: bold;
    color: #E0004D;
    font-size: 39px;
    font-weight: 800;
    line-height: 85%;
    font-family: Montserrat;
}

.nccn-recommendation {
    background: rgba(197, 216, 175, 0.3);
    padding: 24px 0 24px;
}

.nccn-recommendation .title-recommended {
    font-size: 20px;
    font-family: "geom-graphic", sans-serif;
    color: #18332F;
    font-weight: 600;
    margin-bottom: 20px;
}

.nccn-recommendation p.p2 {
    max-width: 1058px;
}

.nccn-recommendation .box-nccn {
    padding: 12px 12px 12px 25px;
    border-radius: 5px;
    background: #18332F;
    margin-bottom: 20px;
    max-width: 430px;
}

.nccn-recommendation .top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    gap: 18px;
}

.nccn-recommendation .nccn-recommended {
    padding: 0 18px 0 5px;
    border-right: 0.67px solid #E1CD00;
}

.nccn-recommended h2 {
    font-size: 57px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-family: "geom-graphic", sans-serif;;
    line-height: 48px;
    margin: 0;
}

.nccn-recommended h3 {
    font-family: "geom-graphic", sans-serif;
    color: #E1CD00;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    text-align: center;
}

.box-nccn h4 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    font-family: "geom-graphic", sans-serif;
    margin: 0;
}

.box-nccn h5 {
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    margin: 0;
    line-height: 18px;
}

.resources {
    padding: 80px 0 80px;
}

.resources .t2 {
    margin-bottom: 56px;
}

.download-item img {
    margin-bottom: 15px;
}

.download-item {
    color: #18332F;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    line-height: 23px;
	font-family: Montserrat;
}

.download-item:hover {
    color: #18332F;
}

.download-item h6 {
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: bold;
	font-size: 18px;
}

.get-contact  {
    padding: 135px 0 60px;
}

.get-contact .btn-default {
    max-width: 330px;
    margin: 0 auto 48px;
    display: block;
}

.boxed-yellow-border {
    border: 2px solid #E1CD00;
    border-radius: 40px 0 40px 0;
    padding: 0 20px;
}

.boxed-yellow-border .icon {
    padding: 12px 23px;
    background: #3E5D58;
    border-radius: 16px 0 16px;
    width: 136px;
    margin: -55px auto 25px;
}

.get-contact .t2 {
    margin-bottom: 35px;
}

.references {
    padding: 20px 0 20px;
}

.references .special-width {
	max-width: 1034px;
}

.references.home-space {
	padding-bottom: 80px;
}

.references .p3 {
    max-width: 1037px;
}

.revuforj-information {
    background: url(../img/npm1/green-icons.png) #18332F no-repeat;
    background-size: 221px auto;
    padding: 73px 0 100px;
}

.revuforj-information img {
    margin-bottom: 45px;
}

.revuforj-information .t2 {
    color: #C5D8AF;
}

.inhibitor {
    padding: 80px 0 80px;
}

.inhibitor .title {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.inhibitor .title .red {
    color: #E0004D;
}

.inhibitor .p1 {
    margin-bottom: 27px;
}

.inhibitor .t4 {
    max-width: 413px;
    margin: 0 auto 40px;
    color: #18332F;
}

.inhibitor .t3 {
    font-weight: 600;
}

.inhibitor .green-box {
    background: #C5D8AF;
    border-radius: 40px 0 40px 0;
    padding: 32px;
}

.inhibitor .green-box p {
    max-width: 850px;
    margin: 0 auto;
}

.title_bar {
    background: #18332F;
    padding: 70px 0;
}

.title_bar .t2 {
    margin: 0;
    color: #C5D8AF;
    font-weight: 600;
}

.request-rep {
    padding: 66px 0 0;
}

.request-rep .t2 {
    margin-bottom: 40px;
}

.request-rep .t3 {
    margin-bottom: 40px;
	font-family: "geom-graphic", sans-serif;
}

.form_stay_connected .footer__text {
    color: #6E7185;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.form_stay_connected .footer__text a {
    color: inherit;
}

.form_stay_connected form p {
    margin: 0;
}

.form_stay_connected .form-control {
    border-radius: 4px;
    border: 1px solid #6e7185;
    line-height: 163%;
	font-size: 18px;
	color: #6E7185;
	font-weight: 400;
}

.form_stay_connected form label {
    font-size: 18px;
    font-weight: 600;
    color: #6E7185;
	font-family: Montserrat, sans-serif;
}

.generic_button {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    width: 100%;
    min-height: 50px;
    padding: 11px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: ease all 0.4s;
    color: #fff;  
    font-family: Montserrat;
    font-weight: bold;
	background: #0c342f;
    border: solid 2px #0c342f;
}
.nccn-recommendation .box-nccn
.generic_button:hover {
	background-color: #ffffff;
	color: #0c342f !important;  
}

.wpcf7 .wpcf7-submit:disabled {
	background: #6e7b76;
    border: solid 2px #6e7b76;
	cursor: not-allowed;
	color: #c1c8ba !important;  
}

form .generic_button {
    max-width: 330px;
}

.generic_button_text {
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.64px;
}

.generic_button:hover {
    background-color: #ffffff;
} 
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
/* .wpcf7-submit.disabled {
    background-color: rgba(110, 123, 118, 0.5);
    border: solid 2px transparent !important;
} */

.modal_form_success .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
}

#form_Success.modal .modal-content {
    padding: 0;
}

.modal_form_success .modal-body {
    padding: 80px 20px 55px;
}

.about__title {
    font-size: 26px;
    line-height: 138.4615384615%;
    font-family: "geom-graphic", sans-serif;
    font-weight: 600;
}





@media(max-width: 1199px) {
	.nccn-recommendation .box-nccn {
		padding-left: 12px;
	}

	.fda-approved p {
		font-size: 16px;
	}

	.fda-approved.hcp p {
		font-size: 17px;
	}

	.introducing .col-lg-4 p {
		max-width: 330px;
		margin: 0 auto;
	}

	.bg-white {
		padding: 52px 13px;
	}

	.syndaccess.hcp .bg-white {
		padding: 50px 10px;
	}

    .new-banner-home .title-banner {
        font-size: 30px;
    }

    .new-banner-home .btn-banner {
        padding: 30px 30px;
        font-size: 24px;
		border-radius: 24px 0 24px 0;
    }

    .new-banner-home .btn-banner .icon-button {
        right: 20px;
    }

    .new-banner-home .btn-banner.npm-1 .red {
        font-size: 35px;
    }

    .new-banner-home .btn-banner.npm-1 {
        padding: 28px 30px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    body.npm1-pages .menu {
        max-width: 629px;
        margin-left: auto;
    }

	.menu li {
		font-size: 14px;
		padding-left: 10px;
	}

	.introducing .btn-default {
		font-size: 14px;
	}

    .box-nccn h5 {
        font-size: 12px;
        padding: 0;   
    }

    .nccn-recommendation .nccn-recommended {
        padding-left: 0;
    }

    .nccn-recommendation p.p1 {
        font-size: 17px;
    }

    .revuforj-information .t2 {
        font-size: 23px;
    }

    .inhibitor .t3 {
        font-size: 19px;
    }

    .inhibitor .p1 {
        font-size: 17px;
    }

    .inhibitor .green-box p {
        font-size: 24px;
    }

    .references .p3 {
        font-size: 15px;
    }
}

@media(max-width: 991px) {
	body {
		padding-top: 132px;
	}

	body.active {
		overflow: hidden;
	}

	body.active:before {
		background: #6E7185;
		opacity: 0.4;
		content: '';
		width: 100%;
		height: 1000vh;
		z-index: 1001;
		display: block;
		position: fixed;
	}

	header .logo {
		max-width: 170px;
	}

	header {
		padding: 18px 0 0 0;
	}

	header .abrirMenu {
		width: 40px;
		z-index: 1000;
		position: relative;
		text-align: center;
		color: #000;
		font-size: 16px;
		height: 25px;
		float: right;
	}

	header .abrirMenu span {
		position: absolute;
		left: 0;
	}

	header .abrirMenu.change span {
		opacity: 0;
	}

	header .abrirMenu div {
		width: 40px;
		height: 4px;
		background-color: #3E5D58;
		margin: 6px 0 0;
		transition: 0.4s;
		position: relative;
		transform: rotate(0deg);
		border-radius: 5px;
	}

	header .abrirMenu div.bar1 {
		margin-top: 0;
	}

	header .abrirMenu.close div.bar1 {
		animation: topbarClose 0.5s;
	}

	header .abrirMenu.close div.bar2 {
		animation: middlebarClose 0.5s;
	}

	header .abrirMenu.close div.bar3 {
		animation: bottombarClose 0.5s;
	}

	@keyframes topbarOpen {
		0% {
			top: 0px;
			transform: rotate(0deg);
			background: #3E5D58;
		}

		50% {
			top: 10px;
			transform: rotate(0deg);
			background: #3E5D58;
		}

		100% {
			top: 9px;
			transform: rotate(-45deg);
			background: #3E5D58;
		}
	}

	@keyframes middlebarOpen {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	@keyframes bottombarOpen {
		0% {
			top: 0px;
			transform: rotate(0deg);
			background: #3E5D58;
		}

		50% {
			top: -10px;
			transform: rotate(0deg);
			background: #3E5D58;
		}

		100% {
			top: -11px;
			transform: rotate(45deg);
			background: #3E5D58;
		}
	}

	header .abrirMenu.change .bar1 {
		animation: topbarOpen 0.5s;
		opacity: 1;
		top: 9px;
		transform: rotate(-45deg);
		background: #3E5D58;
	}

	/* Fade out the second bar */
	header .abrirMenu.change .bar2 {
		animation: middlebarOpen 0.5s;
		opacity: 0;
		left: 0px;
	}

	/* Rotate last bar */
	header .abrirMenu.change .bar3 {
		animation: bottombarOpen 0.5s;
		top: -11px;
		transform: rotate(45deg);
		background: #3E5D58;
	}

	@keyframes topbarClose {
		0% {
			top: 9px;
			transform: rotate(-45deg);
			background: #3E5D58;
		}

		50% {
			top: 10px;
			transform: rotate(0deg);
			background: #3E5D58;
		}

		100% {
			top: 0px;
			transform: rotate(0deg);
			background: #3E5D58;
		}
	}

	@keyframes middlebarClose {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes bottombarClose {
		0% {
			top: -11px;
			transform: rotate(45deg);
			background: #3E5D58;
		}

		50% {
			top: -10px;
			transform: rotate(0deg);
			background: #3E5D58;
		}

		100% {
			top: 0px;
			transform: rotate(0deg);
			background: #3E5D58;
		}
	}

    .revuforj-information img {
        margin-bottom: 18px;
    }

    .request-rep {
        padding: 13px 0 0 0;
    }

    .title_bar {
        padding: 55px 0;
    }

	.menu-mobile {
		height: 0;
		position: absolute;
		overflow: hidden;
		transition: ease all 0.4s;
		width: 100%;
		left: 0;
		top: 86px;
		z-index: 1000;
	}

	.menu-mobile.active {
		height: 100vh;
	}

	.menu {
		padding-top: 10px;
		background: #fff;
		margin-bottom: 0;
	}

	.menu.justify-content-between {
		padding-top: 11px;
		margin-top: -1px;
	}

	.menu li {
		display: block;
		max-width: 335px;
		margin: 0 auto 10px;
        padding: 0;
	}

    .submenu {
        margin: 10px 0 40px;
    }

	.menu li:last-child {
		margin-bottom: 0;
	}

	.mobile-header-items {
		background: #F4F7F9;
		margin-top: 15px;
		padding: 7px 0;
	}

	.mobile-header-items ul {
		margin: 0;
		padding: 0;
	}

	.mobile-header-items ul li {
		list-style: none;
		padding: 0 4px;
		font-family: Helvetica Neue, Helvetica, sans-serif;
		font-size: 14px;
	}

	.mobile-header-items.hcp ul li {
		font-family: Montserrat, sans-serif;
		font-weight: 500;

	}

	.mobile-header-items ul li a {
		color: #6E7185;
	}

	.mobile-header-items ul li:first-child a {
		display: inline-flex;
		margin-right: 4px;
	}

	.introducing.hcp .col-lg-4 p {
		max-width: 296px !important;
	}

	.introducing.hcp .row div:last-child.col-lg-4 p {
		max-width: 320px !important;
	}

	.modal .modal-dialog {
		max-width: 340px;
		margin: 0 auto;
	}

	.modal .modal-content {
		padding: 80px 25px 88px;
	}

	.mobile-size-modal1 {
		max-width: 220px !important;
	}

    .new-banner-home {
        padding: 10px 0 15px;
    }

    .nccn-recommendation .box-nccn {
        margin: 0 auto 15px;
    }

    .box-nccn h4 {
        text-align: center;
        font-size: 22px;
    }

    .inhibitor .title {
        display: block;
    }

    .inhibitor .title img {
        display: block;
        margin: 16px auto;
    }
}


#isi.closed {
min-height: auto;
padding: 0;
}


@media(min-width: 768px) and (max-width: 991px) {
	.syndaccess p.hcp {
		font-size: 17px;
	}

}

@media (min-width: 768px) {
	.desk {
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	
    .external.isi-tray.hcp.fixed.top {
        height: 180px;
    }

	/* body:not(.top) .fda-approved.v2.fixed-home {
		top: 131px;
	} */

	/* header .container {
		min-height: 56px;
	} */

    .inhibitor {
        padding: 40px 0 40px;
    }

	.btn-default {
		letter-spacing: -0.1px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fda-approved {
		padding: 10px 0;
	}

	.external.isi-tray.fixed.top {
		height: 300px;
	}

	.introducing.hcp p.fs-14-mobile {
		font-size: 14px;
	}

	/* .mw-330-mobile {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	} */

	.bottles {
		padding: 40px 0 0;
	}

	.bottles .container {
		max-width: 100%;
	}

	.fda-approved.hcp p {
		font-size: 16px;
		width: 105% !important;
		line-height: 120%;
	}

	.video-banner .box {
		top: 0;
	}

    .video-banner img {
        width: 237px;
    }

	.video-banner .box {
		width: 100%;
		max-width: 310px;
	}

	.video-banner .avaibility {
		font-size: 14px;
		padding: 2px 8px;
		max-width: 282px;
	}

	.video-banner .box h3 {
		font-size: 14px;
		margin-bottom: 20px;
        width: 169px;
        padding: 8px 0;
	}

	.video-banner .box img {
		max-width: 220px;
		margin: 0 auto 16px;
		display: block;
	}

	.video-banner .btn-default {
		max-width: 226px;
		font-size: 11px;
		padding: 12px 6px;
	}

	.fda-approved p {
		font-size: 18px;
	}

	.introducing {
		padding: 0 0 25px;
	}

	.introducing .mobile-size {
		max-width: 301px !important;
		margin: 0 auto;
	}

    .revuforj-information {
        background: #18332F;
        padding: 0;
    }

    .revuforj-information:before {
        content: '';
        display: block;
        width: 100%;
        height: 67px;
        background: url(../img/npm1/gree-icons-mobile.png) center center  no-repeat;
        background-size: contain;
        margin: 0 auto 35px;
    }

    .revuforj-information:after {
        content: '';
        display: block;
        width: 100%;
        height: 67px;
        background: url(../img/npm1/gree-icons-mobile.png) center center no-repeat;
        background-size: contain;
        margin: 35px auto 0;
    }

    .resources {
        overflow: hidden;
        padding: 40px 0 40px;
    }


    .inhibitor .green-box {
        padding: 32px 38px;
    }

    .resources .product {
        transform: scale(1.4);
        margin-top: 20px;
        margin-bottom: 50px !important;
    }

	.syndaccess h2 {
		font-size: 25px;
	}

	.syndaccess img.img-fluid {
		max-width: 276px;
	}

	.syndaccess .blue.patient {
		padding: 12px 16px;
		line-height: 110%;
	}

	.syndaccess .note {
		left: 9px;
	}

    .get-contact {
        padding: 100px 0 20px;
    }

    .references {
        padding: 20px 0;
    }

    .new-banner-home .title-banner {
        font-size: 23px;
        margin-bottom: 0;
    }

    .new-banner-home .select {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .new-banner-home .btn-banner {
        font-size: 16px;
        padding: 16px 36px;
        margin-bottom: 10px;
    }

    .new-banner-home .btn-banner .icon-button {
        right: 35px;
        width: 24px;
    }

    .new-banner-home .btn-banner.npm-1 {
        padding: 17px 36px 12px;
    }

    .new-banner-home .btn-banner.npm-1 .red{
        font-size: 24px;
    }

    .nccn-recommendation .top-box {
        display: block;
    }

    .nccn-recommendation .nccn-recommended {
        width: 248px;
        border-right: 0;
        border-bottom: 0.67px solid #FBDE3B;
        margin: 0 auto 11px;
        padding-bottom: 11px;
    }

    .isi-tray .t4.mb-1.text-uppercase {
        font-size: 19px;
    }

	/* .isi-tray .col-12 .special-width {
		max-width: 316px;
	}

	.isi-tray .col-12 .ls-special {
		letter-spacing: -1px;
	}

	.isi-tray .col-12 .ls-special2 {
		letter-spacing: -0.3px;
	}

	.isi-tray .col-12 .ls-special3 {
		letter-spacing: -0.5px;
	} */

	.isi-tray.fixed {
		height: 40px;
		padding-top: 10px;
	}

	.isi-tray.fixed.top {
		height: 115px
	}

	.closed .isi-tray {
		height: 115px;
	}

	.isi-tray.hcp.fixed.top {
		height: 210px;
	}

	.bordered-warning {
		padding: 16px;
	}
    

	.closed .isi-tray.hcp {
		height: 698px;
	}

	.footer p {
		max-width: 296px;
	}

	/* .isi-tray p {
		max-width: 345px;
	}

	.isi-tray .size1 {
		max-width: 335px;
		margin-left: 0;
		margin-right: 0;
	}

	.isi-tray .size2 {
		max-width: 325px;
		margin-left: 0;
		margin-right: 0;
	}

	.isi-tray .size3{
		max-width: 320px;
		margin-left: 0;
		margin-right: 0;
	}

	.isi-tray .size4{
		max-width: 314px;
		margin-left: 0;
		margin-right: 0;
	} */


	.list-isy .sublist li {
		padding-left: 13px;
	}

	.isi-tray .special3 b {
		display: block;
	}

	/* .isi-tray .special4 {
		max-width: 315px;
	}

	.isi-tray .special5 {
		max-width: 330px;
	}

	.isi-tray .special6 {
		max-width: 336px;
	} */

	#isi {
		padding: 12px 0 40px;
	}

	.default-page .container {
		padding-top: 55px;
	}

	.external.isi-tray.fixed {
		height: 90px;
	}

	.isi-tray .btn-isi {
		right: 14px;
	}

	/* .footer__links li {
		max-width: 300px;
	} */

    /* .references .p3 {
        max-width: 311px;
    } */
}

.modal {
	z-index: 1000000;
}


.special-hidden {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;
}