* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


body {
	background: #e5e5e5;
	color:#333;
	line-height: 1.5;
	margin: 0;
	font: 14px "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
}

a {
	color: #009cff;
	text-decoration: none;
}

a:visited {
	color: #009cff;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #4cbaff;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.float_right{
	float:right;
}
.float_left{
	float:left;
}
.align_right{
	text-align:right;
}

.clearAll{
	clear:both;
}

.clearAll:after,
.clearAll:before,
.header_container:after,
.header_container:before,
.page_container:after,
.page_container:before,
#righCont:after,
.box_container:after,
.box_container:before,
.main-feature:after,
.main-feature:before {
	clear: both;
}

/* Form fields, general styles first. */

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #009683; /* Old browsers */
	background: -webkit-linear-gradient(top, #1fc9b3 0%, #009683 100%); /* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #1fc9b3 0%, #009683 100%); /* W3C */
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	outline:none;
	cursor:pointer;
	font-size:12px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #1fc9b3; /* Old browsers */
	outline: none;
}

.back{
	background: #999999 !important; /* Old browsers */
	background: url(../images/back_icon.png) no-repeat 10px 50%, -webkit-linear-gradient(top, #cccccc 0%, #999999 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background: url(../images/back_icon.png) no-repeat 10px 50%, linear-gradient(to bottom, #cccccc 0%, #999999 100%) !important; /* W3C */
	padding-left:40px !important;
	font-weight:bold;
	margin-right:10px !important;
}
.back:hover{
	background:url(../images/back_icon.png) no-repeat 10px 50%, #ccc !important;
}
.next{
	background: #009683; /* Old browsers */
	background: url(../images/next_icon.png) no-repeat 10px 50%, -webkit-linear-gradient(top, #1fc9b3 0%, #009683 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background: url(../images/next_icon.png) no-repeat 10px 50%, linear-gradient(to bottom, #1fc9b3 0%, #009683 100%) !important; /* W3C */
	padding-left:40px !important;
	font-weight:bold;
}
.next:hover{
	background: url(../images/next_icon.png) no-repeat 10px 50%, #009683 !important;
}
.print{
	background: #009683; /* Old browsers */
	background: url(../images/print_icon.png) no-repeat 10px 50%, -webkit-linear-gradient(top, #1fc9b3 0%, #1fc9b3 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background: url(../images/print_icon.png) no-repeat 10px 50%, linear-gradient(to bottom, #1fc9b3 0%, #009683 100%) !important; /* W3C */
	padding-left:40px !important;
	font-weight:bold;
}
.print:hover{
	background: url(../images/print_icon.png) no-repeat 10px 50%, #009683 !important;
}

.logout{
	background: #1fc9b3 !important; /* Old browsers */
	background: -webkit-linear-gradient(top, #1fc9b3 0%, #009683 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #1fc9b3 0%, #009683 100%) !important; /* W3C */
	/*border:1px solid #cccccc !important;*/
	color:#fff !important;
	padding:5px 10px !important;
}
.logout:hover{
	background:#009683 !important;
}
.landingButton{
	width:100%;
	padding:10px !important;
	text-align:center;
	margin-bottom:10px;
	font-size:16px !important;
}

.languageDetailsHeader{
	background: #1fc9b3 !important; /* Old browsers */
	background: -webkit-linear-gradient(top, #1fc9b3 0%, #009683 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #1fc9b3 0%, #009683 100%) !important; /* W3C */
	/*border:1px solid #cccccc !important;*/
	color:#fff !important;
	padding:5px 10px !important;
}

#languageDetailsHeader a:link {
	text-decoration: none;
}

#languageDetailsHeader a:visited {
	text-decoration: none;
}

#languageDetailsHeader a:hover {
	text-decoration: underline;
}

#languageDetailsHeader a:active {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	margin:0;
}
h2{
	font-size:14px;
	margin:0 0 15px 0;
	font-weight:bold
}
h3{
	font-size:14px !important;
	font-weight:bold;
	margin:0;
}
p{
	margin:0 0 15px 0;
	line-height:130%;
	padding:0
}
.table_content{
	border:1px solid #e5e5e5;
	font-size:12px !important;
	border-collapse:collapse;
}
.table_content th{
	text-align:left !important;
	padding:5px;
	background:#f2f2f2;
}
.table_content td{
	border-top:1px solid #e5e5e5;
	padding:5px;
}

/*
header
*/
#branding{
	height:100px;
	border-bottom:2px solid #eaeaea;
	background:#fff;
}
.header_container{
	margin:0 auto;
	max-width:1000px;
	height:100px;
	padding: 0 20px;
}
.logo{
	float:left;
	height:100px;
}
.logo img{
	max-height:86px;
	padding-top:7px;
	max-width: 100%;
}
.header_baseline{
	float:right;
	line-height:100px;
	font-size:20px;
}


/*
Page
*/
#page{
	background:#f2f2f2;
	padding:20px 0 40px;
}
.page_container{
	background:#fff;
	border-radius:6px;
	padding:0 40px 40px;
	max-width:1000px;
	margin:0 auto;
	border:1px solid #e5e5e5;
	min-height:500px;
	width: 96%;
}
.page_header{
	border-bottom:1px solid #e5e5e5;
	padding:10px 0 12px;
	margin-bottom:30px;
}
.page_header h1{
	display:inline-block;
}
.page_header .links{
	float:right;
}
.page_header .links .bookmark{
	display:block;
	float:right;
	width:24px;
	height:24px;
	background: url(../images/bookmark.png) no-repeat 0 0;
}

.page_header .links .bookmark:hover{
	display:block;
	width:24px;
	height:24px;
	background: url(../images/bookmark.png) no-repeat -24px 0;
}
.page_header .links .homelink{
	display:block;
	float:right;
	width:24px;
	margin-left:10px;
	height:24px;
	background: url(../images/home_icon.png) no-repeat 0 0;
}
.page_header .links .homelink:hover{
	display:block;
	float:right;
	width:24px;
	margin-left:10px;
	height:24px;
	background: url(../images/home_icon.png) no-repeat -24px 0;
}
.lang_container{
	line-height:25px;
	border-radius:13px;
	border:1px solid #e5e5e5;
	/*margin-right:5px;*/
	display:inline-block;
}
.lang_container a{
	line-height:25px;
	border-right:1px solid #e5e5e5;
	padding:0 8px;
	display:inline-block
}
.lang_container a:hover{
	background:#f2f2f2;
	text-decoration:none;
}
.lang_container a:first-child{
	border-radius:13px 0 0 13px;
}
.lang_container a:last-child{
	border-right:none;
	border-radius:0 13px 13px 0;
}
.lang_container a.active,
.lang_container a.active:hover{
	cursor:default;
	color: #009683;
	background:none;
}
	
/*Accordion section */
#leftCont{
	float:left;
	width:550px;
	margin-right:40px;
}
.leftCont_full{
	width: 80% !important;
	margin: 0 auto !important;
	float: none !important;
}
.ui-header{
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em 1.7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}

.ui-state-default{
	border1: 1px solid #d3d3d3;
	background: #054f7d !important;
	font-weight: normal;
	color: #fff;
	border-radius:4px 4px 4px 4px;
	cursor:default;
}

.ui-state-active{
	border1: 1px solid #054f7d;
	background: #054f7d !important;
	font-weight: normal;
	color: #fff;
	border-radius:4px 4px 0 0;
	cursor:default;
}

.ui-content{
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #222222;
	border-radius:0 0 4px 4px;
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-content-hide{
	display:none;
}

.ui-content-show{
	display:block;
}
.ui-icon-triangle-1-e{
	background: url('../images/arrow_normal.png') no-repeat 0 0;
	height: 16px;
	width:16px;
}

.ui-accordion-header-icon{
	position: absolute;
	left: .5em;
	top: 40%;
	margin-top: -4px;
}

.ui-icon-triangle-1-s{
	background: url('../images/arrow_active.png') no-repeat 0 0;
	height: 16px;
	width:16px;
}

#leftCont label{
	width:200px;
	/*line-height:40px;*/
	margin:5px 0;
	display:block;
	font-size:14px;
	height:40px;
	float:left;
}
.labelRight{
	width: auto !important;
	height: auto !important;
}

#leftCont label.label_big{
	width:300px;
	line-height: normal;
}
#leftCont .labelName,
#leftCont .labelDisplay{
	width:200px;
	line-height:24px;
	margin:5px 0;
	display:block;
	font-size:14px;
	float:left;
}
#leftCont .labelDisplay{
	width:300px;
}
/*#leftCont .labelDisplay:before{
	content:":";
	padding-right:10px;
}*/
#leftCont .labelName:after{
	content:":";
	padding-left:2px;
}

#leftCont input[type="text"],
#leftCont input[type="textbox"],
#leftCont input[type="password"],
#leftCont select{
	border:1px solid #ccc;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 3px #ccc;
	-webkit-box-shadow:inset 0 0 3px #ccc;
	box-shadow: inset 0 0 3px #ccc;
	line-height:40px;
	padding:0 10px;
	width:250px;
	margin:5px 0;
	height:40px;
	font-size:14px;
}
#leftCont .errorMsg{
	margin-left:200px;
	padding:5px;
	border-radius:4px;
	color:#cd0a0a;
	font-size:12px;
	border: 1px solid #cd0a0a;
}
/*.errorMsg:after,
.errorMsg:before,
#leftCont label:beforer{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}*/
.errorMsg span{
	background:url(../images/error_message_icon.png) no-repeat, 0 0 !important
}
#leftCont .warningMsg{
	margin-left:200px;
	padding:5px;
	border-radius:4px;
	color:#ef7000;
	font-size:12px;
	border: 1px solid #ff9c00;
}
.warningMsg span{
	background:url(../images/warning_message_icon.gif) no-repeat, 0 0 !important
}
#LocationSelection, #loginSection, #PersonalInfo, #listOfDoc, #DateTimeSelection, #confirmationWindw{
	padding:20px;
}

/*Info section */
#righCont {
	float:left;
	width:328px;
}
#firstMsg,  #secondMsg,  #thirdMsg,  #fourthMsg, #fifthMsg, #sixthMsg, #seventhMsg {
	display: none;
}
#righCont .active {
	display: block;
}

.infoHeader,
.resvHeader{
	padding:8px 0;
	margin-bottom:15px;
	padding-left:24px;
}

.infoHeader{
	border-bottom:1px solid #e5e5e5 !important;
	background:url(../images/info_icon.png) no-repeat 0 50%;
}
.resvHeader{
	border-top:1px solid #e5e5e5;
	background:url(../images/resv_icon.png) no-repeat 0 50%;
	padding-left:19px;
	padding-top:15px;
}

.contactHeader{
	border-top:1px solid #e5e5e5;
	background:url(../images/contact_icon.png) no-repeat 0 50%;
	padding-left:19px;
	padding-top:15px;
	margin-bottom:10px;
}
.infoHeader h2,
.resvHeader h2,
.contactHeader h2{
	margin-bottom:0;
}

.resvBox{
	padding:10px 10px 2px;
	margin-bottom:10px;
	background:#eaeaea;
	font-size:12px;
	line-height:130%;
}
.resvBox span{
	padding-bottom:5px;
	display:inline-block;
}

.resvBoxEven{
	padding:10px 10px 2px;
	margin-bottom:10px;
	background:#eaeaea;
	font-size:12px;
	line-height:130%;
}
.resvBoxEven span{
	padding-bottom:5px;
	display:inline-block;
}

.resvBoxOdd{
	padding:10px 10px 2px;
	margin-bottom:10px;
	background:#FBFFFE;
	font-size:12px;
	line-height:130%;
}
.resvBoxOdd span{
	padding-bottom:5px;
	display:inline-block;
}
#confirmation{
	border:1px solid #4f8a10;
	padding:10px 10px 10px 40px;
	color:#4f8a10;
	font-weight:bold;
	border-radius:6px;
	background:url(../images/tick_icon.png) no-repeat 10px 50% #dff2bf;
	margin-bottom:20px;
}

.infoTable{
	border:1px solid #1fc9b3;
	border-radius:3px;
}

.infoTable td,
.infoTable th{
	padding:3px;
	text-align:center;
	border-right:1px solid #1fc9b3;
}
.infoTable td{
	border-top:1px solid #1fc9b3;
}
.infoTable td:last-child,
.infoTable th:last-child{
	border-right:none;
}
.infoTable th{
	background:#1fc9b3;
	color:#fff;
	padding:5px;
}
/*
Footer
*/
#footer{
	max-width:900px;
	margin:0 auto;
	padding:20px;
	color:#666;
	font-size:12px;
	line-height:140%;
}

.itfrontdesk{
	background:url(../images/itfrontdesk_logo.png) no-repeat 0 20px;
	height:80px;
	width:225px;
	display:inline-block;
}


.available a { 
    background-image: none !important;
    background: #33CC66 !important;
	cursor
}

.notOpened a{ 
    background-image: none !important;
    background: red !important;
	cursor:default;
}

.notAvailable a { 
    background-image: none !important;
    background: yellow !important;
	cursor:default;
}

.popup-content-big{
	padding:25px 15px 15px;
	clear:both;
	height:1000px;
	overflow:auto;
}

/* landing page */
.box_container{
	margin: 30px auto;
	width:770px;
}
.box{
	float:left;
	width:240px;
	border-radius:4px;
	background:#fff;
	border:1px solid #d4bee0;
	margin-right:25px;
	padding:20px;
}
.box p{
	color:#666;
}
.box:hover{
	border:1px solid #7922a8 
}
.box_last{
	margin-right:0;
}
/* details screen */
.page{
	border-radius:4px;
	background:#fff;
	border:1px solid #d4bee0;
	padding:0;
}
.page .leftContainer{
	float:left;
	width:462px;
	box-sizing:border-box;
	padding:24px 25px;
}

ul.benefits li{
	background:url(../images/tick.png) no-repeat 0 0;
	padding-left:26px;
	margin:10px 0;
	line-height:120%;
	list-style-type:none;
}
ul.requirements li{
	background:url(../images/arrow.png) no-repeat 0 0;
	padding-left:26px;
	margin:10px 0;
	line-height:140%;
	list-style-type:none;
}
.page .rightContainer{
	float:right;
	width:436px;
	padding:24px 25px;
	border-radius:0 4px 4px 0;
	background: url(../images/rightContent_bg.png) repeat-y left top #f9f9f9;
}
.page .rightContainer .Req_header{
	margin-bottom:20px;
	color:#ff1e00;
}

.page .rightContainer .formContainer{
	border-radius:4px;
	background:#fff;
	border:1px solid #d4bee0;
}
.page .rightContainer .formHeader{
	background:#054f7d;
	font-weight:bold;
	line-height:30px;
	padding:0 20px;
	border-radius:4px 4px 0 0;
	color:#fff;
}
.page .rightContainer label{
	width:250px;
	margin:10px 0;
	vertical-align:top;
	text-align:right;
	padding-right:15px;
	display:inline-block;
}
.page .rightContainer input{
	margin:15px 5px ;
}
.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}

.ui-icon-triangle{
	height: 16px;
	width:16px;
}

.msgDisplay{
	float:left;
	width:500px;
	margin-right:40px;
	line-height:24px;
	margin:5px 0;
	display:block;
	font-size:14px;
}


/****** PDF section *****/
.pdfBody{
	background: #fff;
	color:#333;
	line-height: normal;
	margin: 10px;
	font: 11px "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
}
.saveToPDF{
	position:absolute;
	top:52px;
	right:20px;
}

.error_container{
	border: 1px solid #c81100;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-weight: bold;
	color: #c81100;
	background: #fff;
	font-size: 16px;
	text-align: center;
}
.message_container{
	border: 1px solid #14b7a2;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: 600;
	color: #029a87;
	font-size: 16px;
}


.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 991.98px){
	
	body{
		font-size: 16px;
	}
	#branding{
		height: auto;
	}
	.logo{
		float: none;
		text-align: center;
		padding-top: 10px;
	}
	.header_container{
		width: 100%;
		padding: 0 20px;
		height: auto;
	}
	.header_baseline{
		float:none;
		line-height: normal;
		font-size:20px;
		padding: 0 20px 20px;
		text-align: center;
	}
	#page{
		padding: 20px 0;
	}
	.page_container{
		width: 94%;
	}
	.leftCont_full{
		width: 100% !important;
	}
	#leftCont label{
		width: 100%;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 25px;
		height: auto;
	}
	#leftCont .errorMsg{
		margin-left: 0;
	}
	#footer .float_left, #footer .float_right{
		float: none;
		text-align: center;
		padding: 10px;
	}
}

/* New landing page - July 2023 */
.landing-new{
	padding: 0;
}
.banner23{
	background: url(../images/landing_page_banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 30px 110px;
	text-align: center;
	border-radius: 6px 6px 0 0;
}
.banner23 h2{
	font-size: 28px;
	color: #fff;
	margin: 0;
}
.banner23:after,
.banner23:before{
	clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.main-feature{
	margin: -40px 0 0;
	padding: 0px 20px;
}
.main-feature .feature-box{
	margin: 0 10px 20px;
  background: #0085d9;
  color: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
  box-sizing: border-box;
  width: 31%;
  cursor: pointer;
  float: left;
  min-height: 108px;
}
.main-feature .feature-box-big{
	width: 47.8%
}
.main-feature .feature-box:hover{
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.11);
transition: all 0.5s ease;
background: rgb(250, 127, 40);
}
.main-feature .feature-box-middle1{
	margin: 0 15px;
}
.main-feature .feature-box img{
	float: left;
	max-width: 32px;
}
.main-feature .feature-box h3{
	padding-left: 42px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px !important;
}
.main-feature .feature-box p{
	padding-left: 42px;
	margin: 0;
}
.landing-new-container{
	padding: 0 20px 20px;
}
.landing-new-container .imp-message{
	background: #fdedf1;
	padding: 20px;
	margin-bottom: 20px;
}

.landing-new-container .message{
	padding: 20px;
	margin-bottom: 20px;
}

.landing-new-container .landing-content,
.impMsg-container,
.SchedulerNotes-container,
.listOfDocs-container,
.IncomeGuidelines-container,
.info-container,
.locationHome-container,
.addNotes-container{
	border: 1px solid #ccc;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}
.impMsg-container{
	background: #fdedf1;
	border: 2px solid red;
}

.impMsg-heading,
.SchedulerNotes-heading,
.listOfDocs-heading,
.IncomeGuidelines-heading,
.info-heading,
.locationHome-heading,
.addNotes-heading{
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 30px;
}
.impMsg-heading{background: url(../images/home/imp-icon.svg) no-repeat 0 50%;}
.SchedulerNotes-heading{background: url(../images/home/schedulerNotes-icon.svg) no-repeat 0 50%;}
.listOfDocs-heading{background: url(../images/home/listdocs-icon.svg) no-repeat 0 50%;}
.IncomeGuidelines-heading{background: url(../images/home/IncomeGuidelines-icon.svg) no-repeat 0 50%;}
.info-heading{background: url(../images/home/infoHome-icon.svg) no-repeat 0 50%;}
.locationHome-heading{background: url(../images/home/locations-icon.svg) no-repeat 0 50%;}
.addNotes-heading{background: url(../images/home/additionalNotes-icon.svg) no-repeat 0 50%;}

.impMsg-heading h2,
.SchedulerNotes-heading h2,
.listOfDocs-heading h2,
.IncomeGuidelines-heading h2,
.info-heading h2,
.locationHome-heading h2,
.addNotes-heading h2{
	margin-bottom: 0;
}
.landing_phone{
	max-width: 1000px;
    margin: 0 auto;
    width: 96%;
    text-align: right;
    padding-bottom: 10px
}
.landing_phone img{
	vertical-align: middle;
}
.Whelchair-container{
	display:flex;
}
.Whelchair-img{
	width:50%;
	text-align: center;
	padding:30px 20px;
}
.Whelchair-img img{
	max-width: 90%;
	max-height: 300px;
}
.banner23-Whelchair{
	background: url(../images/wheelchair-banner.jpg) no-repeat center center;
}

/*** Olive Green section starts ***/
.main-feature .orange-btn {
    background: #ca724b;
}
.main-feature .orange-btn:hover{
	background: #747e45;
}
.SchedulerNotesGreen-heading{background: url(../images/home/schedulerNotesGreen-icon.svg) no-repeat 0 50%;}
.infoGreen-heading{background: url(../images/home/infoHomeGreen-icon.svg) no-repeat 0 50%;}
.locationHomeGreen-heading{background: url(../images/home/locationsGreen-icon.svg) no-repeat 0 50%;}
.addNotesGreen-heading{background: url(../images/home/additionalNotesGreen-icon.svg) no-repeat 0 50%;}


/*Smart phone */
@media (max-width: 767.98px){
	.page_container{
		width: 100%;
	}
	.main-feature{
		margin: -40px 0 0;
		display: block;
		padding: 20px 20px 0;
	}
	.main-feature .feature-box, 
	.main-feature .feature-box-big{
		width: 100%;
		margin: 0 auto 20px;
		min-height: auto;
	}
	.landing-new ul{
		margin-left: 0;
		padding-left: 0;
	}
	.landing_phone{
		text-align: center;
	}
	.Whelchair-container{
		display:block;
	}
	.Whelchair-img{
		width:100%;
		box-sizing: border-box;
		text-align: center;
		padding:30px 0 15px;
	}
	
	.Whelchair-img p{
		padding-top: 10px;
	}
	.Whelchair-img img{
		max-height: none;
	}
}

@media only screen and (max-width: 991.98px) and (min-width: 767.98px){
	.main-feature .feature-box{
		width: 30%;
	}
	.main-feature .feature-box-big{
		width: 46.9%
	}
	.main-feature .feature-box p{
		padding:10px 0 0;
	}
	.landing_phone{
		text-align: center;
	}
	.page_container{
		width: 100%;
	}
	.Whelchair-container{
		display:block;
	}
	.Whelchair-img{
		width:100%;
		box-sizing: border-box;
		text-align: center;
		padding:30px 0 15px;
	}
	.Whelchair-img img{
		max-height: none;
	}
}
.required {
	color: red;
}