@font-face {
  font-family: visby;
  src:url("./fonts/VisbyRoundCF-Regular.woff2") format('woff2'),
  src:url("./fonts/VisbyRoundCF-bold.woff2") format('woff2'),
  src:url("./fonts/VisbyRoundCF-ExtraBold.woff2") format('woff2'),
  src:url("./fonts/VisbyRoundCF-light.woff2") format('woff2');
}

* {
  font-family: visby !important;
  letter-spacing: 0.3px;
  font-size:100%;
}

.navbar-brand>img {
   height: 45px;
   width:auto;
  }

@media only screen and (max-width: 600px) {
  .navbar-brand>img {
   height: 40px;
   width:auto;
  }
}

/**{*/
/*	font-family: 'visby', sans-serif;*/
/*}*/

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}





.text-blue{
color: #0D72B9;
}

.txt-yellow{
    color:#ffe24a;
}

.text-green{
color: #26B578;
}
.bg-blue{
	background: #0D72B9;
}
.bg-green{
	background: #26B578;
}

.btn-outline-primary{
font-weight:bold;
color: #0D72B9;
border:3px solid #0D72B9;
}
.btn-outline-primary:hover{
color: #fff;
background-color:#0D72B9!important;
}
.btn{
	outline: none;

}
.btn-yellow{
	color: #000;
	background: #FFE24A;
}
.btn-yellow:hover{
	background: #FFE24A;
opacity: 0.9;
color: #000;
}
.bg-yellow{
	background: #FFE24A;
}

.bnrimg{
	margin-top: 50px;
	margin-bottom: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding-right : 1rem !important;
}

.bg-light-g{
	background: #E9F7FF;
}
.bg-light-y{
	background: #ffffcf;
}

.bg-light-green{
	background: #ccffd3;
}

.section-margin{
	padding-top: 60px;
	padding-bottom: 60px;
}


.bg-dblue{
    background-color: #0F1F45;

}


.bg-hardware{
	background-image: url('https://prolifepayments.com/lifeassets/bghardware.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.accordion-button{
	font-size: 1.3rem;
	font-weight: bold;
}


.border-footer{
border-top:5px solid #E9F7FF;

}


.video-media{

background-repeat:no-repeat;
height:400px;
background-position:center;
background-size:cover;
}

.less{
	display: none;
}
.more{
	display: contents;
}


.slider{
	overflow: hidden;
}
#controls [data-controls] {
	position:absolute;
	z-index: 1;
	top: 45%;
	display: block;
	
	cursor: pointer;
	color: #0D72B9;
	padding:6px 11px ;
	border-radius: 50%;
	background: #fff;
}

#controls [data-controls=prev]  {
	
	margin-left: -150px;
	transition: margin-left 500ms;
}
.slider:hover #controls>[data-controls=prev]  {
	
	margin-left: 30px;
	
}

#controls [data-controls=next]  {
	right: 0;
	margin-right: -150px;
	transition: margin-right 500ms;
}

.slider:hover #controls>[data-controls=next]  {
	
	margin-right: 30px;
	
}




.profile-img{
	width: 50px;
	height: auto;
}

.plp-card{
	transition: transform 300ms;
}

.plp-card:hover{
	transform: translateY(-10px);
	box-shadow: 0 1rem 3rem rgba(38, 181, 120, .175) ;
}


.bubble-blue{
	background: #E9F7FF;
   border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  color: #0D72B9;
  display: inline-block;
  font-weight: bold;
  line-height: 2.5em;
  margin-right: 15px;
  text-align: center;
  width: 2.5em; 
}

.h-icon{
	height: 65px;
	width: auto;
}


/*prosper page*/


/*prosper page*/

.icns-features1{
	width: auto;
	height: 60px;
	padding: 10px;
}


.bg-babycart{
	background-image: url('lifeassets/bgbabycart.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	
}


.icns-list{
	width: auto;
	height: 50px;
	
}


.bubble-white{
	background: #fff;
   border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  color: #0D72B9;
  display: inline-block;
  font-weight: bold;
  line-height: 2.5em;
  margin-right: 15px;
  text-align: center;
  width: 2.5em; 
}
.bubble-green{
	background: #ccffd3;
   border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  color: #26b578;
  display: inline-block;
  font-weight: bold;
  line-height: 2.5em;
  margin-right: 15px;
  text-align: center;
  width: 2.5em; 
}



.bg-babybasket{
	background-image: url('lifeassets/babybasket.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	
}

.shadow-lg{

}

.icons-charity{
	width: auto;
	height: 80px;
	
}


.form-check{
width: 100;
padding:0;


}
.btn-outline-blue{
	border:5px solid #E9F7FF;
	color: #0D72B9;
	padding: 0.8rem;
}

#option1:hover ~ .option1, 
#option2:hover ~ .option2 {
    border-color: #0D72B9;
   background: #0D72B9;
   color: #fff;
}

#option1:checked:checked ~ .option1, 
#option2:checked:checked ~ .option2 {
    border-color: #0D72B9;
   background: #0D72B9;
   color: #fff;
}

#option1>i, 
#option2>i {
    font-size: 14px !important;
}




#option1:checked:checked ~ .option1>i, 
#option2:checked:checked ~ .option2>i {
    font-size: 18px !important;
}




.btn-outline-green{
	border:5px solid #E9F7FF;
	color: #26B578;
	padding: 0.5rem;
	margin-top: 20px;
	
}

.btn-amt:hover ~ .btn-outline-green {
    border-color: #26B578;
   background: #26B578;
   color: #fff;
}

.btn-amt:checked:checked ~ .btn-outline-green {
    border-color: #26B578;
   background: #26B578;
   color: #fff;
}

.form-switch {
    padding-left: 2.5em;
}

.form-check-input{
	cursor: pointer;
}
.form-check-input:checked {
    background-color: #0D72B9;
    border-color: #0D72B9;
    
}
.offer-section .list-group-item{
    align-items:center;
}


/*new styles*/
 /* Styles for the range slider when slid to the left */
  

  /* Style the track */
input[type="range"].form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: transparent; /* Transparent background to use gradient */
  border-radius: 10px;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(var(--filled-percentage, 0), #26B578), color-stop(var(--filled-percentage, 0), rgba(0,0,0,0)));
}

input[type="range"].form-range::-moz-range-track {
  width: 100%;
  height: 10px;
  background: transparent; /* Transparent background to use gradient */
  border-radius: 10px;
  border: none;
  background-image: -moz-linear-gradient(left, #26B578 var(--filled-percentage, 0), #ddd var(--filled-percentage, 0));
}

input[type="range"].form-range::-ms-track {
  width: 100%;
  height: 10px;
  background: transparent; /* Transparent background to use gradient */
  border-radius: 10px;
  border: none;
  background-image: linear-gradient(to right, #26B578 var(--filled-percentage, 0), #ddd var(--filled-percentage, 0));
}

/* Style the thumb */
input[type="range"].form-range::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  margin-top: -4px; /* Needed to align thumb with the track */
  width: 20px;
  height: 20px;

  background: #fff; /* Green background for the thumb */
  border: 4px solid #26B578;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"].form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff; /* Green background for the thumb */
  border: 4px solid #26B578;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"].form-range::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #fff; /* Green background for the thumb */

  border: 4px solid #26B578;
  border-radius: 50%;
  cursor: pointer;
}

/* Override focus styles for the thumb */
input[type="range"].form-range:focus::-webkit-slider-thumb {
  outline: none;
}

input[type="range"].form-range:focus::-moz-range-thumb {
  outline: none;
}

input[type="range"].form-range:focus::-ms-thumb {
  outline: none;
}

.form-range{
  height: 0.5rem;
  border-radius: 5px;
}


.card-background-blur {
  background-color: rgba(4,28,63,0.2); /* Lower opacity */
  backdrop-filter: blur(5px); /* Blur effect */
  border-radius: 4px; /* Assuming you want to keep rounded corners */
  -webkit-backdrop-filter: blur(5px); /* For Safari */
  border:1px solid #fff;
}


 /* Adjusted CSS */
.pdf-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    
}

.pdf-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.download-btn-container {
    text-align: center;
    margin-top: 20px;
}
  
  .headerbg{
      background-image: linear-gradient(to bottom, rgba(4,28,63,0.7), rgba(4,28,63,0.6), rgba(4,28,63,0.2)), url('/lifeassets/momandbabycc1.png');
      background-size:cover;
      background-repeat:no-repeat;
      background-position:center;
  }





