html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 150%; }
  
  body {
    height: 100%; 
    padding-right: 0 !important;
    /* overflow:hidden; */
    }
  
  html {
    font-size: 100%;
    /*62.5%;*/
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  /*
   * typography.scss
   * -----------------------------------------------
  */
  ::selection {
    background: #333;
    color: #fff;
    text-shadow: none; }
  
  ::-moz-selection {
    background: #333;
    /* Firefox */
    color: #fff;
    text-shadow: none; }
  
  ::-webkit-selection {
    background: #333;
    /* Safari */
    color: #fff;
    text-shadow: none; }
  
  :active,
  :focus {
    outline: none !important; }

    body {
        max-width: 100%;
        position: relative;
        font-family: 'CircularPro';
        color: #000;
     }

    a {
    color: #000;
    text-decoration: none !important;
  }
  a:hover {
    color: #532f92;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}

    p{
      font-family: 'CircularPro-Light';
      font-size: 16px;
    }
    h1,h2,h3,h4,h5,h6{
      line-height: 1.3;
    }
    h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}

    input{
        font-family: 'CircularPro';
    }
     
  img {
    max-width: 100%; }
 /* owl carousel */
 .owl-theme .owl-dots .owl-dot.active span{
  background-color: #5225b5 !important;
}

/* Nav Tab Start */
.tab-option .nav-tabs{
  width: 40%;
}
.tab-option nav{
  border-bottom: 1px solid #c1c1c1
}
.tab-option .nav-tabs .nav-item.show .nav-link, .tab-option .nav-tabs .nav-link.active {
  color: #532f92;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid !important;
  font-size: 16px;
}
.tab-option .nav-tabs .nav-link {
  color: #6d6d6d;
  font-size: 16px;
  text-align: left;
}
.tab-option .nav-tabs .nav-link:focus, .tab-option .nav-tabs .nav-link:hover {
  color: #532f92;
  background-color: transparent;
  border: none;
}
/* Nav Tab End */

/*  Header
 -----------------------------------------------  */
 .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #532f92;
  border: 1px solid #fff;
  border-radius: .25rem;
}
#header .navbar{
  padding: 17px 10px;
  -webkit-box-shadow: 0 0px 4px 1px rgb(76 76 76 / 10%);
  box-shadow: 0 0px 4px 1px rgb(76 76 76 / 10%);
}
#header .navbar-nav a{
    color: #000000;
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
}
#header li .indicator {
    margin-left: 8px;
    color: #532f92;
}
#header li .indicator i{
    font-weight: bolder;
    font-size: 20px;
}
#header .dropdown-menu {
    padding: 0;
    border-radius: 0px;
    border: none;
    left: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#header .dropdown .dropdown-item{
    padding: 15px 25px 15px 22px;
    border-bottom: 1px solid #eae9e9;
}
#header .login-button{
    background: #532f92;
    border-radius: 50px;
    color: #fff;
    padding: 0px 5px;
}
#header .login-button a{
    color: #fff;
}
#header a:hover {
    color: #532f92;
}
#header .login-button a:hover {
  color: #532f92;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #532f92;
}
/*  Home Page
 -----------------------------------------------  */

 /* Slider */
 #slider .carousel-indicators {
    position: absolute;
    bottom: -76px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
 }
 #slider .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}
#slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 2px;
    background-color: #532f92;
}
#slider .bg-theme-colored{
  background-color: #532f92;
  margin-top: -100px;
  padding: 27px;
}
#slider .bg-theme-colored h2{
  font-size: 27px;
  line-height: 32px;
  color: #ffffff;
}
#slider .content p{
  font-size: 19px;
  color: #eae4f6;
  line-height: 29px;
  margin-bottom: 0px;
  padding-right: 11px;
}
#slider .content span{
  float: right;
  margin-top: -45px;
}
#slider .content i{
  color: #ffffff;
  margin-right: -15px;
  font-size: 43px;
}
/* Search Section */
#search-section .search-title{
  padding: 18px 0px;
}
#search-section .search-title h1{
  font-size: 26px;
}
/* new search */
/* #search-section .expand-search-bar{
  float: right;
}
#search-form {
  margin-top: 6px;
  position: relative;
  z-index: 9;
  margin-bottom: -16px;
}

#search-form .search-query {
  -webkit-transition: width  0.2s ease-in-out;
-moz-transition:width  0.2s ease-in-out;
-o-transition: width  0.2s ease-in-out;
transition: width  0.2s ease-in-out;
background: #ededed;
padding: 6px 97px 6px 30px;
border-radius: 50px;
border: none;
}

#search-form button {
  border: 0;
  background: none;
  padding: 2px 5px;
  position: relative;
  left: -95px;
  color: #532f92;
  text-transform: uppercase;
}
#search-section .search-query:focus{
  width: 500px;
}    */
.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 44px;
    background-color: #ededed;
    border-radius: 30px;
    border: 2px solid #532f92;
  }
  .search_input{
    color: #000000;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
  }
  .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 250px;
    transition: width 0.4s linear;
  }
  .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
  }

  /* Speciality home style */
  #speciality-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #speciality-box .item {
  border: 2px solid rgb(83 47 146 / 49%);
  background: #ffffff;
  margin-bottom: 22px;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
}
#speciality-box .thumb img{
  width: 100%;
}
#speciality-box .item .content-box {
  position: relative;
  left: 5%;
  right: 5%;
  width: 90%;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 12px 30px;
  top: -40px;
  margin-bottom: -40px;
  background: #ffffff;
}
#speciality-box .item .content-box .info-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#speciality-box .item .info-title img {
  display: inline-block;
  font-size: 45px;
  padding-right: 15px;
}
#speciality-box .item .info-title h4 {
  font-size: 20px;
  margin: 0;
  color: #532f92;
}
#speciality-box .item .info {
  padding: 18px 10px 10px 10px;
}
#speciality-box .item .info a {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(83 47 146 / 87%) 0%, rgb(54 46 129) 75%);
  margin-top: 10px;
  padding: 5px 40px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#speciality-box .item .info a i {
  position: relative;
  left: 3px;
  top: 1px;
  font-size: 14px;
}
/* Title start */
.section-title {
  margin-bottom: 25px;
  margin-top: -7px;
}
.section-title h2 {
  font-size: 32px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.section-title h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80px;
  height: 5px;
  background-color: #532f92;
  border-radius: 5px;
}
.more-btn a{
  color: #532f92;
  border: 2px solid #532f92;
  display: inline-block;
  padding: 3px 17px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.more-btn a:hover{
  background: linear-gradient(90deg, rgb(83 47 146 / 87%) 0%, rgb(54 46 129) 75%);
  color: #ffffff;
}

/* Latest article */
#latest-article{
  padding-top: 30px;
  padding-bottom: 20px;
}
.article-item{
  margin-bottom: 22px;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border: 1px solid rgb(54 46 129 / 26%);
}
.article-item:hover {
  -webkit-transform: translate(0,-10px);
  transform: translate(0,-10px);
}
.article-item .content {
  background-color: rgb(250, 250, 250);
  padding: 24px 13px 9px;
}
.thumb{
  position: relative;
}
.thumb a {
  position: absolute;
  background: #532f92;
  bottom: -9px;
  left: 10px;
  padding: 8px 14px;
  color: #fff;
  font-size: 18px;
  line-height: 12px;
}
.article-item .content .title {
  font-size: 20px;
}
.article-item .article-footer {
  align-items: center;
  background-color: rgb(250, 250, 250);
  display: flex;
  justify-content: space-between;
  padding: 10px 17px 10px;
  border-top: 2px solid rgb(255, 255, 255);
}
.article-item .read h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.article-item .read h5 {
  display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
}
.article-item .read .icon-img {
  box-shadow: 0px 3px 7px 0px rgb(252 102 57 / 8%);
  height: 40px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #532f92;
  min-width: 40px;
  margin-right: 11px;
  width: 40px;
}

/* Latest Podcast */
#latest-podcast{
  padding-top: 30px;
  padding-bottom: 20px;
  background: #f6fafc;
}
.podcast-item{
  margin-bottom: 22px;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border: 1px solid rgb(54 46 129 / 26%);
}
.podcast-item:hover {
  -webkit-transform: translate(0,-10px);
  transform: translate(0,-10px);
}
.podcast-content {
  padding: 24px 13px 19px;
  background-color: #ffffff;
}
.podcast-content .category {
  color: #ffffff;
    font-size: 18px;
    background: #532f92;
    padding: 6px 14px;
}
.podcast-content .podcast-title{
  margin-top: 18px;
}
.podcast-content .podcast-title{
  font-size: 20px;
}
.podcast-item .podcast-footer {
  align-items: center;
  background-color: rgb(250, 250, 250);
  display: flex;
  justify-content: space-between;
  padding: 10px 17px 10px;
  border-top: 2px solid rgb(255, 255, 255); 
}
.podcast-item .read h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.podcast-item .read h5 {
  display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
}
.podcast-item .read .icon-img {
  box-shadow: 0px 3px 7px 0px rgb(252 102 57 / 8%);
  height: 40px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #532f92;
  min-width: 40px;
  margin-right: 11px;
  width: 40px;
}

/* Latest video */
#latest-video{
  padding-top: 30px;
  padding-bottom: 20px;
}
.video-item{
  margin-bottom: 22px;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border: 1px solid rgb(54 46 129 / 26%);
}
.video-item:hover {
  -webkit-transform: translate(0,-10px);
  transform: translate(0,-10px);
}
.video-content{
  padding: 24px 13px 19px;
  background: linear-gradient(to right, #efeef5, #f2eff5);
}
.video-content .category {
  color: #ffffff;
  font-size: 18px;
  background: #532f92;
  padding: 6px 14px;
}
.video-content .video-title {
  font-size: 20px;
  margin-top: 18px;
}
.video-wrap {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-wrap .video-btn {
  z-index: 10;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #532f92;
}
.video-wrap .video-btn:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fafafa;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-wrap .video-btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fafafa;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-item .video-footer {
  align-items: center;
  background-color: rgb(250, 250, 250);
  display: flex;
  justify-content: space-between;
  padding: 10px 17px 10px;
  border-top: 2px solid rgb(255, 255, 255); 
}
.video-item .read h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.video-item .read h5 {
  display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
}
.video-item .read .icon-img {
  box-shadow: 0px 3px 7px 0px rgb(252 102 57 / 8%);
  height: 40px;
  line-height: 39px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #532f92;
  min-width: 40px;
  margin-right: 11px;
  width: 40px;
}
/* ======================= Footer css =========================== */
.footer-section {
  background: #000000;
  position: relative;
  padding: 25px 0px;
}
.footer-cta {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 24px;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  line-height: 38px;
}

.copyright-text p {
     margin: 0;
     font-size: 17px;
     color: #bcdeff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #532f92;
}
.footer-menu li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'CircularPro-Light';
}
.footer-term li {
  display: inline-block;
  margin-left: 20px;
}
.footer-term li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'CircularPro-Light';
}
.footer-content{
  margin-top: 13px;
}
.footer-menu ul{
  margin-top: 13px;
}
.footer-term ul{
  margin-left: -18px;
}



/* search */
#search-page .search-head{
  text-align: center;
  margin-top: 22px;
  margin-bottom: 22px;
}
#search-page .search-result-head{
  margin-top: 60px;
  margin-bottom: 18px;
}
#search-page .search-result-head h4{
  font-size: 20px;
}
#search-page .bottom-line{
  border-bottom: 1px solid #c1c1c1;
  margin-left: -15px;
}
#search-page .talk-panel {
  background: #ededed;
  margin-bottom: 35px;
}
#search-page  .talk-thumbnail {
  padding: 0;
}
#search-page  .talk-thumbnail img {
  width: 100%;
}
#search-page  .talk-date {
  margin-top: 30px;
}
#search-page  .talk-panel .date span {
  color: #6d6e71;
  font-family: 'CircularPro-Light';
}
#search-page  .talk-content .talk-title h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}
#search-page  .talk-content .talk-desc p {
  color: #000000;
  font-size: 14px;
  font-family: 'CircularPro';
}
#search-page s .talk-read-btn {
  margin-bottom: 30px;
  margin-top: 53px;
}
#search-page  .talk-read-btn .views span {
  float: right;
  margin-right: 6px;
  font-size: 14px;
}
#search-page .talk-share-btn .ul-share-btn {
  float: right;
}
#search-page .talk-share-btn .ul-share-btn li {
  display: inline-block;
  margin-right: 5px;
}
#search-page .talk-share-btn .ul-share-btn img {
  width: 80%;
}
#search-page .talk-read-btn {
  margin-bottom: 30px;
  margin-top: 53px;
}

#search-page .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -39px !important;
  z-index: 1000;
  width: 10em;
  float: left;
  margin: 0;
  font-size: 16px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  margin-top: 14px;
  border: none;
}
#search-page .dropdown-menu li {
  border-bottom: 1px solid #c1c1c1;
  padding: 12px;
  background: #fff;
}
#search-page .slides-panel {
  margin-bottom: 45px;
}
#search-page .slides-panel .thumbnail img {
  width: 100%;
}
#search-page .slides-content {
  padding: 20px 0px;
}
#search-page .slides-content .category {
  font-size: 14px;
  color: #6d6e71;
  font-family: 'CircularPro-Light';
  text-transform: uppercase;
}
#search-page .slides-title h1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 6px;
}
#search-page .search-presentation-head{
  margin-top: -6px;
}
/* Search Section */
#search-page-section{
  padding-top: 50px;
  padding-bottom: 60px;
}
#search-page-section .search-title{
  padding: 12px 0px;
}
#search-page-section .search-title h1{
  font-size: 35px;
}
#search-page-section .search-bar{
background: #ededed;
padding: 4px 30px;
border-radius: 50px;
position: relative;
margin-bottom: -26px;
z-index: 99;
width: 100%;
float: right;
}
#search-page-section input{
  background: transparent;
  padding: 10px;
  width: 100%;
  border: none;
}
#search-page-section .search-button{
  background: transparent;
  border: none;
  color: #532f92;
}
/*the container must be positioned relative:*/

#search-page-section .autocomplete {
  position: relative;
  display: inline-block;
  width:90%
}
#search-page-section .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: -37px;
  right: 0;
  width: 115%;
  padding-top: 32px;
  background: #fff;
}

.autocomplete-items div {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 45px;
}

/*when hovering an item:*/
#search-page-section .autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/* oncology Section */
#oncology{
  padding-top:30px;
  padding-bottom:30px;
}
/* Articles Section End */
.articles-content{
  padding: 15px 13px 19px;
  background: linear-gradient(to right, #efeef5, #f2eff5);
  border-top: 2px solid #532f92;
  
}
.articles-items{
  box-shadow: 0 2px 3px 2px rgb(0 0 0 / 3%);
  margin-top: 25px;
  border: 1px solid rgb(54 46 129 / 26%);
}
.articles-content .title{
  font-size:18px;
  margin-bottom:12px;
}
.articles-content p{
  font-size: 15px;
  line-height: 20px;
}
.articles-content .date{
  color: #6d6e71;
  font-family: 'CircularPro-Light';
  margin-bottom: 5px;
}
.article-bottom{
  padding-top: 2px;
  padding-bottom: 2px;
}
.article-bottom .read-time{
  float: right;
  padding: 4px 7px;
}
.article-bottom .read-time a{
  color: #5225b5;
}
.article-bottom .share img{
  padding-top: 6px;
    padding-left: 12px;
}
.head-title{
  margin-top: 25px;
}
.head-title a{
  color: #ffffff;
  font-size: 18px;
  background: #532f92;
  padding: 6px 14px;
  position: relative;
}
.head-title a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
  border-left-color: #532f92;
  position: absolute;
  right: -31px;
  top: 0px;
}
/* breadcrumbs */
#breadcrumbs{
  background: linear-gradient( 
124.85deg, #4b2a91 45.62%, #260965 81.93%);
    padding: 6px 0px;
}
#breadcrumbs h3{
  font-size: 24px;
  color: #ffffff;
}


/* Podcast Section Start */
.podcast-box{
    background: linear-gradient(to right, #efeef5, #f2eff5);
    border-top: 2px solid #532f92;
    margin-top: 25px;
}
.podcast-box .content{
  padding: 15px 13px 19px;
   
}
.podcast-box .content .title{
  font-size:18px;
  margin-bottom:12px;
}
.podcast-thumb{
  padding:0;
}
.podcast-box .content .date{
  color: #6d6e71;
  font-family: 'CircularPro-Light';
  margin-bottom: 5px;
}
.podcast-bottom audio{
  width: 100%;
  border-radius: 90px;
  height: 30px;
}
.head-title a{
  color: #ffffff;
  font-size: 18px;
  background: #532f92;
  padding: 6px 14px;
  position: relative;
}
.podcast-box .head-title a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
  border-left-color: #532f92;
  position: absolute;
  right: -31px;
  top: 0px;
}
.podcast-box .head-title {
  margin-top: 25px;
}
.podcast-box .content .share{
  float: right;
}
.podcast-box .content .share img{
  width: 80%;
}
/* Podcast Section End */

/* Information start */
#information{
  padding-top: 30px;
  padding-bottom: 30px;
}
#information h3{
  color: #532f92;
  margin-bottom: 15px;
}
#information h5{
  margin-bottom: 10px;
  line-height: 27px;
}
#information p{
  margin-bottom: 20px;
  color: #6d6e71;
}
#information li{
  color: #6d6e71;
  line-height: 24px;
  font-family: 'CircularPro-Light';
  margin-bottom: 12px;
}
/* Information end */

/* Article Detail start */
#article-detail{
  padding-top: 50px;
  padding-bottom: 50px;
}
#article-detail img{
  width: 100%;
}
#article-detail .sidebar-widget-left{
margin-bottom: 35px;
}
#article-detail .sidebar-widget-left .sidebar-heading h1{
  font-size: 30px;
  margin-bottom: 60px;
}
#article-detail .sidebar-download-items .date{
  float: left;
    margin-top: -29px;
}

#article-detail .sidebar-download-items{
  border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}
#article-detail .sidebar-widget-left .share-btn{
  margin-top: 34px;
}
#article-detail .sidebar-widget-left .share-btn a {
  border: 2px solid #532f92;
  border-radius: 50px;
  padding: 10px 23px;
  color: #532f92;
}
#article-detail .sidebar-widget-left .share-btn i{
  margin-left: 12px;
    color: #532f92;
}
#article-detail .sidebar-widget-left .share-btn a:hover, #article-detail .sidebar-widget-left .share-btn a:hover i{
  background: linear-gradient(90deg, rgb(83 47 146 / 87%) 0%, rgb(54 46 129) 75%);
  color: #ffffff;
}

#article-detail .sidebar-widget-right p{
  font-size: 17px;
  margin-bottom: 15px;
  font-family: 'CircularPro';
}
#article-detail .sidebar-widget-right img{
  margin-bottom: 40px;
}
#article-detail .sidebar-widget-right a{
  font-size: 20px;
  margin-bottom: 15px;
  color: #532f92;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.owl-carousel .owl-item img {
  display: inline !important;
  width: auto !important;
}
.bg-grey{
  background: #f6fafc;
}
/* Article Detail end */

/* Video Detail Start */
#video-detail{
  padding-top: 50px;
  padding-bottom: 50px;
}
#video-detail .sidebar-widget-left{
  margin-bottom: 35px;
  }
  #video-detail .sidebar-widget-left .sidebar-heading h1{
    font-size: 22px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 16px;
  }
  #video-detail .video-descr{
    margin-top: 27px;
  }
  #video-detail .video-descr p{
    margin-bottom: 12px;
  }
  #video-detail .sidebar-download-items{
    border-bottom: 1px solid #c1c1c1;
      padding-bottom: 10px;
  }
  #video-detail .sidebar-widget-left .share-btn{
    margin-top: 34px;
  }
  #video-detail .sidebar-widget-left .share-btn a {
    border: 2px solid #532f92;
    border-radius: 50px;
    padding: 10px 23px;
    color: #532f92;
  }
  #video-detail .sidebar-widget-left .share-btn i{
    margin-left: 12px;
      color: #532f92;
  }
  #video-detail .sidebar-widget-left .share-btn a:hover, #video-detail .sidebar-widget-left .share-btn a:hover i{
    background: linear-gradient(90deg, rgb(83 47 146 / 87%) 0%, rgb(54 46 129) 75%);
    color: #ffffff;
  }
/* Video Detail End */

/* Cookies */
#cookie-bottom .modal{z-index:9999; background: #e8dbff !important;}
#cookie-bottom .modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
  position: absolute;
  bottom: -28px;
  width: 100%;
}
#cookie-bottom .modal-content {
  border-radius: 0rem;
  background: #e8dbff;
}
#cookie-bottom .close {
  float: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #532f92;
  text-shadow: 0 1px 0 #fff;
  margin-top: -15px;
}
#cookie-bottom .accept-btn {
  margin-top: 12px;
}
#cookie-bottom .accept-btn a {
  background: #532f92;
  padding: 5px 37px;
  font-size: 18px;
  color: #fff;
  font-family: "CircularPro";
}
#cookieModal {
  position: fixed;
  top: auto;
  bottom: 0 !important;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 14%;
  overflow: hidden;
  outline: 0;
}

/*Modal pop up css*/
#modal-popup .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 25px;
  pointer-events: auto;
  background:none;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
#modal-popup .modal-header{
border-bottom: 1px solid #000000
}
/*#modal-popup .modal-title {*/
/*    color: #ee1b24;*/
/*}*/
#modal-popup .modal-body h5 {
  color: #532f92;
}
#modal-popup input[type="button"] {
  padding: 5px 20px;
  color: #f99f22;
  font-size: 22px;
  border-radius: 15px;
  font-weight: bold;
}
#modal-popup  div#dvPassport {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
input#txtPassportNumber {
  border-radius: 5px;
}
#modal-popup #error_message {
  font-family: "CircularPro";
}
#enter, #MPNumber, #myButton {
  background: #f99f22;
  border: none;
  color: #000 !important;
  font-family: "CircularPro";
  font-size: 18px !important;
  line-height: 150%;
}
#myButton{background:#000; color:#fff !important;}
#dvMPNumber{display:none; text-align:center;}
.text-big{font-size:20px; color:#000;}
input#txtMPNumber {
  border-radius: 3px;
  font-size: 15px;
  height: auto;
  line-height: 1.33333;
  padding: 13px 13px 13px 18px;
  background: #f6f7f8;
  color: #323232;
  border: 1px solid #f99f22;
  width:50%;
}
span.enterPVN {
  display: block;
  font-size: 24px;
  width: 100%;
  text-align: center;
}
/* .modal{z-index:9999; background: rgba(87,62,150, 1) !important;} */
.modal-title{color:#fff;}
#error_message{font-size:20px;}
@media(max-width:560px){
  input#txtMPNumber { width:100%;}
}

#heading-buttons{
  color: #fff;
}

.enterPVN {
  color: #fff;
}
#error_message{
  color: #fff;
}

/*Share Code*/
/* #share .modal{z-index:9999; background: #e8dbff !important;} */
.share_links { list-style: none;
}

.share_links li {
  display: inline-block;
  background-color: black;
  margin: 10px;
  border-radius: 50%;
  background: #000;
}
.share_icon {
    color: white;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    height: 50px;
    width: 50px;

}
.share_links .bg_fb:hover {
 color: #fff;
 background:#3b5998;
}
.share_links .bg_tw:hover {
 color: #fff;
 background:#1DA1F2;
}
.share_links .bg_lk:hover {
 color: #fff;
 background:#0e76a8;
}
.share_links .bg_whatsapp:hover {
 color: #fff;
 background:#25D366;
}


.share_links li:hover  .share_icon {
 color: #fff;
}

#share .modal-body{
padding: 35px 18px;
text-align: center;
overflow: hidden;
}
#share .modal-button button{
background: #fff;
  border: 2px solid #5225b5;
  border-radius: 0px;
  padding: 5px 50px;
  color: #5225b5;
  margin-top: 32px;
  margin-left: 12px;
  margin-right: 12px;
}
.main-site{display:none;}

/* Search Page */
.search-pb{
  padding-bottom: 30px;
}