/*--Responsive CSS--*/

@media screen and (min-device-width: 1024px) and (max-device-width: 1290px) { 
.menu_area ul li a {font-size: 14px !important; padding: 15px 3px 13px !important;}
#simpleimage-3 h2 {top: 6%;left: 28%;}
.logottl h2 {font-size: 19px;}
#simpleimage-4 {margin-right: 0px;}
.logottl { width: 73%;}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 737px) {
#simpleimage-3 h2 {display: none;}
.rightsd { display: none;}
.simple-image { height: 130px;}
.whatare {width: 100%;padding: 10px 9px; text-align: center;}
.footer-bg {width: 100%; height: auto;}
.footer-block {width: 100%;float: left;}
.block {width: 100%;float: left;padding: 0 1px;}
.conver {width: 100%;float: right;margin-right: 0;}
.conver-icon {height: auto;}
.footer-bot-bg { height: auto;}


}

