.visible-mobile {
	display:none !important;
}

@media (max-width:767px) {
.visible-mobile {
	display:inline-block !important;
}
.hide-mobile {
	display:none !important;
}

.responsive-table {
	display:inline-block;
	width:100%;
	overflow-x:scroll;
	position:relative;
}

.smallFull {
	width:100% !important;
}

.Inblock {
	display:inline-block;
}

.f-left {
	float:left !important;
}

.f-right {
	float:right !important;
}

.sm-tc {
	text-align:center !important;
}
.sm-tl {
	text-align:left !important;
}
.sm-tr {
	text-align:right !important;
}

.relative {
	position:relative;
}

.h-auto {
	height:auto !important;
}

/* === Menu CSS starts === */

#show-menu {
	float:left;
    width: 25px;
    padding: 10px;
	margin-top:5px;
}

img, #show-menu img {
	max-width:100%;
}

#topmenuMobile {
    float: left;
    width: 75%;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 0px;
    overflow: hidden;
	top:0px;
	left:0px;
	z-index:99;
    padding: 15px 0px;
	box-shadow: 5px 0 5px -2px #888;
	transition:0.5s ease;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	/*NewCSS*/
    width: 100%;
	background-color: #fff;
	position:relative;
	top:0px;
	height: 0px;
	padding:0px;
	box-shadow:none;
    margin-left: 0px;
	margin-right:0px;
}

#topmenuMobile li {
	float:left;
	width: 88%;
    padding: 0px 6%;
	margin-bottom:10px;
	list-style:none;
}

#topmenuMobile li:last-child {
	margin-bottom:0px;
}

#topmenuMobile li img {
	width:90%;
}

#topmenuMobile li a {
	display:inline-block;
	margin:0px 20px;
	font-size:17px;
	line-height:26px;
	color:#444444;
	/*color:#fff;*/
	text-decoration:none;
	font-weight:700;
	float:left;
}

#topmenuMobile.activeMenu {
    width: 75%;
	width:100%;
	height:100px;
}

#closeMobileMenu {
	position:fixed;
	right:20px;
	top:15px;
	display:none;
	transition:0.5s;
	-webkit-transition:0.5s;
}

#closeMobileMenu.Show {
	display:inline-block;
}

/* === Menu CSS ends === */

.maincta {
	display:inline-block;
	width:100%;
    background-position: 85% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
	border-bottom:0px;
}

.ctatxt {
	width:90%;
	padding-left:0px;
	margin-top:130px;
    background-image: url(img/main.jpg);
    /*background-image: url(../img/main.jpg);*/
    background-size: 200% 150%;
    background-position: 0% 50%;
    padding-bottom: 15px;
	margin-left:5%;
}

.logom {
	background-size:170px;
    width: 170px;
	background-position:50% 50%;
}

.offerings {
	padding-left:0px;
	margin: 0 0em 0em;
}

.head {
	padding:5px 20px;
}

.footerimg {
	background-size:100% 100%;
}

.pricing1, .pricing2, .pricing3, .pricing4 {
	width:83%;
	max-width:245px;
	margin:0px auto;
}

.conclas {
	padding-left:15px;
}

.enquiry {
	width:100%;
	max-width:460px;
}

.supclas {
    margin: 0px auto;
    padding-right: 0px;
    max-width: 320px;
}

.contactcont .btn_submit {
	margin-bottom: 25px;
    font-size: 18px;
    padding: 7px 30px;
}

}

@media (min-width:768px) and (max-width:991px) {
.smallFull {
	width:100% !important;
}

.h-auto {
	height:auto !important;
}

.Inblock {
	display:inline-block;
}

.tabWidth75 {
	width:68% !important;
}

.tabFull {
	width:100% !important;
}

.tabWidth25 {
	width:30% !important;
	margin-left:1%;
}

.maincta {
	display:inline-block;
    background-size: 100% 100%;
}

.footerimg {
	background-size:100%;
}

#pp1, #pp2, #pp3, #pp4 {
	width:49% !important
}

.pricing1, .pricing2, .pricing3, .pricing4 {
	width:67%;
	max-width:245px;
	margin:0px auto;
}

}
