@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
/*======mobile============*/
@media only screen and (max-width: 767px){
  
.bmi-calculator {
  width: 300px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  text-align: center;
}

.input-group {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.bmi-calculator input {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  padding-right: 50px;
  box-sizing: border-box;
}

.dd3{
  margin-top: 66px;
}
.select-wrapper {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
 
}

.select-wrapper i {
  pointer-events: none;
  margin-left: 25px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.bmi-calculator select {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;}

.bmi-calculator button {
  background-color: #227e8379;
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.bmi-calculator button:hover {
  background-color: #227e83;
}

#result {
  margin-top: 10px;
  font-weight: bold
}

.bluebg{
  background: #227e83;

  animation: change-background 3s infinite linear;
  background-repeat: no-repeat;
  background-size: cover;
}


.bluebg p, .bluebg h2, .bluebg h3, .bluebg h1, .bluebg strong{
  color: #fff!important;
}

.phn:hover{
  text-decoration: underline;
}

.fa-user-md, .fa-calendar, .fa-life-ring, .fa-phone-square, .fa-calendar-check-o{
  font-size: 2.5em;

}

 .fa-weight-scale, .fa-plus-square, .fa-female, .fa-venus{
  font-size: 50px;
  text-align: center;
    display: inline-block;
    width: 100%;
}
.green{
  background-color: #7892f2;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.pink{
  background-color: #1031ad;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  color: #fff;
 margin-bottom: 20px;
  overflow: hidden;
}
.blue{
  background-color: #132463;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

.pink img, .green img, .blue img{
  width: 100px;
  float: right;
}
.whitebox{
  background-color: #e4e5ea;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  color: #227e83;
  margin-top: 10px;
 
}
.disclaimer{
  margin-bottom: 30px;
}
.whitebox img{
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.whitebox:hover{
  background-color: #3e6c81;
  text-decoration: none;
}

 .bluebg i{
  font-size: 50px;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.caldiv{
  background-color: #227e83;
  border-radius: 10px;
  padding: 10px 10px 10px 10px!important;
  color: #fff;
   margin-top: 20px;
}

.schdiv{
  background-color: #e49100;
  border-radius: 10px;
  padding: 10px 10px 10px 10px!important;
  color: #fff;
   margin-top: 20px;
}
.bgbld{
  font-family: Helvetica;
  font-weight: bolder;
  font-size: 30px;
  line-height: 1.5;
}

.col-sm-51{
  width: 50%;
  float: left;
  max-width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-sm-31{
  width: 22%;
  float: left;
  
}
.col-sm-91{
  width: 72%;
  float: left;
  
}
}






/*======desktop============*//*======desktop============*//*======desktop============*//*======desktop============*/
@media only screen and (min-width: 768px){
.bmi-calculator {
  width: 300px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  text-align: center;
}

.input-group {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.bmi-calculator input {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  padding-right: 50px;
  box-sizing: border-box;
}
.dd3{
  margin-top: 120px;
}

.select-wrapper {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
 
}

.select-wrapper i {
  pointer-events: none;
  margin-left: 25px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.bmi-calculator select {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;}

.bmi-calculator button {
  background-color: #227e8379;
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.bmi-calculator button:hover {
  background-color: #227e83;
}

#result {
  margin-top: 10px;
  font-weight: bold
}

.bluebg{
  background: #227e83;

  animation: change-background 3s infinite linear;
  background-repeat: no-repeat;
  background-size: cover;
}


.bluebg p, .bluebg h2, .bluebg h3, .bluebg h1, .bluebg strong, .bluebg b, .bluebg ul li{
  color: #fff!important;
}

.bluebg table td{
  padding: 4px 14px;
}
.phn:hover{
  text-decoration: underline;
}

.fa-user-md, .fa-calendar, .fa-life-ring, .fa-phone-square, .fa-calendar-check-o{
  font-size: 2em;

}

 .fa-weight-scale, .fa-plus-square, .fa-female, .fa-venus{
  font-size: 50px;
  text-align: center;
    display: inline-block;
    width: 100%;
}
.green{
  background-color: #7892f2;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  color: #fff;
  margin: 4%;
  height: 70vh;
  overflow: hidden;
}
.pink{
  background-color: #1031ad;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  color: #fff;
  margin: 4%;
  height: 70vh;
  overflow: hidden;
}
.blue{
  background-color: #132463;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  color: #fff;
  margin: 4%;
  height: 70vh;
  overflow: hidden;
}

/* Dark overlay effect when modal appears */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Styling */
.modal-content {
    background: #ffffff; /* Clean white background */
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
}

/* Modal Header */
.modal-header {
    background: #227e83; /* Your theme color */
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    padding: 15px;
}

/* Modal Title */
.modal-title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
}

/* Close Button (X) */
.modal-header .close {
    color: white;
    font-size: 24px;
    opacity: 0.8;
}

.modal-header .close:hover {
    opacity: 1;
}

/* Modal Body */
.modal-body {
    padding: 20px;
    text-align: center;
}

/* Email Input */
#email {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

/* Form Submit Button */
#subscribeForm button {
    background-color: #227e83;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

#subscribeForm button:hover {
    background-color: #1a6367;
}
/* Ensure modal takes full width on smaller screens */
@media (max-width: 768px) {
    .modal-content {
        width: 90%; /* Adjust width for mobile */
        margin: auto;
    }
    
    /* Reduce padding inside modal */
    .modal-body {
        padding: 15px;
    }

    /* Make the input and button take full width */
    #email, #subscribeForm button {
        width: 100%;
    }

    /* Adjust modal header */
    .modal-header {
        padding: 12px;
    }
    
    /* Make close button larger for easy tap */
    .modal-header .close {
        font-size: 28px;
    }
}


.whitebox{
  background-color: #e4e5ea;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  color: #227e83;
  margin: 10px 4%;
 
}

.whitebox img{
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.whitebox:hover{
  background-color: #3e6c81;
  color: #115155;
   text-decoration: none;
}

.whitebox1{
  background-color: #244756;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  color: #fff;
  margin: 10px 4%;
 
}

.whitebox1 img{
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.whitebox1:hover{
  background-color: #000;
  color: #fff;
   text-decoration: none;
}
 .bluebg i{
  font-size: 50px;
  text-align: center;
    display: inline-block;
    width: 100%;
}

.caldiv{
  background-color: #227e83;
  border-radius: 10px;
  padding: 10px 10px 10px 10px!important;
  color: #fff;
   margin-top: 20px;
}

.schdiv{
  background-color: #e49100;
  border-radius: 10px;
  padding: 10px 10px 10px 10px!important;
  color: #fff;
   margin-top: 20px;
}
.bgbld{
  font-family: Helvetica;
  font-weight: bolder;
  font-size: 40px;
  line-height: 1.5;
}

.col-sm-51{
  width: 50%;
  float: left;
  max-width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-sm-31{
  width: 22%;
  float: left;
  
}
.col-sm-91{
  width: 72%;
  float: left;
  margin-left: 2%;
  
}


}
.centered{
  position: relative;
  margin: auto;
display: flex;
justify-content: center;
align-items: center;
}

.table{
  width: 100%;
  height: 70px;
  background-color: #227e83;}
.monitor-wrapper{
    background: #e49c17;
    width: 98%;
    height: 60px;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.30);}
.monitor{
  width: 97%;
  height: 50px;
  background-color: #eaeaea;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: inset 0px 5px 10px 2px rgba(0,0,0,0.3);}
.monitor p{

  font-size: 32px;
  position: relative;
  display: inline-block;
  animation: move 20s infinite linear;
  color: #227e83;}
  
@keyframes move{
  from{
    left: 80px;
  }
  to{
    left: -2000px;
  }  
  }



.dd0 {
  
  min-height: 350px;
}
.dd2 {
  
  margin-top:20px;
  margin-bottom: 20px;
}
.wrapperw {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: scale(1.5, 1.5) translate(-50%, -50%);
}

.floor {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 5px;
  background: #227e83;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 5px #111;
  z-index: 2;
}

.candles {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 150px;
  transform: translate(-50%, -100%);
  z-index: 1;
}

.candle1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 100px;
  background: #fff;
  border: 3px solid #673C63;
  border-bottom: 0px;
  border-radius: 3px;
  transform-origin: center right;
  transform: translate(60%, -25%);
  box-shadow: -2px 0px 0px #95c6f2 inset;
  animation: expand-body 3s infinite linear;
}

.candle1__stick, .candle2__stick {
  position: absolute;
  left: 50%;
  top: 0%;
  width: 3px;
  height: 15px;
  background: #673C63;
  border-radius: 8px;
  transform: translate(-50%, -100%);
}

.candle2__stick {
  height: 12px;
  transform-origin: bottom center;
  animation: stick-animation 3s infinite linear;
}

.candle1__eyes, .candle2__eyes {
  position: absolute;
  left: 50%;
  top: 0%;
  width: 35px;
  height: 30px;
  transform: translate(-50%, 0%);
}

.candle1__eyes-one {
  position: absolute;
  left: 30%;
  top: 20%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #673C63;
  transform: translate(-70%, 0%);
  animation: blink-eyes 3s infinite linear;
}

.candle1__eyes-two {
  position: absolute;
  left: 70%;
  top: 20%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #673C63;
  transform: translate(-70%, 0%);
  animation: blink-eyes 3s infinite linear;
}

.candle1__mouth {
  position: absolute;
  left: 40%;
  top: 20%;
  width: 0px;
  height: 0px;
  border-radius: 20px;
  background: #673C63;
  transform: translate(-50%, -50%);
  animation: uff 3s infinite linear;
}

.candle__smoke-one {
  position: absolute;
  left: 30%;
  top: 50%;
  width: 30px;
  height: 3px;
  background: grey;
  transform: translate(-50%, -50%);
  animation: move-left 3s infinite linear;
}

.candle__smoke-two {
  position: absolute;
  left: 30%;
  top: 40%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: grey;
  transform: translate(-50%, -50%);
  animation: move-top 3s infinite linear;
}

.candle2 {
  position: absolute;
  left: 20%;
  top: 65%;
  width: 42px;
  height: 60px;
  background: #fff;
  border: 3px solid #673C63;
  border-bottom: 0px;
  border-radius: 3px;
  transform: translate(60%, -15%);
  transform-origin: center right;
  box-shadow: -2px 0px 0px #95c6f2 inset;
  animation: shake-left 3s infinite linear;
}

.candle2__eyes-one {
  position: absolute;
  left: 30%;
  top: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 0px solid #673C63;
  border-radius: 100%;
  float: left;
  background: #673C63;
  transform: translate(-80%, 0%);
  animation: changeto-lower 3s infinite linear;
}

.candle2__eyes-two {
  position: absolute;
  left: 70%;
  top: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 0px solid #673C63;
  border-radius: 100%;
  float: left;
  background: #673C63;
  transform: translate(-80%, 0%);
  animation: changeto-greater 3s infinite linear;
}

.light__wave {
  position: absolute;
  top: 35%;
  left: 35%;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  z-index: 0;
  transform: translate(-25%, -50%) scale(2.5, 2.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: expand-light 3s infinite linear;
}

.candle2__fire {
  position: absolute;
  top: 50%;
  left: 40%;
  display: block;
  width: 16px;
  height: 20px;
  background-color: red;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: #FF9800;
  transform: translate(-50%, -50%);
  animation: dance-fire 3s infinite linear;
}

@keyframes blink-eyes {
  0%,35% {
    opacity: 1;
    transform: translate(-70%, 0%);
  }
  36%,39% {
    opacity: 0;
    transform: translate(-70%, 0%);
  }
  40% {
    opacity: 1;
    transform: translate(-70%, 0%);
  }
  50%,65% {
    transform: translate(-140%, 0%);
  }
  66% {
    transform: translate(-70%, 0%);
  }
}
@keyframes expand-body {
  0%,40% {
    transform: scale(1, 1) translate(60%, -25%);
  }
  45%,55% {
    transform: scale(1.1, 1.1) translate(60%, -28%);
  }
  60% {
    transform: scale(0.89, 0.89) translate(60%, -25%);
  }
  65% {
    transform: scale(1, 1) translate(60%, -25%);
  }
  70% {
    transform: scale(0.95, 0.95) translate(60%, -25%);
  }
  75% {
    transform: scale(1, 1) translate(60%, -25%);
  }
}
@keyframes uff {
  0%,40% {
    width: 0px;
    height: 0px;
  }
  50%,54% {
    width: 15px;
    height: 15px;
    left: 30%;
  }
  59% {
    width: 5px;
    height: 5px;
    left: 20%;
  }
  62% {
    width: 2px;
    height: 2px;
    left: 20%;
  }
  67% {
    width: 0px;
    height: 0px;
    left: 30%;
  }
}
@keyframes change-background {
  0%,59%,98%,100% {
    background: #21848a;
  }
  61%,97% {
    background: #227e83;
  }
}
@keyframes move-left {
  0%,59%,100% {
    width: 0px;
    left: 40%;
  }
  60% {
    width: 30px;
    left: 30%;
  }
  68% {
    width: 0px;
    left: 20%;
  }
}
@keyframes move-top {
  0%,64%,100% {
    width: 0px;
    height: 0px;
    top: 0%;
  }
  65% {
    width: 10px;
    height: 10px;
    top: 40%;
    left: 40%;
  }
  80% {
    width: 0px;
    height: 0px;
    top: 20%;
  }
}
@keyframes shake-left {
  0%,40% {
    left: 20%;
    transform: translate(60%, -15%);
  }
  50%,54% {
    left: 20%;
    transform: translate(60%, -15%);
  }
  59% {
    left: 20%;
    transform: translate(60%, -15%);
  }
  62% {
    left: 18%;
    transform: translate(60%, -15%);
  }
  65% {
    left: 21%;
    transform: translate(60%, -15%);
  }
  67% {
    left: 20%;
    transform: translate(60%, -15%);
  }
  75% {
    left: 20%;
    transform: scale(1.15, 0.85) translate(60%, -15%);
    background: #fff;
    border-color: #673C63;
  }
  91% {
    left: 20%;
    transform: scale(1.18, 0.82) translate(60%, -10%);
    background: #F44336;
    border-color: #F44336;
    box-shadow: -2px 0px 0px #F44336 inset;
  }
  92% {
    left: 20%;
    transform: scale(0.85, 1.15) translate(60%, -15%);
  }
  95% {
    left: 20%;
    transform: scale(1.05, 0.95) translate(60%, -15%);
  }
  97% {
    left: 20%;
    transform: scale(1, 1) translate(60%, -15%);
  }
}
@keyframes stick-animation {
  0%,40% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }
  50%,54% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }
  59% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }
  62% {
    left: 50%;
    top: 0%;
    transform: rotateZ(-15deg) translate(-50%, -100%);
  }
  65% {
    left: 50%;
    top: 0%;
    transform: rotateZ(15deg) translate(-50%, -100%);
  }
  70% {
    left: 50%;
    top: 0%;
    transform: rotateZ(-5deg) translate(-50%, -100%);
  }
  72% {
    left: 50%;
    top: 0%;
    transform: rotateZ(5deg) translate(-50%, -100%);
  }
  74%,84% {
    left: 50%;
    top: 0%;
    transform: rotateZ(0deg) translate(-50%, -100%);
  }
  85% {
    transform: rotateZ(180deg) translate(0%, 120%);
  }
  92% {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
  }
}
@keyframes expand-light {
  10%,29%,59%,89% {
    transform: translate(-25%, -50%) scale(0, 0);
    border: 2px solid rgba(255, 255, 255, 0);
  }
  90%,20%,50% {
    transform: translate(-25%, -50%) scale(1, 1);
  }
  95%,96%,26%,27%,56%,57% {
    transform: translate(-25%, -50%) scale(2, 2);
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  0%,28%,58%,100% {
    transform: translate(-25%, -50%) scale(2.5, 2.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@keyframes dance-fire {
  59%,89% {
    left: 40%;
    width: 0px;
    height: 0px;
  }
  90%,0%,7%,15%,23%,31%,39%,47%,55% {
    left: 40.8%;
    width: 16px;
    height: 20px;
    background: #FFC107;
  }
  94%,3%,11%,19%,27%,35%,43%,51%,58% {
    left: 41.2%;
    width: 16px;
    height: 20px;
    background: #FF9800;
  }
}
@keyframes changeto-lower {
  0%,70%,90% {
    padding: 0px;
    display: inline-block;
    border-radius: 100%;
    background: #673C63;
    border-width: 0 0 0 0;
    border: 0px solid #673C63;
    transform: translate(-90%, 0%);
  }
  71%,89% {
    background: none;
    border: solid #673C63;
    border-radius: 0px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1px;
    float: left;
    transform-origin: bottom left;
    transform: rotate(-45deg) translate(-50%, -65%);
    -webkit-transform: rotate(-45deg) translate(-50%, -65%);
  }
}
@keyframes changeto-greater {
  0%,70%,90% {
    top: 50%;
    padding: 0px;
    display: inline-block;
    border-radius: 100%;
    background: #673C63;
    border-width: 0 0 0 0;
    border: 0px solid #673C63;
    transform: translate(-80%, 0%);
  }
  71%,89% {
    top: 30%;
    background: none;
    border: solid #673C63;
    border-radius: 0px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1px;
    float: left;
    transform-origin: bottom left;
    transform: rotate(135deg) translate(-80%, 20%);
    -webkit-transform: rotate(135deg) translate(-80%, 20%);
  }
}