#bx-admin-prefix, .bx-core-popup-menu, .bx-component-opener {
	z-index: 1034 !important;
}
.bx-core-dialog-overlay {
	z-index: 1003 !important;
}

#bx-panel.bx-panel-fixed {
	z-index: 1002 !important;
}

.popupmenu table td {
	padding:0;
}

.bxfd-window-cont table td img {
	max-width: none;
	vertical-align: baseline;
}
.doctor-menu ul .active {
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}

#scroll {
  z-index: 2;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #00BED6;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
#scroll:hover {
  background-color: #D64168;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.modal-form1{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.445);
  z-index: 1002;
}

.modal-form1-block{
  padding: 20px;
  background: white;
  border: 1px solid #00BED6;
  width: 470px;
  margin: 0 5px;
}

.modal-form1-title{
  display: flex;
  flex-flow: column;
  align-items: center;
}

.modal-form1-title h3{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.modal-form1-block input:not([type="checkbox"]),
.modal-form1-block textarea{
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #00BED6;
}

.modal-form1-block input[type="checkbox"]{
  width: 15px;
  height: 15px;
}

.modal-form1-block input[type="checkbox"]~.mb10{
  display: inline;
}

.modal-form1-block input[type="submit"]{
  background: #00BED6;
  color: white;
}

.form1-button__close{
  align-self: flex-end;
  border: none;
  background: transparent;
  width: 23px;
  height: 23px;
  padding: 0;
}

.form1-button__close span,
.form1-button__close span::after{
  width: 23px;
  height: 3px;
  border-radius: 5px;
  display: block;
  content: '';
  background: black;
  transform: rotate(45deg);
}

.form1-button__close span::after{
  transform: rotate(90deg);
}

.form1-button__close:focus,
.form1-button__open:focus,
.modal-form1-block input:focus,
.modal-form1-block textarea:focus{
  outline: 0;
}

.form1-button__open{
  display: block;
  margin-left: auto;
  background: #00BED6;
  color: white;
  border: none;
  padding: 9px;
  width: 150px;
}

.req{
  color: red;
}

.owl-controls{
  /*display: none;*/
  position: relative;
}

.owl-controls .owl-nav{
  position: absolute;
  bottom: 250px;
  width: 98%;
  margin: 10px;
}

.owl-controls .owl-nav .owl-prev{
  float: left;
  left: 10px;
}

.owl-controls .owl-nav .owl-next{
  float: right;
  right: 10px;
}
.chevron-left, .chevron-right{
  width: 40px;
  height: 40px;
  background-color: #00BED6;
  display: block;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
.chevron-left span, .chevron-right span{
  font-family: none;
  font-size: x-large;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.container.container-top-navigation.fix{
  position: fixed;
  width: 100%;
  top: 0;
}