@font-face{
  src:url('fonts/Poppins-SemiBold.ttf');
  font-family: Poppins-SemiBold;
  font-display: swap;
}
@font-face{
  src:url('fonts/Poppins-Bold.ttf');
  font-family: Poppins-Bold;
  font-display: swap;
}
@font-face{
  src:url('fonts/Poppins-Medium.ttf');
  font-family: Poppins-Medium;
  font-display: swap;
}
@font-face{
  src:url('fonts/Poppins-Regular.ttf');
  font-family: Poppins-Regular;
  font-display: swap;
}
@font-face{
  src:url('fonts/proxima-nova-regular.ttf');
  font-family: Proxima-regular;
  font-display: swap;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.main{width: 95%;margin: 0 auto;padding: 0.5em 0 0 0;}
.logo{padding-bottom: 0.5em;}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
 position: absolute;
 top: 20px;
 left: 0;
 bottom: 10px;
}
.slideItem1{
  height: 100%;
  float: left;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
.slideItem1:after{
  position: absolute;
  content: '';
  width: 2px;
  height: 80%;
  background-color: #0993B6;
  top: 5%;
  right: 0;
}
.slideItem1 img{
  height: 100%;
}
.slideItem2{
  height: 100%;
  float: left;
  padding-right: 30px;
  position: relative;
}

.slideItem2 img{
    height: 75%;
    margin-top: 10px;
}

.text2{
  right: 0;
  left: auto;
  top: 20px;
  bottom: 20px;
}
.slideItem3{
  float: right;
  height: 100%;
}
.slideItem3 img{
  height: 100%;
}
.slideItem4{
  float: right;
  height: 100%;
  margin-right: 20px;
  margin-left: 50px;
}
.slideItem4 img{
  height: 100%;
}
.slideItem4 img:last-child{
    border-left: 2px solid #0993B6;
    padding-left: 20px;
    margin-left: 20px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.boxes{width: 100%;margin-bottom: 50px;overflow:hidden;position: relative;}
.box1,.box2,.box3,.box4,.box5{width:15%;float: left;margin:0 1%;height: 340px;background-size: contain !important;}
.boxes h2{font-size: 1em;font-family: Poppins-Medium;}
.boxes h1{font-size: 1.5em;font-family: Poppins-SemiBold;}
.boxes .box1{background: transparent url('https://assets.mfine.co/api/contentservice/attachments/downloadFromDb?fileName=pages/Full-Body-Health-Check-31072019.jpg/w_270,h_343') 100% 0% no-repeat padding-box;}
.boxes .box2{background:transparent url(images/thyroid-care.png) 100% 0% no-repeat padding-box;}
.boxes .box3{background:transparent url(images/advanced-full-body-check-men.png) 100% 0% no-repeat padding-box;}
.boxes .box4{background:transparent url("https://assets.mfine.co/api/contentservice/attachments/downloadFromDb?fileName=pages/Diabetes-Screening-31072019.jpg/w_270,h_343") 100% 0% no-repeat padding-box;}


.boxes h1{
  color: #000;
  font-family: Poppins-SemiBold;
  font-size: 30px;
}
.box{
  border-radius: 20px;
  overflow:hidden;
   background-size: cover;
  background-position: right;
}
.box h2{
  font-family: Poppins-Medium;
  font-size: 14px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}

.box_content{
  width: 100%;
  float: left;
  height: 100%;
  z-index: 9999;
  position: relative;
  padding: 20px;
}

.box_content:before{
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: linear-gradient(0deg, #D6DBDF 0%, #D6DBDF 15%, #D6DBDF 60%, #D6DBDF00 100%) 0% 0% no-repeat padding-box;
  opacity: 1;

}
.box_element{
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
  z-index: 999;
}
.icon_sec{
  overflow: auto;
  background-color: #E6E9EC;
  border-radius: 10px;
  visibility: hidden;
  width: 285px;
  max-width:max-content;
}
.icon_sec_large{
  overflow: auto;
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
  width: 525px;
  padding:5%;
  position: absolute;
  z-index: 9;
}
.icon_sec::-webkit-scrollbar {
    height: 2px; 
    background: transparent; 
}
.icons{
  width: max-content;
}
.icon{
  float: left;
  margin:5px 10px;
   text-align: center;
}
.icon_img{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin:auto;
}
.icon img{
  width: 100%;
  vertical-align: top;
}
.icon p{
   font-family: Poppins-Regular;
   color: #000000;
   font-size: 10px;
   margin-bottom: 0;
}
.box_txt{
  visibility: hidden;
}
.box_txt h4{
  font-family: Poppins-Medium;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
.box_txt p{
   font-family: Poppins-Regular;
   color: #000;
   font-size: 12px;
   margin-top: 0;
   margin-bottom: 20px;
}

.box_bottom{
  position: absolute;
  bottom: 0;
}
.box h5{
  font-family: Poppins-Bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.box h5 span{
  font-family: Poppins-Medium;
  font-size: 14px;
  position: relative;
}
.box h5 span:after{
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #FF6950;
}
.box button{
  width: 130px;
  height: 40px;
  background: transparent linear-gradient(180deg, #FF8B77 0%, #FF6950 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  border: none;
  margin-left: -2px;
  color: #fff;
  cursor: pointer;
}
.box button:focus{
  outline: none;
}
.box button a{
  text-align: center;
  font-family: Poppins-SemiBold;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.box.showbox{
  width: 46%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.icon_txt{
     width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    vertical-align: top;
    padding: 25% 0;
    text-align: center;
    background: #0594B6;
    color: #fff;
}

.showbox .box_content{
  width: 55%;
  float: left;
  height: 100%;
  z-index: 999;
  position: relative;
  background-color: #D6DBDF;
  padding: 20px;
}

.showbox .box_content:before{
  position: absolute;
  content: '';
  right: -200px;
  top: 0;
  width: 200px;
  height: 100%;
  bottom: 0;
  background: linear-gradient(90deg, #D6DBDF 0%, #D6DBDF 15%, #D6DBDF 19%, #D6DBDF00 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  }
.showbox h2{
  position: relative;
  top: 0;
}
.showbox .icon_sec{
  visibility: visible;
}
.showbox .box_txt{
  visibility: visible;
  width: 285px;
}

.box5{
  width: 100%;
  position: absolute;
  background: transparent url('images/bg1.png') 100% 0% no-repeat padding-box;
  border-radius: 20px;
  overflow:hidden;
  background-position: right;
  z-index: 9999;
  display: none;
}
.box5.showform{
  display: block;
}
.box5  .box_element{
    width: 28%;
    float: left;
}

.box5 h2{
  font-family: Poppins-Medium;
  font-size: 14px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}
.box5 h5{
  font-family: Poppins-Bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.box5 h5 span{
  font-family: Poppins-Medium;
  font-size: 14px;
  position: relative;
}
.box5 h5 span:after{
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #FF6950;
}
.box5 button{
  width: 130px;
  height: 40px;
  background: transparent linear-gradient(180deg, #FF8B77 0%, #FF6950 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  border: none;
  margin-left: -2px;
}
.box5 button a{
  text-align: center;
  font-family: Poppins-SemiBold;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.box5 .box_content{
  width: 75%;
  float: left;
  height: 100%;
  z-index: 9999;
  position: relative;
  background-color: #D6DBDF;
  padding: 20px;
}

.box5 .box_content:before{
  position: absolute;
  content: '';
  right: -200px;
  top: 0;
  width: 200px;
  height: 100%;
  bottom: 0;
  background: linear-gradient(90deg, #D6DBDF 0%, #D6DBDF 15%, #D6DBDF 19%, #D6DBDF00 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  }
.box5 h2{
  position: relative;
  top: 0;
}
.box5 .icon_sec{
  visibility: visible;
}
.box5 .box_txt{
  visibility: visible;
}
.formactive .box_content .box_element{width: 40%;}
/*.formactive .box_content{width: 75%;}*/
.myform{
  width:40%;
  float: right;
  margin-left: 20%;
  border-radius: 20px;
  padding: 20px;
  background-color: #AAAFB3;
  text-align: center;
  position: absolute;
  right: 0;
  opacity: 0;
}
.myform p{
  font-family: Poppins-Medium;
  color: #fff;
  font-size: 14px;
}
.myform input{
  border-radius: 8px;
  height: 35px;
  border: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins-Medium;
  font-size: 13px;
}
.myform select{
  border-radius: 8px;
  height: 35px;
  border: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins-Medium;
  font-size: 13px;
  background: #fff;
}
.myform .frm1{
  width: 100%;
}
.myform .frm2{
  width: 48%;
  float: left;
}
.myform .frm3{
  width: 48%;
  float: right;
}
.myform button{
   width: 130px;
  height: 40px;
  background: transparent linear-gradient(180deg, #FF8B77 0%, #FF6950 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  border: none;
  margin-left: -2px;
  color: #fff;
}
.closeform{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}
.closeicon{
    float: right;
    color: #707070;
    font-weight: normal;
    border-radius: 11px;
    border: solid 1px #707070;
    padding: 0 5px;
}
.box2.showbox .box_content {
    background-color: #EFE1D8;
}
.box2.showbox .box_content:before {
  background: linear-gradient(90deg, #EFE1D8 0%, #EFE1D8 15%, #EFE1D8 19%, #EFE1D800 100%) 0% 0% no-repeat padding-box;
}
.box2 .box_content:before {
    background: transparent linear-gradient(180deg, #EFE1D800 0%, #EFE1D8 40%, #EFE1D8 100%) 0% 0% no-repeat padding-box;
  /*background:  linear-gradient(90deg, #EFE1D800 0%, #EFE1D800 15%, #EFE1D800 19%, #EFE1D800 100%) 0% 0% no-repeat padding-box*/

}
.box2 .icon_sec{
  background: #f3ece7;
}
.logo button{
  width: 130px;
  height: 40px;
  background: transparent linear-gradient(180deg, #FF8B77 0%, #FF6950 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  border: none;
  margin-left: -2px;
  color: #fff;
  cursor: pointer;
  margin: 0.7% 0% 1% 0;
  float: right;
  outline: none;
  font-weight: bold;
}
.boxes h1 span a {
    font-size: 14px;
    color: #0594b6;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
}
.pincontainer button{
  width: 130px;
  height: 40px;
  background: transparent linear-gradient(180deg, #FF8B77 0%, #FF6950 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  border: none;
  margin-left: -2px;
  color: #fff;
  cursor: pointer;
  margin: 0.7% 0% 1% 0;
  /*float: right;*/
  outline: none;
  font-weight: bold;
}
.pincontainer input{
        border-radius: 8px;
    height: 35px;
    border: solid 1px #707070;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Poppins-Medium;
    font-size: 13px;
    margin: 1% 0;
    outline: none;
  }
    .pincontainer h2{
      font-size: 1em;
      font-family: Poppins-Medium;
    }
.pintxt p {
    font-size: 14px;
}
#cboxLoadedContent {
    margin-bottom: 28px;
    padding: 10px 30px;
}
#cboxContent{
  border-radius: 15px;
}

#pinerror{
    position: absolute;
    float: left;
    display: inline-block;
    left: 5%;
    /*text-align: center;*/
    width: 100%;
    color: #DD1B1B;
    font-family: Poppins-SemiBold;
    margin-top: 7%;
    font-size: 14px;
}
.pinsuccess{
    color: #0E7128 !important;
    font-family: Poppins-Medium;
}
i.fa.fa-map-marker {
    font-size: 18px;
    color: #0594B6;
    vertical-align: middle;
    padding: 0 5px;
}
#cboxLoadedContent {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.callbanner
{
    background-image: url(images/callbanner.png);
       background-repeat: no-repeat;
    background-size:100% 100%;
   /* margin-bottom: 5%;*/
    margin:2% 0;
   /* padding: 2% 0;*/
    width: 100%;
    /*margin: 0 auto;*/
    text-align: center;
    float: left;
  }
.callbanner p, .callbanner h3{text-align: center;}
.callbanner p {
    font-size: 25px;
    padding: 0;
    margin:1%;
    font-family: Poppins-Medium;
  }
.callbanner h3 {
    font-size: 35px;
    color: #0993B6;
    margin: 0;
    font-family: Poppins-Bold;
  }
 .callbannertxt {
    text-align: left;
    float: left;
    width: 70%;
    margin: 3% 0;
}
.hiwvid {
    width: 100%;
}
.hiwtxt,.hiwvideo {
    width: 50%;
    float: left;
    position: relative;
}
.hiwvid h2 {
    color: #0594B6;
    /*text-align: center;*/  
    font-family: Poppins-SemiBold;
}
.hiwtxt p {
font-family: Poppins-Regular;
}
.hiwtxt {
    padding: 8% 5%;
}
/*.video-wrapper {
    position: absolute;
    margin-bottom: 2%;
}*/

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
    /*height: 575px;*/
}
/*.controlBar{
  display: none !important;
}*/
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 114px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    cursor: pointer;
    /* background-image: linear-gradient(transparent, #000); */
    transition: opacity 150ms;
    margin-top: 5%;
    top: -70px;
    left: -25px;
}

.video-overlay-play-button:hover {
    opacity: 0.7;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
video.img-fluid {
    border-radius: 15px;
    overflow: hidden !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    width: 100%;
}


/* Update Banner */
.pos-fixed
{
    transition: .3s ease-in-out;
    box-shadow: 0 0 15px 10px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    left: 0;
    padding: 1em 3em 0.5em 3em;
    background: #fff;
}
.pos-fixed div.flleft
{
  float: left;
}
.pos-fixed div.flright
{
  float: right;
}
.flright
{
  margin: 0;
}
.flright p 
{
    font-size: 16px;
    padding: 0;
    margin: 1%;
    font-family: Poppins-Medium;
    text-align: right;
}
.mobnumber {
    font-size: 24px;
    color: #0993B6;
    margin: 0;
    font-family: Poppins-Bold;
  }
.boxes.mt6em
{
  margin-top: 6em;
}
.update_header 
{
    position: fixed;
    top: 0;
    width: 95%;
    z-index: 999999;
    background-color: #ffffff;
    }

