body, html {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
    color: #777;
}
.container-blur {
	height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgb(248 232 96 / 32%);
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/images/paradise.jpg");
  height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

#form-count {
    max-width: 210px;
    margin: auto;
}
.total-counter span {
	display: block;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    font-size: 46px;
    max-width: 125px;
    border: 2px solid #4f4fc4;
    font-weight: 600;
    color: #88001b;
    height: 125px;
    line-height: 120px;
}
.heading-text {
    padding: 15px 15px 0px 15px;
  
}

.heading-text .head-puj {
    font-size: 22px;
}

.heading-text div {
    color: #88001b;
    max-width: 410px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 0px 20px;
}
.valid-message {
    color: #008000;
}

#form-count input.form-control {
	background: #ffffff;
    border: 1px solid;
    padding: 10px;
    color: #000;
	font-size: 14px;
}

button.btn.btn-primary {
    background: #ffca18;
    border: 2px solid #4f4fc4;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    color: #4f4fc4;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

h2.top-heading {
    text-align: center;
    color: #4f4fc4;
    padding: 10px;
    font-weight: 600;
}

#mala-progress {
   max-width: 600px;
    margin: 20px auto;
    width: 100%;
    display: inline-flex;
    height: 30px;
    border: 2px solid;
}
#mala-progress-text {
	max-width: 600px;
    margin: auto;
    width: 100%;
    color: #88001b;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    top: -15px;
	padding: 0px 10px;
}
.mala-progress-bar {
    margin: 0px 15px;
}
.progress-bar.bg-success-bar {
    background: #8BC34A;
}
span.progress-completed {
    float: left;
}
span.progress-pending {
    float: right;
}

.total-counter {
    margin-top: 25px;
}

@media only screen and (max-width: 585px) {
  .heading-text {
		padding: 0px 15px;
		display: inline-block;
		width: 100%;
	}
	.bgimg-1 {
		background-image: url(/images/shabad-mobile-bg.jpeg);   
	}
	h2.top-heading {
		color: #ffffff;
		background: rgb(137 135 135 / 37%);
	}
}


