body {
  font-family: Arial, sans-serif;
  background: #F8F9F9;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.section {
  padding: 60px 0;
}
.hero {
  background-color: #005baa;
  color: white;
  padding: 20px;
}

.blue-light{
	color:#086699;
}

.sky-blue{
	color:#00bfff;
}


.bg-skyblue{
	background:#00bfff;
}

.capsule{
  border-radius: 250px;	
}

.bg-blue{
	background:#154577;
}

.bg-blue-2{
	background:#086699;
}

.text-left{
	text-align: left;
}

.icon-box {
  text-align: center;
  padding: 20px; 
  font-size: 18px;
}
.icon-box img {
  max-width: 180px;
  margin-bottom: 15px;
}

 .price-badge {
    background-color: #00bfff;
    padding: 40px 25px;
    border-radius: 250px;
    font-size: 11px;
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 10;
	top: -50px !important;
  }

.price-badge-2 {
    background-color: #00bfff;
    padding: 36px 19px;
    border-radius: 250px;
    font-size: 11px;
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 10;
	top: -50px !important;
	width: 140px;
	height: 140px;
	right: 8vw;
  }


@media (max-width: 576px) {
	.padding-box{
		padding: 25px 15px !important;
	}
  
	.pt-mobile{
		padding-top: 60px;
	}
}