/* Style the form */
@font-face {
    font-family: 'Eras ITC Bold';
   src: url('../css/font/erasitcbold.woff2') format('woff2'),
         url('../css/font/erasitcbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  min-width: 300px;
}

/* Style the input fields */
input, select {
  padding: 10px;
  width: 100%;
  font-size: 17px;
 font-family: 'Trebuchet MS', sans-serif;
  border: 1px solid #354F8E;
   height: 60px;
   
}
.section_head{color: #aab0b8;}
.underlabel{ margin-top: -4px;}
label{ padding-left: 20px; color: #303036; }
/* Mark input boxes that gets an error on validation: */
input.invalid,select.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
   
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.main_bt button{margin: 30px 0 0 20px}
.kingsmith_hospital_special_head{color: #9ea869; background:linear-gradient(to top left, transparent 33%, #303137 33%);
 }
.kingsmith_hospital_special_head,input, select{ border-radius: 20px }
.tab h1,.lorem_text strong{ color: #354F8E;}
.lorem_text strong{font-size: 23px}
.image_gif img{height: 250px}


.article_head{background-image: conic-gradient( #EFF5F9,#fff,#fff,#EFF5F9,#fff,#fff);}
.article_head h1{color: #0cd268; font-size: 40px; line-height: 60px; padding: 0 10%}

.twocolumn,.stafftwocolumn {
    width: 100%;
  }
/* Clear floats after the columns */
.tworow:after {
  content: "";
  display: table;
  clear: both;
}
.staff_explainers,.article_head{text-align: center}

.stafftwocolumn table {
  border-collapse: collapse;
  width: 100%;
} 
.stafftwocolumn td, .stafftwocolumn th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.stafftwocolumn tr:nth-child(even) {
  background-color: #dddddd;
}


.roadmap {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
}

.roadmap > li {
  float: left;
  margin: 10px 12px 10px 0;
  padding: 0;
  list-style: none;
  background: none;
}

.roadmap > li > div {
  height: 68px;
  width: 128px;
  background: #e2df17;
  position: relative;
  box-shadow: 0 2px 0 0 #808087;
}

.roadmap > li > div:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}

.roadmap > li > div:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #808087;
  position: absolute;
  top: 2px;
  left: 100%;
  z-index: 2;
}

.roadmap > li > div > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 68px;
  width: 98px;
  padding-left: 30px;
  font-size: 14px;
  font-family: 'Eras ITC Bold', sans-serif;
  color: #000000;
  line-height: 1.2;
  text-decoration: none;
}

.roadmap > li > div > a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.roadmap > li:first-child > div > a:before {
  display: none;
}

.roadmap > li:first-child > div > a {
  width: 113px;
  padding-left: 15px;
}

.roadmap > li:first-child > div {
  background: #e8e66e; /* Old browsers */
  background: -moz-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ebefcb), color-stop(100%, #e8e66e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ebefcb 0%, #e8e66e 100%); /* IE10+ */
  background: linear-gradient(to right, #ebefcb 0%, #e8e66e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebefcb', endColorstr='#e8e66e',GradientType=1 ); /* IE6-9 */

}
.roadmap > li:first-child > div:after {
  border-left-color: #e8e66e;
}

.roadmap > li:nth-child(2) > div,
.roadmap > li.child_2 > div {
  background: #e7e459; /* Old browsers */
  background: -moz-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e66e), color-stop(100%, #e7e459)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e8e66e 0%, #e7e459 100%); /* IE10+ */
  background: linear-gradient(to right, #e8e66e 0%, #e7e459 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e66e', endColorstr='#e7e459',GradientType=1 ); /* IE6-9 */

}
.roadmap > li:nth-child(2) > div:after,
.roadmap > li.child_2 > div:after {
  border-left-color: #e7e459;
}

.roadmap > li:nth-child(3) > div,
.roadmap > li.child_3 {
  background: #e5e342; /* Old browsers */
  background: -moz-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e7e459), color-stop(100%, #e5e342)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e7e459 0%, #e5e342 100%); /* IE10+ */
  background: linear-gradient(to right, #e7e459 0%, #e5e342 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e459', endColorstr='#e5e342',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(3) > div:after,
.roadmap > li.child_3 > div:after {
  border-left-color: #e5e342;
}

.roadmap > li:nth-child(4) > div,
.roadmap > li.child_4 {
  background: #e4e12e; /* Old browsers */
  background: -moz-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e342), color-stop(100%, #e4e12e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e5e342 0%, #e4e12e 100%); /* IE10+ */
  background: linear-gradient(to right, #e5e342 0%, #e4e12e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e342', endColorstr='#e4e12e',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(4) > div:after,
.roadmap > li.child_4 > div:after {
  border-left-color: #e4e12e;
}

.roadmap > li:nth-child(5) > div,
.roadmap > li.child_5 {
  background: #e2df17; /* Old browsers */
  background: -moz-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8eb372), color-stop(100%, #e2df17)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e4e12e 0%, #e2df17 100%); /* IE10+ */
  background: linear-gradient(to right, #e4e12e 0%, #e2df17 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e12e', endColorstr='#e2df17',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(5) > div:after,
.roadmap > li.child_5 > div:after {
  border-left-color: #e2df17;
}

.roadmap > li:nth-child(6) > div,
.roadmap > li.child_6 {
  background: #bfcd79; /* Old browsers */
  background: -moz-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c5d7ab), color-stop(100%, #bfcd79)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c5d7ab 0%, #bfcd79 100%); /* IE10+ */
  background: linear-gradient(to right, #c5d7ab 0%, #bfcd79 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d7ab', endColorstr='#bfcd79',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(6) > div:after,
.roadmap > li.child_6 > div:after {
  border-left-color: #bfcd79;
}

.roadmap > li:nth-child(7) > div,
.roadmap > li.child_7 {
  background: #b7c764; /* Old browsers */
  background: -moz-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bfcd79), color-stop(100%, #b7c764)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #bfcd79 0%, #b7c764 100%); /* IE10+ */
  background: linear-gradient(to right, #bfcd79 0%, #b7c764 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb372', endColorstr='#b7c764',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(7) > div:after,
.roadmap > li.child_7 > div:after {
  border-left-color: #b7c764;
}

.roadmap > li:nth-child(8) > div,
.roadmap > li.child_8 {
  background: #b0c34e; /* Old browsers */
  background: -moz-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b7c764), color-stop(100%, #b0c34e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b7c764 0%, #b0c34e 100%); /* IE10+ */
  background: linear-gradient(to right, #b7c764 0%, #b0c34e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c764', endColorstr='#b0c34e',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(8) > div:after,
.roadmap > li.child_8 > div:after {
  border-left-color: #b0c34e;
}

.roadmap > li:nth-child(9) > div,
.roadmap > li.child_9 {
  background: #a6bb3c; /* Old browsers */
  background: -moz-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b0c34e), color-stop(100%, #a6bb3c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b0c34e 0%, #a6bb3c 100%); /* IE10+ */
  background: linear-gradient(to right, #b0c34e 0%, #a6bb3c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c34e', endColorstr='#a6bb3c',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(9) > div:after,
.roadmap > li.child_9 > div:after {
  border-left-color: #a6bb3c;
}

.roadmap > li:nth-child(10) > div,
.roadmap > li.child_10 {
  background: #9eb529; /* Old browsers */
  background: -moz-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a6bb3c), color-stop(100%, #9eb529)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #a6bb3c 0%, #9eb529 100%); /* IE10+ */
  background: linear-gradient(to right, #a6bb3c 0%, #9eb529 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bb3c', endColorstr='#9eb529',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(10) > div:after,
.roadmap > li.child_10 > div:after {
  border-left-color: #9eb529;
}

.roadmap > li:nth-child(11) > div,
.roadmap > li.child_11 {
  background: #9ebf88; /* Old browsers */
  background: -moz-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b4cba2), color-stop(100%, #9ebf88)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b4cba2 0%, #9ebf88 100%); /* IE10+ */
  background: linear-gradient(to right, #b4cba2 0%, #9ebf88 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4cba2', endColorstr='#9ebf88',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(11) > div:after,
.roadmap > li.child_11 > div:after {
  border-left-color: #9ebf88;
}

.roadmap > li:nth-child(12) > div,
.roadmap > li.child_12 {
  background: #91b677; /* Old browsers */
  background: -moz-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9ebf88), color-stop(100%, #91b677)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9ebf88 0%, #91b677 100%); /* IE10+ */
  background: linear-gradient(to right, #9ebf88 0%, #91b677 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebf88', endColorstr='#91b677',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(12) > div:after,
.roadmap > li.child_12 > div:after {
  border-left-color: #91b677;
}

.roadmap > li:nth-child(13) > div,
.roadmap > li.child_13 {
  background: #82af65; /* Old browsers */
  background: -moz-linear-gradient(left, #91b677 0%, #82af65 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #91b677), color-stop(100%, #82af65)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #91b677 0%, #82af65 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #91b677 0%, #82af65 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #91b677 0%, #82af65 100%); /* IE10+ */
  background: linear-gradient(to right, #91b677 0%, #82af65 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b677', endColorstr='#82af65',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(13) > div:after,
.roadmap > li.child_13 > div:after {
  border-left-color: #82af65;
}

.roadmap > li:nth-child(14) > div,
.roadmap > li.child_14 {
  background: #75a655; /* Old browsers */
  background: -moz-linear-gradient(left, #82af65 0%, #75a655 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #82af65), color-stop(100%, #75a655)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #82af65 0%, #75a655 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #82af65 0%, #75a655 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #82af65 0%, #75a655 100%); /* IE10+ */
  background: linear-gradient(to right, #82af65 0%, #75a655 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82af65', endColorstr='#75a655',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(14) > div:after,
.roadmap > li.child_14 > div:after {
  border-left-color: #75a655;
}

.roadmap > li:nth-child(15) > div,
.roadmap > li.child_15 {
  background: #679d43; /* Old browsers */
  background: -moz-linear-gradient(left, #75a655 0%, #679d43 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #75a655), color-stop(100%, #679d43)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #75a655 0%, #679d43 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #75a655 0%, #679d43 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #75a655 0%, #679d43 100%); /* IE10+ */
  background: linear-gradient(to right, #75a655 0%, #679d43 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a655', endColorstr='#679d43',GradientType=1 ); /* IE6-9 */
}
.roadmap > li:nth-child(15) > div:after,
.roadmap > li.child_15 > div:after {
  border-left-color: #679d43;
}

.roadmap > li:last-child {
  margin-right: 0;
}
.roadmap > li:last-child > div {
  width: 148px;
}

.roadmap > li:last-child > div:after,
.roadmap > li:last-child > div:before{
  display: none
}

#kingsmith_hospital_logo{z-index: 1000}
.highlight-hero{background: rgba( 29, 64, 83,0.2) ; border-radius: 10px}

.rounded-img{border-radius:20px}
.add_background_history{background: #fff;width: 100%;height: 100%;display: none}
.add_background_history{position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  overflow: auto; /* Enable scroll if needed */
  
  }
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
.blog-background{background: radial-gradient(100% 225% at 0% 0%, #DE3E3E 0%, #17115C 100%), radial-gradient(100% 225% at 100% 0%, #FF9040 0%, #FF0000 100%), linear-gradient(180deg, #CE63B7 0%, #ED6283 100%), radial-gradient(100% 120% at 75% 0%, #A74600 0%, #000000 100%), linear-gradient(310deg, #0063D8 0%, #16009A 50%);
background-blend-mode: overlay, color-dodge, color-burn, color-dodge, normal;}
.tiear_pricing{
  box-sizing: border-box;
    margin: 40px 0;
}

.columns {
  float: left;
  width: 45%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 #24bee9;
      
}

.price .header {
  background-color: #aab0b8;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #f2f2f2;
  font-size: 20px;
}

.button {
  background: #24bee9;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  
  border: none;
  border-radius: 50%;
  display: inline-block;
 
}
@-webkit-keyframes bell-shake {
  1% { -webkit-transform: rotateZ(15deg); transform-origin: 50% 10%;}
  2% { -webkit-transform: rotateZ(-15deg); transform-origin: 50% 10%;}
  3% { -webkit-transform: rotateZ(20deg); transform-origin: 50% 10%;}
  4% { -webkit-transform: rotateZ(-20deg); transform-origin: 50% 10%;}
  5% { -webkit-transform: rotateZ(15deg); transform-origin: 50% 10%;}
  6% { -webkit-transform: rotateZ(-15deg); transform-origin: 50% 10%;}
  7% { -webkit-transform: rotateZ(0); transform-origin: 50% 10%;}
  100% { -webkit-transform: rotateZ(0); transform-origin: 50% 10%;}
}

@-moz-keyframes bell-shake {
  1% { -moz-transform: rotateZ(15deg); transform-origin: 50% 0%; }
  2% { -moz-transform: rotateZ(-15deg); transform-origin: 50% 0%;}
  3% { -moz-transform: rotateZ(20deg); transform-origin: 50% 0%; }
  4% { -moz-transform: rotateZ(-20deg); transform-origin: 50% 0%;}
  5% { -moz-transform: rotateZ(15deg); transform-origin: 50% 0%; }
  6% { -moz-transform: rotateZ(-15deg); transform-origin: 50% 0%;}
  7% { -moz-transform: rotateZ(0); transform-origin: 50% 0%;   }
  100% { -moz-transform: rotateZ(0); transform-origin: 50% 0%;  }
}

@keyframes bell-shake {
  1% { transform: rotateZ(15deg); transform-origin: 50% 0%; }
  2% { transform: rotateZ(-15deg); transform-origin: 50% 0%;}
  3% { transform: rotateZ(20deg); transform-origin: 50% 0%; }
  4% { transform: rotateZ(-20deg); transform-origin: 50% 0%;}
  5% { transform: rotateZ(15deg); transform-origin: 50% 0%; }
  6% { transform: rotateZ(-15deg); transform-origin: 50% 0%;}
  7% { transform: rotateZ(0); transform-origin: 50% 0%;   }
  100% { transform: rotateZ(0); transform-origin: 50% 0%;   }
}

div.fixedpatients{
  position: fixed;
   bottom: 25%;
  left: 17%;
}

div.fixedbell {
  position: fixed;
  bottom: 20%;
  left: 2%;
 height: 65px;
  width: 65px;
  margin: 50px auto 0;
    z-index: 999;
    background: #fff; border-radius:50px;
    cursor: pointer;
}

div.fixedbell svg {  height: 65px;
  width: 65px;}
/* Bell shake */
.bell-shake--hover:hover,
.bell-shake--hover:focus,
.bell-shake {
  -webkit-animation: bell-shake 10s ease infinite;
  -moz-animation: bell-shake 10s ease infinite;
  animation: bell-shake 10s ease infinite;
}

.bell-shake-delay {
  -webkit-animation: bell-shake 10s ease 3s infinite;
  -moz-animation: bell-shake 10s ease 3s infinite;
  animation: bell-shake 10s ease 3s infinite;
}
.video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
    }
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

   .form-container {
      background: white;
      max-width: 1100px;
      margin: auto;
      padding: 2rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
   
    .form-container label {
      display: block;
      margin-top: 1rem;
      font-weight: bold;
    }
   .form-container  input[type="text"], input[type="file"] {
      width: 100%;
      padding: 0.5rem;
      margin-top: 0.5rem;
    }
   .form-container  button {
      margin-top: 2rem;
      background: #123456;
      color: white;
      padding: 0.75rem 2rem;
      border: none;
      cursor: pointer;
      font-weight: bold;
    }

        .blog-container img {
            max-width: 100%;
            margin-bottom: 20px;
        }
       .blog-container .blog-title {
            font-family: 'Eras ITC Bold', sans-serif;
            font-size: 28px;
            margin-bottom: 10px;
        }
       .blog-container .blog-date {
            color: #888;
            font-size: 14px;
            margin-bottom: 20px;
        }
      .blog-container  .blog-content {
            font-size: 16px;
        }