/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/medilife-icons.css);
@import url(css/nice-select.css);
/* :: 3.0 Base CSS */
* {margin: 0;padding: 0;  }

body {font-family: "Roboto", sans-serif; }
h1,h2,h3,h4,h5,h6 {color: #081f3e;font-weight: 700; }
p {color: #57595c;font-size: 15px;line-height: 2;font-weight: 400; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 700; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 700; }

#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background-color: #006cff; }
/*SYED SOFTECH*/
#lgo{ float: left;margin: 0; width:300px;height:39px;background-image:url(img/logo/logo1.png); background-position: center;background-repeat: no-repeat;background-size: cover;}
@media only screen and (min-width: 768px) and (max-width: 991px) {#lgo{width:250px; height:32.5px;background-image:url(img/logo/logo2.png); } }
  @media only screen and (max-width: 767px) {#lgo{width:200px; height:26px;background-image:url(img/logo/logo2.png); } }
#lgt{border:solid 1px #006CFF;font-weight: bold;}
#lg{height:60px;line-height:60px;background-color:#081f3e;color:#A0A2A7;font-size:40px; padding:0 10px;border-right:solid 1px #006CFF; }
#lgu{font-size:20px; background-color: #006CFF;padding:0 10px;}
#lgd{font-size:20px;background-color:#081f3e; color:#A0A2A7;padding:0 10px;}

#nm{display:inline-block;height:52px;padding:0;line-height:52px; overflow: hidden; font-size:32px; font-weight: bold; border:solid 1px #006CFF; }
#nml{font-size:38px; background-color: #006CFF;padding:0 10px; float: left;}
#nmr{background-color:#081f3e; color:#EFF2F8;padding:0 10px;margin-top:-2px;  float:left;}
#btn{display:inline-block; overflow: hidden; cursor: pointer; font-size:14px;font-variant: small-caps; border: 1px solid #A6E1F3;border-radius:5px;box-shadow:0px 2px 6px #330000; -webkit-box-shadow: 0px 2px 6px #330000; -moz-box-shadow:0px 2px 6px #330000; -o-box-shadow:0px 2px 6px #330000;transition: transform .2s;}
#btnl{ font-weight:bold; height:32px;line-height:32px;background-color:#4694FF; /*#559DFF*/;padding:0 8px; float: left;border:solid 1px #559DFF;}
#btnr{height:32px; line-height:32px;background-color:#081f3e; color:#D0D1D3;padding:0 8px; float:left;}
#btn:hover {transform: scale(1.01); /* (10% zoom)*/}
#cls{display:inline-block; cursor: pointer;transition: transform .2s;}
#cls:hover {transform: scale(1.07); /* (10% zoom)*/}
#icn{margin: 0; overflow: hidden; cursor: pointer;width:27px;height:27px; border-radius:50%;border:1px solid #F7F4F4;background-position: center;background-repeat: no-repeat;background-size: cover;transition: transform .2s; box-shadow:0px 2px 6px #330000; -webkit-box-shadow: 0px 2px 6px #330000; -moz-box-shadow:0px 2px 6px #330000; -o-box-shadow:0px 2px 6px #330000;}
#icn:hover {transform: scale(1.05); /* (10% zoom)*/}
#itbl{padding:3px; margin: 0;}
#itbl td{padding:3px 8px;}
#tbl{padding:10px 5px; margin:10px 0;background:#E5E8ED; font-variant: small-caps; }
#tbl th{background:#484AB1; color: #FFFFFF; padding:3px 8px; font-size:14px;border-bottom: #FFFFFF 1px solid}
#tbl td{padding:3px 8px; color:#20597E; font-size:14px;  border-bottom: #FFFFFF 1px solid}
#tbl tr:nth-child(even) td{background:#F2F2F2;}/* #E8E8E8;#EEEEEE */
#tbl tr:hover{background: #FFFFFF}
#tbl h5{font-size:14px; }
#wait{position:fixed;top:0; left:0;margin:0 auto;width:100%;height:100%;overflow:hidden;z-index:99999999;visibility: hidden;
background:url(img/icons/back.gif) repeat;	/* background-image: url(img/bg-img/bg.jpg); background:rgba(52,117,198,0.4);  background:rgba(241,206,139,0.6); #DBEAEC; */}
#wait #frmd{position:fixed;top:5px;width:99%;height:600px; margin:0 auto;margin-top:10px;overflow-y:scroll;}
#wait #in{ padding-top:1%;color:#FFFFFF;position:relative;margin:0 auto;margin-top:14%; width:32%;height:35%;border:double; max-height:40%;font-size:16px;background:rgba(10,10,10,0.7);overflow:hidden;z-index:999999999;}
#in #waitmsg{margin-top:5%; height:30px; }
#wmsg{position:fixed;top:0;left:0;font-size:40px;color:#FFFFFF; width:100%;height:100%;background:rgba(52,48,48,0.9);overflow:hidden;z-index:999999999;visibility: hidden;}
#bing{height:120px;width:120px; float: left;border-radius:5px; border:2px solid #F8F8F8;margin-right:15px; margin-bottom:15px; background-position: center;background-repeat: no-repeat;background-size: cover;transition: transform .2s; box-shadow:0px 2px 6px #330000; -webkit-box-shadow: 0px 2px 6px #330000; -moz-box-shadow:0px 2px 6px #330000; -o-box-shadow:0px 2px 6px #330000;}
#bing:hover {transform: scale(1.01); /* (10% zoom)*/}
#ckb {position: relative;cursor: pointer; padding-left:20px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
  user-select: none;}/* Customize the label (the checkbox/radio) */
#ckb input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}/* Hide the browser's default radio/Checkbox button */
#ckb:hover input ~ .cksp {background-color: #1152A0;}/* On mouse-over, add a grey background color */
#ckb input:checked ~ .cksp {background-color: #104876;}/* When the checkbox is checked, add a blue background */
.cksp{position: absolute;top:2px;left: 0;height: 15px;width: 15px;background-color:#C9D8FC;border:1px solid #0A1974; }
.cksp:after {content: "";position: absolute;display: none;}/* Create the checkmark/indicator (hidden when not checked) */
#ckb input:checked ~ .cksp:after {display: block;}/* Show the checkmark when checked */
#ckb .cksp:after {left:4.5px;top:1px;width:5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}/* Style the checkmark/indicator */

#rdo {position: relative;cursor: pointer; padding-left:17px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
  user-select: none;}/* Customize the label (radio) */
#rdo input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}/* Hide the browser's default radio*/
.rdsp {position: absolute;top:2px;left: 0;height:16px;width:16px;background-color: #C9D8FC;border-radius: 50%;border:1px solid #0A1974;}/* Create a custom radio button */
#rdo:hover input ~ .rdsp {background-color:#1152A0;}/* On mouse-over, add a grey background color */
#rdo input:checked ~ .rdsp{background-color:#104876;}/* When the radio button is checked, add a blue background */
.rdsp:after {content: "";position: absolute;display: none;}/* Create the indicator (the dot/circle - hidden when not checked) */
#rdo input:checked ~ .rdsp:after {display: block;}/* Show the indicator (dot/circle) when checked */
#rdo .rdsp:after {top:3px;left:3.4px;width: 8px;height: 8px;border-radius: 50%;background: white;}/* Style the indicator (dot/circle) */
#nts{border:1px solid #6F8DEF;max-height:400px; overflow-y: scroll; border-radius:5px;box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);}
#nts h2{font-size:18px; margin:10px 0 10px 0; font-variant:small-caps;background: url(img/box-head.png) repeat-x;
	height: 43px;line-height: 43px;padding: 0 20px;}
#infb{border:1px solid #6F8DEF;max-height:400px; overflow:hidden; border-radius:5px;box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);transition: transform .2s;}
#infb:hover {transform: scale(1.01); /* (10% zoom)*/}
#frm{width:100%; font-variant:small-caps; color: #000000; background-color:#F5F9F8;/*#367EDF;*/border:1px solid #3D3CB5;border-radius:10px; overflow: hidden;box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);}

#frm input[type="checkbox"]:hover{border:solid 1px #0000CC; box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);}
#frm select{color:black;height:26px;width:194px;font-size:14px;padding-left:3px; }
#frm select:hover{border:solid 1px #0000CC; box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);}
#frm select .highlight{color:#FF0000;font-size:14px;}
#frm select option{color:black;font-size:14px; padding-left:3px;}
#frm select option:first-child{color:#000033;}
#frm input[type=text]{padding-left:3px;font-size:14px; color:#415DCB; }
#frm input[type=text]:hover{border:solid 1px #0000CC; box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);}
#frm input[type=radio]+label{ color:#000099;}
#frm input[type=radio]:checked+label{ color:#990000;}
#frm input[type=radio]+label{ color:#000099;}
#ifrm{ border: none;width:100%; height:100%;}
.ifrm{position:absolute; top:-450px; left:0px; width:100%; height:100%; min-height:1200px;  border: none; overflow: hidden;}
@media only screen and (min-width: 851px) and (max-width: 991px) {.ifrm{top:-600px;min-height:1600px; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {.ifrm{top:-620px;min-height:1600px; } }
@media only screen and (max-width: 767px) {.ifrm{top:-820px;min-height:1800px; } }
.ifrma{position:absolute; top:-350px; left:0px; width:100%; height:100%; min-height:1200px;  border: none; overflow: hidden;}
@media only screen and (min-width: 851px) and (max-width: 991px) {.ifrma{top:-150px;min-height:1600px; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {.ifrma{top:-350px;min-height:1600px; } }
@media only screen and (max-width: 767px) {.ifrma{top:-550px;min-height:1800px; } }
.ifrmh{position:absolute; top:-330px; left:0px; width:100%; height:100%; min-height:1200px;  border: none; overflow: hidden;}
@media only screen and (min-width: 851px) and (max-width: 991px) {.ifrmh{top:-150px;min-height:1600px; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {.ifrmh{top:-200px;min-height:1600px; } }
@media only screen and (max-width: 767px) {.ifrmh{top:-440px;min-height:1800px; } }
.ifrmo{position:absolute; top:-150px; left:0px; width:100%; height:100%; min-height:1200px;  border: none; overflow: hidden;}
@media only screen and (min-width: 851px) and (max-width: 991px) {.ifrmo{top:-150px;min-height:1600px; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {.ifrmo{top:-420px;min-height:1600px; } }
@media only screen and (max-width: 767px) {.ifrmo{top:-150px;min-height:1800px; } }
.ifrmv{position:absolute; top:-200px; left:0px; width:100%; height:100%; min-height:1200px;  border: none; overflow: hidden;}
@media only screen and (min-width: 851px) and (max-width: 991px) {.ifrmv{top:-170px;min-height:1600px; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {.ifrmv{top:-320px;min-height:1600px; } }
@media only screen and (max-width: 767px) {.ifrmv{top:-170px;min-height:1800px; } }
.ifrmc{position:absolute; top:-370px; left:0px; width:100%; height:100%; min-height:1200px;  border: none; overflow: hidden;}
@media only screen and (min-width: 851px) and (max-width: 991px) {.ifrmc{top:-450px;min-height:1600px; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {.ifrmc{top:-120px;min-height:1600px; } }
@media only screen and (max-width: 767px) {.ifrmc{top:-630px;min-height:1800px; } }
textarea {width:100%;height:60px !important; font-size:14px;color:#0A5CA0; padding:3px; border:solid 1px #999999; border-radius:2px; transition: box-shadow 0.3s, border 0.3s;-webkit-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1);  -moz-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1); box-shadow: inset 0 0 8px  rgba(0,0,0,0.1);/*box-shadow:inset 0px 27px 0px -15px #F4F4F4;*/
}
textarea::-webkit-input-placeholder {color:#006CFF; opacity:1;  font-size:14px; }
textarea:-moz-placeholder { /* Firefox 18- #0bf */color:#006CFF;opacity:1;  font-size:14px;  }
textarea::-moz-placeholder {  /* Firefox 19+ */color:#006CFF;opacity:1;  font-size:14px;  }
textarea:-ms-input-placeholder {color:#006CFF;opacity:1; }
textarea::placeholder {color:#006CFF;opacity:1; }
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge #EFF2F8 */color:#006CFF;}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */color:#006CFF;opacity:  1;}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */color:#006CFF;}
.form-control::-ms-input-placeholder { /* Microsoft Edge */color:#006CFF;}
.form-control::placeholder { /* Most modern browsers support this now. */color:#006CFF;}

.list-wrap ul {list-style:none;margin: 0; padding:0; overflow: hidden; }
.list-wrap li {border-bottom: 1px solid #e3e1d9;border-top: 1px solid #fff;margin-left:0px;overflow:hidden;padding:5px 0;cursor: pointer; transition: transform .6s; /* Animation */}
.list-wrap li:first-child { border-top: none; }
.list-wrap li:last-child { border-bottom: none; }
.list-wrap li:hover {transform: scale(1.006); }
.list-wrap li img {border: 4px solid #F8F5F5;float: left;margin:0 10px 5px 5px; width:70px;  height:60px; 
box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);border-radius:5px;}
.list-wrap li .title {color:#1B1EA3;display:block;font-size: 12px;font-weight: bold;margin-bottom:2px;text-decoration: none;}
.list-wrap li .meta {color: #8d8c8a;margin: 0;}
.list-wrap li .meta a{text-decoration:none; font-size:12px; }
.list-wrap li:hover .title{color:#581213; }
.table{ border:1px solid #3277C9; }
.table th{text-align:center; color:#666666; padding:7px 2px; font-size:15px;border:#CCCCCC 1px solid;background: url(img/box-head.png) repeat-x;
   /* background: -webkit-linear-gradient(top, #CCCCCC, #E8E8E8 20%,#FFFFFF 50%,#E8E8E8 80%, #CCCCCC);
	background: -moz-linear-gradient(top, #CCCCCC, #E8E8E8 20%,#F8F8F8 50%,#E8E8E8 80%, #CCCCCC );
	background: -o-linear-gradient(top, #CCCCCC, #E8E8E8 20%,#FFFFFF 50%,#E8E8E8 80%, #CCCCCC);
	background: linear-gradient(top, #CCCCCC, #E8E8E8 20%,#FFFFFF 50%,#E8E8E8 80%, #CCCCCC); */
	} /*background:#fffdfa url(../images/buttonbg.png) repeat 0 0;*/
.table td{ background:#fbfcfc;  border:solid 1px #e0e0e0; padding:5px; font-size:13px; }
.table tr.odd td{ background:#f8f8f8; }
.tab-pane{ height: auto;}
/*END SYED SOFTECH*/
.medilife-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running medilife-load;
  animation: 2000ms linear 0s normal none infinite running medilife-load;
  background: transparent;
  border-color: #ffffff;
  border-top-color: #006cff;
  border-left-color: #006cff;
  border-right-color: #006cff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9; }

@-webkit-keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.medica-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; }

.medica-table-cell {
  display: table-cell;
  vertical-align: middle; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

#scrollUp {
  background-color: #006cff;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #081f3e; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading h2 {
    font-size: 44px;
    margin-bottom: 0; }

.btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn:hover, .btn:focus {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }

.medilife-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #006cff;
  height: 45px;
  padding: 0 55px 0 30px;
  line-height: 42px;
  font-size: 14px;
  min-width: 140px;
  border-radius: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .medilife-btn span {
    width: 40px;
    height: 45px;
    background-color: #081f3e;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .medilife-btn:hover, .medilife-btn:focus {
    background-color: #081f3e;
    color: #ffffff; }
  .medilife-btn:hover span, .medilife-btn:focus span {
    color: #ffffff;
    background-color: #006cff; }
  .medilife-btn.btn-2 {
    background-color: #081f3e;
    color: #ffffff; }
    .medilife-btn.btn-2 span {
      color: #ffffff;
      background-color: #006cff; }
    .medilife-btn.btn-2:hover, .medilife-btn.btn-2:focus {
      background-color: #006cff;
      color: #ffffff; }
    .medilife-btn.btn-2:hover span, .medilife-btn.btn-2:focus span {
      color: #ffffff;
      background-color: #081f3e; }
  .medilife-btn.btn-3 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .medilife-btn.btn-3 span {
      top: -2px;
      right: -2px; }
  .medilife-btn.btn-4 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .medilife-btn.btn-4 span {
      background-color: #006cff;
      top: -2px;
      right: -2px; }

.medilife-appoint-btn {
  display: inline-block;
  color: #F0F2F5;
  background-color:#006cff;
  height: 40px;
  padding: 0 10px;
  line-height:40px;
  font-size: 14px;
  min-width: 80px;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  box-shadow: none; }
  .medilife-appoint-btn span {
    font-weight: 700; }
  .medilife-appoint-btn:hover, .medilife-appoint-btn:focus {
    color: #006cff;
    background-color:#081f3e ;
    box-shadow: none;
    font-weight: 500; }
  .medilife-appoint-btn:hover span, .medilife-appoint-btn:focus span {
    font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-appoint-btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .medilife-appoint-btn {
      margin-top: 10px; } }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006cff;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.bg-gray {
  background-color: #f5f7f9; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.nicescroll-rails {
  z-index: 999999 !important; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height:40px;
  background-color:#105CC3; }
#cnl{float: left;}
#cnr{float: right;}
  .top-header-area h5 {margin: 0; padding: 0; font-size:15px; height:40px; line-height:40px; font-weight:550; color:#00015C;   }
  .top-header-area h5 span {color:#DEE0E5; padding-left:5px;font-weight:500; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-header-area { height:30px;}
    .top-header-area h5 {font-size: 13px;height:27px; line-height:27px; }#cnr{float:left;}
    }
    @media only screen and (max-width: 767px) {
	.top-header-area { height:25px;}
    .top-header-area h5 {font-size: 12px;height:22px; line-height:22px; }#cnr{float:left;} }
    @media only screen and (max-width: 767px) {
    .top-header-area {height: auto; padding:2px 0; } }

.main-header-area {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 1;
  background-color:rgba(10,114,232, 0.1);/* rgba(1, 106, 250, 0.3); rgba(0, 108, 255, 0.1); rgba(37, 108, 160, 0.8); */
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
 border-bottom:3px solid #396AB5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area { background-color: #092448;height: 80px;} }
  @media only screen and (max-width: 767px) {
    .main-header-area {background-color: #092448; height: 70px; } }

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 80px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #092448; }
  @media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {color: #65A5FF;
      height: 70px; } }
/*
.header-area .main-menu .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 20px;
  color: #ffffff;  
  font-weight: 500;
  margin: 0 1px; }
  .header-area .main-menu .nav-link:hover {
    background-color: #006cff; }
  .header-area .main-menu .nav-link:focus {
    background-color: #006cff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-menu .nav-link {
      padding: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-menu .nav-link {
      padding: 10px 30px;
      margin: 1px 0; } }
  @media only screen and (max-width: 767px) {
    .header-area .main-menu .nav-link {
      padding: 10px 30px;
      margin: 1px 0; } }
.header-area .main-menu .nav-item.active .nav-link {
  background-color: #006cff; }
*/
/* SYED SOFTECH*/
 .navbar-nav > .nav-item > .nav-link {font-size:16px;padding: 10px 20px;color:#06075C;font-weight:500;font-variant:small-caps;opacity:1 !important; }
.is-sticky .main-header-area  .navbar-nav > .nav-item > .nav-link{color: #207dff;font-weight:400;}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > .nav-item > .nav-link{ color: #207dff;} }
  @media only screen and (max-width: 767px) {
    .navbar-nav > .nav-item > .nav-link{color: #207dff; } }
  .navbar-nav > .nav-item > .nav-link span { position: relative; display: block;padding-bottom: 2px; }
 @media (max-width: 1199.98px) {.navbar-nav > .nav-item > .nav-link span {display: inline-block; } }
 .navbar-nav > .nav-item > .nav-link span:before {content: "";position: absolute;width: 100%;height: 2px;bottom: 0;left: 0;background:#030583;
        visibility: visible;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
.is-sticky .main-header-area .navbar-nav > .nav-item > .nav-link span:before {background:#207dff;}
.navbar-nav > .nav-item > .nav-link:hover span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {.navbar-nav > .nav-item > .nav-link {padding-left: 0;padding-right: 0;padding-bottom: 1rem;padding-top: 0;color: #fff;} }
 .header-area .main-menu .nav-item.active .nav-link {background: transparent;background: none; }
.is-sticky .main-header-area .header-area .main-menu .nav-item.active .nav-link {color: #207dff;}
 .header-area .main-menu .nav-item.active .nav-link span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  @media (max-width: 991.98px) {.header-area .main-menu .nav-item.active  > a {color: #65A5FF; } 
  .is-sticky .main-header-area  .header-area .main-menu .nav-item.active  > a {color: #65A5FF; } 
}

/* END SYED SOFTECH  */


.dropdown-menu.show {
  border: none;
  padding: 15px 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin-top: 15px; }

.dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #5f5f5f;
  text-transform: uppercase; }
  .dropdown-item:hover {
    color: #006cff;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9; }
  .dropdown-item:focus {
    color: #006cff;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9; }

.navbar {
  padding: 0; }

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    margin: 20px 0; } }
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    margin: 15px 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #medilifeMenu {
    width: 100%;
    background-color: #081f3e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0; } }
@media only screen and (max-width: 767px) {
  #medilifeMenu {
    width: 100%;
    background-color: #081f3e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 20px 10px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0; } }

/* :: 5.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 300px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 300px; } }

.hero-slides-content h2 {
  color: #081f3e;
  font-size: 60px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides-content h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
      font-size: 24px; } }
.hero-slides-content h5 {
  color: #081f3e;
  font-size: 22px;
  font-weight: 600; }



  @media only screen and (min-width: 768px) and (max-width: 991px) {
 }
  @media only screen and (max-width: 767px) {
 }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
 }
  @media only screen and (max-width: 767px) {
 }


  @media only screen and (min-width: 992px) and (max-width: 1199px) {
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
 }
  @media only screen and (max-width: 767px) {
 }


/* :: 6.0 Book An Appoinment Area */
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.form-control {
  background-color: transparent;
  width: 100%;
  height: 38px;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
  color: #A0A2A7;
  margin-bottom:20px;
  font-weight: 500;
  padding: 0;
  border: 2px solid #536174; }
  .form-control:hover, .form-control:focus {
    background-color: transparent;
    box-shadow: none; }

.nice-select {
  line-height: 34px; }
  .nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0; }

.medilife-book-an-appoinment-area {position: relative;z-index: 1;margin-top:0; margin-bottom: 10px; }
  .medilife-book-an-appoinment-area .appointment-form-content {background-color: transparent; }
  .medilife-book-an-appoinment-area .medilife-appointment-form { background-color: transparent;padding:10px 10px; font-size:13px  }
  .medilife-book-an-appoinment-area .medilife-appointment-form select {border: 2px solid #536174;background-color: transparent; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding: 40px 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-book-an-appoinment-area .medilife-appointment-form button[type=submit] {
        margin-top: 15px; } }
  .medilife-book-an-appoinment-area .medilife-contact-info {
    padding: 30px;
    background-color: #006cff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-book-an-appoinment-area .medilife-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0; } }

.single-contact-info img {
  margin-bottom: 15px; }
.single-contact-info p {
  color: #A0A2A7;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0; }

/* :: 7.0 About Us Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medica-about-content {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .medica-about-content {
    margin-bottom: 100px; } }
.medica-about-content h2 {
  font-size: 44px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .medica-about-content h2 {
      font-size: 30px; } }

/* :: 8.0 Service Area CSS */
.medica-services-area {
  position: relative;
  z-index: 1; }

.single-service-area {
  margin-bottom: 80px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-service-area .service-icon {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    margin-right: 30px;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    background-color: #cacaca;
    border-radius: 50%;
    color: #A0A2A7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area .service-content {
    margin-top: 15px; }
    .single-service-area .service-content h5 {
      font-size: 22px;
      margin-bottom: 15px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-service-area .service-content p {
      margin-bottom: 0; }
  .single-service-area:hover .service-icon {
    background-color: #006cff; }
  .single-service-area:hover .service-content h5 {
    color: #006cff; }

/* :: 9.0 Gallery Area CSS */
.single-gallery-item {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-gallery-item::after {
    background-color: rgba(0, 108, 255, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-gallery-item:hover::after {
    opacity: 1; }
  .single-gallery-item .view-more-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-gallery-item .view-more-btn a {
      background-color: transparent;
      font-size: 16px;
      color: #A0A2A7;
      display: block;
      box-shadow: none;
      font-weight: 700;
      opacity: 0; }
  .single-gallery-item:hover .view-more-btn a {
    opacity: 1; }

/* :: 10.0 Features Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .features-content {
    margin-bottom: 100px; } }
.features-content h2 {
  font-size: 48px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .features-content h2 {
      font-size: 30px; } }

/* :: 11.0 Emergency Area CSS */
.medilife-emergency-area {
  background-color: #006cff; }
  .medilife-emergency-area .emergency-content i {
    font-size: 130px;
    color: #A0A2A7;
    display: block;
    margin-bottom: 50px; }
  .medilife-emergency-area .emergency-content h2 {
    font-size: 44px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-emergency-area .emergency-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-area .emergency-content h2 {
        font-size: 24px; } }
  .medilife-emergency-area .emergency-content h3 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .medilife-emergency-area .emergency-content h3 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-emergency-area .emergency-content h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-area .emergency-content h3 {
        font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-emergency-area .emergency-content {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .medilife-emergency-area .emergency-content {
      margin-bottom: 100px; } }
  .medilife-emergency-area .single-emergency-helpline h5 {
    color: #ffffff;
    margin-bottom: 20px; }
  .medilife-emergency-area .single-emergency-helpline p {
    color: #ffffff;
    margin-bottom: 0; }

/* :: 12.0 Footer Area CSS */
.footer-area { 
  background-color:#092448; /* #020f20;*/
	padding:40px 40px; 
   }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 767px) {
    .footer-area {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-area {
    margin-bottom: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-area {
    margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
  .footer-widget-area {
    margin-bottom: 50px; } }
.footer-widget-area .footer-logo {
  margin-bottom: 50px; }
.footer-widget-area p {
  color:#A0A2A7;
  margin-bottom: 0; }
.footer-widget-area .footer-social-info {
  margin-top: 40px; }
  .footer-widget-area .footer-social-info a {
    color: #A0A2A7;
    margin-right: 15px;
    font-size: 18px;
    display: inline-block; }
.footer-widget-area .widget-title h6 {
  font-size: 18px;
  color: #006cff;
  margin-bottom: 50px;
  text-transform: capitalize; }
.footer-widget-area .widget-single-blog-post {
  margin-bottom: 15px; }
  .footer-widget-area .widget-single-blog-post .widget-post-thumbnail {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px; }
  .footer-widget-area .widget-single-blog-post .widget-post-content a {
    color: #A0A2A7;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px; }
  .footer-widget-area .widget-single-blog-post .widget-post-content p {
    font-size: 12px; }
.footer-widget-area .footer-contact-form {
  background-color: #081f3e;
  padding: 30px 40px; }
  @media only screen and (max-width: 767px) {
    .footer-widget-area .footer-contact-form {
      padding: 30px 20px; } }
.footer-widget-area .footer-newsletter-area form {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
.footer-widget-area .footer-newsletter-area input {
  width: 100%;
  height: 48px;
  background-color: #081f3e;
  font-size: 15px;
  padding: 0 15px; }
.footer-widget-area .footer-newsletter-area button {
  position: absolute;
  top: 0;
  padding: 0 20px;
  height: 48px;
  right: 0;
  z-index: 9;
  cursor: pointer;
  background-color: #006cff;
  color: #ffffff;
  border: none; }
.footer-widget-area .footer-newsletter-area p {
  font-size: 12px;
  color: #A0A2A7;
  font-style: italic;
  margin-bottom: 0; }

.copywrite-text p {
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0; }
  .copywrite-text p a {
    color: rgba(255, 255, 255, 0.35); }

/* :: 13.0 Breadcumb Area CSS */
.breadcumb-area {
  width: 100%;
  min-height:600px;
  position: relative;
  z-index: 1;
  padding-top: 150px; }
.breadcumb-area h4,h5{line-height: 1.6;}
  .breadcumb-area .breadcumb-title {
    font-size: 60px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-title {
        font-size: 30px; } }
  .breadcumb-area::after {
    background-color: rgba(230, 241, 255, 0.75);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }

/* :: 14.0 Video Area CSS */
.video-box {
  position: relative;
  z-index: 1; }
  .video-box .play-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
    .video-box .play-btn a {
      margin-bottom: 30px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .video-box .play-btn a {
          margin-bottom: 15px; } }
    .video-box .play-btn h6 {
      font-size: 18px;
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .video-box .play-btn h6 {
          font-size: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .video-content {
    margin-top: 100px; } }
.video-content h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-content h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .video-content h2 {
      font-size: 24px; } }
.video-content p {
  color: #ffffff;
  margin-bottom: 0; }

.single-pie-bar {
  position: relative;
  z-index: 1;
  margin-bottom: 100px; }
  .single-pie-bar canvas {
    margin-bottom: 20px; }
  .single-pie-bar p {
    margin-bottom: 0; }

/* :: 15.0 Tabs Area CSS */
.medilife-tabs-content .nav-tabs {
	font-variant: small-caps;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none; }

.medilife-tabs-content .nav-tabs .nav-item{border-top-left-radius:5px;border-top-right-radius:5px; overflow: hidden;box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); } 
.medilife-tabs-content .nav-link {
  padding:10px 30px;
  background-color:#EBF4FD;
  display: block;
  border-radius: 0 !important;
   border: none;
  border-bottom:10px solid #ffffff;
  font-size: 18px;
  color: #10448B;
 font-weight: 200;
}
  .medilife-tabs-content .nav-link:hover, .medilife-tabs-content .nav-link:focus {
    border-color: #ffffff; }
  .medilife-tabs-content .nav-link.active {
    background-color: #006cff;
    color: #ffffff;
    border-color: #006cff; }
    @media only screen and (max-width: 767px) {
      .medilife-tabs-content .nav-link.active {
        border-color: #ffffff; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .medilife-tabs-content .nav-link {
      padding: 10px 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-tabs-content .nav-link {
      padding: 7px 5px;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .medilife-tabs-content .nav-link {
      padding: 5px 3px;
      font-size: 14px; } }
.medilife-tabs-content .medilife-tab-content {
  font-variant: small-caps;
  margin-top:1px;
  border:1px solid #95C2FF;
background:rgba(236,245,254,0.4);
  padding:30px; 
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); border-bottom-left-radius:5px; border-bottom-right-radius:5px; 
}
.medilife-tabs-content .medilife-tab-content h2{width:100%;  font-size:22px; line-height:22px; padding:4px 0;font-weight:400;color:#0D3976; position:relative;display:block;margin-top:5px; border-bottom:3px solid #0D3976;}
.medilife-tabs-content .medilife-tab-content p{font-size:15px;color:#0D3976;margin-top:10px; text-align: justify; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-tabs-content .medilife-tab-content {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .medilife-tabs-content .medilife-tab-content {
      padding: 15px; } }
  .medilife-tabs-content .medilife-tab-content .medilife-tab-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 50px);
    flex: 0 0 calc(55% - 50px);
    min-width: calc(55% - 50px);
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      .medilife-tabs-content .medilife-tab-content .medilife-tab-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        margin-right: 0; } }
    .medilife-tabs-content .medilife-tab-content .medilife-tab-text h2 {
      font-size: 44px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medilife-tabs-content .medilife-tab-content .medilife-tab-text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .medilife-tabs-content .medilife-tab-content .medilife-tab-text h2 {
          font-size: 30px; } }
  .medilife-tabs-content .medilife-tab-content .medilife-tab-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%; }

/* :: 16.0 Services Area CSS */
.singleServiceArea {
  position: relative;
  z-index: 1;
  width: 33.3333333%;
  display: inline-block;
  float: left;
  padding: 70px 40px 100px; }
  .singleServiceArea:first-child {
    background-color: #006cff; }
  .singleServiceArea:last-child {
    background-color: #081f3e; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .singleServiceArea {
      padding: 50px 20px; } }
  @media only screen and (max-width: 767px) {
    .singleServiceArea {
      padding: 50px 20px;
      width: 100%; } }
  .singleServiceArea .singleServiceIcon {
    margin-right: 20px; }
    .singleServiceArea .singleServiceIcon i {
      color: #ffffff;
      font-size: 80px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .singleServiceArea .singleServiceIcon i {
          font-size: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .singleServiceArea .singleServiceIcon i {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .singleServiceArea .singleServiceIcon i {
          font-size: 30px; } }
  .singleServiceArea .singleServiceText {
    padding-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .singleServiceArea .singleServiceText {
        padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      .singleServiceArea .singleServiceText {
        padding-top: 0; } }
    .singleServiceArea .singleServiceText h2 {
      color: #A0A2A7;
      margin-bottom: 20px;
      font-size: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .singleServiceArea .singleServiceText h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .singleServiceArea .singleServiceText h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .singleServiceArea .singleServiceText h2 {
          font-size: 24px; } }
    .singleServiceArea .singleServiceText p {
      color: #A0A2A7; }

/* :: 17.0 Single Benefits Area CSS */
.single-benefits-area {
  position: relative;
  z-index: 1; }
  .single-benefits-area .single-benefits-title {
    margin-bottom: 20px; }
    .single-benefits-area .single-benefits-title i {
      font-size: 50px;
      color: #006cff; }
    .single-benefits-area .single-benefits-title h5 {
      font-size: 22px;
      margin: 0 15px; }

/* :: 18.0 CTA Area CSS */
.medilife-cta-area {
  position: relative;
  z-index: 1;
  background-color: #2565A0;
  padding: 30px 0; }
  .medilife-cta-area .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .medilife-cta-area .cta-content i {
      color: #ffffff;
      font-size: 50px;
      margin-right: 30px;
      display: inline-block; }
    .medilife-cta-area .cta-content h2 {
      margin-bottom: 0;
      font-size: 36px;
      margin-right: 30px;
      color: #081f3e; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medilife-cta-area .cta-content h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .medilife-cta-area .cta-content h2 {
          font-size: 20px;
          margin: 15px 0; } }
    .medilife-cta-area .cta-content h3 {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 44px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medilife-cta-area .cta-content h3 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .medilife-cta-area .cta-content h3 {
          font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-cta-area .cta-content {
        display: block; } }

/* :: 19.0 Blog Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-post-thumbnail .post-date a {
      min-width: 110px;
      height: 35px;
      background-color: #006cff;
      display: block;
      color: #ffffff;
      line-height: 35px;
      text-align: center;
      position: absolute;
      font-size: 15px;
      font-weight: 400;
      top: 20px;
      left: 20px;
      z-index: 3; }
  .single-blog-area .post-content {
    position: relative;
    z-index: 1;
    padding: 50px 20px; }
    .single-blog-area .post-content .post-author {
      width: 58px;
      height: 58px;
      position: absolute;
      z-index: 5;
      border-radius: 50%;
      top: -29px;
      left: 20px; }
      .single-blog-area .post-content .post-author a {
        border-radius: 50%; }
        .single-blog-area .post-content .post-author a img {
          border-radius: 50%;
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }
    .single-blog-area .post-content .headline {
      font-size: 22px;
      margin-bottom: 15px;
      color: #081f3e;
      display: block; }
    .single-blog-area .post-content .comments {
      font-size: 12px;
      color: #57595c;
      text-decoration: underline;
      font-weight: 300; }

.search-widget-area form {
  position: relative;
  z-index: 1; }
.search-widget-area input[type=search] {
  width: 100%;
  height: 50px;
  background-color: #f5f7f9;
  border: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 15px; }
.search-widget-area input[type=submit] {
  width: 80px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #006cff;
  font-weight: 500;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.medilife-catagories-card h5 {
  margin-bottom: 30px; }
.medilife-catagories-card ul li a {
  display: block;
  padding: 10px;
  color: #57595c;
  font-size: 14px;
  font-weight: 400; }
  .medilife-catagories-card ul li a:hover, .medilife-catagories-card ul li a:focus {
    color: #006cff; }

.latest-news-widget-area h5 {
  margin-bottom: 30px; }
.latest-news-widget-area .widget-single-blog-post {
  margin-bottom: 30px; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    min-width: 58px; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content a {
    display: block;
    color: #57595c;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content:hover a, .latest-news-widget-area .widget-single-blog-post .widget-post-content:focus a {
    color: #006cff; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content p {
    font-size: 12px;
    color: #006cff;
    margin-bottom: 0;
    font-weight: 500; }

.medilife-emergency-card {
  padding: 50px 30px; }
  .medilife-emergency-card i {
    font-size: 70px;
    display: block;
    margin-bottom: 50px;
    color: #ffffff; }
  .medilife-emergency-card h2 {
    font-size: 28px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .medilife-emergency-card h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-card h2 {
        font-size: 20px; } }
  .medilife-emergency-card h3 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .medilife-emergency-card h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-card h3 {
        font-size: 20px; } }

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #006cff; }
.pagination .page-link {
  padding: 0;
  margin-left: 3px;
  line-height: 43px;
  font-size: 16px;
  color: #081f3e;
  background-color: #f5f7f9;
  border: none;
  width: 43px;
  height: 43px;
  text-align: center; }
  .pagination .page-link:focus, .pagination .page-link:hover {
    color: #ffffff;
    background-color: #006cff; }

.post-meta {
  margin-bottom: 30px; }
  .post-meta a {
    font-size: 14px;
    color: #57595c;
    font-weight: 400; }

.comments-area h5 {
  margin-bottom: 50px; }

.single_comment_area {
  margin-bottom: 50px; }
  .single_comment_area .comment-wrapper .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px; }
    .single_comment_area .comment-wrapper .comment-author img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px; } }
  .single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #081f3e;
    font-size: 14px;
    margin-bottom: 20px; }
    .single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
      color: #006cff; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-content .comment-meta a {
        font-size: 12px; } }
  .single_comment_area .comment-wrapper .comment-content p {
    font-size: 14px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-content p {
        font-size: 13px; } }
  .single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .children {
        padding-left: 30px; } }

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.medilife-contact-area .comment-form h5,
.medilife-contact-area .contact-form h5 {
  margin-bottom: 30px; }
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.medilife-contact-area .comment-form .form-group,
.medilife-contact-area .contact-form .form-group {
  margin-bottom: 5px; }
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.medilife-contact-area .comment-form .form-control,
.medilife-contact-area .contact-form .form-control {
  width: 100%;
  height: 40px;
  background-color: #f5f7f9;
  padding: 15px;
  border: none;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0 !important; }
.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.medilife-contact-area .comment-form textarea.form-control,
.medilife-contact-area .contact-form textarea.form-control {
  height:150px !important; }
.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.medilife-contact-area .comment-form button[type=submit],
.medilife-contact-area .contact-form button[type=submit] {
  margin-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .medilife-contact-area .comment-form,
  .medilife-contact-area .contact-form {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .medilife-contact-area .comment-form,
  .medilife-contact-area .contact-form {
    margin-bottom: 100px; } }

/* :: 20.0 Contact Area CSS */
.single-contact {
  margin-bottom: 20px; }
  .single-contact .contact-icon i {
    color: #006cff;
    font-size: 20px; }
  .single-contact .contact-meta p {
    margin-bottom: 0; }

.contact-social-area {
  margin-top: 30px; }
  .contact-social-area a {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    color: #b4b4b4; }
    .contact-social-area a:focus, .contact-social-area a:hover {
      color: #006cff; }

.googleMap {
  width: 100%;
  height: 600px;
  border-bottom: 5px solid;
  border-color: #006cff; }

/* :: 21.0 Shortcode Area CSS */
.elements-title h2 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 50px; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 24px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #006cff;
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center; }
  .single-cool-fact-area i {
    font-size: 100px;
    color: #006cff;
    margin-bottom: 30px;
    display: block; }
  .single-cool-fact-area h2 {
    font-size: 48px;
    margin-bottom: 20px; }
  .single-cool-fact-area h6 {
    font-size: 22px;
    margin-bottom: 20px; }
  .single-cool-fact-area p {
    margin-bottom: 0; }

.all-icons-area {
  position: relative;
  z-index: 1; }
  .all-icons-area .medilife-single-icon {
    padding: 30px;
    border: 1px solid #f5f7f9;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .all-icons-area .medilife-single-icon i {
      font-size: 50px;
      color: #006cff;
      display: block;
      margin-bottom: 15px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .all-icons-area .medilife-single-icon span {
      display: block;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .all-icons-area .medilife-single-icon:hover, .all-icons-area .medilife-single-icon:focus {
      background-color: #006cff; }
    .all-icons-area .medilife-single-icon:hover i, .all-icons-area .medilife-single-icon:focus i {
      color: #ffffff; }
    .all-icons-area .medilife-single-icon:hover span, .all-icons-area .medilife-single-icon:focus span {
      color: #ffffff; }

/*# sourceMappingURL=style.css.map */
