.table td, .table th{
	padding: 8px;
}
.details{
	background-color: #f4f4f4;
	padding-top: 100px;
	padding-bottom: 30px;
}

@media(max-width: 991px){
.details{
	padding-top: 92px;
}
}
@media(max-width: 767px){
.details{
	padding-top: 80px;
}
}
h2.innerhd{
	font-size: 22px;
	margin-top: 10px;
}
h2.innerhd:after{
	content: '';
	display: block;
	background-color: #1c97d2;
	width: 100px;
	height: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 3px;
    border-left: 10px solid #fbb216;
}
.text-center h2.innerhd:after{
    margin-left:auto;
    margin-right:auto;
}
h3.innerhd{
	font-size: 16px;
    color: #0283c4;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 0;
}
h4.innerhd{
	font-size: 14px;
    color: #009688;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
	padding-inline-start: 0px !important;
}
.breadcrumb li {
    margin-right: 10px;
}
.breadcrumb>li, .breadcrumb>li>a{
	font-family: 'ubuntumedium' !important;
	color: #1c97d2;
}
.breadcrumb>li+li:before{
	font-family: fontawesome;
	content: '\f192';
	color: #fbb216;
	font-size: 10px;
    margin-right: 10px;
}
.breadcrumb>.active{
	color: #999;
}
.green{
	color: green !important;
}

.banner{
	background-color: #222;
	background-image: url(../img/banner/banner2.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	border-bottom: 4px solid #1c97d2;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.banner h1{
	margin-top: 50px;
	font-size: 30px;
	color: #fff;
	text-align: left;
}
.banner h1:before{
	content: '\f141';
	font-family: fontawesome;
	color: #fbb216;
	display: block;
}

@media(max-width: 480px){
.breadcrumb{
	display: none;
}
.banner{
	height: 180px;
}
.banner h1{
	font-size: 24px;
}
}

.detbox{
	padding: 15px 15px 15px 15px;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #fff;
}

.details p{
	text-align: justify;
	color: #666;
}

.menubox{
	background-color: #fff;
	padding: 0;
	margin-bottom: 15px;
}
.swiper-menu .swiper-button-next, .swiper-menu .swiper-button-prev{
	background-image: none;
	width: auto;
	height: auto;
    outline: 0;
    margin-top: auto;
    transform: translateY(-50%);
}
.swiper-menu .swiper-button-prev{
	left: 0 !important;
}
.swiper-menu .swiper-button-next{
	right: 0 !important;
}
.swiper-menu .swiper-button-next .fa, .swiper-menu .swiper-button-prev .fa{
    background-color: white;
    width: 35px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.swiper-menu .swiper-button-next:hover .fa, .swiper-menu .swiper-button-prev:hover .fa{
	background-color: #fbb216;
}
.swiper-menu .swiper-button-prev .fa{
	border-radius: 0 50px 50px 0;
	padding-left: 10px;
}
.swiper-menu .swiper-button-next .fa{
	border-radius: 50px 0 0 50px;
	padding-right: 10px;
	text-align: right;
}
.swiper-menu a{
	padding: 10px;
	margin: 20px 0;
	display: block;
	text-align: center;
	border-radius: 3px;
	color: #1c97d2;
	height: 110px;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.swiper-menu a img{
	max-width: 30px;
	filter: grayscale(100%) brightness(0.5);
	-webkit-filter: grayscale(100%) brightness(0.5);
    margin: 10px auto 5px auto;
    display: block;
    pointer-events: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.swiper-menu a:hover{
	box-shadow: 0px 3px 20px -3px rgba(0, 0, 0, .2);
	transform: translateY(-2px);
}
.swiper-menu .activemenu a, .swiper-menu .activemenu a:hover{
	background-color: #1c97d2;
	color: #fff;
	transform: none;
}
.swiper-menu .activemenu img{
	filter: brightness(0) invert(1);
}
.swiper-menu .activemenu a:after{
	content: '';
	width: 15px;
	height: 15px;
    background-color: #1c97d2;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


@media(max-width: 1100px){
.sidemenu li{
	width: calc(100% / 3);
}
}
@media(max-width: 800px){
.sidemenu li{
	width: calc(100% / 2);
}
}
@media(max-width: 580px){
.sidemenu li{
	width: 100%;
}
.sidemenu li img{
	max-width: 25px;
}
}


ul.mylist{
	list-style-image: url(../img/icons/liarrow.svg);
    padding-inline-start: 15px;
    padding-left: 15px;
    line-height: 30px;
    color: #666;
}
ul.sublist{
	list-style-type: circle !important;
	list-style-image: none;
	padding-left: 15px;
}

ul.numlist{
	padding-inline-start: 15px;
    padding-left: 25px;
    line-height: 30px;
    color: #666;
}
ul.numlist span.num{
    background-color: #1c97d2;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 30px;
    margin-top: 5px;
}

.details img.logo{
	width: 250px;
	margin: 30px auto 20px auto;
	display: block;
}
.table-responsive{
	border-radius: 3px;
}
.mytable{
	color: #666;
	margin-bottom: 0px;
	border: none;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	background-color: #1c97d2;
	color: #fff;
	border-bottom: none;
	padding: 10px 8px;
	font-weight: normal;
}
.mytable .slno{
	text-align: center;
}
.table-responsive .subno{
	width: 40px;
    text-align: center;
}
.tableloan th:first-child, .tableloan td:first-child{
	width: 50px;
	text-align: center;
}
.tableloan th:last-child, .tableloan td:last-child{
	width: 150px;
	text-align: center;
}

.details .well{
	background-color: #fff;
	border-radius: 3px;
    box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 15px;
}
.details .well h3{
	font-size: 22px;
}
.details .well h1{
	font-size: 30px;
}
#texttocopy{
	display: inline-block;
	margin: 0;
	color: #1c97d2;
	font-size: 26px;
}
.btncpy{
	border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    outline: 0;
    position: relative;
    top: -5px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btncpy:hover{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}


/*ACCORDION*/

.mypanel .card-header{
	width: 100%;
	text-align: left;
	outline: 0;
	border: none;
	border-radius: 3px;
	background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
	color: #666;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mypanel .card-header .fa{
	font-size: 16px;
	margin-right: 5px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #4CAF50;
    color: white;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
}
.mypanel .card-header .fa.anglerotate{
	transform: rotate(180deg);
}
.mypanel .card{
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.125) !important;
	box-shadow: 0px 15px 20px -20px rgba(28, 151, 210, .3);
}
.mypanel .card-body{
	background-color: #f8fdff;
}
.mypanel .card-header.active, .mypanel .card-header:hover{
	background-color: rgba(28, 151, 210, .1);
}
.mypanel .table-responsive{
	box-shadow: none;
}
.mypanel .card.retail p, .mypanel .card.retail ul{
	margin-bottom: 20px;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -mozjustify-content: center;
    -msjustify-content: center;
    justify-content: center;
}

.details .myboxcon{
	display: flex;
	flex-wrap: wrap;
}
.details .mybox{
	/*border: 1px solid #ccc;*/
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.08);
	min-height: 110px;
}
.details .mybox p{
	text-align: justify;
}
.details .myboxcon .table-responsive{
	box-shadow: none;
}

.downloadbtn, .downloadbtn:focus{
	background-color: #E91E63;
	outline: 0;
    color: white;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.downloadbtn:hover{
	background-color: #d40048;
	color: #fff;
}





/*/////////////////////////////////////////////////////////////*/
/**********************RESPONSIVE TABS**************************/
/*/////////////////////////////////////////////////////////////*/

.tabs_wrapper {
  width: 100%;
  background: transparent;
}

ul.tabs {
  display: inline-block;
  z-index: 10;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.tabs li{
  padding: 10px ;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
ul.tabs li.active, ul.tabs li.active:hover{
	background-color: #1c97d2;
	color: #fff;
}
ul.tabs li:hover{
	background-color: #03A9F4;
	color: #fff;
}
ul.tabs li.active:after{
	content: '';
	width: 16px;
    height: 16px;
    background-color: #1c97d2;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
ul.tabs li .fa{
    margin-right: 5px;
    width: 24px;
    border-right: 1px dashed #ccc;
}

.tab_container {
  display: flex;
  flex-flow: column;
  z-index: 20;
  text-align: left;
  min-height: auto !important;
}

.tab_content {
  padding: 0 0 20px 0;
  height: 100%;
  display: none;
}
.tab_content h2{
	margin-top: 0;
	font-size: 18px;
	border-bottom: 2px dashed #efefef;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.tab_content h3{
	margin-top: 0;
	font-size: 14px;
	border-bottom: 1px solid #efefef;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: inline-block;
    color: #666;

}
.tab_content .table-responsive{
	margin-bottom: 15px;
}

.tab_drawer_heading { 
  display: none; 
}

@media screen and (max-width: 991px) {
	ul.tabs {
		display: none;
	}
  .tab_container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    flex:auto;
    border-top: none;
  }
	.tab_drawer_heading {
		background-color: #fff;
		border: 1px solid #e8e8e8;
		color: #333;
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 14px;
		padding: 12px 10px;
		border-radius: 3px;
		display: block;
		cursor: pointer;
		font-family: 'ubunturegular';
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active, .d_active:hover {
		background: #1c97d2 !important;
		color: #fff !important;
	}
	.d_active:after{
		content: '';
		width: 13px;
		height: 13px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-top: 8px;
	}
	.tab_drawer_heading:hover{
		background-color: #03A9F4;
		color: #fff;
	}
	.tab_content{
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    border-radius: 3px;
	}
	.tab_content h2{
		font-size: 16px;
		display: none;
	}

}



/*/////////////////////////////////////////////////////////////*/
/*****************************ICON BOX**************************/
/*/////////////////////////////////////////////////////////////*/

.iconcol{
	padding: 0;
}
.iconbox{
	/*border: 1px solid #efefef;*/
    text-align: center;
    margin: 5px;
	border-radius: 3px;
    display: block;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconbox a{
    width: 100%;
    height: 150px;
    vertical-align: middle;
    display: table;
    color: #333;
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconbox img{
	width: 40px;
	display: block;
	margin: 25px auto 10px auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.iconbox h4{
	font-size: 16px;
}
.iconbox h4:before{
	content: '';
    display: block;
    margin: 0px auto 10px auto;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    background-color: #1c97d2;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.iconbox:hover{
    background-color: #1c97d2;
}
.iconbox:hover img{
	filter: invert(1);
}
.iconbox:hover h4{
	color: #fff;
}
.iconbox:hover h4:before{
	width: 60px;
    background-color: #fbb216;
}

@media(max-width: 480px){
.iconbox h4	{
	font-size: 14px;
}
.iconbox a{
	height: 130px;
}
.iconbox img{
	width: 35px;
	margin: 20px auto 10px auto;
}
}

@media(max-width: 991px){
img.greenpin{
	margin-bottom: 15px;
}
}





/*/////////////////////////////////////////////////////////////*/
/*****************************APPLY NOW*************************/
/*/////////////////////////////////////////////////////////////*/
.applybox{
	background-color: #1d95d0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.applybox.creditcard{
    background-image: url(../img/apply/creditcard.jpg);
}
.applybox.homeloans{
    background-image: url(../img/apply/home.jpg);
    background-position: bottom;
}
.applybox.carloans{
    background-image: url(../img/apply/car.jpg);
}
.applybox.businessloans{
    background-image: url(../img/apply/business.jpg);
}
.applybox.educationloans{
    background-image: url(../img/apply/education.jpg);
}
.applybox.agriloans{
    background-image: url(../img/apply/agriculture.jpg);
}
.applybox a.home{
	background-color: snow;
    padding: 8px 20px;
    border-radius: 25px;
    margin-top: 20px;
    display: inline-block;
    color: #333333;
}
.applycol{
	display: flex;
	flex-flow: wrap;
	float: right;
	min-height: 20px;
	margin-top: 50px;
}
.applycol h3{
	font-size: 18px;
}
.applycol ul.mylist{
	line-height: 20px;
	font-size: 13px;
}
.applycol ul.mylist li{
	margin-bottom: 5px;
}
.applycol p{
	font-size: 13px;
}
.applydesc .content{
	position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    margin-top: 50%;
    transform: translateY(-50%);
    color: #666;
    border-radius: 5px 0 0 5px;
}
.applydesc .content img{
	display: block;
	margin: 20px auto;
	width: 280px;
}
.applyform{
	padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    /*box-shadow: 4px 0px 20px rgba(0, 0, 0, .3);*/
}
.applyform h1{
	font-size: 24px;
	margin-bottom: 15px;
    margin-top: 10px;
}
.applyform h1:after{
	content: '';
	display: block;
    width: 100px;
    height: 2px;
    background-color: #1d95d0;
    margin-top: 10px;
    border-left: 15px solid #fbb216;
}
.applyform input, .applyform select{
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 15px;
    border-radius: 20px;
	border: 1px solid #ddd;
	color: #666;
}
.applyform input:focus, .applyform select:focus{
	outline: 0;
	border-color: #add5e8;
}
.applyform input.answer{
	padding-left: 50px;
}
.applyform label{
    font-weight:normal;
}
.applyform .radgroup{
    margin-bottom:10px;
    display: inline-block;
    margin-left: 10px;
}
.applyform .radgroup label{
    margin-left:5px;
}
.applyform .captcha{
	width: 55px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 9px 3px;
    border-radius: 20px 0 0 20px;
}
.applyform .btnsubmit, .applyform .btnsubmit:focus{
    margin: 20px auto 0 auto;
    display: block;
    background-color: #1d95d0;
    color: white;
    width: 230px;
    border-radius: 20px;
    padding: 10px;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.applyform .btnsubmit:hover{
	background-color: #0079b5;
}
.applyform .btnsubmit .fa{
	margin-right: 5px;
}


/* The container */
.check-label {
  display: block;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label .check-div{
	font-size: 12px;
}

.check-label:last-child{
  margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.c-box {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border:1px solid #1d95d0;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .c-box {
  background-color: #efefef;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .c-box {
  background-color: #1d95d0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.c-box:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .c-box:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-label .c-box:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.applybox .foot-bottom{
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    right: 0;
}


@media(max-width: 991px){
.applybox{
	background-image: none;
	background-color: #1d95d0;
	height: 100%;
	padding-bottom: 1rem;
}
.applycol{
	float: none;
	margin-bottom: 75px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 25px;
}
.applyform, .applydesc .content{
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	margin: 0;
	transform: none;
}
.applydesc .content{
    border-bottom: 1px dashed #ccc;
}
.applyform .captcha{
	left: 15px;
}
.applyform input.answer{
	padding-left: 65px;
}
.apply .foot-bottom{
	position: relative;
}
}

@media(max-width: 480px){
.applydesc .content img{
	width: 200px;
}
}


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}



/*/////////////////////////////////////////////////////////////*/
/**************************SECURITY ALERT***********************/
/*/////////////////////////////////////////////////////////////*/

.salert h3{
    font-size: 18px;
    color: red;
    margin-top: 10px;
}
.salert img{
	border-radius: 3px;
}
.infocol .fa{
	font-size: 22px;
}
.infocol.donots .fa{
	color: red;
}
.infocol.dos .fa{
	color: green;
}
ul.alertlist{ 
	width: 100%;
	max-width: 650px;
    display: table;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
ul.alertlist li{
	float: left;
	width: 50%;
}
ul.alertlist li a{
	display: block;
	text-align: center;
	padding: 12px 15px;
    border-radius: 3px;
    color: #666;
    /*background-color: #efefef;*/
    cursor: pointer;
    box-shadow: 0 0 0 1px #ccc;
}
ul.alertlist li a.active{
	background-color: #1d97d2;
	color: #fff;
}
ul.alertlist li a.active:after{
	content: '';
    display: block;
    background-color: #1d97d2;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 3px;
}
ul.alertlist li a.active .fa{
	color: #fff !important;
}
ul.alertlist li a .fa{
	display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
ul.alertlist li a.donots .fa{
	color: red;	
}
ul.alertlist li a.dos .fa{
	color: green;
}




/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************LOCATE*********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.locate .tabbtn{
	display: flex;
	flex-flow: wrap;
}
/* Style the buttons inside the tab */
.locate .tablinks {
  background-color: #eee;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 5px;
  color: #333;
  font-size: 14px;
  width: calc(100% / 2);
  text-align: center;
}

/* Change background color of buttons on hover */
.locate .tablinks:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.locate .tablinks.active {
  background-color: #1c97d2;
  color: white;
}
.locate .tablinks.active:after{
	content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #1c97d2;
    display: block;
    position: absolute;
    margin-top: -3px;
}

/* Style the tab content */
.locate .tabcontent {
  display: none;
  border-top: none;
  margin-top: 20px;
}

.filtercon{
	border-right: 1px solid #ddd;
	padding-bottom: 25px;
}
.filterbox span.or{
    display: block;
    text-align: center;
    border: 1px solid;
    margin: 15px 0;
    border-radius: 3px;
    width: 30px;
    line-height: 18px;
    font-size: 12px;
    color: #ccc;
    background-color: white;
}
.filterbox span.or:after{
    display: block;
    content: '';
    width: 150px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 50px;
    margin-top: -10px;
}
.filterbox .input-group{
	margin-bottom: 15px;
    height: auto;
    box-shadow: none;
}
.filterbox .input-group-btn>.btn, .filterbox .input-group-btn>.btn:focus{
    padding: 10px 12px;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #1c97d2;
}
.filterbox select, .filterbox input{
	margin-bottom: 15px;
    padding: 10px 12px;
    height: auto;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #666;
}
.filterbox select:focus, .filterbox input:focus{
	box-shadow: none;
	border-color: #999;
}
.filterbox .btn-search, .filterbox .btn-search:focus{
    background-color: #4CAF50;
    color: white;
    padding: 6px 16px;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.filterbox .btn-search:hover{
    background-color: #25982a;
    box-shadow: 0px 8px 20px -15px black;
}

.filterbox .btn-reset, .filterbox .btn-reset:focus{
    background-color: white;
    border: 1px solid;
    padding: 6px 16px;
    color: #666;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.filterbox .btn-reset:hover{
	color: #000;
    box-shadow: 0px 8px 20px -15px black;
}

.locdetail{
    height: 360px;
    overflow: auto;
    margin-top: 20px;
    box-shadow: 0 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 0 1px #ccc;
}
.table-locate{
	margin-bottom: 0;
}
.table-locate>tbody>tr>td, .table-locate>tbody>tr>th,
.table-locate>tfoot>tr>td, .table-locate>tfoot>tr>th,
.table-locate>thead>tr>td, .table-locate>thead>tr>th{
	border-top: none !important;
    line-height: 18px;
    padding: 6px 8px;
    font-size: 13px;
    color: #666;
}
.table-locate>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    background-color: #1c97d2;
    color: white;
    font-weight: normal;
}

@media(max-width: 360px){
.locate .tablinks{
	font-size: 13px;
}
.locate .tablinks.active:after{
    margin-top: 2px;
    width: 15px;
    height: 15px;
}
}






/*/////////////////////////////////////////////////////////////*/
/************************TENDERS PANEL**************************/
/*/////////////////////////////////////////////////////////////*/
.fullpanel button.fullbtn, .fullpanel button.fullbtn:focus{
	width: 100%;
	outline: 0;
	text-align: left;
    border: 1px solid #ccc;
    background-color: white;
    padding: 12px 15px;
    font-family: 'ubuntumedium';
    color: #666;
    border-radius: 3px 3px 0 0 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fullpanel button.fullbtn:hover{ 
    border-color: #666;
    color: #333;
}
.fullpanel button.fullbtn .fa{
	float: right;
    background-color: #1c97d2;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fullpanel button.fullbtn .fa.anglerotate{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.fullpanel button.fullbtn .date{
    color: #1c97d2;
    margin-right: 5px;
    border-right: 1px solid;
    padding-right: 5px;
    font-family: 'ubuntubold';
    font-size: 12px;
}
.fullpanel .card{
	margin-bottom: 15px;
    box-shadow: none;
    border: none;
}
.fullpanel .collapse{ 
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.5);
}
.fullpanel .card p{
	color: #666;
}
.fullpanel .btn-download, .fullpanel .btn-download:hover{
	padding: 0;
    background: none;
    margin-right: 5px;
}
.btn-download, .btn-download:focus{
	background-color: #F44336;
	color: #fff;
	outline: 0;
}
.btn-download:hover{
	background-color: red;
	color: #fff;
}
.btn-download .fa{
	margin-right: 3px;
}
.btn-download img, .mybtn img{
	width: 35px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;a
}
.btn-download:hover img{
	filter: hue-rotate(10deg);
	-webkit-filter: hue-rotate(10deg);
	transform: scale(1.05);
}





/*/////////////////////////////////////////////////////////////*/
/*************************NEWS/UPDATES**************************/
/*/////////////////////////////////////////////////////////////*/

.newscol{
	margin-bottom: 20px;
}
.newscol .newsbox{
	background-color: #fff;
    display: block;
    height: auto;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.newscol .newsbox:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.newscol p.date{
	margin-bottom: 0;
    background-color: #1c97d2;
    border-left: 6px solid #fbb216;
    color: white;
    padding: 2px 6px;
    position: absolute;
    margin-top: -30px;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
}
.newscol p.title{
	font-family: 'ubuntumedium';
    margin-top: 15px;
    height: 50px;
    overflow: hidden;
}

@media(max-width: 767px){
.newscol .newsbox img{
	width: 100%;
}
.newscol p.title{
	height: auto;
}
}





/*/////////////////////////////////////////////////////////////*/
/************************CONTACT FORM***************************/
/*/////////////////////////////////////////////////////////////*/

.myform{
	padding-bottom: 30px;
}
.myform input, .myform textarea, .myform select{
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 44px;
	color: #666;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.myform textarea{
	min-height: 80px;
}
.myform label{
	font-weight: 500;
    color: #666;
    margin-top: 10px;
}
.myform label .fa{
	margin-right: 3px;
    color: #1c97d2;
}
.myform .btn{
    padding: 10px 20px;
    margin-right: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myform .btn-sent{
    background-color: #E91E63;
    border: 1px solid #E91E63;
    color: white;
}
.myform .btn-sent:hover{
	background-color: #ea0050;
    box-shadow: 0px 10px 20px -15px black;
}
.myform .btn-reset{
    background-color: #ffffff;
    border: 1px solid;
    color: #333;
}
.myform .btn-reset:hover{
    box-shadow: 0px 10px 20px -15px black;
}
.myform .btn-sent .fa, .myform .btn-reset .fa{
	margin-right: 5px;
}
.myform .btn-sent:hover .fa, .myform .btn-reset:hover .fa{
	animation-name: bounceIn;
	animation-duration: 2s;
}
.myform .radgroup{
    display: inline-block;
    margin-left: 15px;
}
.myform .radgroup label{
	margin-right: 10px;
}

@media(max-width: 767px){
.myform input, .myform textarea, .myform select{
    padding: 8px 10px;
    min-height: auto;
    margin-bottom: 5px;
    font-size: 13px;
}
.myform label{
	font-size: 13px;
}
.myform .btn{
	padding: 8px 16px;
    margin-top: 10px;
}
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1c97d2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.addresscol .fa{
    margin-right: 10px;
    background-color: #1c97d2;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
}
.addresscol .address{
	font-size: 15px;
    line-height: 26px;
    padding-left: 40px;
}
.addresscol .address .fa{
	position: absolute;
    left: 15px;
}
.addresscol a.tollfree{
	font-size: 24px;
	color: #0c0e20;
}

@media(max-width: 991px){
.addresscol{
	margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #ccc;
}
}

@media(max-width: 480px){
.addresscol .fa{
	margin-right: 5px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}
.addresscol .address{
	font-size: 13px;
    line-height: 23px;
    padding-left: 34px;
}
.addresscol p{
	font-size: 13px;
}
.addresscol a.tollfree{
	font-size: 20px;
}
}



.ifrmhght{
	height: 350px !important;
}

.alert p{
	text-align: center;
}
.alert h5{
	display: inline;
}





/*/////////////////////////////////////////////////////////////*/
/************************PENSION***************************/
/*/////////////////////////////////////////////////////////////*/

.btngrp .btn{
	position: relative;
    top: 34px;
}
.btngrp .btn-srch{
	background-color: #FF9800;
	color: #fff;
}
.acc-dwn, .acc-dwn:focus{
	background-color: #F44336;
    float: right;
    color: white;
}
.acc-dwn:hover{
	color: #fff;
	background-color: #dc2113;
}
.acc-dwn .fa{
	margin-right: 3px;
}

@media(max-width: 991px){
.btngrp .btn{
	top: 0;
}
.acc-dwn{
	margin-bottom: 20px;
	float: none;
}	
}



table.network td, table.network th{
    width:calc(100% / 4);
    text-align:center;
}
.nettab ul.nav li{
    width:calc(100% / 2);
}
.nettab ul.nav li a{
    border: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    text-align: center;
    color: #666;
}
.nettab ul.nav li.active a{
    background-color: #1c97d2;
    color: #fff;
}

ul.structure{
    display:table;
    margin:auto;
}
ul.structure li{
    display:block;
    padding: 15px 10px;
    /*border: 1px solid #ccc;*/
    color:#fff;
    border-radius: 3px;
    margin-bottom: 45px;
    margin-top: 15px;
    width: 220px;
    height: 100px;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
}

ul.structure li span{font-size:18px;display:block;}

ul.structure li:after{
    content:'';
    width: 5px;
    height: 30px;
    background-color: #999;
    position: absolute;
    margin: auto;
    left:0;
    right:0;
    margin-top: 22px;
}
ul.structure li:before{
    content:'';
    border-top: 10px solid #999;
    margin-left:auto;
    margin-right:auto;
    width:10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: 100px;
    left:0;
    right:0;
    position: absolute;
}
ul.structure li:last-child:after, ul.structure li:last-child:before{
    display:none;
}
ul.structure li img{
    display:none;
    margin-right: 10px;
    width:60px;
    filter:brightness(0) invert(1);
}
ul.structure li:nth-child(1){
    background-color:#2196F3;
}
ul.structure li:nth-child(2){
    background-color:#9C27B0;
}
ul.structure li:nth-child(3){
    background-color:#FF9800;
}

@media(max-width:991px){
.network table{
    margin-bottom:15px;
}
.network h3.innerhd{
    margin-top:20px;
}
}

.video iframe {
    width: 100%;
    border: 0;
    min-height: 230px;
}
@media(max-width:991px){
.video iframe{
    margin-bottom:15px;
}
}
@media(max-width:767px){
.video iframe{
    min-height: 280px;
}
}
@media(max-width:440px){
.video iframe{
    min-height: 200px;
}
}