@import url(verdana.css);
@font-face {
  font-family: 'Verdana';
  src: url('Verdana.eot');
  src: url('Verdana.eot?#iefix') format('embedded-opentype'),
    url('Verdana.woff2') format('woff2'),
    url('Verdana.woff') format('woff'),
    url('Verdana.ttf') format('truetype'),
    url('Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana-Bold';
  src: url('Verdana-Bold.eot');
  src: url('Verdana-Bold.eot?#iefix') format('embedded-opentype'),
    url('Verdana-Bold.woff2') format('woff2'),
    url('Verdana-Bold.woff') format('woff'),
    url('Verdana-Bold.ttf') format('truetype'),
    url('Verdana-Bold.svg#Verdana-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.verdana-bold {
    font-family: 'Verdana-Bold';
    font-weight: bold;
}

.text-center { text-align: center !important; }
@font-face {
  font-family: 'Conv_verdanab_0';
  src: url('fonts/verdanab_0.eot');
  src: local('☺'), url('fonts/verdanab_0.woff') format('woff'), url('fonts/verdanab_0.ttf') format

('truetype'), url('fonts/verdanab_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body { font-family: 'Verdana'; overflow-x: hidden; }
/*body { font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }*/
.color-orange {
  color: #dd6623;
}
.bg-light-grey {
  background:#c1c5ca;
}
.bg-orange {
   background: #dd6623;
}
*{ outline:none;}
.no-margin { margin:0;}
.no-padding { padding:0;}
.p-relative { position: relative; }
#wrapper { width:100%; max-width:1600px; margin:0 auto;}
.top-gradient {
  background-image: -moz-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width: 100%;
}
#gallery .carousel-inner > .item > a > img, #gallery .carousel-inner > .item > img {
  width: 100%;
  height: 200px;
}
.list_carousel a { text-decoration: none; color: inherit !important; }
#example-one { /*margin-left:6%;*/ margin-left:5%; }
#example-one li.active a , #example-one li:hover a { color: #d95b27; }
a, a:hover { text-decoration:none;}
.container { max-width:1200px;}
.nav-level-1 { width:100%; text-align:right; padding-top:10px;}
.nav-level-1 ul { list-style:none; font-size:13px; color:#656565; float:right;}
.nav-level-1 ul.register { padding-top:5px;}
.nav-level-1 .register li:hover a { color: #e36928 !important;  }
.nav-level-1 ul li { display:inline-block;}
.nav-level-1 ul li i { font-size:16px;}
.nav-level-1 ul li a {font-size:13px; color:#656565;}
.nav-level-1 ul:first-child li { color:#a9a9a9;}
.nav-level-1 ul:first-child li:first-child { margin-right:20px; vertical-align: top; padding-top: 5px;}
.nav-level-1 ul:first-child li span { display:inline-block; line-height: 26px; background-color:#da6433; 

width: 26px; height: 26px; text-align: center; vertical-align: bottom;}
.nav-level-1 ul:first-child li a i { font-size:15px; color:#fff; margin-top: 5px;}
.navbar-brand { height:inherit; padding:10px 0 0 0; margin:0;}
.navbar-default { background:none; border:none;}
.signout i { color: #d95b27;}
.navbar {/*border-bottom: 2px solid white;*/ width:100%;}
.navbar .nav { position: relative; text-align:right; width:100%; float: none !important;}
.navbar .nav li { margin:0 0; /*padding: 10px 22px; */ padding: 10px 18px; }
.navbar .nav li a:hover { color: white; }
#magic-line { display: none; position: absolute; bottom: -10px;  left: 0;  width: 100px;  height: 6px; 

background: #d95b27; margin:0;}
.nav>li { position:static;}
.navbar-default .navbar-nav>li>a { background:none; color:#5d5d5d; font-size:14px; text-transform:uppercase; 

padding:10px 5px;  }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-

nav>.active>a:hover { background:none;}
.navbar .nav li a:hover { color:#5d5d5d;}
.navbar-toggle { float:left;}
.desktop-pull { float:left;}
.search{
  position:relative;
  display: inline-block;
  top:8px;
  z-index:99999;
}
.form-inline input[type="checkbox"] + label {
  color: #fff !important;
}
.search_box:checked~.search_form:after {
content: '';
display: block;
position: absolute;
top: -19px;
right: 6px;
width: 0;
height: 0;
border-color:transparent transparent #dcdfe2;
border-style: solid;
border-width: 10px;
}
.search_box:checked~.search_form:before {
content: '';
display: block;
position: absolute;
top: -21px;
right: 6px;
width: 0;
height: 0;
border-color: transparent transparent #b9b9b9;
border-style: solid;
border-width: 10px;
}
.search_form{
  background: #dcdfe2;	
  position:absolute;
  z-index:0;
  padding:0px 5px;
  right:-10px;
  top:15px;
  width: 20px;
  height:0px;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s 

ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 

0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}
.search_form input{
  background:#fff;
  border:none;
}
.search_form input[type='text']{
  width:100%;
  margin:0px 1px 0px 0;
  padding:0px 5px 1px;
  min-height:23px;
}
.search_form input[type='submit']{
  text-transform:uppercase;
  font-size:11px;
  padding:0px 5px;
  min-height:23px;
  margin:0px 0px 0px 0;
  cursor: pointer;
}
.search_box{
  visibility: hidden;
}
.search_box:checked~.search_form{
  width: 213px;
  height:34px;
  padding:5px;
  top:40px;
  border:1px solid #b9b9b9;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 

0.2s;
}
.search_box:checked~.search_form form{
  opacity:1;
  transition:0.3s all ease-out 0.5s;
  -webkit-transition:0.3s all ease-out 0.5s;
}
.login-form { width:100%; background: #3d4248; border-bottom:2px solid #d85714; padding:10%;}
.login-form h1 {    margin: 0 0 20px 0;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 120%;
    text-shadow: 0px 2px 4px rgba(0, 0, 1, 0.38);
    letter-spacing: 1px;  padding-top: 25%;}

@media screen and (min-width: 1400px){
  .login-form h1 {
    padding-top: 33%;
    font-size: 2em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1399px){
  .login-form h1 {
    padding-top: 20%;
    font-size: 1.7em;
  }
  .login-form {
    width: 100%;
    background: #3d4248;
    border-bottom: 2px solid #d85714;
    padding: 8%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
  .login-form h1 {
    padding-top: 20%;
    font-size: 1.7em;
  }
  .login-form {
    width: 100%;
    background: #3d4248;
    border-bottom: 2px solid #d85714;
    padding: 8%;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1279px){
  .login-form h1 {
    padding-top: 40%;
    font-size: 1.6em;
  }
  .login-form {
    width: 100%;
    background: #3d4248;
    border-bottom: 2px solid #d85714;
    padding: 8%;
  }
}
.input-group-addon { background:#fff; border:none;}
.login-form .form-group { width:100%; margin-top:0;}
.login-form .input-group { width:100%; margin:10px 0;}
.login-form input {border:none; outline-style:none;box-shadow:none;border-color:transparent;}
.login-form input:focus{ outline-style:none;box-shadow:none;border-color:transparent;}
.login-text { color:#fff; padding-top:10px;}
.login-text a { display:block; color:#fff; text-align:right;}
.login-text input { vertical-align:sub; margin-right:5px;}
.submit_btn, .regiter_user { color:#fff; padding:13px 20px; display:block; margin:20px auto; width:100%; max-

width:150px; font-size:13px; font-weight:bold;
background-image: -moz-linear-gradient(90deg, rgb(214,69,8) 0%, rgb(230,83,15) 54%, rgb(231,84,16) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(214,69,8) 0%, rgb(230,83,15) 54%, rgb(231,84,16) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(214,69,8)), color-stop(0.54, rgb(230,83,15)), 

to(rgb(231,84,16)));
background-image: -o-linear-gradient(90deg, rgb(214,69,8) 0%, rgb(230,83,15) 54%, rgb(231,84,16) 100%);
background-image: linear-gradient(90deg, rgb(214,69,8) 0%, rgb(230,83,15) 54%, rgb(231,84,16) 100%);
}
.regiter_user {text-transform:uppercase; text-align:center;
	background-image: -moz-linear-gradient(90deg, rgb(0,0,0) 0%, rgb(21,21,24) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0,0,0) 0%, rgb(21,21,24) 100%);
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(0,0,0)), to(rgb(21,21,24)));
	background-image: -o-linear-gradient(90deg, rgb(0,0,0) 0%, rgb(21,21,24) 100%);
	background-image: linear-gradient(90deg, rgb(0,0,0) 0%, rgb(21,21,24) 100%);

}
/*************************************gallery PAGE *****************************************/ 
@media screen and (max-width :640px){
  .carousel-inner.gallery {
    position: relative;
    width: 90%;
    overflow-y: scroll !important;
    margin: 0 auto;
    height: 350px;
 } 
}
.carousel-control .gallery{  
margin:0px 0 0 0; padding:0; text-shadow:none; color:#fff !important; background:#000 !

important;width:30px;height:30px;} 
.gallery { 
    position: relative; 
    width: 92%; 
    overflow: hidden; 
    margin: 0 auto; 
} 
.thumbnail { 
    display: block; 
    padding: 4px; 
    margin-bottom: 10px; 
    line-height: 1.42857143; 
    background-color: #fff; 
    border: 0px solid #ddd; 
    border-radius: 0px; 
    -webkit-transition: border .2s ease-in-out; 
    -o-transition: border .2s ease-in-out; 
    transition: border .2s ease-in-out; 
     width:100%; 
} 
.project{font-size:25px;text-transform:uppercase;color:#2a2b30;margin-bottom:20px;} 
.project span{border-bottom:2px solid #e4e4e4;} 
.padding-ten{padding-left:10px;padding-right:10px;} 
.gal{margin-bottom:50px;} 
.carousel-fade .carousel-inner .item { 
  opacity: 0; 
  -webkit-transition-property: opacity; 
  -moz-transition-property: opacity; 
  -o-transition-property: opacity; 
  transition-property: opacity; 
} 
.carousel-fade .carousel-inner .active { 
  opacity: 1; 
} 
.carousel-fade .carousel-inner .active.left, 
.carousel-fade .carousel-inner .active.right { 
  left: 0; 
  opacity: 0; 
  z-index: 1; 
} 
.carousel-fade .carousel-inner .next.left, 
.carousel-fade .carousel-inner .prev.right { 
  opacity: 1; 
} 
.carousel-fade .carousel-control { 
  z-index: 2; 
} 
 
/*************************************gallery PAGE *****************************************/
.carousel-control { width:inherit; opacity:1;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-

chevron-left, .carousel-control .icon-prev { margin:-10px 0 0 0; padding:0; text-shadow:none; color:#2a2b30; 

background:#fff;}
.body-section { margin:50px 0 5% 0; position: relative;}
.body-section h1 { color:#2a2b30; font-size:25px; border-bottom:2px solid #e4e4e4; padding-bottom:10px; 

display:inline-block;}
.nav-tabs>li { width:50%;}
.nav-tabs>li>a { background:#3d4248;border-radius:0 !important; border:none; margin:0; padding:10px; 

color:#fff; text-transform:uppercase; text-align:center; font-weight:bold;text-shadow: 0px 2px 4px rgba(0, 0, 

1, 0.38); font-size:13px; position:relative;}
.nav-tabs>li.active>a:after { top: 100%; z-index:9;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(101, 101, 101, 0);
	border-top-color: #656565;
	border-width: 10px;
	margin-left: -10px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {margin:0; border:none; 

background:#656565; padding:10px; color:#fff; text-transform:uppercase;}
.nav-tabs>li>a:hover { background-color:#656565;}
.tab-content .carousel-control .glyphicon-chevron-right, .tab-content .carousel-control .icon-next, .tab-

content .carousel-control .glyphicon-chevron-left, .tab-content .carousel-control .icon-prev { margin:-10px 0 

0 0; padding:0; text-shadow:none; color:#fff; background:#8c8c8c;}
.tab-content .carousel-caption { position:static; height: 105px; background:#e4e4e4; margin:0; padding:0; 

color:#3d4248; text-shadow:none;}
.tab-content .carousel-caption h4 { margin:0; padding:10px 0 5px 0; font-size:14px; font-weight: 600;}
.tab-content .carousel-caption p { margin: 10px auto; }
.tab-content .carousel-caption { padding-bottom:5px;}
.see-more { color:#3d4248; font-size:12px; display:block; padding-top:10px; margin-bottom:50px; font-weight: 

bold; text-transform: uppercase;}
.see-more i { color:#e5520f; margin-left:5px;}
.caroufredsel_wrapper {
  height: 345px !important;
}
.tab-content .see-more {
  margin-top: 1px; 
  margin-bottom:0;
}
#youtube iframe {
  margin: 10% auto;
}

#gallery .carousel-control .glyphicon-chevron-left, #gallery .carousel-control .glyphicon-chevron-right, 

#gallery .carousel-control .icon-next, #gallery .carousel-control .icon-prev , #videos .carousel-control 

.glyphicon-chevron-left, #videos .carousel-control .glyphicon-chevron-right, #videos .carousel-control .icon-

next, #videos .carousel-control .icon-prev {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
#gallery a , #videos a {
  text-decoration: none;
  color: inherit !important;
}
.list_carousel {
	margin: 0;
	width: 100%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	padding: 0;
	margin: 0 0 15px 0;
	display: block;
	float: left;
}
.list_carousel li p { margin:0; padding:2px 0;}
.list_carousel li p:first-child { color:#121212; font-size:16px}
.list_carousel li p:nth-child(2) { color:#656565; font-size:14px}
.list_carousel li span { display:block; color:#d85714; font-size:12px;}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
@media screen and (min-width:1360px) and (max-width:1366px){
  .list_carousel li {
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  float: left;
}
  .list_carousel li p:first-child { color:#121212; font-size:15px}
.list_carousel li p:nth-child(2) { color:#656565; font-size:13px}
.list_carousel li span { display:block; color:#d85714; font-size:12px;}
}
.social-feed .nav-tabs>li { width: 33.33%; margin: 0 auto;text-align: center;float: none;display: inline-

block; float: left;}
.social-feed .nav-tabs>li i { font-size:22px;}
.social-feed .tab-content { border:1px solid #3d4248; height:380px; overflow:hidden;}
.map-border { border:1px solid #c0c0c0;}
.footer-map { background:#e4e4e4; padding:20px 0;}
.footer-map h2 { font-size:25px; padding-bottom:10px; border-bottom: 2px solid #d5d5d5; display:inline-block;}
.footer-map h4 { font-size:18px; /*padding-bottom:10px;*/}
.footer-map .address { margin-bottom:15%; word-break: keep-all;}
.footer-map p { font-size:15px;}
.footer-map i { color:#e36928;}
footer { color:#3d4248; padding:2% 0; margin:0;
background-image: -moz-linear-gradient( 90deg, rgb(206,209,211) 0%, rgb(218,221,224) 0%, rgb(220,220,220) 0%, 

rgb(189,194,199) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(206,209,211) 0%, rgb(218,221,224) 0%, rgb(220,220,220) 

0%, rgb(189,194,199) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(206,209,211) 0%, rgb(218,221,224) 0%, rgb(220,220,220) 0%, 

rgb(189,194,199) 100%);}
footer h2 { font-size:18px; padding:10px 0 10px 0; margin:0; text-transform:uppercase;}
footer h2 a  { color:#3d4248; }
footer h2 a:hover { color:#e36928; }
footer ul { list-style:none; margin:0; padding:0;}
footer ul li { padding:5px 0;}
footer ul li a {font-size:16px; color:#3d4248;}
.footer-second .sitemap li a:hover { color:#e36928; }
footer ul li a:hover { color:#e36928;}
.footer-second { background:#f9f9f9; padding:5px; border-bottom: 2px solid #d95b27; height: 50px;}
.footer-second p { font-size:13px; color:#3d4248; margin-top: 10px; }
.footer-second .sitemap, .footer-second .social-media { list-style:none; padding:0; margin-top: 10px; white-

space: nowrap; text-align: right;}
.footer-second .sitemap li{ display:inline-block; border-left:none;}
.footer-second .sitemap li a { text-decoration:none; color:#3d4248; padding:0 2px;  font-size:13px;}
.footer-second .sitemap li:first-child a { border-left:none;}
.footer-second .social-media { float: right; }
.footer-second .social-media li { display:inline-block; color:#fff;}
.footer-second .social-media li a { display:block; color:#fff; height:26px; width:26px; background:#da6433; 

text-align:center;}
.footer-second .social-media li a i {vertical-align:sub; margin-top: 5px;}
.inner-nav { z-index: 0; position: relative; width:100%; background-image: -moz-linear-gradient( 90deg, rgb

(217,217,217) 0%, rgb(197,202,206) 0%, rgb(218,221,224) 0%, rgb(199,202,203) 100%);background-image: -webkit-

linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(197,202,206) 0%, rgb(218,221,224) 0%, rgb(199,202,203) 

100%);background-image: -ms-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(197,202,206) 0%, rgb(218,221,224) 

0%, rgb(199,202,203) 100%);}
.draggable-container {
  overflow: hidden;
  /* no selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width:75%;
  float:left;
}
.draggable-container1 {
  overflow: hidden;
  /* no selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.draggable-nav {
  width: 9999999px;
  white-space: nowrap; /* all on same line */
  font-size: 0; /* fix inline block spacing */
}
/*.draggable-nav.nav > li > a  {
  font-size: 11px; 
  text-align:center;
  color:#3d4248;
  text-transform:uppercase;
  padding:10px 30px;
}*/
.draggable-nav.nav > li > a  {
  font-size: 14px; /* give font size to links */
  text-align:center;
  color:#3d4248;
  text-transform:uppercase;
  padding:10px 22px;
}
.inner-nav .draggable-nav.nav > li > a:hover { background:none;}
.inner-nav .draggable-nav.nav > li > a.active, .draggable-nav.nav > li > a:hover { color:#da6433;}
/*.draggable.nav > li:first-child > a { padding-left:0;}*/
.inner-nav .draggable-nav.nav > li > a i { font-size:35px; padding-bottom:10px;}
.inner-nav .draggable-nav.nav > li > a { position:relative; height: 60px;}
.inner-nav .draggable-nav.nav > li > a.active:after, .draggable-nav.nav > li > a:hover:after {content:""; 

position:absolute; width: 0; bottom:-10px; left:40%;height: 0;
border-style: solid;border-width: 0 11px 11px 11px;border-color: transparent transparent #ffffff transparent;}
.inner-nav .draggable-container {padding: 10px 0px;}
.inner-nav .nav-tabs>li { width:auto;}
.inner-nav ul li { display:inline-block; vertical-align: middle;}
/*.user-display { float:right; width:25%; text-align:left; margin-top:1.5%; padding:10px;}*/
.user-display { float:right; width:25%; text-align:left; margin-top:0; padding:10px;}
.user-display p { text-transform:capitalize; font-size:11px; padding:0; margin:0; color: #3d4248;}
.user-display p.name { font-size:16px; color: #3d4248;}
.user-display p .signout { color:#d95b27; font-size:13px; font-weight: 600; }
.user-display .user-image { width:60px; height:60px; background: #fff; border-radius:50%; overflow:hidden; 

position:relative; border:1px solid #3d4248; }
.user-display .user-image img { margin: auto; max-width: none; position: absolute; top: 0; width: 100%; right: 

-50%; bottom: 0; left: -50%; z-index: 0;}
.breadcrumb { background:none; margin:20px 0; font-size:14px; font-weight: 500; padding: 0;}
.breadcrumb a { color:#636363;}
.breadcrumb>.active { color:#b93f0c;}
.breadcrumb>li+li:before { content:"\f105"; color:#636363; font-family: 'FontAwesome';}
.inner-body { margin:0 0 50px 0;}
.inner-body .table-top-title { padding:0; position:relative; margin-bottom: 5px; background-image: -moz-

linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(218,217,217) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(218,217,217) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(218,217,217) 100%);}
.inner-body .table-top-title p { /*color:#de6826; */font-size:13px; text-transform:uppercase; display:inline-

block; margin:0; font-weight:700;}
/*.inner-body .table-top-title .line {position:absolute; bottom:0; left:0; height:4px; width:14.3%; 

background:#de6826}*/
.inner-body .table-top-title .line {position:absolute; bottom:0; left:0; height:4px; width:15.3%; /*max-

width:200px;*/ background:#de6826}
.inner-body .table-top-title ul { list-style:none; margin:0; /*text-align:right;*/ padding-top: 15px; margin-

left: 20px;}
.inner-body .table-top-title ul li { display:inline-block; padding:0 5px; font-weight:bold; color: #555555;}
.inner-body .table-second-heading {border-style: solid;
  border-width: 0;
 /* border-color: rgb(200, 200, 200);*/
  background-image: -moz-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(206,206,206) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(206,206,206) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(206,206,206) 100%); margin-bottom: 

5px;}
  .inner-body .table-top-title ul li span {  font-weight:600; }
/*.inner-body .table-second-heading ul { display: flex; align-items: stretch;justify-content: space-

between;width: 100%;margin: 0;padding: 0;}*/
.inner-body .table-second-heading ul { display: flex; align-items: stretch;justify-content: space-

between;width: 100%;margin: 0;padding: 0; height: 50px; background-image: -moz-linear-gradient( 90deg, rgb

(236,236,236) 0%, rgb(206,206,206) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(206,206,206) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(206,206,206) 100%);}
/*.inner-body .table-second-heading ul li {  display: block; width:20%;flex: 0 1 auto;list-style-type: none; 

border-right:1px solid #c4c4c4;}*/
.inner-body .table-second-heading ul li {  display: block; flex: 0 1 auto;list-style-type: none; border-

right:1px solid #c4c4c4;}
.inner-body .table-second-heading ul li:last-child { border:none;}
/*.inner-body .table-second-heading ul li a { background:none; text-shadow:none; font-size:14px; font-

weight:700; color:#303030; padding:20px 42px; white-space: normal !important;}*/
/*.inner-body .table-second-heading ul li a { */
  /*background:none; text-shadow:none; font-size:14px; font-weight:700; color:#303030; padding:20px 50px; 

white-space: normal !important;*/
 /* background: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  padding: 20px 50px 20px 50px;
  white-space: normal !important;
  vertical-align: bottom;
  height: 80px;
}*/
.inner-body .table-second-heading ul li a { 
  background: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #303030;
  padding: 15px;
  white-space: normal !important;
  vertical-align: bottom;
  height: 50px;
}
/*.inner-body .table-second-heading ul li a:after,.inner-body .table-second-heading ul li a.active:after { 

border:none !important; padding:20px 40px!important;white-space: pre-line;}*/
.inner-body .table-second-heading ul li a:after,.inner-body .table-second-heading ul li a.active:after { 

border:none !important; padding:20px 50px!important;white-space: pre-line;}
/*.inner-body .table-second-heading ul li a:hover, .inner-body .table-second-heading ul li.active a { 

background:#de6826; color:#fff;  padding:20px 40px;white-space: pre-line;}*/
/*.inner-body .table-second-heading ul li a:hover, .inner-body .table-second-heading ul li.active a {
 background:#de6826; color:#fff;    padding: 20px 50px 20px 50px; white-space: pre-line;
 vertical-align: bottom;
  height: 80px;
}*/
.inner-body .table-second-heading ul li a:hover, .inner-body .table-second-heading ul li.active a {
 background:#de6826; color:#fff;    padding:15px; white-space: pre-line;
 vertical-align: bottom;
  height: 50px;
}

table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing:inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    width: 50%;
}
.data-tables { border:1px solid #c4c4c4; border-top:none; }
.data-tables tr th { color:#fff; border-left:1px solid #595959; text-transform:uppercase; font-size:11px; 

text-align:center; padding:15px 10px;
background-image: -moz-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
  }
.down-ic { background: url(../images/down-ic.png) no-repeat; width: 19px; height: 20px; display: block;
margin: 0 auto; }
.data-tables tr td { color:#555555; border-left:1px solid #c4c4c4; border-bottom:1px solid #c4c4c4; /*text-

transform:uppercase;*/ font-size:14px; text-align:center; padding:10px;}
.data-tables tr td:first-child { border-left:none; }
.data-tables tr:last-child td {border-bottom:none;}
.data-tables tr td i { color:#555555; font-size:22px;}
.data-tables tr td i:hover {color:#de6826; }
.pro-name {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 25.3%;
	display: inline-block;
	float: left;
	border-bottom:2px solid #4d5053;
}
.pro-name a {
	display: block;
	color: #4d5053;
 padding: 15px 50px 15px 50px;
height: 48px;
}
.pro-name a:hover {
	color: #fff !important;
	display: block;
}
.pro-name:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
 
}
.pro-name:hover a , .pro-name:hover p {
	 color: #fff;
}
.pro-name.pro-active {
	color: #de6826;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 25.4%;
	display: inline-block;
	float: left;
	/*border-bottom:2px solid #de6826;*/
  border-bottom: none;
}
.pro-name.pro-active:hover a , .pro-name.pro-active:hover p {
	 color: #de6826;
}
.pro-name.pro-active a {
  display: block;
color: #de6826;
padding: 15px;
height: 48px;
white-space: nowrap;
}
/*.pro-name.pro-active:hover {
	background: none;
	color: #de6826;
}*/
@media (max-width:768px){
  .container {
    padding: 0;
  }
  .login-form {
    width: 100%;
    background: #2a2b30;
    border-bottom: 2px solid #d85714;
    padding: 5%;
}
.login-form h1 { font-size:1.5em; margin-bottom:10px;}
.nav-level-1 ul:first-child li:first-child { display:none;}	
.navbar-brand { width:100%;}
.navbar-brand img { max-width:150px; width:100%; margin:0 auto;}
.nav-level-1 ul { padding: 0;
margin: 0 auto;
text-align: center;
float: none;}
.nav-level-1 ul.register {padding: 5px 0 0 0;
float: none;
text-align: center;}
.nav-level-1 .register li:hover a { color: #e36928 !important;  }
.desktop-pull { float:none;}
.search { position:absolute; top:54px; right:18px;}
.search_box:checked~.search_form { top:40px;}
.navbar-nav { text-align:left !important;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle { 

background:#da6433 !important; }
.navbar-default .navbar-toggle .icon-bar {background-color:#fff !important;}
footer { text-align:center;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img { width:100%;}
.tab-content .carousel-control .glyphicon-chevron-right, .tab-content .carousel-control .icon-next, .tab-

content .carousel-control .glyphicon-chevron-left, .tab-content .carousel-control .icon-prev { padding:6px;}
.user-display { text-align:center; border-left:1px solid #B3B3B3; margin:0;}
.user-display .user-image { margin:0 auto;}
.draggable.nav > li > a { padding:23px 30px;}
.footer-second {
    background: #f9f9f9;
    padding: 5px;
    border-bottom: 2px solid #d95b27;
    height: auto;
    text-align:center;
}
.footer-second .social-media {
    float: none;
}
.footer-second .sitemap, .footer-second .social-media {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    white-space: normal;
}
}
@media  screen and (max-width:550px){
.draggable.nav > li > a { padding:34px 30px;}
}
@media screen and ( min-width: 992px) and (max-width: 1024px){
	.numberCodeid .arrow-drop-ic {
	    position: absolute;
	    top: 40px;
	    left: 49px !important;
	    font-size: 10px;
	    z-index: 1;
	    pointer-events: none;
	    color: #444647;
	}
	.login-text .col-xs-6{
		width: 100% !important;
		text-align: center;
	}
	.login-text a {
	    display: block;
	    color: #fff;
	    text-align: center;
	}
	.form-inline .input-group>.form-control {
	    width: 100%;
	    padding: 0 0 0 5px;
	}
	.login-form h1 {
	    margin: 0 0 20px 0;
	    color: #fff;
	    font-size: 1.3em;
	    text-align: center;
	    font-weight: normal;
	    text-transform: uppercase;
	    line-height: 120%;
	    text-shadow: 0px 2px 4px rgba(0, 0, 1, 0.38);
	    letter-spacing: 1px;
	    padding-top: 15%;
	}
	.add-sec {
		font-size: 13px;
		padding: 0;
	}
}

@media  screen and (max-width:991px){
	.footer-second .social-media {
	    float: none;
	}
	.footer-second {
	    background: #f9f9f9;
	    padding: 5px;
	    border-bottom: 2px solid #d95b27;
	    height: auto;
	    text-align: center;
	}
	.login-form {
	    width: 100%;
	    background: #3d4248;
	    border-bottom: 2px solid #d85714;
	    padding: 10%;
	    height: auto !important;
	}
		.pro-name.pro-active {
	    color: #de6826;
	    text-transform: uppercase;
	    font-size: 13px;
	    text-align: center;
	    width: 52% !important;
	    display: inline-block;
	    float: left;
	    border-bottom: 3px solid #de6826;
	}
	.add-map , .add-sec {
		width: 100%;
		display: block;
		float: none;
		mask: 0 auto;
	}
	
	.footer-map .address {
	    margin-bottom: 2%;
	    word-break: keep-all;
	}
	.add-sec h4, .add-sec p {
		text-align: center;
		margin: 10px auto;
	}
	.tab-content > .active {
	    display: block;
	    width: 100% !important;
	    overflow: auto !important;
	    text-align: center  !important;
	}
	.med-gal , .new-up , .soc-fed {
		width: 100%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.form-inline .input-group>.form-control {
    width: 100%;
    padding: 0 0 0 5px;
}
.mobile-off { display:none;}
.draggable.nav > li > a.active:after, .draggable.nav > li > a:hover:after { bottom:-14px;}
.draggable-container { padding:14px 10px;}
.med-gal , .new-up , .soc-fed {
  margin-bottom: 2%;
  margin-top: 2%;
}
.slick-slide img {
    display: block;
    margin: 0 auto; 
}
/*.whatWedo-wrap {
  padding: 10px; 
}*/
.container {
  padding: 10px;
}
.featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 5px !important;
    border-bottom: 10px solid transparent;
}
}
@media  screen and (max-width:651px){
.numberCodeid .arrow-drop-ic {
	    position: absolute;
	    top: 42px;
	    left: 52px !important;
	    font-size: 9px;
	    z-index: 1;
	    pointer-events: none;
	    color: #444647;
	}		
.draggable.nav > li > a.active:after, .draggable.nav > li > a:hover:after { bottom:-21px;}
.draggable-container { padding:21px 10px;}
}
/*my-style*/
.user-img {
  width: 161px;
  height: 161px;
  border-radius: 100%;
  margin: 0 auto;
  border: 3px solid #e7dede;
  background: #e7dede;
}
.user-details p {
  color: #fffefe;
  font-size: 13px;
  text-align: center;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
.user-details h3 {
  color: #fffefe;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 0;
  line-height: 1;
}
.user-details {
  margin-top: 20%;
}
td div {
  width: 561px;
text-align: left;
white-space: normal;
}
.edit-ic {
   background: url(../images/edit-ic.png) no-repeat; width: 18px; height: 18px; display: block;
  margin: 0 auto;
}
.tabpanel #s4 tr tr{
 text-transform: uppercase;
}
.tab-fix table th {
  width: 50% !important;
}
/*.table-1.dataTable tbody th ,
.table-1.dataTable tbody td {
	width: auto !important;
}*/
/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, 

.table > thead > tr > td, .table > thead > tr > th{
	border-top: none !important;
}*/
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, 

.table-bordered > thead > tr > td {
    border: 1px solid #ced3d7 !important;
    border-top: none !important
}
.table-bordered > tbody > tr > th , .table-bordered > thead > tr > th  {
	border: 1px solid #444647 !important;
  padding: 10px;
}
table.dataTable.nowrap th {
    padding: 10px;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse !important;
    border-spacing: 0;
}
#feedBack_form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 20px; 
  font-size: 14px;
  line-height: 1.42857143;
  color: #656565;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input_header {
  margin-bottom: 10px;
  display: block; 
  color: #373737;
}
select.form-control  {
  padding: 0 6px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
position: relative;
}
.numberCodeid.from-control {
  padding: 0 6px !important;
  width: 15% !important;
  display: inline-block !important;
  /*border-top-left-radius: 0 !important;
  border-bottom-left-radius:0 !important;*/ 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
position: relative;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select.form-control::-ms-expand  , .numberCodeid select{
  display: none;
}
.arrow-drop-ic {
  position: absolute;
  top: 37px;
  right: 25px;
  z-index: 1;
  pointer-events: none;
  color: #444647;
}
#feedBack_form textarea.form-control {
  height: 100px !important;
  resize: none;
}
#feedBack_form p {
  color: #656565;
  margin-bottom: 30px;
}
.submitBtn , .cancelBtn {
  display: inline-block;
  float: left;
  padding:13px 20px;
  background: #e75410;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-right: 10px;
  margin-bottom: 20px; 
  text-align: center;
  max-width: 150px;
  width: 100%;
}
.success-message {
  width: 253px;
  height: 54px;
  background: #e6f1e2;
  color: #656565;
  border: 1px solid #c6dcbf;
  text-align: center;
  padding: 15px 15px 15px 15px;
  margin-top:20px;
}
.number-code {
     display: inline-block !important;
    float: left;
    width: 15% !important;
    height: 34px;
    text-align: left !important; 
    border-right: none !important;
    text-align: center;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mobile-number {display: inline-block !important;
    float: left;
    width: 85% !important;
    /* border-left: none; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.numberCodeid .arrow-drop-ic {
  position: absolute;
  top: 40px;
  left: 56px;
  font-size: 10px;
  z-index: 1;
  pointer-events: none;
  color: #444647;
}
.table-striped > tbody > tr:nth-of-type(2n+1) , .table-striped > tbody > tr {
    background: #fff !important;
}
table.dataTable.nowrap td {
  padding: 5px 20px 5px 20px;
  vertical-align: middle !important;
}
.home-ic {
  background: url("../images/menu-icon/home.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
   background-position: -94% 0;
}
.nav li a:hover .home-ic , .nav li a.active .home-ic {
  background: url("../images/menu-icon/home.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: 10% 0;
}
.project-updates-ic {
  background: url("../images/menu-icon/project-updates.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: -99% 0;
}
.nav li a:hover .project-updates-ic , .nav li a.active .project-updates-ic {
  background: url("../images/menu-icon/project-updates.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: 0 0;
}
.feedback-ic {
  background: url("../images/menu-icon/feedback.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: -94% 0;
}
.nav li a:hover .feedback-ic , .nav li a.active .feedback-ic {
  background: url("../images/menu-icon/feedback.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: 5% 0;
}
.frnd-ic {
  background: url("../images/menu-icon/frnd.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: -94% 0;
}
.nav li a:hover .frnd-ic , .nav li a.active .frnd-ic {
  background: url("../images/menu-icon/frnd.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background-position: 0 0;
}
.update-ic  {
  background: url("../images/menu-icon/update.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
   background-position: -96% 0;
}
.nav li a:hover .update-ic , .nav li a.active .update-ic {
  background: url("../images/menu-icon/update.png");
  width: 49px;
  height: 49px;
  display: block;
  margin: 0 auto;
   background-position: 0 0;
}
/*******************************************************/
/***************  ************************************/
.who-we-desc h4 {
  font-size: 16px;
  color: #2a2b30;
  font-family: 'Verdana-Bold';
  padding: 0 0 0 0;
}
#piramalMission ul {
  margin:0;
  list-style-type: none;
  padding-left: 20px;
}
#piramalMission ul li {
  color: #656565;
  font-size: 13px;
  list-style-position: inside;
  margin-bottom: 15px;
 margin-top: 15px;
}
#piramalMission ul li:before {
    content: "• ";
    color: #656565; /* or whatever color you prefer */
    font-size: 18px;
    vertical-align: baseline;
}
#piramalMission ul li p {
  display: initial;
}
.who-we-desc span {
  color: #2a2b30;
  font-size: 14px;
  padding-bottom: 5px;
}
.who-we-desc p {
  color: #656565;
  font-size: 14px;
}
.bod-wrap-sec {
  margin-top:10px;
  margin-bottom: 15px; 
}
.bod-wrap {
 min-height: 250px;
float: left;
height: auto;
}
.bod-wrap p {
  color: #2a2b30;
  font-size: 14px;
text-align: left;
margin: 0;
font-weight: bold;
}
.bod-wrap span {
  color: #d95b27;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 360px){
  .bod-wrap {
 min-height: 250px;
float: none;
margin: 0 auto;
height: auto;
}
.bod-wrap img {
  margin: 0 auto;
  display: block;
}
.bod-wrap p {
  color: #2a2b30;
  font-size: 16px;
  text-align: center;
  margin:0; 
}
.bod-wrap span {
  color: #d95b27;
  font-size: 12px;
  text-align: center;
  display: block;
}
}

#nriWrap .panel-heading {
    padding: 0
}
#nriWrap .panel-heading a {
    display: block;
    padding: 20px 10px;
}
#nriWrap .panel-heading a.collapsed {
    background: #fff
}
#nriWrap .panel-heading a {
    background: #f7f7f7;
    border-radius: 5px;
}
#nriWrap .panel-heading a:after {
    content: '-'
}
#nriWrap .panel-heading a.collapsed:after {
    content: '+'
}
#nriWrap .nav.nav-tabs li .active a, 
#nriWrap .nav.nav-tabs li.active a
#nriWrap .nav.nav-tabs li.active > a:hover,
#nriWrap .nav.nav-tabs li.active > a:active,
#nriWrap .nav.nav-tabs li.active > a:focus {
    border-bottom-width: 0px;
    outline: none;
    background:#eb681f;
    color: #fff;
}

#nriWrap .nav.nav-tabs li a {
    padding-top: 20px;
    padding-bottom: 20px;
}
#nriWrap .tab-pane {
    background: #fff;
    padding: 10px;
    margin-top: 5px;
}
#nriWrap ul {
  /*border-bottom: 1px solid #eb681f;*/
/*padding: 5px 5px 1px 5px;*/
}
#nriWrap ul li a {
   color: #2a2b30;
   background: #d6d6d6;
   border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
}

#nriWrap ul li {
  background: #d6d6d6;
  width: 15%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;

}
#nriWrap ul li.active , #nriWrap ul li.active a {
  background: #eb681f !important;
  color: #fff !important;
}
#nriWrap  .nav-tabs > li > a {
  text-shadow: none;
  text-align: center;
  font-weight: normal;
}
#nriWrap .tab-content {
 
  border-top: 2px solid #eb681f;
}
#nriWrap .nav-tabs > li.active > a::after {
  visibility: hidden;
}
/********* tab content ********/
#loan-nri p {
  color: #656565;
  font-size: 14px;
}
#legalInfo p{
  color: #656565;
  font-size: 14px;
}
#loan-nri ,  #legalInfo , #nriFaq {
  padding-top: 20px; 
}
#loan-nri .tabTitle , #legalInfo .tabTitle , #nriFaq .tabTitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #2a2b30;
   font-family: 'Verdana-Bold';
   padding: 1% 0 1% 0;
   margin-bottom: 0;  
}
#legalInfo ol li {
  margin-bottom: 10px;
  color: #656565;
  font-size: 14px;
}
#legalInfo .contact-style , #nriFaq .contact-style {
  font-weight: bold;
}
#loan-nri .subTitle {
  font-size: 16px;
  color: #2a2b30;
}
#loan-nri ul {
  padding-left: 20px;
  list-style-type: none;
  list-style-position: inside !important;
}
#loan-nri ul li {
   color: #656565;
  font-size: 14px;
  margin-bottom: 15px;
 margin-top: 15px;
 background: none;
width: 100%;
}
#loan-nri ul li:before {
  content: "• ";
    color: #363636; /* or whatever color you prefer */
    font-size: 18px;
    vertical-align: baseline;
}
#loan-nri .table-responsive {
  padding: 20px;
}
#loan-nri .table tr , #loan-nri .table th , #loan-nri .table tr td {
  border: 1px solid #d2d4d7;
}
#loan-nri .table tr td {
  width: 20%;
  padding: 8px;
  margin:0;
  text-align: left;
  font-size: 13px;

}
#loan-nri .table th {
  background:#e7e6e6;
text-align: center;
color: #2a2b30;
font-weight: 100;
text-transform: uppercase;
}
#loan-nri .box-style {border:1px solid #aeaeae; padding:10px; margin-bottom: 20px;}
#loan-nri .box-style p {
  margin: 0;
}
#nriFaq .question-b {
  color: #2a2b30;
  font-size: 16px;
   font-family: 'Verdana-Bold';
}
#nriFaq .question-a {
  color: #2a2b30;
  font-size: 14px;
   font-family: 'Verdana-Bold';
}
#nriFaq  p{
  color: #656565;
  font-size: 14px;

}
#nriFaq .qa-block {
  padding-top: 1%;
  padding-bottom: 1%;
  border-bottom: 1px solid #d2d4d7;
}
#nriFaq .qa-block .ul-alphabet {
  list-style-type: none;
}

#nriFaq .qa-block:last-child {
  padding-top: 1%;
  padding-bottom: 1%;
  border-bottom: none;
}
#nriFaq .qa-block ul {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: none;
}
#nriFaq .qa-block ul li {
  background: none;
  width: 100%;
  font-size: 14px;
  color: #656565;
  list-style-position: inside;
}
#nriFaq .qa-block ul li::before{
  content: "• ";
    color: #363636; /* or whatever color you prefer */
    font-size: 16px;
    vertical-align: baseline;
    list-style-position: inside;
}
#nriFaq .qa-block a , #nriFaq .qa-block a:hover {
  color: #656565;
  font-size: 14px;
  text-decoration: underline;
}
/* used for sidebar tab/collapse*/
@media (max-width: 991px) {
  #nriWrap .visible-tabs {
    display: none;
  }
  .navbar .nav li {
    margin: 0 0;
    padding: 0;
}
#example-one {
    margin-left:0;
 }
 .login-form h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 120%;
    text-shadow: 0px 2px 4px rgba(0, 0, 1, 0.38);
    letter-spacing: 1px;
    padding-top: 0;
}
}

@media (min-width: 992px) {
 #nriWrap  .visible-tabs {
    display: block !important;
  }
}

@media (min-width: 992px) {
 #nriWrap .hidden-tabs {
    display: none !important;
  }
}
/*********************************************************/
/*********************************************************/
.media-wrap h4 {
   font-size: 16px;
  color: #2a2b30;
   font-family: 'Verdana-Bold';
  padding: 0 0 0 0;
}
.media-wrap .textHead {
  font-size: 15px;
  margin: 0;
  color: #2a2b30;
  text-decoration: underline;
  padding: 10px 0 10px 0;
  display: block;
}
.media-wrap ul {
  padding-left: 20px;
  margin:0;
  list-style-type: none;
}
.media-wrap ul li {
  color: #656565;
  font-size: 15px;
  list-style-position: inside;
  margin-bottom: 10px;
  margin-top: 5px;
}
.media-wrap ul li a , .media-wrap ul li a:hover {
  color: #d95b27;
  text-decoration: underline;
}
.media-wrap ul li:before {
    content: "• ";
    color: #363636; /* or whatever color you prefer */
    font-size: 16px;
    vertical-align: baseline;
}
.media-wrap span {
  color: #2a2b30;
  font-size: 14px;
}
/*************************************************/
/************************************************/
.assuarance-wrap h4 {
  font-size: 20px;
  color: #2a2b30;
}
.assuarance-wrap img {
  margin: 0 auto;
  display: block;
  float: none;
}
.assuarance-wrap p {
   color: #656565;
  font-size: 13px;
}
.assuarance-wrap span {
  color: #000000;
  font-size: 16px;
  margin: 5px 0 10px 0;
  display: block;
}
.assuarance-wrap ul {
  padding: 0;
  margin:0;
  list-style-type: none;
}
.assuarance-wrap ul li {
  color: #656565;
  font-size: 13px;
  list-style-position: inside;
}
.assuarance-wrap ul li:before {
    content: "• ";
    color: #656565; /* or whatever color you prefer */
    font-size: 16px;
    vertical-align: baseline;
    list-style-position: inside;
}
.site-wrap h4 {
  font-size: 16px;
  color: #2a2b30;
  font-family: 'Verdana-Bold';
  padding: 0 0 0 0;
}
.site-wrap ul{
  padding: 0;
  margin:0;
  list-style-type: none;
}
.site-wrap ul li {
  color: #656565;
  font-size: 14px;
  list-style-position: inside;
  margin-bottom: 20px;
}
.site-wrap ul li ul {
  padding-left:15px; 
  margin-top:-2px; 
}
.site-wrap ul li ul li {
    margin-bottom: 0;
}
.site-wrap ul li ul li ul {
   padding-left:15px; 
   margin-top:5px;
}
.site-wrap ul li ul li ul li {
  margin-bottom: 0;
}
.site-wrap a , .site-wrap a:hover {
  color: #2a2b30;
  font-size: 15px;
  text-decoration: none;
  padding-left: 10px;
}
.site-wrap ul li:before {
  content: "\f054";
  font-family:FontAwesome;
  color: #dd6b3c;
  font-size: 10px;
  font-weight: 100;

}
.whatWedo-wrap h4 {
  font-size: 16px;
  color: #2a2b30;
  font-family: 'Verdana-Bold';
  padding: 0 0 0 0;
}
.whatWedo-wrap p {
   color: #656565;
  font-size: 14px;
}
.whatWedo-wrap span {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.whatWedo-wrap a , .whatWedo-wrap a:hover {
  text-decoration: underline;
  color: #d95b27;
  font-size: 16px;
}
.whoweAre-wrap .line-h {
  width: 37.5%;
  background:#6f6f6f;
  height: 2px;
  display: inline-block;
  vertical-align: bottom;
}
.whoweAre-wrap h4 {
  font-size: 20px;
  color: #2a2b30;
} 
.whoweAre-wrap p {
  color: #656565;
  font-size: 13px;
}
.whoweAre-wrap .text-sentence {
  text-transform: capitalize;
}
.whoweAre-wrap .minheight {
  min-height: 500px;
}
.piramalAssuarance-wrap {

}
.piramalAssuarance-wrap  .top-sec p {
  font-size: 14px;
  color: #3d4248;
  padding-top: 1%;
}
.piramalAssuarance-wrap .bot-sec .title {
  font-size: 16px;
  color: #000;
  padding: 2% 0 0 0;
  float: left;
  width: 100%;
}
.bot-sec .details {
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
}
.bot-sec .details  p {
  width: 100%;
  float: left;
clear: both;
}
.bot-sec .details .ic-resi {
  background:url(../images/ic-resi.png) no-repeat;
  width: 49px;
  height: 49px;
  display: inline-block;
  float: left;
}
 .bot-sec .details .ic-emp {
    background:url(../images/ic-emp.png) no-repeat;
  width: 49px;
  height: 49px;
  display: inline-block;
  float: left;
}
.bot-sec .details  .ic-mark {
    background:url(../images/ic-mark.png) no-repeat;
  width: 49px;
  height: 49px;
  display: inline-block;
  float: left;
}
.bot-sec .details  p span:last-child {
  line-height: 49px;
  margin-left: 10px;
  color: #656565; 
}
.bot-sec .details img {
  margin: 0 auto;
}
.bot-sec p {
    font-size: 14px;
  color: #656565;
  clear: both;
}
.bot-sec ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  padding-left: 20px;
}
.bot-sec ul li {
    color: #656565;
    margin-bottom: 5px; 
}
.desc-pad {
  padding-top: 12px; 
}
.bot-sec .details img {
    margin: 0 auto;
    padding-top: 40px;
}
#piramalRealty img {
  /*margin:16% auto;*/
  margin:11% auto;
  margin-bottom:0 !important;
  float: right; 
}
#piramalRealty {
  margin: 10px 0 10px 0; display: block; float: left;
}
#piramalVision {
  margin: 10px 0 10px 0; display: block; float: left;
}
#piramalMission {
  margin: 10px 0 10px 0; display: block; float: left;
}
#boardAdvisors {
  margin: 10px 0 10px 0; display: block; float: left;
}
@media screen and (max-width: 801px){
  .ic-mark , .ic-emp , .ic-resi {
    display: block !important;
    margin: 0 auto;
    float: none !important;
  }
  .bot-sec .details  p span:last-child {
  line-height: 20px;
  margin: 5px auto;
  display: block;
  text-align: center;
  color: #656565;
  width: 100%; 
}
.bot-sec , .body-section {
  padding: 10px;
}
}
@media screen and (max-width: 768px){
  .inner-nav .draggable-nav.nav > li > a.active::after, .draggable-nav.nav > li > a:hover::after {

    content: "";
    position: absolute;
    width: 0;
    bottom: -10px;
    left: 40%;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #ffffff transparent;
    display: none;

}
.inner-nav .draggable-container {
    padding: 10px 0px;
    width: 100%;
}
.user-display {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 1.5%;
    padding: 10px;
}
.inner-body .table-top-title ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-top: 8px;
    display: block;
    width: 100%;
    height: 40px;
}
.pro-name.pro-active {
    color: #de6826;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    width: auto;
    display: inline-block;
    float: left;
    border-bottom: 3px solid #de6826;
}
.pro-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    width: auto;
    display: inline-block;
    float: left;
    border-bottom: 3px solid #4d5053;
}
.tab-content > .active {
    display: block;
    width: 100% !important;
    overflow: auto !important;
}
}
.do-section li { 
  line-height: 25px;
  height: auto;
}
.do-section li .box-do-wrap {
 background: #eff1f2;
 padding: 30px; 
 height: 100px;
}
.box-do-desc {
  display: block;
  padding: 20px;
  height: 150px;
  float: left;
  border: 1px solid #eff1f2;
  margin-bottom: 30px;
  overflow: hidden;
}
.box-do-desc p {
  font-size: 12px;
  color: #484848;
  line-height: 18px;
  text-align: center;
}
.do-section li:last-child , .do-section li:nth-last-child(2)  {
 line-height: 25px;
}
.do-section li .box-do-wrap p {
  text-align: center;
  font-size: 16px;
  color: #d95b27;

}
.title-fix {
  font-size: 16px !important;
  color: #2a2b30 !important;
  padding: 10px 0 10px;
  text-transform: uppercase;
   font-family: 'Verdana-Bold';
}
.who-we-desc .desc-pad {
    padding-top: 0;
}
.who-we-desc .we-desc-title {
  color: #2a2b30 !important;
  font-size: 15px !important;
  margin-bottom:0 !important;
}

@media screen and (max-width: 360px){
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: -15px;
    right: 8px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #da6433;
    background: rgba(218,100,51,1);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
}
.section-line { width: 100%; margin: 5% auto; display: none !important; float: none; height: 2px; 

background:#d2d4d7; padding: 0; }

@media screen and ( min-width: 999px) and (max-width: 1200px){
  .navbar .nav li {
    margin: 0 0;
    padding: 10px 5px;
}
}
@media screen and ( min-width: 768px) and (max-width: 998px){
.navbar-header {
    float: none !important;
    width: 100%;

  }
  .navbar-nav>li {
      float: left;
      width: 100%;
      text-align: left;
  }
  .dropdown-menu {
      position: relative !important;
      top: 100%;
      left: 0;
      z-index: 1000;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: center;
      list-style: none;
      border: none !important;
      box-shadow: none !important;
      background: none !important;
  }
  .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 12% !important;
    }
.navbar-nav .open .dropdown-menu {
      padding-left: 0 !important;
      background: none !important;
  }
    .navbar-collapse.collapse { 
        display: none !important; 
    } 
    .navbar-collapse.collapse.in { 
        display: block !important; 
    } 
      
    .navbar-header .collapse, .navbar-toggle { 
        display:block !important; 
    } 
    .tab-device {
      width: 100%;
      display: block;
      margin:0 auto;
      text-align: center;
    }
    .tab-device img  {
      margin:0 auto;
    }
    .tab-device .navbar-brand {
      float: none;
    }
    .nav-level-1 ul:first-child  li:first-child {
      display: none;
    }
    .tab-device1 {
      width: 100%;
      text-align: center;
      margin:0 auto;
    }
    .nav-level-1 ul {
      width: 100%;
      margin:0 auto;
      display: block;
      text-align: center;
      float: none;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle 

{
      background: #da6433 !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
    }

} 
@media screen and (min-width:999px){
  ul.dropdown-menu  {
    display: none;
  }  
  li.dropdown:hover ul.dropdown-menu  {
    display: block;
    position: absolute;
    right: 100px;
    width: 20%;
  }
}
@media screen and (min-width:999px){
.dropdown.open ul.dropdown-menu {
      display: block;
      padding-left: 0px;
      margin-left: 5% !important;
      background: none;
  }
}
.gal-ba-sec .nav-tabs > li {
    width: auto;
}
.gal-ba-sec .nav-tabs > li.active > a, .gal-ba-sec .nav-tabs > li.active > a:focus, .gal-ba-sec .nav-tabs > 

li.active > a:hover {
    margin: 0;
    border: none;
    background: #da6433;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
     text-shadow: none;
}
.gal-ba-sec .nav-tabs > li > a {
    background: #dcdcdc;
    border-radius: 0 !important;
    border: none;
    margin: 0;
    padding: 10px;
    color: #2a2b30;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    font-size: 13px;
    position: relative;
}
.gal-ba-sec .nav-tabs > li.active > a::after {
    top: 100%;
    display: none;
    z-index: 9;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(101, 101, 101, 0);
    border-top-color: #656565;
    border-width: 10px;
    margin-left: -10px;
}
.gal-ba-sec .tab-content {
  padding-top: 2%; 
}
.tab-pane .tableTitle {
  color: #de6826;
  font-size: 13px;
  display: block;
  font-family: 'Verdana-Bold';
  text-transform: uppercase;
  padding-top: 10px;
 }
 .view {
  color: #555555;
  text-decoration: none;
 }
    /* Table Section*/
    table.tableSection {
        display: table;
        width: 100%;
    }
    table.tableSection thead, table.tableSection tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableSection tbody {
        overflow: auto;
        height: 150px;
    }
    table.tableSection tr {
        width: 100%;
        display: table;
    }
    table.tableSection th{
        width: 20%;
    }
    table.tableSection td {
      width: 20.01%;
      padding: 15px !important;
    }
    /*Multi Section*/
    table.multitableSection {
        display: table;
        width: 100%;
    }
    table.multitableSection thead, table.multitableSection tbody {
        /*float: left;*/
        width: 100%;
    }
    table.multitableSection tbody {
        overflow: auto;
        height: 100px;
    }
    table.multitableSection tr {
        width: 100%;
        display: table;
    }
    table.multitableSection th{
        width: 12.5%;
        vertical-align: middle !important;
        padding: 5px !important;
    }
    table.multitableSection td:first-child {
      width: 12.1%;
    }
    table.multitableSection td {
      width: 12%;
      padding: 13px !important;
    }
    /* tableSectionlist */
  table.tableSectionlist {
        display: table;
        width: 100%;
    }
    table.tableSectionlist thead, table.tableSectionlist tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableSectionlist tbody {
        overflow: auto;
        height: 250px;
    }
    table.tableSectionlist tr {
        width: 100%;
        display: table;
    }
    table.tableSectionlist th:first-child{
        width: 20%;
    }
    table.tableSectionlist th:last-child{
       text-align: left !important;
    }
    table.tableSectionlist td:last-child{
      text-align: left !important;
      vertical-align: middle;
    }
       
    table.tableSectionlist td:first-child {
      width: 20.1%;
      padding: 15px !important;
    }
    table.tableSectionlist a {
      text-decoration: underline;
    }
    /*tableSectionGlist*/
  table.tableSectionGlist {
        display: table;
        width: 100%;
    }
    table.tableSectionGlist thead, table.tableSectionGlist tbody {
        /*float: left;*/
        width: 100%;
    }
    /*table.tableSectionGlist tbody {
        overflow: auto;
        height: 250px;
    }*/
    table.tableSectionGlist tr {
        width: 100%;
        display: table;
    }
    table.tableSectionGlist{
        width: 100%;
    }
    table.tableSectionGlist th{
    text-align: left !important;
    }
       
    table.tableSectionGlist td{
      width: auto;
      padding: 15px !important;
        text-align: left !important;
    }
   /* table.tableSectionGlist a {
      text-decoration: underline;
    }*/
    table.tableSectionGlist1 {
        display: table;
        width: 100%;
    }
    table.tableSectionGlist1 thead, table.tableSectionGlist1 tbody {
       /* float: left;*/
        width: 100%;
    }
    /*table.tableSectionGlist tbody {
        overflow: auto;
        height: 250px;
    }*/
    table.tableSectionGlist1 tr {
        width: 100%;
        display: table;
    }
    table.tableSectionGlist1 {
        width: 100%;
    }
    table.tableSectionGlist1 th:first-child{
    text-align: left !important;
     width: 40%;
    }
     table.tableSectionGlist1 th {
      width: 30%;
       text-align: center !important;
     }   
    table.tableSectionGlist1 td:first-child{
      width: 40%;
  
        text-align: left !important;
    }
    table.tableSectionGlist1 td {
      width: 30%;
      text-align: center !important;
          padding: 15px !important;
    }
    /*tableSectionProlist*/
     table.tableSectionProlist {
        display: table;
        width: 100%;
    }
    table.tableSectionProlist thead, table.tableSectionProlist tbody {
        /*float: left;*/
        width: 100%;
    }
   /* table.tableSectionProlist tbody {
        overflow: auto;
        height: 250px;
    }*/
    table.tableSectionProlist tr {
        width: 100%;
        display: table;
    }
    table.tableSectionProlist th:first-child{
        width: 19%;
    }   
    table.tableSectionProlist th {
              text-align: left !important;
    }    
    table.tableSectionProlist td:first-child {
      width: 19.8%;
    }
     table.tableSectionProlist td{
      padding: 15px !important;
         text-align: left !important;
     }
    table.tableSectionProlist a {
      text-decoration: underline;
    }
    /*tableSectionProplist*/
    table.tableSectionProplist {
        display: table;
        width: 100%;
    }
    table.tableSectionProplist thead, table.tableSectionProplist tbody {
        float: left;
        width: 100%;
    }
    /*table.tableSectionProplist tbody {
        overflow: auto;
        height: 150px;
    }*/
    table.tableSectionProplist tr {
        width: 100%;
        display: table;
    }
    table.tableSectionProplist th{
        width: 20%;
    }
    table.tableSectionProplist td {
      width: 20%;
      padding: 15px !important;
    }
    /**/
    table.tableSectionCustList {
        display: table;
        width: 100%;
    }
    table.tableSectionCustList thead, table.tableSectionCustList tbody {
        float: left;
        width: 100%;
    }
    /*table.tableSectionCustList tbody {
        overflow: auto;
        height: 100px;
    }*/
    table.tableSectionCustList tr {
        width: 100%;
        display: table;
    }
    table.tableSectionCustList th:first-child , table.tableSectionCustList th:last-child{
       width: 18%; 
    }
    table.tableSectionCustList td:first-child , table.tableSectionCustList td:last-child{
       width:18%; 
    }
     table.tableSectionCustList th {
      width: 10.66%;
      vertical-align: middle !important;
     }
    table.tableSectionCustList td {
      width: 10.66%;
      padding: 15px !important;
      vertical-align: middle !important;
    }
 .pat-bot-left {
  background: url(../images/bot-left-pattern.png) no-repeat;
  width: 233px;
  height: 484px;
  position: absolute;
  bottom:-50px;
  left: 0;
 }   
 .pat-top-right {
  background: url(../images/top-right-pattern.png) no-repeat;
  width: 233px;
  height: 484px;
  position: absolute;
  top:-60px;
  right: 0;
 }  
 .slimScrollRail  {
  border-radius: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
 } 
 .slimScrollBar {
  width: 9px !important;
  border-radius: 0 !important;
  right: -1px !important;
    opacity: 1 !important;
 }
 .proupdateTable tr {
    width: 100%;
    display: inline-table;
 }
  .proupdateTable td, .proupdateTable th {
    width: 20% !important;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
}
.text-capitalize {
  text-transform: capitalize !important; 
}

/*************************************/
    table.tableSectionPro {
        display: table;
        width: 100%;
    }
    table.tableSectionPro thead, table.tableSectionPro tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableSectionPro tbody {
        overflow: auto;
        height: auto;
        max-height: 250px;
    }
    table.tableSectionPro tr {
        width: 100%;
        display: table;
    }
    table.tableSectionPro th{
        width: 12.5%;
        vertical-align: middle !important;
    }
    table.tableSectionPro th:first-child {
       width: 13.5%
    }
    table.tableSectionPro td:first-child {
       width: 13.5%
    }
    table.tableSectionPro td:last-child{
      text-align: left !important;
      vertical-align: middle;
    }
       
    table.tableSectionPro td {
      width: 12.5%;
      padding: 15px !important;
    }
    table.tableSectionPro a {
      text-decoration: underline;
    }
    
    table.tableSectionPay {
        display: table;
        width: 100%;
    }
    table.tableSectionPay thead, table.tableSectionPay tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableSectionPay tbody {
        overflow: auto;
        height: auto;
        max-height: 250px;
    }
    table.tableSectionPay tr {
        width: 100%;
        display: table;
    }
    table.tableSectionPay th{
        width: 16.66%;
        vertical-align: middle !important;
    }
    table.tableSectionPay th:last-child{
       text-align: left !important;
    }
    table.tableSectionPay td:last-child{
      vertical-align: middle;
    }
       
    table.tableSectionPay td {
      width: 16.66%;
      text-align: center;
      padding: 15px !important;
    }
    table.tableSectionPay a {
      text-decoration: underline;
    }

    
     table.tableMonthly {
        display: table;
        width: 100%;
    }
    table.tableMonthly thead, table.tableMonthly tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableMonthly tbody {
        overflow: auto;
        height: auto;
        max-height: 250px;
    }
    table.tableMonthly tr {
        width: 100%;
        display: table;
    }
    table.tableMonthly th {
        width: 25% !important;
        vertical-align: middle !important;
    }       
    table.tableMonthly td {
      width: 25% !important;
      text-align: center;
      padding: 20px !important;
         vertical-align: middle !important;
    }
    table.tableMonthly a {
      text-decoration: underline;
    }
    input[type="checkbox"] {
 display: none;
 /*visibility: hidden;*/
 width: 13px;
 height: 13px;
 margin: 0 5px 0 0;
 vertical-align: middle;

}
input[type="checkbox"]:after {
display: inline;
}
input[type="checkbox"]:checked {
display: none;
/*visibility: hidden;*/
width: 13px;
height: 13px;
margin: 0 5px 0 0;

}
input[type="checkbox"] + label {
 color: #656565;
 font-size: 14px;
 margin-bottom: 0;
    font-weight: 100;
}
input[type="checkbox"] + label span {
 display: inline-block;
 width: 13px;
 height: 13px;
 margin: 0 5px 0 0;
 vertical-align: middle;
 cursor: pointer;

}
input[type="checkbox"] + label span {
 
 background: url(../images/unchecked.png) !important;
}
input[type="checkbox"]:checked + label span {
 display: inline-block;
 width: 13px;
 height: 13px;
 margin: 0 5px 0 0;
 vertical-align: middle;
 cursor: pointer;

}
input[type="checkbox"]:checked + label span {
 
 background: url(../images/checked.png) !important; 
}
input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span {
 -webkit-transition: background-color 0.4s linear;
 -o-transition: background-color 0.4s linear;
 -moz-transition: background-color 0.4s linear;
 transition: background-color 0.4s linear;
}

.reminder-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
 .reminder-wrap ul li.remider-sec {
  color: #303030;
  width: 100%;
  background-image: -moz-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(218,217,217) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(218,217,217) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(218,217,217) 100%);
  height: 51px;
  font-size: 14px;
  margin-bottom: 15px; 
  border: 1px solid #ddd;
 }
 .remi-first-box {
  width: 79%;
  display: inline-block;
  float: left;
  height: 50px;
  padding: 5px;
  border-right: 1px solid #c8c7c7 ;
 }
  .remi-second-box {
    width: 21%;
  display: inline-block;
  height: 50px;
  padding: 5px;
  text-align: center;
  }
   .reminder-wrap ul li.remider-sec p {
    padding: 10px;
    text-transform: uppercase;
   }
  .reminder-wrap ul li.remider-sec a{
    color: #d95b27;
    text-decoration: underline;
  }
/*************************************/

 /*tableSectionDlist*/
  table.tableSectionDlist {
        display: table;
        width: 100%;
    }
    table.tableSectionDlist thead, table.tableSectionDlist tbody {
        /*float: left;*/
        width: 100%;
    }
    /*table.tableSectionGlist tbody {
        overflow: auto;
        height: 250px;
    }*/
    table.tableSectionDlist tr {
        width: 100%;
        display: table;
    }
    table.tableSectionDlist{
        width: 100%;
    }
    table.tableSectionDlist th{
    text-align: center !important;
    width: 50% !important;
    }
       
    table.tableSectionDlist td{
      width: 50% !important;
      padding: 15px !important;
        text-align: center !important;
    }
.color-orange {
  color: #de6826;
} 
/*tableSectionDlist*/
  table.tableSectionIlist {
        display: table;
        width: 100%;
    }
    table.tableSectionIlist thead, table.tableSectionIlist tbody {
        /*float: left;*/
        width: 100%;
    }
    /*table.tableSectionGlist tbody {
        overflow: auto;
        height: 250px;
    }*/
    table.tableSectionIlist tr {
        width: 100%;
        display: table;
    }
    table.tableSectionIlist{
        width: 100%;
    }
    table.tableSectionIlist th{
    text-align: center !important;
    width: 11% !important;
     white-space: normal !important;
     vertical-align: middle !important;
    }
       
    table.tableSectionIlist td{
      width: 11% !important;
      white-space: normal !important;
      padding: 15px !important;
        text-align: center !important;
        vertical-align: middle !important;
    }   
  .register {
    display: none !important;
  } 








  /*tableSectionProlistCp*/
     table.tableSectionProlistCp {
        display: table;
        width: 100%;
    }
    table.tableSectionProlistCp thead, table.tableSectionProlistCp tbody {
        /*float: left;*/
        width: 100%;
    }
   /* table.tableSectionProlist tbody {
        overflow: auto;
        height: 250px;
    }*/
    table.tableSectionProlistCp tr {
        width: 100%;
        display: table;
    }
    table.tableSectionProlistCp th:first-child{
        width: 19%;
    } 
    table.tableSectionProlistCp th:last-child{
        width: 19%;
    }   
    table.tableSectionProlistCp th {
              text-align: left !important;
    }    
    table.tableSectionProlistCp td:first-child {
      width: 19%;
    }
    table.tableSectionProlistCp td:last-child {
      width: 19%
    }
     table.tableSectionProlistCp td{
      padding: 15px !important;
         text-align: left !important;
     }
    table.tableSectionProlistCp a {
      text-decoration: underline;
    }
    td div {
    width: 100% !important;
    text-align: left;
    white-space: normal;
}

/*************************************/
    table.tableSectionPro {
        display: table;
        width: 100%;
    }
    table.tableSectionPro thead, table.tableSectionPro tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableSectionPro tbody {
        overflow: auto;
        height: auto;
        max-height: 250px;
    }
    table.tableSectionPro tr {
        width: 100%;
        display: table;
    }
    table.tableSectionPro th{
        width: 11.11%;
        vertical-align: middle !important;
    }
    table.tableSectionPro th:first-child {
       width: 11.11%;
    }
    table.tableSectionPro td:first-child {
       width: 11.11%;
    }
    table.tableSectionPro td:last-child{
      text-align: left !important;
      vertical-align: middle;
    }
       
    table.tableSectionPro td {
      width: 11.11%;
      padding: 15px !important;
    }
    table.tableSectionPro a {
      text-decoration: underline;
    }

    table.tableSectionwalk {
        display: table;
        width: 100%;
    }
    table.tableSectionwalk thead, table.tableSectionwalk tbody {
        /*float: left;*/
        width: 100%;
    }
    table.tableSectionwalk tbody {
        overflow: auto;
        height: auto;
        max-height: 250px;
    }
    table.tableSectionwalk tr {
        width: 100%;
        display: table;
    }
    table.tableSectionwalk th{
        width: 8%;
        vertical-align: middle !important;
        padding: 5px !important;
    }       
    table.tableSectionwalk td {
      width: 8%;
      text-align: center;
      padding: 5px !important;
      vertical-align: middle !important;
	  word-break: break-word !important;
	  word-break: inherit;	
	  font-size: 13px !important
    }
    table.tableSectionwalk td:first-child {
      width: 8.01%;
      text-align: center;
      padding: 10px !important;
      vertical-align: middle !important;
	  word-break: break-all !important;	
    }
    table.tableSectionwalk td:last-child {
      width: 6%;
      text-align: center;
      padding: 10px !important;
      vertical-align: middle !important;
	  word-break: break-all !important;	
    }
    table.tableSectionwalk th:last-child {
      width: 6%;
      text-align: center;
      padding: 10px !important;
      vertical-align: middle !important;
	  word-break: break-all !important;	
    }
    table.tableSectionwalk a {
      text-decoration: underline;
      font-size: 13px !important
    }
     table.tableSectionwalk textarea {
     	width: 90%;
     	resize: none;
     	display: block;
     	margin: 0 auto;
     	float: none;
     }
    table.tableSectionwalk .remarkTd {
    	width: 15.5%;
    }
    table.tableSectionwalk .remarkTh {
    	width: 15.5%;
    }
   table.tableSectionwalk td .breAll {
    	word-break: break-all !important;
    }
	
	.dataTables_wrapper {
		overflow-y: scroll;
		height: auto;
		max-height: 300px;
	}