/* added by aniket for service page  */
html{
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

.platinumlogo{
  height: 60px;
  width: 60px;
}


.navigationmenuitme{
  display: block;
}
@media screen and (max-width: 1200px) {
    #Topbarhidd {
      visibility: hidden;
      display: none;
    }
  
    #Topbarhiddspace {
      visibility: hidden;
      display: none;
    }
  
  }

  @media screen and (max-width:792px) {

    #logoName span {
      display: none;
    }

    #logoName::before {

      content: "PLATINUM – Broadcast Management System";
      font-size: large;

    }
    
  }

  @media screen and (max-width:659px) {

    #logoName span {
      display: none;
    }

    #logoName::before {

      content: "PLATINUM – Broadcast Management System";
      font-size: small;

    }
    
  }

  @media screen and (max-width:537px) {

    #logoName span {
      display: none;
    }

    #logoName::before {

      content: "Broadcast Management System";
      float: right;
      font-size: small;

    }
    
  }

  @media screen and (max-width:435px) {

    #logoName span {
      display: none;
    }

    #logoName::before {

      content: "";
      float: right;

    }
    
  } 


  @media screen and (min-width:1024px) {

    #laptopimage{
      height: 594px; 
     width: 1175px;
    }

    #laptopdesign{
      position: relative;
      right: 50px;
    }
}
