@media only screen and (max-width: 480px) {


 .container {
   padding-left: 15px;
   padding-right: 15px;
   padding-left: 0 auto;
   padding-right: 0 auto;
  }

 body
 {
  display: block;
 }

 nav ul li a
{
  font-size: 15px;
}

  h1
  {
    font-size: 25px;
  }

  h2
  {
    font-size: 20px;
  }

  h3
  {
    font-size: 16px;
  }


  p
  {
    font-size: 14px;
  }

  /*Header Styling*/

  #header .dark .left-top, .right-top
  {
    font-size: 15px;
  }

  nav
  {
     margin: 2px 0 0;
     background: #FFF;/*007BFF*/
     border-bottom: 1px solid #979A9A;
  }

  .navbar-toggler {
    padding: 1rem 5rem;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px 17px;
  }

  nav ul li a
  {
    font-weight: 500;
    font-size: 16px;
    border:none;
    width: 100%;
    color: #121212;
    border: 1px solid #CCC;
    margin: 5px 0 ;
    text-align: left;
  }
  
  nav .active
  {
      color: #121212;
      font-weight: bold;
      border: 1px solid #CCC;
      font-weight: bold;
  }


  /*end:Header Styling*/

  /*Carousel Styling*/
  #carousel .carousel-inner .carousel-item img
  {
    width: 100%;
    height: 370px;
  }

  #carousel .carousel .carousel-inner .carousel-item .carousel-caption h1
  {
    font-size: 32px;
    padding: 0 0 80px;
  }

  #carousel .carousel .carousel-inner .carousel-item .carousel-caption h2
  {
    padding: 0 0 10px;
  }

  #carousel .carousel .carousel-inner .carousel-item .carousel-caption a
  {
    font-size: 13px;
  }

  #carousel .home-banner-image .home-banner-marketing h2
  {
    font-size: 30px;  
  }

  #carousel .home-banner-image .home-banner-marketing h3
  {
    font-size: 16px;
  }

/*Information block*/

#home-page-details .section-details .home-page-block {
    margin: 20px 0;
    text-align: center;
}

#home-page-details .conference-important-dates {
    padding: 20px 0;
}

#home-page-details .conference-important-dates .table
{
	font-size: 15px;
}

#important-dates-page-details .conference-important-dates .table
{
	font-size: 15px;	
}

#registration-payment-page-details .registration-fees-table .table
{
	font-size: 15px;
}

#registration-payment-page-details .conference-important-dates .table
{
	font-size: 15px;
}









#home-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#plenary-speakers-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#keynote-speakers-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#invited-speakers-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#committee-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#sponsors-exhibitions-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#registration-payment-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#symposia-page-details .section-details {
    padding: 0;
    border-right: none;
}


#abstract-submission-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#presentation-guidelines-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#journal-publication-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#important-dates-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#conference-programs-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#awards-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#accommodations-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#venue-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#contact-page-details .section-details
{
    padding: 0;
    border-right: none;
}

#venue-page-details .section-details .venue-details iframe
{
  width: 100%;
  height: 300px;
  margin: 20px 0 0;
}








  /*For the Footer*/

 #footer .footer-cpyright {
    padding: 15px 0;
  }


}