@font-face {
    font-family: "Slate-Medium";
    font-style: normal;
    src: local(""), url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/zimmer/fonts/Slate-Medium.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: "Slate-Regular";
    font-style: normal;
    src: local(""), url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/zimmer/fonts/Slate-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Slate-Regular";
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    vertical-align: top;
    height: auto;
}

/*Slick*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*Slick*/

/*Common Classes*/
.max-width-class {
    max-width: 1120px;
    margin: 0 auto;
}
.d-hide {
    display: none;
}
.m-hide {
    display: block;
}
.section-title {
    font-family: "Slate-Medium";
    color: #21366b;
    font-size: 64px;
    text-align: left;
    margin: 0 0 35px;
    text-transform: capitalize;
}
.section-title-wh {
    font-family: "Slate-Medium";
    color: #21366b;
    font-size: 64px;
    text-align: center;
    margin: 0 0 35px;
    text-transform: capitalize;
}
.primary-btn {
    padding: 10px 25px;
    background: #e64942;
    border-radius: 20px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.primary-btn.sec-clr {
    background: #3a7dda;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.bluebg {
    background-color: #21366b;
}
.skybluebg {
    background-color: #f5f5f9;
}
.blue {
    color: #21366b;
}
.white {
    color: #fff;
}
.center {
    text-align: center;
}
.flexg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexr {
    width: 45%;
}
.flexl {
    width: 50%;
}
.flexr p {
    font-size: 28px;
    line-height: 38px;
    font-family: "Slate-Regular";
}
.flexriht p{
    font-size: 28px;
    line-height: 38px;
    font-family: "Slate-Regular";
    text-align: justify;
}
.zimframe {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
}
.zimframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*Common Classes*/

/*Header*/
.top-header {
    position: sticky;
    top: 0;
    padding: 30px 0 25px;
    background: #fff;
    z-index: 999;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 180px;
}
.menu-item {
    position: relative;
    margin: 0px 25px;
}
.menu-item:last-child{
    margin-right: 0;
}
.menu-item a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    color: #21366b;
    font-family: "Slate-Medium";
}
.menu-item::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 2px;
    height: 30px;
    background: #21366b;
    top: 0;
}
.menu-item:last-child::after {
    content: none;
}
.top-header .max-width-class {
    position: relative;
}
.top-img {
    display: block;
    position: absolute;
    top: -65px;
    left: -10px;
    z-index: 999;
    width: 240px;
    transition: 0.2s;
    border-radius: 100%;
    /*border:#f0f0f0 solid 1px*/
}
.top-img.small {
    width: 91px;
    top: -31px;
    border: 1px solid transparent;
}
.hamburger {
    display: none;
    cursor: pointer;
    margin: 15px;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3a7dda;
}
/*Header*/

.toppost {
    padding: 100px 50px 80px;
}

.h-right-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.back-to-link {
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: relative;
}

.back-to-link a {
    display: flex;
    align-items: flex-end;
    color: #000;
    font-size: 10px;
}

.back-to-link a span {
    margin: 0 3px 1px 0;
}
.back-to-link img {
    width: 70px;
    margin-right: 5px;
}
.topup {
    padding: 8px 0;
}
.social-foot {
    display: flex;
    justify-content: center;
    padding: 0 0;
}
.social-foot li {
    padding: 0 5px;
}
.social-foot a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-foot .tel svg {
    border-radius: 50%;
}

/*Videos*/
.vidsection {
    padding: 50px 50px 20px;
    background: #fff;
}

.video-list li {
    position: relative;
}

.video-top {
    max-width: 700px;
    margin: 30px auto;
}
.play-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 49px;
    height: 49px;
    border: white solid 2px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.play-icon svg {
    margin-left: 5px;
}
.vid-img-wrp img {
    border-radius: 5px;
}
.video-ttl {
    font-size: 18px;
    line-height: 24px;
    color: #0078d6;
    max-width: 225px;
    margin: 0 65px 0 18px;
}
.video-tumb li {
    margin: 10px;
}

.slide {
    margin: 0 10px;
}
.slide:last-child {
    margin-right: 0;
}
.slide:focus {
    outline: none;
}
.slick-slider .slick-list {
    margin: 0 40px;
}
.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 9;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: #21366b;
    top: 25%;
}
.slick-disabled {
    opacity: 0.6;
}
.slick-slide img {
    width: 100%;
}

.slick-prev {
    left: 0px;
    cursor: pointer;
}
.slick-next {
    right: 0;
    cursor: pointer;
}
.slick-next:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 13px;
    right: 16px;
}
.slick-arrow svg {
    background: #21366b;
    border-radius: 50%;
    fill: #fff;
    position: relative;
}
.slick-prev:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 13px;
    left: 16px;
}

.icon {
    position: relative;
}

.icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 9;
}

.icon img {
    filter: brightness(0.7);
}
/*Videos*/

/*Quiz and Poll*/

.quiz-section {
    margin: 0 0 50px;
}
.single-tabs .tab {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-tabs .tab a {
    text-align: center;
    font: 400 30px/38px "Slate-Regular", sans-serif;
    letter-spacing: 0px;
    color: #21366b;
    opacity: 1;
    display: inline-block;
    padding: 12px 25px;
    margin: 0 -5px 0 0;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    background: #f5f5f9 0% 0% no-repeat padding-box;
}

.single-tabs .tab .tablinks.active {
    background: #21366b 0% 0% no-repeat padding-box;
    color: #fff;
    opacity: 1;
}
.single-tabs .tabcontent {
    padding: 0;
    display: none;
    -webkit-animation: fade-in 1.2s;
    animation: fade-in 1.2s;
    margin: 0;
}

/*Quiz and Poll*/

/*article*/
.artsection {
    padding: 50px 50px 20px;
}
.arttil {
    font-size: 28px;
    line-height: 32px;
    color: #21366b;
    margin: 15px 0 10px 0;
    font-family: "Slate-Medium";
}
.artdes {
    font-size: 26px;
    line-height: 1.22;
    color: #21366b;
    margin: 0 0 20px;
}
.artwrap {margin:0 10px}
/*article*/

/*About*/
.about-init {
    padding: 50px;
}
.aboutsection {
    padding: 50px;
}
.zimleft {
    float: right;
    width: 351px;
    height: 231px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.about-desc {
    margin: 0 0 20px;
}
.expand-div.about-desc {
    max-height: 9999px;
    transition: max-height 1s ease-in-out;
}
.about-desc p {
    font-size: 23px;
    line-height: 33px;
    color: #21366b;
    margin: 0 0 20px;
}

/*About*/

/*Footer*/
.footer {
    padding: 15px;
}
.footer-txt,
.link a {
    font-size: 20px;
    color: #21366b;
    margin: 5px;
}
.footflex {
    display: flex;
    justify-content: space-between;
}
/*Footer*/

/*Article Page*/
.article-page .top-img {
    width: 150px;
    top: 15px;
}
.article-page .top-img.small {
    width: 150px;
}
.article-page .top-section {
    height: 70px;
}
.article-wrap .max-width-class {
    display: flex;
    justify-content: space-between;
}
.article-left {
    min-width: 830px;
    width: 830px;
}
.article-right {
    min-width: 340px;
    width: 340px;
}
.article-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    color: #034ea2;
}
.widget-title {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 700;
    color: #034ea2;
    text-transform: uppercase;
}
.article-con img {
    margin: 25px 0 45px;
    border-radius: 30px;
}
.article-con p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 25px;
}
.read-list li a {
    display: flex;
    align-items: flex-start;
    padding: 10px 5px;
    margin: 8px -10px 5px;
}
.read-list li {
    border-bottom: 1px dotted #8e8e8e;
}
.read-widget-ttl {
    font-family: "Roboto";
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #034ea2;
    margin: 0 0 0 15px;
}
.read-list li a:hover {
    background: #034ea2;
}
.read-list li a:hover h4 {
    color: #fff;
}
.article-share {
    border-top: 1px dotted #8e8e8e;
    border-bottom: 1px dotted #8e8e8e;
    padding: 15px 0;
    margin: 0 0 80px;
}
.art-share-txt {
    font-family: "Roboto";
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}
.art-share-list {
    display: flex;
    align-items: center;
}
.art-share-list li {
    margin: 0 12px 0 0;
}
.art-share-list li svg {
    width: 23px;
    height: 23px;
    fill: #808080;
}
.art-share-list li a.tw-icon:hover svg {
    fill: #2aa3ef;
}
.art-share-list li a.fb-icon:hover svg {
    fill: #3b5998;
}
.art-share-list li a.lnk-icon:hover svg {
    fill: #2867b2;
}
.art-share-list li a.inst-icon:hover svg {
    fill: #aa2aa0;
}
.art-share-list li a.wap-icon:hover svg {
    fill: #25d366;
}

.disclaim{
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 1.33em;
}
/*.article-page .top-header{ box-shadow: none; }*/
/*Article Page*/

@media (max-width: 1366px) {
    .nav-menu {
        margin: 0 0 0 350px;
    }
    .top-body {
        right: 14%;
    }
}

@media (max-width: 1024px) {
    .menu-item a {
        font-size: 15px;
    }
    .top-body {
        right: 5%;
        top: 76px;
    }
    .tata-footer {
        padding: 10px 24px;
    }
    .article-left {
        min-width: 635px;
        width: 635px;
    }
    .article-wrap .max-width-class {
        max-width: 98%;
    }
}

@media screen and (max-width: 769px) {
    .max-width-class {
        max-width: 100%;
    }
    .topup {
        height: 80px;
        display: none;
    }
    .h-right-div {
        justify-content: center;
    }
    .footflex {
        display: block;
    }
    .link {
        text-align: center;
        margin: 10px 0 0;
    }
    .toppost {
        padding: 150px 15px 30px;
    }
    .footer-txt {
        font-size: 15px;
        color: #21366b;
        line-height: 20px;
        text-align: center;
    }
    .primary-btn {
        padding: 6px 15px;
        background: #e64942;
        border-radius: 20px;
        display: inline-block;
        font-size: 18px;
    }
    .d-hide {
        display: block;
    }
    .m-hide {
        display: none;
    }
    .section-title {
        font-size: 28px;
        margin: 0 0 15px;
        line-height: 30px;
    }
    .arttil {
        font-size: 23px;
        line-height: 28px;
    }
    .slick-slider .slick-list {
        margin: 0;
    }
    .flexg {
        flex-direction: column;
    }
    .flexr {
        width: 100%;
        max-width: 480px;
    }
    .flexriht {
        width: 100%;
        max-width: 480px;

    }
    .flexriht p{
        font-size: 18px;
        line-height: 25px;
    }
    .flexl {
        width: 100%;
        max-width: 480px;
    }
    .flexr p,
    .artdes {
        font-size: 18px;
        line-height: 25px;
    }
    .about-init,
    .about-section,
    .artsection,
    .vidsection,
    .aboutsection {
        padding: 30px 15px;
    }
    .video-top {
        margin: 20px auto 0;
    }
   
    .zimframe {
        margin-bottom: 20px;
    }
    .toppost .flexg {
        flex-direction: column-reverse;
    }
    .about-init .flexr p {
        margin-bottom: 20px;
    }
    .single-tabs .tab a {
        text-align: center;
        font: 400 20px/23px "Slate-Regular", sans-serif;
        letter-spacing: 0px;
        color: #21366b;
        opacity: 1;
        display: inline-block;
        padding: 12px 18px;
    }
    /* Slick js */
    .slick-slide {
        margin: 0 10px;
    }
    .video-tumb .slick-list {
        margin: 0 -15px;
    }
    .common-slider .slick-track li {
        margin: 0 14px 0 14px;
    }
    .slick-initialized .slick-center {
        display: block;
        opacity: 1 !important;
    }
    .slick-initialized .slick-slide {
        display: block;
        opacity: 0.5;
    }
    .slick-initialized .slick-slide.slick-current {
        opacity: 1;
    }
    .common-slider .slick-dots {
        margin: 30px 0 0;
    }

    /* Menu */
    .menu-item::after {
        content: none;
    }
    .top-img {
        width: 79px;
        height: 198px;
        top: 103px;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
    }
    .top-img.small {
        width: 80px;
        height: 53px;
        top: 35px;
    }
    .hamburger {
        display: block;
    }
	.hamburger.active{z-index:999999999}
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .top-header .max-width-class {
        display: flex;
        justify-content: flex-end;
    }
    .nav-menu {
        position: fixed;
        left: -105%;
        top: 0;
        gap: 0;
		padding-top:30px;
        flex-direction: column;
        background-color: #fff;
        width: 100vw;
        height: 100vh;
        text-align: center;
        transition: 0.3s;
        z-index: 9999999;
        margin: 0;
        justify-content: flex-start;
    }
    .menu-item {
        margin: 16px 0;
    }
    .nav-menu.active {
        left: 0;
    }
    .top-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding: 0;
    }

    /* Video */
    .video-section {
        padding: 0;
        background: #fff;
        margin: 0 0 40px;
    }

    .video-left {
        width: 100%;
        height: 310px;
    }
    .vid-img-wrp {
        width: 64px;
        height: 60px;
        overflow: hidden;
    }
    .vid-img-wrp img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video-list li a.share-icon {
        padding: 3px 4px;
    }
    .video-ttl {
        font-size: 15px;
    }
    .video-left iframe {
        width: 100%;
        max-height: 315px;
        vertical-align: top;
    }
    .play-icon {
        width: 36px;
        height: 36px;
        top: 10px;
        left: 12px;
    }
    .play-icon svg {
        width: 14px;
        height: 20px;
    }

    /* About */
    .about-desc p {
        font-size: 18px;
        line-height: normal;
    }
    .menu-item::after {
        content: none;
    }

    .video-tumb li {
        margin: 5px;
    }

    /*Article*/
    .article-wrap {
        margin: 0 30px;
    }
    .article-left {
        min-width: auto;
        width: 100%;
    }
    .article-wrap .max-width-class {
        flex-direction: column;
    }
    /* .article-page .top-img.small{ top: 4%; height: 46px; width: 46px; displ } */
    .article-page .top-img {
        height: 135px;
        top: 12%;
    }
    .article-share {
        margin: 0 0 40px;
    }
    .article-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
    }
    .zimleft {
        width: 275px;
        height: 190px;
       
    }
	.disclaim{padding: 0 15px}
}

@media (max-width: 480px) {
    .zimleft {
        margin-left: 0;
        margin-bottom: 10px;
        float: none;
    }
    .article-page .top-img {
        top: 10%;
    }
}


button.artdec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;opacity: 0;
}
.video-tumb .slick-slide{ position:relative}
#artdes{
    font-size: 12px; margin-top:5px;
}