/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.leftmenu {
	 position: absolute;
     left: -260px;
    width: 60%;
    z-index: 1;
    transition: 0.5s;
}
.menu-item ul li a {
	width: 150px;
	padding: 10px 4px;
	font-size: 14px;
}
.rightcontent {
	    width: 100%;
}
.sign-btn {
    padding: 7px 35px;
}
.mobile-header {
	background-color: #231f20;
    width: 100%;
    padding: 10px;
}
.tooglemenu {
	text-align: right;
}
.tooglemenu i {

    color: #ffffff;
    font-size: 23px;

}
.mobile-header {
	display: block;
}
.openmenu {
	left: 0;
}
.rightcontent {
	padding: 15px;
}
.codeinput {
	width: 80%;
}
}





/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.leftmenu {
position: initial;
    left: 0;
    width: 20%;
}
.menu-item ul li a {
    width: 130px;
    padding: 10px 4px;
    font-size: 12px;
}
.rightcontent {
	      width: 80%;
}

.sign-btn {
    padding: 7px 35px;
}
.mobile-header {
	background-color: #231f20;
    width: 100%;
    padding: 10px;
}
.tooglemenu {
	text-align: right;
}
.tooglemenu i {

    color: #ffffff;
    font-size: 23px;

}

.openmenu {
	left: 0;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.leftmenu {
	 position: absolute;
     left: -460px;
    width: 60%;
    z-index: 1;
    transition: 0.5s;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}


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