@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

html,
body h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
p {
  text-align: justify;
}
.active {
  background: lightblue;
  color: white;
}

.navbar-brand {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2em;
  color: #262626;
}
.navbar-brand img {
  width: 100px;
}
.nav-item {
  font-weight: 800;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link:hover {
  background: lightblue;
  color: #fff;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #262626;
  padding: 5px 15px;
  font-weight: 500;
}

footer {
  width: 100%;
  padding: 20px;
  background: lightslategrey;
  display: flex;
}
footer .box {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-image: url(../images/ft.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 357px;
}
.imgBox {
  position: absolute;
  width: 94%;

  transition: 0.5s;
  z-index: 2;
}
footer img {
  width: 100%;
  height: 354px;
}
.imgBox img {
  transition: 0.5s;
}
.box:hover .imgBox img {
  opacity: 0.5;
}
.social-icon {
  position: absolute;
  z-index: 3;
  display: flex;
  top: 49%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.social-icon li {
  list-style: none;
}
.navbar-light .navbar-nav .nav-link:active {
  background-color: #2196f3;
  color: white;
}
.social-icon li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #000;
  margin: 0 5px;
  border-radius: 50%;
  transition: 0.5s;
  transform: translateY(150px);
  opacity: 0;
}
.box:hover .social-icon li a {
  transform: translateY(0px);
  opacity: 1;
}
.box .social-icon li a .fa {
  transition: 0.5s;
  font-size: 24px;
  line-height: 50px;
}
.box .social-icon li a:hover .fa {
  transform: rotateY(360deg);
}
.box:hover .social-icon li:nth-child(1) a {
  transition-delay: 0s;
}
.box:hover .social-icon li:nth-child(2) a {
  transition-delay: 0.2s;
}
.box:hover .social-icon li:nth-child(3) a {
  transition-delay: 0.4s;
}
.box:hover .social-icon li:nth-child(4) a {
  transition-delay: 0.6s;
}
.box:hover .social-icon li:nth-child(5) a {
  transition-delay: 0.8s;
}
.details {
  position: relative;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: inherit;
  box-sizing: border-box;
  padding: 10px;
}
.details h2 {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.details h2 span {
  color: #bbb;
  font-size: 16px;
}
.contact {
  display: inline;
  background: lightblue;
}
.enquiryform {
  background: lightblue;
  width: 100%;
  border-radius: 15px;
  height: 354px;
}
.enquiryform h3 {
  background: white;
  padding: 30px;
}
.textareaStyle {
  position: absolute;
  margin-left: 57px;
  width: 180px;
  height: 150px;
}
.enquiryform .btn {
  width: 100px;
}
.top-header ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: right;
  background-color: #2196f3;
  padding: 5px;
  color: #fff;
}
.top-header ul li {
  display: inline-block;
  margin: 0 10px;
}

.banner {
  position: relative;
  /* background: url(../../images/bg.jpg); */
  height: 70vh;
  background-size: cover;
  background-position: center;
  /* padding:150px 0 200px; */
  /* opacity: 0.2; */
  background: lightgrey;
  overflow: hidden;
}
.banner ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.banner ul li {
  list-style: none;
  position: relative;
  width: 20%;
  height: 100%;
  border-right: 1px solid #000;
  float: left;
  box-sizing: border-box;
  transition: 0.5s;
  text-align: center;
  overflow: hidden;
}
.banner ul li:nth-child(1) {
  background: url(../images/2.jpg);
  background-size: cover;
  background-position: left;
}
.banner ul li:nth-child(2) {
  background: url(../images/3.jpg);
  background-size: cover;
  background-position: left;
}
.banner ul li:nth-child(3) {
  background: url(../images/4.jpg);
  background-size: cover;
  background-position: left;
}
.banner ul li:nth-child(4) {
  background: url(../images/5.1.jpg);
  background-size: cover;
  background-position: left;
}
.banner ul li:nth-child(5) {
  background: url(../images/6.jpg);
  background-size: cover;
  background-position: left;
}
.banner ul:hover li {
  width: 10%;
}

.banner ul li:hover {
  width: 60%;
}
.banner ul li .content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  padding: 20px;
}
.banner ul li:hover .content {
  bottom: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.partimg img {
  width: 100%;
  text-align: center;
  margin: 0 AUTO;
}
.services {
  padding: 30px 20px 30px 20px;
  background: #f6f6f6;
}

.services .sbox {
  position: relative;

  height: 400px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  /* margin:5px; */
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.services .sbox .icon {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  background: #000;
  font-weight: 700;
  transition: 1s;
}
.services .sbox:nth-child(1) .icon {
  box-shadow: 0 0 0 0 #2196f3;
  background: #2196f3;
}
.services .sbox:nth-child(1):hover .icon {
  box-shadow: 0 0 0 400px #2196f3;
}
.services .sbox .scontent {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.services .sbox:hover .scontent {
  color: #fff;
}

.services .sbox .scontent h3 {
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
}
.services .sbox .scontent p {
  margin: 0;
  padding: 0;
  justify-content: center;
  height: 150px;
}
.services .sbox .scontent a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  margin-top: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.partners {
  padding: 40px;
  overflow: hidden;
  background: #f6f6f6;
}
.partContent {
  align-items: center;
  width: 100%;
  font-size: 25px;
}
.svrPartner {
  margin-bottom: 0px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  color: blue;
}
.partimg {
}
p {
  text-align: justify;
  font-size: 16px;
}
.variousServices h5 {
  font-weight: 800;
  font-size: 24px;
}
.aboutdetails {
  width: auto;
  height: auto;
  overflow: hidden;
}
#aboutHeader h3 {
  background-color: #2196f3;
  border-radius: 5px;
  color: white;
  width: 40%;
  text-align: center;
  margin-left: 30%;
  padding: 3px;
}
.aboutdetails .aboutImgbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.aboutdetails .aboutImgbox img {
  width: 100%;
}
.aboutMain {
  padding: 10px;
}
.whyVhc {
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
.whyVhc .whoImage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.whyVhc .whoImage img {
  border-radius: 50%;
  width: 100%;
}
.variousServices {
  padding: 10px;
}
.variousServices a {
  margin: auto;
  display: block;
}

.bloodTestSection {
  width: 100%;
  background-color: whitesmoke;
  padding: 10px;
}
.bloodTestSection .bloodtestImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.bloodTestSection .bloodtestImg img {
  width: 100%;
  border-radius: 50%;
}
.nursingCareSection {
  width: 100%;
  padding: 10px;
}
.nursingCareSection .nursingCareImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.nursingCareSection .nursingCareImg img {
  width: 100%;
  border-radius: 50%;
}
.elderlyCareSection {
  width: 100%;
  padding: 10px;
  background: whitesmoke;
}
.elderlyCareSection .nursingCareImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.elderlyCareSection .nursingCareImg img {
  width: 100%;
  border-radius: 50%;
}
.card img {
  width: 100%;
  height: 200px;
}
.card .card-body {
  height: 275px;
  width: 100%;
}
.aboutdetails h3,
.services h3,
.partners h3 {
  font-weight: 800;
  font-size: 24px;
}

.schoolHealthSection {
  width: 100%;
  padding: 10px;
  background: whitesmoke;
}
.schoolHealthSection .schoolCareImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.schoolHealthSection .schoolCareImg img {
  width: 100%;
  border-radius: 50%;
}
.nursingSection {
  background: whitesmoke;
  width: 100%;
  padding: 10px;
}
.nursingSection .nursingImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.nursingSection .nursingImg img {
  width: 100%;
  border-radius: 50%;
}
.infusionSection {
  width: 100%;
  padding: 10px;
}
.infusionSection .infusionImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.infusionSection .infusionImg img {
  width: 100%;
  border-radius: 50%;
}
.corporateSection {
  width: 100%;
  padding: 10px;
}
.corporateSection .corporationImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.corporateSection .corporationImg img {
  width: 100%;
  border-radius: 50%;
}
.whyImg img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.serviceh3 {
  margin: 15px 5px;
}
.contactImg {
  background-image: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.contactContent {
  color: white;
  text-align: center;
  padding-top: 170px;
}
.contactContent p {
  text-align: center;
}
.officeLoaction {
  width: 100%;
  background: whitesmoke;
  padding: 50px;
}
.officeAddress {
  width: 100%;
  padding: 20px;
}
#map {
  height: 300px;
  width: 100%;
}
:host {
  margin: 0;
  padding: 0;
}
.contactH3 {
  background-color: #2196f3;
  color: white;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.career {
  width: 100%;
  display: flex;
  /* align-items: center;
    justify-content: center; */
  padding: 10px;
  height: 100%;
}
.career img {
  width: 100%;
}
.careerp p {
  margin-bottom: 0px;
}
.careerp img {
  width: 150px;
}
.careersh3 {
  background-color: #2196f3;
  border-radius: 5px;
  color: white;
  width: 50%;
  text-align: center;
  margin-left: 30%;
  padding: 3px;
}
header {
  border-bottom: 1px solid #2196f3;
  background-color: #fff;
}
.m-50 {
  margin: 120px auto 0;
}
.title {
  background-color: #2196f3;
  color: #fff;
  padding: 9px;
  margin-bottom: 15px;
}
.contactPartner a {
  color: #000;
}
.hearfrom,
.excitingPackages {
  background: #fff;
  padding: 40px;
}
.tagline {
  padding: 40px;
  background-color: #2196f3;
}
.job1 {
  border: 1px solid green;
  padding: 5px;
  text-align: left;
}
.imdjbvcn {
  background: #2196f3;
  color: white;
  border: 1px solid silver;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}
a.up {
  position: fixed;
  z-index: 4;
  bottom: 11px;
  right: 25px;
  background-color: #007bff;
  color: #fff;
  padding: 5px;
}
table td img {
  width: 6%;
}
.packageHead{
  background: #2196f3;
  padding: 10px;
  margin-bottom: 5px;
  color: white;
  border-radius: 5px
}
.packageTable {
  background-color: #3399FF;
    color: white;

}
.packageTable td {
  width: 400px;
  height: 30px
}
.packages h5 {
  background: #2196f3;
  border: 2px solid #2196f3;
  padding: 5px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  text-align: center;
}
.packages .firstPack ul {
  background: #FFE5CC;
    padding: 10px;
    list-style: none;
}
.packages .topsection ul {
  background: #FFFFCC;
    padding: 10px;
    list-style: none;
}
.packages .btmsection ul {
  background: #CCFFFF;
  padding: 10px;
    list-style: none;
}
.packages .lastPack ul {
  background: #CCFFE5;
  padding: 10px;
    list-style: none;
}
.packages ul li {
  padding: 5px;
  color: black;
  align-items: left;
}
.packages ul li img {
  width: 8%;
}
.homeCollection {
  background-image: url(../Assets/logo.jpeg);
  background-size: cover;
  background-position: center;
  height: 175px;
}
.hcnumber {
  margin-top: 100px;
  text-align: center;
}
.packageImage img {
  width: 100%;
  height: 100%;
  
}
/*.packageImage2 {
  background-image: url(../Assets/packageimage1.jpeg);
  background-size: cover;
  background-position: center;
  height: 1600px;
  width:103%;
} */
.packageImage2 img {
  width: 100%;
} 
.packageImage3 {
  background-image: url(../Assets/packageimage2.jpeg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1600px;
  width:103%;
}
.packageImage3 img{
  margin-top: 1342px;
    margin-left: 531px;
  width: 45%;
    height: 11%;
}
.excitingPackages {
  padding: 20px;
}
.packImg {
  padding: 10px;
}
.packImg img{
  width:100%;
  height:100%;
}
.packdetails {
  padding: 10px;
}
.packdetails  ul {
  list-style: none;
  padding: 0;
}
.packdetails  li {
  padding-left: 1.3em;
}
.packdetails li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.packdetails ul li {
  list-style: none;
  padding-top: 5px;
  font-style: italic;
  font-size: 20px;
  color: blue;
}
.packdetails h4{
  color: white;
  background: #2196f3;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.packdetails a {
  
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color:#000;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.packdetails p{
  margin-top: 30px;
}
.customeSize {
  font-size: 19px;
}
.pkgFirstImg {

}
.pkgFirstImg img{
  width:100%;
}
.pkgFirstImg h5 {
  background: #2196f3;;
  border: 2px solid #2196f3;;
  padding: 5px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  margin-top: 10px;
  text-align: center;
}
.pkgPrmImg img {
width: 100%;
}
.premium ul {
list-style: none;
}
.premium ul li:before {
content: '\f0a4';
font-family: FontAwesome;
margin-left: -15px;
margin-right: 10px;
}
.topsection img {
width: 75%;
}
.btmsection img {
width: 70%;
}
.lastPack img{
width: 100%;
}

.packageImageNew1 img{
  width: 100%;
}
.basicPackage img{
  width: 100%;
  
}
.essentialPackage img{
  width: 100%;
  height: 300px;
}
.advancePackage img{
  width: 100%;
}
.totalPackage img{
  width:100%;
}
.premiumPackage img{
  width:100%;
}
.packageNew2 h5 {
  background: #2196f3;;
  border: 2px solid #2196f3;;
  padding: 5px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  margin-top: 10px;
  text-align: center;
  font-size:16px;
}
.completeCare {
  background-color: lightgrey;
}
.pack1{
  text-align: justify;
  background-color: #808B96  ;
  padding: 5px;
  color:white;
}
.pack2 {
  text-align: justify;
  background-color: orange;
  padding: 5px;
  color:white;
}
.pack3 {
  text-align: justify;
  background-color: #FFA07A;
  padding: 5px;
  color:white;
}
.pack4{
  text-align: justify;
  background-color: #C39BD3;
  padding: 5px;
  color:white;
}
.pack5 {
  text-align: justify;
  background-color: #5DADE2;
  padding: 5px;
  color:white;
}
.completeCare h5 {
  padding: 10px;
}
.styleh2 {
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
  padding-right: 0px;
  color: red;
}
.totalPackage .popular {
  border: dotted;
}

.totalPackage .popular h3{
  transform: rotate(-10deg);
  color:red;
}
.taglines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    width: 100%;
    height: 100%;
        font-style: italic;
}
.taglines h4 {
    width: 50%;
    text-align: center;
}
.taglines p {
    width: 50%;
    text-align: center;
}
.photo img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.photo  p{
  
}
.disclaimer {
	opacity: 0.5;
	font-size: 12px;
	padding:10px;
}