@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-sizing: border-box;
    background-color: rgba(000, 000, 000, 0.8);
    z-index: 99;
    display: none;
}

.overlay .popup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 560px;
    max-height: 335px;
    background: #fff;
}

.overlay .popup .closed {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    top: -13px;
    cursor: pointer;
}

.novartis .wrapper {
    max-width: 1025px;
    margin: auto;
}

.novartis .row {
    display: flex;
}

.novartis .mt3 {
    margin-top: 20px;
}

.novartis .heading {
    font-size: 32px;
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
}

.novartis .heading em {
    font-style: normal;
    color: #c91d23;
    font-weight: bold;
}

.novartis .top_section {
    padding: 15px 0;
    box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
}

.novartis .top_section .row {
    justify-content: space-between;
    align-items: center;
}

.novartis .top_section .nav_icon {
    display: none;
}

.novartis .top_section .logo {
    max-width: 180px;
}

.novartis .top_section .logo img {
    max-width: 100%;
}

.novartis .top_section .back_news a {
    font-weight: bold;
    text-decoration: none;
}

.novartis .top_section .social_media {
    display: flex;
}

.novartis .top_section .social_media a {
    background: url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/social_media.png?reset=3") no-repeat;
    width: 28px;
    height: 26px;
    margin-left: 10px;
}

.novartis .top_section .social_media a.facebook {
    background-position: 0 0;
}

.novartis .top_section .social_media a.twitter {
    background-position: -36px 0;
}

.novartis .top_section .social_media a.linking {
    background-position: -70px 0px;
}

.novartis .top_section .social_media a.youtueb {
    background-position: -103px 0px;
}

.novartis .banner_slider .slide_bar li a {
    text-align: center;
}

.novartis .banner_slider .hide {
    display: none;
}

.novartis .banner_slider .slide_bar li a img {
    margin: auto;
}

.novartis .banner_slider .row {
    justify-content: space-between;
}

.novartis .banner_slider .row .launch_info p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
}

.novartis .banner_slider .row .launch_info img {
    margin-left: 20px;
    width: 100%
}

.novartis .banner_slider .row .launch_button {
    background: #c91d23;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    display: none;
}

.novartis .navbar {
    justify-content: space-between;
    padding: 20px 0;
    background: #133761;
    box-shadow: 1px 7px 10px -2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 1px 7px 10px -2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: -1px;
    z-index: 999;
}

.novartis .navbar a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.novartis .navbar a:first-child {
    padding-left: 0;
}
.novartis .navbar a:last-child {
    padding-right: 0;
    border: 0;
}
.novartis .suraksha_join {
    background: #c91d23;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 28px;
    max-width: 865px;
    margin: 45px auto;
}

.novartis .suraksha_join a:first-child {
    background: transparent;
    font-size: 22px;
}

.novartis .suraksha_join a {
    background: #001d42;
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
}

.novartis .form_sec {
    background: url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/selfcheck1.jpg") no-repeat;
    padding: 20px 0 130px;
    background-size: 100%;
    margin: 50px 0 0;
    min-height: 470px;
    position: relative;
    background-position: 0 -80px;
}

.novartis .form_sec .disclaimer_sec {
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    margin-top: 20px;
    max-width: 745px;
}

.novartis .form_sec .surveydiv {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}

.novartis .form_sec .error_fild {
    background: #b8bbbe;
    border: 1px #ff0000 solid;
    max-width: 250px;
    position: absolute;
    right: 177px;
    top: 72px;
    padding: 10px;
    min-height: 210px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.novartis .form_sec .error_fild:before {
    content: "!";
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 100px solid #ff0000;
    position: absolute;
    top: -60px;
    border-radius: 10px;
    padding: 1px;
    font-size: 20px;
    line-height: 112px;
    font-weight: bold;
    color: #fff;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 51px;
}

.novartis .form_sec .error_fild span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-top: 70px;
    min-width: 200px;
}

.novartis .form_sec .error_fild button {
    background: #ff0000;
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

.novartis .form_sec .disclaimer {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
}

.novartis .form_input {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.novartis .form_input .row {
    width: 100%;
    justify-content: space-between;
}

.novartis .form_input input {
    padding: 8px 10px;
    width: 48%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 0;
}

.novartis .form_sec .heading {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    max-width: 520px;
    display: block;
}

.novartis .form_sec .heading em {
    font-weight: bold;
    font-style: normal;
    color: #fff;
}

.novartis .form_sec .surway .qs {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin-top: 5px;
    display: block;
}

.novartis .form_sec .surway .qs sup {
    font-size: 12px;
    top: -3px;
    position: relative;
    color: #fff;
}

.novartis .form_sec .surway .qs em {
    font-size: 12px;
    font-style: normal;
    display: block;
    line-height: 20px;
}

.novartis .form_sec .bgred {
    margin-top: 10px;
    background: #c91d23;
    line-height: 27px;
    display: block;
    padding: 10px;
}

.form_sec i {
    position: relative;
    width: 100%;
    background: url(https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/bg_speaker.png);
    height: 21px;
    display: block;
    margin-top: 15px;
}

.novartis .launch_section h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
}

.novartis .launch_section h2 b {
    color: #c91d23;
}

.novartis .launch_section h3 {
    font-size: 20px;
    color: #c91d23;
}

.novartis .launch_section p {
    font-size: 16px;
    margin-top: 20px;
    color: #2a2a2a;
    line-height: 24px;
}

.novartis .launch_section .date_time_buttun {
    background: #c91d23;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0;
    cursor: inherit;
}

.novartis .speakier_heading {
    font-size: 32px;
    display: block;
    color: #b2b2b2;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.novartis .speakier_heading:after {
    content: "";
    background: url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/bg_speaker.png");
    position: absolute;
    left: 195px;
    right: 0;
    top: 9px;
    bottom: 5px;
}

.novartis .speakers ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.novartis .speakers ul .slick-track {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.novartis .speakers .slick-list {
    width: 100%;
}

.novartis .speakers ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.novartis .speakers ul li .img_box {
    max-width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #c91d23;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.novartis .speakers ul li span {
    display: block;
}

.novartis .speakers ul li .img_box {
    background: #c91d23;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.novartis .speakers ul li .img_box img {
    max-width: 100%;
    position: relative;
    top: 2px;
    left: 3px;
}

.novartis .speakers ul li .name {
    font-weight: bold;
    font-size: 18px;
    color: #c91d23;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.novartis .speakers ul li .info {
    font-size: 14px;
    color: #2a2a2a;
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
}

.novartis .agenda_point {
    margin-top: 50px;
}

.novartis .agenda_point .heading_agenda {
    font-size: 32px;
    display: block;
    margin: 20px 0;
    color: #c91d23;
    font-weight: bold;
    text-transform: uppercase;
}

.novartis .agenda_point .row {
    align-items: center;
    justify-content: space-between;
}

.novartis .agenda_point ul li {
    position: relative;
    font-size: 18px;
    padding-left: 110px;
    color: #2a2a2a;
    margin-bottom: 25px;
    line-height: 25px;
    min-height: 70px;
    max-width: 678px;
    display: flex;
    align-items: center;
}

.novartis .agenda_point ul li:after {
    content: "";
    background: url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/agenda.png?reset=2") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 70px;
}

.novartis .agenda_point .watch_now {
    background: #c91d23;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 35px;
    text-align: center;
    white-space: nowrap;
    border-radius: 20px;
}

.novartis .agenda_point ul li.point1:after {
    background-position: 0 -4px;
}

.novartis .agenda_point ul li.point2:after {
    background-position: 0 -59px;
}

.novartis .agenda_point ul li.point3:after {
    background-position: 0 -133px;
}

.novartis .agenda_point ul li.point4:after {
    background-position: 0 -217px;
}

.novartis .agenda_point ul li.point5:after {
    background-position: 0 -300px;
}

.novartis .agenda_point ul li.point6:after {
    background-position: 0 -384px;
}

.novartis .article {
    background: #e6e6e6;
    padding: 20px 0;
}

.novartis .article .heading {
    font-size: 40px;
    display: block;
    color: #001d42;
    text-transform: uppercase;
    margin: 20px 0px;
    font-weight: bold;
}

.novartis .article ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.novartis .article ul .slick-list {
    flex-grow: 1;
}

.novartis .article ul li {
    padding-bottom: 15px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.novartis .article ul li img {
    width: 100%;
    margin: auto;
}

.novartis .article ul li .name {
    font-size: 16px;
    font-weight: bold;
    color: #001d42;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 20px;
    max-height: 42px;
    overflow: hidden;
    min-height: 42px;
}

.novartis .article ul li em {
    font-style: normal;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0 10px;
    display: block;
    color: #c91d23;
}

.novartis .article ul li p {
    font-size: 14px;
    line-height: 25px;
    color: #505050;
    max-height: 52px;
    overflow: hidden;
}

.novartis .article ul li a {
    color: #c91d23;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.novartis .about_intiative {
    margin-top: 50px;
}
.about_heading {
    font-size: 32px;
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
}

.about_heading em {
    font-style: normal;
    color: #c91d23;
    font-weight: bold;
}

.novartis .about_intiative .row {
    align-items: flex-end;
}

.novartis .about_intiative .row p {
    margin-left: 50px;
    font-size: 16px;
    line-height: 25px;
    max-width: 600px;
    position: relative;
}

.novartis .about_intiative .row p span {
    position: relative;
    color: #ff0000;
    cursor: pointer;
}

.novartis .about_intiative .row p span i {
    font-style: normal;
    background: #000;
    color: #fff;
    position: absolute;
    top: -41px;
    padding: 3px 5px;
    left: -10px;
    right: 0px;
    min-width: 300px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.novartis .about_intiative .row p span i:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 31px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid black;
    left: 13px;
}

.novartis .about_intiative .row p span:hover i {
    display: block;
}

.novartis .about_intiative .row p:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -79px;
    height: 50px;
    background: #000;
    width: 2px;
}

.novartis .about_intiative .row p:before {
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
    height: 2px;
    background: #c91d23;
    width: 50px;
}

.novartis footer {
    background: #555555;
    padding: 80px 0;
    margin-top: 50px;
}

.novartis footer .row {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.novartis footer img {
    max-width: 180px;
}

.novartis footer .row .link {
    margin: 10px 0;
}

.novartis footer .row .link a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}

.novartis footer .row span {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.novartis footer .refrence p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
}

.novartis footer .refrence p b {
    display: block;
}

button.slick-arrow {
    outline: none;
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 0;
    width: 1.8rem;
    padding: 2px 3px 3px;
    text-align: center;
    color: #212121;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 5rem;
    user-select: none;
    display: flex;
    font-size: 0;
    width: 28px;
    border: none;
    height: 28px;
    background: transparent;
    align-items: center;
}

button.slick-next.slick-arrow {
    right: -16px;
    left: auto;
}

button.slick-prev.slick-arrow {
    left: -13px;
    z-index: 8;
}

button.slick-prev.slick-arrow:after {
    content: " ";
    width: 0;
    height: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 6px;
    left: 6px;
    bottom: 0;
    position: absolute;
}

button.slick-next.slick-arrow:after {
    content: " ";
    width: 0;
    height: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 6px;
    left: 9px;
    bottom: 0;
    position: absolute;
}

.slick-disabled {
    opacity: 0.2;
}

/*slick docts*/

ul.slick-dots {
    display: flex;

    justify-content: center;

    margin: 0;

    padding: 0;

    line-height: 10px;
}

ul.slick-dots li {
    list-style: none;

    padding: 0 3px;

    margin: 0;

    display: block;
}

ul.slick-dots li button {
    cursor: pointer;

    height: 15px;

    width: 15px;

    margin: 0 2px;

    background-color: #bbb;

    border-radius: 50%;

    display: inline-block;

    transition: background-color 0.6s ease;

    font-size: 0;

    border: 0;

    outline: none;
}
ul.slick-dots li.slick-active button {
    background: #c91d23;
}

ul.slick-dots li button:hover {
    background: #c91d23;
}

/*end slick docts*/

.surway .checkbox {
    position: relative;
    padding-left: 30px;
    padding-bottom: 14px;
    min-width: 185px;
}

.surway.qsslide_bar {
    display: none;
    max-width: 762px;
}

.surway.qsslide_bar.active {
    display: block;
}

.surway .qs_form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.surway .checkbox input {
    width: 24px;
    height: 24px;
    border: 1px #707070 solid;
    position: absolute;
    left: 0;
    top: 0;
}

.surway .checkbox input + label {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-top: 4px;
    padding-right: 10px;
    color: #fff;
    cursor: pointer;
}

.surway .button button {
    background: #c91d23;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.surway .button button.next {
    background: #fff;
    color: #000;
    margin-left: 25px;
}

.surway .button button.next.first {
    margin-left: 0;
}

.disc p {
    font-size: 10px;
    line-height: 20px;
}

/*--------------------*/

.novartis .watch_button {
    background: #c91d23;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 35px;
    text-align: center;
    white-space: nowrap;
    border-radius: 20px;
    display: block;
    max-width: 360px;
    margin: 25px auto 35px;
}

.novartis .launch_section .topic {
    margin: 10px 0;
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: #c91d23;
}

.novartis .launch_section .topic em {
    font-style: normal;
    color: #000;
}

.novartis .video_section {
    background: #0e3973;
    padding: 30px 0;
    margin: 30px 0 0;
}
.novartis .video_section .heading {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.novartis .video_section .video_slider {
    margin: auto;
    text-align: center;
}
.novartis .video_section .video_slider .title {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
.novartis .video_section .video_slider .dis {
    max-width: 800px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: auto;
}
.launch_info {
    margin-bottom: 30px;
    width: 39%
}
.gallery .image{position: relative;}
.caption {
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2px;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    display: none;
     transition: all 0.4s ease-in-out;
}
.gallery .image:hover .caption{display: block; transition: all 0.4s ease-in-out;}
.surway .button{pointer-events:none;}
.form_sec input{pointer-events: none}
@media only screen and (max-width: 768px) {
    .novartis .top_section {
        padding: 10px;
        position: relative;
    }
    .launch_info {
    width: 100%
}
    .novartis .top_section .nav_icon {
        display: block;
        width: 20px;
        height: 24px;
        position: absolute;
        left: 15px;
        top: 13px;
        border-bottom: 2px #263b79 solid;
        cursor: pointer;
        z-index: 9;
        display: block;
        outline: none;
    }
    .novartis .top_section .nav_icon:before {
        content: "";
        position: absolute;
        height: 2px;
        background: #263b79;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    .novartis .top_section .nav_icon:after {
        content: "";
        position: absolute;
        height: 2px;
        background: #263b79;
        left: 0;
        right: 0;
        bottom: 4px;
    }
    .novartis .top_section .row {
        flex-direction: column;
    }
    .novartis .top_section .back_news {
        flex-direction: row;
        width: 100%;
        border-top: 1px #e0e0e0 solid;
        padding-top: 10px;
    }
    .novartis .top_section .logo {
        max-width: 100px;
        margin-bottom: 5px;
    }
    .novartis .navbar {
        flex-direction: column;
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        justify-content: flex-start;
        display: none;
    }
    .novartis .navbar.active {
        
        display: block;
    }
    .novartis .navbar a:first-child {
        padding-left: 10px;
    }
    .novartis .navbar a {
        padding: 8px 10px;
        border-bottom: 1px #e0e0e0 solid;
        display: block;
        border-right: 0;
    }
    .novartis .suraksha_join {
        font-size: 16px;
        margin: 20px 10px;
        flex-direction: column;
        padding: 10px 5px;
    }
    .novartis .suraksha_join a:first-child {
        font-size: 12px;
        padding: 10px;
    }
    .novartis .suraksha_join a {
        font-size: 12px;
        padding: 10px 12px;
    }
    .novartis .banner_slider .row {
        flex-direction: column;
    }
    .novartis .banner_slider .row .launch_bar iframe {
        width: 100%;
        min-height: 235px;
        height: auto;
    }

    .novartis .banner_slider .row .launch_info img {
        max-width: 100%;
        margin: 20px 0;
    }
    .novartis .form_sec {
        min-height: inherit;
        background-color: #0e3973;
        margin: 20px 0;
        padding: 20px 15px;
        background-image: none;
    }
    .novartis .form_sec .surway .qs {
        font-size: 20px;
        line-height: 25px;
    }
    .surway .qs_form {
        margin: 20px 0;
    }
    .surway .button button.next {
        margin-left: 15px;
    }
    .surway .button button {
        padding: 10px 15px;
    }
    .novartis .form_sec .heading {
        font-size: 24px;
    }
    .novartis .form_sec .error_fild {
        min-height: 170px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 170px;
        padding: 40px 10px 0;
    }
    .novartis .form_sec .error_fild:before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 60px solid #ff0000;
        line-height: 80px;
        font-size: 34px;
        margin: auto;
        top: -33px;
    }
    .novartis .form_sec .error_fild span {
        padding-top: 6px;
        font-size: 13px;
        min-width: 150px;
    }
    .novartis .agenda_point .row {
        flex-direction: column;
    }
    .novartis .about_intiative .row img {
        width: 100%;
    }
    .novartis .about_intiative .row {
        flex-direction: column;
        align-items: flex-start;
    }
    .novartis .article ul li {
        margin: 0;
    }
    .surway .checkbox {
        min-width: 98px;
    }
    .novartis .banner_slider {
        padding: 0 10px;
    }
    .novartis .banner_slider .row .launch_button {
        margin-bottom: 20px;
    }
    .novartis .launch_section {
        padding: 0 10px;
    }
    .novartis .launch_section h2 {
        font-size: 22px;
    }
    .novartis .launch_section h3 {
        font-size: 14px;
    }
    .novartis .launch_section p {
        font-size: 14px;
    }
    .novartis .launch_section .date_time_buttun {
        font-size: 14px;
        margin: 20px 0;
    }
    .novartis .speakers {
        padding: 0px 10px;
    }
    .novartis .agenda_point {
        margin-top: 30px;
        padding: 0 10px;
    }
    .novartis .agenda_point .heading_agenda {
        font-size: 22px;
    }
    .novartis .agenda_point .watch_now {
        font-size: 16px;
    }
    .novartis .agenda_point ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 100px;
        margin-bottom: 10px;
    }
    .novartis .article .heading {
        font-size: 22px;
    }
    .novartis .article ul.article_slider {
        flex-direction: column;
    }
    .novartis .article {
        padding: 0 0;
    }
    .novartis .about_intiative {
        padding: 0 10px;
        margin-top: 20px;
    }
    .about_heading {
        font-size: 22px;
    }
    .novartis .about_intiative .row p {
        margin-left: 0;
        margin-top: 10px;
    }
    .novartis .about_intiative .row p:before,
    .novartis .about_intiative .row p:after {
        display: none;
    }
    .novartis footer {
        padding: 20px 0;
        margin-top: 20px;
    }
    .overlay .popup {
        left: 10px;
        right: 10px;
    }
    .novartis footer .refrence p {
        padding: 10px;
        word-break: break-word;
    }
    .novartis footer .refrence p a {
        color: #0d58ff;
    }
    .novartis .speakers ul.speaker_slider {
        flex-direction: column;
    }
    .novartis ul.slick-dots {
        text-align: center;
        margin: 10px auto;
        display: inherit;
        justify-content: center;
    }
    .novartis ul.slick-dots li {
        display: inline-block;
        margin: 0px 6px;
    }
    .novartis ul.slick-dots li button {
        width: 6px;
        height: 6px;
        background: #c1c1c1;
        border-radius: 100px;
        font-size: 0;
        cursor: pointer;
        outline: none;
        border: none;
        padding: 0;
    }
    .novartis ul.slick-dots li.slick-active button {
        background: #e1261c;
        width: 14px;
        padding: 0;
    }
    .novartis .video_section .video_slider {
        margin: 0 10px;
    }
}

/*-------------------new------------------------------------------------------*/

.disc p {
    font-size: 10px;
    line-height: 18px;
    display: none;
    margin-bottom: 20px;
}

.disc .heading {
    margin: 10px 0 20px;
    font-size: 14px;
    background: #c91d23;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.disc .heading i {
    font-style: normal;
    font-size: 10px;
    margin-left: 10px;
}

.disc p em {
    font-style: normal;
    padding-right: 3px;
}

.disc .heading em {
    color: #fff;
}

.ref_popup .refrence p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
}

.ref_popup .refrence ol li::marker {
    color: #c91d23;
    font-weight: bold;
}

.ref_popup .refrence {
    padding: 3px 30px;
    height: 100%;
    overflow: auto;
}

.ref_popup .refrence li {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}

.ref_popup .ref_heading {
    background: #c91d23;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
}

.ref_popup .refrence p b {
    display: block;
}

.ref_popup .refrence .wrapper > span {
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.roudtable_sec {
    background: #0e3973;
    padding: 30px 0;
}

.roudtable_sec .heading {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
}

.roudtable_sec ul {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.roudtable_sec ul li {
    max-width: 200px;
    margin-right: 50px;
}

.roudtable_sec ul li span {
    display: block;
    background: #0e3973;
}

.roudtable_sec ul li span img {
    width: 100%;
    border-radius: 50px;
}

.roudtable_sec ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.roudtable_sec ul li p b {
    display: block;
    margin-bottom: 10px;
}
.novartis .thanks {
    margin: 40px auto;
    text-align: center;
}

.novartis .thanks .thanks_you {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    display: block;
}
.novartis .thanks .msg {
    font-size: 28px;
}

@media only screen and (max-width: 768px) {
    .ref_popup .refrence {
        padding: 3px 5px 10px 20px;
    }
    .ref_popup .refrence li a {
        word-break: break-all;
    }
    .ref_popup .popup {
        max-width: 92%;
        max-height: 90%;
    }
    .disc p {
        padding: 10px;
    }
    .roudtable_sec {
        padding: 30px 10px;
    }
    .roudtable_sec ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .roudtable_sec ul li {
        max-width: 250px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .roudtable_sec .heading {
        font-size: 24px;
        text-align: center;
    }
    .novartis .thanks .thanks_you {
        font-size: 14px;
    }
    .novartis .thanks .msg {
        font-size: 20px;
    }
}
.novartis .speakers.doctors {
    display: none;
}

.slider-tabs img {
    filter: grayscale(80%);
}
.slider-tabs .tab {
    width: auto;
    opacity: 1;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.slider-tabs .tab a {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #001d42;
    font-weight: 400;
    display: inline-block;
    padding: 3px 0px;
    margin: 0 15px;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}
.novartis .article ul li {
    margin: 0 6px;
}
.slider-tabs .tab a:before {
    border-right: 1px solid #001d42;
    position: absolute;
    content: "";
    width: 100%;
    right: -15px;
    height: 82%;
}
.slider-tabs .tab a:last-child:before {
    border-right: 0 solid #001d42;
}
.slider-tabs .tab .tablinks.active,
.slider-tabs .tab .tablinks:hover {
    border-bottom: 2px solid #c91d23;
    opacity: 1;
}
.slider-tabs .tabcontent {
    display: none;
    -webkit-animation: fade-in 1.2s;
    animation: fade-in 1.2s;
}
.sliderstyle {
    padding: 30px;
}
.novartis .article .heading {
    position: absolute;
    top: 20px;
    left: 40px;
}
.novartis .article ul li .name {
    margin-top: 10px;
}
.novartis .article ul li p {
    margin-bottom: 15px;
}
.slider-tabs button.slick-prev.slick-arrow {
    left: -30px;
}
.slider-tabs button.slick-next.slick-arrow {
    right: -30px;
}
.slider-tabs .slick-disabled svg {
    opacity: 0.5;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}

.slider-tabs {
    position: relative;
}

@media screen and (max-width: 780px) {
    .sliderstyle {
        padding: 0;
    }
    .slider-tabs {
        padding: 30px 0 20px;
    }
    .slider-tabs .tab {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        padding: 0;
        margin: 0;
        /*justify-content: flex-start;*/
    }
}

.artrht img {
    width: 100%;
    filter: grayscale(0);
}
.artlft {
    background: #001d41;
    padding: 30px 150px 40px 40px;
    color: #fff;
    width: 480px;
    box-sizing: border-box;
}
.artil {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 13px;
    text-transform: uppercase;
    line-height: 24px;
}
.artdes {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
}
.main-art {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 25px;
}
.artrht {
    position: relative;
    top: 0;
    max-width: 500px;
    left: -100px;
    margin-bottom: 40px;
}
.emycrl {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.emycrl:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 20px;
    position: absolute;
    content: "";
    border: 1px solid #fff;
    right: -14px;
}

@media screen and (max-width: 780px) {
    .main-art {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .artlft {
        padding: 20px;
        width: 100%;
        margin-top: -10px;
    }
    .artrht {
        position: relative;
        top: 0;
        max-width: 800px;
        left: 0;
        margin-bottom: 0;
    }
    .novartis .article .heading {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .launch_info {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .novartis .video_section .heading {
        font-size: 22px;
    }
}
.novartis .video_section {
    background: #fff;
}
.novartis .video_section .wrapper {
    max-width: 1025px;
    background: #001d41;
    padding: 40px;
    box-sizing: border-box;
}
.video_slider .slick-slide {
    width: 300px;
    transition: all 0.4s ease-in-out;
    padding-top: 0px;
    filter: brightness(0.5);
    transform: scale(0.88);
    margin: 0 -15px;
}
.novartis .video_section .video_slider .slick-slide .title,
.video_slider .slick-slide .dis {
    display: none;
}
.video_slider .slick-slide.slick-current.slick-active {
    width: 450px;
    transition: all 0.4s ease-in-out;
    padding-top: 0;
    filter: grayscale(0);
    transform: scale(1.02);
}
.novartis .video_section .video_slider .slick-slide.slick-current.slick-active .title,
.video_slider .slick-slide.slick-current.slick-active .dis {
    display: block;
}
.video_slider button.slick-arrow {
    width: 20%;
    height: 100%;
    top:32%;
}
.video_slider button.slick-prev.slick-arrow:after,
.video_slider button.slick-next.slick-next:after {
   top: unset;
    
    bottom: unset;
    padding: 20px;
        border-width: 0 4px 4px 0;
        border-color: white;
}
.video_slider button.slick-prev.slick-arrow:after{left: 40%}
.video_slider button.slick-next.slick-next:after{left: 22%}
.video_slider button.slick-next.slick-arrow {
    right: 0;
}
.video_slider button.slick-prev.slick-arrow {
    left: 0;
}

.vdilopp {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    height: 0;
}

.vdilopp iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.video_section .emycrl {
    margin: 0 auto;
    left: -10px;
}
.novartis .video_section .video_slider .dis {
    margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
    .novartis .video_section .wrapper {
        padding: 20px 0px;
    }
    .vdilopp {
        padding-bottom: 65%;
    }
    .video_slider .slick-slide {
        margin: 0px -10px;
    }
    .novartis .video_section .video_slider {
        margin: 0 10px 20px;
    }
    .novartis .video_section {
        padding: 0;
        margin: 0;
    }
    .novartis .video_section .video_slider {
        margin: 0;
    }
}

.picwrap {
    padding: 10px 10px 0;
    box-sizing: border-box;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery .image {
    padding: 2px;
    width: calc(100% / 5);
}
.gallery .image span {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.gallery .image img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}
.gallery .image:hover img {
    transform: scale(1.1);
    filter: grayscale(0);
    cursor: pointer;
}

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 98%;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}
.preview-box .details {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
}
.preview-box .details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}
.details .title p {
    margin: 0 5px;
}
.details .title p.current-img {
    font-weight: 500;
}
.details .icon {
    color: #007bff;
    font-size: 20px;
    cursor: pointer;
}
.preview-box .image-box {
    display: flex;
    width: 100%;
    position: relative;
}
.image-box .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}
.slide.prevg {
    left: 0px;
}
.slide.nextg {
    right: 20px;
}
.prevg:after {
    content: " ";
    width: 0;
    height: 0;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 6px;    
    bottom: 0;
    position: absolute;
}
.nextg:after {
    content: " ";
    width: 0;
    height: 0;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 6px;   
    bottom: 0;
    position: absolute;
}
.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}
.shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.45);
}

.picwrap ul.slick-dots li.slick-active button {
    background: #143861;
}
.picwrap ul.slick-dots li button {
    background: transparent;
    border: 1px solid #143861;
}
.picwrap ul.slick-dots li {
    list-style: none;
    padding: 0 0px;
    margin: 25px -5px 0;
}

@media (max-width: 780px) {
    .gallery .image {
        width: calc(100% / 2);
    }
    .picwrap ul.slick-dots li {
        padding: 0 0px;
        margin: 0 6px;
    }
}

.ourpat {
    background: #e5e5e5;
    padding: 30px 15px;
    margin-top: 50px;
}

.brandslide li img {
    text-align: center;
    max-width: 190px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.brandslide {
    max-width: 850px;
    margin: 0 auto 30px;
}
.ourpat .about_heading {
    text-align: center;
}

.drwrap {
    background: url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/drbg1.jpg") no-repeat;
    padding: 30px 0;
    background-size: cover;
}
.drwrap .heading {
    color: #fff;
}
.drwrap .heading em {
    color: #fff;
}
.drflex {
    display: flex;
    max-width: 800px;
    margin: 50px auto;
    justify-content: space-between;
}
.drlft {
    width: 48%;
}
.drrgt {
    width: 49%;
}
.drbtn {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 16px;
    color: #fffefe;
    font-weight: 400;
    background-color: #143861;
    padding: 7px 10px;
    margin: 12px 0;
    display: inline-block;
    text-transform: uppercase;
}

.campwrap {
    background: url("https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/camp1.jpg") no-repeat;
    padding: 40px 0;
    background-size: cover;
}
.capflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caplft {
    width: 48%;
}
.caprgt {
    width: 48%;
    position: relative;
}
.campwrap .heading {
    color: #fff;
}
.campwrap .artil {
    margin: 20px 0;
    line-height: 22px;
}
.maptext {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    font-weight: 400;
    max-width: 200px;
}
.caprgt img {
    width: 100%;
}
.brandslide li{margin: 0 5px}

@media (max-width: 780px) {
    
    .drflex,
    .capflex {
        display: block;
    }
    .caplft,
    .drlft,
    .drrgt {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .caprgt {
        max-width: 350px;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
    }
    .drwrap .heading {
        color: #fff;
        font-size: 22px;
        padding: 0 15px;
        margin: 10px 0;
    }
    .drflex {
        margin: 30px auto;
    }
    .drwrap,
    .campwrap {
        padding: 20px 0;
    }
    .campwrap .heading {
        color: #fff;
        font-size: 22px;
    }
    .maptext {
        top: 20px;
        right: 10px;
        font-size: 11px;
        font-weight: 400;
        max-width: 100%;
        position: static;
    }
    .ourpat {
        padding: 10px 15px;
        margin-top: 30px;
    }
    .artil,
    .novartis .video_section .video_slider .title {
        font-size: 18px;
    }
    .artdes,
    .novartis .video_section .video_slider .dis,
    .novartis .about_intiative .row p {
        font-size: 14px;
    }
    .video_slider button.slick-prev.slick-arrow:after, .video_slider button.slick-next.slick-next:after {
    
    padding: 10px;
    border-width: 0 3px 3px 0;}
    .video_slider button.slick-arrow {
   
    top: 28%;
}
}
.novartis .v-slide ul.slick-dot{display: none;}

.pplogo {display: flex; align-items: center; margin-bottom: 20px}
.ppleft{width: 15%}
.ppright{width: 100%}
.pp_slider{margin: 20px 0px}
.pp_slider button.slick-next.slick-arrow {
    right: -28px;}
   .pp_slider button.slick-prev.slick-arrow {
    left: -30px;}
    .pp_slider button.slick-arrow{top: 30%}
    .pp_slider button.slick-prev.slick-arrow:after{border-color: #cb1d23}
    .pp_slider button.slick-next.slick-arrow:after{border-color: #cb1d23}
.pp_slider .slick-list{margin: 0 -10px}
.pp_slider .slick-slide{margin: 0 10px}
.pp_slider .slick-slide img{width: 100%}
.caprgt p{font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;margin-bottom: 20px}
    .ppdis{font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;}

.ppname{font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 700;
margin:10px 0 5px 0; display: block;}
#ppcamp .emycrl {
    margin: 0 auto 20px;
    left: -10px;
}
.pplogo img{margin-right: 20px}
.bigslider ul.slick-dots{top: 20px; position: absolute;left: 0; right: 0}
.bigslider .pp_slider ul.slick-dots{bottom: -30px; top: unset;}
.bigslider ul.slick-dots li.slick-active button{background: #fff;
    width: 45px;
    height: 10px;
    border-radius: 7px;}
    .bigslider ul.slick-dots li button{width: 12px; height: 12px}
    .bigslider ul.slick-dots li button:hover{background:#fff;}

    .bigslider .pp_slider ul.slick-dots li.slick-active button{background: #e1261c;
    width: 25px;
    height: 5px;
    border-radius: 7px;}
    .campwrap{padding: 80px 0 40px}
    .bigslider .pp_slider ul.slick-dots li button{width: 5px; height: 5px}
    .bigslider .pp_slider ul.slick-dots li button:hover{background:#e1261c;}
.livered{position: absolute;font-size: 14px;font-weight: 700;bottom: 10px; right: 10px;background: #ff0000; color: #fff;text-transform: uppercase;padding: 2px 5px; border-radius: 5px}
.livered span{width: 10px ; height: 10px;background:#fff; border-radius: 50%; display: inline-block;margin-right: 5px}
@media (max-width: 780px) {

.pplogo {display: block; margin-bottom: 10px }
.pplogo img{margin: 0 auto}
.ppleft{width: 32%; margin: 0 auto}
.ppright{width: 93%; margin: 0 auto;}
.ppflex .caprgt{padding: 20px 0 5px;    max-width: 100%;}
.ppflex .caplft{padding: 0}
.campwrap .ppflex .heading{text-align: center;}
}