body{
    background-color: #eef1f5 !important
}
.page-header .navbar .page-logo img{
    height: 26px;
}

.page-header .navbar .navbar-nav>li>a{
    padding:18px 28px;    
}
.page-header .navbar-fixed-top{
    background-color: #eef1f5 !important; 
}
.navbar-fixed-top .logo img{
        margin-right: 13px;
    border-right: 2px solid;
    padding-right: 10px;
}
.header-btn{
    color: white;
    font-weight: 800;
    width: auto!important;
}
#calenderarrowColorLeft{
  float: left; 
  color: #F499C2; 
  font-size: 1.4375em; 
  font-weight: normal;
}
#calenderarrowColorRight{
  float: right;  
  color: #F499C2; 
  font-size: 1.4375em; 
  font-weight: normal;
}
.disclaimer{
  text-align: justify;
  font-size: 16px;
  padding: 10px;
  background: #e655554d;
}
.disclaimer h4{
  color: #F499C2;
  font-weight: bold;
}

.header-btn:focus, .header-btn:hover{
	background-color: #0389ad!important;
	color: white;
}
.page-header .navbar .navbar-nav>li>a {
    padding: 14px 20px;
}
.page-content {
	padding: 20px;
}
.breadcrumbs{
	margin-bottom: 20px;
}
.item-add{
    margin-bottom: 20px;
}
.form-group{
  /*display: block;*/
}
.form-control{
  height: 40px;
}
.input-group{
  display: flex;
}
.control-label{
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.started{
  color: #F499C2;
}
.started h3{
  color: #F499C2;
  font-weight: bold;
}
.started p a{
  color: #F499C2;
  font-weight: bold;
}
.login-form{
  padding: 0 15%;
}
.register-form{
  padding: 0;
}
p.disclaimer{
  margin-top: 5% !important;
}
.disclaimer a{
  color: #F499C2;
}
.btn{
  text-transform: capitalize !important;
  font-size: 14px !important;
}
.swal-wide{
  /* width:auto !important; */
}
.input-group .btn{
  border-radius: 0px;
}
.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #3e98d3; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }
@media screen and (max-width: 480px){
  .swal-wide{
      /* width: auto !important; */
  }
  .pr-0,.pl-0{
      padding: 0px;
  }
}

    
    /*Loader CSS*/
    #loader{
      position:relative;
      height:100% !important;
      width:100% !important;
      opacity:0;
      visibility: hidden;
  }

  .profile-main-loader{
      left: 47% !important;
      position: absolute !important;
      width: 45px;
      z-index: 1000 !important;
  }

.profile-main-loader .loader_section {
    position: relative;
    margin: 50px auto !important;
    width: 60px;
    height:60px;
  }
  .profile-main-loader .loader_section:before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .circular-loader {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }

  .loader-path {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }

  .blu-logo {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 0;
      left: 30%;
      margin:17px auto;
      background-position: center center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-image: url("/img/dolphinfavloader.png");
      animation: fade 0.8s linear 1s infinite alternate;
      animation: none !important;
  }

  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -124;
    }
  }
  @-webkit-keyframes color {
    0% {
      stroke: #7788aa;
    }
    40% {
      stroke: #7788aa;
    }
    66% {
      stroke: #7788aa;
    }
    80%, 90% {
      stroke: #7788aa;
    }
  }
  @keyframes color {
    0% {
      stroke: #7788aa;
    }
    40% {
      stroke: #7788aa;
    }
    66% {
      stroke: #7788aa;
    }
    80%, 90% {
      stroke: #7788aa;
    }
  }
  @keyframes fade {
      from {
          opacity: 1;
      }
      to {
          opacity: 0;
      }
  }
  @-webkit-keyframes fade{
      from {
          opacity: 1;
      }
      to {
          opacity: 0;
      }   
  }
/*loader css end*/


.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  /* margin-right: .5rem; */
}

.card {
  flex-direction: column;
}

.card {
  margin-top: 20px;
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.border {
  border: 1px solid #F499C2  !important;
}

.rounded {
  border-radius: .25rem!important;
}

.card-radio,
[ng-click] {
  cursor: pointer;
}

.border-primary {
  border-color: #F499C2 !important;
}

.card.card-radio.selected::after,
.card.card-radio.selected::before,
.card.card-radio::after {
  position: absolute;
  content: '';
}

.card {
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 1px 1px #d3d3d3;
}

.card.card-radio.selected::before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4rem 4rem;
  border-color: transparent transparent #F499C2 !important;
}

.card.card-radio.selected::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' viewport-fill='%2300' %3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") 50% no-repeat #F499C2 !important;
  border-color: #F499C2   !important;
  background-size: 75%;
}

.card.card-radio::after {
  top: 2rem;
  right: 2.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid gray;
  border-radius: 50%;
}

.avaialable-days .avaialable-day {
  width: 30px;
  height: 30px;
  position: relative;
  padding: .25rem 0;
  background-color: #F499C2 !important;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width:992px) {
  .card {
      padding: 1rem;
      margin-bottom: 1rem;
  }
}

@media only screen and (max-width:576px) {
  .avaialable-days .avaialable-day {
      /* width: 1.5rem;
      height: 1.5rem;
      padding: .15rem 0; */
  }
}

.ng-scope {
  line-height: 2;
  /*margin-top: -20px;*/
}

.av-days {
  font-size: 18px;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 1.2;
  /*margin-bottom: 20px;*/
}

.circle-text {
  display: block;
  font-size: 12px;
}

.profile-btn,
.back-btn {
  float: right;
  margin-right: 40px;
  margin-top: -54px;
  background: transparent;
  border: 1px solid #007bff;
  border-radius: 50px;
  padding: 5px;
  width: 129px;
  color: #7D7D7D;
}

#accordion h3{
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: 15px;
  color: #F499C2 !important;
  cursor: pointer;
  font-weight: 400;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

@media print {
  *,
   ::after,
   ::before {
      text-shadow: none!important;
      box-shadow: none!important;
  }
  p {
      orphans: 3;
      widows: 3;
  }
}

.ng-binding1 {
  background: white;
  margin-top: -10px;
}

.ng-binding1 ul li {
  color: #7D7D7D;
  font-size: 17px;
}

.ng-binding1 p {
/*  font-size: 23px;
  font-weight: 400;
  color: #7D7D7D;
  margin-bottom: 15px;*/
}

#tab2,
.back-btn {
  display: none;
}

.floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #F499C2;
  box-shadow: 0 0 16px 2px #d3d3d3;
  text-align: center;
}

.request-btn {
  display: block;
  margin: 0 auto;
  background: #F499C2 ;
  border: 1px solid #ffffff;
  /* border-radius: 6px; */
  /*padding: 5px;*/
  /* width: 129px; */
  color: white;
  padding: 7px 10px;
  font-size:13px;
  /* width: 129px; */
  /*color: #444;*/

}

@media only screen and (max-width: 600px) {
  .profile-btn,
  .back-btn {
      margin-right: 0px;
  }
  .w-100 {
      width: 100%;
  }
  #doctors .box {
      height: auto;
  }
  .display-block-sm {
      display: block !important;
      margin-top: 10px;
  }
}

.pickadate-centered-heading{
  padding-top: 0px !important;
      width: 100%;
          text-align: center;
          margin: 0;
          border-bottom: 1px solid #d3d3d3;
          font-size: 18px;
          padding: 10px;
          color: #7D7D7D;
          font-weight: 400;
}

.timeslots .timeslot{
width: auto;
text-align: center;
border: 1px solid #F499C2;
border-radius: 2px;
padding: 5px;
cursor: pointer;
margin: 0px 10px 10px 0px;
}
.pickadate-cell {
padding: 0;
list-style: none;
margin: 0;
}
.pickadate-cell>li {
  width: 13%;
  display: inline-block;
  text-align: center;
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 1.2;
  }
.pickadate-cell  span{
      font-size: 15px;
      color: #F499C2 !important;
  }
  .pickadate-cell  label{
          margin-top:10px;
          background-color: #F499C2 !important;
          border-radius: 50%;
          color: #fff;
          width: 35px;
          height: 35px;
          line-height: 1.8;
      }
      .available-hospital{
          /*margin-top:20px;*/
      }
      .timeslots{
          /* margin-top:20px; */
      }

      .timeslots .timeslot{
          min-width: 97px;
              width: auto;
          text-align: center;
          border: 1px solid #F499C2;
          border-radius: 2px;
          padding: 5px;
          cursor: pointer;
          margin: 0px 10px 10px 0px;
      }

      .highlight{
          background: #F499C2;
          color: #fff;
      }
      .mbsc-ios.mbsc-form {
background: #ffffff;
color: #000;
}
.mbsc-ios .mbsc-cal-year, .mbsc-ios .mbsc-cal-month {
font-size: 1.125em;
line-height: 2.222223em;
color: #7D7D7D;
}
.mbsc-ios .mbsc-cal-days>div {
font-size: .75em;
color: #7D7D7D;
}
.mbsc-ios .mbsc-cal-day-date {

}

.highlight{
background: #F499C2;
color: #fff;
}
.back-btn{
border: 1px solid lightgray;
}
.caption-subject{
color: #d41b15;
}
.subtitle{
margin: 5px 0 0 60px;
}
#doctors .box .image{
top: calc(50% - 37px);
}
@media screen and (max-width: 480px){
li.active span {
  width: 25px !important;
height: 25px !important;
font-size: 12px !important;
}
.timeslots .timeslot{
  font-size:12px;
  min-width: 75px;
}
#doctors .box .image{
  top: 10px;
}

.time_slot_wrapper .portlet.light{
  padding:10px 0px !important;


}
ul..time_slot_day_name{
  margin-bottom: 0px !important;
 
}
.time_slot_day_name li,.time_slot_days li{
  padding: 10px !important;
  text-align: center;
}
}
.time_slot_days,.time_slot_day_name{
display: inline-flex;  list-style: none; width: 100%; padding-left:0px;cursor: pointer;
border-bottom: 1px solid #eef1f5;


}
.time_slot_days{
color: #F499C2;
}

.time_slot_days p{
margin-bottom: 5px;
}
.time_slot_days li span{
display: block;
text-align: center;

}
.requestAcallbackdiv{
  background: #ff070038 !important;color:#000
}
li.active span {
display: block;
background: #F499C2;
color: #fff;
text-align: center;
height: 30px;
line-height: 2;
width: 30px;
border-radius: 50%;
font-size: 14px;
}
.portlet.light.bordered {
border: none !important;
}
.portlet {
box-shadow:  none !important;
}
.time_slot_days li {
padding: 10px 20px; width:14.285715%;
}
.time_slot_days li.disabled ,.disabled_arrow{
color: currentColor;
pointer-events: none;
cursor: disabled !important;
opacity: 0.5;
text-decoration: none;
}
/* Dashboard Tabs */
.appointment-history{
margin-top: 2%;
}
nav > .nav.nav-tabs{
border: none;
color:#fff;
background:#4aa035;
border-radius:0;
padding: 0px;
}
nav > ul li.nav-item.nav-link{
border: none;
padding: 10px 25px;
color:#fff;
background:#4aa035;
border-radius:0;
font-size: 18px;
}
nav > ul li.nav-item.nav-link.active
{
border: none;
padding: 10px 25px;
color:#fff;
background:#F499C2;
border-radius:0;
}

.table.appointment-table thead tr th {
background: #F499C2;
color: white;
font-weight: 400;
font-size: 14px;
}

.tab-content{
background: #fdfdfd;
line-height: 25px;
border: 1px solid #ddd;
border-top:5px solid #499FD8;
border-bottom:5px solid #499FD8;
padding:30px 25px !important;
}

.nav-tabs .nav-item.nav-link{
margin-bottom: 0px;
}
.nav-tabs{
margin-bottom: 0px;
}
.nav-tabs>li{
width: 33.33%;
}
.nav-tabs .nav-item.nav-link{
border-right: 2px solid #499FD8;
}
.nav-tabs .nav-item.nav-link:last-child{
border-right: 0px;
}
.nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
background: inherit;
color: #fff;
border: none;
font-size: 18px;
}
.nav-tabs>li.active>a{
text-decoration: underline;
}
.nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover{
background: inherit;
color: #fff;
border: none;
cursor: pointer;
}
nav > ul li.nav-item.nav-link.active a:after
{
content: "";
position: relative;
bottom: -65px;
left: -20%;
border: 15px solid transparent;
border-top-color: #499FD8 ;
}
.enabled img{
cursor: pointer;
}
.disabled img {
filter: gray !important; /* IE6-9 */
-webkit-filter: grayscale(1) !important; /* Google Chrome, Safari 6+ & Opera 15+ */
filter: grayscale(1) !important; /* Microsoft Edge and Firefox 35+ */
cursor: no-drop;
}

@media only screen and (max-width: 480px) {
nav > ul li.nav-item.nav-link.active a:after {
  display: none;
}
.tab-content{
  padding: 30px 0px !important;
}
}

.payment{
    background-color: #e6e6e6;
    border-radius: 8px!important;
    -webkit-box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
}
.navbar{
	min-height: 65px!important;
}
.page-content {
    /*border-top: 2px solid #239cc6;*/
    margin-top: 10px !important;
    min-height: 450px!important;
}
.breadcrumbs {
    margin-bottom: 10px!important;
}
td.action{
	padding: 2px 5px!important;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.dropdown-menu-v2{
    background-color: #339cc7;
    margin-top: 18px;
    padding: 3px;
    min-width: 0px !important;
    font-size: 11px;
}
.dropdown-menu-v2:before{
    border-color: transparent transparent #339cc7;
}
.dropdown-menu-v2>li>a{
    color: white;
}
.dropdown-menu-v2>li>a:focus, .dropdown-menu-v2>li>a:hover{
    background: #339cc7;
    color: #cccccc;
}

/* opd form*/
.opd-form{
    height: auto;
    width: 75%;
    margin: auto;
    -webkit-box-shadow: 1px 2px 15px -2px #807D7D;
    box-shadow: 1px 2px 15px -2px #807D7D;
}
.opd-header{
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.opd-header h2{
    margin: 5px 0;
}
.opd-header h3{
    margin: 10px 0;
}
.text-red{
    color: #E74C3C;
}
.text-bold{
    font-weight: bold;
}
.opd-type .radio-inline{
    font-size: 16px;
    font-weight: bold;
}
.opd-type{
    margin-top:15px;
}


header
{
  font-family: 'Lobster', cursive;
  text-align: center;
  font-size: 25px;  
}

#info
{
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}

a{
  color: #074E8C;
}

.scrollbar
{
  /*margin-left: 30px;*/
  float: left;
  height: 500px;
  /*width: 65px;*/
  /*background: #F5F5F5;*/
  overflow-y: scroll;
  /*margin-bottom: 25px;*/
}

.force-overflow
{
  min-height: 450px;
}

#wrapper
{
  text-align: center;
  width: 500px;
  margin: auto;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
  background-color: #000000;
}


/*--- payment ---*/
/* Tickets */
.main-content td{
    font-size: 15px;
}
.main-content .card-rate i{
    font-size: 4em;
}
.paybtn{font-size: 11px;}
.main-content .bill-body table{
    margin-bottom: 0px;
}
.head-title{
    float: left;
    margin-right: 3%;
    display: grid;
}
.head-right,.mpay{
    display: none;
    font-size: 11px !important;
}
.mtable{
    margin: 0px;
}
.mtable tr td{
    padding: 1px 5px !important;
}
.mtable .btn-sm{
    font-size: 8px;
}

/* payment method*/
.paymentDetails{
    background: #f5f7fd;
}
.payselect{
    padding-top: 2%;
}
.phead{
    background: #F499C2 !important;
    color: #fff !important;
    font-size: 16px;
}
.payselect .table>thead>tr>th, .payselect .total{
    background-color: #ddd;
    font-size: 14px;
    font-weight: bold;
}
.paybody form{
    display: inline-block;
}
.pay-image{
    box-shadow: 1px 2px 10px -2px #807D7D;
    margin: 0 20px 5px 0;
    display: inline-block;
    height: 70px;
    padding: 10px;

}
.paybody img {
  width: auto!important;
  max-height: 50px;
}
.buy-info{
    background: #ddd;
    font-size: 11px;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.btn-custom{
    background-color: #499FD8;
    color: #fff;
}
.btn-custom:hover{
    background-color: #F499C2;
    color: #fff;
    border-color: #F499C2;
}
.btn-red{
    background-color: #F499C2;
    color: #fff;
}
.btn-red:hover{
    color: #fff;
}
.btn-theme{
  background: -webkit-linear-gradient(0deg,#F499C2 0%,#499FD8 100%);
  background: -ms-linear-gradient(0deg,#F499C2 0%,#499FD8 100%);
  color: #fff;
}
.btn-theme:hover{
  color: #fff;
}
.btn-green{
    background-color: #5cb85c;
    color: #fff;
}
.btn-green:hover{
    background-color: #029b3c;
    color: #fff;
    border-color: #029b3c;
}
.btn-darkgreen{
    background-color: #029b3c;
    color: #fff;
}
.btn-darkgreen:hover{
  color: #fff;
}
.btn-darkred{
  background-color: #F499C2;
  color: #fff;
}
.btn-darkred:hover{
  color: #fff;
}
.pright{padding: 0px 5px 0px 0px;}
.pleft{padding: 0px 0px 0px 5px;}

.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #5cb85c;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #4cae4c;
    border-radius: 4px;
    margin: 5px;
    color: #fff;
}

.radio-toolbar label:hover {
  background-color: #029b3c;
}

.radio-toolbar label input[type="radio"]:focus {
    border: 2px dashed #029b3c;
}

.radio-toolbar label input[type="radio"]:checked {
    background-color: #029b3c;
    border-color: #029b3c;
}



/*wizard css*/
    .kt-wizard-v3__nav-item{
        flex: 0 0 25%;
    }

    a:hover{
        text-decoration: none;
    }

    .kt-wizard-v3__nav-body{
        flex-direction: column;
        color: #959cb6;
        padding: 0rem 0.5rem 2rem 0.5rem;
    }

    .kt-wizard-v3__nav-label{
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .kt-wizard-v3__nav-bar:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 0;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .kt-wizard-v3__nav-bar{
        height: 4px;
        width: 100%;
        background-color: #dee1eb;
        position: relative;
    }

    .kt-wizard-v3__wrapper{
            display: flex;
    -webkit-box-pack: center;
    justify-content: center;


    }
    .kt-wizard-v3_wrapper-body{
         padding: 2rem 0.5rem;
         width: 90%;
    }
    .wizard__button{
        margin-top: 1rem;
        float: right;
    }
    /*after active*/
    .kt-wizard-v3__nav-item.active >.kt-wizard-v3__nav-body > .kt-wizard-v3__nav-bar:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: #5d78ff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .kt-wizard-v3__nav-item.active >.kt-wizard-v3__nav-body > .kt-wizard-v3__nav-label{
        color:#5d78ff;
    }

    /*end after active*/
    .get-started .jumbotron{
        padding-top: 20px;
    padding-bottom: 20px;
    }

    .get-started .jumbotron h4, a{
        font-weight: 400;
        text-align: center;
          /*color:#5d78ff;*/
    }
    .get-started .jumbotron  a{
    font-size:13px;
    display: block;
    text-align: center;
    }

.kt-wizard-v3__nav-items{
        display: flex;
        padding:0 4rem;
        border-bottom: 1px solid #eee;
    }

    /*//end wizard css*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* padding: 20px 0; */
  background: #fff;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}
.header-scrolled.fixed-top {
  top:0px !important;

}

.fixed-top{
  /*top:40px !important;*/
}

.header-top{
  /*padding: 10px;*/
  /*background: rgba(0,123,255,.25);*/
  background: rgba(220, 53, 69, 0.48);
      z-index: 10000;
    /*position: sticky;*/
    /*top: calc(100vh - 40px);*/
}

.header-list {
  display: inline-flex;
  list-style: none;
}
ul.header-list {
  margin-bottom:0px !important;
  padding-left: 0px !important;
}
.header-list li{
  padding: 10px 1px;
      margin-bottom: -1px;
    margin-top: -3px;
}
.header-list a,.sign-in a{
  position: relative;
  padding: 10px;
  color: white;
  font-size: 13px;
  background: rgba(212, 127, 137, 0.96);
  /*background: rgba(0,123,255,.25);*/
}

li.header-list-li:hover a:before{
      visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

li.header-list-li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F499C2;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.main-nav ul {
  float: right;
  margin-right: 9px;
}

#header.header-scrolled, #header.header-pages {
  height: 70px;
  padding: 0;
}

#header .logo{
  /*width: 13%;*/
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}



#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 60px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
   width: 100%;
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  /*padding-top: 5px;*/
  list-style: none;

}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 10px ;
  float: left;
  height: 100%;
}

.main-nav a {
  display: block;
  position: relative;
  /*color: #F499C2;*/
   color: #444;
 /*height: 100%;*/
      padding:29px 8px 15px 8px;
  transition: 0.3s;
  font-size: 14px;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}

.main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.main-nav ul a.login{
    color: #007bff;
 
}

.main-nav a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F499C2;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.main-nav li:hover a::before {
   visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.main-nav .active > a::before{
   content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F499C2;
    visibility: visible;
    transform: scaleX(1);

}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #F499C2;
  text-decoration: none;
}



.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;

  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 10px;
  font-size: 13px;
  color: #004289;
}


.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  /*margin-right: 20px;*/
    margin-top: 5px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.float-left {
    float: left;
}

/* Services Section
--------------------------------*/
input[type="search"]:focus{
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5) !important;

}

 .card {
        /*margin-top: 20px;*/
        position: relative;
        display: flex;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
    }
        
    .card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
    }


.box {
  cursor: pointer;
  height: 80px;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  /*border-radius: 10px;*/
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
.box:hover {
  /* transform: translateY(-5px); */
}

 .box .image{
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: absolute;
    left: 10px;
    top: calc(50% - 27px);

}
 .box .image img{

  height: 100%;
  width: 100%;
      border-radius: 50%!important;
}
 .box .icon {
  position: absolute;
  /*left: -10px;*/
  top: calc(50% - 30px);
}
.box .icon i {
  font-size: 55px;
  line-height: 1;
  transition: 0.5s;
}

.box .title {
  margin-left: 80px;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 15px;
}

.box .title a {
  color: #111;
  padding-bottom:10px;
}

.box .box:hover .title a {
  color: #007bff;
}
.icon-left{
      float: right;
    position: absolute;
    right: 10px;
    top: 41px;
    font-size: 15px;
}

.box .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}



.box.box-info{
  height: 20px;
  /* padding:10px 10px 30px 20px !important; */
  background: #F499C2 !important;
}
 .box.box-info:hover {
  transform: none !important;
}
.box.box-info>.box-body{
  line-height: 1;
      /*padding: 15px 10px 30px 20px;*/
}
.box.box-info>.box-body span{
  color:white;
  text-transform: capitalize;
  font-size: 20px;
}
#departments >.group{
  transform: translate( 39%, 50px);
}
#departments {
  padding: 0px 0 5px 0;
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#departments .box {
  cursor: pointer;
  height: 80px;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  /*border-radius: 10px;*/
  margin: 0 0 5px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid #b9b7b7;
}

#departments .box:hover {
  transform: translateY(-5px);
}

#departments .icon {
  position: absolute;
  /*left: -10px;*/
  top: calc(50% - 25px);
}

#departments .icon i {
  font-size: 55px;
  line-height: 1;
  transition: 0.5s;
}

#departments .title {
  margin: 1px 5px 5px 70px;
  font-weight: 400;
  /* margin-bottom: 15px; */
  font-size: 15px;
  color: #7D7D7D;
}

#departments .title a {
  color: #7D7D7D;
  padding-bottom:10px;
}

#departments .box:hover .title a {
  color: #007bff;
}
.icon-left{
      float: right;
    position: absolute;
    right: 10px;
    top: 41px;
    font-size: 15px;
}

#departments .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}


/*departments css end */

/*//doctors css*/
#doctors >.group{
  transform: translate( 39%, 50px);
}
#doctors {
  padding: 0px 0 40px 0;
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#doctors .box {
  height: 100px;
  padding: 10px 10px 10px 20px;
  position: relative;
  overflow: hidden;
  /*border-radius: 10px;*/
  margin: 0 0 5px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid #b9b7b7;
}

#doctors .box:hover {
  transform: translateY(-5px);
}

#doctors .box .image{
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: absolute;
    left: 10px;
    top: calc(50% - 27px);

}
#doctors .box .image img{

  height: 100%;
  width: 100%;
      border-radius: 50%!important;
}

#doctors .title {
  margin: 5px 20px 10px 60px;
  /* margin-left: 60px;
  margin-right: 20px; */
  font-weight: 500;
  /* margin-bottom: 15px; */
  font-size: 13px;
  color: #666;
}
.icon-left{
      float: right;
    position: absolute;
    right: 10px;
    top: 33px;
    font-size: 15px;
    color: #F499C2;
}
.icon-back{
  margin-right: 1%;
}
.icon-back i{
  font-size: 16px;
}

#doctors .title a {
  color: #555;
  font-weight: 600;
}

#doctors .box:hover .title a {
  color: #007bff;
}

#doctors .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

.img-icon{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
/*//doctors css end*/


/*service*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #F499C2;
  padding: 25px 0;
  color: #eee;
  font-size: 14px;
  position: ;bottom: 0; width: 100%;
}
.copyright-left a{
  color: #fff;
  text-decoration: none;
  padding: 0px 10px;
  border-right: 1px solid #fff
}
.copyright-left a:last-child{
  border: none;
}
.copyright-bottom{text-align: right; color: #fff;}
.copyright-hr{
  width: 100%;
  margin: 10px auto;
}
.copyright img{
  width: 100px;
  height: auto;
}
.copyright-left{
  text-align: center;
}
.copyright-right{
  position: absolute;
  right: 0;
  top: -4px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  /*background: #F499C2;*/
  background: -webkit-linear-gradient(0deg,#F499C2 0%,#F499C2 100%);
  color: #F499C2;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* wizard form */
.startpanel .control-label{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.startpanel .form-control{
  font-family: "Montserrat", sans-serif;
}
/* payment tab */
.wiz-title{
        color: #F499C2 ;
        font-size: 26px;
        font-weight: bold;
    }
    .pl-0{
        padding-left: 0px;
    }
    .pr-0{
        padding-right: 0px;
    }
    .billhead{
        background: #F499C2 !important;
        color: #fff !important;
        font-size: 14px;
        border: none;
    }
    .billhead strong{
        font-size: 22px;
    }
    .wiz-subtitle{
        color: #e1a70f;
        font-weight: bold;
    }
    .billpanel{
        border: 0px;
        box-shadow: none;
    }
    .billbody{
        border: 1px solid #ddd;
        background: #f4f4f4;
    }
    .billbody span{
        color: #666;
    }
    .billbody p{
        margin: 5px 0px 20px 0px;
        font-size: 16px;
        font-weight: bold;
        color: #666;
    }
@media (min-width: 1200px){
.header-container {
    width: 1340px;
    padding: 0 4vw;
}
.container{
    width: 1400px;
    padding: 0 4vw;
}
}

@media screen and (max-width: 1024px) {
    .kt-wizard-v3__nav-items{
        display: initial !important;
    }
    .main-nav a{
        font-size: 12px;
        padding: 29px 13px 15px 13px;
    }
}

@media (max-width: 991px) {
  .copyright img{
    width: 100px;
  }

    .kt-wizard-v3_wrapper-body{
        width: 100%;
    }
    
   .form-group .age-col{
        padding-right: 15px !important;
        margin-bottom: 10px !important;
    }
    .appointment-label,.age-label{
        padding-left: 15px !important;
    padding-right: 15px !important;

    }
    .col-small-screen{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom:20px;
    }
    /*wizard */
    .kt-wizard-v3__nav-items{
        display: initial !important;
    /*wizard end */
    }
}

@media screen and (min-width: 768px){
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
}

@media screen and (max-width: 768px){
    .main-nav a{
        padding: 30px 2px;
        font-size: 10px;
    }
}
.subtitle {
  margin-left: 60px;
 }
 .avaialable-days{
  margin-top: 10px;margin-left: 62px;

 }
@media screen and (max-width: 480px){
  .request-btn {
    font-size: 11px !important;
  }
  .avaialable-days{
    margin-top: 10px;
    margin-left: 0px;
  
   }
   #doctors .box {
    /*height: 151px !important;*/
   }
  .subtitle, .profile-div{
    margin-left: 62px;
   }
  .page-content{
    /* margin-top:100px !important; */
  }
  .page-content {
    padding: 0px;
}
    .d-none{
    display: none !important;
  }
      /*wizard */
    .kt-wizard-v3__nav-items{
        display: initial !important;
    /*wizard end */
    }
    .opd-form{width:100%;}
    .opd-header h2{
        font-size: 18px;
    }
    .opd-header h3{
        font-size: 16px;
    }
    .opd-type{
        text-align: left;
    }
    .main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
  }

  .main-nav ul a.login{
    color: #007bff;
 
  }
  #header .logo {
      width: 90% !important;
  }
  #header .logo h2{
    margin-top: 17px !important;
  }
  .copyright-left{
    padding: 0;
  }
  .copyright-left a{
    border-right: 0px;
  }
  .copyright-right{
    position: relative;
    text-align: center;
  }
  .copyright img {
    /*width: 100%;*/
    }
  .startpanel{
    width:90% !important;
  }
  #header{
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .wrapper {
  margin-top: 81px;
  }
  .search-group{
      margin: 0px !important;
    }

  #doctors .title {
    font-size: 13px;
  }
  .box.box-info>.box-body span{
    font-size: 16px;
  }
  .icon-back i{
    font-size: 14px;
  }
  .pleft, .pright{
    padding: 0px;
  }
  .img-icon {
    height: 48px;
    width: 48px;
  }
  #doctors .box .image img{
    height: 90%;
    width: 90%;
  }
  .profile-btn, .back-btn {
    float: none !important;
    position: relative;
    margin-top: 0px !important;
    top: 0px;
  }
  .billhead strong{
    display: block;
  }
  .billbody{padding: 0px;}
  .pay-image{
    height: auto;
  }
  .paybody img {
    width: 100% !important;
    max-height: none;
    height: auto !important;
    padding: 8px;
  }
  #header .logo img {
    max-width: 250px;
  }
}
/*@media (max-width: 768px){
.purchase-button {
margin: 30px 16% 7px 0%;
display: inline-flex;
}
}

@media(min-width:778px){
.purchase-button {
margin: 30px 16% 7px 10%;
display: inline-flex;
}

}*/
@media (max-width: 768px){
.purchase-button {
margin: 30px 16% 7px 0% !important;
display: inline-flex;
}
}

@media(min-width:778px){
.purchase-button {
margin: 30px 16% 7px 10% ;
display: inline-flex;
}
 
}

.purchase-button button {
margin-right: 10px;
}

@media(max-width: 480px){
  .btn-dashboard{
    margin: 20% 0% 0% 0%;
  }
}
