/* Default Layout: 992px.*/

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Mobile Layout: 320px.*/
@media only screen and (max-width: 767px) {

  .navbar-brand img {
    width: 160px;
    height: auto;
  }

  .dropdown-menu.show {
    padding: 10px;

  }

  .offcanvas-body {
    background-color: #bbf002;

  }

  .offcanvas-title {
    color: #365fa0;
    font-weight: 700;
  }

  .navbar-toggler {
    border-radius: 0px !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .arrow-icon.icon-2 {
    left: 100px !important;
    top: 90% !important;
    
  }
.footer-border-right{
  border-right: none !important;
}
  

  .arrow-icon.icon-1 {
    right: 100px !important;
    top: 90% !important;
  }

}

/*Wide Mobile Layout: 480px.*/

@media only screen and (min-width: 480px) and (max-width: 767px) {}