@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded');

.hifloboxtitle{
	color: white;
	text-align: center;
}

.blur{
	filter: blur(8px);
    -webkit-filter: blur(8px);
}

.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

/*

.flip-card-back-content{
	
}

.flip-card {
  background-color: transparent;
  width: 150px;
  height: 150px;
  perspective: 1000px;
	float: left; 
	pointer-events: none;
}

.flip-card img {
	width:150px;
	height:150px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #FFF;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
	overflow: hidden;
    word-wrap: break-word;
}*/


.wrapperHifloCalculator .parent{
            height: 100vh;
        }
 .wrapperHifloCalculator .parent>.row{
            display: flex;
            align-items: center;
            height: 100%;
        }
.wrapperHifloCalculator .col img{
            height: 80px;
    	    width: 80px;
	
	
			/* height:100px;*/
            width: 100%;
            cursor: pointer;
            transition: transform 1s;
            object-fit: cover;
        }
        .wrapperHifloCalculator .col label{
            overflow: hidden;
            position: relative;
        }
        .imgbgchk:checked + label>.tick_container{
            opacity: 1;
        }
/*         aNIMATION */
        /*.imgbgchk:checked + label>img{
            transform: scale(1.25);
            opacity: 0.3;
        }*/
        .tick_container {
            transition: .5s ease;
            opacity: 0;
            position: absolute;
           /* top: 50%;*/
			top: 40px;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            cursor: pointer;
            text-align: center;
        }
        .tick {
            background-color: #4CAF50;
            color: white;
            font-size: 16px;
            padding: 6px;
            height: 40px;
            width: 40px;
            border-radius: 100%;
        }

.form-check label{
	cursor: pointer;
}

.form-check label span{
	display: block;
}

.form-check img {
	/*width: 80px;
	height: 80px;
	object-fit: cover;*/

}


.material-symbols-rounded{
    display: inline-flex;
    vertical-align: top;
}

.material-symbols-outlined{
	font-size: 30px; 
	font-weight: bold;
}





.wrapperHifloCalculator .wrapper {
    height: 250px;
    width: 150px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.wrapperHifloCalculator .wrapper .card {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    transform: translateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.wrapper:hover>.front-face {
    transform: rotateY(-180deg);
}

.wrapper .card img {
    /*height: 100%;*/
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.wrapper .back-face {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(180deg);
}

.wrapper:hover>.back-face {
    transform: rotateY(0deg);
}

.wrapper .back-face img {
    height: 150px;
    width: 150px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
}

.wrapper .back-face .info {
    text-align: center;
}

.back-face .info .title {
    /*font-size: 1,3rem;*/
    font-weight:bold;
	padding-bottom: 5px;
    border-bottom: 1px solid;
}

.back-face ul {
    display: flex;
}

.back-face ul a {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
    transition: all 0.5s ease;
}

.back-face ul a:hover {
    color: #1cc7d0;
    border-color: #1cc7d0;
    background: linear-gradient(375deg, transparent, transparent);
}

/*Calculator Arrow box */
.arrow_box {
	margin: 0;
    position: relative;
    background: #e7e7e8;
    color: #000;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    width: 80%;
}


.arrow_box:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #e7e7e8 transparent;
    border-width: 22px 12px 0;
    top: 98%;
    /*left: 50%;*/
}

/* .arrow_box:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent #e7e7e8 ;
    border-width: 12px 22px 12px 0px;
    right: 100%;
    margin-right: -1px
} */