@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

*{
	box-sizing: border-box;
}
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
	background: #cc9866;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: none;
}
.wrapper {
	width:95%;
	margin:auto;	
	max-width:1200px;
}
.fl {
	float:left;	
}
.fr {
	float:right;	
}
.split {
	clear:both;	
}
/*
.fixed_header {
    position: fixed !important;
    top: 0 !important;
	width:100%;
    background-color: rgb(189, 48, 31);
    box-shadow: 0 1px 5px #999;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 6px 0;
	z-index:10000;
    transition: 0.5s;
}
.fixed_header .logo, .fixed_header .logo2 {
    margin: 0;
    border: 0;
    width: 14%;
}
.fixed_header .logos {
	float:left;
	margin: 7px 0 15px 0px;
	display:block;
}
.fixed_header .logos img {
	width:200px;
}

.fixed_header nav {
    float: none;
    margin: auto;
    transition: 0.5s;
}
.fixed_header nav ul li a {
    font-size: 16px;
    padding: 15px 15px 13px 15px;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}
.fixed_header nav ul li a:hover {
    color: #E3E3E3;
}*/

header {
    background-image: url(imgs/header_bg2.jpg);
	background-repeat: repeat-x;
    z-index: 999999;
    transition: 0.5s;
	height: 222px;
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.3);*/
}
.logo {
    float: left;
    margin: 11px 0 10px 0px;
    width: auto;
}
.logo img {
	width:auto;
}

.logo2 {
    float: right;
    margin: 11px 0 10px 0px;
    width: auto;
}
.logo2 img {
	width:auto;
}
.logo3{
text-align: center;
   margin: 0px 0px 10px 0px;
}
.logo3 img{
   margin-top: 6px;
width: auto;
}
.logos {
	display:none;	
}
.Main_Menu {
    width: 1200px;
    margin: 0px auto 0px;
    background-color: #cc9866;
    height: 45px;
	text-align:left;
}

nav {
    display: block;
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
    color: #244d2;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    line-height: 45px;
}
nav ul li a:hover {
	color:#eee;
	text-decoration:none;
    background-color: #244D25;
}
nav ul li:hover ul {
	display:block;
    transition: 0.5s;
}
nav ul ul {
    display: none;
    background-color: #fff;
    width: 750px;
    position: absolute;
    z-index: 999;
    margin-left: -230px;
    border-radius: 0 0 3px 3px;
}
nav ul ul li {
    list-style: none;
    float: left;
    width: 25%;
}
nav ul ul li a {
    font-size: 15px !important;
    padding: 10px !important;
    display: block !important;
    color: #244d25;
    text-transform: none !important;
    line-height: normal !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
	transition:.6s;
}
nav ul ul li a:hover {
    color: #FFF;
    background-color: #cc9866;
}
nav ul ul li a img {
    width: 100%;
    margin-bottom: 3px;
    border: 1px solid #D4D4D4;
}

.videoContainer {
	width:1200px;
	margin: -100px auto 0 auto;
}
.videobar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
display: inline-block;
width:100%;
border-bottom: 4px solid #244d25;
overflow: hidden;
}
.slider {
    width: 100%;
    margin: auto;
	float:left;
}
.slider img {
    width: 100%;
}

.welcome {
    padding: 30px 0 70px 0px;
    background-color: #e1e1e1;
    background-image: url(imgs/bluebg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}
.welcome h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    letter-spacing: -1px;
    margin: 0 0 20px 0px;
    font-weight: 100;
    line-height: 39px;
    color: #bd301f;
}
.welcome h2 span {
	font-size:22px;
	letter-spacing:normal;
	color:#2a2a2a;
}
.welcome p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3e3e3e;
	line-height:22px;
	margin: 0 0 20px 0px; 
}
.welcome p span {
	font-weight:bold;
	font-size:16px;
	line-height:25px;
}
.welcome a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 7px 27px;
    background-color: #BD301F;
    color: #fff;
}
.welcome a:hover {
	font-size:14px;
	background-color:#333;
	color:#fff;
	text-decoration:none;
}
.kangaro {
	width:130px;
	margin: 0 0 20px 0px;	
}
.spwecialities {
    width: 100%;
    margin: 0px auto;
    position: relative;
    margin-top: -20px;
    z-index: 999;
}
.spwecialities h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    letter-spacing: -1px;
    margin: 0 0 9px 0px;
    font-weight: 800;
    line-height: 35px;
    color: #244d25;
    text-align: center;
    text-transform: uppercase;
}
.spwecialities ul {
		width: auto;
background-color: #fff;
padding: 15px 0 6px 0;
}
.spwecialities ul li {
list-style: none;
float: left;
width: 25%;
text-align: center;
overflow: hidden;
        position: relative;
margin-top: -10px;
    transition: 0.5s;
}
.spwecialities ul li:hover {
   margin-top: -25px; 
    transition: 0.5s;
}

.spwecialities ul li img {
    width: 100%;
    margin: 0px;
    border-radius: 5px 5px 0 0;
}
.spwecialities ul li img:hover {
    /*animation: 1s rt;
    -webkit-animation: 1s rt;*/
}
.spwecialities ul li a {
    font-size: 21px;
    text-transform: uppercase;
    display: block;
    padding: 0 4px;
}
.spwecialities ul li a:hover {
    color: #bd301f;
    text-decoration: none;
}
.spwecialities ul li a p {
font-size: 15px;
text-transform: uppercase;
background: #244d25;
padding: 12px 0;
color: #fff;
margin-top: -2px;
transition: .6s;
font-weight: 600;
}
.spwecialities ul li:hover a p {
    background: #262626;
    color: #fff;
}

@-webkit-keyframes rt {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes rt {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.doctorbg {
	background-image:url(imgs/doctorbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:700px;
	background-size:cover;
	padding: 50px 0 0 0px;
	background-color:#fff;
}
.doctorbg h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	letter-spacing:-1px;
	margin: 0 0 20px 0px;
	font-weight:100;
	line-height:35px;
	color:#dc2222;
	text-align:center;
}
.doctorbg p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#333;
	line-height:22px;
	margin: 0 0 20px 0px;
	text-align:center; 
}

footer {
    background-color: #2C2C2C;
    padding: 20px 0;
    position: relative;
    width: 100%;
    margin: auto;
    border-radiuss: 10px;
}
.one-row {
	width:25%;
	float:left;
}
.one-row h3 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    padding: 15px 0;
    text-transform: uppercase;
}
.one-row ul {
    padding-left: 0px;
    width: auto;
}
.one-row ul li {
    display: block;
}
.one-row ul li a {
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    padding: 7px 0px;
}
.one-row ul li a:hover {
    text-decoration: none;
    color: #dbdbdb;
}
.one-row a {
    color: #fff;
    font-family: "Open Sans",sans-serif;
}
.one-row a:hover {
    text-decoration: none;
    color: #dbdbdb;
}
.one-row p {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}
.copy_right {
    background-color: #f7f7f7;
    color: #666;
    font-size: 12px;
    padding: 15px 0 20px;
    text-align: center;
}
.copy_right a {
    color: #666;
    font-size: 12px;
}
.footer-feedback {
	width:100%;
}
.footer-feedback form {
    width: 80%;
}
.footer-feedback form input, .footer-feedback form textarea {
    background-color: #F2F2F2;
    border: 1px solid #53120a;
    width: 95%;
    padding: 2.5%;
    margin: 0 0 3px 0;
    border-radius: 4px;
}
.ftb {
    background-color: #721a10 !important;
    color: #fff;
    width: 100% !important;
    cursor: pointer;
}
.ftb:hover {
    background-color: #fff !important;
    color: #3459a0;
}
.patient-portal {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99999;
}
.internal_banners {
	width: 1200px;
	margin: -100px auto 0;
}

.internal_banners img {
    width: 100% !important;
}
.bread_crumbs {
    width: 1200px;
    margin: 0px auto;
    background-color: #f8f7f3;
    padding: 0.8% 0px;
    border-bottom: 4px solid #2e8f31;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}
.bread_crumbs p {
    margin: 0px;
    font-family: "Raleway",sans-serif;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
}

.bread_crumbs p a {
    font-family: 'Raleway', sans-serif;
    color: #666;
    font-size: 13px;
}

.bread_crumbs p a:hover {
    color: #333;
}
.main_container {
    width: 1200px;
    display: block;
    background-color: #fff;
    padding: 15px 0 40px;
	margin:0px auto;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
.page_matter {
    width: 100%;
    display: inline-block;
    min-height: 550px;
}
.page_matter h3 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 35px;
color: #bd301f;
margin: 20px 0 20px 0px;
}
.page_matter p {
    font-family: calibri;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #383838;
    font-weight: 100;
    margin: 7px 0 14px 0;
    line-height: 24px;
}

.highlight {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 25px !important;
    margin: 0 0 14px 0px;
}
.smallhighlight {
    font-size: 23px !important;
    margin: 20px 0 11px 0px !important;
}
.page_matter a {
    padding: 10px 30px 10px 30px;
    background-color: #666;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    border-radius: 4px;
    text-decoration: none;
}
.page_matter ul {
    width: auto;
}
.page_matter ul li {
    font-family: calibri;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #383838;
    font-weight: 100;
    margin: 7px 0 10px 0;
    line-height: 24px;
    list-style: none;
}
.product ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    padding-right: 6px;
}
.page_matter a:hover {
    background-color: #bd301f;
    color: #fff;
    text-decoration: none;
}
.about{
min-height:auto !important;}
.about img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.red {
    color: #f33;
}
.three_box {
    width: 100%;
}
.three_box ul {
    width: auto;
}
.three_box ul li {
    width: 32.5%;
    float: left;
    margin: 0.4%;
}
.three_box ul li a {
    display: block;
    padding: 14px 20px;
    text-align: center;
}
.contact .highlight {
    margin-bottom: 21px;
}
.maparea {
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    margin-top: 80px;
    padding: 5px;
}
.maparea h3 {
    margin-top: 0;
    text-align: center;
    color: #333;
    position: relative;
    margin-top: -28px;
    margin-bottom: -3px;
}
.maparea h3 span {
    padding: 5px 20px;
    background-color: #BD301F;
    color: #fff;
    border: 1px solid #9b291b;
    border-radius: 10px;
}
.maparea iframe {
    height: 500px;
}
.error {
    color: #f33;
}
.product{
min-height:auto!important;
}
.product img {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 4px;
    width: 300px;
}
.thumbnail ul li a{
    padding: 0px !important;
}
.thumbnail ul li a img{
    border: none;
padding: 0px;
}
.no_float {
    float: none !important;
    margin: 0 !important;
}
.smallfont_highlight {
    font-size: 19px !important;
}
.foot {
width: 100%;
height: 40px;
margin: 5px 0 0 0px;
padding: 0px;
background: transparent;
}
.bottom_pad {
padding: 12px 15px;
color: #e75f62;
max-width: 1200px;
width: 100%;
margin: auto;
background-color: #244d25;
}
.botlink {
    float: left;
    width: 450px;
}
.botlink ul {
    width: auto;
}
.botlink ul li {
    list-style: none;
    float: left;
}
.botlink ul li a {
    font-size: 14px;
    color: #fff;
    padding: 2px 7px 2px 7px;
    font-family: "HelveticaNeueW02-55Roma","Arial Unicode MS",Arial,Helvetica,sans-serif;
}
.copyrightbar {
    margin: 0px 0 0 0px;
    padding: 0px;
    float: right;
    color: #fff;
}
.contact_add{
	width:30%;
	float:right;
}
.contact_left, .contact_right{
	width:100%;
}
.contact_right{
    margin-top: 20px;
}
.page_matter .contact_add ul li {
    font-size: 17px;
    letter-spacing: 0px;
    margin: 5px 0;
    line-height: 22px;
	font-weight: normal;
}
.page_matter .contact_add ul li.high {
    padding-bottom: 5px;
    color: #244D25;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: bold;
}
.contact_form{
	width:68%;
	float:right;
}
.contact_form .page-title h2 {
    padding-bottom: 5px;
    color: #244D25;
    font-size: 19px;
    letter-spacing: 1px;
    margin: 5px 0px;
    font-weight: bold;
}
.contact_form .page-title p{
	font-size: 17px;
	letter-spacing: 0px;
	margin: 5px 0;
	line-height: 22px;
}
.page_matter .contact_form ul li {
	display:inline-block;
	width:100%;
}
.form-list li .field {
    width: 100%;
    float: left;
    padding: 5px 0;
}
.contact_form label {
    float: left;
    padding: 6px;
    text-align: left;
    width: 25%;
	font-size: 17px;
}
.input-box {
    float: left;
    width: 72%;
}

.fieldset .input-text {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 9px;
    width: 100%;
}
.fieldset .form-text {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 9px;
    width: 100%;
}
.contact_form .buttons-set .button {
    background-color: #cc9866;
    border: medium none;
    border-radius: 5%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px 10px;
    width: 15%;
}
.contact_form .buttons-set .button:hover {
	color: #fff;background-color: #333;
}
.maps {
width: 100%;
border: 2px solid #e3e3e3;
border-radius: 2px;
}
.maps iframe{
width:100%;

}

.staples_tables_format .tablebg {
    width: 100%;
    margin-bottom: 3%;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 3px #ddd;
}

.table-images {
    width: 350px;
    border: medium none !important;
}

.staples_tables_format .tablebg td {
    font-size: 20px;
}

.staples_tables_format .tablebg .trcellbg {
    background-color: #4D4D4D;
    color: #FFF;
    text-transform: uppercase;
}

.staples_tables_format .tablebg tr td {
    padding: 12px;
    font-family: calibri !important;
    font-size: 15px;
    text-align: center;
    border: 1px solid #E4E4E4;
	vertical-align: middle;
}

.staples_tables_format h1 {
    padding: 1% 0.7% 0.8%;
    background-color: #BD301F;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0px;
    border-bottom: medium none;
    border-radius: 3px 3px 0px 0px;
}
table > tbody > tr:nth-of-type(2n+1) {
    background-color: #EAF3F3;
}
.cms-staples .staples_tables_format .table-images {
    width: 250px !important;
    padding: 5px !important;
}

.faq_lists .accordion {
background-color: #244d25;
border-radius: 1px;
    color: #fff;
    font-family: calibri;
    font-size: 19px;
    font-weight: 500;
    margin-top: 3px;
    padding: 8px 8px 9px 2px;

    cursor: pointer;
}
.ans_content {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    font-family: calibri;
    font-size: 18px;
    line-height: 24px;
    margin: 7px 0 15px;
    padding: 10px 15px;
    text-align: justify;
}
.faq_lists .accordion strong {
    margin: 0 5px;
}
.mobmenu {
    width: 100%;
    background-color: #244d25;
    text-align: center;
    padding: 6px;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 31px;
    border-bottom: 1px solid #b48354;
    display: none;
    cursor: pointer;
    color: #fff;
}
/* for XHTML tables without tbody */
table > tr {
  vertical-align: middle;
}

td { 
  display: table-cell;
  vertical-align: inherit;
  text-align: inherit; 
  padding: 1px;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  padding: 1px;
}
.slider {
	min-height: 450px;
}
.infrastructure_cata {
	width: 100%;
}
.infrastructure_cata ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.infrastructure_cata ul li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.infrastructure_cata ul li a {
    width: auto;
    display: block;
    padding: 0;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
}
.infrastructure_cata ul li a:hover {
	background: transparent;
	color: #333;
}
.infrastructure_cata ul li a h3 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 8px 0;
    margin-top: -5px;
    background-color: #244D25;
    font-weight: 100;
	transition: 1s;
	line-height: normal;
}
.infrastructure_cata ul li a div {
	display: block;
	overflow: hidden;
}
.infrastructure_cata ul li a:hover div img {
	transform: scale(1.5);
	transition: 1.5s;
}
.infrastructure_cata ul li a:hover h3 {
	background-color: #333;
	transition: 1s;
}
.infrastructure_cata ul li a img {
	width: 100%;
	transition: 1s;
margin-bottom:-5px;
}
.infrastructure {
	width: 100%;
}
.infrastructure ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.infrastructure ul li {
	width: 33.3%;
	float: left;
}
.infrastructure ul li a {
	display: block;
}
.infrastructure ul li a img {
	width: 100%;
}
.gallery{
	display:inline-block;
	width:100%;
}
.gallery ul li {
    float: left;
    width: 33.3%;
    margin: 0%;
    overflow: hidden;
    padding: 10px;
}
.gallery ul li a {
	padding: 0;
	background: none;
}
.gallery ul li a:hover {
	background: transparent;
}
.gallery ul li img{
	transition: all linear 0.6s;
	width: 100%;
}
.gallery ul li img:hover {
    transition: all linear 0.6s;
    opacity: 0.5;
}
.productthumb {
	width: 100%;
}
.productthumb * {
	box-sizing: border-box;
}
.productthumb::after {
	content: "";
	display: block;
	clear: both;
}
.productthumb ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.productthumb ul li {
	display: block;
	width: 33.3%;
	float: left;
}
.productthumb ul li::before {
	display: none;
}
.productthumb ul li a {
    display: block;
    padding: 0;
    background-color: transparent;
    color: #333;
    padding: 0 15px;
}
.productthumb ul li a:hover {
    background-color: transparent;
    color: #BD301F;
}
.productthumb ul li a img {
    float: none;
    width: 100%;
    margin: 0;
}
.productthumb ul li a span {
	display: block;
	text-align: center;
}
.contact-area{
   float: right;
background-color: #fc9508;
}
.another-link{
float: right;
background-color: #bd301f;

}
.another-link a{
text-transform: lowercase;
color: #fff;
}
.another-link:hover{
background-color:#000;
}
.contact-area a{
    color:#fff;
}
.stitch-wire{
    position:relative;
    margin-top: -55px;
}
.stitch-matter{
    width: 100%;
}
.stitch-matter p{
   font-size: 21px;
margin: 10px 0;
}
.stitch-matter p strong{
  font-weight: 800;  
    
}

.certificate-gallery li {
width: 23.22%;
float: left;
margin: 6px 0 11px 19px !important;
text-align: center;
border: 1px solid #ccc;
padding: 5px;
}
.certificate-gallery img{
    width: 100%;
}
.awards-gallery{
width:100%;
}
.awards-gallery ul{
width:auto;
}
.awards-gallery ul li{
width: 24%;
box-sizing: border-box;
padding: 0 10px;
border: 1px solid #e0e0e0;
margin: 5px;
float: left;
}
.awards-gallery ul li img{
width:100%;
}

.specification{
	padding-top:20px;
}
.specification th {
       background-color: #244D25;
    color: #FFF;
    text-transform: uppercase;
      padding: 12px;
    font-family: calibri !important;
    font-size: 15px;
    text-align: center;
    border: 1px solid #E4E4E4;
    vertical-align: middle;
}

.ans_img img{
float:none;

margin-left:0;
    margin-top: 10px;
}
