@media(max-width: 786px) {


    /*================== Top contact ==================*/

    .top-bg{
      background-color: #2647c8;
      padding: 10px 0px 10px 0px;
  }

  .top-color{
      color: white;
      text-decoration: none !important;
      font-size: 16px;
  }

  .top-color:hover{
      color: white;
      text-decoration: none !important;
  }

    /*================== Navbar ==================*/

    .head-padding{
        padding: 150px 0px 50px 0px;
    }

    .logo {
          position: fixed;
          top: 0;
          margin-top: 55px;
    }

    nav{
        margin-top: 43px;
    }

    nav ul {
          max-height: 0px;
          background: #ff7f00;
    }

    nav ul li a {
        color: white;
    }

    nav.orange-menu ul {
          background: #ff7f00;
    }

    nav.orange-menu ul li a{
        color: white !important;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 0px 0px 0px 24px;
          text-align: center;
    }

    .menu-icon {
          display: block;
    }

    .hr-color{
      display: none;
  }

  .head-bg-1{
      display: none;
  }
  
  .head-bg-2{
    display: none;
  }
  
  .head-bg-3{
    display: none;
  }

  .head-bg-responsive{
    background-color: #ffefda;
    padding: 60px 20px 20px 20px;
  }

  .blog-img{
      border-radius: 20px 20px 0px 0px;
  }

  .head-font{
    font-size: 30px;
    text-align: center;
}

.body-margin{
    margin-top: 60px;
}

.btn-fixed1{
    position: fixed;
    right: 195px;
    bottom: 10px;
}

.btn-fixed2{
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer
}

}

@media(min-width: 1024px) {

      /*================== Top contact ==================*/
      
      .top-bg{
          display: none;
      }
      
      .top-color{
          display: none;
      }
      
      .top-color:hover{
          display: none;
      }
      
      .hr-color{
          background-color: white;
          margin-top: 30px;
      }
      
      }