
@media only screen and (max-width: 1366px) {
  .webinar-main-container {
      padding: 0 20px;
  }

  .single-webinars-container-inner{
    padding: 0 30px;
  }

  .single-webinar-form-right .right_section {
    top: -290px;
    left: 0px;
    right: 41px;
  }

  .single-webinar-left {
      padding: 0px 25px;
  }

  .single-webinar-line {
      text-align: center;
      margin: 64px 0;
  }

}


@media only screen and (max-width: 1281px) {
  
  /* CSS */
 /* .webinar-main-container {
      padding: 0 25px;
  }*/

  .single-webinar-form-right .right_section{
      top: -303px;
      left: 5px;
      right: 27px;
  }

  .single-webinar-line {
      text-align: center;
      margin: 64px 0;
  }

  .single-webinar-left {
      padding: 0px 30px;
  }

  main#primary.single-guide-container {
      max-width: 1164px !important;
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  main#primary.single-guide-container {
      max-width: 980px !important;
  }

  .webinar-main-container {
      padding: 0 25px;
  }

  .single-webinar-line {
      text-align: center;
      margin: 80px 0;
  }

  .single-webinar-form-right .right_section{
      top: -347px;
      left: 0px;
      right: 35px;
  }
  
}

@media only screen and (max-width: 1024px) { 
   
 body .mainheader.fixed-header .search-onscroll svg {
    fill: #000;
}
    
    body .mainheader.fixed-header .white-logo {
    display: none;
}
    
    body .mainheader.fixed-header .dark-logo {
    display: block;
}
    
    body .mainheader.fixed-header {
       position: fixed;
       background-color: #fff!important;
       height: auto;
}
    
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: -10px;
}
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */

  .webinar-main-container {
      padding: 0 25px;
  }

   .single-webinar-right{
    padding: 15px 5px;
    width: 100%;
  }

  .single-webinar-form-right .right_section {
    position: relative; 
    top: 0;
  }
  
  .single-webinar-left {
      width: 100%;
      padding: 0px 25px;
  }

  .single-webinar-title{
      margin: 81px 0px 0 0;
  }

  .single-webinar-title h1{
     width: 100%;
  }

}



@media only screen and (max-width: 991px) {
  .single-webinar-form-right .right_section {
          left: 0;
          right: 0;
    }

}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media only screen and (max-width: 767px) { 
  
  /* CSS */
  .single-webinar-title{
      margin: 81px 0px 0 0;
  }

  #communicationsection, #qmssection {
      margin-top: -90px;
      padding-top: 100px;
  }

  .single-webinar-title h1{
     width: 100%;
  }

  .single-guide-container .single-left img{
    width: 65%;
    margin: 15px 65px;
    text-align: center;
  }

  .single-guide-container .single-left ul{
    padding: 0 20px;
  }
  
  .webinar-main-container {
      padding: 0 15px;
  }

   .single-webinar-right{
    padding: 15px 5px;
    width: 100%;
  }

  .single-webinar-form-right .right_section {
    position: relative; 
    top: 0;
  }
  
  .single-webinar-left {
      width: 100%;
      padding: 0px 15px;
  }
    
    body .mainheader.fixed-header .mega-toggle-blocks-right {
    margin: 0 15px 0px 0px;
}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen and (max-width: 480px) { 
  
  /* CSS */

  .single-guide-container .single-left img {
    width: 100%;
    margin: 0px;
    text-align: center;
    float: none;
    max-width: 250px;
}

  .single-guide-container .single-left ul{
    padding: 0 20px;
  }

  .webinar-main-container {
      padding: 0 10px;
  }

   .single-webinar-right{
    padding: 15px 5px;
    width: 100%;
  }

  .single-webinar-form-right .right_section {
    position: relative; 
    top: 0;
  }
  
  .single-webinar-left {
      width: 100%;
      padding: 0px 10px;
  }
  
  .single-webinar-title h1{
    width: 100%;
  }

  .single-webinar-title{
    margin: 88px 0px 0 0;
  }

  .single-webinar-line {
      text-align: center;
      margin: 41px 0;
  }
}