
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
  */

  @media (min-width: 1281px) {

  	#mobile-toggle-menu {
  		display: none;
  	}

  }

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

  	#mobile-toggle-menu {
  		display: none;
  	}

  }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {

  	#mobile-toggle-menu {
  		display: none;
  	}

  }

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

/*.offcanvas-mobile {
    position: relative;
    left: 0;
    margin-bottom: 25px;
}
.offcanvas-mobile {
    width: 100% !important;
    }*/

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {

/*.d-flex {
    display: block !important;
    }*/
    .offcanvas-mobile {
    	position: relative;
    	left: 0;
    	margin-bottom: 25px;
    }
    .offcanvas-mobile {
    	width: 100% !important;
    }
    .mobile-toggle {
    	display: none;
    }
    div#kt_profile_aside .lead {
    	margin-right: 30px;
    }
    .card.card-custom.card-stretch.gutter-b {
    	margin-bottom: 0px !important;
    }
    .card.card-custom {
    	margin-bottom: 15px;
    }
    .card.card-custom .separator.separator-dashed.my-5 {
    	display: none;
    }
    .form-group {
    	margin-bottom: 0px !important;
    }
    .form-group label {

    	margin-top: 10px;
    }
    #mobile-toggle-menu {
    	padding-top: 3px;
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */

  @media (min-width: 250px) and (max-width: 480px) {

/*.d-flex {
    display: block !important;
    }*/
    .offcanvas-mobile {
    	position: relative;
    	left: 0;
    	margin-bottom: 25px;
    }
    .offcanvas-mobile {
    	width: 100% !important;
    }
    .navbar-nav .nav-link span {
    	color: #464E5F !important;
    } 
    .navbar-nav .nav-link {
    	color: #464E5F !important;
    }
    .mobile-toggle {
    	display: none;
    } 
    div#kt_aside_menu .lead {
    	margin-right: 30px;
    }
    div#kt_profile_aside .lead {
    	margin-right: 30px;
    }
    .card.card-custom.card-stretch.gutter-b {
    	margin-bottom: 0px !important; 
    }
    .card.card-custom {
    	margin-bottom: 15px;
    }
    .card.card-custom .separator.separator-dashed.my-5 {
    	display: none;
    }
    .form-group {
    	margin-bottom: 0px !important;
    }
    .form-group label {

    	margin-top: 10px;
    }
    #mobile-toggle-menu {
    	padding-top: 3px;
    }
}

