.my_res_btn_bar {
	border:0px solid;
	float:left;
	/*margin: 5px 0px 0px 0px !important;*/
	cursor:pointer;
	height:auto;
	display:none; 
}
.my_res_btn_bar .btn_open {
	display:block;
	height: 22px;
	position: relative;
}
.my_res_btn_bar  .btn_open img{
    height: 20px;
    margin-top: 10px;
}
.my_res_btn_bar .btn_close {   
position: fixed;
left: 0;
z-index: 99999999;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0.5); 
    top: 0;
    bottom:0;
 
}
    .my_res_btn_bar .btn_close img{
        display:none
    }
.my_res_btn_bar .btn_open:after {
	content:' ';
	text-transform:uppercase;
	position:absolute;
	font-weight:700;
	color:#000;
	font-size:12px;
	right: 116%;
	bottom: 0px;
}
.my_res_btn_bar .btn_open span, .my_res_btn_bar .btn_close span {
	width:20px;
	height:2px;
	border-radius:25px;
	display:block;
	margin-bottom:5px;
	background:#009aee;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
    .my_res_btn_bar .btn_close span {
        background: #fff;
    }
 .my_res_btn_bar .btn_close span:nth-child(1) {
  
}
 .my_res_btn_bar .btn_close span:nth-child(3) {
 
}
/*res nav container*/ 
.my_res_nav_col {
	background: #fff;
	color:#000 !important;
	left: -300px;
	top: 00px;
	height: 100%;
	position: fixed;
	width: 280px;
	z-index:9999999;
	overflow:auto;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
}
/**/
.my_res_nav_col ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}
.my_res_nav_col li {
	background: none;
	position: relative;
	z-index: 999;
	margin: 0 0px;
	text-transform: uppercase;
}
.my_res_nav_col > li:first-child > a {
	border-top:1px solid #ccc;
}
.my_res_nav_col li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #1e1e1e!important;
	zoom: 1;
	padding: 5px 10px 5px 12px;
	border-bottom: 0px solid #ccc;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	cursor: pointer;
	text-transform: capitalize;
	font-family: Poppins-regular;
	line-height: inherit;
	vertical-align: inherit;
}
.my_res_nav_col ul:first-child li a {
	
}
/**/
.my_res_nav_col li a.has-nav, .my_res_nav_col li a.less-nav {
	position:relative;
}
.my_res_nav_col li a.has-nav:after, .my_res_nav_col li a.less-nav:after {
	position:absolute;
	right:15px;
	top:0px;
	bottom:0px;
	padding-top:13px;
	padding-left:10px;
	content: "\f067   ";
	font: normal normal normal 10px/1 FontAwesome;
	color:#999;
}
.my_res_nav_col li a.less-nav:after {
	content: "\f068    ";
}
/**/

.my_res_nav_col li a:hover {
	color: #999!important;
}
/**/
.my_res_nav_col ul>li>ul {
	display:none;
}
.my_res_nav_col ul li ul {
	padding:5px 0;
}
.my_res_nav_col ul li ul li a {
	padding-left:0px!important;
	background:#fff!important;
	font-weight:400
}
.my_res_nav_col ul li ul ul li:first-child a {
 color:#000!important;
	font-weight:600!important
}
.my_res_nav_col ul li ul li a:before {
	content:'';
}
/**/
.my_res_nav_col h3 {
	font-size:15px!important;
	padding:0 0 5px 0;
	font-weight:600;
	border-bottom:2px solid #000;
	margin:20px 10px 10px 10px;
	float: left;
}
.my_res_nav_col .sec-nav li a {
	border:0!important;
	padding: 5px 10px;
}
.my_res_nav_col li a  img {
    width:22px;   
    vertical-align:middle;
    margin-right: 10px;
}
.my_res_nav_col li a i {
    vertical-align: middle;
    width: 25px;
    display: inline-block;
    text-align: center;
    color: #0d2436;
    font-size: 24px;
}
 @media only screen and (min-width:320px) and (max-width:991px) {
 .my_res_btn_bar {
 display:block
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 .my_res_btn_bar {
 
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
  .my_res_btn_bar {
 display:block
}

