/*Global elements*/
sup {
    top: -0.6em;
    font-size: 55% !important;
    font-family: sans-serif !important;
}
body{
	font-family: "FSJoeyPro-Regular";
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.text-indent{
	text-indent: -5px;
}
.underline{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'FSJoeyPro-Bold';
	font-weight:normal;
}
h1{
	font-size: 56px;
	line-height: 56px;
}
h2{
	font-size: 40px;
	line-height: 44px;
}
h3{
	font-size: 28px;
	line-height: 32px;
}
h4{
	font-size: 24px;
	line-height: 32px;
}
.label{
	font-family: "FSJoeyPro-Medium";
	font-size: 20px;
	line-height: 24px;
}
p{
	font-family: "FSJoeyPro-Regular";
    font-size: 1.125em;
    line-height: 24px;
    color: #444;
	margin-bottom: 1rem;
}
p.small, .small{
	font-family: "FSJoeyPro-Medium";
    font-size: 12px;
    line-height: 20px;
    color: #444;
	margin-bottom: 1rem;
}
a.in-line{
	font-family: "FSJoeyPro-Regular";
    font-size: 1rem;
    line-height: 24px;
    color: #444;
	margin-bottom: 1rem;
}
ul {
    padding-left: 1rem;
}
ul li {
    margin-bottom: 1rem;
}
ul li::marker {
    color: #F9423A;
}
.cmp-isi.is-preview {     /*ELICONMSDP-638 */
/*    top: 80%; */
    max-height: 20%;
    top: auto;
}
.container {
    max-width: 1110px;
}
b, .bold, strong{
	font-family: 'FSJoeyPro-Bold';
	font-weight:normal;
}
.unbold, .normal{
	font-family: 'FSJoeyPro-Regular';
}
.medfont {
font-family: 'FSJoeyPro-Medium';
}
header {
    box-shadow: 0 4px 12px #1c1c1c1c;
}
.mobile-header{
	display: none;
}
header p {
    margin-bottom: 0; 
	font-size:1em;
}
header li {
    margin-bottom: 0;
    list-style-type: none;
}
header li {
    padding-left: 0;
}
.header-block-top, .m-utility-block {
    background: #76004B;
}
.utility-nav a, .m-utility-block a {
    font-size: 14px;
    line-height: 20px;
    /* font-family: 'FSJoeyPro-Bold'; */
    font-family: 'FSJoeyPro-Medium'; /* ELICONMSDP-589 - UAT1*/
    color: #fff;
}
.utility-nav a:after, .m-utility-block a:after {
    content: "";
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
}
.utility-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 6px 0px 0px;
}
.pi-med-block, .external-links-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.indication-links, .cost-down-links {
    display: none;
}
.logo-indication-block {
    display: flex;
    justify-content: space-between;
}
.indication-head p {
    text-transform: uppercase;
    font-family: 'FSJoeyPro-Medium';
    border: 1px solid #76004B;
    color: #76004B;
    max-width: 284px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.indication-head p span {
	display: inline-block;
    padding: 7px 0;
}
.indication-head p span:first-of-type {
    padding-left: 18px;
}
.d-arrow{
	position: relative;
    max-width: 34px;
    display: inline-block;
    border-left: 1px solid #DCC6CF;
    width: 100%;
}
.d-arrow:after {
    content: "";
    border: solid #76004B;
    border-width: 0 3px 3px 0;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 12px;
    top: 15px;
}
.active .d-arrow{
	background:#DCC6CF;
}
.active .d-arrow:after{
	-webkit-transform: rotate(225deg);	
}
.cost-head a {
    color: #76004B;
    font-family: 'FSJoeyPro-Medium';
    text-transform: uppercase;
}
.g-btn {
    color: #FFF;
    background-color: #F26937;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 10px;
    display: inline-block;
    font-family: 'FSJoeyPro-Bold';
	font-weight:normal;
	background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 50% 50%;
	border:1px solid #F26937;
    transition: background-size 500ms, border-color 500ms;
	background-image:linear-gradient(#F26937, #F26937);
}
.g-btn:hover {
	color: #F26937;
/*	background-image: linear-gradient(#fff, #fff);
    background-color: #F26937;
    background-size: 100% 100%;*/
    border-color: #F26937;
}
.call-p a {
    color: #76004B;
    font-family: 'FSJoeyPro-Regular';
    font-size: 14px;
    line-height: 20px;
	word-spacing:0.92px;
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/global/icon-awesome-phone.svg) no-repeat center left;
    padding: 5px 0 5px 18px;
    background-position-y: 4px;
	background-size:16px;
}
.call-p {
    text-align: right;
    margin-top: 0.25rem;
}
.cost-card-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cost-head a{
	position: relative;
    padding-right: 15px;
	font-size:1em;
}
.cost-head a:after {
    content: "";
    border: solid #F26937;
    border-width: 0 3px 3px 0;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 2px;
    bottom: 6px;
}
.cost-down-links:hover + .cost-head > a:after, .cost-head:hover > a:after { /* ELICONMSDP-709 */
	-webkit-transform: rotate(-135deg);
	border-color:#76004B;
	bottom:4px;
}
.header-block-bottom{
	padding: 24px 0 16px 0;
	background: #FFF;
}
.header-block-bottom .logo-block{
	/* margin-top:-11px; */
}
.header-block-bottom .logo-block img{
	height:70px;
}
.hover-content {
    display: none;
}
.indication-links{
	position: absolute;
    max-width: 284px;
    width: 100%;
    background: #FFF;
    border: 1px solid #76004B;
    top:31px;
    z-index:1; /* ELICONMSDP-644 */
}
.indication-links ul {
    padding: 0;
    margin: 0;
	position: relative;
}
.indication-links ul p {
    line-height: 20px;
    font-size: 14px;
}
.indication-links ul a {
    color: #76004B;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    padding: 10px 18px;
	position: relative;
	font-family: 'FSJoeyPro-Medium';
}
.indication-links ul a:after {
    content: "";
    border: solid #76004B;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    vertical-align: middle;
    position: absolute;
    right: 18px;
    top: 17px;
}
.indication-links ul li:hover, .indication-links ul li.hovered {
    background: #DCC6CF;
}
.indication-links ul li:hover > .hover-content, .indication-links ul li.hovered> .hover-content {
    display: block;
    position: absolute;
    right: -100%;
    top: 0;
    max-width: 284px;
    width: 100%;
    background: #DCC6CF;
    border-radius: 0 4px 4px 0px;
    padding: 10px 6px 10px 10px;
	border-left: 1px solid #76004B;
	z-index: 1;
	height: 100%;
}
.indication-contentdiv {
    position: relative;
}
.indication-links ul .hover-content p {
    font-family: 'FSJoeyPro-Medium';
}
.indication-links ul .hover-content p:last-of-type {
    position: absolute;
    bottom: 12px;
    right: 10px;
    line-height: 0; 
	top:12px;
}
.indication-links ul .hover-content p:last-of-type a {
    padding: 0 8px 0 0;
	line-height: 1;
    border-bottom: 1px solid;
}
.indication-links ul .hover-content p:last-of-type a:after {
    right: 0px;
    top: 4px;
}
.cost-down-links {
    position: absolute;
    /* max-width: 284px; */
    max-width: 195px;
    width: 100%;
    background: #FFF;
    border: 1px solid #76004B;
    border-radius: 4px;
	top: 41px;
	overflow: hidden;
   z-index: 1;
}
.cost-down-links:hover, .cost-dropdown:hover .cost-down-links{ /* ELICONMSDP-709 */
	display:block;
}
.cost-down-links ul {
    padding: 0;
    margin: 0;
}
.cost-down-links a {
    color: #76004B;
    padding: 8px 18px;
    display: inline-block;
    width: 100%;	
}
.cost-down-links li a{
	background: #fff;
}
.cost-down-links li a:hover {
	background: #DCC6CF;
}
.cost-card-block {
    position: relative;
}
.active .cost-head:after {
    content: "";
    height: 2px;
    background: #F2862A;
    position: absolute;
    display: inline-block;
    width: 83%;
    bottom: -2px;
    left: 0;
}
.active .cost-head:after{
	background:none;
}
.cost-head{
    position: relative;
	padding-bottom:7px; 
	padding-top:10px;
}
.active .indication-links, .active .cost-down-links{
	display: block;
          z-index: 2;
}
/* header end */

/* ISI start */
.isi-content {
    max-width: 1070px;
    margin: 0 auto;
}
.footer.footer .container {
    padding: 0 15px !important;
}
.isi-content p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 10px;
}
.cmp-isi .isi-container ul li {
    margin-bottom: 1rem;
}
.border-content {
    border: 1px dotted #000;
    border-radius: 8px;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    gap: 40px;
	margin-bottom: 33px;
}
.border-content p {
    margin-bottom: 0;
}
.icon-text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.border-content .icon-text img {
    max-width: 24px;
}
.isi-content .title-22px {
    font-size: 22px;
    line-height: 24px;    
    font-family: FSJoeyPro-Bold;
	font-weight:normal;
}
.isi-content .red {
    color: #F26937;
}
hr {
    border-color: #BBBDC0;
    margin-top: 1.4rem;
    margin-bottom: 2.5rem;
}
.isi-content .pri-clr{
	color: #76004B;
}
.isi-content .title-20px {
    font-family: 'FSJoeyPro-Bold';
    font-size: 20px;
	font-weight:normal;
}
.mw-32{
	max-width: 32px;
}
.container-868 {
    max-width: 868px;
    margin: 0 auto;
    display: flex;
    gap: 52px;
}
.container-868>ul {
    width: 100%;
    max-width: calc( 100% / 3);
}
ul li::marker {
    color: #76004B;
}
.sec_icon_lSpace{
	padding-left: calc( (100% - 868px)/2 - 42px );
}
.isi-content.expand-text {
    padding: 0 15px;
}
ul li:last-of-type, .cmp-isi .isi-container ul li:last-of-type {
    margin-bottom: 0;
}
ul ul li {
    margin-bottom: 0.5rem;
}
.icon-text.aln-center{
	align-items: center;
}
.icon-text.aln-center p{
	margin-bottom: 0;
}
.no-list, .cmp-isi .isi-container ul.no-list li {
    list-style: none;
}
.bulleted.no-list p {
    margin-bottom: 0;
}
.isi-pill-block {
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
}
.isi-pills-content {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
	position: relative;
}
.isi-pill-block .tablet-p {
    max-width: 240px;
}
.pills div:first-of-type p {
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.pills {
    border: 2px solid #D2D2D2;
    border-radius: 6px;
    display: flex;
    max-width: 284px;
    width: 100%;
    align-items: center;
    padding: 12px 3px 12px 18px;
    gap: 13px;
}
.isi-pills-content p {
		margin-bottom: 0;
	}
.pills div:first-of-type {
    text-align: center;
}
p.tablet-foot {
    position: absolute;
    bottom: -30px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: FSJoeyPro-Italic;
}
.border-content-btm {
    border: 2px solid #D2D2D2;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
	max-height: 65px;
}
.border-content-btm p {
    margin: 0;
}
.border-content-btm.gap-6{
	gap: 6px;
}
.isi-content a, .cmp-isi .isi-container a {
    color: #F26937;
    text-decoration: underline;
	font-family:'FSJoeyPro-Regular'; font-size:18px;  line-height:24px;
}
.full-content {
    margin-bottom:50px;
}
.cmp-footer-isi-content-element .isi-container, .cmp-isi .isi-container {
    font-family: "FSJoeyPro-Regular";
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.isi-mobile-view-links {
    display: none !important;
}
.cmp-isi.sticky-element {
    background-color: #fff;
}
.isi-footer-wrapper .bg-lighter-blue {
    background-color: #FFF;
	padding: 0 !important;
}
.footer .column-control-column {
    margin-bottom: 0;
}
.bg-light-blue {
    display: none;
}
.footer-links {
    display: flex;
    gap: 50px;
}
.f-links-block {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}
.f-links-block h3 {
    font-family: FSJoeyPro-Medium;
    min-height: 130px;
	line-height: 40px;
	font-size:1.875em;
}
.afib-clr{
    color: #76004B;
}
.vte-clr{
    color: #00919B;
}
.ortho-clr{
    color: #394E78;
}
.cost-clr{
    color: #444444;
}
.f-links a {
    font-size: 18px;
    color: #F26937;
    text-decoration: underline;
}
.f-links>.no-list {
    padding: 0;
}
.f-links p {
    margin-bottom: 0;
}
.f-links .no-list .no-list li {
    margin-bottom: 0;
}
.isi-footer-wrapper .bg-lighter-blue>.container {
    max-width: 100%;
}
.footerContent {
    background: #F2F3F3;
	padding: 93px 0 84px 0;
	margin-top: 45px;
}
.footer-logo-block {
    max-width: 590px;
    display: flex;
    width: 100%;
	margin: 0 auto;
	gap: 10px;
}
.cmp-isi .footer-btm-links a, .footer-btm-links a {
    color: #76004B;
    font-family: FSJoeyPro-Medium;
    border-right: 1px solid #D8D8D8;
    line-height: 1;
    padding-right: 38px;
    position: relative;
	text-decoration: none;
}
.footer-btm-links a:after {
    content: "";
    border: solid #F26937;
    border-width: 0 3px 3px 0;
    padding: 2.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    vertical-align: middle;
    position: absolute;
    right: 20px;
    bottom: 5px;
}
.footer-btm-links .ad-block a:last-of-type::after {
    right: 0px;
}
.footer-btm-links .ad-block a:last-of-type {
    border: none;
	padding-right: 20px;
	background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/global/AdChoices_Icon.svg) no-repeat;
    padding-left: 20px;
}
.footerContent-block {
    text-align: center;
}
.footer-btm-links, .footer-btm-links div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin: 10px 0 15px 0;
}
.footer-last-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
/*.footer{
	margin-top:50px;
}- ELICONMSDP-709 */
footer.footer {
    margin: 0 !important;
    padding-top: 40px;
}
.footer-logo-block img {
    width: 100%;
}
#footer .col {
    padding: 0;
}
.isi-header, .isi-content.preview-text {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
}
.footer .cmp-isi {
    padding: 0 0 1rem 0;
}
.footer .cmp-isi.is-expanded {
    overflow-x: hidden;
    padding-bottom: 0;
}
.cmp-isi .isi-container .isi-container-title {
    font-size: 20px;
    font-family: FSJoeyPro-Bold;
	font-weight:normal;
    color: #76004B;
    line-height: 24px;
}
.isi-header {
    background: #F2F3F3;
    padding: 6px 15px;
    margin-bottom: 10px;
	position: relative;
}
.isi-header:before, .isi-header:after, .dup-isihead:before, .dup-isihead:after {
    content: "";
    position: absolute;    
    width: 9999px;
    height: 100%;
    background: #F2F3F3;
    top: 0;
}
.isi-header:before, .dup-isihead:before {
	right: 100%;
}
.isi-header:after, .dup-isihead:after {
	left: 100%;
}
.arrow.up-arrow, .arrow.down-arrow {
	background: none; background-image:none;
}
.arrow.up-arrow:after, .arrow.down-arrow:after {
    content: "";
    border: solid #F26937;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 2px;
    bottom: 0px;
	z-index:2;
}
.arrow.down-arrow:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    bottom: -5px;
}
.dup-isihead {
    background: #F2F3F3;
    padding: 13px 0px;
    margin-bottom: 10px;
    position: relative;
}
.dup-isihead p {
    font-size: 24px;
    line-height: 24px;
    color: #76004B;
    font-family: FSJoeyPro-Bold;
	font-weight:normal;
	margin: 0;
}
.is-expanded .dup-isihead{ position:relative; top:-22px;}
.dup-isihead p sup {font-weight: 900;}
.isi-content ul ul {margin-top:10px;}
.isi-content ul li {font-size:1.125em; color:#444444;}
.isi-content ul li ul li { font-size:1em;}
/*.footer .icon-text.mb-2 ~ .container-868 {margin-left:6%;} - ELICONMSDP-709 */
/* ISI end */
/* modal css */
.modal {
    padding-right: 0 !important;
}
.modal-dialog {
    /* max-width: 1150px; */    
    /* width: 80%; */
	max-width: 880px;
	margin: 95px auto;
    width: calc(100% - 20px);
    /* overflow-x: hidden; */
}
#video-overlay .modal-dialog {
	width: calc(100% - 90px);
}
.modal-body h2 {
    color: #76004B;
    font-family: FSJoeyPro-Medium;
    margin-bottom: 30px;
}
body.modal-open .modal {
    overflow-y: scroll;
}
.modal-dialog .modal-content {
    padding: 55px 47px;
    border-radius: 15px;
}
.modal-body {
    padding: 0;
}
.modal-header {
    border: 0;
    padding: 0;
}
.modal-body :last-child {
    margin-bottom: 0;
}
.modal-body li {
    font-size: 18px;
    line-height: 24px;
    color: #444444;
}
.modal-header button.close {
    top: 20px;
    right: 20px;
    z-index: 104;
    width: 30px;
    height: 30px;
    margin: 0;
    opacity: 1;
    outline: none;
}
.modal-open { padding-right: 0px !important;}
/* modal css end */
/* exit modal css */
.modal .modal-content .overlay-wrapper {
    padding: 0;
}
.modal-header h5 {
    display: none;
}
.IndicationContent>p {
    display: none;
}
.external-exit-content h2, .internal-exit-content h2 {
    color: #76004B;
    font-family: FSJoeyPro-Medium;
    margin-bottom: 30px;
}
.external-exit-content p, .internal-exit-content p {
    font-size: 18px;
    line-height: 24px;
    color: #444444;
}
.modal-button a {
    background: #f26937;
    padding: 10px 50px;
    color: #FFF;
    font-family: "FSJoeyPro-Medium";
    font-size: 18px;
	display: inline-block;
	border-radius: 4px;
}
.modal .modal-content .overlay-wrapper .modal-button .last-button, .modal .modal-content .overlay-wrapper .modal-button .first-button {
    background: none;
	width: auto;
    margin: 0;
}
.modal .modal-content .overlay-wrapper .modal-button {
    gap: 25px;
}
.center{text-align:center;}
.purple-bg{background:#76004B;}
.teal-bg{background:#00919B;}
.blue-bg{background:#394E78;}
.regular{font-family:'FSJoeyPro-Regular' !important;}
.fs_pro_med,.medium{font-family: 'FSJoeyPro-Medium' !important;}
.carousel-sec .item>img {
    max-height: 294px;
    height: 100%;
}
/* exit modal css end */
.border_bottom_none{border-bottom:none !important;}
.mb_4{margin-bottom:4px !important;}
.orange_underline {color:#F26937;text-decoration:underline;}
.font18{font-size:1.125em !important;}
/* gateway page css start */
#gateway h1{font-family:'BrandonGrotesqueMedium'; font-size:2.5em; line-height:1.2em; /*font-weight:600;*/ color:#76004B;} /* ELICONMSDP-709 */
#gateway h1 span{font-family:'Brandon-Black';}
#gateway p.gatewaycnt{font-family:"FSJoeyPro-Medium"; font-size:1.5em; line-height:1.2em; color:#444444;}
.gateway-box{justify-content:center; gap:30px; text-align:center; margin-bottom:20px; margin-top:40px;}
.gateway-box div{flex:1 1 0; padding:22px 0px 40px;;}
#gateway .gateway-box p{color:#fff;}
#gateway .gateway-box a{padding:10px 38px; background:#fff; font-family:'FSJoeyPro-Bold'; font-size:1.5em; line-height:1.75em; border-radius:2px; border:1px solid #fff; font-weight:normal;background-image: linear-gradient(#fff, #fff);
    background-size: 0% 100%;
    background-position: 50% 50%;
    transition-property: background-size, border-color;
    transition-duration: 500ms;
    background-repeat: no-repeat;}
#gateway .gateway-box a:hover{color:#fff; background-color: #ffffff;    background-size: 100% 100%;}
#gateway .body-header {margin-top:40px;}
#gateway .gateway-box .purple-bg a{color:#76004B;}
#gateway .gateway-box .teal-bg a{color:#00919B;}
#gateway .gateway-box .blue-bg a{color:#394E78;}
#gateway .gateway-box .purple-bg a:hover{/*background-image: linear-gradient(#76004B, #76004B);*/ color:#fff;}
#gateway .gateway-box .teal-bg a:hover{/*background-image: linear-gradient(#00919B, #00919B);*/ color:#fff;}
#gateway .gateway-box .blue-bg a:hover{/*background-image: linear-gradient(#394E78, #394E78);*/ color:#fff;}
#gateway .gateway-box p.title{font-family:'FSJoeyPro-Bold'; font-size:2em; line-height:1.1em; margin-top:14px; margin-bottom:0.7rem; font-weight:normal;}
#gateway .gateway-box p.desc{font-family:'FSJoeyPro-Medium'; font-size:1.125em; line-height:1.33em; margin-bottom:20px; padding:0px 30px;}
.gateway-box i.right-arrow { border:solid black; border-width:0 3px 3px 0; display:inline-block; padding:3px; transform:rotate(-45deg);-webkit-transform: rotate(-45deg); vertical-align:middle; margin-bottom:4px; margin-left:15px;}
#gateway .gateway-box .purple-bg a i.right-arrow{border-color:#76004B;}
#gateway .gateway-box .teal-bg a i.right-arrow{border-color:#00919B;}
#gateway .gateway-box .blue-bg a i.right-arrow{border-color:#394E78;}
#gateway .gateway-box .purple-bg a:hover i.right-arrow{border-color:#fff;}
#gateway .gateway-box .teal-bg a:hover i.right-arrow{border-color:#fff;}
#gateway .gateway-box .blue-bg a:hover i.right-arrow{border-color:#fff;}
/* #gateway .footnote{margin-bottom:32px;} */
#gateway .footnote p{font-family:'FSJoeyPro-Regular'; font-size:0.875em; line-height:1.25em;margin-bottom:0}
#gateway .gateway-box p.desc.mb-44{margin-bottom:44px;}

header p.singup-text{text-align:right;}
header p.singup-text a, header p.singup-text a:hover{color:#F26937; text-decoration:underline;}
.indication-head ~ p.mt-1 {font-size:14px;}
/* gateway page css end */

p.title-22px.red.mt-2 ~ p {margin-bottom:16px;}

/* Afib page Global css start */
.afib-header .indication-block{width:284px;}
.afib-header .logo-indication-block{display:block;}
.afib-header .pi-med-block, .external-links-block { gap:20px; } /* ELICONMSDP-709 */
/*.header-block.desktop-header .utility-nav {gap:20px; justify-content: flex-start;} /* ELICONMSDP-709 */
.afib-header .indication-head p{background:#fff; font-size:0.875em;}
.afib-header .indication-head .d-arrow:after{top:12px;}
.afib-header .indication-head p span{padding:3px 0px;}
.afib-header .indication-head p span:first-of-type{padding-left:18px;}
.afib-header .cost-card-content{display:block;}
.afib-header .navbar-nav{flex-direction:row; justify-content:space-between; align-items:center;}
.afib-header .navbar-nav li a.arrow{position:relative;}
.afib-header .navbar-nav li a.arrow:after {content:""; border:solid #F26937; border-width:0 3px 3px 0; padding:2.5px;transform: rotate(45deg); -webkit-transform:rotate(45deg); vertical-align:middle; position:absolute; right:-14px; bottom:6px;}
.afib-header .navbar-nav li a:hover{text-decoration:none;}
.afib-header .navbar-nav .dropdown:hover a.arrow:after{border-color:#76004B; transform:rotate(-135deg); -webkit-transform: rotate(-135deg);bottom:3px;}
.afib-header .navbar-nav li.nav-item {padding:4px 0px;}
.afib-header .navbar-nav li.nav-item.active {border-bottom:1.5px solid #E17145;}
.afib-header.vte .navbar-nav li.nav-item.active{border-bottom:1.5px solid #4599A3;}
.afib-header .navbar-nav .dropdown:hover .dropdown-menu{display:block;}
.afib-header .navbar-nav .dropdown-menu{position:absolute; top:54px; border:1px solid #76004B; border-radius:2px; left:-54px; padding:0px;}
.afib-header .navbar-nav .dropdown.active .dropdown-menu{top:56px; }
.afib-header .navbar-nav .dropdown-menu li:hover, .afib-header .navbar-nav .dropdown-menu li.active{background:#DCC6CF;}
.afib-header .navbar-nav .dropdown-menu li.dropdown-item{padding:.5rem 2rem .5rem 1.9rem; margin-bottom:0px; text-align:center;}
.afib-header .navbar-nav .dropdown-menu li.dropdown-item a{
	font-family:'FSJoeyPro-Regular';
}
.afib-header .call-p{margin-top:0px;} /*ELICONMSDP-611*/
.afib-header .indication-links ul .hover-content p:last-of-type{top:12px;}
.afib-header .indication-links ul .hover-content.pad-right-6{padding-right:6px;}
header.afib-header{margin-bottom:0px;}
.afib-header .header-foot-text{background:#730041;}
#vte-page .afib-header.vte .header-foot-text {
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 9;}
.afib-header .header-foot-text p, .header-foot-text p {font-size:14px; color:#fff; padding:7px 0px 2px; font-family:'FSJoeyPro-Medium';line-height:20px;}

.afib-header.ortho .navbar-nav li.nav-item.active {border-bottom:1.5px solid #394E78;}
.afib-header .header-block-bottom{padding-bottom:5px;}
.afib-header .header-block-bottom.pb-20{padding-bottom:20px;}/*ELICONMSDP-739 changes by deepak*/
.afib-header .header-block-bottom.ortho {
    padding-bottom: 15px;
}
.cost-card-content .nav-item a, .cost-card-content .nav-item a:hover{color:#76004B; font-family:'FSJoeyPro-Medium';}
.cost-card-content .nav-item{text-align:center;}
.mobile-nav-item {padding:20px;}
.mobile-nav-item a, .mobile-nav-item a:hover{color:#76004B; font-family:'FSJoeyPro-Medium'; font-size:1.25em;}
.mobile-nav-item button{color:#76004B; font-family:'FSJoeyPro-Medium'; font-size:1.25em; outline:0px; border:0px; background:none; padding:0px; display:block; width:100%; position:relative; text-align:left;}
.mobile-nav-item h2{font-size:inherit; line-height:inherit; margin-bottom:30px;}
.mobile-nav-item p {margin-bottom:30px;}
.mobile-nav-item button.button:after {content:""; border:solid #F26937; border-width:0 3px 3px 0; display:inline-block; padding:3px;transform:rotate(45deg); -webkit-transform:rotate(45deg); vertical-align:middle; margin-bottom:4px; margin-left:15px; position:absolute;top:6px; right:0px; cursor:pointer; }
.mobile-nav-item button[aria-expanded="true"]:after{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.mobile-nav-item .accordion-body p{border-top:0.25px solid #4D4D4D; padding:15px 0px; margin-bottom:0px;}
.mobile-nav-item .accordion-body p:nth-last-of-type(1){border-bottom:0.25px solid #4D4D4D; margin-bottom:10px;/*Deepak - ELICONMSDP-736*/}
body.mob-menu-show{overflow:hidden;position:fixed;max-width: 100%;}
.mobile-nav-item .accordion-body p a{padding-left:30px; font-family:'FSJoeyPro-Regular';}
/* Afib page Global css end */

.visible-xs{display:none !important;}

/* Afib Home page css start */
.afib-home-banner{max-width:1440px; /*margin:194px auto 0px;*/ margin:0px auto 0px;}
.afib-home-banner a.bannerImage{position:absolute; right:0px; width:220px; height:58px; bottom:69.5%;}
#poster-carousel .owl-dots{position:absolute; bottom:21%; right:0px; left:0px;}
#poster-carousel.owl-theme .owl-dots .owl-dot.active span, #poster-carousel.owl-theme .owl-dots .owl-dot:hover span{background:#F26937;}
#poster-carousel.owl-theme .owl-dots .owl-dot span{background:#FFF;}
.afib-home-banner .owl-carousel .owl-item{background:#76004B;}

.afib-home-cta{text-align:center; background:#F2F3F3; margin-bottom:30px; border-top:10px solid #F18224; box-shadow:0px 4px 12px rgba(0,0,0,16%); margin-top:-60px;/*ELICONMSDP-628*/ z-index:2; position:relative;}
#afib-home .afib-home-cta {margin-top:-6px;}
/*Changes by Deepak - ELICONMSDP-628*/
.desktop-header .call-p a {pointer-events: none;}
#eliquis-360-support .eliquis-360-support-tab-sec .flex div.right-sec #tab3 img, #eliquis-360-support .eliquis-360-support-tab-sec .flex div.right-sec #tab5 img { /* ELICONMSDP-759 */
    max-width: 120px;
}
@media only screen and (min-device-width:769px) and (max-device-width:1023px){
	#poster-carousel .owl-item .item{
		min-height:480px;
	}
	#poster-carousel .owl-item .item > img{
		min-height:480px;
		object-fit:cover;
	}     
	.banner-carousel-sec {
		height: 70%;
	}
}
/*ELICONMSDP-788, ELICONMSDP-789, ELICONMSDP-790, ELICONMSDP-791,ELICONMSDP-792*/
@media only screen and (min-device-width:769px) and (max-device-width:1024px){
	#poster-carousel .owl-item .item:not(.william, .sandy, .bitsy, .joem, .brain, .lavon, .joe){
		min-height:480px;
	}
	#poster-carousel .owl-item .item:not(.william, .sandy, .bitsy, .joe, .brain, .lavon, .joe) > img{
		min-height:480px;
		object-fit:cover;
	}   
    #gateway .gateway-box p.desc.mb-44-i12 { /*ELICONMSDP-793*/
		margin-bottom: 44px;
	}	
}
/*ELICONMSDP-788, ELICONMSDP-789, ELICONMSDP-790, ELICONMSDP-791,ELICONMSDP-792*/		  																			  
/*Changes by Deepak - ELICONMSDP-628*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    #afib-home .afib-home-cta {margin-top:0;} 
     /* ELICONMSDP-793 */
     .teal-bg p.desc.tealBtn{
        margin-bottom: 44px !important; 
    }
  }
#vte-consider-eliquis .afib-home-cta, #vte-taking-eliquis .afib-home-cta, #dvt-side-effect-page .afib-home-cta, #vte-talk-to-your-doctor .afib-home-cta, #vte-faq .afib-home-cta, #afib-side-effects .afib-home-cta, #afib-consider-eliquis .afib-home-cta, #afib-taking-eliquis-page .afib-home-cta, #afib-faq-page .afib-home-cta {margin-bottom:0px;}
.afib-home-cta .d-flex {justify-content: center;}
.afib-home-cta .d-flex .afib-home-cta-sec{flex:1 1 100%; padding-top:16px;}
.afib-home-cta-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.5em; margin-bottom:0px; margin-top:14px;}
/* .afib-home-cta-sec p{font-family:'FSJoeyPro-Regular'; font-size:1.12em; color:#444;} */
.afib-home-cta-sec p a{font-family:'FSJoeyPro-Medium'; font-size:1.25em; color:#76004B; line-height:1.5em; display:flex; align-items:center; justify-content:center; padding:9px 0px; background:#fff;}
.afib-home-cta-sec p a:hover{color:#F26937;}
.afib-home-cta-sec p a:after{content:""; width:36px; height:36px; display:inline-block; margin-left:20px; background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/afib-home-cta-carat.svg) no-repeat;}
.afib-home-cta-sec p a:hover:after{background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/afib-home-cta-carat-hover.svg) no-repeat;}
.afib-home-cta:not(.supportcta) .d-flex .afib-home-cta-sec {padding-top:30px;}
.afib-home-cta .d-flex .afib-home-cta-sec:nth-of-type(2){border:1px solid #E8E8E8; border-top:0px; border-bottom:0px;}
.afib-home-cta .afib-home-cta-sec p.cta{padding-top:23px; margin-bottom:0px;}
.afib-home-cta .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:0px;}
.afib-home-cta .afib-home-cta-sec p.desc{padding:0px 10px;}

.eliquis-360-support-cta{
	position:relative;
}
.orangecircle{
	border: 1px solid #F26937;
    width: 420px;
    height: 420px;
    border-radius: 500%;
    position: absolute;
    right: -98px;
    bottom: -108px;
}
/* ELICONMSDP-709 starts */
#eliquis-360-support .eliquis-360-support-cta .orangecircle { 
    opacity: 60%;
}
#eliquis-360-support .eliquis-360-support-img-sec .video-cta .text-sec p.title {
    z-index: 0;
    position: relative;
}
/* ELICONMSDP-709 ends */
.afib-home-article{margin:0px 40px; position:relative;}
.afib-home-article .d-flex {justify-content:center; align-items:center;}
.afib-home-article .d-flex div{flex:1 1 0;}
.afib-home-article .afib-home-article-sec{margin:0px 4%;}
.afib-home-article .afib-home-article-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.5em; line-height:1.2em; color:#76004B;}
.afib-home-article .afib-home-article-sec p.desc{font-family:'FSJoeyPro-Regular'; font-size:1.12em; line-height:1.4em; color:#444;}
.afib-home-article .afib-home-article-sec p.cta{margin-top:24px;}
.afib-home-article .afib-home-article-sec p.cta a{font-family:'FSJoeyPro-Medium'; font-size:1.12em; line-height:1.12em; color:#fff;  padding:10px 20px; border-radius:2px; background:linear-gradient(to right, #F26937 50%, #fff 50%) left; background-size:200%; transition:.5s ease-out; border:1px solid #F26937;}
.afib-home-article .afib-home-article-sec p.cta a:hover{background-position:right; color:#F26937;}

.afib-home-article .carol-detail {position:absolute; bottom:0px; left:41%; right:0px;}
.afib-home-article .afib-home-article-sec p.name{font-family:'FSJoeyPro-Medium'; font-size:1.75em; line-height:1.2em; color:#76004B; margin-bottom:0px;}
.afib-home-article .afib-home-article-sec p.profession{font-family:'FSJoeyPro-Regular'; font-size:1em; line-height:1em; color:#F26937; margin-bottom:12px; margin-left:30px;}
.afib-home-article .afib-home-article-sec p.role{font-family:'FSJoeyPro-Regular'; font-size:.87em; line-height:.87em; color:#444; margin-left:30px;}
.afib-home-article .afib-home-article-sec img{width:100%;}
.afib-home-bodycontent{ background-image:linear-gradient(to right, #F4F4F4 0%, #FFF 100%); margin-bottom:0px; padding-bottom:20px;}
#afib-home .afib-home-article .afib-home-article-sec p.profession{margin-left:30px; margin-right:0px;}
/* Afib Home page css end */

/* Afib Stroke & risk page css start */
.afib-stroke-risk-banner{/*background:transparent radial-gradient(ellipse at bottom, #89004E 10%, #730041 50%, #76004B 100%);*/    background: radial-gradient(#89004E, #5C0033); text-align:center; min-height:130px;}
.page-header p.title{font-size:2.37em; font-family:'FSJoeyPro-Medium'; color:#fff; line-height:1.2;} 
.afib-stroke-risk-banner .page-header p.title{color:#fff; margin-bottom:0px;} 
.afib-stroke-risk-banner .page-header h3{color:#fff; font-family:'FSJoeyPro-Medium';} 
.afib-stroke-risk-banner .page-header { padding:20px 0px 16px;}
.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item img{width:auto; margin-top:-20px;}
.afib-stroke-risk-carousel {padding-top:40px;}
.carousel-sec .owl-item .item{box-shadow:0px 4px 12px rgba(0, 0, 0, .15); border-radius:10px; margin:20px 10px 10px; padding:0px 4%;}

.carousel-sec .owl-carousel .owl-item p.title {font-size:1.75em; font-family:'FSJoeyPro-Medium'; font-style:italic; line-height:1.2; color:#76004B; position:relative;}
.carousel-sec .owl-carousel .owl-item p.title:before{content:""; width:27px; height:22px; display:inline-block; background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/left-quotes.svg) no-repeat; position:absolute; left:-40px;}
.carousel-sec .owl-carousel .owl-item p.title:after{content:""; width:27px; height:22px; display:inline-block; background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/right-quotes.svg) no-repeat; margin-left:8px; position:absolute; bottom:-2px;}
.carousel-sec{margin-bottom:40px;}
.carousel-sec .owl-carousel .carousel-caption{ left:40%; right:6%; text-align:left;}
.carousel-sec .owl-carousel .owl-item .d-flex{justify-content:space-between; align-items:center; gap:10%;}
.carousel-sec #poster-carousel .owl-dots{bottom:-30px;}
.carousel-sec p.poster-mid-text{font-family:'FSJoeyPro-Medium'; font-size:0.87em; color:#444444;}
.carousel-sec p.poster-foot-text{font-family:'FSJoeyPro-Medium'; font-size:1.75em; color:#76004B; margin-bottom:0px;}
.carousel-sec p.poster-foot-text1 {font-family:'FSJoeyPro-Regular'; font-size:1em; color:#F26937; margin-left:28px; line-height:1.2;margin-bottom:0;}

.carousel-sec #poster-carousel.owl-theme .owl-dots .owl-dot.active span, .carousel-sec #poster-carousel.owl-theme .owl-dots .owl-dot:hover span{background:#76004B;}
.carousel-sec #poster-carousel.owl-theme .owl-dots .owl-dot span{border:1px solid #76004B;}

.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item .sandy img{/*margin-top:-36px;*/}
.afib-stroke-risk-carousel .carousel-sec .owl-theme .owl-dots .owl-dot span{width:8px; height:8px;}

.bloodbgimg{background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/blood-thinners-desk.svg) no-repeat; width: 995px; height: 393px;     max-width: 100%;
    background-size: contain;}
#afib-stroke-risk #accordian-sec3 .accordian-img-sec, #about-vte #accordian-sec4 .accordian-img-sec {padding: 0px 10px;}
.bloodbgimg .subheadfnt{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: 'FSJoeyPro-Bold';
    padding-top: 16px;	
    max-width: 100%;
    background-size: contain;
}
.thinnercnt{
    display: flex;
    padding-top: 170px;
    padding-left: 80px;
    padding-right: 80px;
    gap: 60px;
}
.thinnercnt .fnt18{
    font-size: 18px;
    line-height: 24px;
    font-family: 'FSJoeyPro-Regular';
	text-align: center;
    max-width: 200px;
    margin: 0 auto;	
}

.tab-container .nav-tabs{margin-bottom:20px; margin-top:20px;}
.tab-container .nav-tabs .nav-link{background:#fff; font-family:'FSJoeyPro-Medium'; font-size:1.70em; line-height:1.2; color:#76004B; padding:0px 0px 12px 0px; border:0px; border-bottom:8px solid #F2F3F3; }
.tab-container .nav-tabs .nav-link:focus{
	outline:none;
}
.tab-container .nav-tabs .nav-link:hover{cursor:pointer;}
.tab-container .nav-tabs .nav-link.active{border-color:#F26937;}
.tab-container .nav-tabs .nav-link.active span{color:#F26937;}
.accordian {padding:10px 5% 10px 5%; border-radius:8px; box-shadow:0px 4px 12px rgba(0, 0, 0, 10%); margin-bottom:20px;}
.accordian button.btn{font-family:'FSJoeyPro-Medium'; font-size:1.75em; color:#444; line-height:1.2; display:flex; width:100%;  background:transparent; justify-content:space-between; align-items:center; padding-left:0px; white-space:break-spaces; text-align:left; position:relative;}
.accordian button.btn[aria-expanded="true"]{color:#F26937;}
.accordian button.btn:after{content:""; color:#FC5F3A; display:block;}
.accordian button.btn[aria-expanded="false"]:after, .accordian button.collapsed.btn[aria-expanded="false"]:after{ width:24px; height:26px; background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/plus-icon-accodian.svg) no-repeat; background-size:contain; position:absolute; right:-20px;} /* ELICONMSDP-708 */
.accordian button.btn[aria-expanded="true"]:after, .accordian button.orengeClr.btn[aria-expanded="false"]:after{ width:24px; height:6px; background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/minus-icon-accodian.svg) no-repeat; background-size:contain; position:absolute; right:-20px; background-position: center;} /* ELICONMSDP-745 */
.accordian button.btn:focus{box-shadow:none;}
.orengeClr{color:#F26937 !important;}


.accordian .collapse.hovered {height:280px !important; display:block; overflow:hidden; transition:all 2s ease; opacity:0.3;}
.accordian .collapse{display:block; overflow:hidden; height:0; transition:all 2s ease; opacity:0.3;}
.accordian .collapse.show{height:auto; opacity:1;overflow:visible;}
.accordian .title-sec{display:flex; margin:30px 10px 0px; align-items:center; border-top:8px solid #F18224; box-shadow:0px 4px 12px rgba(0,0,0,16%);}
.accordian .title-sec p.para-head{font-family:'FSJoeyPro-Bold'; font-size:3.125em; line-height:1; color:#76004B; background:#fff; width:100%; padding-left:20px; font-weight:normal;}
.accordian .title-sec p.para-head span{color:#F26937;}
.accordian .title-sec p{font-family:'FSJoeyPro-Medium'; font-size:2em; color:#444; line-height:1.2; background:#F2F3F3; margin-bottom:0px;}
.accordian .title-sec p.para-desc{padding:22px 20px 22px 50px; position:relative;}
.accordian .title-sec p.para-desc:before {content:""; width:0; height:0; border-top:20px solid transparent; border-left:20px solid #fff; border-bottom:20px solid transparent; position:absolute; left:0px; top:38%;}
.accordian .title-sec p.para-desc span{font-family:'Brandon-Black'; font-size:56px; color:#76004B; line-height:10px; position:relative; top:8px; font-weight:900;}

.accordian .afib-map-sec{display:flex; gap:30px; margin:40px auto; align-items:center;}
.accordian .afib-map-sec .para-desc .title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; color:#76004B; line-height:32px;}
.accordian .afib-map-sec .para-desc .desc{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444; line-height:24px;}

.afib-healthy-heart-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; color:#76004B; line-height:1.2; margin-bottom:0px;}
.afib-healthy-heart-sec .flex{display:flex; align-items:center;}
.afib-healthy-heart-sec .flex p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444; line-height:24px;}

.afib-symptoms-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; color:#76004B; line-height:1.2;}
.afib-symptoms-sec .flex{display:flex; align-items:center; margin-top:42px;}
.afib-symptoms-sec .flex .para-desc {flex: 1 1 0; text-align:center;}
.afib-symptoms-sec .flex p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444;}
.afib-symptoms-sec .flex p.img-text{margin-top:18px;}

.afib-clot-stroke-sec { margin-top:10px;}

.audio-wrap .audio {background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/audio_sound.svg) left center no-repeat; background-size:40px 40px; padding-left:50px; vertical-align:middle; display:table-cell; height:40px; text-decoration:none; color: #444444; font-family:'FSJoeyPro-Bold'; font-weight:normal;}
.audio-wrap .audio.pauseblock { background-image: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/audio_pause.svg);}
.audio-wrap .audio.pauseblock:hover { background-image: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/audio_pause_hover.svg);}
.audio-wrap .audio span { color:#F26937; font-family:'FSJoeyPro-Regular';}

.afib-info-one-sec .flex{display:flex; align-items:center; gap:16px;}
.afib-info-one-sec p{font-family:'FSJoeyPro-Bold'; font-size:1.125em; line-height:1.2; color:#76004B; margin-bottom:0px; font-weight:normal;}
.accordian .afib-symptoms-sec {margin-top:56px;}
.accordian .afib-info-one-sec {margin-top:42px; margin-bottom:20px;}

.accordian .afib-clot-stroke-sec .flex{display:flex; gap:30px;}
.accordian .afib-clot-stroke-sec .para-desc {box-shadow:0px 4px 12px rgba(0,0,0, 16%); flex:1 1 0; position:relative;}
.accordian .afib-clot-stroke-sec .para-desc .img-sec {background:#F2F3F3; text-align:center; padding:20px 0px;}
.accordian .afib-clot-stroke-sec .para-desc .img-sec:hover img.no-hover{display:none;}
.accordian .afib-clot-stroke-sec .para-desc .img-sec img.hover{display:none;}
.accordian .afib-clot-stroke-sec .para-desc .img-sec:hover img.hover{display:block; text-align:center; margin:0px auto;}
.accordian .afib-clot-stroke-sec .para-desc .img-text{padding:20px 20px;}

.afib-clot-stroke-foot-sec { margin-top:60px;}
.afib-clot-stroke-foot-sec .flex {display:flex;}
.afib-clot-stroke-foot-sec .flex .flex{flex:1 1 0;}
.afib-clot-stroke-foot-sec .flex .para-desc{display:flex; gap:22px;}
.afib-clot-stroke-foot-sec .img-text p{font-family:'FSJoeyPro-Regular'; font-size:1.25em; line-height:1.2; color:#444; }
.afib-clot-stroke-foot-sec .img-text p.title{font-family:'FSJoeyPro-Medium'; font-size:1.25em; line-height:1.2; color:#000; }
.afib-clot-stroke-foot-sec .img-text ul li{font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:1.2; color:#444; margin-bottom:8px; }
.accordian .afib-clot-stroke-sec .para-desc img.img-ani{position:absolute; right:6px; top:6px;}
.afib-clot-stroke-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.2; color:#76004B;}
.accordian .afib-clot-stroke-sec .para-desc .img-text{font-size:1.125em; line-height:24px; position:relative;}
.accordian .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec{padding-top:37px;}
/* .accordian .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec:hover{padding-top:20px; padding-left:9px;} */
#after-surgery-risk .accordian .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec:hover { padding-top:0px;} /* ELICONMSDP-616 */
.accordian .afib-clot-stroke-sec .para-desc .img-text:before { content:""; width:0; height:0; border-left:17px solid transparent;
border-right:17px solid transparent; border-bottom:17px solid #fff; position:absolute; top:-16px; left:0px; right:0px; margin:0px auto;
}
.afib-clot-stroke-foot-sec > .flex {gap:30px;}

.page-inner-next-sec .flex { display:flex; gap:20px; justify-content:center;}
.page-inner-next-sec .flex p{ font-family:'FSJoeyPro-Bold'; font-size:1.125em; line-height:1.2; color:#76004B; margin-bottom:0px; font-weight:normal; }
.page-inner-next-sec .flex a{ font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:1.2; color:#F26937; text-decoration:underline;}
.page-inner-next-sec .flex a:after{content:""; border:solid #F26937; border-width:0 3px 3px 0; display:inline-block; padding:3px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); margin-left:10px;}
.page-inner-next-sec {margin: 40px auto 0px;}
.page-inner-next-sec .flex a.prev{font-family:'FSJoeyPro-Bold'; font-size:1.125em; line-height:1.2; color:#76004B; margin-bottom:0px; border-right:1px solid #707070; padding-right:20px; text-decoration:none; font-weight:normal;}
.page-inner-next-sec .flex a.prev:before{content:""; border:solid #F26937; border-width:0 3px 3px 0; display:inline-block; padding:3px; transform:rotate(135deg); -webkit-transform:rotate(135deg); margin-right:10px;}
.page-inner-next-sec .flex a.prev:after{content:none;}

.page-inner-back-top-sec{text-align:right;}
#vte-faq .page-inner-back-top-sec{
	margin-bottom:50px;
}
.page-inner-back-top-sec a{font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:1.2; color:#F26937; text-decoration:underline;}
.page-inner-back-top-sec a:after{content:""; border:solid #F26937; border-width:0 3px 3px 0; display:inline-block; padding:3px; transform:rotate(-135deg); -webkit-transform:rotate(-135deg); margin-left:10px;}

.exp-col-all{ margin-bottom:10px; text-align:right;}
.exp-col-all button{background:none; font-family:'FSJoeyPro-Bold'; font-size:1.125em; line-height:1.2; color:#76004B; border:0px; cursor:pointer; font-weight:normal;}
.exp-col-all button:after {content:"+"; font-size:26px; margin-left:4px; font-family:'FSJoeyPro-Medium'; color:#F26937;}
.exp-col-all button.icon:after {content:"–"; }
.mob{display:none;}

.accordian-text { margin:50px auto 30px;}
.accordian-text p{ font-family:'FSJoeyPro-Medium'; font-size:2em; line-height:1.2; text-align:center; color:#444;}
.accordian-img-sec img.desk{width:100%;}

.video-sec-afib-risk-stroke{margin:30px auto 0px;}
.video-sec-afib-risk-stroke p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.2; color:#76004B;}
.video-sec-afib-risk-stroke p.desc{font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:24px; color:#444;}

.afib-symptoms-sec.bleeding .flex{align-items:flex-start; gap:20px;}
.risk-stroke-bleeding-sec{text-align:center; padding:30px 4% 0px;}
.afib-symptoms-sec.bleeding { margin-bottom:10px;}
.risk-stroke-bleeding-sec img{margin-bottom:30px;}
.risk-stroke-bleeding-sec p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444;}
.risk-stroke-bleeding-sec p a{color:#F26937; text-decoration:underline;}
.afib-symptoms-sec.bleeding  p.title{text-align:center;}
.wid-100{width:100%;}

#accordian-sec7 .item .carousel-caption{left:0; right:0; text-shadow:none;}
#accordian-sec7 .acc-c1 .carousel-caption{top:138px;}
#accordian-sec7 .acc-c2 .carousel-caption{top:90px;}
#accordian-sec7 .acc-c3 .carousel-caption{top:20px;} /* ELICONMSDP-781 from 62px to 20px done */
#accordian-sec7 .acc-c4 .carousel-caption{top:144px;}

#accordian-sec7 .acc-c4 p{font-family:'FSJoeyPro-Medium'; font-size:50px; line-height:1.5; color:#76004B;}
#accordian-sec7 .acc-c3 p{font-family:'FSJoeyPro-Medium'; font-size:46px; line-height:1.2; color:#fff;}
#accordian-sec7 .acc-c3 p span{font-family:'FSJoeyPro-Medium'; font-size:67px; line-height:1;}
#accordian-sec7 .acc-c2 p span{font-size:67px; font-family:'FSJoeyPro-Regular';}
#accordian-sec7 .burgundy{color:#76004b;}
#accordian-sec7 .orenge{color:#F26937;}
#accordian-sec7 .acc-c2 p{font-family:'FSJoeyPro-Medium'; font-size:46px; line-height:1.16; color:#fff;}
#accordian-sec7 .acc-c1 p{font-family:'FSJoeyPro-Regular'; font-size:35px; line-height:1.35; color:#444;}
#accordian-sec7 .acc-c1 p span{font-family:'FSJoeyPro-Medium';}
#accordian-sec7 .owl-carousel .owl-item img.mob{display:none;}
#accordian-sec7 #poster-carousel{margin: 20px auto;}
#accordian-sec7 .acc-c5 .gif-section p.margin-bottom-0{margin-bottom:0px;}
#accordian-sec7 .acc-c5 .gif-section p a, #accordian-sec7 .acc-c5 .gif-section p a:hover{color:#F26937; text-decoration:underline;}
#accordian-sec7 .acc-c5 .gif-section p{font-size:1.125em; line-height:24px; color:#444;}
#accordian-sec7 .acc-c5 .gif-section h2{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
#accordian-sec7 .acc-c5 .img-sec{margin:30px auto;}
#accordian-sec7 .acc-c5 .gif-section p.burgundy{color:#76004b;}
#accordian-sec7 .acc-c5 .gif-section p.foot-note{font-size:.875em; line-height:18px;}
.burgundy{color:#76004b !important;}

#accordian-sec7.afib .acc-c1 p{color:#fff; text-transform:uppercase;}
#accordian-sec7 .acc-c1 p span.bold b{font-family:'FSJoeyPro-Heavy'; font-weight:normal;}
.owl-carousel .owl-item img.slide-arroq-down{width:auto; text-align:center; margin:0px auto;}
#accordian-sec7 p span.font35{font-family:'FSJoeyPro-Regular'; font-size:35px;}
.afib-stroke-risk-tabs .owl-item .item{
	padding:0 5px;
}


/* Afib Stroke & risk page css end */

/* Afib Consider Eliquis page css start */
.gray-white-gradient{background-image:linear-gradient(to left, #F2F3F3 50%, #FFF 100%);}
.afib-why-eliquis .first-sec {padding-top:40px;}
.afib-why-eliquis .first-sec p.margin-bottom-0{margin-bottom:0px;}
.afib-why-eliquis .first-sec p .ct-scroll, .afib-why-eliquis .first-sec p .ct-scroll:hover{color:#F26937; text-decoration:underline; cursor: pointer;}
.afib-why-eliquis .first-sec p{font-size:1.125em; line-height:24px; color:#444; margin-bottom:22px;}
.afib-why-eliquis .first-sec h2{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.afib-why-eliquis .first-sec .img-sec{margin:30px auto 20px;}
.afib-why-eliquis .first-sec .img-sec img{width:100%;}
.afib-why-eliquis .second-sec{margin:40px auto 20px;}
.afib-why-eliquis p.foot-note{font-size:.875em; line-height:18px;}

/* .afib-why-eliquis p.foot-note sup{top:0.6em;} */
.burgundy-sec { background:#76004B; color:#fff; padding:10px 20px;}
.afib-why-eliquis .second-sec p{font-family:'FSJoeyPro-Medium'; font-size:1.375em; line-height:1.2; color:#fff; margin-bottom:0px;}
.afib-why-eliquis .second-sec p.title{font-size:2.5em;}
.afib-why-eliquis .second-sec p.title span{font-family:'FSJoeyPro-Heavy'; font-size:1.375em; color:#F26937; font-weight:normal;}
.afib-why-eliquis .second-sec p.title span sup{font-family:'FSJoeyPro-Heavy' !important; font-weight:normal;}
.afib-why-eliquis .flex.question-bubble{display:flex; align-items:center; padding-bottom:30px;gap:10px;}
.afib-why-eliquis .flex.question-bubble p{font-size:1.125em;margin-bottom:0px;}
.afib-why-eliquis .flex.question-bubble a, .afib-why-eliquis .flex.question-bubble a:hover{color:#F26937; text-decoration:underline; font-size:1em;}

.afib-why-eliquis .img-sec.proven-sec { margin:30px auto; text-align:center;}
.afib-why-eliquis .img-sec.proven-sec img{ width:100%;}

.safety-info-sec p.title{font-family:'FSJoeyPro-Bold'; font-size:1.625em; line-height:1.2; color:#76004B; font-weight:normal;}
.safety-info-sec p{ font-size:1.125em; color:#444; }
.safety-info-sec p a, .safety-info-sec p a:hover{color:#F26937; text-decoration:underline;}
.carousel-sec.why-eliquis .owl-carousel .owl-item img{width:auto; margin-top:-20px;}
.carousel-sec.why-eliquis .owl-carousel .carousel-caption{left:42%;}
.carousel-sec.why-eliquis { margin-top:36px;}

.why-eliquis-more-reasons-sec {margin:10px auto 40px;}
.why-eliquis-more-reasons-sec .flex{display:flex; gap:20px; align-items:center; margin-bottom:14px;}
.why-eliquis-more-reasons-sec .flex.border-right{border-right:1px solid #707070; margin-right:20px;}
.why-eliquis-more-reasons-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.why-eliquis-more-reasons-sec p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444;}
.why-eliquis-more-reasons-sec p a, .why-eliquis-more-reasons-sec p a:hover{color:#F26937; text-decoration:underline; font-family:'FSJoeyPro-Regular';}
.why-eliquis-more-reasons-sec p span.foot-text{font-size:.875em;}
.why-eliquis-more-reasons-sec .flex div {flex: 1 1 0;}

.carousel-sec.why-eliquis .owl-carousel .item.william .carousel-caption{position:relative; left:2%; bottom:0px; padding:40px 30px; }
.afib-home-cta.why-eliquis .d-flex{align-items:baseline;}

.afib-home-cta.why-eliquis .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:0px;}
.afib-home-cta.why-eliquis .afib-home-cta-sec:nth-of-type(3) p.cta { padding-top:30px;}
.afib-home-cta.why-eliquis .afib-home-cta-sec:nth-of-type(2) p.cta { padding-top:71px;}

.carousel-sec.why-eliquis.no-car .item.bitsy{display:flex;}
.carousel-sec.why-eliquis.no-car .item.bitsy .carousel-caption{ position:relative; left:10px; top:0px;}

#afib-consider-eliquis .afib-header .header-foot-text{display:none;}
.afib-stroke-risk-banner.consider-elq{ /* margin-top:168px; */ background:none; position:relative;}
.afib-stroke-risk-banner.consider-elq .page-header{position:absolute; top:0px; padding-top:10px;}
.afib-stroke-risk-banner.consider-elq p.head-foot-text-new{font-family:'FSJoeyPro-Medium'; font-size:0.875em; line-height:1.2; color:#DCC6CF; text-align:left; margin-bottom:45px;}
.afib-stroke-risk-banner.consider-elq .page-header p.title{text-align:left; font-family:'FSJoeyPro-Heavy'; font-size:40px; font-weight:normal;}
.afib-stroke-risk-banner.consider-elq .page-header p.title span{font-family:'FSJoeyPro-Regular'; font-size:53px;}
.afib-stroke-risk-banner.consider-elq img{width:100%;}
#afib-consider-eliquis .video-sec-afib-risk-stroke{margin-top:0px; margin-bottom:40px !important;}

/* Afib Consider Eliquis page css end */

/* Afib How to take Eliquis page css start */
.how-to-take-eliquis .first-sec{margin:40px auto 40px;}
.how-to-take-eliquis .first-sec .flex {display:flex; align-items:flex-start; gap:20px;}
.how-to-take-eliquis .first-sec .flex p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.2; color:#76004B;}
.how-to-take-eliquis .first-sec .flex p{ font-size:1.125em; line-height:24px; color:#444;}
.how-to-take-eliquis p{ font-size:1.125em; line-height:1.2; color:#444;}
.how-to-take-eliquis a, .how-to-take-eliquis a:hover, .anchor_link, .anchor_link:hover{color:#F26937; text-decoration:underline; cursor: pointer;}
.how-to-take-eliquis .first-sec .flex.second{margin:40px auto;}
.how-to-take-eliquis .first-sec .flex.third{margin-top:40px;}
.how-to-take-eliquis .first-sec .flex.first div{flex:1 1 0;}
.how-to-take-eliquis .first-sec img{
	width:88px;
}
.how-to-take-eliquis .first-sec .flex.first{gap:18px;}

.how-to-take-eliquis-acc-sec .accordian { background:#fff;}
.how-to-take-eliquis-sec {padding:40px 0px;}
.how-to-take-eliquis-sec .white-bg-left{margin:30px auto;}
.how-to-take-eliquis-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.how-to-take-eliquis-sec p, .how-to-take-eliquis-sec ul li{font-size:1.125em; color:#444;}
.how-to-take-eliquis-sec .first-sec{display:flex; align-items:center; margin-left:16%; padding:40px 0px 30px;}
.how-to-take-eliquis-sec .first-sec .img-sec{margin-right:-120px;}
.white-bg-left{background:#fff; box-shadow:0px 4px 12px rgba(0, 0, 0, 16%); border-top-right-radius:20px; border-bottom-right-radius:20px;}
.how-to-take-eliquis-sec .white-bg-left {margin:30px 15% 30px 0px;}
.how-to-take-eliquis .owl-carousel .owl-item img {width:auto; margin-top:-26px;}
.how-to-take-eliquis .carousel-sec{margin-top:60px;}
.how-to-take-eliquis .carousel-sec .owl-carousel .carousel-caption{/*top:50px;*/}
.flex.first.margin-top-40 {margin-top:40px;}

.how-to-take-eliquis .flex-sec{padding-top:40px;}
.how-to-take-eliquis .flex-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.how-to-take-eliquis .flex-sec p{ font-size:1.125em; line-height:1.2; color:#444;}

.gray-white-gradient-to-bottom{ background-image:linear-gradient(to bottom, #F2F3F3 50%, #FFF 100%);}

.how-to-take-eliquis-acc-sec { padding-top:44px; padding-bottom:50px;}
.how-to-take-eliquis-acc-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.how-to-take-eliquis-acc-sec .accordian p{font-size:1.125em; color:#444; margin-bottom:10px;}
.how-to-take-eliquis-acc-sec .accordian li{font-size:1.125em; color:#444; margin-bottom:10px;}
.how-to-take-eliquis-acc-sec .accordian li ul li{font-size:1em;}
.how-to-take-eliquis-acc-sec .accordian .red {color:#F26937;}
.how-to-take-eliquis-acc-sec .accordian .pri-clr {color:#76004B;}
.how-to-take-eliquis-acc-sec .accordian .title-22px {font-size:1.375em; line-height:1.2; font-family:'FSJoeyPro-Bold'; margin-bottom:0px; font-weight:normal;}
.how-to-take-eliquis-acc-sec .accordian .title-20px {font-size:1.25em; font-family:'FSJoeyPro-Bold'; margin-bottom:0px; font-weight:normal;}
.how-to-take-eliquis-acc-sec .accordian a, .how-to-take-eliquis-acc-sec .accordian a:hover{color:#F26937; text-decoration:underline;}

.afib-home-cta.how-to-take-eliquis .afib-home-cta-sec p.desc{line-height:24px;}
.starter-guide {background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/desktop_swosh_container.svg) no-repeat; padding:100px 0px 60px; background-size:cover;}
.starter-guide .flex{display:flex; align-items:center;}
.starter-guide .flex div{flex:1 1 0;}
.starter-guide p.title{font-family:'FSJoeyPro-Medium'; font-size:2.5em; line-height:1.33; color:#76004B;}
.starter-guide p{ font-size:1.125em; line-height:1.33; color:#444;}
.starter-guide p.foot-text{ font-size:.875em; margin-bottom:30px; margin-left:0px;}
.starter-guide p a{ color:#fff; }
.starter-guide p a{ background:linear-gradient(to right, #F26937 50%, #fff 50%) left; padding:10px 50px; border-radius:2px; font-size:1.125em;  background-size:200%; transition:.5s ease-out; border:1px solid #F26937; font-family:'FSJoeyPro-Medium';}
.starter-guide p a:hover{background-position:right; color:#F26937;}

.afib-home-cta.how-to-take-eliquis .d-flex { align-items:baseline;}
.afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:8px;}
.afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:2px;}
.afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:28px;}
#accordian-sec10 .icon-text.sec_icon_lSpace.mb-3{margin-bottom:24 !important;}
/* Afib How to take Eliquis page css end */

/* Afib How to take Eliquis page css start */
.side-effect-info-sec .first-sec{text-align:center; margin:40px auto 40px; border-top:8px solid #F2862A; box-shadow:0px 4px 14px rgba(0,0,0,16%)}
.side-effect-info-sec .first-sec .info-sec {background:#F2F3F3; padding:30px 0px;}
.side-effect-info-sec .first-sec .info-sec p{font-size:1.5em;}
.side-effect-info-sec .first-sec p{font-family:'FSJoeyPro-Medium'; font-size:1.125em; line-height:24px; color:#444;}
.up-triangle{position:relative;}
.up-triangle:after{content:""; width:0; height:0; border-left:21px solid transparent; border-right:21px solid transparent; border-bottom:20px solid #fff; position:absolute; top:-20px; left:48%;}
.gray-white-gradient-to-top{background-image:linear-gradient(to top, #F2F3F3 50%, #FFF 100%);}
.white-bg{background:#fff !important;}

.side-effect-info-sec .second-sec{padding:20px 0px;}
.side-effect-info-sec .second-sec .flex{display:flex; align-items:flex-start; gap:26px; margin-bottom:30px;}
.side-effect-info-sec .second-sec .flex p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.2; color:#76004B;}
.side-effect-info-sec .second-sec .flex p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:24px; color:#444;}
.side-effect-info-sec a, .side-effect-info-sec a:hover{color:#F26937; text-decoration:underline;}

.side-effect-info-sec-cta { margin:40px auto 40px;}
.side-effect-info-sec-cta .flex{display:flex; align-items:center; gap:20px; margin-bottom:20px;}
.side-effect-info-sec-cta p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:1.2; color:#444;}
.side-effect-info-sec-cta p.bold{font-family:'FSJoeyPro-Bold'; font-weight:normal;}
.side-effect-info-sec-cta a, .side-effect-info-sec-cta a:hover{color:#F26937; text-decoration:underline;}
.side-effect-info-sec-cta .flex p {margin-bottom:0px;}

.afib-home-cta.side-effects .d-flex .afib-home-cta-sec:nth-of-type(3) p.title { margin-top:15px;}
.afib-home-cta.side-effects .d-flex  { align-items:baseline;}
.afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(1) p.cta {padding-top:2px;}
.afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(3) p.cta {padding-top:2px;}
.afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(2) p.cta {padding-top:25px;}
.afib-home-cta.side-effects,.afib-home-cta.how-to-take-eliquis,.afib-home-cta.why-eliquis{margin-top:10px;}
/* Afib How to take Eliquis page css end */

/* Afib FAQ page css start */
.tab-container .nav-tabs .tab-img{border-bottom:7px solid #F2F3F3; padding:0px 10px;}
.faq .faq-sec{margin-top:14px; margin-bottom:24px;}
.faq .faq-sec p, .faq .faq-sec ul li{font-family:'FSJoeyPro-Regular'; font-size:1.125em; line-height:24px; color:#444;}
.faq .faq-sec ul li ul li{font-size:1em;margin-bottom:16px;}
.faq .faq-sec p.bold, .faq .faq-sec p span.bold{font-family:'FSJoeyPro-Bold'; font-weight:normal;}
.faq .faq-sec .faq-img{margin:0px auto;}
.faq .faq-sec p a, .faq .faq-sec p a:hover{color:#F26937; text-decoration:underline;}

.afib-stroke-risk-tabs.faq { padding:30px 0px 20px;}
.afib-home-cta.faq {margin-top:10px;margin-bottom:0;}
.afib-home-cta.faq .afib-home-cta-sec:nth-of-type(2) p.cta {padding-top:24px;}
.afib-home-cta.faq .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:45px;}
.afib-home-cta.faq .d-flex  { align-items:baseline;}
/* .faq .accordian {padding-right:5%;} */
.faq .accordian button.btn{padding-right:40px;} /* ELICONMSDP-610 */
/* Afib FAQ page css end */

/* Afib Ask your Doctor page css start */
.afib-twd.bannervideo{
	background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/bannervideoimg.png)no-repeat top center;
	height:419px;
	max-width: 1440px;
	margin: 0 auto;
}
.afib-twd .container{
	height:100%;
}
.afib-twd .banner-head-text{
	color:#444;
}
.afib-twd .bannervideocnt{
	display:flex;
	height:100%;
}
.afib-twd .bannervideocnt div{
    flex:1;
}
.afib-twd .video-block{
	position:relative;
}
.video-block:hover .playbtn, .main-video-block:hover .playbtn {
	background:#F26937;
	opacity:1;
}
.playbtn {
    width: 70px;
    height: 70px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #636363 0% 0% no-repeat padding-box;
    opacity: 0.6;
    backdrop-filter: blur(1px);
}
.playbtn:after {
    content: '';
    border-left: 16px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 0px solid transparent;
    position: relative;
    display: inline-block;
    top: 23px;
    left: 30px;
}
.afib-twd .videocntafib{
	color: #fff;
	justify-content: center;
    display: flex;
    flex-direction: column;
}
.afib-twd .videocntafib h1{
	font-size:40px;
	line-height:48px;
}
.afib-twd .videocntafib p{
	font-size:24px;
	line-height:32px;
	color:#fff;	
}
.afib-twd .videocntafib p.font14{
	font-size:14px;
	line-height:20px;
	margin: 4rem 0 34px;
}
#afib-ask-you-doctor-page .header-foot-text{display:none;}
.brightcove.section{display:block !important;}
#ask-your-doctor-banner .brightcove.section .videoPlayerImage2{width:100%; height:auto;}
#ask-your-doctor-banner-mob {display:none;}
.VidModal .modal-dialog{margin:45px auto 95px;}
.VidModal .modal-dialog video-js {width:100%; height:400px;}
.VidModal .modal-dialog .modal-content {background:transparent; border:0px;}
.VidModal .modal-header button.close {top:56px; right:10px; background:#F26937; border:1px solid #F26937; border-radius:50%; color: #fff; font-family:'VideoJS'; font-size:2em;}
.VidModal .modal-header button.close span{position:relative; top:-6px;}

.afib-ask-your-doctor-sec {background-image: linear-gradient(to top left, rgba(216,199,207, 17%) 50%, #FFF 100%); max-width:1440px; margin:0px auto;}
#vte-talk-to-your-doctor .afib-ask-your-doctor-sec, #afib-ask-you-doctor-page .afib-ask-your-doctor-sec {max-width: none;}
.afib-ask-your-doctor-sec .first-sec {display:flex; padding:50px 0px 60px;}
/* .afib-ask-your-doctor-sec .first-sec div{flex:1 1 0;} */
.afib-ask-your-doctor-sec .first-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.afib-ask-your-doctor-sec p , .afib-ask-your-doctor-sec ul li{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444;}
.afib-ask-your-doctor-sec .left-sec a {font-family:'FSJoeyPro-Medium'; font-size:1.125em; color:#fff; background:linear-gradient(to right, #F26937 50%, #fff 50%) left; padding:9px 34px; border-radius:2px; background-size:200%; transition:.5s ease-out; border:1px solid #F26937;}
.afib-ask-your-doctor-sec .left-sec a:hover{background-position:right; color:#F26937;}
.afib-ask-your-doctor-sec .left-sec{ background:#fff; border-top-right-radius:20px; border-bottom-right-radius:20px; box-shadow:0px 4px 12px rgba(0,0,0,16%); padding:24px 40px 24px 38%; margin-left:-33%;}
.afib-ask-your-doctor-sec .first-sec .img-sec{text-align:right;margin-left:20px}
.afib-ask-your-doctor-sec .carousel-sec .owl-carousel .owl-item img{width:auto;min-height:200px;}
.afib-ask-your-doctor-sec .carousel-sec{margin-bottom:0px;}

#poster-carousel-number.owl-carousel .owl-stage{display:flex; flex-wrap:wrap;} 
#poster-carousel-number.owl-carousel.owl-drag .owl-item{flex-basis:33.3333%;} 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .flex{display:flex; align-items:flex-start; padding:0px 0px 20px; position:relative;} 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item{background:#fff; border: 1px solid transparent;} 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .flex p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444;} 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .flex p span.bold{font-family:'FSJoeyPro-Bold'; font-weight:normal;} 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p span.bold{color:#F26937; } 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover {border:1px solid #F26937; background:#FAFAFA; } 
#poster-carousel-number.owl-carousel.owl-drag .owl-item .flex p.number{font-size:7.3125em; font-family:'FSJoeyPro-Heavy'; color:#F26937; line-height:1.16; background:#FFF3E9; border-radius:50%; padding:0px 34px; margin-top:20px; position:absolute; left:-16px; font-weight:normal;} /*Changes done by deepak as part of ELICONMSDP-738*/
#poster-carousel-number.owl-carousel.owl-drag .owl-item .flex p:not(p.number){padding-top:30px; margin-left:80px; position:relative;
 z-index:99;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p.number{font-size:4.5625em; background:transparent;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(1) .flex{padding-bottom:68px;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(3) .flex{padding-bottom:44px;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(4) .flex{padding-bottom:92px;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(5) .flex{padding-bottom:44px;}

.afib-ask-your-doctor-sec.marg-90{margin-top:-90px; padding-bottom:190px; background-image:linear-gradient(to top left, #FAFAFA 50%, #FFF 100%);}
.afib-ask-your-doctor-sec .carousel-sec-text p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}
.afib-ask-your-doctor-sec .carousel-sec-text p{font-family:'FSJoeyPro-Regular'; font-size:1.125em; color:#444;}
.afib-ask-your-doctor-sec .carousel-sec-text{padding-top:130px; padding-bottom:10px;}

.carousel-sec #poster-carousel-number.owl-theme .owl-dots .owl-dot.active span, .carousel-sec #poster-carousel.owl-theme .owl-dots .owl-dot:hover span{background:#76004B;}
.carousel-sec #poster-carousel-number.owl-theme .owl-dots .owl-dot span{border:1px solid #76004B; background:transparent;}
.carousel-sec #poster-carousel-number.owl-theme .owl-dots .owl-dot span:hover{ background:#76004B;}

.afib-ask-your-doctor-img-sec .img-sec{
	width: 784px;
    height: 232px;
    box-shadow: 0px 4px 12px #00000029;
    border-radius: 12px;
    margin: -125px auto 65px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afib-ask-your-doctor-img-sec .video-title p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; line-height:1.2; color:#76004B;}

.afib-home-cta.ask-your-doctor {margin-top:10px;}
.afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(1) p.cta {padding-top:2px;}
.afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(2) p.cta {padding-top:2.5px;}
.afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:26px;}
.afib-home-cta.ask-your-doctor .d-flex { align-items:baseline;}
#videosec {margin:40px auto 40px; text-align:center;}
#videosec .videoPlayerImage{width:auto; height:auto;}

.afib-ask-your-doctor-sec #poster-carousel .item.carol{display:flex; align-items:center;}
.afib-ask-your-doctor-sec #poster-carousel .item.carol .carousel-caption{position:relative; left:10px; top:0px;}
/* Afib Ask your Doctor page css end */

/* Ortho Understanding Risk page css Start */
.side-effect-info-sec.ortho-understanding-risk .first-sec{border-top: 8px solid #394E78; margin-bottom:50px;}
.ortho-understanding-risk .text-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; color:#76004B;}
.ortho-understanding-risk .text-sec p, .ortho-understanding-risk .text-sec ul li{font-size:1.125em; line-height:24px; color:#444;}
.ortho-understanding-risk .text-sec{padding-bottom:40px;}
.ortho-understanding-risk .text-sec .orthorisk{
	margin-bottom:40px;
}
.accordian.ortho-understanding-risk { padding-top:50px; padding-bottom:40px; box-shadow:none;}
/* .accordian.ortho-understanding-risk .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec{padding-top:20px;} */
.accordian.ortho-understanding-risk .afib-clot-stroke-sec .para-desc .img-sec{padding-top:0px;}
.accordian.ortho-understanding-risk .afib-clot-stroke-sec .para-desc .img-text{padding-bottom:0px;}
.accordian.ortho-understanding-risk .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec:hover{padding-left:0px;}
.accordian.ortho-understanding-risk p.regular, .accordian.ortho-understanding-risk p.bold{ font-size:1.125em; line-height:1.2; color:#444;}
.ortho-understanding-risk .afib-clot-stroke-sec p.title{font-size:2.375em;}

/* Ortho Understanding Risk page css end */

/* Ortho FAQ page css Start */
.ortho-understanding-risk .afib-symptoms-sec .flex{align-items:flex-start;}
.ortho-faq.faq {margin:40px 0px;}
.ortho-faq.faq .faq-sec{margin-top:24px;}
.ortho-faq.faq .faq-sec p.foot-note { font-size:0.875em;}
/* Ortho FAQ  page css end */

/* Ortho Consider Eliquis page css Start */
.ortho-why-eliquis{padding:50px 0px 60px;}
.ortho-why-eliquis .flex{display:flex;}
.ortho-why-eliquis .cta-tile-sec .flex div{flex:1 1 0; text-align:center; padding:0px 16px 10px;}
.ortho-why-eliquis .gray-bg{background:#F2F3F3;}
.ortho-why-eliquis .purple-bg{background:#76004B;}
.ortho-why-eliquis p{font-size:1.125em; line-height:24px; color:#444;}
.ortho-why-eliquis .cta-tile-sec{padding-top:40px;}
.ortho-why-eliquis .cta-tile-sec .flex .tile-sec p.title{font-family:'FSJoeyPro-Bold'; font-size:3.5em; font-weight:normal;}
.ortho-why-eliquis .cta-tile-sec .flex .tile-sec.purple-bg p{color:#fff;}
.ortho-why-eliquis .cta-tile-sec .flex .tile-sec p{font-family:'FSJoeyPro-Medium'; font-size:1.75em;line-height:32px;}
.ortho-why-eliquis .cta-tile-sec .flex .tile-sec img {margin:-45px auto 45px;width:98px;}
sup.fw-900{font-weight:900;}

.ortho-why-eliquis .content-sec {text-align:center; background:#76004B; padding:0px 14% 20px; }
.ortho-why-eliquis .content-sec p.title{ font-family:'FSJoeyPro-Medium'; font-size:1.75em;}
.ortho-why-eliquis .content-sec p{font-size:1.125em; color:#fff;}
.ortho-why-eliquis .cta-info-sec{margin-top:120px;}
.ortho-why-eliquis .cta-info-sec .content-sec img{margin-top:-35px;}
.ortho-why-eliquis .cta-info-sec .content-sec img.bdr{border:4px solid #fff; border-radius:50px;}
.ortho-why-eliquis p.foot-note{font-size:0.875em;}
.ortho-why-eliquis p a, .ortho-why-eliquis p a:hover{color:#F26937; text-decoration:underline;}
.ortho-why-eliquis .text-sec{padding-top:30px;}
.ortho-why-eliquis p.font-1em {font-size:1em;}
/* Ortho Consider Eliquis  page css end */

/* page not found css start */
.page-not-found{background-image:linear-gradient(to bottom, #F2F3F3 50%, #FFF 100%);}
.page-not-found .text-sec{text-align:center; padding:40px 0px 18px 0px;}
.page-not-found p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; color:#76004B; line-height:1.2;}
.page-not-found p{font-size:1.125em; color:#444; line-height:24px;}
.page-not-found p a, .page-not-found p a:hover{color:#F26937; text-decoration:underline;}
#page-not-found header{margin-bottom:0px;}
/* page not found css End */

/* maintenance css start */
.maintenance{background-image:linear-gradient(to bottom, #F2F3F3 50%, #FFF 100%);}
.maintenance .text-sec{text-align:center; padding:40px 0px 18px 0px;}
.maintenance p.title{font-family:'FSJoeyPro-Medium'; font-size:2.375em; color:#76004B; line-height:1.2;}
.maintenance p{font-size:1.125em; color:#444;}
#maintenance header{margin-bottom:0px;}
/* page not found css End */


/* VTE Home page css start */
.vtehome-banner{
	background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/dvt_homepage_hero.png)no-repeat top center;
	max-width:1400px;
	height:474px;
	margin:0 auto;
	position:relative;
}
.vtehome-banner:before {
    content: "";
    position: absolute;
    width: 999px;
    left: -999px;
    background: #fff;
    height: 100%;
}
#vte-page .afib-home-cta{
	margin-top:-123px;
}
.vtecnt{
	display: flex;
    padding-top: 50px;
	align-items:center;
	padding-top:15px;
}
.vtecnt > div > p{
	margin: -106px 0 0 250px;
	color:#fff;
	font-size:24px;
	line-height:36px;
	font-family:FSJoeyPro-Bold;
}
.vtecnt .orgbtnskew{
	background: #F26937;
    padding: 13px 47px;
    color: #fff;
    font-family: FSJoeyPro-Medium;
    transform: skew(28deg);
    margin: 142px 0 0 15px;
}
.vtecnt .orgbtnskew span{
	display: inline-block;
    transform: skew(-28deg);
font-size: 18px;
}
.vtecnt+p{
	color: #fff;
    margin: 30px 0 0 250px;
	font-size:28px;
	line-height:32px;
	font-family:FSJoeyPro-Bold;
	max-width:60%;
}
.vte .afib-home-article .carol-detail{ left:0px; right:42%; text-align:right;}
.vte .afib-home-article .afib-home-article-sec p.role, .afib-home-article .afib-home-article-sec p.profession{margin-left:0px; margin-right:30px;}
/* .vte .afib-home-cta{border-image:linear-gradient(to bottom, #00919B 50%, #16C4CE 100%);} */
.vte .afib-home-cta{border-top:0px; padding-top:10px;}
.vte .afib-home-cta:before {content:""; display:block; height:10px; position:absolute; left:0px; background-image:linear-gradient(to bottom, #00919B 50%, #16C4CE 100%); width:100%; top:0px;}
.vte .afib-home-cta .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:23px;}
.vte .afib-home-cta .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:3px;}
.vte .afib-home-cta .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:0px;}
.vte.afib-home-bodycontent{padding-bottom:40px;}
/* VTE Home page css end */

/* VTE about page css start */
.vte.carousel-sec .owl-carousel .owl-item p.title:before{background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/vte-left-quotes.svg) no-repeat;}
.vte.carousel-sec .owl-carousel .owl-item p.title:after{background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/vte-right-quotes.svg) no-repeat}

.vte .tab-container .nav-tabs .nav-link{
	padding:0 0rem 8px /*ELICONMSDP-739 changes by deepak*/;
}
.vte .tab-container .nav-tabs .nav-link.active{ border-color:#00919B; color:#76004B;}
.vte .tab-container .nav-tabs .nav-link.active span{ color:#00919B;}
.tab-container .nav-tabs .nav-link{font-size:24px;/*ELICONMSDP-739 changes by deepak*/}
.vte .afib-why-eliquis .first-sec{padding-top:40px;}

.vte .ortho-understanding-risk .afib-clot-stroke-sec .para-desc .img-sec{padding-top:0px;}
.vte .ortho-understanding-risk .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec{padding-top:0px;}
.vte .ortho-understanding-risk .afib-clot-stroke-sec .para-desc:nth-of-type(3) .img-sec:hover { padding-left:0px;}
.vte .accordian .afib-clot-stroke-sec .para-desc .img-text{line-height:24px;}
#about-vte .vte .accordian .afib-clot-stroke-sec .para-desc .img-text{padding-bottom:0px;}
#about-vte .vte .afib-symptoms-sec .flex p{line-height:24px;}
/*#about-vte #accordian3 .video-sec-afib-risk-stroke{margin-top:30px;} - ELICONMSDP-709 */

.tab-container.inner-tab .nav-tabs .nav-link{font-size:1.25em;}
.tab-container.inner-tab .afib-symptoms-sec .flex p{padding:0px 20px;}
.tab-container.inner-tab .afib-symptoms-sec .flex{align-items:flex-start;}
.afib-clot-stroke-sec.vte p{font-size:1.125em;}
.afib-clot-stroke-sec.vte p.title{font-size:1.5em;}
.vteColor{color:#00919B !important;}
.accordian .title-sec.vte p {flex: 1 1 0;}

.heavy{ font-family:'FSJoeyPro-Heavy' !important; font-weight:normal;}

.eliquis-gradient { display:flex; padding:0; height:122px; margin:0 auto; background: linear-gradient(to right, #76004b 50%, #ff9031 50%);}
.warfarin-one, .warfarin-two { width:40%; text-align:center; font-family:'FSJoeyPro-Medium'; line-height:24px; font-size:22px; color:#fff; margin:auto; }
.inner-gradient { padding-top:5px; height:30px; margin:auto; font-size:15px; text-align:center; font-family:'FSJoeyPro-Bold'; color: #fff; width:134px; background:linear-gradient(to right, #ff9031 50%, #76004b 50%); font-weight:normal;}
.font-24{font-size:1.5em !important;}
.font-med{font-family:'FSJoeyPro-Medium' !important;}

/* VTE about page css end */

/* VTE consider eliquis page css start */
.afib-why-eliquis a, .afib-why-eliquis a:hover{color:#F26937; text-decoration:underline;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.regular{font-size:1.125em;}
.sub-title{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.2; color:#76004B;}
.ortho-why-eliquis.vte{padding:30px 0px 0px}
.mid-text-box {padding:20px; box-shadow:0px 4px 12px rgba(0,0,0,16%); border-radius:8px; margin-top:30px;}
.mid-text-box p{font-size:1.125em; margin-bottom:0px;}
.mid-text-box p.title{font-size:1.625em; font-family:'FSJoeyPro-Bold'; font-weight:normal;}
.ortho-why-eliquis.vte .cta-info-sec{margin-top:31px;}


.vte .afib-home-cta.why-eliquis.vte .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:8px;}
.vte .afib-home-cta.why-eliquis.vte .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:78px;}
.vte .afib-home-cta.why-eliquis.vte .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:2px;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec img.border{border:4px solid #fff !important; border-radius:50px; margin-bottom:12px;}
.ortho-why-eliquis.vte .cta-info-sec .content-sec img.border{border:4px solid #fff !important; border-radius:50px;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.title{margin-bottom:4px;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.font-18{font-size:18px; margin-bottom:6px;}
#vte-consider-eliquis .why-eliquis-more-reasons-sec{margin-top:50px;}
#vte-taking-eliquis .starter-guide{padding:90px 0px 40px;}
/* VTE consider eliquis page css End */

/* VTE how to take eliquis page css start */
.how-to-take-eliquis.vte .flex{display:flex; gap:30px}
.how-to-take-eliquis.vte .flex-inner{display:flex; gap:30px;}
.taking-dosing-sec{box-shadow:0px 4px 12px rgba(0,0,0,16%);}
.taking-dosing-sec .img-sec{background:#F2F3F3; padding:10px 20px; text-align:center;}
.taking-dosing-sec p{padding:20px 0px; position:relative;}
.taking-dosing-sec p:before{content:""; width:0; height:0; border-left:21px solid transparent; border-right:21px solid transparent; border-bottom:22px solid #fff; position:absolute; top:-20px; left:0px; right:0px; margin:0px auto;}
.taking-dosing-sec.first .img-sec{padding:14.5% 20px;}
.taking-dosing-sec .img-sec img{width:100%;}
.taking-dosing-sec p.tline {padding-top:27px;}
.how-to-take-eliquis.vte .flex div:nth-of-type(2) {max-width:350px;}
.vte .afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(1) p.cta { padding-top:9px;}
.vte .afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(3) p.cta {padding-top:29.5px;}
.afib-home-cta .afib-home-cta-sec a, .afib-home-cta .afib-home-cta-sec a:hover{text-decoration:none;font-size:20px;}
/* VTE how to take eliquis page css End */

/* VTE side effects page css start */
.side-effect-info-sec.vte .first-sec{border-top:0px; padding-top:8px; position:relative;}
.side-effect-info-sec.vte .first-sec:before {content:""; display:block; height:8px; position:absolute; left:0px; background-image:linear-gradient(to bottom, #00919B 50%, #16C4CE 100%); width:100%; top:0px;}
.vte .afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:0.5px;}
.vte .afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:1px;}
/* VTE side effects page css End */

/* VTE talk to your doctor page css start */
.vte-talk-to-your-doctor-banner{background:transparent radial-gradient(ellipse at bottom, #5F0035 10%, #5D0033 50%, #5C0033 100%)}
/* #vte-talk-to-your-doctor .afib-header.vte .header-foot-text p{color:#F26937;} */
#vte-talk-to-your-doctor .afib-header.vte .header-foot-text{background:none; background-image:linear-gradient(to bottom, #5C0033, #89004E 0%, #730041 0%, #5C0033 );}
.vte-talk-to-your-doctor-banner .flex{display:flex; gap:26px;}
.vte-talk-to-your-doctor-banner .flex .para-sec p.title{font-size:2.5em;}
.vte-talk-to-your-doctor-banner .flex .para-sec{margin-top:60px;}
.vte-talk-to-your-doctor-banner .flex .para-sec p{font-family:'FSJoeyPro-Medium'; font-size:1.5em; line-height:1.2; color:#fff;}
.vte-talk-to-your-doctor-banner .flex .img-sec {position:relative;} 
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec {position:absolute; left:-60%; top:70%; text-align:right;} 
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p{font-family:'FSJoeyPro-Medium'; color:#fff; font-size:0.875em; line-height:1.2; margin-bottom:0px;} 
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.name{font-size:1.75em;}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.designation{font-size:1.25em; margin-right:30px}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.desc{margin-right:30px;}
.vte-talk-to-your-doctor-banner .flex .img-se img{width:100%;}
.afib-ask-your-doctor-sec.vte{padding-bottom:80px;}
.afib-ask-your-doctor-sec.vte .carousel-sec-text{padding-top:50px;}

.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item .flex p.number{color:#00919B; background:#EEF6F6;}
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p span.bold{color:#00919B;}
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover{border-color:#00919B;}
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(3) .flex /*{ padding-bottom:20px;}*/ { padding-bottom:42px;} /*ELICONMSDP-633*/
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(1) .flex /*{padding-bottom:92px;}*/ {padding-bottom: 115px;} /*ELICONMSDP-633*/

.vte .afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:0px;}
.vte .afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:7px;}
.vte .afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:31px;}
/* VTE talk to your doctor page css end */

/* VTE FAQ page css start */
#vte-faq #videosec{
	display:none;
}
.faq .faq-sec p.foot-note {font-size:0.875em;}
.vte .afib-home-cta.faq .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:0px;}
.vte .afib-home-cta.faq .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:0px;}
.faq .faq-sec p.mar-left-6{margin-left:-6px;}
.vte .afib-home-cta.faq .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:21px;}
/* VTE FAQ page css end */

.modal-body.copay-360 h2{font-size:2.375em;}
.modal-body.copay-360 p{font-size:1.125em;}
/*.modal-body.copay-360 p.btn-style{font-family:'FSJoeyPro-Medium'; color:#fff; text-transform:uppercase; background:#F26937; padding:10px 40px; display:inline-block; border-radius:2px;} */

.modal-body.copay-360 p a, .modal-body.copay-360 p a:hover{color:#F26937; text-decoration:underline;}
.modal-body.copay-360 p.btn-style a{text-decoration:none; color:#fff; display:block !important; padding:10px 40px;}
.modal-body.copay-360 p.btn-style a:hover{text-decoration:none; color:#F26937;}
.modal-body p.btn-style{color:#FFF; background-color:#F26937; text-transform:uppercase; border-radius:2px; display: inline-block; font-family:'FSJoeyPro-Medium';  background-repeat:no-repeat; background-size:0% 100%; background-position:50% 50%;
border: 1px solid #F26937; transition:background-size 500ms, border-color 500ms; background-image:linear-gradient(#F26937, #F26937);}
.modal-body p.btn-style:hover{color:#F26937; background-image:linear-gradient(#fff, #fff); background-color:#F26937; background-size: 100% 100%; border-color:#F26937;}
.modal-body p.btn-style:hover a{color:#F26937;}
#learn-request-copay .modal-body p:last-child {margin-left:-7px;}

/* Support Survey page css start */
.afib-stroke-risk-banner.support-survey{background:transparent radial-gradient(ellipse at bottom, #89004E 10%, #730041 50%, #5C0033 100%); padding:20px 0px 0px;}
.afib-stroke-risk-banner.support-survey .img-sec{display:flex; align-items:center;  justify-content:center;}
.afib-stroke-risk-banner.support-survey .img-sec p {font-family:'FSJoeyPro-Medium'; font-size:1.75em; font-style:italic; color:#F26937; line-height:1.2; margin:30px 0 0 0px;}
#support-survey .afib-stroke-risk-banner.support-survey .img-sec p {margin-top: 12px;}
.afib-stroke-risk-banner.support-survey p.desc {font-family:'FSJoeyPro-Medium'; font-size:1.5em; color:#fff; line-height:1.2; padding: 20px 20px 0px;}

.support-survey-form{background-image:linear-gradient(to right, #F2F3F3 0%, #fff 100%); padding:40px 0px 60px;}
.support-survey-form .title-sec .foot-text{font-size:0.875em; color:#444;}
.support-survey-form p{font-size:1.125em;}
.support-survey-form .flex{display:flex; gap:12%; margin:50px 12px 0px;}
.support-survey-form .option-sec{display:flex; background:#FFF; box-shadow:0px 4px 12px rgba(0,0,0,16%); align-items:center; flex: 1 1 0; cursor:pointer;}
.support-survey-form .option-text p{margin-bottom:0px;}
.support-survey-form .option-sec .chekbox {background:#F2F3F3;}
.support-survey-form .option-sec .chekbox img{visibility:hidden;}
.support-survey-form .option-sec .chekbox.selected img{visibility:visible;}
.support-survey-form .option-text{margin-left:14%;}
.support-survey-form .question-sec:nth-of-type(2) { margin-top:106px; margin-bottom:90px;}
.support-survey-form .check-mob{display:none;}
.support-survey-form .error1, .support-survey-form .error2{font-family:'FSJoeyPro-Medium'; font-size:0.875em; color:#FF0000; margin:-20px auto 0px 20px;}
a.submitSurvey {background:#F26937; color:#fff; font-family:'FSJoeyPro-Medium'; padding:7px 56px;}

.support-survey-form .surveryEmailThankYou h1 { font-family:'FSJoeyPro-Medium'; font-size:2.375em; color:#76004B;}
.support-survey-form .surveryEmailThankYou p { color:#444;}
/* Support Survey page css End */

/* Eliquis 360 support page css start */
.eliquis-360-support .breadcrumb {padding-top:10px;} /* ELICONMSDP-709 */
.eliquis-360-support .breadcrumb p{font-family:'FSJoeyPro-Medium';}
#eliquis-360-support .eliquis-360-support .page-header .img-sec img{
	width:388px;
}
.afib-stroke-risk-banner.eliquis-360-support .page-header p.title{
	text-align:left; 
	font-size:1.75em; 
	font-style:italic; 
	color:#F26937; 
	padding-left:21%; 
	margin-bottom:-10px;
}
.eliquis-360-support .breadcrumb p a:after{content:""; border:solid #F26937; border-width:0 3px 3px 0; display:inline-block; padding:3px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); margin:0px 10px; position:relative; top:-2px;}
.afib-stroke-risk-banner.eliquis-360-support .page-header p.foot-text a{font-family:'FSJoeyPro-Medium'; color:#fff; text-decoration:underline;}
.eliquis-360-support p.head-foot-text {text-align:left; color:#fff; font-size:0.875em; margin-bottom:10px;}
.afib-stroke-risk-banner.support-survey.eliquis-360-support{padding-bottom:50px; padding-top: 3px;} /* ELICONMSDP-709 */
.eliquis-360-support-cta .afib-home-cta-sec p a{display:inline; padding:0px; background:none; font-family:'FSJoeyPro-Regular'; font-size:1.12em; color:#F26937; text-decoration:underline;}
.eliquis-360-support-cta .afib-home-cta-sec p a:after{content:none;}
.eliquis-360-support-cta .afib-home-cta .wht-bg {background:#fff; padding-top:20px; position:relative;}
.eliquis-360-support-cta .afib-home-cta .wht-bg p:not(:last-child){
	margin-bottom:6px;
}
.eliquis-360-support-cta .afib-home-cta .wht-bg p a{
	font-size:inherit;
	line-height:inherit;
}
.eliquis-360-support-cta .afib-home-cta .wht-bg:before {content:""; width:0; height:0; border-left:21px solid transparent; border-right:21px solid transparent; border-bottom:22px solid #fff; position:absolute; top:-20px; left:0px; right:0px; margin:0px auto;}
.eliquis-360-support-cta .afib-home-cta {background-image:linear-gradient(to bottom, #F2F3F3 60%, #fff 40%);}
.eliquis-360-support-cta .afib-home-cta .d-flex .afib-home-cta-sec:nth-of-type(1) { padding-top:16px;}
.eliquis-360-support-cta .afib-home-cta-sec p.title{color:#76004B; font-size:1.75em; text-transform:uppercase; margin-bottom:30px; line-height:32px;}
.eliquis-360-support-cta .afib-home-cta-sec p.title span{font-size:56px; font-family:'Brandon-Black'; font-weight:bold; text-shadow: 4px 1px #F26937; position:relative; line-height:0px; top:12px;}
.eliquis-360-support-cta .afib-home-cta-sec p.title span sup{
	font-size: 24px !important;
    top: -0.7em;
	font-family: BrandonGrotesqueBlack !important;
}
.eliquis-360-support-cta .afib-home-cta .afib-home-cta-sec p.desc{padding-bottom:10px;}

.eliquis-360-support-img-sec{background-image:linear-gradient(to top, #F2F3F3 50%, #fff 100%);}
.eliquis-360-support-img-sec .flex{display:flex;}
.eliquis-360-support-img-sec .video-cta .flex{gap:14%; align-items:center;}
.eliquis-360-support-img-sec .video-cta .flex .video-btn{display:flex; align-items:center;}
.eliquis-360-support-img-sec .video-cta .text-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:2.5em; color:#76004B; line-height:1.2;}
.eliquis-360-support-img-sec .video-cta {padding:12px 0px 40px;}
.eliquis-360-support-img-sec .video-cta .text-sec p.desc{font-size:1.125em; color:#444;}
.eliquis-360-support-img-sec .video-cta .video-btn p{font-family:'FSJoeyPro-Medium'; font-size:1.25em; color:#76004B; margin-bottom:0;}
.eliquis-360-support-img-sec .video-cta .video-btn p:nth-of-type(2) { position:relative; left:-12px; cursor:pointer;}

.eliquis-360-support-accr-sec{background-image:linear-gradient(to bottom, #F2F3F3 50%, #fff 100%); padding:40px 0px;}
.eliquis-360-support-accr-sec .accordian p, .eliquis-360-support-accr-sec .accordian ul li{font-size:1.125em; color:#444;}
.eliquis-360-support-accr-sec .accordian p a{color:#F26937; text-decoration:underline;}
.eliquis-360-support-accr-sec .accordian p a.btn{background:linear-gradient(to right, #F26937 50%, #fff 50%) left; padding:3px 38px; border-radius:2px; font-size:1.25em;  background-size:200%; transition:.5s ease-out; border:1px solid #F26937; color:#fff; font-family:'FSJoeyPro-Medium'; text-decoration:none;}
.eliquis-360-support-accr-sec .accordian p a.btn:hover{background-position:right; color:#F26937;}
.eliquis-360-support-accr-sec .accordian {background:#fff;}

.starter-guide.eliquis-360-support{padding-bottom:0px; margin-bottom:0px !important;}
.starter-guide.eliquis-360-support p.title{font-size:2.375em;}
.starter-guide.eliquis-360-support p.sub-title{font-family:'FSJoeyPro-Medium'; font-size:1.75em; color:#F26937;}
.starter-guide.eliquis-360-support .flex div{flex:inherit;}
.starter-guide.eliquis-360-support p a{font-family:'FSJoeyPro-Medium'; font-size:1.125em;}
.starter-guide.eliquis-360-support p.foot-text{/* text-align:right; */}
.starter-guide.eliquis-360-support .per-details{text-align:right;}
.starter-guide.eliquis-360-support .per-details p.name{margin-bottom:0px; font-family:'FSJoeyPro-Medium'; font-size:1.75em; color:#76004B;}
.starter-guide.eliquis-360-support .per-details p.designation{font-size:1em; color:#F26937; margin-right:-40px;}

.eliquis-360-support-tab-sec .flex{display:flex;align-items:center;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs{flex-direction:column; gap:1px; margin-bottom:10px;padding-right: 52px;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link{border-bottom:0.25px solid #6C1249; font-size:1.25em; color:#444; padding:10px 30px; max-width:96%; text-align:left;margin-bottom:-1px;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link.active{color:#fff; background:#76004B; border-radius:4px; font-family:'FSJoeyPro-Bold'; position:relative; font-weight:normal;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link:nth-last-of-type(1) { border-bottom:0px;}
/* ELICONMSDP-762*/
a.videomodal.videotxt {
    color: #76004B;
}
/* ELICONMSDP-762*/
/* .eliquis-360-support-tab-sec{background-image:linear-gradient(to right, #fff 50%, #76004B 50%);} */
.eliquis-360-support-tab-sec .flex > div { flex:1}
.eliquis-360-support-tab-sec .flex .right-sec{
	background:#76004B;
	align-self:stretch;
}
.eliquis-360-support-tab-sec .flex .right-sec .tab-content{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media all and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) { /* ELICONMSDP-779 */
    .eliquis-360-support-tab-sec .flex .right-sec .tab-content{
		display: flex !important;
	}
}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link.active:after{content:""; border:solid #F26937; border-width:0 3px 3px 0; display:block; padding:6px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); margin:0px 10px; position:absolute; top:15px; right:-11%;}
.eliquis-360-support-tab-sec .left-sec p.title{font-family:'FSJoeyPro-Medium'; font-size:1.75em; color:#76004B; margin-bottom:10px; line-height:1.2;}
.eliquis-360-support-tab-sec .left-sec p.desc{font-size:1.125em; color:#444; margin-bottom:0px;}
.eliquis-360-support-tab-sec .right-sec .content-sec{text-align:center; margin:0px auto; max-width:350px;} /* ELICONMSDP-779 margin change to margin:0 auto; from margin: 0 20px; */
.eliquis-360-support-tab-sec .right-sec .content-sec p{font-size:1.125em; color:#fff; margin-bottom:0px; line-height:1.2;}
.eliquis-360-support-tab-sec .right-sec .content-sec p.title{color:#F26937; margin-top:18px;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.bn{display:none;}
.eliquis-360-support-tab-sec .car-indicators{display:none;}
.eliquis-360-support-img-sec .video-cta .flex .img-sec img{max-width:450px; cursor:pointer;}
/* Eliquis 360 support page css end */

#co-pay-card-modal{z-index:1051;}
#sem-overlay p, #sem-overlay ul li{font-size:1.125em; color:#444;}
#sem-overlay p a, #sem-overlay p a:hover{color:#F26937; text-decoration:underline;}
#sem-overlay .modal-footer{justify-content:center; border-top:0px;}
#sem-overlay .modal-footer button.btn.btn-org { background:#F26937; color:#fff; font-family:'FSJoeyPro-Medium'; font-size: 20px;
    width: 250px; height: 50px;} /* ELICONMSDP-709 */
#sem-overlay p a.tel-number{ color:#444; text-decoration:none; font-family:'FSJoeyPro-Regular';}

.modal-body.doc-popup p.foot-text{font-size:0.875em; line-height:20px;}

#sitemap .f-links-block h3{font-size:1.5em; line-height:1.3;}
.pi-med-block a:hover { text-decoration:underline;}
.external-links-block a:hover { text-decoration:underline;}
#gateway .mob p.head-foot-text {margin-bottom:30px;color:#444;}
.mob p.head-foot-text {text-align:left; font-size:0.875em;color: #fff;font-family: "FSJoeyPro-Medium";padding-top:8px;}
.afib-stroke-risk-banner.sitemap .mob p.head-foot-text{color:#fff;}


.ortho .indication-links ul a{font-family:'FSJoeyPro-Medium';}
.safety-info-sec p.bold sup, .safety-info-sec p b sup{font-weight:900;}

#vte-consider-eliquis .ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec img.border{margin-bottom:30px;}
#vte-consider-eliquis .ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.title{margin-bottom:10px;}
#vte-consider-eliquis .ortho-why-eliquis.vte .cta-tile-sec:nth-of-type(2) .flex .tile-sec img.border{margin-bottom:20px;}
#vte-consider-eliquis .ortho-why-eliquis.vte .cta-tile-sec:nth-of-type(2) .flex .tile-sec p.font-18{margin-bottom:3px;}
#vte-consider-eliquis .ortho-why-eliquis .cta-tile-sec:nth-of-type(2) .flex .tile-sec p.title{margin-bottom:10px !important;}

.indication-links ul .hover-content p:nth-of-type(2) img {margin-top:-5px; cursor:pointer;} /* ELICONMSDP-709 */

#afib-home .afib-header .header-foot-text{display:none !important;}
.banner-carousel-sec{position:absolute; top:0px; left:0px; right:0px;}
p.banner-head-text{font-family:'FSJoeyPro-Medium'; font-size:14px; line-height:18px; color:#fff; padding-top:8px;}
.banner-carousel-text p.sub-title{font-family:'FSJoeyPro-Medium'; font-size:30px; line-height:30px; color:#fff; margin-bottom:0px;}
.banner-carousel-text p.title{font-family:'FSJoeyPro-Heavy'; font-size:55px; line-height:50px; color:#fff; font-weight:normal;}
.banner-carousel-text p.desc{ font-size:22px; line-height:28px; color:#fff;}
.banner-carousel-text p.foot-note{ font-family:'FSJoeyPro-Medium'; font-size:17px; line-height:20px; color:#fff; display:flex;}
.banner-carousel-text{max-width:550px;}
#afib-home .one .banner-carousel-text{margin-top:9.5%;}
.three .banner-carousel-text{margin:0px 0px 0px auto; /*max-width:485px;*/ max-width: 345px;} /* ELICONMSDP-747 */
.three .banner-carousel-text p.title {font-size: 43px;
    line-height: 45px;}
.three .banner-carousel-text p.desc {font-size: 23px;}
.three .banner-carousel-text p.sub-title {font-size: 29px;}
.banner-carousel-sec .bnr-cta{ position:absolute; text-align:center;  margin-bottom:0px; right:0px;bottom: -50px;/*ELICONMSDP-739 By deepak*/}
.banner-carousel-sec .bnr-cta a, .banner-carousel-sec .bnr-cta a:hover{font-family:'FSJoeyPro-Medium'; font-size:32px; line-height:35px; color:#fff; display:block; background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/bnr-cta-bg.svg) no-repeat; max-width:285px; height:65px; padding:15px 57px;}
/* .bnr-cta-sec{position:relative;} */
.banner-carousel-text .flex{display:flex; align-items:center;}
.banner-carousel-text .flex p{margin-bottom:0px;}
.banner-carousel-text .flex p.number{font-family:'FSJoeyPro-Heavy'; font-size:115px; line-height:126px; color:#fff; position:relative; font-weight:normal;}
.banner-carousel-text .flex p.number span{font-size:60px; line-height:66px; position:relative; top:-30px;}
.banner-carousel-text .flex .title1{font-family:'FSJoeyPro-Heavy'; font-size:55px; line-height:61px; color:#fff; font-weight:normal;}
.banner-carousel-text .flex .title2{font-family:'FSJoeyPro-Heavy'; font-size:28px; line-height:31px; color:#fff; font-weight:normal;}
#afib-home .four .banner-carousel-text{margin-top:154px;}

/* #about-vte #accordian-sec7 .acc-c5 .gif-section p.foot-note{margin-left:0px; display:flex;} */
/* #about-vte #accordian-sec7 .acc-c5 .gif-section p.foot-note sup{top:5px; margin-right:3px;} */
#vte-consider-eliquis .afib-why-eliquis .afib-stroke-risk-tabs.vte .first-sec{padding-top:12px;}
#vte-consider-eliquis .ortho-why-eliquis.vte:last-child{padding-top:40px;}
#vte-consider-eliquis .ortho-why-eliquis.vte{padding-top:0px;}


#vte-consider-eliquis #tab2 .ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.title{margin-top:-2px; margin-bottom:7px !important;}
#vte-talk-to-your-doctor .afib-ask-your-doctor-sec.marg-90.vte{padding-bottom:150px;}

/* ELICONMSDP-588 starts */
#countrycont .make-tile-clickable.hoveredtile a {
    opacity: 1;
}
#globalpg-cont p.head_para {
    font: normal 22px "Myriad Pro", arial;
}
#countrycont .make-tile-clickable.hoveredtile .cmp-cta-description{

    text-decoration: underline;
}
body.globalpg {
    background: #ccc;
}
.topcont {
    font-family: FSJoeyPro-Bold;
    font-weight: normal;
    color: #76004B;
    line-height: 24px;
    font-size: 30px;
    margin-bottom: 16px;
}
div#globalpg-cont {
    background: #ffffff;
    padding: 40px;
}
#globalpg-cont .html.section {
    clear: left;
}
#countrycont > .col .column-control-column .cta-tile.section.lastRow {
    border-bottom: none;
}
#countrycont > .col .column-control-column .cta-tile.section.lastCol {
    border-right: none;
}
#countrycont > .col .column-control-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#countrycont > .col .column-control-column .cta-tile.section {
    border-bottom: 1px solid #dbdbd9;
    border-right: 1px solid #dbdbd9;
    padding-top: 23px;
    text-align: center;
    width: 169px;
}
#countrycont > .col .column-control-column .cta-tile.section .cmp-cta-tile {
    background: #f5f6f2;
    padding: 0px;
}
#countrycont .cmp-cta-tile.vertical-alignment .cmp-cta-img-wrapper img {
    width: 88px;
    height: auto;
}
div#countrycont {
    margin-top: 20px;
    background: #f5f6f2;
    float: left;
    border: 3px solid #dbdbd9;
    padding: 25px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    max-width: 912px;
    margin-left: 0;
    margin-right: 0px;
}
#countrycont .cmp-cta-tile.vertical-alignment .cmp-cta-img-wrapper {
    padding: 0px;
}
.logocont {
    margin-bottom: 20px;
}
.cobtmtext a {
    font-size: 18px;
    color: #ec6534;
    font-family: 'FSJoeyPro-Bold';
    text-decoration: underline;
}
.footer-logo-block {
    max-width: 590px;
    display: flex;
    width: 100%;
    gap: 10px;
   /* margin-left: 0px; - ELICONMSDP-660 */
}
.footer-logo-block img {
    max-width: 100%;
}
#countrycont .cmp-cta-tile .cmp-cta-desc-wrapper .cmp-cta-description .cmp-cta-title-link {
    font-size: 18px;
    color: #000000;
    font-family: "FSJoeyPro-Regular";
    line-height: 24px;
    text-align: center;
}
.globalpg .container {
    max-width: 1012px;
}
p.cobtmtext:last-of-type {
    margin-bottom: 24px;
}
p.head_para {
    font-size: 22px;
}
#co-pay-card-modal .copay_mdl_subhdng,#co-pay-card-modal .spncntnt span.bold{
	font-size:16px !important;
	line-height:24px;
}
.drwhy-important-video-block,.joe-video-block,.moa-video-block,.myra-blue-video-block,.ken-joe-video-block,.drwhy-stroke-video-block,.ken-video-block,.drwhy-risk-video-block{
	max-width:826px;
	margin:0 auto;
}
.afib_pricing_content .accordian { /* ELICONMSDP-618 */
    background-color: #ffffff;
} 

/* ELICONMSDP-588 ends */
#ask-your-doctor-banner .brightcove.section .videoPlayerImage2:hover { /* ELICONMSDP-605 */
    cursor: pointer;
}
body.disabled.modal-open header { /* ELICONMSDP-597 */
    padding-right: 0px !important;
}
/* ELICONMSDP-607 starts */
#ask-your-doctor-banner img.videoPlayerImage, #ask-your-doctor-banner-mob img.videoPlayerImage {
    width: 100%;
    height: auto;
}

#ask-your-doctor-banner .brightcovePlayer video-js,  #ask-your-doctor-banner-mob .brightcovePlayer video-js{
   margin: auto;
    background: #ffffff;
}
/* ELICONMSDP-607 ends */
/* ELICONMSDP-622 starts */
.isi-container .arrow.up-arrow, .isi-container .arrow.down-arrow {
    width: 80px;
    height: 35px;
    position: absolute;
    right: 0px;
    left: unset;
    z-index: 1;
}

.isi-container .arrow.up-arrow:after {
    right: 20px;
    top: 0px;
    bottom: unset;
}
.isi-container .arrow.down-arrow:after  {right: 20px;top: 15px;bottom: unset;}
/* ELICONMSDP-622 ends */
#strength-in-sharing_content .gigya-screen.portrait { /* ELICONMSDP-637 */
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 0;
}

.afib_savings_bnr_cntnt .afib_savings_bnr_cntnt_rght .afib_savings_bnr_cntnt_rght_img { /* ELICONMSDP-642 */
    width: 316px;
}
.how-to-take-eliquis-sec .white-bg-left {
    margin: 30px auto 30px auto;
    width: calc(100% - 235px);
    max-width: calc(1110px - 235px);
}
.how-to-take-eliquis-sec .first-sec {
    margin-left: 0;
}
.white-bg-left {
    position: relative;
}
.white-bg-left:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    width: 999px;
    top: 0;
    left: -999px;
    display: inline-block;
    box-shadow: -7px 4px 12px rgba(0, 0, 0, 16%);
}
.how-to-take-eliquis .first-sec .flex.first {
    gap: 60px;
}
#video-overlay .videoContainer.active .videoObjCode {
    height: 492px;
}
.hapyak-contents-column1.collapsed h3.popcorn-contents-title:hover, .hapyak-contents-column1.expanded h3.popcorn-contents-title:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 1);
}
.hapyak-contents-column1.expanded {
    background: rgba(0, 0, 0, 0.7);
}
.hapyak-contents-column1 .popcorn-contents-list > li:hover, .hapyak-contents-column1 .popcorn-contents-list > li.active {
    opacity: 1;
}
.hapyak-contents-column1 .popcorn-contents-list > li {
    color: #fff;
    opacity: 0.6;
}
.hapyak-contents-column1.collapsed h3.popcorn-contents-title, .hapyak-contents-column1.expanded h3.popcorn-contents-title {
    background: rgba(0, 0, 0, 0.7);
}
.videoObj .titileHover, .videoObjCode .vjs-dock-text { /* ELICONMSDP-709 */
   /*left: 10px;
    top: 10px;*/
    left: 0px;
    top: 0px;
    width: 100%;
}
#accordian5 .vjs-dock-text,.ribbon-video .vjs-dock-text {
    display: none !important;/*ELICONMSDP-739 changes done by deepak*/
}
.sec_icon_lSpace.pad-left-m42 {
    padding-left: calc((100% - 868px) / 2 - 0px);
}
.banner-carousel-text .flex p.number {
    line-height: 78px;
}
.bottomSlider .carousel-caption {
    top: 0 !important;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottomSlider .acc-c2.two .carousel-caption {
    flex-direction: column;
}
.bottomSlider .owl-item .item {
    min-height: 600px;
	display: flex;
}
/*#chat-bot #open-converse.atTopVal, #chat-bot #open-converse-mobile.atTopVal {
    top: 16% !important;
top: calc(20% - 57px) !important;
} *//*ELICONMSDP-592*/
/* ELICONMSDP - 709 starts */
.inlBlk { 
    display: inline-block;
}
.eliquis-360-support-tab-sec .right-sec .content-sec .pencil_img {
    padding-left: 60px;
}
#sem-overlay .modal-content {
    padding-top: 7px;
    padding-bottom: 7px;
}
#afib-taking-eliquis-page .how-to-take-eliquis-sec .white-bg-left:before, #vte-taking-eliquis .how-to-take-eliquis-sec .white-bg-left:before, .afib_savings_content .white-bg-left:before {box-shadow: none;}
/* .joe-video-block.main-video-block .playbtn {top: 33%;}
#afib-ask-you-doctor-page .ken-joe-video-block.main-video-block .playbtn {top: -13%;}
#afib-consider-eliquis .myra-blue-video-block.first-video-block.main-video-block .playbtn {top: -37%;}*/
.fixed-hdr .header-foot-text {
    display: none;
}
#dvt-side-effect-page .afib-stroke-risk-banner, #afib-taking-eliquis-page .afib-stroke-risk-banner, #afib-side-effects .afib-stroke-risk-banner, #afib-faq-page .afib-stroke-risk-banner, #vte-consider-eliquis .afib-stroke-risk-banner, #vte-taking-eliquis .afib-stroke-risk-banner, #after-surgery-risk .afib-stroke-risk-banner, #ortho-consider-eliquis .afib-stroke-risk-banner, #ortho-faq .afib-stroke-risk-banner, #sitemap .afib-stroke-risk-banner, #vte-faq .afib-stroke-risk-banner {
    min-height: auto;
}
#afib-taking-eliquis-page .afib-stroke-risk-banner .page-header {
    padding-bottom: 12px;
}
#page-not-found .mob p.head-foot-text, #maintenance .mob p.head-foot-text {
    color: #444444;
}
.hdrParent:not(.fixed-hdr) {
    margin-bottom: 0px !important;
}
#afib-home #poster-carousel .owl-dots {
    bottom: 65px;
}
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.disable_btn.bn {
    opacity: 0.4;
    pointer-events: none;
}
.how-to-take-eliquis p.lh-24 {
    line-height: 24px;
}
#afib-taking-eliquis-page .how-to-take-eliquis .carousel-sec .owl-item .item {
border: 1px solid #fcf4f4;
}
#afib-ask-you-doctor-page .afib-home-cta.ask-your-doctor, #afib-faq-page .afib-home-cta.faq {
margin-top: 35px;
}
#afib-taking-eliquis-page .how-to-take-eliquis .carousel-sec .owl-item .item img {
margin-top: -23px;
}
/*#afib-faq-page .afib-stroke-risk-tabs.faq .tab-container .nav-tabs .nav-link:not(.active), #afib-faq-page .afib-stroke-risk-tabs.faq .tab-container .nav-tabs .tab-img, #afib-faq-page .afib-stroke-risk-tabs.faq .nav-tabs, #vte-faq .afib-stroke-risk-tabs.faq .tab-container .nav-tabs .nav-link:not(.active), #afib-faq-page .afib-stroke-risk-tabs.faq .tab-container .nav-tabs .tab-img, #vte-faq .afib-stroke-risk-tabs.faq .nav-tabs, #vte-faq .afib-stroke-risk-tabs.faq .tab-container .nav-tabs .tab-img {
    border-bottom: 0px;
}*/
.accordian .collapse.show#accordian-sec3 .video-sec-afib-risk-stroke{
margin-top: 0px;
}
.videoCode .Pi_link a, .videoCode .Pi_link p {
font-size: 18px;
}
header .mobile-header .m-card-block .call-p {
    margin-bottom: 0px;
}
p.foot-note span.ast_sup {
    position: absolute;
    left: -6px;
    top: 1px;
}
p.foot-note {
    position: relative;
}
#vte-talk-to-your-doctor .vte-talk-to-your-doctor-banner .flex .img-sec img.mob {
margin-left: -21px;
}
#sitemap .afib-stroke-risk-banner .page-header {
    padding-top: 12px;
    padding-bottom: 21px;
}
.afib_savings_content .white-bg-left:before, #vte-taking-eliquis .how-to-take-eliquis-sec .white-bg-left:before, #afib-taking-eliquis-page .how-to-take-eliquis-sec .white-bg-left:before, #vte-talk-to-your-doctor .left-sec.white-bg-left:before, #afib-ask-you-doctor-page .left-sec.white-bg-left:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    width: 999px;
    top: 0;
    left: -999px;
    display: inline-block;
    box-shadow: -12px 4px 12px rgba(0, 0, 0, 16%);
}

#copay-successscreen .error-screen, #copay-successscreen .error-screen p {
    margin-bottom: 0px;
}
.serviceerror_screen .footer {
    margin-top: 45px;
}
#about-vte .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p, #about-vte .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p span.burgundy  {
    font-size: 50px;
    display: inline;
}
.vte #accordian-sec7 .acc-c2 p {
    font-size: 40px;
}
.vte #accordian-sec7 .acc-c2 p span {
    font-size: 50px;
}
#about-vte .vte #accordian-sec7 .acc-c2.two p.font-24 {
    font-size: 24px !important;
}
#about-vte #accordian-sec7 .acc-c3 p {
    font-size: 40px !important;
}
#about-vte #accordian-sec7 .acc-c3 p span.burgundy, #about-vte #accordian-sec7 .acc-c4 p.burgundy {
    font-size: 50px !important;
}
.ct_outercont {
    text-align: center;
    border: 2px solid #D8D8D8;
    margin-top: 35px;
    position: relative;
}

.trialcont {
    display: flex;
    justify-content: space-around;
    top: 50px;
    position: relative;
}

.trialcont .trialouter_cont .innercont {
    border: 2px solid #D8D8D8;
    background: #ffffff;
    padding: 30px;
    position: relative;
    margin-bottom: 0px;
    height: 100%;
}
.trialouter_cont {
    flex-basis: 416px;
    position: relative;
}
.ct_outercont p span.absfnt {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0px 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 28px;
    font-family: 'FSJoeyPro-Medium';
}
.ct_outercont .trialcont p span.absfnt {
    color: #76004B;
}
.cta_topcont, .cta_btmcont {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.burgandy_cont.topicon_cont {
    width: 100%;
    text-align: center;
    padding: 70px 100px 46px;
    background-color: #76004B;
    color: #ffffff;
    margin-top: 142px;
    margin-bottom: 25px;
}
.cta_btmcont {
    margin-top: 66px;
}
.innercont, .bottom_cont, .burgandy_cont  {
    font-size: 18px;
    font-family: 'FSJoeyPro-Regular';
    text-align: center;
}
p.headfnt {
    background: #ffffff;
    position: relative;
}
.qty_cont {
    font-size: 56px;
    line-height: 70px;
}
.txt_cont {
    font-size: 28px;
}
.cta_innercont {
    flex-basis: 50%;
    text-align: center;
    padding-bottom: 27px;
    padding-top: 65px;
}
.cta_leftcont.cta_innercont {
    background: #f2f3f3;
    color: #444444;
}
.cta_rightcont.cta_innercont {
    background: #76004B;
    color: #ffffff;
}

.topicon_cont {
    position: relative;
}
.topicon_cont::before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -35px;
    width: 70px;
    height: 70px;
    background-size: contain !important;
}
.cta_innercont.topicon_cont::before{
    left: 50%;
    margin-left: -44px;
    top: -44px;
    width: 88px;
    height: 88px;
}
.bottom_cont {
    flex-basis: 50%;
    padding: 0px 11%;
}
.burgandy_cont.topicon_cont::before {
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/orange-checkmark.svg) no-repeat;    
    padding: 39px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 70px 70px !important;
    background-position: center;
}
.cta_leftcont.topicon_cont::before {
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/gray-placebo-pill.svg) no-repeat;    
}
.cta_rightcont.topicon_cont::before {
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/eliquis-pill.svg) no-repeat;    
}
span.bottom_txt {
    position: absolute;
    bottom: -55px;
    width: 100%;
    left: 0px;
    font-size: 18px;
    color: #444444;
}
.cta_topcont {
    margin-top: 108px;
}
/* ELICONMSDP - 709 ends */
/* ELICONMSDP-702 */
/*#about-vte .ribbon-video-moa.ribbon-video.active .videoCode .videoSeries .Thumbs { 
    left: 0px !important;
}*/
/* ELICONMSDP-683 starts */
.modal-backdrop.fade.show ~ .modal-backdrop.fade.show {
    z-index: 1050;
}
div#externalLink {
    z-index: 1051;
}
/* ELICONMSDP-683 ends */
body.slide_down_hdr header { /* ELICONMSDP-684 */
    display: none;
}
#afib-taking-eliquis-page .how-to-take-eliquis .carousel-sec .owl-item .item img.joeimg {
    width: 362px;
    max-width: 100%;
}
#vte-taking-eliquis .how-to-take-eliquis .carousel-sec .owl-item .item{ /* ELICONMSDP-690 */
   border: 1px solid #f1f1f1;
}
.afib_pricing_content .afib_prcng_title-sec img:not(.iconimg) {
    cursor: pointer;
}
.afib_pricing_content .afib_prcng_title-sec img.hoverimg, .afib_pricing_content .afib_prcng_title-sec p.lnmorecont:hover img.arwimg {
    display: none;
}
.afib_pricing_content .afib_prcng_title-sec p.lnmorecont:hover img.hoverimg {
    display: inline;
}
#afib-stroke-risk .afib-stroke-risk-carousel .carousel-sec .owl-item .item, #about-vte .afib-stroke-risk-carousel .carousel-sec .owl-item .item {
    margin-top: 30px;
}
.afib-home-cta-sec .imgcont {
    height: 50px;
}
img.img-fluid.cadiologist-image {
    width: 567px;
    max-width: 100%;
}
.vjs-has-started:hover .vjs-dock-text {
    display: block;
    opacity: 1;
}
#afib-ask-you-doctor-page #video-overlay {
    z-index: 99999;
}
.percent_sym {
    font-size: 55px;
    display: inline;
}
#afib-home .two .banner-carousel-text p.title {
    padding-top: 10px;
	margin-bottom:74px /*ELICONMSDP-739 change by deepak*/;
}
#afib-home .four .banner-carousel-text .flex p.number span {
    top: -36px;
}
#afib-ask-you-doctor-page .bannervideo.afib-twd:after {
    position: absolute;
    content: '';
    width: 100%;
    background: #76004B;
    height: 100%;
    top: 0px;
    left: 100%;
}
#afib-ask-you-doctor-page .bannervideo.afib-twd {
    position: relative;
}
span.absfnt_imgcont {
    width: 120px;
    height: 75px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -60px;
}
#afib-stroke-risk p.innercont {
    position: relative;
    padding: 60px 107px 50px;
}
#about-vte .trialcont {
    top: 82px;
}
#afib-stroke-risk .ct_outercont p span.absfnt, #about-vte .ct_outercont p span.absfnt{
    font-size: 17px;
    font-family: 'FSJoeyPro-Bold';
    line-height: 22px;
}
#afib-stroke-risk .accordian .collapse.show#accordian-sec3 .video-sec-afib-risk-stroke {
    padding-top: 50px;
}
#afib-stroke-risk .ct_outercont, #about-vte .ct_outercont {
    margin-bottom: 116px;
    margin-top: 47px;
}
#afib-stroke-risk .trialouter_cont, #about-vte .trialouter_cont {
    flex-basis: 385px;
}
img.absfnt_img {
    padding-left: 20px;
}
#about-vte p.innercont {
    position: relative;
    padding: 62px 80px 40px;
}
.eliquis_both_outercont {
    display: flex;
    max-width: 100%;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-family: 'FSJoeyPro-Medium';
    margin: 40px 0px;
}

.burgandy_box {background-color: #76004B;color: #ffffff;height: 210px;text-align: center;}

.in_cont {padding:40px 125px 40px 45px; flex-basis: 50%;text-align: center;}

.org_box {
    color: #ffffff;
    background: #F26937;
    padding-left: 112px;
    padding-right: 28px;
    padding-top: 62px;
}
span.org_txt {
    background: #F26937;
}

span.bur_txt {
    background-color: #76004B;
}
.both_box > span {
    padding: 2px 11px;
}
.both_box {
    position: absolute;
    top: 50%;
    color: #ffffff;
    left: 50%;
    transform: translateX(-108px);
font-size: 28px;
    line-height: 32px;

}
.text_cont {
    position: absolute;
    display: flex;
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-family: 'FSJoeyPro-Heavy';
    text-transform: uppercase;
    width: 100%;
    gap: 0px;
    justify-items: center;
    align-items: center;
    height: 100%;
}
#afib-stroke-risk #accordian-sec7 .acc-c5 .img-sec {
   position: relative;
}
.text_cont > div {
    flex-basis: 50%;
    text-align: center;
}
.modal-open #chat-bot {
    opacity: 0.5;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.percent_sym {
  font-size: 55px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.fn_14 {
    font-size: 35px;
    line-height: 40px;
    padding-top: 10px;
}
.afib_pricing_content .lnmorecont img {
    margin-left: 15px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.percent {
    color: #F26937;
}
#vte-talk-to-your-doctor #poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p.number {
    background: #EEF6F6;
}
.footer .cmp-isi.is-expanded {
    top: 20%;
}
#chat-bot #open-converse {
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/Elise.svg) no-repeat;
}
.savings_pg footer.footer, #eliquis-360-support footer.footer, .price_pg footer.footer, #afib-home footer.footer, #afib-home footer.footer, #vte-page footer.footer   {
    background-size: 100% 70px;
    background-repeat: no-repeat;
}
#eliquis-360-support footer.footer {
    background-image: linear-gradient(to bottom, #f6f1f3 50%, #fff 100%);
}
.savings_pg footer.footer {
    background-image: linear-gradient(to bottom, #f5eff2 50%, #fff 100%);
}
.price_pg footer.footer {
    background-image: linear-gradient(to right, #F4F4F4 0%, #FFF 100%);
}
#afib-home footer.footer, #vte-page footer.footer {
    background-image: linear-gradient(to right, #F4F4F4 0%, #FFF 100%);
}
#support-survey footer.footer {
    padding-top: 0px;
}
.afib-ask-your-doctor-sec .first-sec .img-sec img {width: 505px} /* ELICONMSDP-747 */
.no-scroll #chat-bot {
display: none !important;
}
@media (min-width :992px){
#about-vte .vte #accordian-sec7 .acc-c2 p.font-24 {
    font-size: 16px;
}
#vte-faq .afib-stroke-risk-tabs.faq.vte .tab-container .nav-tabs .tab-img {
    padding-bottom: 20px;
    width: 88px;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p {
    font-size: 44px;
    line-height: 42px;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p span {
    font-size: 54px;
    line-height: 63px;
    font-family: 'FSJoeyPro-Heavy' !important;
    padding-top: 14px;
    display: block;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p span {
    font-size: 44px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c2 p {
font-size: 53px;
line-height: 63px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c3 p {
    margin-bottom: 30px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c2 p span:not(.font35) {
font-size: 54px;
line-height: 63px;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c2 p span.font35 {
line-height: 48px;
display: block;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c3 p, .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c3 p span:not(.font35) {
    font-size: 54px !important;
    line-height: 63px;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c3 span:not(.heavy) {
    line-height: 48px !important;
    font-weight: normal;
    font-family: 'FSJoeyPro-Regular' !important;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 p {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span {
    font-size: 65px;
    line-height: normal;
    display: inline-block;
}
.afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.percent {
    color: #F26937;
    font-size: 85px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .acc-c4 .carousel-caption {
top: 38px;
}
.afib-stroke-risk-tabs #accordian-sec7 .acc-c4 .carousel-caption {
top: 98px;
    text-align: left;
    padding-left: 62px;
    
}
.how-to-take-eliquis-sec .first-sec {
    margin-left: -55px;
    z-index: 9;
    position: relative;
}
.afib_savings_content .afib_savings_e360_container .afib_savings_e360_title {white-space: nowrap;}
         #afib-stroke-risk .afib-stroke-risk-carousel .carousel-sec .owl-item .item.bitsy img, #afib-consider-eliquis .carousel-sec .owl-item .item.bitsy img {margin-left: -30px;} /* ELICONMSDP - 709 */
	#eliquis-360-support .img-sec img{width:295px; }
#eliquis-360-support .starter-guide .img-sec img {width: 400px;}
	.how-to-take-eliquis .carousel-sec .owl-carousel .carousel-caption {
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/* mobile css*/
@media (max-width: 992px){

/*#chat-bot #open-converse.atTopVal, #chat-bot #open-converse-mobile.atTopVal {
    top: 20% !important;
    top: calc(24% - 35px) !important;
}*/
.cmp-isi.sticky-element .preview-container .isi-header {
    padding-top: 11px;
}
.ct_outercont p span.absfnt {
    font-size: 24px;
}
#afib-home .three .container1 {
padding-left: 15px;
}
.text_cont{
    font-size: 28px;
    line-height: 33px;
    align-items: flex-start;
}
.text_cont > div.leftcont {
    text-align: left;
align-self: flex-start;
    padding: 30px 0px 0px 20px;
}
.text_cont > div.rightcont {
    text-align: right;
    align-self: end;
    padding: 0px 20px 25px;}



.eliquis_both_outercont {
    flex-direction: column;
        font-size: 32px;
        line-height: 40px;
width: 285px;
        margin-left: auto;
        margin-right: auto;
}
.both_box {
    display: inline-flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 34px;
    top: 195px;
    text-align: center;
}
.in_cont {
    padding: 20px 19px 56px 28px;
}
.org_box.in_cont {
    padding: 44px 15px 20px;
}
#about-vte .trialcont {
    top: 50px;
}
#afib-stroke-risk .trialouter_cont, #about-vte .trialouter_cont {
    flex-basis: auto;
}
#afib-stroke-risk p.innercont, #about-vte p.innercont {
    padding: 35px 20px 20px 20px;
}
#afib-stroke-risk .ct_outercont p span.absfnt, #about-vte .ct_outercont p span.absfnt {
    width: 80%;
}
#afib-stroke-risk .ct_outercont, #about-vte .ct_outercont {
    max-width: 278px;
    padding-bottom: 75px;
    margin: 47px auto 0px;
}
#afib-stroke-risk span.absfnt_imgcont, #about-vte span.absfnt_imgcont {
    width: 70px;
    height: 60px;
    margin-left: -35px;
    top: -25px;
}
#afib-stroke-risk img.absfnt_img, #about-vte img.absfnt_img {
    width: 65px;
}
#afib-stroke-risk #accordian-sec7 .acc-c4 p {
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    text-align: left;
    padding-left: 15px;
}
#afib-stroke-risk #accordian-sec7 .acc-c4 p span.fn_26 {
    font-size: 26px;
    padding-top: 10px;
    display: inline-block;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.percent {
    font-size: 35px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.percent_sym {
   font-size: 22px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c4 span.fn_14 {
  font-size: 14px;
display: block;
line-height: 16px;
}
#afib-stroke-risk #accordian-sec7 .acc-c4 p span:not(.percent) {
    margin: 5px 0px;
}

#afib-stroke-risk #accordian-sec7 .carousel-caption {top: 0px; color: #ffffff;}
.cta_topcont {
    margin-top: 78px;
}
.trialcont {
    top: 60px;
}
#afib-stroke-risk .trialcont {
    top: 40px;
    gap: 62px;
}
span.bottom_txt {
    position: relative;
    bottom: unset;
    top: 10px;
}
.trialouter_cont {
    flex-basis: 100%;
}
.cta_topcont {
    flex-direction: column;
    gap: 80px;
}
.trialcont {
    flex-direction: column;
    padding: 0px 15px;
    gap: 45px;
}
.ct_outercont {
    padding-bottom: 100px;
}
.burgandy_cont.topicon_cont {
    padding: 54px 62px;
    margin-top: 80px;
    margin-bottom: 50px;

}
.qty_cont {
    font-size: 44px;
}
.txt_cont {
    font-size: 24px;
}
.ct_outercont{
    margin-top: 45px;
}
.bloodbgimg{
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/blood-thinners-mob.svg) no-repeat;
    max-width: 100%;
    height: 441px;
    width: 285px;
    margin: auto;
    background-size: contain;
}
.thinnercnt {
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-around;
    padding: 58px 0px 0px 0px;
    
}

.thinnercnt .fnt18 {
    margin-top: -115px;
}
#afib-stroke-risk .thinnercnt .fnt18 {
    margin-top: -96px;
}
#afib-stroke-risk .thinnercnt .fnt18:first-child {
    margin-top: -170px;
}
#afib-stroke-risk .thinnercnt .fnt18 + .fnt18 {
    margin-top: -275px;
}
.bloodbgimg .subheadfnt {
    padding-top: 6px;
}
.thinnercnt .fnt18 {
font-size: 16px;
}
#about-vte #accordian-sec7 .acc-c3 p {
    font-size: 20px !important;
}
#about-vte #accordian-sec7 .acc-c3 p span.burgundy, #about-vte #accordian-sec7 .acc-c4 p.burgundy {
    font-size: 26px !important;
}
#about-vte .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p {
    font-size: 20px;
}
#about-vte .afib-stroke-risk-tabs #accordian-sec7 .owl-item .item.acc-c1 p span.burgundy {
    font-size: 20px !important;
}
#about-vte .vte #accordian-sec7 .acc-c2.two p.font-24 {
    font-size: 16px !important;
}
.vtehome-banner {
    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/dvt_homepage_hero_mob.png)no-repeat;
    background-size: cover;
    background-position: 0px -70px;
}

#about-vte #inner-tab1 .afib-symptoms-sec .flex .para-desc:last-child {
    margin-bottom: 0px;
}
#about-vte #inner-tab1 .afib-symptoms-sec .flex .para-desc:last-child p.img-text, #about-vte #inner-tab2 .afib-symptoms-sec .flex .para-desc:last-child p.img-text {
    margin-bottom: 2px;
}

.call_doc_sym > ul:last-child {
    margin-bottom: 10px;
}
.container-868.m-left ul:last-child {
    margin-bottom: 8px;
}
.afib_savings_content .afib_savings_e360_btn a {
display: block;
text-align: center;

}
#video-overlay .videoContainer.active .videoObjCode {
	height: 457px;
}
.banner-carousel-text .flex p.number {
	line-height: 60px;
}
.banner-carousel-text .flex .title2 {
	letter-spacing: -0.1px;
}
.carousel-sec .owl-stage {
	display: flex;
}
.carousel-sec .owl-item .item {
	display: flex;
	flex-direction: column;
	height: 92%;
}
.carousel-sec .owl-carousel .owl-item .d-flex {
	padding-bottom: 16px;
}
.carousel-sec p.poster-mid-text {
	position: fixed;
	bottom: 25px;
}
.orange_underline_mob {color:#F26937;text-decoration:underline;}
.afib-ask-your-doctor-sec .first-sec .img-sec{text-align:center; margin-left:0;}
.pt_m_0{padding-top:0 !important;}	
.banner-carousel-text .flex p.number{font-size:94px;}
.banner-carousel-text .flex p.number span{font-size:41px; line-height:45px;}
.banner-carousel-text .flex .title1{ font-size:40px; line-height:44px;}
.banner-carousel-text .flex .title2{font-size:20px; line-height:22px;}
.banner-carousel-sec .bnr-cta a, .banner-carousel-sec .bnr-cta a:hover{font-size:17px; line-height:19px; max-width:146px; height:39px; padding:11px 28px;}
#afib-home .four .banner-carousel-text{margin-top:4%;}
	
.banner-carousel-text p.sub-title, .three .banner-carousel-text p.sub-title {font-size:22px; line-height:22px;}
.banner-carousel-text p.title{font-size:40px; line-height:40px;}
.banner-carousel-text p.desc, .three .banner-carousel-text p.desc{font-size:19px; line-height:22px;}
.three .banner-carousel-text{max-width:480px;}
.three .banner-carousel-text p.title {
    font-size: 35px;
    line-height: 35px;
    padding-top: 5px;
}
#afib-home .two .banner-carousel-text{max-width:630px;}
#afib-home .afib-home-cta/*{margin-top:-40px;}*/ {margin-top:-15px;} /*ELICONMSDP-628*/
#afib-home #poster-carousel .owl-dots{bottom:30px;}

.mobile-nav-item button[aria-expanded="true"]{color:#F26937;}
.mobile-nav-item .accordion-body p.active{background:#DCC6CF;}

.desk{display:none;}
.mob{display:block;}

#gateway .body-header {margin-top: 0px;}
/* Eliquis 360 support page css start */
.eliquis-360-support-img-sec .video-cta .flex .img-sec img{max-width:225px;}
/* Eliquis 360 support page css end */

/* Support Survey page css start */
.afib-stroke-risk-banner.support-survey .img-sec{flex-direction:column; align-items:normal;}
.afib-stroke-risk-banner.support-survey .img-sec p{text-align:left;}
.afib-stroke-risk-banner.support-survey .img-sec p.right{text-align:right;}
.afib-stroke-risk-banner.support-survey p.desc{padding-left:0px; padding-right:0px;}
.support-survey-form .flex{flex-direction:column; margin:33px 12px 0px; gap:33px;}
.support-survey-form .question-sec .qtn-text { display:flex; gap:5px;}
/* Support Survey page css End */

/* VTE talk to your doctor page css start */
.vte-talk-to-your-doctor-banner .flex{flex-direction:column;}
.vte-talk-to-your-doctor-banner .flex .img-se img{width:auto;}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec {left:22%; top:40px; text-align:left;}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.designation, .vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.desc{margin-right:0px; margin-left:30px;}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec span.mob{display:inline-block;}
.vte-talk-to-your-doctor-banner .flex .para-sec { margin-top:10px;}
/* VTE talk to your doctor page css end */

/* VTE Home page css start */
.vte .afib-home-article .d-flex.vte{display:flex !important; flex-direction:column-reverse;}
.ortho-understanding-risk .afib-clot-stroke-sec p.title{font-size:1.25em;}
.afib-why-eliquis .first-sec p.sub-title {font-size: 20px !important;}
.afib-stroke-risk-tabs.vte p.sub-title{font-size: 20px !important;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec img.border{margin-bottom:26px;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.title{margin-bottom:25px;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec img ~ p.font-18{margin-bottom:20px;}
.ortho-why-eliquis.vte .cta-tile-sec .flex .tile-sec p.title {margin-bottom:14px !important;}
.safety-info-sec p{line-height:24px;}
/* VTE Home page css end */

/* Afib Ask your Doctor page css start */
#ask-your-doctor-banner-mob {display:block;}
#ask-your-doctor-banner{display:none;}
#ask-your-doctor-banner-mob .brightcove.section .videoPlayerImage2{width:100%; height:auto;}
.afib-ask-your-doctor-sec .first-sec{flex-direction:column-reverse; gap:30px;}

.afib-ask-your-doctor-sec .carousel-sec .owl-carousel .carousel-caption{left:2%; right:2%; position:relative; padding:40px 20px 20px;}
.afib-ask-your-doctor-sec .owl-carousel .owl-item img{margin-left:auto; margin-right:auto;}
/* Afib Ask your Doctor page css end */

/* Afib FAQ page css start */
/* Afib FAQ page css end */

/* Afib How to take Eliquis page css start */
.side-effect-info-sec .first-sec p{padding:0px 20px;}
.side-effect-info-sec .first-sec .info-sec p{font-size:1.25em;}
.up-triangle:after{left:45%;}
/* Afib How to take Eliquis page css end */

/* Afib How to take Eliquis page css start */
.how-to-take-eliquis .carousel-sec .owl-carousel .carousel-caption{left:2%; right:2%; position:relative; padding:40px 20px 20px;}
.how-to-take-eliquis .owl-carousel .owl-item img{margin-left:auto; margin-right:auto;}
/* Afib How to take Eliquis page css end */

/* Afib Consider Eliquis page css start */
.carousel-sec.why-eliquis .owl-carousel .owl-item img{margin-left:auto; margin-right:auto;}
.carousel-sec.why-eliquis .owl-carousel .carousel-caption{left:2%; right:2%; position:relative; padding:40px 20px 20px;}
.afib-stroke-risk-banner.consider-elq{/*margin-top:157px; */ margin-top:0px;}
.afib-stroke-risk-banner.consider-elq p.head-foot-text-new{color:#fff; margin-bottom:30px;}
.afib-stroke-risk-banner.consider-elq .page-header p.title{font-size:30px;}
.afib-stroke-risk-banner.consider-elq .page-header p.title span{font-size:28px;}
/* Afib Consider Eliquis page css end */

/* Afib Stroke & risk page css start */

#accordian-sec7 .acc-c5 .gif-section h2{font-size:1.875em;}
.afib-why-eliquis .first-sec h2{font-size:1.875em;}

#accordian-sec7.afib .acc-c1 p, #accordian-sec7.afib .acc-c2 p, #accordian-sec7.afib .acc-c2 p span, #accordian-sec7.afib .acc-c3 p, #accordian-sec7.afib .acc-c3 p span{font-size:25px; line-height:30px;}
#accordian-sec7.afib p span.font35{font-size:22px;}

#accordian-sec7 .owl-carousel .owl-item img.mob{display:block;}
#accordian-sec7 .owl-carousel .owl-item img.desk{display:none;}

#accordian-sec7 .acc-c2 p{font-size:35px;}
#accordian-sec7 .acc-c1 p{font-size:32px; line-height:1.18;}
#accordian-sec7 .acc-c2 p span{font-size:52px; line-height:50px; display:inline-block; padding:5px 0;}
#accordian-sec7 .acc-c3 p span.burgundy{font-size:40px; display:inline-block; line-height:1.1; padding:4px 0 7px;}
#accordian-sec7 .acc-c4 p{font-size:40px;}
#accordian-sec7 .acc-c3 p{font-size:35px;}
#accordian-sec7 .acc-c1 .carousel-caption{top:43px;}
#accordian-sec7 .acc-c2 .carousel-caption{top:22px;}
#accordian-sec7 .acc-c3 .carousel-caption{top:32px;}
#accordian-sec7 .acc-c4 .carousel-caption{top:88px;}

.accordian-img-sec{margin:0px auto; text-align:center;}

.accordian-img-sec img.mob{display:inline-block;}

.afib-stroke-risk-banner .page-header p.title{font-size:2em;}
.afib-clot-stroke-foot-sec .img-text p{font-size:1.125em;}
.afib-clot-stroke-sec p.title{font-size:1.25em; }
.afib-clot-stroke-foot-sec .img-text p.title{font-size:1.25em; }

.afib-stroke-risk-carousel .carousel-sec .owl-carousel .carousel-caption{left:2%; right:2%; position:relative; padding:40px 20px 20px;}
.carousel-sec #poster-carousel .owl-dots {bottom:-18px;} /* ELICONMSDP-645 */

.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item img{margin-left:auto; margin-right:auto;}
.carousel-sec .owl-carousel .owl-item p.title{font-size:1.5em;}
.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item .d-flex{flex-direction:column-reverse; align-items:start;}

.accordian .afib-clot-stroke-sec .flex{flex-direction:column; margin:0px 10px 30px;}
.afib-clot-stroke-foot-sec .flex{flex-direction:column; gap:20px;}
.afib-clot-stroke-foot-sec .flex .para-desc{flex-direction:column; align-items:center;}

.page-inner-next-sec .flex{gap:0px; flex-direction:column; align-items:end; text-align:right;}
.page-inner-next-sec{margin-bottom:20px;}
.page-inner-next-sec .flex a{position:relative; padding-right:20px;}
.page-inner-next-sec .flex a:after{position:absolute; top:8px;}
.page-inner-next-sec .flex .flex{flex-direction:row; justify-content:space-between; width:100%;}
.page-inner-next-sec .flex a.prev{border-right:0px; padding-right:10px;}

/* Afib Stroke & risk page css end */

/* gateway page css start */
#gateway .gateway-box a{padding:10px 14px;}
#poster-carousel .owl-dots{bottom:80px;}
/* gateway page css end */

/* Afib page Global css start */
.indication-links ul .hover-content p:last-of-type{ top:4px; position:absolute; right:12px;} /* ELICONMSDP-709 */
header.afib-header:after{margin-left:18px;}
.afib-header .indication-block{width:50%;}
.afib-header .indication-head p{font-size:1em;}
/* Afib page Global css end */

/* Afib Home page css start */
.afib-home-article .d-flex{display:block !important;}
.afib-home-article .carol-detail{position:relative; left:50%;}
/* Afib Home page css end */

	h1{
		font-size: 44px;
		line-height: 48px;
	}
	h2{
		font-size: 32px;
		line-height: 36px;
	}
	h3{
		font-size: 24px;
		line-height: 28px;
	}
	h4{
		font-size: 20px;
		line-height: 24px;
	}
	.label{
		font-size: 18px;
		line-height: 22px;
	}
	.container {
		max-width: 960px;
	}
	.mobile-header{
		display: block; background:#fff;
	}
	.desktop-header {
		display: none;
	}
	.m-utility-block {
		text-align: center;
	}
	.m-logo-menu-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 18px 0;
	}
	.m-logo-block img {
		max-height: 55px;
	}
	.m-close, .active .m-open {
		display: none;
	}
	.active .m-close {
		display: block;
	}
	.m-call-menu-block {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	a.m-menu {
		display: flex;
		min-width: 26px;
	}
	.m-utility-block a {
		letter-spacing: -0.25px;
	}
	.m-indication-block {
		display: flex;
		align-items: center;
		border: 1px solid #76004B;
		border-left: 0;
		border-right: 0;
		/* border-bottom:0px; */
	}
	.indication-head p {
		border: none;
		max-width: 100%;
	}
	.indication-block {
		width: 50%;
	}
	.indication-head p span:first-of-type {
		padding: 5px 0;
		padding-left: 15px;		
	}
	.m-med-block {
		background: #76004B;
		width: 50%;
	}
	.m-med-block a{
		display: inline-block;
		width: 100%;
		color: #FFF;
		padding: 5px 0 5px 30px;
		font-family: 'FSJoeyPro-Medium';
	}
	.m-med-block span:after {
		content: "";
		border: solid #F26937;
		border-width: 0 2.7px 2.7px 0;
		display: inline-block;
		padding: 2.5px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-left: 5px;
		vertical-align: middle;
	}
	.indication-links {
		top: 35px;
	}
	.m-card-block {
		background: #F2F3F3;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 21px 15px;
	}
	.m-card-block .call-p b {
		color: #F26937;
	}
	.m-card-block .call-p a {
		color: #444444;
		font-family: 'FSJoeyPro-Regular';
		font-size: 14px;
		line-height: 20px;
		background: none;
		padding: 0;
		background-position-y: 0;
	}
	.m-card-block .call-p {
		margin-top: 13px;
		margin-bottom:10px;
	}
	.external-links-block {
		display: block;
		background: #76004B;
		padding: 23px 0 17px 0;
	}
	.external-links-block a {
		padding: 12px 15px;
		display: inherit;
		color: #fff;
		position: relative;
	}
	.external-links-block a:after {
		content: "";
		border: solid #FFF;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 2.5px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-left: 5px;
		vertical-align: middle;
		position: absolute;
		right: 15px;
		top: 50%;
	}
        .indication-links ul li:hover > .hover-content, .indication-contentdiv.active .indication-links ul li.hovered > .hover-content {
		height: auto; display:flex;
	}
	.indication-links ul .hover-content p:last-of-type {
		position: relative;
		bottom: auto;
		right: auto;
		line-height: 0;
	    text-align: right;
	}
	.indication-links ul .hover-content p:last-of-type a {
		display: inline;
	}
	.m-menu-block {
		display: none;
	}
	.m-menu-block.active {
		display: block;
		background: #fff;
		min-height: 100vh;
		height:500px;
		margin-top: -38px;
		position: fixed;
		z-index: 10; /* ELICONMSDP-747 */
		left: 0;
		right: 0;
		overflow-y:auto;
                padding-bottom: 60vh;
	}
	.container-868>ul {
		padding-left: 52px;
	}
	.isi-pill-block {
		gap: 40px;
		flex-direction: column;
	}
	.border-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		width: fit-content;
	}
	.icon-text.aln-center {
		align-items: flex-start;
	}	
	.support-survey-form .surveryEmailThankYou h1{margin-top:40px;}
	.surveryEmailThankYou p.thank-foot-text{margin-top:-30px; font-size:14px; line-height:18px;}
    .afib_savings_e360_btn a { padding: 9px 20px !important;} /*ELICONMSDP-635*/
}
/*.hideChatBot_onscroll #chat-bot #open-converse-mobile, .hideChatBot_onscroll #chat-bot #open-converse, .hideChatBot_onscroll #open-converse, .hideChatBot_onscroll #triangle-icon-id {*/
.hideChatBot_onscroll #chat-bot #open-converse-mobile, .hideChatBot_onscroll #chat-bot #open-converse {
    position: absolute;
    z-index: 999;
}

@media (max-width: 768px){
.footer .cmp-isi.is-expanded {
    top: 24%;
}
.both_box span.mob {
    display: inline !important;
}
#about-vte #tab2 .afib-clot-stroke-sec {
    margin-top: 25px;
}
#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7.afib .acc-c2 p span.subline {
    padding-bottom: 0px;
}

#afib-stroke-risk .afib-stroke-risk-tabs #accordian-sec7.afib .acc-c2 p span.font35 {
    padding-top: 0px;
}
/*header:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 20%);
    margin-left: 0px !important;
    left: 0px;
}
header{
position: relative;
}*/
#vte-talk-to-your-doctor .afib-ask-your-doctor-sec.marg-90.vte {
   padding-bottom: 70px;
}
 #vte-faq .afib-stroke-risk-tabs.faq .tab-container .nav-tabs {
align-items: center;
}
 #vte-faq .afib-stroke-risk-tabs.faq .tab-container .nav-tabs img {
width: 72px;
}

#afib-taking-eliquis-page .how-to-take-eliquis .carousel-sec .owl-item .item img.joeimg {
    width: auto;
}
/* ELICONMSDP-709 starts */
img.grey_female_img {
    margin-right: 7px;
}
#eliquis-360-support .eliquis-360-support-accr-sec {
    margin-top: -22px;
    padding-top: 62px;
}
.afib-home-cta:not(.supportcta) .d-flex .afib-home-cta-sec p.cta {
    margin-bottom: 0px;
}
/* ELICONMSDP-709 ends */

.footer .icon-text.mb-2 ~ .container-868, .container-868.m-left{margin-left:6%;} /* ELICONMSDP-709 */

.how-to-take-eliquis.vte .flex > div:nth-of-type(2) {
    flex-basis: 100%;
    flex-shrink: 0;
}
.how-to-take-eliquis.vte .flex > div:nth-of-type(1) {
    width: 100% !important;
}
.how-to-take-eliquis.vte .flex-inner .taking-dosing-sec {
    flex-basis: 100%;
}

.afib-stroke-risk-tabs.faq {
    padding: 10px 0px 20px;
}
.pb-m-60{
	padding-bottom: 60px !important;
}
.pr-m-40{
	padding-right: 40px;
}
.pb-m-45{
	padding-bottom: 45px !important;
}
.mob-mw-24{
	max-width: 24px !important;
}
.mob-mw-28{
	max-width: 28px !important;
}
.bottomSlider .owl-item .item {
	min-height: 300px;
	max-height: 300px;
}
.bottomSlider .owl-item .item.acc-c5 {
	max-height: none;
}
.afib-ask-your-doctor-sec .carousel-sec p.poster-foot-text1 {
	margin-bottom: 45px;
}
.white-bg-left:before {
	display: none;
}
.how-to-take-eliquis-sec .white-bg-left {
	margin: 30px 2% 30px 2%;
	width: auto;
}
.how-to-take-eliquis-sec .first-sec .img-sec {
	margin: -65px auto 30px auto;
}
.white-bg-left .img-sec img {
	max-width: 120px;
}
.how-to-take-eliquis-sec .first-sec {
	padding: 0 15px 30px;
}
.how-to-take-eliquis .first-sec .flex.first {
	gap: 12px;
}
#video-overlay .modal-dialog {
    width: calc(100% - 20px);
}
.afib-twd.bannervideo{
	background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/bannervideo-imgmobile.png)no-repeat top center;
	height: 510px;
background-position-y: 50px;
    background-size: contain;
}
.afib-twd .bannervideocnt{
	flex-direction:column;
	padding:0 30px;
}
#afib-ask-you-doctor-page .afib-twd .bannervideocnt {
    margin-top: -20px;
}
.afib-twd .videocntafib p.font14{
	margin: 0 0 45px;
}
.afib-twd .videocntafib h1{
	font-size:32px;
	line-height:40px;
}
.afib-twd .videocntafib p{
	font-size:20px;
	line-height:24px;
}
.vtecnt{
	flex-direction: column;
    align-items: flex-start;
}
.vtecnt > div img{
	width:305px;
}
.vtecnt > div > p{
	font-size: 16px;
    line-height: 20px;
    margin: -61px 0 0 141px;
    max-width: 50%;
}
.vtecnt+p{
	max-width: 100%;
    font-size: 20px;
    line-height: 25px;
    margin: 33px 0 0 0;
}
.vtecnt .orgbtnskew{
	margin: 28px 0 0 144px;
    padding: 7px 20px;
}
#vte-page .afib-home-cta{
	margin-top:-120px;
}
.carousel-sec .owl-item .item {
	height: 94%;
}
.inner-1,.inner-2{
    width: calc(100% - 31px);
    height: calc(100% - 30px);
    border-radius: 16px;
    position: absolute;
    margin: 20px 0px 20px 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .15);
    background: #fff;
    border: 10px solid #fff;
    z-index: -2;
}
.inner-2 {
    z-index: -5;
	margin: 20px 0px 20px 25px;
    width: calc(100% - 28px);
}
.afib-ask-your-doctor-sec #poster-carousel-number.owl-carousel.owl-drag .owl-item .item {
	margin: 20px 40px 10px 10px;
}
.afib_savings_bnr_cntnt .afib_savings_bnr_cntnt_rght .afib_savings_bnr_cntnt_rght_img { /* ELICONMSDP-642 */
    width: 170px;
}
.afib-ask-your-doctor-sec.marg-90{
	padding-bottom: 100px;
}
.afib-ask-your-doctor-img-sec .img-sec{
	width: calc(100% - 20px);
    height: 135px;
    padding: 0 20px;
	border-radius: 12px;
    margin: -72px 10px 33px;
}	
.banner-carousel-text {max-width:335px;}
#afib-home .four .banner-carousel-text{ margin-top:30%;}
.mob-center{text-align:center !important;}
.modal-body.copay-360 h2{font-size:1.875em;}
.modal-button a{padding:10px 30px;}
#sitemap .f-links-block{text-align:left; border-bottom:0px; margin-bottom:10px;}
#sitemap .f-links-block h3{font-size:1.25em;}

/* Eliquis 360 support page css start */
.afib-stroke-risk-banner.eliquis-360-support .page-header p.foot-text a{font-family:'FSJoeyPro-Regular';}
.afib-stroke-risk-banner.eliquis-360-support .page-header p.title{padding-left:10px;}
.eliquis-360-support-cta .afib-home-cta .wht-bg{padding-bottom:10px;}
.eliquis-360-support-cta .afib-home-cta-sec p.title{font-size:1.5em;line-height:24px;}
.eliquis-360-support-cta .afib-home-cta-sec p.title span{top:17px;}
.eliquis-360-support-cta .afib-home-cta{background-image:none;}
.eliquis-360-support-img-sec .video-cta .flex{gap:30px; flex-direction:column;}
/* .eliquis-360-support-img-sec .video-cta .video-btn p:nth-of-type(2){left:20px;} */
.eliquis-360-support-img-sec .video-cta .text-sec p.title{font-size:1.875em;}
.eliquis-360-support-img-sec .video-cta .img-sec img{width:100%;}

.starter-guide.eliquis-360-support{position:relative;}
.starter-guide.eliquis-360-support .per-details{position:absolute; bottom:25vh;}
.starter-guide.eliquis-360-support p.foot-text { text-align:left; position:absolute; bottom:0px; max-width:135px;}
.starter-guide.eliquis-360-support .flex { gap:0px;}
.starter-guide.eliquis-360-support p.title{font-size:2em;}
.starter-guide.eliquis-360-support p.sub-title{font-size:1.5em;}

.eliquis-360-support-tab-sec .left-sec p.title{font-size:1.5em;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link{padding:10px 20px;}

/* Eliquis 360 support page css end */


/* Support Survey page css start */
.afib-stroke-risk-banner.support-survey p.desc{font-size:1.25em;}
.support-survey-form .check-mob{display:inline-block;}
.support-survey-form .check-desk{display:none;}
.support-survey-form .option-text {margin-left:24px;}
/* Support Survey page css End */

.faq .tab-container .nav-tabs .nav-link {
    padding-bottom: 8px;
}
/* VTE FAQ page css start */
.vte .afib-home-cta.faq .afib-home-cta-sec:nth-of-type(1) p.cta, .vte .afib-home-cta.faq .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:7px;}
/* VTE FAQ page css end */

/* VTE talk to your doctor page css start */

.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec {left:48%;}
.vte-talk-to-your-doctor-banner .flex .para-sec p.title { font-size:2em;}
.vte-talk-to-your-doctor-banner .flex .para-sec p{font-size:1.25em;}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.name{font-size:1.5em;}
.vte-talk-to-your-doctor-banner .flex .img-sec .title-sec p.designation{font-size:1.125em;}
.vte-talk-to-your-doctor-banner .flex .para-sec { margin-top:10px;}
#vte-talk-to-your-doctor .afib-header.vte .header-foot-text p { color:#FFF;}
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(3) .flex { padding-bottom:44px;}
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(1) .flex {padding-bottom:68px;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(4) .flex{padding-bottom:68px;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item:nth-of-type(5) .flex{padding-bottom:68px;}
.vte .afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(1) p.cta, .vte .afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:7px;}
/* VTE talk to your doctor page css end */

/* VTE side effects page css start */
.vte .afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(1) p.cta, .vte .afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(2) p.cta{padding-top:7px;}
/* VTE side effects page css End */

/* VTE how to take eliquis page css start */
.how-to-take-eliquis.vte .flex{flex-direction:column;}
.how-to-take-eliquis.vte .flex-inner{flex-direction:column;}
.taking-dosing-sec .img-sec img { width:auto;}
.vte .afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(1) p.cta, .vte .afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(3) p.cta {padding-top:7px;}
.how-to-take-eliquis.vte .flex div:nth-of-type(2) { max-width:100%;}
/* VTE how to take eliquis page css end */

/* VTE consider eliquis page css start */
.mid-text-box p.title{font-size:1.125em;}
.afib-stroke-risk-tabs #tab2 .mid-text-box p.title{font-size:20px;}
.afib-home-cta.why-eliquis.vte .afib-home-cta-sec:nth-of-type(3) p.cta, .vte .afib-home-cta.why-eliquis.vte .afib-home-cta-sec:nth-of-type(1) p.cta{padding-top:7px;}

/* VTE consider eliquis page css end */

/* VTE about page css start */
.inner-tab .afib-symptoms-sec .flex{column-count:1;}
.vte #accordian-sec7 .acc-c2 p span{font-size:26px; line-height:30px;}
.vte #accordian-sec7 .acc-c2 p{font-size:20px;}
.font-24 {font-size:1.125em !important;}
.ortho-why-eliquis .font-24{
	font-size:20px !important;
}

.vte #accordian-sec7 .acc-c3 p span.burgundy{font-size:26px;}
.vte #accordian-sec7 .acc-c3 p{font-size:20px;}
.vte #accordian-sec7 .acc-c4 p{font-size:26px;}
.vte #accordian-sec7 .acc-c2.two .carousel-caption{top:-8px; padding-left:10px; padding-right:10px;}
/* VTE about page css end */

/* VTE Home page css start */

.afib-home-article .afib-home-article-sec p.cta a{display:block; text-align:center;}
.vte .afib-home-article .carol-detail{right:0px; width:100%;}
.vte .afib-home-cta .afib-home-cta-sec:nth-of-type(1) p.cta, .vte .afib-home-cta .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:7px;}
/* VTE Home page css end */

/* Ortho Consider Eliquis page css Start */
.ortho-why-eliquis .flex{flex-direction:column; gap:60px;}
.ortho-why-eliquis .cta-tile-sec .flex .tile-sec p{font-size:1.5em;line-height:28px;}
.ortho-why-eliquis .cta-tile-sec .flex .tile-sec p.title{ font-size:2.75em;}
.ortho-why-eliquis .cta-tile-sec .flex div{padding:0px 30px 10px;}
/* Ortho Consider Eliquis  page css end */

/* Ortho Understanding Risk page css Start */
.ortho-understanding-risk .afib-symptoms-sec .flex{column-count: 1;}
.accordian.ortho-understanding-risk ..afib-symptoms-sec{margin-top:40px;}
/* Ortho Understanding Risk page css end */

/* Afib Ask your Doctor page css start */
.afib-ask-your-doctor-sec .first-sec p.title{font-size:1.875em;}
.afib-ask-your-doctor-sec .left-sec a{font-size:1.25em; display:block; text-align:center; padding:13px 38px;}
.afib-ask-your-doctor-sec .first-sec .img-sec img{width:100%; padding:0px 40px;}
.afib-ask-your-doctor-sec .carousel-sec .owl-carousel .carousel-caption{left:0px !important; right:0px; padding:40px 40px 20px;}
.afib-ask-your-doctor-sec .carousel-sec .owl-carousel .owl-item img{min-height:auto; margin-top:-32px;}
.carousel-sec .owl-carousel .carousel-caption .d-flex{flex-direction:column-reverse; align-items: flex-start;}

.afib-ask-your-doctor-img-sec .video-title p.title{font-size:1.875em;}

.afib-ask-your-doctor-sec .carousel-sec-text p.title{font-size:1.875em;}
#poster-carousel-number.owl-carousel .owl-stage{display:block;}
#poster-carousel-number.owl-carousel .owl-stage-outer:after{ /*content:""; position:absolute; top:5px; z-index:0; left:0px;    background: url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/AFib-FAQ-cards-mob.svg); display:block; width:100%; height:100%;background-size:cover; */}
.afib-ask-your-doctor-img-sec .img-sec img.visible-xs{display:inline-block !important;}
.afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(2) p.cta, .afib-home-cta.ask-your-doctor .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:7px;}

.afib-ask-your-doctor-sec #poster-carousel .item.carol{flex-direction:column;}

#videosec .videoPlayerImage{width:100%;}
/* Afib Ask your Doctor page css end */

/* Afib FAQ page css start */
.tab-container .nav-tabs .tab-img{border-bottom:0px; order:1;}
.faq .tab-container .nav-tabs button:nth-of-type(1){order:2;}
.faq .tab-container .nav-tabs button:nth-of-type(2){order:3;}

.afib-home-cta.faq .afib-home-cta-sec:nth-of-type(2) p.cta, .afib-home-cta.faq .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:7px;}
.faq .accordian button.btn { padding-right:50px;}
.faq .accordian { padding-right:5%;}
/* Afib FAQ page css end */

/* Afib side effect page css start */
.side-effect-info-sec .second-sec .flex {flex-direction:column; align-items:center;}
.side-effect-info-sec .second-sec .flex p.title{font-size:1.25em;}
.afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(3) p.cta, .afib-home-cta.side-effects .afib-home-cta-sec:nth-of-type(2) p.cta {padding-top:7px;}
/* Afib side effect page css end */

/* Afib How to take Eliquis page css start */

.afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(1) p.cta, .afib-home-cta.how-to-take-eliquis .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:7px;}
.how-to-take-eliquis .first-sec .flex p.title{font-size:1.25em;}
.how-to-take-eliquis .flex-sec p.title{font-size:1.875em;}
.how-to-take-eliquis-acc-sec p.title{font-size:1.875em;}
.how-to-take-eliquis-sec p.title{font-size:1.875em;}

.starter-guide p.title{font-size:1.875em;}
.how-to-take-eliquis .flex-sec{padding-top:20px;}
.how-to-take-eliquis .flex-sec.hardtime_cont {padding-top:30px;}  /* ELICONMSDP-645 */
.how-to-take-eliquis .carousel-sec{margin-top:40px;}
.how-to-take-eliquis-sec{padding-bottom:12px;}
.how-to-take-eliquis .first-sec .flex{flex-direction:column; align-items:center; gap:30px;}
.how-to-take-eliquis-sec .first-sec{flex-direction:column-reverse; margin-left:0px; margin-top:100px; padding-bottom:10px;}
/* .how-to-take-eliquis-sec .first-sec .img-sec {margin:-140px auto 30px auto;} */
.how-to-take-eliquis-sec .white-bg-left{margin:30px 2% 30px 2%; border-radius:20px;}
.how-to-take-eliquis .carousel-sec .owl-carousel .carousel-caption{left:0px; right:0px; padding:40px 40px 20px;}
.how-to-take-eliquis .first-sec .flex.second{margin-bottom:10px;margin-top:10px;}

.how-to-take-eliquis-acc-sec{padding-top:40px;}
#vte-taking-eliquis .starter-guide ~ .how-to-take-eliquis .first-sec{margin-bottom:20px;}
#vte-taking-eliquis .flex.first.margin-top-40,#afib-taking-eliquis-page .flex.first.margin-top-40{margin-top:14px;}
#accordian-sec10 .icon-text:nth-of-type(1) img{width:28px; margin-top:8px;}
#accordian-sec10 .icon-text p.title-20px.pri-clr{margin-top:4px;}
.mob-orng{color:#F26937 !important;text-decoration:underline;}
.vte-talk-to-your-doctor-banner .flex .para-sec p:nth-last-of-type(1){margin-bottom:0px;}
.vte-talk-to-your-doctor-banner .flex{gap:15px;}

#vte-taking-eliquis .starter-guide{padding:50px 0px 40px;}
.starter-guide .flex{flex-direction:column; gap:30px; align-items: flex-end;}
.starter-guide {background:url(/content/dam/commercial/us/eliquisbmscustomerconnect/en/images/mobile_swosh_container.svg) no-repeat; padding:100px 0px 30px; background-size:cover;}
.starter-guide p a{display:block; text-align:center;}
.starter-guide .flex .img-sec{margin:0px auto; max-width:225px;}
#eliquis-360-support .starter-guide .flex .img-sec {max-width: 275px;} /* ELICONMSDP-709 */
.starter-guide .flex .img-sec img{width:100%; margin-left: 0px;} /*ELICONMSDP-739 changes by deepak*/

/* Afib How to take Eliquis page css end */

/* Afib Consider Eliquis page css start */

.afib-home-cta.why-eliquis .afib-home-cta-sec:nth-of-type(3) p.cta, .afib-home-cta.why-eliquis .afib-home-cta-sec:nth-of-type(2) p.cta  { padding-top:7px;}

.afib-why-eliquis .flex.question-bubble{flex-direction:column; text-align:center;}
.afib-why-eliquis .flex.question-bubble img{margin-bottom:10px;}
.afib-why-eliquis .second-sec p{font-size:0.9375em;}
.afib-why-eliquis .second-sec p.title {font-size:1.8125em; margin-bottom:10px;}
.carousel-sec.why-eliquis .owl-carousel .carousel-caption{left:0px; right:0px; padding:40px 40px 20px;}
.carousel-sec.why-eliquis .owl-carousel .owl-item img{width:auto; margin-top:-23px;}
.why-eliquis-more-reasons-sec .flex{flex-direction:column;}
.why-eliquis-more-reasons-sec .flex:nth-last-of-type(1) {margin-bottom:0px;}
.why-eliquis-more-reasons-sec .flex.border-right{border-right:0px !important; border-bottom:1px solid #707070; padding-bottom:10px; margin-right:auto;} 
.safety-info-sec p.title{font-size:1.5em;}
.why-eliquis-more-reasons-sec p.title{font-size:1.875em;}
.carousel-sec.why-eliquis.no-car .item.bitsy{flex-direction:column;}
/* Afib Consider Eliquis page css end */
	
/* Afib Stroke & risk page css start */
.afib-home-cta .afib-home-cta-sec p.cta{margin-bottom:1rem;}
.afib-home-cta-sec p.title{font-size:1.25em;}
#afib-home .afib-home-banner .owl-carousel .owl-stage{/* background:rgb(118, 0, 75); */}/* ELICONMSDP-784 */
.afib-symptoms-sec.bleeding .flex{column-count:1; padding:0px 10%;}
.afib-home-article .afib-home-article-sec p.title{font-size:2em;}
.accordian-text p{font-size:1.75em;}
.video-sec-afib-risk-stroke p.title{font-size:1.25em;}

.afib-stroke-risk-carousel .carousel-sec .owl-carousel .carousel-caption{left:0px; right:0px; padding:40px 40px 20px;}
.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item p.title:before{left:-34px; top:-4px;}
.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item .d-flex{margin-top:26px;}
.afib-stroke-risk-carousel .carousel-sec .owl-carousel .owl-item img{width:auto;}
.afib-stroke-risk-carousel .carousel-sec .owl-item .item{padding:0px 2%;}

.accordian{padding:10px 5% 10px 5%;}
.accordian button.btn{white-space:inherit; text-align:left; position:relative; padding-right:50px; font-size:1.5em;}
.accordian button.btn[aria-expanded="false"]:after, .accordian button.collapsed.btn[aria-expanded="false"]:after{background-size:25px 25px; position:absolute; right:6px;}
.accordian button.btn[aria-expanded="true"]:after, .accordian button.orengeClr.btn[aria-expanded="false"]:after{background-size:24px 6px; position:absolute; right:6px;}

.tab-container .nav-tabs .nav-link{font-size:1.5em;}
.tab-container .nav-tabs{ flex-direction:column; gap:16px;}

.accordian .title-sec p.para-head{padding:40px 0px; text-align:center; width:auto; font-size:2.375em;}
.accordian .title-sec p.para-desc{padding:42px 10% 42px; text-align:center; font-size:1.375em;}
.accordian .title-sec p.para-desc:before{border-top:20px solid #fff; border-left:20px solid transparent; border-right:20px solid transparent; border-bottom:0px; top:0px; left:44%;}
.accordian .title-sec p.para-desc span{font-size:42px; top:6px;}
.accordian .afib-map-sec .para-desc .title{font-size:1.25em;line-height:24px;}
.afib-healthy-heart-sec p.title{font-size:1.25em;}
.afib-symptoms-sec p.title{font-size:1.25em;}
.accordian .title-sec{flex-direction:column; margin:20px 10px 0px;}
.accordian .afib-map-sec{flex-direction:column; margin-bottom:10px;}
.afib-healthy-heart-sec .flex{flex-direction:column; gap:30px;}
.afib-symptoms-sec .flex{ 
	/* display:block;  */
	column-count: 2;
    flex-wrap: wrap;
}
.afib-info-one-sec .flex{flex-direction:column;}
.accordian .afib-info-one-sec {margin-top:10px; margin-bottom:4px;}
.accordian .afib-info-one-sec img,.how-to-take-eliquis .first-sec .flex.third img{
	height:64px;
	width:64px;
}
.afib-symptoms-sec .flex .para-desc{
	margin-bottom:30px;
	flex-basis:50%;
}
#about-vte .afib-symptoms-sec:not(.bleeding) .flex .para-desc, #after-surgery-risk .afib-symptoms-sec .flex .para-desc {
	margin-bottom:20px;
}
#about-vte .tab-container.inner-tab .afib-symptoms-sec .flex, #after-surgery-risk .afib-symptoms-sec .flex {
    align-items: center;
    flex-direction: column;
}
#afib-stroke-risk .afib-symptoms-sec.bleeding .flex .para-desc, #about-vte .afib-symptoms-sec.bleeding .flex .para-desc {
    margin-bottom: 0px;
}
.afib-symptoms-sec .flex p.img-text {margin-top:10px;}
.accordian .afib-symptoms-sec {margin-top:20px;}
.afib-symptoms-sec .flex{margin-top:30px;}
.carousel-sec { margin-bottom:10px;}
.video-sec-afib-risk-stroke { /*margin: 10px auto 0px;*/}
/* Afib Stroke & risk page css end */

/* gateway page css start */
#gateway .gateway-box {display:block !important;}
#gateway .gateway-box div{margin-bottom:30px;}
/* gateway page css end */

.visible-xs{display:block !important;}
.visible-md, .visible-lg{display:none !important;}

/* Afib Global css start */
.afib-header .indication-block { width:50%;}
/* Afib Global css end */

/* Afib Home page css start */
#poster-carousel .owl-dots{ }
.afib-home-cta .d-flex{display:block !important;}
.afib-home-cta .d-flex .afib-home-cta-sec:nth-of-type(2){border:0px;}
.afib-home-cta .afib-home-cta-sec p.cta, .afib-home-cta .afib-home-cta-sec:nth-of-type(3) p.cta{padding-top:7px;}
.afib-home-cta:not(.faq) .d-flex .afib-home-cta-sec:nth-of-type(3){padding-top:16px;}

.afib-home-article .afib-home-article-sec{margin:0px auto;}
.afib-home-article{margin:0px auto;}
.afib-home-article .carol-detail{width:54%;}
.afib-home-article .afib-home-article-sec p.role{ line-height:1.2em;}
.afib-home-article .afib-home-article-sec p.profession{margin-top:8px;}
.afib-home-article .afib-home-article-sec p.profession, .afib-home-article .afib-home-article-sec p.role{margin-left:0px;}
#afib-home .afib-home-article .afib-home-article-sec p.profession{margin-left:0px;}


/* Afib Home page css end */

	.container-868 {
		gap: 0;
		flex-direction: column;
	}
	.container-868>ul {
		width: 100%;
		max-width: 100%;
	}
	.isi-pills-content {
		flex-direction: column;
	}
	.border-content-btm {
		max-height: 100%;
	}
	.footer-links {
		gap: 0px;
		flex-direction: column;
	}
	.f-links-block {
		max-width: 100%;
		text-align: center;
	}
	.f-links-block h3 {
		min-height: auto;
		margin-bottom: 20px;
	}
	.f-links-block {
		border-bottom: 1px solid #BBBDC0;
		max-width: 100%;
		text-align: center;
		margin-bottom: 53px;
		padding-bottom: 42px;
	}
	.footer-links .f-links-block:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border: 0;
	}
	.isi-pills-content p {
		margin-bottom: 0;
	}
	p.tablet-foot {
		bottom: -45px;
	}
	.isi-pill-block {
		gap: 50px;
	}
	.footer-btm-links {
		flex-direction: column;
		gap: 0;
		margin-bottom: 20px;
	}
	.footer-btm-links div {
		margin-bottom: 20px;
	}
	.footer-btm-links div a:last-of-type {
		border: none;
	}
	.footerContent {
		padding: 40px 0 45px 0;
	}
	.modal-dialog .modal-content {
		padding: 40px 20px;
	}
	/* .modal-dialog { */
		/* width: 90%; */
	/* } */
	.modal-header button.close {
		top: 10px;
		right: 10px;
	}
	
	#chat-bot #open-converse-mobile { 
		z-index: 9999;
		bottom: 20%
	}  /*ELICONMSDP-592*/
	
	/*ELICONMSDP-739 Changes done on the carousel for mobile*/
	#poster-carousel-number.owl-carousel .owl-stage{
		/*width: 100% !important;
       transform: none !important;*/
transition: none !important;
        min-height: 346px;
	}
	#poster-carousel-number.owl-carousel.owl-drag .owl-item{
		/*position: absolute;*/
		opacity: 0;
	}
	#poster-carousel-number.owl-carousel.owl-drag .owl-item.active{
		opacity: 1;
	}
	/*ELICONMSDP-739 Changes done on the carousel for mobile*/

    /* ELICONMSDP-747 start */
    #afib-home .two .banner-carousel-text p.title {margin-bottom: 20px;} 
    .indication-contentdiv.active {
        z-index: 10;
    }
    /* ELICONMSDP-747 end */
}
@media (max-width: 576px){

#eliquis-360-support .eliquis-360-support .page-header .img-sec img {
    width: 270px;
	margin:0 auto;
}
.banner-carousel-sec .bnr-cta{
	bottom:auto;
}
/* ELICONMSDP-588 starts */
body.globalpg p.cobtmtext {
    font-size: 14px;
    line-height: 22px;
}
body.globalpg #globalpg-cont p.head_para {
    line-height: 20px;
    font-size: 14px;
}
div#countrycont {
    border: 1px solid #dbdbd9;
}
#countrycont > .col .column-control-column .cta-tile.section {
    border-bottom: none;
}
div#countrycont, div#countrycont>div {
    padding-left: 0px;
    padding-right: 0px;
}p.head_para {
    font-size: 22px;
}#countrycont .make-tile-clickable.hoveredtile a {
    opacity: 1;
}

#countrycont > .col .column-control-column .cta-tile.section {
    width: 128px;
}
p.head_para {
    font-size: 14px;
}
.topcont {
    font-size: 18px;
    line-height: normal;
}
.footer-logo-block {
    margin: 0px auto;
}
.globalpg .container {
    max-width: 320px;
}
#countrycont .cmp-cta-tile .cmp-cta-desc-wrapper .cmp-cta-description .cmp-cta-title-link {
    font-size: 14px;
}
div#globalpg-cont {
    padding: 15px;
}
.logocont {
    margin-bottom: 15px;
}
.logocont img {
    width: 105px;
}

     /* ELICONMSDP-588 ends */

	#poster-carousel-number.owl-carousel.owl-drag .owl-item .item{min-height:316px;}
	.owl-carousel .owl-item img.slide-arroq-down{width:48px;}
	.starter-guide.eliquis-360-support .desc p a{max-width:252px;  padding:5px 30px;}
	.starter-guide.eliquis-360-support .flex .img-sec{margin:0px 0px 0px auto;}

.carousel-sec.why-eliquis .owl-carousel .owl-item img{width:100%;}
.afib-ask-your-doctor-sec .carousel-sec .owl-carousel .owl-item img{width:100%;}

/* Eliquis 360 support page css start */
.eliquis-360-support-tab-sec .flex{flex-direction:column; gap:30px;}
/* .eliquis-360-support-tab-sec {background-image:none} */
.eliquis-360-support-tab-sec .flex div.right-sec{background:#76004B; padding:40px 0px; width:320px; margin-left:auto; margin-right: auto;position:relative;}
.eliquis-360-support-tab-sec .flex div.right-sec:after,.eliquis-360-support-tab-sec .flex div.right-sec:before{
	position: absolute;
    content: '';
    background: #76004B;
    height: 100%;
    width: 999em;
    display: block;
    top: 0;
    right: 319px;
}
.eliquis-360-support-tab-sec .flex div.right-sec:before{
	left:319px;
}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link{text-align:center; border-bottom:0px; margin:0px 10px 0px 10px; width: calc(100% - 80px); display:none;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link.active{display:block;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs{border-bottom:0px; height:62px; overflow:hidden;display: flex;flex-direction: row;padding-right:0;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs .nav-link.active:after{content:none;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.bn{display:block; width:30px; height:62px; background:#F2F3F3; cursor:pointer; margin:0;position:relative;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.previous.bn{border-top-right-radius:4px;  border-bottom-right-radius:4px;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.previous.bn:before{content:""; border:solid #F26937; border-width:0 3px 3px 0;  display:block; padding:5px; transform:rotate(135deg); -webkit-transform:rotate(135deg); margin:24px 10px 0px;}
/* .eliquis-360-support-tab-sec .tab-container .nav-tabs p.next.bn{border-top-left-radius:4px;  border-bottom-left-radius:4px;}
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.next.bn:after{content:""; border:solid #F26937; border-width:0 3px 3px 0;  display:block; padding:5px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); margin:24px 10px 0px;position:absolute;left:-4px;} */
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.nextslide.bn{border-top-left-radius:4px;  border-bottom-left-radius:4px;} /* ELICONMSDP-747 */
.eliquis-360-support-tab-sec .tab-container .nav-tabs p.nextslide.bn:after{content:""; border:solid #F26937; border-width:0 3px 3px 0;  display:block; padding:5px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); margin:24px 10px 0px;position:absolute;left:-4px;} /* ELICONMSDP-747 */

.eliquis-360-support-tab-sec .car-indicators{display:flex; justify-content:space-between; position:relative; bottom:-22px;     align-items:center; margin:0px 24px;}
.eliquis-360-support-tab-sec .car-indicators span {width:12px; height:12px; display:block;  border:1px solid #76004B; border-radius: 50px; cursor:pointer;}
.eliquis-360-support-tab-sec .car-indicators span:hover, .eliquis-360-support-tab-sec .car-indicators span.active{background:#76004B;}
/* Eliquis 360 support page css end */
.indication-links ul a{padding:20px 18px;}
.indication-links ul a:after{top:27px;}
.indication-links ul li:nth-of-type(3):hover > .hover-content{padding-bottom:30px;  }
/* ELICONMSDP-772 */  
.indication-links ul li:hover > .hover-content {min-height: 180px;}		
.indication-links ul li.hovered > .hover-content {min-height: 180px;}			  														   
#gateway .gateway-box a { padding: 10px 38px;}
.container.px-lg-0.cmp-footer-isi-content-element { padding:0px 25px !important;}
#anchor-isi .border-content .icon-text p .d-sm-none {display:none !important;}
#isi-bleeding1.icon-text.aln-center{align-items:center;}
.container-868>ul{padding-left:40px; margin-bottom:0px;}
.how-to-take-eliquis-acc-sec .container-868>ul:last-child{
	margin-bottom:0;
}
.isi-content .container-868>ul{
	margin-bottom:16px;
}
.isi-content .crossicon{
	margin-left:36px !important;
}
.isi-content .msgicon{
	margin-left:44px !important;
}
.isi-content .crossicon ul,.isi-content .msgicon ul{
	padding-left:16px;
}
.isi-content .msgicon ul.no-list{
	padding-left:0;
}
.isi-pill-block .tablet-p{max-width:275px;}
.footer-last-content span.jobcode{display:block;}
.m-card-block .call-p a{font-size:18px;}
header p.singup-text a{font-size:18px;}
.external-links-block{padding:14px 0 14px 0;}
.external-links-block a{font-size:20px;}
.mobile-nav-item{padding:20px 20px 20px 20px;}
.mobile-nav-item h2{
	margin-bottom:0px;
}
.mobile-nav-item h2.accordion-header {
margin-bottom: 20px; /*Deepak - ELICONMSDP-736*/
}
/*.mobile-nav-item .accordion{
	margin-bottom:30px;
}*/
.mobile-nav-item .accordion [data-parent="#accordionNav"]{
	margin: 0px;
}
/*.mobile-nav-item .accordion-body p:nth-last-of-type(1){margin-bottom:0px;}*/
.no-list, .cmp-isi .isi-container ul.no-list li{padding-left:0px;}
.accordian .title-sec p.para-desc{line-height:32px;}

#afib-stroke-risk .afib-symptoms-sec .flex .para-desc img { width:88px;}
.afib-info-one-sec p{line-height:24px;}
.afib-stroke-risk-tabs {margin-top:48px;}
#afib-stroke-risk .carousel-sec #poster-carousel .owl-dots { bottom:-6%;}
.accordian .title-sec p.para-desc{padding:26px 10% 20px;}
#afib-stroke-risk #accordian-sec3 .video-sec-afib-risk-stroke{margin-top:30px;}
.risk-stroke-bleeding-sec{padding:30px 0% 0px;}
.main-video-block:hover .video-buttons .video-hover{display:none;}
.video-buttons .video-hover{display:none !important;}

#afib-stroke-risk #tab3 a.afib-risk-stroke-next3.next { padding-left:30%;}
#afib-stroke-risk #accordian-sec7 .acc-c5 .gif-section h2 {margin-top:10px;}
/* #accordian-sec7 .acc-c5 .gif-section p.foot-note{margin-left:0px; display:flex;} */
.afib-why-eliquis .flex.question-bubble img{width:64px;}
.afib-why-eliquis .flex.question-bubble{display:block;}
.afib-why-eliquis .first-sec{padding-top:40px;}
.why-eliquis-more-reasons-sec{margin-top:40px; margin-bottom:30px;}
.carousel-sec.why-eliquis{margin-top:30px;}
.carousel-sec.why-eliquis .owl-carousel .item.william .carousel-caption{padding-top:70px; padding-bottom:2px;}
.carousel-sec p.poster-mid-text{line-height:18px;}
.afib-why-eliquis .flex.question-bubble p{line-height:24px;}
.how-to-take-eliquis-sec .first-sec .img-sec{margin-top:-60px;}
.how-to-take-eliquis-sec .first-sec .img-sec img{width:120px;}
/* .how-to-take-eliquis-sec .first-sec{margin-top:100px;} */
.how-to-take-eliquis-sec p, .how-to-take-eliquis-sec ul li{line-height:24px;}
.how-to-take-eliquis .first-sec{margin-top:30px;}
.how-to-take-eliquis .first-sec .flex.first{gap:10px;}
.afib-ask-your-doctor-sec .first-sec{padding-top:40px;}
.afib-ask-your-doctor-sec .first-sec .img-sec img{width:183px;padding:0;height:190px;}
/* .afib-ask-your-doctor-sec{background-image:linear-gradient(to bottom, rgba(216,199,207, 50%) 65%, #FFF 50%);} */
.afib-ask-your-doctor-sec #poster-carousel .item.carol{padding:0px 2%;}
/* .afib-ask-your-doctor-sec .carousel-sec .owl-carousel .carousel-caption{padding-bottom:0px;} */

#poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover{border:1px solid #fff; background:#fff;}
#afib-ask-you-doctor-page #poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p.number{ background:#FFF3E9;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item .flex p.number{font-size:6.875em !important;}
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p span.bold{color:#444;}

.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover{border-color:#fff;}
.vte #poster-carousel-number.owl-carousel.owl-drag .owl-item .item:hover .flex p span.bold{color:#444;}

.afib-stroke-risk-tabs.faq{
	padding-top:40px;
	margin-top:0;
}
.afib-stroke-risk-tabs.faq .tab-container .nav-tabs{
	margin-top:0;
}
.afib-symptoms-sec .flex .para-desc img{width:88px;}
.afib-clot-stroke-sec{
	/* padding-top:30px; */
}
.afib-symptoms-sec.bleeding{margin-top:40px;}

#about-vte #tab3 a.afib-risk-stroke-next3.next{padding-left:28%;}
/* .afib-ask-your-doctor-sec.vte{background-image:linear-gradient(to bottom, rgba(216,199,207, 50%) 100%, #FFF 50%);} */
#vte-talk-to-your-doctor .afib-ask-your-doctor-img-sec {margin-top:20px;}
header.afib-header.ortho .mobile-nav-item p{margin-bottom:20px;}
.ortho-understanding-risk .text-sec{padding:0 15px 30px 5px;}
.accordian.ortho-understanding-risk{
	padding:36px 5px 0;
}
.ortho-understanding-risk .text-sec p.title{font-size:20px; line-height:24px;}
.accordian.ortho-understanding-risk .afib-clot-stroke-sec:nth-of-type(1)  p.title{font-size:30px;}
#after-surgery-risk .afib-symptoms-sec .flex p.img-text br{display:none;}

#ortho-consider-eliquis .ortho-why-eliquis .cta-tile-sec .flex .tile-sec img{margin-bottom:24px;}
#ortho-consider-eliquis .ortho-why-eliquis .cta-tile-sec .flex .tile-sec img{width:88px;}
#ortho-consider-eliquis .ortho-why-eliquis .cta-tile-sec .flex .tile-sec p sup{font-weight:900;}
.ortho-faq.faq .faq-sec p.foot-note{line-height:18px;}

.afib_savings_bnr .breadcrumb .itemone{padding-right:2px;}
.afib_savings_bnr .breadcrumb .itemtwo{width:auto;}
.afib_savings_bnr_cntnt .afib_savings_bnr_cntnt_rght img{width:100%;}
.afib_savings_bnr_txt1{padding:0px;}
.afib_savings_bnr_txt2{text-align:center;}
.afib_savings_btns div{max-width:100%;}
.afib_savings_boxSec_content .afib_savings_boxSec_content_title{font-size:24px;}
.afib_savings_boxSec_content_inner{padding:30px 15px;}
.afib_savings_e360_title{left:0px; padding-left:20px; padding-right:20px;}
.afib_savings_e360_btn a.eliquis360-popup{display:block;}

.page-not-found p.title{font-size:1.875em;}
.maintenance p.title{font-size:1.875em;}
#sitemap .afib-stroke-risk-banner .page-header p.title{padding:0px !important;}
#sitemap .afib-stroke-risk-banner .page-header{padding:10px 0px 26px;}
.afib-stroke-risk-banner.support-survey .img-sec p.right{margin-top:-10px; margin-bottom:0px;}
.afib-stroke-risk-banner.support-survey .img-sec p{margin-bottom:-10px; }
.afib-stroke-risk-banner.support-survey p.desc{padding-left:15px; padding-right:15px;}
.afib-stroke-risk-banner.support-survey{padding-top:0;}

#afib-home .one .banner-carousel-text{margin-top:26%;  max-width:250px;}
#afib-home  .afib-home-cta{margin-top:0px;} /*ELICONMSDP-628*/
#afib-home #poster-carousel .owl-dots{bottom:38px;}
.banner-carousel-text p.foot-note{padding-right:42px;}
#afib-home .three .banner-carousel-text{margin:130px auto 0px;}
#afib-home .four .banner-carousel-text{margin:40px auto 50px 0px;}
#afib-home .two .banner-carousel-text{max-width:335px;}

}
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
      *{ font-weight:normal !important;} 
	  b,strong{font-weight:normal !important;}
     }
}


@media (min-width :1023px){
.vte.faq .tab-container .nav-tabs .nav-link {
	padding-bottom: 0px;
}
.landing-header .indication-links{
	top:39px;
}
.why-eliquis-more-reasons-sec .flex p{
	margin-bottom:0;
}
img.joeimg{
    height: 311px;
}
#poster-carousel-number.owl-carousel.owl-drag .owl-item .item {
   height: calc(100% - 30px);
}/*ELICONMSDP-633*/     

#chat-bot #open-converse { 
    z-index: 9999;
    right: calc((100% - 1024px) / 2 - 100px);
    top: auto;
        bottom: 20%;
       bottom: calc(20% - 28px); /* ELICONMSDP-592 */
}
#chat-bot #triangle-icon-id { 
    right: calc((100% - 1024px) / 2 - 42px);
    z-index: 99999;
}
#chat-bot #PopupMsgDiv { 
    right: calc((100% - 1024px) / 2 - 35px);
    z-index: 9999;
} /*ELICONMSDP-592*/
} /*ELICONMSDP-632*/
#chat-bot {display: block !important;}

@media screen and (min-width: 820px) { /* ELICONMSDP-625 */
  .VidModal .modal-header button.close span {
    top: -9px;
  }
}

@media (max-width: 1100px) { /* ELICONMSDP-627 */
 .afib-header .utility-nav a[href] {
     font-size: 12px;
  }
}
/* ELICONMSDP-629 starts */
.afib-home-cta:not(.supportcta) .d-flex .afib-home-cta-sec {
    padding-bottom: 52px; /* ELICONMSDP-709 */
    position: relative;
}
.afib-home-cta:not(.supportcta) .afib-home-cta-sec p.cta {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.afib-home-cta:not(.supportcta) .d-flex {
    align-items: normal !important;
}
/* ELICONMSDP-629 ends */
/* ELICONMSDP-626 starts */
.how-to-take-eliquis.vte .flex > div:nth-of-type(2) {
    flex-basis: 33.33%;
    flex-shrink: 4;
    display: inline-flex;
    flex-direction: column;
}
.how-to-take-eliquis.vte .flex > div:nth-of-type(1) {
    width: 66.66%;
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
}
.how-to-take-eliquis.vte .flex-inner .taking-dosing-sec {
    flex-basis: 50%;
}

/* ELICONMSDP-626 ends */
/*ELICONMSDP-592*/
@media only screen and (max-width: 1200px) and (min-width: 768px) {
	#chat-bot #open-converse { 
    z-index: 9999;
    right: 0;
    top: 75%; /*ELICONMSDP-780*/
	}
	#chat-bot #triangle-icon-id { 
		right: calc(0% + 58px);
		z-index: 99999;
	}	
	#chat-bot #PopupMsgDiv { 
	right: calc(0% + 65px);
		z-index: 9999;
	}
} /*ELICONMSDP-592*/
@media only screen and (min-width: 768px){
.afib_pricing_content .header-foot-text {
    display: none;
}
.both_box{
margin-left: -13px;
}
span.org_txt {
    padding-right: 0px;
}

span.bur_txt {
    padding-left: 0px;
}

#afib-home .two .banner-carousel-text {
    padding-top: 50px;
}
}

@media (max-width: 768px) { /* ELICONMSDP-784 */
.afib-home-banner .owl-carousel .owl-item img.visible-xs {
    height: 514px;
	}
}
/* ELICONMSDP-797 start */
p.sub-isi-jobcode {
    display: none;
}
/* ELICONMSDP-797 ends */
/* ELICONMSDP-793 ends */
@media (max-width:1023px)
{
		p.title.titletext {
    min-height: 71px;
}
	}
/* ELICONMSDP-793 ends */
