@font-face {
  font-family: 'Angelina';
  src: url('./fonts/angelina.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.bg-linear-gradient{
background-color: transparent;
background-image: linear-gradient(180deg, #D2F1FF 0%, #FFFFFF 100%);
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="email"],
select {
border-color: #939598 !important;
border-radius: 6px !important;
padding-left: 15px !important;
background-color: #ffffff00 !important;
transition: all 0.1s ease !important;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
select:focus {
    background-color: #fff !important;
    font-weight: 500 !important;
}
.cover-font{
    font-family: 'Angelina';
    text-align: center;
    font-size: 35px;
	  margin-top: 40px;
}
.green-bg{
    background-color: #57cc59;
    padding: 3px 5px;
    font-weight: 700;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
}
.custom-radio {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  border: 0px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.outer-box .inner-box {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #00000029;
	border-radius: 20px;
	transform: rotate(6deg);
}
.outer-box {
  transform: matrix(0.99, -0.1, 0.1, 0.99, 0, 0);
  background: #E6E6E6 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.outer-box:hover{
  background: #272c33 0% 0% no-repeat padding-box;
  transition-duration: 0.3s;
	transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);	
}
.outer-box:hover .inner-box {
  color: #fff;
  background: #57cc59 0% 0% no-repeat padding-box;
	transform: rotate(-5deg);
  transition-duration: 0.3s;
}
/*who is covered start*/
#eligable-text h3{
  color: rgba(221, 0, 0, 0.993);
  text-align: center;
}
.who-covere{
  display: flex;
  flex-direction: row;
	justify-content: center;
  column-gap: 75px;
}
.who-covere .custom-radio{
  padding-top: 15px;
}
.flip-box-self input[type="radio"]:checked + .outer-box .inner-box {
 background: #56cc58 0% 0% no-repeat padding-box;
color: #fff;
}
.flip-box-self input[type="radio"]:checked + .outer-box {
 background: #272c33 0% 0% no-repeat padding-box;
}
.flip-box-family input[type="radio"]:checked + .outer-box .inner-box {
 background: #56cc58 0% 0% no-repeat padding-box;
color: #fff;
}
.flip-box-family input[type="radio"]:checked + .outer-box {
 background: #272c33 0% 0% no-repeat padding-box;
}

/* .inner-box img{
	width:75%;
	margin-bottom:5px;
}
.inner-box:hover img{
	
	transform: rotate(0deg);
} */
.who-covere .outer-box{
  width:200px;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
}
.custom-radio.self {
  background: url(./image/self.png);
  background-repeat: no-repeat;
  background-position: 57% 101%;
  background-size: 72% 75%;
  height: 290px !important;
}
.custom-radio.family {
  background: url('./image/family.png') 100% 114% no-repeat padding-box;
  background-repeat: no-repeat;
  background-position: 49% 101%;
  background-size: 72% 75%;
  height: 290px !important;
}
input[type="radio"]:checked + label.custom-radio {
  border-color: #57cc59;
  color: #57cc59;
  font-weight: 600;
}
/*who is covered end*/

.select-product-text{
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-size: xx-large;
}

/*select product start*/
.selectProduct .custom-radio{
  padding: 15px;
}
.custom-radio.globe {
  background: url('./image/globe.png');
  background-repeat: no-repeat;
  background-position: 70% 60%;
    background-size: 95% 85%;
    height: 190px !important;
    width: 90%;
}
.custom-radio.sehatZindagi {
  background: url('./image/SehatZindagi.png');
  background-repeat: no-repeat;
  background-position: 85% 60%;
  background-size: 95% 78%;
  height: 190px !important;
  width: 90%;
}
.flip-box-globe input[type="radio"]:checked + .outer-box .inner-box {
 background: #56cc58 0% 0% no-repeat padding-box !important;
color: #fff !important;
}
.flip-box-globe input[type="radio"]:checked + .outer-box {
 background: #272c33 0% 0% no-repeat padding-box !important;
}
.flip-box-sehatZindagi input[type="radio"]:checked + .outer-box .inner-box {
 background: #56cc58 0% 0% no-repeat padding-box !important;
color: #fff !important;
}
.flip-box-sehatZindagi input[type="radio"]:checked + .outer-box {
 background: #272c33 0% 0% no-repeat padding-box !important;
}
.selectProduct{
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 70px;
}
.selectProduct .outer-box{
width: 390px;
}
.selectProduct .inner-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/*select product end*/
/*for family start*/
.male-spouse-row, #femaleSpouseFields,#childFieldsSection,.child-row , .BMI-field{
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 25px;
}
#childRows {
  width: 80%;
}
.male-spouse-row div, #femaleSpouseFields div,.BMI-field div{
  width: 30%;
}
.child-row .form-control{
  width: 100%;
}
.add-child-btn, .remove-child-btn, .btn-globe, #nextBtn{
    height: 45px;
    width: 120px !important;
    border-radius: 25px !important;
    color: #fff !important;
    background-color: #56cc58 !important;
    border: #56cc58 !important;
    padding: .5rem 3rem !important;
}
.remove-child-btn{
  background-color: #272c33 !important;
  border: #272c33 !important;
  padding: .5rem 2rem !important;
}
/*for family end*/
/*for bmi start*/
.BMI-field{
  align-items: flex-end;
}
.BMI-field .btn-align {
      display: flex;
    justify-content: center;
}
 .btn-globe{
  padding: .5rem 1rem !important;
 }
/*for bmi end*/
/*for globewell prodcut style start*/

#plansContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.plan {
  width: 245px;
  padding: 20px;
  border-radius: 12px;
  background-color: var(--bg, #f2f2f2);
  color: var(--color, #000);
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
}

.plan:hover {
  transform: translateY(-3px);
}

.plan.selected {
  background-color: #56cc58 !important;
  color: #fff !important;
}

.plan input[type="radio"] {
  display: none;
}

.plan h4 {
  margin: 10px;
  font-weight: 400;
  font-family: Poppins;
  font-style: normal;
}

.plan p {
  margin: 5px 0;
  font-size: 0.65rem;
  font-family: Poppins;
  font-style: normal;
}

/*for globewell prodcut style end*/
/*for sehat zindagi start*/
.outer-box .plan-sehat {
  width: 245px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
}
.plan-sehat input[type="radio"] {
  display: none;
}
.plan-sehat h4 {
    margin: 10px;
    font-weight: 700;
    font-family: Poppins;
    font-style: normal;
    font-size: 1rem;
}
.inner-box-selected {
 background: #56cc58 0% 0% no-repeat padding-box !important;
color: #fff;
}
.outer-box-selected {
 background: #272c33 0% 0% no-repeat padding-box !important;
}

/*for sehat zindagi end*/
/*FOR next btn and total premium start*/
#nextStep h2{
  font-family: Poppins;
  font-style: normal;
}
#nextBtn{
  padding: .5rem 1rem !important;
}
/*FOR next btn and total premium end*/

/* step two start*/
.select2-selection--single{
  background-color: #ffffff00 !important;
}
.doc-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 35px;
}
.doc-row div{
  width: 50%;
}
/* step two end*/
/* step three start*/
  .QnA .radio-group {
    display: flex;
    gap: 10px;
  }

  .QnA .radio-group input[type="radio"] {
    display: none;
  }

  .QnA .radio-group label {
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #e0e0e0;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .QnA .radio-group input[type="radio"]:checked + label {
    background-color: #56cc58;
    color: white;
  }
  
/* step three end*/
/*step four start*/
/*step four end*/