.publications-section{
    padding:50px 0px;
  }
  .bookheadings h2{
    font-family: var(--font1);
    font-weight: 700;
    color: #000;
    font-size: 25px;
    position: relative;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .book-img{
    width:300px;
    margin: 0 auto;
    display: block;
  }
  .bookheadings .h4{
    font-size: 16px;
    font-family: var(--font1);
    margin-bottom: 10px;
  }
  .bg2{
    background-color: #f5ebe6;
    padding:40px 0px !important;
  }
  .press-relese .pr-list .list_news{
    line-height: 1.4em;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    display: inline-flex;
    width: 100%;
  
  }
  .press-relese .pr-list .list_news a{
    font-family: var(--font1);
    color: #000;
    text-align: justify;
    font-size:20px;
    line-height:30px;
  }
  .press-relese .pr-list .list_news a:hover{
    color: #1b59a4;
  }
   .press-relese  .date , .news_data{
    float: left;
    display: block;
    min-width: 110px;
    color:#000;
    font-family: var(--font1);
    color: #000 !important;
    text-align: justify;
    font-size:18px;
    line-height:30px;
  }
  .press-relese  .news_data{
    min-width:100%;
    padding-left:20px;
  }
  .iframe_video{
    max-width:100%;
    width:100%;
    height:315px;
  }
  .bg_3{
    background-color:#F5EBE6;
  }
  .bg_4{
    background-color: #DDEAF8;
  }
  .video_heading {
    padding:30px 50px 30px 50px;
  }
.video_heading h2{
	margin-top:50px;
}
  .video_heading h2 a{
    font-family: var(--font1);
    margin-bottom:15px;
  }
  .video_heading p{
    margin-bottom:10px;
    color: #000;
    font-family: var(--font1);
    font-weight:500;
    font-size:15px;

  }
.iframe_videos {
    max-width: 100%;
    width: 100%;
    height: 500px;
    padding-top: 70px;
    padding-bottom: 70px;
}
  /* .iframe_video{
    width:100%;
    height:315px;
  } */
@media (min-width: 481px) and (max-width: 767px) {
    max-width: 100%;
    width: 100%;
    height: 240px;
    padding-top: 20px;
    padding-bottom: 0;
  
}