* {
	margin: 0px;
	padding: 0px;
}
 body {
    background-image: url(/assets/image/background-img.jpg);
	background-size: cover;
    background-position: top;
} 
.fixed-top {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 0 20px !important;
}
#topBoxItem .bcard-body span {
    display: block;
}

#topBoxItem .bcard-body span img {
    width: 100px;
}
div#topBoxItem h1 {
    font-size: 28px;
    font-weight: bold;
}
.cababox1,.cababox2 {
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-color: #ffffff;
    border: 1px #bababa solid;
    margin-top: 30px;
}
div#topBoxItem h1 a {
    background-color: #be000c;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: middle;
}
.datSet,.citySet {
    color: #4caf50;
    font-weight: bold;
    padding-left: 5px;
}
div#topBoxItem h1 a:hover,  button:hover {
    background: #4caf50 !important;
    text-decoration: none !important;
}
.cababox1 h3,.cababox2 h3 {
    border-bottom: 1px #bababa solid;
    color: #bf000c;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
}
.cababox1 h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #575252;
    margin-top: 5px;
}
.cababox table td:nth-of-type(3) {
    font-weight:bold;
   
}
.cababox1 ul {
    list-style: none;
}

.cababoxList {
    display: flex;
    padding: 10px 0;
    flex: 1;
}

.cababoxInc {
    border-right: 1px #bababa solid;
    padding: 0 0px 0 20px;
    flex: 1;
}

.cababoxEx:last-child {
    border-right: 0;
}

.cababoxList span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.cababoxList li {
    font-size: 14px;
    margin-bottom: 5px;
}

.cababoxEx {
    padding: 0 10px 0 20px;
    flex: 1;
}

.cababox1 ul li {}

.cababoxInc li i {
    color: #fff;
    background: #4caf50;
    font-size: 12px;
    padding: 5px;
}

.cababoxEx li i {
     color: #fff;
     background: #bf000c;
     font-size: 12px;
     padding: 5px;
}
.vType img {
    width: 95px !important;
    height: 100% !important;
    float: left;
}
.bcard-body h4 {
    color: #000;
    margin-bottom: 2px;
    font-size: 18px;
    text-transform: capitalize;
}

#topBoxItem .bcard-body > span:nth-of-type(2) {
    font-weight: bold;
	color: #f7b104;
}
.vType {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    margin-top: 10px;
    height: 80px;
}
#topBoxItem .bcard-body > span:nth-of-type(1) {
    font-size: 12px;
    color: #7d7777;
}
.vType span {
    font-size: 14px;
}

.vType span:nth-of-type(2) {
    font-size: 12px;
    color: #7d7777;
}
.poojaLBox .itemBox a {
    color: #000;
}

.poojaLBox .itemBox a:hover {
    text-decoration: none;
}
.poojaLBox .itemBox a:hover .bcard-body {
    background: #bf000c !important;
    color: #fff;
}

.chAlr {
    background: #bf000c;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 30px rgb(248 249 250);
}
body {
    background-image: linear-gradient(
300deg
, #BCDEF6 0%, #F9F4EC 80%);
}
.chAlr p {
    margin-bottom: 0;
    color: #fff;
	font-family: roboto;
	    font-weight: 500;
}
span.slideBts {
    background: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
}
.poojaLBox .itemBox {
    padding: 5px;
}

.slick-slider {
    margin-bottom: 0!important;
}

.slick-next:before, .slick-prev:before {
    color: #bf000c !important;
}
a.gBack {
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(96deg, #048e11, #048e11);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
}
.slideBt {
    position: fixed;
    bottom: 58px;
    left: 0;
}
.slideBt img {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    margin-right: 2px;
}

.slideBt {
    padding: 5px 10px;
    font-weight: bold;
    background: #bf000c;
}
.slideBt a:hover {
    text-decoration: none;
    background: #ffc107;
    color: #fff;
}
.slideBt a {
    font-size: 21px;
    color: #bf000c;
    line-height: 30px;
    padding-right: 10px;
    display: block;
    background: #fff;
}
.slideBt a img {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { background: #ffc107;  }
}
#accordionTemple button:hover i:before,#accordionkTemple button:hover i:before,#accordiongTemple button:hover i:before,#accordionyTemple button:hover i:before {
	color: #000;
}
.temListBtn {
    text-align: center !important;
}
a.gBack:hover {
    text-decoration: none;
    background: red;
    color: #fff;
}
.tcard h4 {
    text-align: center;
}

.header {
	width: 30%;
	margin: 50px auto 0px;
	color: white;
	background: #5F9EA0;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
.navbar ul {
    width: 100%;
}
.cababoxEx img {
    overflow: hidden;
    width: 100%;
}
.sticky-top {
    top: 70px !important;
}
.cabForm {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
}
.cabForm .form-groups {
    width: 49%;
    display: inline-block;
    margin-top: 10px;
}

.cabForm .form-groups label {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #7d7777;
    margin-bottom: 5px;
}
.cabForm .form-groups select ,.cabForm .form-groups input{padding: 5px;font-size: 16px;font-weight: 500;cursor: pointer;width: 100%;border-color: #7d7777;border-width: 1px;}
.input-group {
	margin: 10px 0px 10px 0px;
}
div#pilCustomForm span {
    margin-top: 20px;
    display: block;
}
#poojaSelBox .bcard {
    margin-bottom: 10px;
}
.input-group label {
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
}
#topBoxItem .bcard-body input[type="checkbox"] {
   width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}
form h2 {
    color: green;
}
.dashBox {
    width: 100%;
    text-align: right;
}

.dashBox li {
    width: 130px;
    display: inline-block;
}
span.input-group-text {
    background: #28a745;
    color: #fff;
}
a.forgetBtn {
    font-size: 13px;
    color: #212529;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

a.forgetBtn:hover {
    color: green;
}
.container.text-center {
    display: block !important;
}
.btn {
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #5F9EA0;
	border: none;
	border-radius: 5px;
}
.error {
	color: #a94442;
    background: #f2dede;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}
.btnBox a {
    display: block;
    color: #fff !important;
}

footer {
    background: #00000094;
}
.carousel-item {
height: 100vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#navBox li a,.flogin {
margin: 0 5px;
color: #fff;
cursor: pointer;
text-align: center;
border: none;
border-radius: 5px;
transition: all .4s ease-in-out;
background-image: linear-gradient(96deg, #dc3545, #fb4d00);
-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.bcard a, .bcard-body form button,#poojaListBox form button,.temListBtn,.temListSBtn,.bcard-body button,.subBtns {
	    font-weight: bold;
    white-space: normal;
    cursor: pointer;
    border: 0;
   color: #000;
    background: #f9b304!important;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: 5px 10px;
    font-size: 20px;
}
.bcard a:hover, .bcard-body form button:hover,#poojaListBox form button:hover,.temListBtn:hover,.temListSBtn:hover,.bcard-body button:hover,.subBtns:hover {
    background: #fff !important;
    color: #000 !important;
    text-decoration: none;
}
button.subBtns {
    width: 100%;
}
.bcard-body h4 span {
    text-transform: capitalize;
    color: green;
}
.bcard-body h4 {
        margin-top: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.bcard-body form {
    width: 100%;
    border: none;
    padding: 0px;
}

.bcard-body form .form-check {
    display: inline-block;
    margin-bottom: 5px;
}
.tcard {
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    text-align: left;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.tcard ul {
    list-style: none;
}

.tcard ul i {
    color: #bf000c;
}
.tcard p {
    color: red;
}
.bcard-body form button {line-height: 30px;}
a.flogin {
    padding: 5px 10px;
}
a.flogin:hover {
    text-decoration: none;
    background: green;
    color: #fff;
}
.carousel-caption h2 {
    color: #bf000c;
}

#navBox li a:hover {
background: #000000;
}
.bcard img {
    width: 100px;
}
.carousel-caption {
    padding: 20px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 0 20px;
}
ul.sociBox {
    text-align: right;
    list-style: none;
}

ul.sociBox li {
    display: inline-block;
    font-weight: bold;
}

ul.sociBox li a {
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

ul.sociBox i {
    background: #f9b304;
    color: #000;
    padding: 6px;
}
#accordionTemple .card-header i,#accordionkTemple .card-header i,#accordiongTemple .card-header i,#accordionyTemple .card-header i {
    position: absolute;
    right: 16px;
    top: 15px;
}

#accordionTemple .card-header i:before,#accordionkTemple .card-header i:before,#accordiongTemple .card-header i:before,#accordionyTemple .card-header i:before {
    background: transparent;
    color: #fff;
}
.carousel-caption {
    border-radius: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00000059;
    display: block;
    width: 35%;
    margin: 0 auto;
    height: 450px;
}
#topBoxItem {
    margin-top: 50px;
}
#topBoxItem .bcard-body {
    padding: 5px;
}
#topBoxItem .bcard img {
    overflow: hidden;
    width: 100%;
    height: 160px;
}
.poojaLBox {
    width: 100%;
	text-align: center;
}
.poojaLBox h1 {
    color: #f9b304;

}
.poojaLBox h3 {
    color: blue;
}
.prBox {
    position: absolute;
    top: 5px;
    background: #bf000c;
}

.poojaLBox .itemBox {
    position: relative;
}

.prBox p {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
select#pickCity {
    color: #000;
    opacity: 1;
}
.poojaLBox .itemBox {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
#mainformBox label {
    font-weight: bold;
}
#mainformBox label b {
    color: red;
    margin-left: 5px;
}
.tcard h4 span {
    color: #bf000c;
}
#topBoxItem .bcard {
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#topBoxItem .bcard .iBox {
    font-size: 50px;
    color: #bf000c;
}
#poojaListBox form {
    width: 100%;
    padding: 0;
    border: none;
}
form#modelForm {
    width: 100%;
    border: none;
    padding: 0;
}

form#modelForm label {
    font-weight: bold;
}
.tcard nav {
    margin-top: 20px;
}

.tcard nav a {
    border: 1px solid #fff!important;
    border-radius: 0px !important;
    color: #000;
    font-weight: bold;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: 5px 10px;
    font-size: 20px;
}

.tcard nav .active {
    background: #bf000c !important;
    color: #fff !important;
}

.tcard #nav-tabContent {
    padding: 0 !important;
}

.tcard .tab-pane.active {
    border: 2px solid #bf000c;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
#accordionTemple button,#accordionkTemple button,#accordiongTemple button,#accordionyTemple button {
    text-align: left;
    border: 1px solid #fff!important;
    border-radius: 0px !important;
    color: #fff;
    background: #696763;
    font-weight: bold;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 3 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: 5px 10px;
    font-size: 16px;
    width: 100%;
}
#accordionTemple .card-header,#accordionkTemple .card-header,#accordiongTemple .card-header,#accordionyTemple .card-header {
    padding: 0;
}
#accordionTemple button:hover,#accordionTemple button:focus,#accordionkTemple button:hover,#accordionkTemple button:focus,#accordiongTemple button:hover,#accordiongTemple button:focus,#accordionyTemple button:hover,#accordionyTemple button:focus {
    text-decoration: none;
}
#accordionTemple button i:before,#accordionkTemple button i:before,#accordiongTemple button i:before,#accordionyTemple button i:before {
    color: #fff;
    padding: 5px;
}
input#txtDate {
    cursor: pointer;
}
.datSet b {
    font-size: 12px;
    color: #7d7777;
    font-weight: 400;
    margin-right: 5px;
}
.tcards {
    padding: 20px;
}
.tcards h4 {
 
}
.tcards h2 {
    text-decoration:underline;
    color: red;
}

.tcards p b i {
    background: #28a745;
    color: #fff;
    padding: 7px;
    font-size: 18px;
}
.tcard.active {
    margin-top: 0;
    box-shadow: none;
    padding-top: 0;
}
#topForm {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
}
#topForm .input-item input {
    height: 30px;
}

#topForm .input-item button {
    height: 30px;
    font-size: 14px;
    line-height: 15px;
}
#homeBox form {
    width: 80%;
    margin-left: 0%;
	box-shadow: none;
    border: none;
}
div#homeBox {
    background: #fff;
	
}
#topForm label {
    margin-bottom: 0;
    font-weight: bold;
}
#topForm .input-item {
    display: inline-block;
	vertical-align: top;
}
#topForm .input-item:nth-of-type(3) {
    margin-top: 24px;
}
#topForm .forgetBtns {
    font-size: 12px;
    color: #545b62;
}
@media (max-width:1024px) {
	.poojaLBox .itemBox {
    width: 32%;
}
.carousel-caption {
    width: 50%;
}
.navbar ul span {
    display: none;
}
ul.sociBox li:nth-of-type(1),ul.sociBox li:nth-of-type(2) {
    display: none;
}

.porForm .searchBox {
    width: 96%!important;
}
}
@media (max-width:520px) {
	.poojaLBox .itemBox {
    width: 96%!important;
}
div#topBoxItem h1 {
    font-size: 24px!important;
	margin-bottom: 15px;
}
form#payment_form {
    width: 100% !important;
    margin: 0 auto;
}
.cababox {
    padding: 5px!important;
    border: none!important;
}

}
@media (max-width:768px) {
	ul.sociBox li:nth-of-type(1), ul.sociBox li:nth-of-type(2) {
    display: block;
}
	form#payment_form {
    width: 100% !important;
    margin: 0 auto;
}
div#poojaTListBox .col-md-8,div#poojaTListBox .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: auto;
    margin: 10px 0;
}
.col-md-8  {
    order: 2;
    float:left;
    width:100%;
}

.col-md-4 {
    order: 1;
    float:left;
    width:100%;
}
	.form-groups {
    width: 100% !important;
    display: block;
    text-align: center !important;
}

.form-groups:nth-of-type(1) label {
    text-align: center;
}

.btnBox form {
    width: 100%;
}
.fixed-top {
    position: relative !important;
	padding: 10px !important;
}
.slideBt {
    position: relative;
    width: 50%;
}

div#topBoxItem {
    margin-top: 20px;
}
	nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
    padding: 10px;
}
#topBoxItem {
    margin-top: 100px;
}
.chAlr p {
    line-height: 20px;
    font-size: 14px;
}
.poojaLBox .itemBox {
    width: 46%;
    margin: 0 10px;
}
.tcard h4 {
    font-size: 18px;
}
a.gBack {
    float: none;
    position: absolute;
    top: -10px;
	right: 20px;
}
.tcard h4 {
    font-size: 18px !important;
}
.prodD .gBack {
    top: -50px !important;
}


.prodCont {
    padding: 10px  !important;
}

.prodCont h3 {
    font-size: 20px !important;
}
.infnBox {
    width: 46%!important;
    display: inline-block!important;
    vertical-align: text-top!important;
}

.infnBox img {
    height: 100px!important;
    width: 100% !important;
}

.infnBox h3,.infnBox a {
    font-size: 12px!important;
}
ul.sociBox {
    text-align: left;
}

ul.sociBox li {
    margin-bottom: 10px;
}
#homeBox form {
    padding: 20px 0;
}
	.dashBox li {
    width: 100%;
}
#accordionTemple button ,#accordionkTemple button,#accordiongTemple button,#accordionyTemple button {
    font-size: 14px;
}
	#navBox li a {
    background: transparent;
    box-shadow: none;
    color: #000;
    text-align: left;
}

li.nav-item {
    border-top: 1px solid #00000057;
}

ul.navbar-nav.ml-auto {
    margin-top: 20px;
}
.navbar-brand {
    margin: 0;
}

button.navbar-toggler {
position: absolute;
    top: 15px;
    right: 10px;
}
div#pilCustomForm input, div#pilCustomForm select {
    width: 150px;
}
	footer p {
    font-size: 12px;
}

#navBox li a:hover {
    background: transparent !important;
    color: green !important;
}
form {
    width: 90%;
}

footer  {
	padding : 5px 0 !important;
}
footer div {
	padding : 0 !important;
}
div#poojaListBox nav a {
    width: 100%;
}
.carousel-caption {
    width: 90%;
    left: 0!important;
    right: 0!important;
    top: 40% !important;
}
.navbar ul span {
    display: block;
}
.navbar ul span {
    padding: 0px !important;
    width: 100% !important;
}
}
@media screen and (max-width: 600px) {
	.card-body {
    padding: 0 !important;
}
.chAlr {
    max-height: 46px;
    overflow-x: scroll;
}
tbody {
    width: 100%;
    display: block;
}
.modal-title {
    font-size: 16px;
}
 
  .card-body tr {
    margin-bottom: 10px;
}

  
}
@media (max-width:520px) {
	div#homeBox {
    margin-top: 55px !important;
}
.cababox table, th, td {
    padding: 5px !important;
}
#homeBox form {
    width: 100%;
}
.cababoxList {
    display: block;
}

div#poojaTListBox .col-md-8 {
    margin-bottom: 30px;
}
.poojaLBox .itemBox {
    margin: 0 auto;
}
#topBoxItem .bcard-body input[type="checkbox"] {
    width: 15px;
    margin-right: 0;
}

.cababox h3 {
    border-bottom: 1px #bababa solid;
    color: #bf000c;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
}
div#topBoxItem {
    margin-bottom: 0px !important;
}
#topBoxItem .bcard img {
    height: 100% !important;
}
.carousel-caption a {
    display: block;
    margin-bottom: 5px;
}
.carousel-caption {
    height: 100%;
    top: 60% !important;
}
}