.cancer-types/* reset */
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,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 {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
:root {
    --pink-01: #FF6084;
    --pink-02: #6B3248;
    --pink-03: #72314A;
    --text-grey: #7f7f7f;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
body{
    font-family: 'Noto Sans Malayalam', sans-serif;
    background: white;
    overflow-x: hidden;
    color: var(--text-grey);
}
.news-events-page-content.inner-page-content.news-events-content-block a {cursor: pointer;}
.card .card-title-box h3 {cursor: default;}
.home-video-section-title a {cursor: pointer;}

a {
    text-decoration: none;
    color: inherit;
}
header {
    font-family: 'Roboto', sans-serif;
    float: none;
    clear: both;
    padding: 10px 0;
    background: white;
}
.nav>li>a {
    padding: 10px 10px;
}
.navbar-nav>li>a {
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
}
.navbar-toggle {
  width: 40px;
}
.navbar-toggle .icon-bar {
    background: grey;
}
.logo-wrapper .brand-logo{
    width: 173px;
    height: 87px;
}
.logo-wrapper a, .logo-wrapper img {
    width: 100%;
    height: auto;
}
.language-links, .dropdown.language-list {
    margin-bottom: 20px;
}
ul.lang-menu.align-left.hidden-xs {
    text-align: left !important;
}

ul.lang-menu {
    float: left;
    width: 100%;
    text-align: right;
}
ul.lang-menu li {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 10px;
}
ul.lang-menu li a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #232323;
    padding: 5px;
    display: inline-block;
}
#navigation {
    margin-top: 30px;
    text-transform: uppercase;
}
.microsite-navigation {
  margin-top: 20px;
}
.microsite-navigation .navigation-options,
.navbar-nav
{
    float: right;
}
.dropdown.language-list {
    display: inline-block;
    background: #fff;
    border-radius: 25px;
    color: #333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding: 5px 10px;
}
.dropdown.language-list .dropdown-menu {
    left: -18px;
    right: 0;
    top: 40px;
    min-width: 120px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
.dropdown.language-list.open .dropdown-menu>li>a {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 7px 15px;
}
.dropdown.language-list.open .dropdown-menu li {
    border-bottom: 1px solid #f3f3f3;
    display: block;
}
.banner-home {
    width: 100%;
    height: 666px;
    background: url(https://static.asianetnews.com/v1/microsites/cancer/images/banner.jpg);
    background-size: cover;
    background-repeat: none;
}
.home-intro {
    padding: 50px 0;
    color: #3a3939;
    line-height: 24px;
    background: rgb(231,222,223);
    background: -moz-linear-gradient(90deg, rgba(231,222,223,1) 0%, rgba(210,198,197,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(231,222,223,1) 0%, rgba(210,198,197,1) 100%);
    background: linear-gradient(90deg, rgba(231,222,223,1) 0%, rgba(210,198,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7dedf",endColorstr="#d2c6c5",GradientType=1);
}
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.home-intro .title {
    color: var(--pink-02);
    margin-bottom: 40px;
}
.read-more-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--pink-01);
    margin-top: 20px;
}
.home-intro .box-2.intro-image-text{
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    height: 550px;
    overflow: hidden;
}
.home-intro .intro-image-text .bx-text, .home-intro .intro-image-text .bx-img{
    width: 50%;
}
.home-intro .intro-image-text .bx-text .txt{
    height: 268px;
    font-size: 15px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.into-text-content p {
    margin-bottom: 10px;
}

.into-text-content {
    font-size: 15px;
    color: #828181;
}
.home-intro .intro-image-text .txt.txt-1{
    background: var(--pink-02);
    color: var(--pink-01);
}
.home-intro .intro-image-text .txt.txt-2{
    background: var(--pink-01);
    color: white;
}
.home-intro .intro-image-text .bx-img img{
    width: 100%;
    height: auto;
}
.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-intro .flex-box {
      justify-content: space-around;
  }
  .home-intro .box-1 {
      width: 38%;
      margin-right: 2%;
  }
  .home-intro .box-2 {
    width: 60%;
}
  .card {
    width: 350px;
    height: 430px;
    margin: 20px 45px 20px 0;
    background: white;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
  .card .time-stamp{
    width: 100%;
    color: white;
    font-size: 11px;
    font-family: 'Roboto';
    opacity: .8;
  }
  .card .card-title-box{
    font-size: 17px;
    color: white;
    background: var(--pink-01);
    padding: 10px;
    height: 74px;
    overflow: hidden;

  }

  .card .card-title-box h3{
    display: block;
    width: 100%;
    height: 62px;
    overflow: hidden;
    line-height: 30px;
  }
  .card.video .card-title-box h3 {
    height: 52px;
  }
  .card .card-thumbnail-box{
    width: 100%;
    height: 168px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
  }
  .card .card-thumbnail-box .play-button {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(https://static.asianetnews.com/v1/microsites/kag-tiles/images/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .article-page .form-wrapper {
    margin-top: 25px;
  }

  .card .card-thumbnail-box img{
    width: 100%;
    height: auto;
  }
  .card .card-content-box{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #828181;
  }
  .card.video .card-title-box{
    padding: 10px;
    height: 90px;
    overflow: hidden;
  }
  .card.video{
    height: 258px;
    overflow: hidden;
  }
  .card.video .card-thumbnail-box{
    margin-bottom: 0;
  }
  button, a.button{
    background: var(--pink-02);
    border: none;
    outline: none;
    color: white;
    padding: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100px;
    padding: 5px;
    text-align: center;
  }
  .section-title {
    width: 100%;
    font-size: 22px;
    color: var(--pink-02);
    text-transform: uppercase;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: bold;
    justify-content: space-between;
    margin-top: 25px;
  }
  .section-title .view-more-button {
    font-size: 12px;
    color: #E21F25;
    display: block;
    padding-top: 11px;
  }
  .section-title .view-more-button::after {
    content: '  >';
  }
  .sub-title {
    width: 100%;
    font-size: 18px;
    color: var(--pink-02);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
  footer {
      background: var(--pink-03);
      color: white;
      text-align: center;
      font-size: 14px;
      padding: 40px 0;
  }
  .home-video-section {
    background: rgb(251,199,211);
    background: -moz-linear-gradient(180deg, rgba(251,199,211,1) 0%, rgba(180,84,121,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(251,199,211,1) 0%, rgba(180,84,121,1) 100%);
    background: linear-gradient(180deg, rgba(251,199,211,1) 0%, rgba(180,84,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc7d3",endColorstr="#b45479",GradientType=1);
          }
.cancer-inner-page {
    background: rgb(249,203,213);
background: -moz-linear-gradient(180deg, rgba(249,203,213,1) 0%, rgba(252,148,171,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(249,203,213,1) 0%, rgba(252,148,171,1) 100%);
background: linear-gradient(180deg, rgba(249,203,213,1) 0%, rgba(252,148,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9cbd5",endColorstr="#fc94ab",GradientType=1);
}
.cancer-inner-page.article-page .article-text{
    background: white;
    padding: 25px;
    font-size: 14px;
    line-height: 24px;
}
.cancer-inner-page.article-page .article-text p{
  margin-bottom: 10px;
}
.cancer-inner-page.article-page .article-text p img, .cancer-inner-page.article-page .article-text img{
  width: 100% !important;
  height: auto;
}
.article-text p{
  margin-top: 10px;
  margin-bottom: 15px;
}
/* .cancer-inner-page .card {
    height: 445px;
}  */
.cancer-inner-page .card .card-content-box,
.cancer-inner-page .card .card-actionitems-box
{
    padding: 0 25px;
}
.article .article-banner {
    width: 100%;
    height: 364px;
}
.article .article-banner.card .card-thumbnail-box{
    width: 100%;
    height: 309px;
    margin-bottom: 0;
}
.article .article-banner.card .card-thumbnail-box a{
  cursor: default;
}
.innerpage {
    margin-top: 50px;
}
.article-text-wrapper .section-title{
    margin-top: 0;
}
.about-page-content .caption{
    font-size: 16px;
    color: var(--pink-02);
    line-height: 24px;
}
.about-page-content .caption-image {
    width: 447px;
    height: 266px;
    overflow: hidden;
    background: white;
    margin: 20px 0;
}
.about-page-content .caption-image img{
    width: 100%;
}
.about-page-content .about-cancer-challenge{
    padding-top: 20px;
    font-size: 14px;
}
.about-page-content .about-cancer-challenge ol{
    padding-left: 15px;
}
.about-page-content .about-cancer-challenge li{
    margin-bottom: 10px;
}
.about-page-content .about-cancer-challenge p{
    margin-bottom: 12px;
}
.about-page-content .about-cancer-challenge h3.section-title{
    margin-bottom: 12px;
    font-size: 17px;
    margin-top: 0;
}
.inner-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-page-banner {
    width: 100%;
    height: 280px;
    background: url(https://static.asianetnews.com/v1/microsites/cancer/images/about_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.category-page-banner.cancer-types
 {
  background: url(https://static.asianetnews.com/v1/microsites/cancer/images/cancer_types.jpg);
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-page-banner.news-events
 {
  background: url(https://static.asianetnews.com/v1/microsites/cancer/images/news_events_desktop.jpg);
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-page-banner.video-page
 {
  background: url(https://static.asianetnews.com/v1/microsites/cancer/images/video_desktop.jpg);
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-page-content.inner-page-content,
.news-events-page-content.inner-page-content
{
    background: #E3D9DA;
}
.video-page-content-block{
  background-image: linear-gradient( #edd2d2, #ffb3b3 ) !important;
}
.no-shadow {
    box-shadow: none;
}
.video-page-top-content {
    color: #ffffff;
    background: var(--pink-01);
    padding: 40px 0;
}
.video-page-top-content .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: white;
}
.video-page-top-content .home-text{
    font-size: 14px;
}
.news-events-page-content .card{
    background: none;
}
.news-events-page-content .card .card-content-box,
.news-events-page-content .card .card-actionitems-box {
    padding: 0;
}
.video-content-wrapper .livePlayer {
	width: 100%;
}
.navbar-nav>li {
  border-bottom: 2px solid white;
}
.navbar-nav>li a:focus {
  background-color: white;
}
.navbar-nav>li.active,  .navbar-nav>li:hover{
  border-bottom-color: var(--pink-01);
}
.nav>li>a:hover {
  background: none;
}
/* Begin Dropdown styles */
  li.dropdown-toggle.active.open a {
    background: white;
  }
  .navbar-nav .dropdown{
    z-index: 10;
    display: none;
    list-style: none;
  }
  .navbar-nav .dropdown li{
    z-index: 10;
    padding-left: 12px;
    padding-right: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 13px;
    color: var(--text-grey);
  }
  .dropdown-menu li > a, .dropdown li a {
    color: var(--text-grey);
    font-family: 'Times New Roman', Times, serif;
  }
  .dropdown li a:hover,
  .dropdown li.active a,
  .dropdown-menu li.active a
  {
    color: var(--pink-01);
  }
  .navbar-nav .dropdown li:first-child {
    padding-top: 10px;
  }
  .navbar-nav li:hover > .dropdown {
    width: 100%;
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
  }
  .navbar-nav li:hover > .dropdown > a {
    color: var(--pink-01);
  }
  .navbar-nav li:hover > .dropdown li:hover,
  .navbar-nav .dropdown li.active.open
  {
    color: var(--pink-01);
    background: none;
  }
/* End Dropdown styles */
@media (max-width: 1680px) {
  .banner-home {
    width: 100%;
    height: 550px;
  }
  .category-page-banner.news-events,
  .category-page-banner.video-page,
  .category-page-banner.cancer-types,
  .about-page-banner

  {
    height: 320px;
  }
}
@media (max-width: 1440px) {
  .banner-home {
    width: 100%;
    height: 450px;
  }
  .category-page-banner.news-events,
  .category-page-banner.video-page
   {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {

}
@media (max-width: 1024px) {
}
@media (max-width: 919px) {

}
/*ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .card {
        width: 100%;
        margin-right: 0;
    }
    .about-page-content .caption-image {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .navbar-nav>li.active
    {
      border-bottom-color: white;
      color: var(--pink-01);
    }
      .navbar-nav>li a:focus,
      .navbar-nav>li:hover
      {
        background: none;
        border-bottom-color: white;
      }
    .home-intro .flex-box {
        display: block;
    }
    .home-intro .box-1,
    .home-intro .box-2
    {
        width: 100%;
    }
    .home-intro .box-2.intro-image-text {
        height: 273px;
    }
    .home-intro .intro-image-text .bx-text .txt{
        font-size: 14px;
        line-height: 22px;
        height: 136px;
    }
    .card.ad-slot {
        height: auto;
        text-align: center;
    }
    .banner-home .banner-text {
        width: 100%;
    }
    .product-category-display .flex-box,
    .sponsor-logo ul
    {
        display: block;
        width: 100%;
    }
    .product-category-display .prodct-cat{
        margin: 30px auto 30px auto;
    }
    .category {
        padding: 80px 0 80px 0;
    }
    .category.electrical {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 150px;
    }
    .category.electrical .ad-wrapper-320{
        width: 100%;
        margin: 0 auto;
    }
    .sponsor-logo .decorative-ele-1 {
        display: none;
    }
    .product-category-display .prodct-cat:nth-child(4) h3.title,
    .product-category-display .prodct-cat:nth-child(5) h3.title
    {
        color: #177573;
        background: white;
    }
    .product-category-display .prodct-cat:nth-child(4) .title-anchor,
    .product-category-display .prodct-cat:nth-child(5) .title-anchor
    {
        border-bottom: 1px solid #177573;
        height: 21px;
    }
    .category .image-content .image-content-wrapper,
    .category .image-content .image-content-wrapper img
    {
        width: 100%;
        height: auto;
    }
    .pdt-01{
        display: none;
    }
    #navigation {
        padding-left: 0;
    }
    #navigation .navbar-nav {
        float: none;
        clear: both;
    }
    .category.plumbing .image-content, .category.appartment .image-content {
        position: relative;
    }
    .banner-home {
        background: url(https://static.asianetnews.com/v1/microsites/cancer/images/mobile_home_banner.jpg);
        background-repeat: no-repeat;
        height: 280px;
    }
    .sponsor-logo ul li  {
        margin-right: 0;
        width: 50%;
        float: left;
    }
    .category.roofing, .category.plumbing, .category.appartment {
        padding-bottom: 100px;
    }
    .card {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: 20px;
    }
    .related-content {
        margin-top: 50px;
    }
    .inside-page-banner {
        height: 120px;
    }
    .article .article-banner {
        height: 314px;
    }
    .article .article-banner.card .card-thumbnail-box {
        height: 240px;
    }
    .about-page-content .caption-image {
        width: 100%;
    }
    .logo-wrapper {
        width: 100%;
    }
    .logo-wrapper .brand-logo{
        float: left;
    }
    .navbar-toggle {
        margin-top: 30px;
        margin-right: 0;
    }
    .video-page-top-content iframe{
        width: 100%;
    }
    .nav>li>a {
      padding-left: 15px;
      padding-right: 15px;
    }
    .navbar-nav li:hover > .dropdown li:hover,
    .navbar-nav .dropdown li.active
    {
      color: var(--pink-01);
      background: none;
    }
    .navbar-nav .dropdown-menu>.active>a,
    .navbar-nav .dropdown-menu>.active>a:focus,
    .navbar-nav .dropdown-menu>.active>a:hover {
      background-color: white !important;
      color: var(--pink-01);
    }
}
@media (max-width: 736px) {
  .category h3.title{
      line-height: 50px;
  }
  .banner-home {
      width: 100%;
      height: 200px;
      background: url(https://static.asianetnews.com/v1/microsites/cancer/images/home_mobile_banner.jpg);
      background-size: cover;
      background-repeat: no-repeat;
  }
  .about-page-banner {
      height: 280px;
      background: url(https://static.asianetnews.com/v1/microsites/cancer/images/about_mobile_banner.jpg);
      background-size: cover;
      background-repeat: no-repeat;
  }
  .category-page-banner.cancer-types,
  .category-page-banner.news-events,
  .category-page-banner.video-page
   {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .category-page-banner.cancer-types
   {
    background: url(https://static.asianetnews.com/v1/microsites/cancer/images/cancertypes-mobile.png);
    background-size: cover;
  }
  .category-page-banner.news-events
   {
    background: url(https://static.asianetnews.com/v1/microsites/cancer/images/news-mobile.jpg);
    background-size: cover;
  }
  .category-page-banner.video-page
   {
    background: url(https://static.asianetnews.com/v1/microsites/cancer/images/video_mobile.jpg);
    background-size: cover;
  }
  .inner-page-content {
    padding-top: 20px;
  }
}
@media (max-width: 414px) {
  header .no-margin iframe, .ad-slot-250 iframe{
    width: 100%;
    margin: 0 auto;
  }
  .home-intro .title {
    color: var(--pink-02);
    margin-bottom: 20px;
  }
  .home-intro .box-2.intro-image-text {
    height: 350px;
  }
  .home-intro .intro-image-text .bx-img img {
    width: 100%;
    height: 350px;
  }
  .home-intro .intro-image-text .bx-text .txt {
    font-size: 12px;
    line-height: 18px;
    height: 175px;
    padding: 5px;
  }
  .video-content-wrapper .livePlayer {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .banner-home {
    width: 100%;
    height: 171px;
    background: url(https://static.asianetnews.com/v1/microsites/cancer/images/home_mobile_banner.jpg);
  }
  .about-page-banner {
      height: 171px;
      background: url(https://static.asianetnews.com/v1/microsites/cancer/images/about_mobile_banner.jpg);
      background-size: cover;
      background-repeat: no-repeat;
  }

}
@media only screen and (min-width : 360px)and (max-width : 768px) and (orientation : landscape) {
  .flex-box{
    display: flex;
    justify-content: space-between;
  }
  .card {
    width: 46%;
  }
  .banner-home,
  .about-page-banner,
  .category-page-banner.news-events,
  .category-page-banner.video-page
  {
    height: 300px;
  }
  .video-content-wrapper .livePlayer {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
