body {
	font-family: arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
h1 small {
	font-size: 65% !important;
	margin-left: 5px;
}
.p-30 {
	padding:30px;
}
.fs-24 {
	font-size:24px;
}
.fs-12 {
	font-size:12px;
	font-weight:500;
}
.fs-13 {
	font-size:13px;
	font-weight:500;
}
.fs-25 {
	font-size:25px;
}
.border-10 {
	border: 10px solid #ddd;
}
.icon {
	font-size:50px;
	color:Black;
}
.full-height {
	background-color:#ddd;
	height:100vh;
}
.logo-decoration {
	padding:150px 100px 50px 100px;
	text-align:center;
	vertical-align:middle;
	margin:auto;
}
.p-50 {
	padding:50px;
}
.p-30 {
	padding:30px;
}
.border-radius {
	border-radius:30px;
}
.border-bg {
	background-color:#d3fcce;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	color:#363930;
}
.w-130 {
	width:130px;
}
.save-btn {
	background:#62e5c5;
	border:#62e5c5;
	padding:5px 50px;
	border:none;
	color:#fff;
}
.strred {
	color:red;
}
.wrapper {
	align-items: center;
	justify-content: space-evenly;
	border-radius: 5px;
}
.wrapper .option {
	align-items: center;
	border-radius: 5px;
	text-align:center;
	verticle-align:middle;
	cursor: pointer;
	padding:6px 35px;
	transition: all 0.3s ease;
}
.wrapper input[type="radio"] {
	display: none;
}
#option-1:checked:checked ~ .option-1, #option-2:checked:checked ~ .option-2, #option-3:checked:checked ~ .option-3 {
 background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot::before, #option-2:checked:checked ~ .option-2 .dot::before, #option-3:checked:checked ~ .option-3 .dot::before, #option-4:checked:checked ~ .option-4 .dot::before, #option-5:checked:checked ~ .option-5 .dot::before, #option-6:checked:checked ~ .option-6 .dot::before {
 opacity: 1;
 transform: scale(1)
}
.wrapper .option span {
	font-size: 16px;
	color: #808080;
}
 #option-1:checked:checked ~ .option-1 span, #option-2:checked:checked ~ .option-2 span, #option-3:checked:checked ~ .option-3 span {
 color: #fff;
}
 #option-1:checked:checked ~ .option-1 .icon, #option-2:checked:checked ~ .option-2 .icon, #option-3:checked:checked ~ .option-3 .icon {
 color: #fff;
}
 ------------2nd Frequency css--------  #option-4:checked:checked ~ .option-4 span, #option-5:checked:checked ~ .option-5 span, #option-6:checked:checked ~ .option-6 span {
}
 #option-4:checked:checked ~ .option-4, #option-5:checked:checked ~ .option-5, #option-6:checked:checked ~ .option-6 {
 border:1px solid #0069d9;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity: 0.2 !important;
}
.btn-padding {
	padding:5px 50px;
}
.list-group-item {
	padding: 0.75rem 0 !important;
}
