body{
font-family: 'Open Sans',Arial,sans-serif!important;
}

/*------------------------------------------------top-bar-------------------------------------------------------------*/
.mx_darkstrip{
background-color: #383634;
}
.top-links{
float:left;
}
.top-links ul{
margin:0;
padding:0;
list-style:none;
float:left;
}
.top-links ul li{
float: left;
padding: 10px 0;
}
.top-links ul li a {
    float: left;
    color: #999;
    font-size: 13px;
    border-right: 1px solid #999;
    line-height: 20px;
    padding-right: 10px;
    margin-right: 10px;
}
.top-links ul li a:hover {
color:#e3e3e3;
text-decoration:none;
}
.top-links ul li:last-child a{
    border-right: 0;
}

.phone i{
color:#999;
margin-right:5px;
}
.phone{
display:block;
float:left;
line-height:40px;
color: #999;
font-size:14px;
}
.phone:hover{
cursor:pointer;
color:#e3e3e3;
}
.mail{
display:block;
float:left;
line-height:40px;
margin-left:30px;
}
.mail a{
color: #999;
font-weight: 200;
font-size:14px;
}
.mail a:hover{
color: #e3e3e3;
text-decoration:none;
transition: all .1s ease-in-out 0s;
}
.mail i{
color: #999;
text-decoration:none;
transition: all .1s ease-in-out 0s;
margin-right:5px;
}

.social-strip{ float:right;}
.social-strip ul{list-style:none; padding:0; margin:0;}
.social-strip ul li{
float:left; margin-left:8px;
margin-top:6px;
}
.social-strip ul li a{
    width: 26px;
    height: 26px;
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #4c4a49;
    border-radius: 100%;
}
.social-strip ul li .fa{color: #999; line-height:26px;}
.social-strip ul li a:hover{background-color:#e3e3e3!important;}

/*-----------------------------------------------navbar-----------------------------------------------*/
.mx-navbar{border-radius:0!important; background-color:#fff; margin:0 auto!important; width:100%; box-shadow:0 1px 5px rgba(0,0,0,0.1); border:0!important;}
.mx-brand{height: auto!important; padding: 10px 15px!important;}
.mx-nav{margin-top:0!important;}
.mx-nav li a{ color:#383634; text-transform:uppercase; margin-right:5px; font-size: 13px; line-height: 1!important; text-align:center; padding:50px 15px!important;}
.mx-nav li.active a{background-color:#3398d4; border-radius:0; color:#fff;}
.mx-nav li a:hover{background-color:#3398d4!important; color:#fff; border-radius:0; -webkit-transition: background-color .3s linear;}
.mx-dropdown{
background-color:#fff!important;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
left:0!important;
z-index:-2;
position:absolute;
padding:0!important;
min-width:235px!important;
}
.mx-dropdown li a{
font-size:12px;
margin:0!important;
color:#454545!important;
text-align: left;
border-bottom: 1px solid #f6f6f6!important;
padding:15px!important;
}
.mx-dropdown li a:hover{
color:#fff!important;
-webkit-transition: color .3s linear;
border:0!important;
border-radius:0!important;
}
.mx-control{
background-image:none!important;}


/*-----------------------------------------------about-----------------------------------------------*/
.about_cont{
    background-color: #fff;
    padding: 40px 0;
}
.about_cont h1{
font-family: Roboto;
	font-weight: 300;
    color: #888888;
    margin-top: 3px;
    float: left;
    width: 100%;
	font-size:36px;
	line-height: 45px;
}
.about_cont h1 strong{color:#006fb8; font-weight:900;}

/*-----------------------------------------------features-----------------------------------------------*/
.steps{
background-image:url(../images/light_honeycomb.png);
background-repeat:repeat;
padding:40px 0;
}
.steps h2{
	color: #262526;
    position: relative;
    margin-bottom: 10px;
	font-family:Roboto;
	font-weight:300;
    font-size: 36px;
	text-align:center;
	margin-top:0;
}
.steps h2 strong{color:#006fb8; font-weight:900;}
.steps h4{
    font-size: 20px;
    color: #262526;
    margin-top: 0!important;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 100;
}
.steps img{
margin-top:100px;
}
.icon-box{
    margin-top: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
	min-height:140px;
	transition: all 0.3s ease-in-out;
	}
.icon-wrap {
    width: 105px;
    border: 2px solid #fff;
    background-color: transparent;
    height: 105px;
	border-radius:50%;
    text-align: center;
    float: left;
}
.icon-wrap i{
    width: 90px;
    font-size: 40px;
    background-color: #fff;
    height: 90px;
	border-radius:50%;
    text-align: center;
    float: left;
    color: #006fb8;
	line-height:90px;
	margin:5px;
}
.title-wrap {
    padding-left: 130px;
}
h5.feature-title {
    padding: 0 !important;
    font-size: 26px;
    font-weight: 500;
    color: #262526;
    line-height: 1.4;
    margin: 0 !important;
}
.title-wrap p {
    color: #262526;
    font-size: 13px;
    line-height: 22px;
	margin-top:10px;
	margin-bottom:0;
	text-align:left;
}
.icon-box:hover .icon-wrap{
background-color:#006fb8;
transition: all .4s ease-in-out;
}
.icon-box:hover .icon-wrap i{
background-color:#006fb8;
color:#fff;
transition: all .4s ease-in-out;
}

/*-----------------------------------------------featured-secton -----------------------------------------------*/
.featured-section{
padding:40px 0;
background-color:#FFFFFF;
}
.featured-section h2{
	color: #262526;
    position: relative;
    margin-bottom: 10px;
	font-family:Roboto;
	font-weight:300;
    font-size: 36px;
	text-align:center;
	margin-top:0;
}
.featured-section h2 strong{color:#006fb8; font-weight:900;}
#menu-outer {
	background: url(images/bar-bg.jpg) repeat-x;

}

.tabs-table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.mx-featuredtabs{
display:inline-block;
list-style: none;
margin-top:45px;
border-bottom: 0!important;
}
.mx-featuredtabs:after{
    width: 100%;
    height: 4px;
    content: " ";
	left:0;
    top: 82px;
    background: #006fb8;
    position: absolute;
}
.mx-featuredtabs li{
display:inline;
margin-bottom:0!important;
}
.mx-featuredtabs li.active a{
	color: #FFF!important;
    background-color: #006FB8!important;
	border:0!important;
	border-bottom:0!important;
}
.mx-featuredtabs li a{
	color: #006FB8!important;
	border:0!important;
	border-bottom:0!important;
}
.mx-tabcont{
margin-top:30px;
}
.mx-tabcont h4{
text-align:left;
font-weight:600;
font-family:Roboto;
margin-top:20px;
color:#262526;
}
.mx-tabcont p{
text-align:left;
font-family:Roboto;
color:#262526!important;
line-height:22px!important;
font-size:13px!important;
text-align:justify;
min-height:140px;
}
.btn-more{
    background-color: #006FB8!important;
	color:#fff;
	border-radius:0!important;
	font-size:13px!important;
}
.commercial{
margin-top:45px;
display:inline-block;
}
.commercial-list{
width:100%;
border:1px solid #ccc;
display:inline-block;
margin-bottom:30px;
}

.hovereffect {
  width: 100%;
  margin-bottom:10px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.commercial-list img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
}

.commercial-list:hover img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.commercial-list .overlay {
  width: 100%;
  height: 125%;
  top:0;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}

.commercial-list:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}
.commercial-list p.icon-links a {
	color: #006FB8!important;
	font-size: 26px;
	margin: 0 auto;
    display: inline-block;
}
.commercial-list:hover p.icon-links a:hover,
.commercial-list:hover p.icon-links a:focus {
	color: #fff!important;
	background-color:#006FB8!important;
}

.commercial-list p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-200%,0);
	transform: translate3d(0,-200%,0);
}

.commercial-list p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.commercial-list:hover p.icon-links a {
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}
.commercial-list:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.commercial-list:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.commercial-list:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.commercial-list h5 {
    padding: 0 !important;
    font-size: 16px;
	text-align:center;
    font-weight: bold;
    color: #4d5359;
	font-family:Roboto;
    line-height: 1.8;
    margin: 0 !important;
}
.commercial-list:hover{
cursor:pointer;
}
.commercial-det{
padding:10px;
}
.commercial-list:hover h5{
color:#006FB8!important;
}


.testimonial-sec{
background-image:url(../images/blonde-cafe.jpg);
background-color: rgba(24, 28, 32, 0.7);
}
.testimonial-sec h2{
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
    margin-top: 0;
    font-weight: 100;
	
}
.testimonial-sec h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 100;
}
.testimonial-sec-cont{
padding:60px 0;
}
.testimonial-head{
color: #fff;
padding-bottom: 25px;
    margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700!important;
	font-size: 26px;
    line-height: 1.2em;
	text-align:center;
}
.testimonial-section{
background: #fff;
 color: #666e70;
 min-height:185px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-color: #fff;
    padding: 25px 28px 12px 46px;
    margin-bottom: 20px;
    font-style: italic;
 	border-radius:2px;
	font-size:18px;
	font-weight:300;
 }
 .testimonial-section:before{
	 font: normal normal normal 14px/1 FontAwesome;
    content: "\f10d";
    color: #d6dfdf;
    display: block;
    font-size: 25px;
    position: absolute;
    top: 18px;
    font-style: normal;
    left: 30px;
 }
 .testimonial-section:after{
	    background: url(../images/triangle-testimonials-white.png) no-repeat 50% 0;
    content: '';
    display: block;
    width: 23px;
    height: 16px;
    position: absolute;
    left: 95px;
    top: 184px; 
}
.testimonial-section-bot{
float:left;
}
.testimonial-section-bot span{
height: 70px;
width:70px;
float: left;
margin-right: 20px;
}
.testimonial-section-name{
color: #fff;
    font-weight: 700!important;
    margin-bottom: 0;
    font-size: 14px;
    float: left;
    margin-top: 15px;
}
.
.carousel-indicators-set{
MARGIN-TOP: 25px!important;
position:relative!important;
display: inline-block!important;
bottom:0!important;
left:0!important;
width: 100%!important;
margin-left:0!important;
}
.mx-carousel{
margin-top:45px;
}
.mx-carousel .carousel-inner{
min-height:150px;
}
.mx-carousel .carousel-indicators .active{background-color: #006fb8; border:0;}
.mx-carousel .carousel-indicators li{background-color: #ccc; border:0;}


.footer{
background-color: #1e1e1e;
width:100%;
}
.footer-top{
padding-top:60px;
padding-bottom:40px;
border-bottom: 1px solid #1a1e22;
border-top: 1px solid #2e343a;
}
.footer-top h5 {
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #006fb8;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
    font-family: Roboto;
    float: left;
    width: 100%;
}
.footer-top h5:after {
    width: 60px;
    height: 4px;
    content: " ";
    bottom: -2px;
    left: 0;
    background:#006fb8;
    position: absolute;
}

.footer-top ul{
padding:0;
}
.footer-top ul li{
list-style:none;
    margin: 4px 0;
}
.footer-top ul li a{
transition: color .1s ease-in,border .1s ease-in;
text-decoration: none;
color: #fff;
font-family:Roboto;
}
.footer-top ul li .fa{
margin-right:10px;
}
ul.contact li {
margin-bottom:15px;
}
ul.contact li {
color: #fff;
line-height:22px;
}
ul.contact li strong{
color: #fff;
}

ul.contact li .fa{
color: #fff;
}
.footer-bot{
background-color:#006fb8;
padding:15px 0;
font-family:Roboto;
color: #fff;
}
.footer-bot a{
padding:15px 0;
font-family:Roboto;
color: #fff;
}
.footer-bot a:hover{
text-decoration:none;
color:#fff;
}
.footer-bot ul.social{
padding:0;
margin:0;
list-style:none;
float:right;
}
.footer-bot ul.social li{
float:left;
display:inline-block;
margin-left:20px;
}
.footer-bot ul.social li a{
color: #fff;
font-size:16px;
}

.contact-banner{
background-image:url(../images/contact.jpg);
background-size:cover;
background-size: cover;
background-position: center center;
min-height:300px;
}
.contact-banner-dark{
height:300px;
}
.map-cont{
width:100%;
height:300px;
margin-bottom:20px;
border-bottom: solid 1px #dedede;
}

.contact-info{
box-shadow: 0 1px 10px rgba(0,0,0,.3);
z-index: 99;
position: relative;
margin-bottom:30px;
margin-top:-30px;
}
.mx-crumb{
background-color:#f4f6f6!important;
background: #fff;
padding: 15px 20px!important;
margin-bottom:0!important;
border-radius:0!important;
border-bottom: 1px solid #dedede;
}
.mx-crumb li a{
color: #3398d4;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.mx-crumb li{
font-size:12px;
}
.contact-details{
padding:30px 15px;
}
.panel-box{
background-color: #fff;
border: solid 1px #dedede;
border-bottom: solid 2px #dedede;
margin: 0 0 30px 0;
}
.panel-box h4{
color: #262526;
margin-bottom: 10px!important;
text-transform: uppercase;
font-weight: 600!important;
font-size: 18px;
line-height: 1.3em;
    border-bottom: #ddd 1px solid;
	padding:10px;
	margin-top:0;
}
address {
    line-height: 35px!important;
	color:#262526!important;
	padding:10px;
}
address strong{
color:#262526!important;
font-weight:bold!important;
font-size:14px;
}
address .fa{
color: #3398d4;
margin-right:8px;
}
.contact-form{
	color:#262526!important;
	padding:10px 0;
	display:inline-block;
	width:100%;
}
.contact-form label{
	color:#262526!important;
	font-weight:normal;
}
.contact-form .form-group{
margin-bottom:20px!important;
display:inline-block;
width:100%;
}
.btn-cont{
background: #333333;
    color: #fff!important;
    padding: 12px 25px!important;
    font-size: 16px!important;
    line-height: 20px!important;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    transition: all .3s ease-in;
	margin-left:15px;
	}
.btn-cont:hover{
    background: #3398d4;
    border: 1px solid #0092a0;
    box-shadow: inset 0 1px 0 #00a6b1;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
}


.abt-banner{
background-image:
url(../images/bg1.JPG);
background-size:cover;
background-size: cover;
background-position: center center;
min-height:300px;
}
.abt-banner-dark{
height:300px;
}
.abt-info{
box-shadow: 0 1px 10px rgba(0,0,0,.3);
z-index: 99;
position: relative;
margin-bottom:30px;
margin-top:-30px;
}
.abt-details{
padding:30px 15px;
display:inline-block;
width:100%;
}
.abt-details img{
margin-top:50px;
width:100%;
}
.abt-details h2{
	color: #006fb8;
    position: relative;
    margin-bottom: 30px;
	font-family:Roboto;
	font-weight:500;
    font-size: 22px;
	text-align:left;
	margin-top:0;
}
.abt-details h2:before {
	left: 0;
    width: 80px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #006fb8;
    position: absolute;
}
.abt-details h2:after {
	left: 20px;
    width: 40px;
    height: 4px;
    content: " ";
    bottom: -11px;
    /* top: 213px; */
    background: #006fb8;
    position: absolute;
}
.img-left{
width: 270px;
margin-top: 5px!important;
border-radius: 3px;
margin-right: 25px;
margin-bottom:20px;
float:left;
position:relative;
}
.img-right{
width: 270px;
margin-top: 5px!important;
border-radius: 3px;
margin-left: 25px;
margin-bottom:20px;
float:right;
position:relative;
}
.abt-details p{
	font-family: Roboto;
    color: #262526!important;
    line-height: 22px!important;
    font-size: 13px!important;
    text-align: justify;
}
.franchise-banner{
background-image:url(../images/indian-map.jpg);
height:720px;
background-repeat:no-repeat;
background-position: left center;
}
.franchise-banner-dark{
height:300px;
}

.franchise{
padding:30px 15px;
display:inline-block;
width:100%;
}
.franchise img{
margin-top:50px;}
.franchise h2{
	color: #006fb8;
    position: relative;
    margin-bottom: 20px;
	font-family:Roboto;
	font-weight:500;
    font-size: 22px;
	text-align:left;
	margin-top:0;
}
.franchise h2:before {
	left: 0;
    width: 80px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #006fb8;
    position: absolute;
}
.franchise h2:after {
	left: 20px;
    width: 40px;
    height: 4px;
    content: " ";
    bottom: -11px;
    /* top: 213px; */
    background: #006fb8;
    position: absolute;
}
.franchise p{
	font-family: Roboto;
    color: #262526!important;
    line-height: 22px!important;
    font-size: 13px!important;
    text-align: justify;
	margin-bottom:30px;
}


.tabs-left{
float:left;
border-bottom:0!important;
}
.tabs-left li{
float:left;
width:100%;
}
.tabs-left li a{
color: #70757a;
background: #f8fafa;
border: 1px solid #e5eaea!important;
}
.tabs-left li a:hover{
background-color:#FFFFFF!important;
}
h4.tabpane-head{
color: #21252b;
margin-bottom: 10px!important;
text-transform: uppercase;
font-weight: 600!important;
font-size: 18px;
line-height: 1.3em;
margin-top:0;
margin-bottom:20px;
}
.tab-panelist{
padding-left:17px!important;
color:#666e70;
line-height:22px;
}
.tab-panelist li{
margin-bottom:10px;}
.tab-quote{
	font-style:italic;
	margin:25px 0;
	color:#47bad1;
	font-weight:600;
	line-height: 30px;
}
.tab-pane p{
font-size:14px;
color:#666e70;
line-height:22px;
}
.mx-table{
color: #666e70;
line-height: 22px;
}

h4.page-head{
color: #21252b;
margin-bottom: 10px!important;
text-transform: uppercase;
font-weight: 600!important;
font-size: 18px;
line-height: 1.3em;
margin-top:0;
margin-bottom:20px;
}
.shadow-effect{
position:relative;
}
.shadow-effect:before{
bottom: 9px;
    left: 10px;
    width: 45%;
    top: 80%;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	transform: rotate(-3deg);
    max-width: 300px;
	position: absolute;
    z-index: 0;
    content: "";
}
.shadow-effect:after{
	bottom: 9px;
    transform: rotate(3deg);
    right: 10px;
    left: auto;
	width: 45%;
	top: 80%;
	max-width: 300px;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	position: absolute;
    z-index: -1;
    content: "";
}
.branch-box{
border: 1px solid #dde1e1;
background: #fff;
position: relative;
border-radius: 3px;
padding: 10px 15px 10px;
margin-bottom: 20px;
}
.branch-box h4{
margin-top:0;
margin-bottom:15px;
font-weight:600;
font-size:16px;
color: #47bad1;
}
.branch-box h5{
margin-top:0;
margin-bottom:5px;
font-weight:600;
font-size:14px;
}
.branch-box p{
margin-bottom:10px!important;
line-height:22px;
color: #666e70;
}
.input-with-icon{
position: relative;
}
.input-with-icon .fa{
position:absolute;
left:10px;
color:#c8ced1;
line-height:50px;
}
.mx-formgrp .form-control{
padding-left:30px!important;
height:50px!important;
color: #666e70!important;
}
.btn-register{
background: #333333;
    color: #fff!important;
    padding: 12px 25px!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    transition: all .3s ease-in;
	width:100%;
	}
.btn-register:hover{
    background: #006fb8;
    border: 1px solid #0092a0;
    box-shadow: inset 0 1px 0 #00a6b1;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
}
.gallery-partners{
width:100%;
display:block;
}

.gallery-item a{
display: inline-block;
    text-align: -webkit-center;
    border: 1px solid #dae1e1;
    padding: 10px;
    width: 100%;
	margin-bottom:20px;
	min-height:90px;
}
.gallery-item a:hover{
border:1px solid #47bad1;
transition: border-color .3s ease-in-out,background-color .3s ease-in-out;
}
/* Tooltip */
  .test + .tooltip > .tooltip-inner {
      background-color: #222; 
      color: #FFFFFF; 
      border: 1px solid #222; 
      padding: 5px 10px;
      font-size: 14px;
  }
  /* Tooltip on top */
  .test + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #222;
  }
  /* Tooltip on bottom */
  .test + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid blue;
  }
  /* Tooltip on left */
  .test + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid red;
  }
  /* Tooltip on right */
  .test + .tooltip.right > .tooltip-arrow {
      border-right: 5px solid black;
  }

.abt-details p{
font-size: 14px;
    color: #666e70;
    line-height: 22px;
	}
.tab-head {
    margin-bottom: 10px;
    color: #47bad1;
    font-weight: 600;
}

.mattress-detail{
	width:100%;
	background-color:#EEEEEE;
	padding:10px;
	border-bottom: 2px solid #006fb8;
	display:inline-block;
}
.mattress-detail img{
margin-top:0;
}
h5.mattress-title {
float: left;
    padding: 0 !important;
    font-size: 20px;
    font-weight: 600;
    color: #006FB8;
    line-height: 1.4;
    margin: 0 !important;
}
h6.mattress-size {
	float: left;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #262526;
    line-height: 28px;
    margin: 0 !important;
	width:100%;
}
.mattress-detail p{
float:left;
margin-top:20px;
font-family: Roboto;
    color: #262526!important;
    line-height: 22px!important;
    font-size: 13px!important;
    text-align: justify;
}
.accessories-detail{
width:100%;
display:inline-block;
}
.accessories-detail img{
margin-top:20px;
}
.accessories-detail p{
float:left;
font-family: Roboto;
    color: #262526!important;
    line-height: 22px!important;
    font-size: 13px!important;
    text-align: justify;
	margin-bottom:0;
}
h5.accessories-title {
	text-align:center;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;
    color: #262526;
    line-height: 1.4;
    margin: 0 !important;
}

.commercial-detail{
width:100%;
background-color:#EEEEEE;
padding:10px;
min-height:240px;
border-bottom: 2px solid #006fb8;
display:inline-block;
}
h5.commercial-title {
float: left;
    padding: 0 !important;
    font-size: 20px;
    font-weight: 600;
    color: #006FB8;
    line-height: 1.4;
    margin: 0 !important;
}
.commercial-detail p{
float:left;
margin-top:20px;
font-family: Roboto;
    color: #262526!important;
    line-height: 22px!important;
    font-size: 13px!important;
    text-align: justify;
}
h5.grand-title {
	float: left;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #262526;
    line-height:26px;
    margin: 0 !important;
}
.grand img{
margin-top:0;
margin-bottom:15px;
}
.grand p{
float:left;
}
.grand h6{
	float: left;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #262526;
    line-height:26px;
    margin: 0;
	margin-bottom:5px;
}
.grand ul{
margin:0 0 20px 0;
padding:0;
list-style:none;
float:left;
width:100%;
}
.grand ul li{
margin-bottom:5px;
font-family: Roboto;
    color: #262526!important;
    line-height: 22px!important;
    font-size: 13px!important;
}
.grand .fa{
color: #006FB8;
margin-right:5px;
}
@media (min-width: 320px) and (max-width: 768px) {
.footer-bot ul.social{
float:none;
text-align:center;
margin-top:20px;
}
.phone{
margin-right:0;
text-align:center;
float:none;
}
.mail {
    float: none;
    margin-right: 0;
	text-align:center;
}
.mx-brand{width:50%;}
.mx-navbar .navbar-toggle{transition: margin-top .5s ease-in-out,margin-bottom .5s ease-in-out;background:#f4f6f6; border: 1px solid #e3e9e9;
box-shadow: inset 0 1px 0 #f8fafa; text-shadow: 0 1px 0 #fff; color: #586266!important; margin:33px 15px 33px 0}
.navbar-toggle .icon-bar{background-color: #586266;}
.mx-nav{margin:0!IMPORTANT; background-color:#f4f6f6; margin-bottom:10px!important;}
.mx-nav li a{padding: 10px 15px!important;}
.mx-dropdown{background-color:#FFFFFF!important;}
.mx-nav li a:hover{border-bottom: 3px solid #ED6E21!important;}
.mx-dropdown li a{color: #21252b!important;}
.icon-box{margin-bottom:20px;}
.about_cont{padding:60px 0!important;}
.about_cont img{margin-top:20px;}
}
