/* The goal of a Footer Stylesheet is to set a SITE SPECIFIC FOOTER STYLES. */

/* v1.0 | CIBER INDIA - GENERIC*/

#footer {
    background-color: var(--footer-bkg);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    padding: 0;
    z-index: 8;
}
#footer .footer {
    padding: 50px 0 45px;
}
#footer .footer-copyrights p {
    font-size: 15px;
    font-weight: 400;
    color: var(--white-color);
	margin-top:0;
}
.footer-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link ul li {
    display: block;
}
.footer-link ul li a {
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    display: inline-block;
    text-decoration: none;
}
.footer-link ul li:first-child a {
    padding-left: 0;
}
.footer-link ul li:last-child a{
    border-right:none
}
.social-footer-link {
    padding-top: 0;
}
.social-footer-link h6 {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.social-footer-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-footer-link ul li {
    display: block;
    padding: 15px 0 0;
}
.social-footer-link ul li > a{
	color:var(--white-color);
	text-decoration: none;
}
.border-right {
    border-right: 1px solid #F8F8F8;
}
.footer .field-footersocialheadertext{
	color:var(--white-color);
	margin: 0;
}
/*-------------------- footer section --------------------*/
#footer .footer-isi-content{
    background: var(--white-varient);
    border-top: 1px solid var(--primary-color);
    padding: 20px;
}
#footer .footer-isi-content p {
    font-size: 14px;
}
#footer .footer-isi-content h4 ~ h4 {
    margin-top:15px
}
.footer-last{
	background:var(--primary-color);
	padding:20px 0px
}
.footer-last p,#footer .footer-copyrights p a{
	font-size:14px;
	color:var(--white-color);
	text-decoration:none
}
.foot-termswrapper p a{color:var(--primary-color);font-weight:600;text-decoration:none}
/*=====end footer section=======*/

/*--------------------- Footer ISI ---------------------*/
.sticky-isi-footer {
    /*display: none;*/
    background-color: var(--stickyisi-bkg);
    bottom: 0;
    position: fixed;
    z-index: 1001;
    padding-bottom: 10px;
    width: 100%;
    border-top: 2px solid var(--stickyisi-bordrtop);
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.foot-isiwrapper {
    margin: 0 auto;
    max-width: 1152px;
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
}
.footer-tandc {
    position: relative;
}
.footer-isi {
    display: none;
    padding-bottom: 25px;
}
.foot-isiwrapper h2 {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--isiheading-color);
}
.footer-tandc-content div,
.footer-isi-content div {
    padding: 15px;
    border: 1px solid var(--default-color);
    display: block;
    margin-bottom: 20px;
    color: var(--default-color);
    font-size: 16px;
}
#isi-activator {
    cursor: pointer;
    display: block;
    border: 1px solid var(--dark-grey);
    color: var(--darkish-black);
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: -25px;
    text-decoration: none;
    border-radius: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
span.more {
    position: relative;
    padding-left: 11px;
}
span.more:before {
    content: "\f067";
    font-family: "FontAwesome";
    left: -6px;
    top: 1px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    color: var(--isibutton-clr);
    font-size: 14px;
}
span.less:before {
    content: "\f068";
    font-family: "FontAwesome";
    left: -7px;
    top: 3px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    color: var(--isibutton-clr);
    font-size: 14px;
}
.sticky-isi-footer.active .more {
    display: none;
}
.sticky-isi-footer .less {
    display: none;
}
.sticky-isi-footer.active .less {
    display: block;
}
@media screen and (min-width: 1600px) {
    
}
@media screen and (min-width: 1920px) {
    .footer-link ul li a {
        font-size: 20px;
    }
    #footer .footer-copyrights p {
        font-size: 18px;
    }
    .social-footer-link h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
#footer{
	display:inherit;
	font-size:15px;
}
#footer .footer{
	padding:10px 0;
}
#footer .footer-viatris-logo {
	text-align:center;
}
#footer .footer-viatris-logo img {
    width: 35%;
}
#footer .footer-link {
	margin-bottom:15px;
}
#footer .footer-link ul li {
	text-align:center;
	padding:10px 0;
}
#footer .footer-link ul li a {
	font-size:16px;
}
#footer .footer-copyrights {
	text-align:center;
	margin-bottom:50px;
}
#footer .border-right{
	border-right:transparent;
}
#footer .mobile-social-icons {
    background-color: var(--secondary-color);
    left: 0px;
    position: absolute;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    bottom: 0;
    margin: 0px 0px;
    width: 100%;
}
.footer .field-footersocialheadertext {
	margin:0;
}
#footer .social-footer-link {
	padding-top:0;
}
#footer .social-footer-link ul {
	padding:0 15px;
}
#footer .social-footer-link ul li {
    display: inline;
    padding: 0px 10px;
}
}
@media screen and (max-width: 767px) {
#footer .row:first-child{
margin:0;
}
#footer .footer-link ul li a {
	font-size:14px;
}
#footer .footer-copyrights p{
	font-size:14px;
}
}