/* Contact US SHN */
#booking {
  display: none;
}

#contactus {
  display: block;
}

#emaildiv {
  display: block;
}

.bookingarrow {
  width: 12px;
  height: 16px;
  margin-left: 5px;
  size: inherit;
  opacity: 1;
}


/* The Modal Booking*/
.modalBooking {

  display: none;
  position: absolute;
  z-index: 1000;
  padding-top: 55px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-booking {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 63%;
  height: auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  margin: auto;

}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem;
  padding-top: 0px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  font: normal normal 772 30px/42px Nunito;
  line-height: 1.5;
  margin-top: 12px;
}

.modal-body-booking {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.close {
  color: #000;
  float: right;
  font-size: 22px;
  font-weight: bold;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header .close {
  padding: 0rem;
  margin: 5px;
  border: 2px solid #000000;
  border-radius: 36px;
  height: 19px;
  width: 19px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  opacity: 1;
}


/* Popup booking */
.bookappointpopup .modal-header {
  display: block;
}

.position-relative {
  position: relative !important;
}

.border-0 {
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-center .booklabel {
  margin: 0rem 0;
  font: normal normal normal 17px/16px Nunito;
  line-height: 1.5;
}

span.popup_logo img {
  height: 100px;
}

span.popup_logo {
  position: absolute;
  left: 20px;
  top: 0;
}


.booking-border {
  border: 1px solid #CCC;
  padding: 20px 15px 21px;
  background: #F8F8FC 0% 0% no-repeat padding-box;
}

.booking-border h4 {
  margin-bottom: 17px;
  font: normal normal bold 17px/16px Nunito;
}

.booking-border h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 41px;
  font-weight: bolder;
  text-align: center;
  margin-top: -23px;
}

.booking-border h2 {
  text-align: center;
  font: normal normal 600 19px/32px Nunito;
  letter-spacing: 0px;
  color: #206AED;
  text-transform: capitalize;
  opacity: 1;
}

.booking-border .btnBack {
  border: 1px solid #206aed;
  color: #206aed;
  border-radius: 7px;
  padding: 10px 32px;
  text-align: center;
  display: inline-block;
  font-size: .9rem;
  min-width: 143px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.booking-border .datepik {
  font: normal normal normal 13px/24px Nunito;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 65px;
}

.booking-border .dep {
  font: normal normal normal 13px/24px Nunito;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 40px;
}

.booking-border .firstname {
  font: normal normal normal 13px/24px Nunito;
  letter-spacing: 0px;
  color: #777777;
  opacity: 1;
  /*margin-left: 67px;*/
}

.booking-border .middlename {
  font: normal normal normal 13px/24px Nunito;
  letter-spacing: 0px;
  color: #777777;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 198px;
}

.booking-border .lastname {
  font: normal normal normal 13px/24px Nunito;
  letter-spacing: 0px;
  color: #777777;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 185px;
}

.booking-border .mobile {
  font: normal normal normal 13px/24px Nunito;
  letter-spacing: 0px;
  color: #777777;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 231px;
}

.booking-border .lb1 {
  font: normal normal normal 16px/24px Nunito;
  letter-spacing: 0px;
  color: #777777;
  opacity: 1;
  margin-left: 196px;
}


.booking-border .divemail {
  margin-top: -9px;
}

.bookin-gpicker {
  margin-bottom: 0.5em;
}

.bookin-gpicker .textarea {
  height: 110px;
  border-radius: 5px;
  border: solid 1px #CCC;
  /*margin-left: 65px;*/
  width: 100%;
  font: normal normal normal 12px/22px Nunito;
  color: #777777;
}

.booking-border .txtlabel {
  /*margin-left: 67px;*/
  font: normal normal 600 11px/22px Nunito;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

/* dateinput */
.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.sd-container {
  position: relative;
  float: left;
  padding-right: 2px;
  /*margin-left: 58px;*/
}

.sd {
  padding: 9px;
  color: #206aed;
  height: 38px;
  width: 200px;
  border: solid 1px #CCC;
  border-radius: 5px;
  font: normal normal 600 14px/27px Nunito;
}

.open-button {
  position: absolute;
  top: 40px;
  right: 10px;
  color: #BABABA;
  pointer-events: none;
}

.open-button button {
  border: none;
  background: transparent;
}

input[type="selected"] {
  padding: 9px;
  border-radius: 5px;
  border: solid 1px #CCC;
  width: 165px;
  margin-left: 42px;
}

input[type="selected"].padding-dep {
  padding-right: 2px;
  margin-left: 35px;
}


input[type="text"] {
  padding: 9px;
  border-radius: 5px;
  border: solid 1px #CCC;
  width: 200px;

}

input[type="text"].padding-txt {
  padding-right: 2px;
  margin-left: 65px;
}

/* timepickerrow */
.calendar_time_picker_row {
  justify-content: space-between;
  /*width: 790px;*/
  margin-left: 29px;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;

}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.zoom__modal_calendar-col {
  width: 100%;
}

.zoom__modal_calendar--title p {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.dateandtimepicker p {
  color: #000;
}

.zoom__modal_calendar--timeselection {
  height: 100%;
}

.zoom__modal_calendar--timeselection-wrapper {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  width: 100%;
  height: 100%;
  padding: 33px 0 35px;
  max-height: 291px;
  position: relative;
}

/* a.arrow-up-pos {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
} */

.zoom__modal_calendar--timeselection-wrapper a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.zoom__modal_calendar--timeselection-wrapper a img {
  width: 10px;
  vertical-align: middle;
  border-style: none;
}

.bookappointpopup img {
  width: 93px;
}

*,
::after,
::before {
  box-sizing: border-box
}

.zoom__modal_calendar--timeselection-wrapper a.arrow-up-pos {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.zoom__modal_calendar--timeselection-wrapper a.arrow-down-pos {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.zoom__modal_calendar--timeselection-inner {
  position: relative;
  margin-right: 3px;
  padding: 2px 19px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  max-height: 240px;
}

.zoom__modal_calendar--timeselection-inner::-webkit-scrollbar {
  display: none;
}

.zoom__modal_calendar--timeselection-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zoom__modal_calendar--timeselection-inner ul li:first-child {
  margin: 0;
}

.zoom__modal_calendar--timeselection-inner ul li {
  margin: 18px 0;
  font-size: 13px;
  width: 95px;
  line-height: 30px;
  cursor: pointer;
  padding: 4px;
  text-align: center;
  border: 1px solid #70707066;
  border-radius: 23px;
  background-color: #fff;
}


.zoom__modal_calendar--timeselection-inner ul li a {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
}

.booking-border .bspan {
  font: normal normal normal 13px/15px Nunito;
  color: #777777;
}

.booking-border .bcolor {
  color: blue;
}

.hrline {
  border-left: 1px solid #CCC;
  height: 23px;
  margin-top: -23px;
  margin-left: 160px;
}

.hrlineBig {
  border-left: 1px solid #CCC;
  height: 165px;
  margin-top: 53px;
  margin-left: 10px;
}

.hrlineEmail {
  border-left: 1px solid #CCC;
  height: 165px;
  margin-top: 53px;
  margin-left: 115px;
}

.zoom__modal_calendar--timeselection-inner ul li.button-categories {
  border: 1px solid #70707066;
  background-color: #fff;
  color: #777777;
}

.zoom__modal_calendar--timeselection-inner ul li.button-categories.active {
  color: #fff;
  border: 1px solid #206aed;
  background-color: #206aed;

}

/* ddlDepartment */
.dropdown {
  position: relative;
  width: 200px;
  /*margin-left: 58px;*/
}

.dropdown .dropdown-list {
  padding: 10px 9px;
  background: #fff;
  position: absolute;

  top: 38px;
  left: 0;
  right: 0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}

.dropdown .checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}

.dropdown .dropdown-label {
  display: block;
  height: calc(2.25rem + 2px);
  font: normal normal 600 14px/27px Nunito;
  line-height: 37px;
  background: #fff;
  border: 1px solid #CCC;
  cursor: pointer;
  border-radius: 0.25rem;
  position: relative;
  padding-left: 10px;
  color: #206aed;

}

.dropdown .dropdown-label:before {
  content: "▼";
  position: absolute;
  right: 5px;
  top: 50%;
  color: #BABABA;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
}

.dropdown.open .dropdown-list {
  display: block;
}

.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}

.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 20px;
}

.checkbox:last-child {
  margin-bottom: 0;
}

.checkbox .checkbox-custom {
  display: none;
}

.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox .checkbox-custom+.checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}

.checkbox .checkbox-custom:checked+.checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  height: 9px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: black;
}

.contacthr {
  width: 1250px;
  margin-top: -8px;
}

#contactusfont {
  font: normal normal normal 15px/15px Nunito;
}

#nav-contact .contactus.active span {


  width: 10px;
  height: 15px;
  padding-left: 10px;
  float: right;
  background: url("../images/icon/viber.svg") no-repeat !important;
  border: 0px;
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);

}

#nav-contact .contactvideo.active span {

  width: 10px;
  height: 15px;
  padding-left: 10px;
  float: right;
  background: url("../images/icon/viber.svg") no-repeat !important;
  border: 0px;
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);

}

.contactusfont2 {
  font: normal normal normal 15px/15px Nunito;
  letter-spacing: 0px;
  color: #777777;
}

.contactusfont1 {
  font-size: 15px;
}

.contactusfont3 {
  font: normal normal normal 13px/15px Nunito;
  letter-spacing: 0px;
  color: #777777;
}

.emaildiv {
  margin-left: 68px;
  padding-top: 14px;
}

.contactarrow1 {
  margin-left: 210px;
}

.contactarrow2 {
  margin-left: 222px;
}

.contactarrow3 {
  margin-left: 247px;
}

.contactarrow4 {
  margin-left: 209px;
}

.contactus1 {
  margin-left: 81px;
  padding-top: 14px;
}

.contactusEmail {
  text-decoration: underline;
  color: #206aed;
  font-size: 15px;
}

.booking {
  margin-left: 72px;
  padding-top: 14px;
}

.bookingImg {
  margin-bottom: -29px;
  margin-left: 119px;
  width: 25px;
}

.bookingInfo {
  margin-left: 40px;
  padding-bottom: 3px;
  padding-top: 16px;
}

.bookingfont {
  font: normal normal normal 13px/24px Nunito;
  color: #777777;
}

.appointment {
  margin-left: 36px;
}

.appointmentInfo {
  margin-left: 50px;
  padding-top: 25px;
}

.bookingImgPos {
  margin-left: 564px;
  margin-bottom: -26px;
}

.backHomeLink {
  margin-left: 427px;
  margin-top: -19px;
}

.bookingImgSize {
  height: 213px;
}

.contact-select {
  margin-top: 15px;
  padding-left: 50px;
}

.contactheadline3 {
  font: normal normal normal 13px/24px Nunito;
  color: #777777;
}

.contactus-span {
  text-align: left;
  font: normal normal normal 16px/32px Nunito;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  line-height: 20px;
}

@media only screen and (max-width:767px) {}