@media (min-width: 967px) {

  /* CSS rules for laptop devices go here */
  #header {
    height: 128px;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    border-bottom: solid #d12a24 2px;
    border-top: solid #d12a24 2px;
  }

  .nav-menu ul {
    position: relative;
    top: 55px;
    left: -73px;
  }

  .nabl-certificate-content img{
    margin-left: 148px;
  }

}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  /* CSS rules for tablet devices go here */
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  /* CSS rules for tablet devices go here */
}


@media screen and (min-width: 1100px) {
  .from-space{
    padding: 78px !important;
  }
}

.from-space{
  padding: 30px;
}


.cus-width{
  width: 49.333%; 
}

.rb-button{
  padding: 5px;
  background-color: #d12a24;
  color: white;
  border: none;
  border-radius: 9px;
}

.rb-button:hover{
  background-color: white;
  color: #d12a24;
}

.font-zine{
  font-size: 30px;
}

#home2 p{
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  font-weight: 400;
}