@media screen and (min-width: 320px) {

  .main-menu.menu-fixed {
    top: 7.1rem;
  }
  .content-margin-top {
    margin-top: 4.4rem !important;
  }
  #toggle {
    top: 4.4rem;
    right: 0.5rem;
  }
  #nav_1 {
    position: absolute;
    top: 4.4rem;
    right: 0;
    width: 100%;
    background: rgba(103, 111, 120, 0.92);
  }
  
  .logo-img-res{
    width: 69%;
  }
   .logo-img-res img{
    width: 100%;
  }
}


/*@media only screen and (min-width : 481px*/

@media (min-width:481px) {

  .main-menu.menu-fixed {
    top: 7.1rem;
  }
  .content-margin-top {
    margin-top: 4.3rem !important;
  }
  #toggle {
    top: 4.4rem;
    right: 0.5rem;
  }
  #nav_1 {
    position: absolute;
    top: 4.4rem;
    right: 0;
    width: 100%;
    background: rgba(103, 111, 120, 0.92);
  }
  
  .logo-img-res{
    width: auto;
  }
   .logo-img-res img{
    width: 100%;
  }
}


/*@media only screen and (min-width : 768px*/

@media only screen and (min-width: 768px) {

  .main-menu.menu-fixed {
    top: 5.8rem;
  }
  .content-margin-top {
    margin-top: 2rem !important;
  }
  #toggle {
    top: 4.4rem;
    right: 2.6rem;
  }
  #nav_1 {
    position: relative;
    top: 1.4rem;
    right: 0;
    width: auto;
    background: none;
  }
  
  .logo-img-res{
    width: auto;
  }
   .logo-img-res img{
    width: auto;
  }
}


/*@media only screen and (min-width : 992px*/

@media only screen and (min-width: 992px) {

  .main-menu.menu-fixed {
    top: 5.8rem;
  }
  .content-margin-top {
    margin-top: 2rem !important;
  }
  #toggle {
    top: 4.2rem;
    right: 4.1rem;
  }
  #nav_1 {
    position: relative;
    top: 1.4rem;
    right: 0;
    width: auto;
    background: none;
  }
  
  .logo-img-res{
    width: auto;
  }
  .logo-img-res img{
    width: auto;
  }
}


/*@media only screen and (min-width : 1200px)and (max-width: 1600px) */

@media only screen and (min-width: 1200px)and (max-width: 1600px) {

  .main-menu.menu-fixed {
    top: 5.8rem;
  }
  .content-margin-top {
    margin-top: 2rem !important;
  }
  #toggle {
    top: 4.2rem;
    right: 7.6rem;
  }
  #nav_1 {
    position: relative;
    top: 1.4rem;
    right: 0;
    width: auto;
    background: none;
  }
  
  .logo-img-res{
    width: auto;
  }
  .logo-img-res img{
    width: auto;
  }
}


/*@media only screen and (min-width : 1610px)and (max-width: 2000px) */

@media only screen and (min-width: 1610px)and (max-width: 2000px) {

  .main-menu.menu-fixed {
    top: 5.8rem;
  }
  .content-margin-top {
    margin-top: 2rem !important;
  }
  #toggle {
    top: 4.2rem;
    right: 14.6rem;
  }
  #nav_1 {
    position: relative;
    top: 1.4rem;
    right: 0;
    width: auto;
    background: none;
  }
  .logo-img-res{
    width: auto;
  }
  .logo-img-res img{
    width: auto;
  }
}