@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
body {
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  background-color: #f4f9ff;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    padding: 0 0 6% 0;
}
.wrapper.login {
    flex-direction: row;
}
.wrapper.signup {
    flex-direction: row;
    margin-top: 5%;
}
.user-login-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 0;
}

li {
  font-size: 14px;
  vertical-align: top;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

header {
  padding: 16px 0;
  background-color: #ffffff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 24px 0 rgba(193, 193, 190, 0.4);
  box-shadow: 0 0 24px 0 rgba(193, 193, 190, 0.4);
  animation: smoothScroll 1s forwards;
}

.left_head {
  float: left;
  width: 30%;
}

.left_head figure {
  margin: 5px 0 0;
}

.right_head {
  float: right;
  width: 70%;
  text-align: right;
}

.primarybtn {
  font-family: 'Poppins', sans-serif;
  background-color: #1e2575;
  outline: 0;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: none;
  padding: 9px 25px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.primarybtn b {
  position: relative;
  z-index: 3;
  font-weight: normal;
  color: #fff;
}

.primarybtn::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #fc7a48;
  border-radius: 2px;
  overflow: hidden;
}

.primarybtn:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
a.link-button.btn.primarybtn {
  color: #ffffff;
  z-index: 1;
}
a.link-button.btn.primarybtn::after {
  z-index: -1;
}
.primarybtn.btn.focus,
.primarybtn.btn:focus {
  outline: 0;
  box-shadow: none;
}

.secondarybtn {
  font-family: 'Poppins', sans-serif;
  background-color: #fc7a48;
  outline: 0;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: none;
  padding: 9px 25px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.secondarybtn b {
  position: relative;
  z-index: 3;
  font-weight: normal;
  color: #fff;
}

.secondarybtn::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #1e2575;
  border-radius: 6px;
  overflow: hidden;
}

.secondarybtn:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.secondarybtn.btn.focus,
.primarybtn.btn:focus {
  outline: 0;
  box-shadow: none;
}

.banner_img {
  float: left;
  width: 55%;
  position: relative;
}

.banner_img figure {
  margin: 0;
}

.banner_img figure img {
  max-width: inherit;
  position: relative;
  left: -178px;
  top: -20px;
}

.bookinglist {
  text-align: center;
  margin-bottom: 50px;
}

.bookinglist h2 {
  font-size: 40px;
  color: #1f256f;
  margin: 0 0 15px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  display: inline-block;
  line-height: 42px;
}

.bookinglist li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.bookinglist li figure {
  position: relative;
  height: 99px;
  width: 99px;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(193, 193, 190, 0.4);
  box-shadow: 0 0 24px 0 rgba(193, 193, 190, 0.4);
}

.bookinglist li figure a {
  display: block;
  height: 100%;
  width: 100%;
}

.bookinglist li figure:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #1f256f;
  height: 100%;
  width: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.bookinglist li figure:hover:after {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bookinglist li figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.bookinglist li figure img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.bookinglist li figure:hover img {
  opacity: 0;
  visibility: hidden;
}

.bookinglist li figure:hover img.hover-image {
  opacity: 1;
  visibility: visible;
}

.banner {
  position: relative;
  background-color: #fff;
  padding: 15px 0 0;
}

.banner_content {
  float: right;
  width: 45%;
  padding: 25px 55px 0 0;
  position: relative;
  z-index: 1;
}

.banner_content h1 {
  font-size: 33px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.banner_content .designation {
  font-size: 18px;
  color: #585858;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.banner_content p {
  font-size: 18px;
  color: #585858;
  margin: 0 0 25px;
}

.banner_content .secondarybtn {
  padding: 16px 38px;
}

.consultation {
  border-radius: 10px;
  border: 1px solid #e7e5e8;
  padding: 14px 23px 24px 23px;
  position: relative;
  margin: 50px 0 30px;
}

.consultation h5 {
  font-size: 23px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  left: 15px;
  top: -15px;
}

.consultation span {
  font-size: 18px;
  color: #585858;
  display: block;
  margin: 0 0 20px;
}

.consult-carousel .item {
  text-align: center;
}

.time {
  border: 1px solid #1e2575;
  border-radius: 6px;
  padding: 12px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #1e2575;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  cursor: pointer;
}

.time:hover,
.time.current {
  border: 1px solid #fc7a48;
  background-color: #fc7a48;
  color: #fff;
}

.consult-carousel.owl-carousel {
  padding-right: 15px;
}

.consult-carousel .owl-prev.disabled {
  opacity: 0;
  visibility: hidden;
}

.consult-carousel .owl-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.consult-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
  top: 15px;
  background: url(../images/l-arw.svg) no-repeat center;
  width: 11px;
  height: 19px;
  background-size: 11px;
  outline: none;
}

.consult-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -5px;
  top: 15px;
  background: url(../images/r-arw.svg) no-repeat center;
  width: 11px;
  height: 19px;
  background-size: 11px;
  outline: none;
}

.consult-carousel .owl-next span,
.consult-carousel .owl-prev span {
  display: none;
}

.heading {
  text-align: center;
}

.heading h2 {
  font-size: 40px;
  color: #000000;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.special_section {
  padding: 112px 0 0;
  background-color: #fff;
}

.Special_list {
  padding: 60px 0 0;
}

.Special_list li {
  display: inline-block;
  width: 33.33%;
  padding: 0 15px 72px 0;
  vertical-align: top;
}

.specialbox strong {
  font-size: 23px;
  color: #000;
  margin: 0 0 13px;
  padding: 0 0 0 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-weight: normal;
  display: block;
  line-height: 28px;
}

.specialbox strong:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #fc7a48;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.specialbox strong:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 0;
  width: 6px;
  background-color: #000;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 1;
}

.specialbox:hover strong:before {
  height: 100%;
}

.specialbox p {
  font-size: 16px;
  margin: 0;
  color: #585858;
}

.getapp {
  background-image: url(../images/appbg.jpg);
  background-repeat: no-repeat;
  background-color: #f4f9ff;
  margin: auto;
  max-width: 1920px;
}

.aligncenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-items: center;
}

.appimg {
  float: left;
  width: 59%;
  text-align: center;
  padding: 7px 0 17px 60px;
}

.appimg figure {
  margin: 0;
}

.app_content {
  float: right;
  width: 41%;
}

.app_content h2 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 5px;
  color: #000;
}

.app_content p {
  font-size: 18px;
  margin: 0;
  color: #585858;
}

.applink {
  font-size: 0;
  margin: 40px 0 0;
}

.applink a {
  display: inline-block;
  margin: 0 25px 0 0;
  position: relative;
}

.applink a:last-child {
  margin: 0;
}

.applink a img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  top: 0;
}

.applink a:hover img {
  top: -5px;
  position: relative;
}

.applink a::after {
  content: "";
  width: 60px;
  height: 17px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;

  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.1) 28%,
    rgba(0, 0, 0, 0.1) 54%,
    rgba(0, 0, 0, 0) 71%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0) 81%
  );

  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.1) 28%,
    rgba(0, 0, 0, 0.1) 54%,
    rgba(0, 0, 0, 0) 71%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0) 81%
  );

  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.1) 28%,
    rgba(0, 0, 0, 0.1) 54%,
    rgba(0, 0, 0, 0) 71%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0) 81%
  );

  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all.6s ease-in-out;
}

.applink a:hover:after {
  opacity: 1;
}

footer {
  position: absolute;
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  bottom: 0;
}

.copyright {
  text-align: center;
  margin: 0;
  color: #585858;
  font-size: 15px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*login page css*/

header.before-login {
  background-color: #f4f9ff;
}

.styled-selectors {
  position: relative;
}

.styled-selectors input[type="checkbox"]:not(old),
.styled-selectors input[type="radio"]:not(old):not(.style_none_checkbox) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  cursor: pointer;
}

.styled-selectors input[type="checkbox"]:not(old) + label,
.styled-selectors input[type="radio"]:not(old) + label {
  display: inline-block;
  padding: 5px 0 5px 40px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
}

.styled-selectors input[type="checkbox"]:not(old) + label {
  background: url(../images/uncheck.png) no-repeat;
  background-position: 0px 1px;
}

.styled-selectors input[type="checkbox"]:checked + label {
  background: url(../images/check.png) no-repeat;
  background-position: 0px 1px;
}

.styled-selectors input[type="radio"]:not(old) + label {
  background: url(../images/radio-uncheck.png) no-repeat;
  background-position: 0px 1px;
}

.styled-selectors input[type="radio"]:checked + label {
  background: url(../images/radio-checked.png) no-repeat;
  background-position: 0px 1px;
}

.before-login .left_head {
  float: none;
  width: 100%;
  text-align: center;
}

.formsection {
  background-color: #fff;
  border-radius: 4px;
  margin: 10px auto 20px;
  text-align: center;
  max-width: 540px;
  padding: 40px 70px;
  -webkit-box-shadow: 0 0 16px 0 rgba(193, 193, 190, 0.4);
  box-shadow: 0 0 16px 0 rgba(193, 193, 190, 0.4);
}

.form_head {
  margin: 0 0 30px;
}

.form_head h3 {
  font-size: 27px;
  color: #000;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.form_head p {
  font-size: 18px;
  color: #585858;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.formsection .form-control {
  height: 67px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  color: #585858;
  padding: 12px 25px;
  font-size: 18px;
}

.formsection .form-control:focus {
  box-shadow: none;
}

.formsection .styled-selectors {
  text-align: left;
}

.formsection a.forget {
  float: right;
  color: #1e276c;
  font-size: 16px;
  margin: 5px 0px 0px 0px;
  text-decoration: none;
}

.formsection a.forget:hover {
  color: #fc7a48;
}

.formsection .primarybtn {
  width: 100%;
  margin: 5px 0 15px;
  padding: 16px 25px;
}

.formsection.signup .primarybtn {
  margin-top: 10px;
}

.formsection .form-group {
  margin: 0 0 16px;
  position: relative;
  text-align: left;
}

.formsection .form-group .label {
  font-size: 18px;
  color: #585858;
  margin: 0;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 25px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.formsection .form-group.focused .label {
  top: 0px;
  font-size: 14px;
}

.formsection .account {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.formsection .account a {
  color: #fc7a48;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

.formsection .account a:hover {
  color: #1e276c;
}

/*book aapointment css*/

.book_aapointment {
  padding: 35px 0;
}

.right_head .dropdown .dropdown-menu {
  padding: 0;
  transform: inherit !important;
  top: 30px !important;
  right: 0px !important;
  left: auto !important;
}

.right_head .dropdown .dropdown-item {
  padding: 5px 10px;
}

.right_head .dropdown .dropdown-item:focus,
.right_head .dropdown .dropdown-item:hover {
  color: #fff;
  background-color: #1f256f;
}

.dropdown-toggle.btn {
  padding: 0 30px 0 0;
  margin: -2px 0 0;
}

.dropdown-toggle.btn.focus,
.dropdown-toggle.btn:focus {
  box-shadow: none;
}

.dropdown-toggle::after {
  border: none;
  background-image: url(../images/down-arw.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 7px;
  right: 0;
  top: -3px;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.dropdown-toggle figure {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 13px;
  height: 42px;
  width: 42px;
}

.whitebg {
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(193, 193, 190, 0.4);
  box-shadow: 0 0 16px 0 rgba(193, 193, 190, 0.4);
  border-radius: 4px;
}

.booking_section {
  float: left;
  width: 68%;
  padding: 30px;
}

.app_booking {
  float: right;
  width: 30.3%;
  padding: 40px 30px 20px;
  background-image: url(../images/circlebg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.app_booking figure {
  text-align: center;
  margin: 20px 0 75px;
}

.app_booking h2 {
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 12px;
  color: #000;
}

.app_booking p {
  font-size: 15px;
  margin: 0;
  color: #585858;
}

.app_booking .applink {
  margin: 60px 0 0;
}

.timeselectors input[type="checkbox"]:not(old),
.timeselectors input[type="radio"]:not(old):not(.style_none_checkbox) {
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.timeselectors input[type="checkbox"]:not(old) + label,
.timeselectors input[type="radio"]:not(old) + label {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  border-radius: 6px;
  padding: 12px 10px;
  width: 93px;
  height: 46px;
  text-align: center;
}

.timeselectors input[type="radio"]:not(old) + label {
  border: 1px solid #1e2575;
  color: #1e2575;
}

.timeselectors input[type="radio"]:checked + label {
  background-color: #fc7a48;
  border: 1px solid #fc7a48;
  color: #fff;
}

.timelist li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.timelist li:last-child {
  margin-right: 0;
}

.booking_section h2 {
  font-size: 23px;
  margin: 0 0 15px;
  font-family: 'Poppins', sans-serif;
}

.booking_section h3 {
  font-size: 20px;
  margin: 10px 0 15px;
  font-family: 'Poppins', sans-serif;
}

.weeklist li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.weeklist li:last-child {
  margin-right: 0;
}

.weeklist li a {
  border: 1px solid #1e2575;
  color: #000000;
  border-radius: 6px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  line-height: 25px;
  width: 83px;
  height: 76px;
  position: relative;
}

.weeklist li a.calendar {
  background-color: #1f256f;
}

.weeklist li a.calendar img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.weeklist li a strong {
  display: block;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}

.bookingbtn.secondarybtn {
  font-size: 20px;
  width: 254px;
  padding: 14px 25px;
  margin-top: 18px;
}

.bookingbtn.secondarybtn i {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  background-color: #c33500;
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 2;
}

/*Appointment Popup Css*/

.appointment_popup .modal-dialog {
  max-width: 538px;
}

.appointment_popup .modal-body {
  padding: 20px 20px 30px;
}

.appointment_popup button.close {
  position: absolute;
  right: -45px;
  top: 1px;
  background-color: #fff;
  opacity: 1;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
  outline: none;
}

.appointment_popup .close:not(:disabled):not(.disabled):focus,
.appointment_popup .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.actionconfirmed {
  background-color: #e6fee6;
  border: 1px solid #bbefc1;
}

.actionrequired {
  background-color: #feecec;
  border: 1px solid #fdc6c6;
}

.actionbox {
  border-radius: 6px;
  padding: 15px 20px 15px 105px;
  position: relative;
  margin: 0 0 27px;
}

.actionbox figure {
  position: absolute;
  top: 23px;
  left: 20px;
}

.actionbox strong {
  display: block;
  color: #000;
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.actionbox p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.payment_mode li {
  display: block;
  margin: 0 0 10px;
}

.payment_mode li a {
  display: block;
  background-color: #fcfcfc;
  border: 1px solid #e7e5e8;
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 22px;
}

.payment_mode li a strong {
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.payment_mode li a span {
  display: block;
  font-size: 16px;
  color: #585858;
}

.confirmation_msg {
  font-size: 14px;
  padding: 0 0 20px 12px;
  color: #ea3434;
}

.appointment_popup .bookingbtn.secondarybtn {
  margin-top: 0;
}

.appointment_popup h4 {
  font-size: 20px;
  margin: 0 0 8px;
  font-family: 'Poppins', sans-serif;
}

.appointment_popup .modal-body > p {
  font-size: 16px;
  color: #585858;
  margin: 0 0 15px;
}

.popuptable {
  width: 100%;
  margin: 0 0 25px;
}

.popuptable tr td strong {
  font-weight: normal;
  color: #585858;
  font-family: "proxima_nova_rgregular";
}

.popuptable tr td {
  background-color: #fcfcfc;
  color: #000000;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding: 16px 15px;
  border-bottom: 1px solid #e7e5e8;
  vertical-align: top;
}

.popuptable tr:last-child td {
  border-bottom: none;
}

.popuptable tr td:first-child {
  border-right: 1px solid #e7e5e8;
}

/*dashboard css*/

.pageheight {
  min-height: 110vh;
}

.dashboard {
  padding: 20px 0;
}

.dashboardflex {
  display: -ms-flexbox;
  display: flex;
}

.left_panel {
  float: left;
  width: 23%;
}

.porfile {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e7e5e8;
}

.porfile figure {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin: 0px auto 20px;
  overflow: hidden;
}

.porfile strong {
  color: #1e2575;
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}

.porfile span {
  color: #1e2575;
  display: block;
  font-size: 18px;
}

.dashboard_list {
  padding: 35px 25px 35px 30px;
}

.dashboard_list li {
  display: block;
  padding: 0 0 38px 0;
}

.dashboard_list li:last-child {
  padding-bottom: 0;
}

.dashboard_list li a {
  text-decoration: none;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #1e2575;
}

.dashboard_list li a img {
  position: absolute;
  left: 0;
  top: 0;
}

.dashboard_list li a.active {
  color: #fc7a48;
}

.dashboard_list li a:hover {
  color: #fc7a48;
}

.right_panel {
  float: right;
  width: 77%;
  padding: 0 0 0 28px;
}

.patient_report {
  text-align: center;
  padding: 28px 20px 22px;
  margin: 0 0 38px;
}

.patient_report ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
}

.patient_report ul li strong {
  font-size: 30px;
  line-height: 30px;
  color: #1e2575;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.patient_report ul li span {
  font-size: 16px;
  color: #1e2575;
  display: block;
}

.dashboard_title {
  font-size: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 17px;
}

.data_report ul {
  margin: 0 -9px 45px;
}

.data_report ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 9px;
  font-family: 'Poppins', sans-serif;
}

.reportbox {
  position: relative;
  border-radius: 4px;
  padding: 20px 0;
}

.reportbox > figure > img {
  position: absolute;
  top: 18px;
  right: 24px;
}

.reportbox strong {
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  display: block;
  padding: 0 20px;
  line-height: 34px;
}

.reportbox strong small {
  font-size: 15px;
  display: inline-block;
  vertical-align: baseline;
}

.reportbox span {
  color: #fff;
  display: block;
  padding: 0 20px;
  font-size: 15px;
}

.blood_pressure {
  background-color: #562fea;
}

.temperature {
  background-color: #378fe9;
}

.glucose {
  background-color: #fb5152;
}

.appointment_heading {
  padding: 27px 120px 22px 30px;
  position: relative;
  border-bottom: 2px solid #e7e5e8;
}

.appointment_heading h2 {
  font-size: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.appointment_heading .see_all {
  position: absolute;
  right: 17px;
  top: 16px;
}

a.see_all {
  text-decoration: none;
}

.see_all {
  border: 1px solid #fc7a48;
  border-radius: 4px;
  padding: 7px 18px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.see_all b {
  font-weight: normal;
  color: #fc7a48;
  position: relative;
  z-index: 2;
}

.see_all:after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #fc7a48;
  border-radius: 4px;
  overflow: hidden;
}

.see_all:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.see_all:hover b {
  color: #fff;
}

.appointment_list {
  margin: 20px 0 0;
}

.appointment_box {
  padding: 20px 22px 18px 30px;
  position: relative;
  border-bottom: 1px solid #e7e5e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-items: center;
}

.appointment_left {
  float: left;
  width: 65%;
  padding: 0 0 0 97px;
  position: relative;
  min-height: 77px;
}

.appointment_left figure {
  border-radius: 5px;
  overflow: hidden;
  height: 77px;
  width: 77px;
  position: absolute;
  top: 0;
  left: 0;
}

.appointment_right {
  float: right;
  width: 35%;
  text-align: right;
}

.appointment_left h5 {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 2px;
}

.appointment_left strong {
  display: block;
  font-weight: normal;
  color: #585858;
  font-size: 18px;
}

.appointment_left span {
  display: block;
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.appointment_left span small {
  font-size: 14px;
  color: #585858;
}

a.detail_missing {
  text-decoration: none;
  color: #000;
}

.detail_missing {
  background-color: #feecec;
  border: 1px solid #fdc6c6;
  border-radius: 6px;
  font-size: 13px;
  color: #000;
  position: relative;
  padding: 5px 13px;
  text-align: center;
  display: inline-block;
}

.detail_missing img {
  margin-right: 10px;
}

a.videocall {
  text-decoration: none;
  color: #fff;
}

.file {
  display: inline-block;
  vertical-align: middle;
}

.videocall {
  vertical-align: middle;
  margin-left: 25px;
  background-color: #08a522;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.videocall b {
  font-weight: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.videocall b img {
  margin: -5px 14px 0 0;
}

.videocall:after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #000;
  border-radius: 4px;
  overflow: hidden;
}

.videocall:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.videocall:hover b {
  color: #fff;
}

/*Upcoming Appointment CSS*/

.upcoming_appointment {
  margin: 9px 0 0;
}

.upcoming_appointment h2 {
  font-size: 23px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 7px 0px 0px 0px;
}

.appointment_btn {
  text-align: right;
}

.appointment_btn .secondarybtn {
  padding: 8px 23px;
}

/*Appointment Detail CSS*/

.appointment_detail {
  padding: 20px 21px;
}

.appointment_detail .popuptable tr td {
  padding: 21px 30px;
}

.appointment_detail .popuptable tr td:first-child {
  width: 23%;
}

.appointment_detail .popuptable tr:last-child td {
  border-bottom: 1px solid #e7e5e8;
}

.complaint .bookingbtn.secondarybtn {
  padding: 9px 10px 9px 30px;
  margin: 30px 0 10px;
  width: auto;
}

.complaint .bookingbtn.secondarybtn b {
  vertical-align: middle;
  letter-spacing: 0.5px;
}

.complaint .bookingbtn.secondarybtn i {
  position: relative;
  top: auto;
  right: auto;
  margin: 0 0 0 15px;
  vertical-align: middle;
  display: inline-block;
}

.complaint h4 {
  font-size: 20px;
  margin: 0 0 25px;
  font-family: 'Poppins', sans-serif;
}

.complaint p {
  font-size: 16px;
  color: #585858;
  margin: 0;
}

/*My Profile CSS*/

.myprofile {
  padding: 47px 155px 35px 50px;
}

.profile_photo {
  font-size: 0;
  margin: 0 0 50px;
}

.profile_photo figure {
  overflow: hidden;
  height: 141px;
  width: 141px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}

.custom_input {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  position: relative;
  margin-left: 35px;
}

.custom_input input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.custom_input .uploadphoto {
  font-size: 18px;
  text-decoration: none;
  color: #fc7a48;
  border-radius: 6px;
  border: 1px solid #fc7a48;
  padding: 10px 32px 10px 18px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}

.custom_input .uploadphoto img {
  margin: -5px 10px 0 0;
}

.myprofile .form-row {
  margin: 0 -20px;
}

.myprofile .form-row > .col-form6 {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.form-row .form-control {
  height: 64px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e7e5e8;
  padding: 30px 10px 10px;
  font-size: 18px;
  color: #585858;
}

.form-row .form-group {
  margin: 0 0 30px;
  position: relative;
  text-align: left;
}

.form-row .form-group .label {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  position: absolute;
  top: 22px;
  left: 10px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.form-row .form-group.focused .label {
  top: 0px;
  font-size: 18px;
}

.form-row .form-group .form-control:focus {
  color: #585858;
  box-shadow: none;
}

.myprofile .complaint .bookingbtn.secondarybtn {
  margin: 15px 0 0px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
}

/*Chat with doctor CSS*/

.doctor_chat_profile {
  position: relative;
  text-align: center;
  padding: 20px 22px;
  margin: 0 0 50px;
}

.patient_chat_profile {
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 2px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.patient_chat_profile img {
  border-radius: 10px;
}

.bookinglist li figure.call_end:after {
  background-color: #e71c23;
}

.bookinglist li figure.call_end:after {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bookinglist li figure.call_end img {
  opacity: 0;
  visibility: hidden;
}

.bookinglist li figure.call_end img.hover-image {
  opacity: 1;
  visibility: visible;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.chatime {
  text-align: center;
  color: #b7b7b7;
  font-size: 18px;
  display: block;
  margin: 0 0 25px;
}

.chat_message ul {
  padding: 0 45px;
}

.chat_message ul li {
  display: block;
  font-size: 18px;
  padding: 0 0 30px;
}

.chat_message ul li.sendmessage {
  text-align: right;
}

.sendbox {
  position: relative;
  background-color: #1f256f;
  color: #fff;
  border-radius: 6px;
  padding: 16px 20px;
  display: inline-block;
  width: 43%;
}

.sendbox:after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #1f256f;
  border-left: 25px solid transparent;
}

.receivebox {
  position: relative;
  background-color: #efeff4;
  color: #000;
  border-radius: 6px;
  padding: 16px 20px;
  display: inline-block;
  width: 55%;
}

.receivebox:after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #efeff4;
  border-right: 25px solid transparent;
}

.sendmessagebox {
  padding: 14px 103px 14px 15px;
  position: relative;
  margin: 35px 0 0;
}

.sendmessagebox .attachment {
  position: absolute;
  left: 43px;
  top: 35px;
  height: 32px;
  width: 32px;
}

.sendmessagebox .attachment a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.sendmessagebox .attachment input {
  width: 32px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
}

.sendmessagebox textarea.form-control {
  resize: none;
  height: 70px;
  padding: 22px 12px 6px 97px;
  border: 1px solid #e7e5e8;
}

.sendmessagebox textarea.form-control:focus {
  box-shadow: none;
}

.sendmessagebox .secondarybtn {
  position: absolute;
  right: 15px;
  bottom: 14px;
  padding: 20px 26px;
  height: 70px;
}

.appointment_list.mt0 {
  margin: 0;
}

.chatboxheight {
  height: 267px;
}

@media (min-width: 1340px) {
  .container {
    max-width: 1310px;
  }
}

@media (min-width: 1341px) and (max-width: 1600px) {
  .getapp {
    background-position: -180px;
  }
}

@media (min-width: 1340px) and (max-width: 1440px) {
  .getapp {
    background-position: -250px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .container {
    max-width: 1170px;
  }

  .time {
    padding: 12px 8px;
  }

  .getapp {
    background-position: -300px;
  }

  .weeklist li a {
    width: 71px;
  }

  .timeselectors input[type="checkbox"]:not(old) + label,
  .timeselectors input[type="radio"]:not(old) + label {
    width: 85px;
  }

  .app_booking {
    background-position: -40px -35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner_img {
    width: 55%;
  }

  .banner_content {
    width: 45%;
  }

  .getapp {
    background-position: -480px;
  }

  .appimg {
    padding: 7px 0 17px 30px;
    width: 55%;
  }

  .app_content {
    width: 45%;
    padding: 0px 0px 0px 30px;
  }

  .applink a img {
    max-width: 150px;
  }

  .applink a {
    margin: 0 20px 0 0;
  }

  .banner_content {
    width: 45%;
    padding: 25px 0px 0 0;
  }

  .special_section {
    padding: 50px 0 0;
  }

  .Special_list li {
    padding: 0 15px 50px 0;
  }

  .specialbox strong {
    font-size: 20px;
    line-height: 24px;
  }

  .banner_img figure img {
    left: -200px;
    top: -30px;
    max-width: 800px;
  }

  .consultation {
    padding: 15px 20px 20px;
    margin: 50px 0 20px;
  }

  .consultation h5 {
    font-size: 20px;
    left: 10px;
  }

  .consultation span {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .time {
    padding: 6px 10px;
    font-size: 15px;
  }

  .consult-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 10px;
  }

  .consult-carousel.owl-carousel .owl-nav button.owl-next {
    top: 10px;
  }

  .formsection .form-control {
    height: 54px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .formsection .form-group .label {
    top: 14px;
    left: 20px;
    font-size: 16px;
  }

  .formsection .primarybtn {
    padding: 13px 25px;
  }

  .bookinglist {
    bottom: -10px;
  }

  .bookinglist h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .bookinglist li figure {
    height: 80px;
    width: 80px;
  }

  .bookinglist li figure img {
    max-width: 36px;
  }

  .app_booking {
    background-position: -80px -120px;
    padding: 40px 20px 20px;
  }

  .app_booking figure {
    margin: 0px 0 40px;
  }

  .app_booking .applink {
    margin: 40px 0 0;
  }

  .app_booking h2 {
    font-size: 24px;
  }

  .app_booking p {
    font-size: 14px;
  }

  .booking_section {
    padding: 30px 15px;
  }

  .weeklist li,
  .timelist li {
    margin: 0 10px 15px 0;
  }

  .weeklist li a {
    width: 66px;
    font-size: 18px;
  }

  .weeklist li a strong {
    font-size: 26px;
  }

  .weeklist li a.calendar img {
    max-width: 28px;
  }

  .timeselectors input[type="checkbox"]:not(old) + label,
  .timeselectors input[type="radio"]:not(old) + label {
    width: 75px;
    padding: 12px 5px;
    font-size: 15px;
  }

  /*dashboard css*/

  .left_panel {
    width: 28%;
  }

  .right_panel {
    width: 72%;
  }

  .porfile {
    padding: 20px 10px;
  }

  .porfile figure {
    margin: 0px auto 15px;
  }

  .porfile strong {
    font-size: 18px;
  }

  .porfile span {
    font-size: 16px;
  }

  .dashboard_list {
    padding: 25px 15px 35px 15px;
  }

  .dashboard_list li a {
    padding: 0 0 0 30px;
    font-size: 16px;
  }

  .patient_report {
    padding: 20px 15px 20px;
    margin: 0 0 30px;
  }

  .patient_report ul li strong {
    font-size: 22px;
    line-height: 28px;
  }

  .patient_report ul li span {
    font-size: 14px;
  }

  .data_report ul {
    margin: 0 -5px 40px;
  }

  .data_report ul li {
    padding: 0 5px;
  }

  .reportbox strong {
    font-size: 24px;
    padding: 0 15px;
    line-height: 26px;
  }

  .reportbox > figure > img {
    right: 10px;
  }

  .appointment_heading {
    padding: 25px 120px 20px 15px;
  }

  .appointment_heading h2 {
    font-size: 18px;
  }

  .appointment_box {
    padding: 15px;
  }

  .appointment_left {
    padding: 0 0 0 90px;
  }

  .videocall {
    padding: 10px 10px;
    font-size: 14px;
    margin-left: 15px;
  }

  .videocall b img {
    margin: -5px 10px 0 0;
    max-width: 24px;
  }

  .see_all {
    font-size: 16px;
  }

  /*Upcoming Appointment CSS*/

  .upcoming_appointment h2 {
    font-size: 22px;
  }

  .appointment_btn .secondarybtn {
    padding: 8px 18px;
    font-size: 16px;
  }

  /*Appointment Detail CSS*/

  .popuptable tr td:first-child {
    width: 35%;
  }

  /*My Profile CSS*/

  .myprofile {
    padding: 30px;
  }

  /*Chat with doctor CSS*/

  .chat_message ul {
    padding: 0 20px;
  }

  .chat_message ul li {
    font-size: 16px;
  }

  .patient_chat_profile {
    top: 35px;
    right: 35px;
  }

  .doctor_chat_profile .bookinglist {
    bottom: -5px;
  }

  .doctor_chat_profile .bookinglist li figure {
    height: 60px;
    width: 60px;
  }

  .doctor_chat_profile .bookinglist li figure img {
    max-width: 30px;
    max-height: 30px;
  }

  .patient_chat_profile img {
    max-width: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .right_head .primarybtn {
    padding: 9px 25px;
    font-size: 16px;
  }

  .banner_img {
    width: 50%;
  }

  .banner_content {
    width: 50%;
  }

  .banner_img figure img {
    max-width: 600px;
    left: -170px;
    top: 0px;
  }

  .banner_content h1 {
    font-size: 28px;
  }

  .banner_content .designation {
    font-size: 15px;
  }

  .banner_content p {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 20px;
  }

  .consultation {
    padding: 10px 15px 15px;
    margin: 40px 0 20px;
  }

  .consultation h5 {
    font-size: 20px;
    left: 5px;
  }

  .consultation span {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .banner_content .secondarybtn {
    padding: 9px 20px;
    font-size: 16px;
  }

  .time {
    padding: 6px 10px;
    font-size: 14px;
  }

  .consult-carousel.owl-carousel {
    padding: 0 15px 0 0;
  }

  .consult-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 8px;
    left: -10px;
  }

  .consult-carousel.owl-carousel .owl-nav button.owl-next {
    top: 8px;
  }

  .heading h2 {
    font-size: 30px;
  }

  .getapp {
    background-position: -600px;
  }

  .appimg {
    padding: 10px 0 10px 0px;
    width: 55%;
  }

  .app_content {
    width: 45%;
    padding: 0px 0px 0px 20px;
  }

  .app_content h2 {
    font-size: 26px;
  }

  .app_content p {
    font-size: 15px;
  }

  .applink {
    margin: 20px 0 0;
  }

  .applink a img {
    max-width: 120px;
  }

  .applink a {
    margin: 0 10px 0 0;
  }

  .banner_content {
    width: 45%;
    padding: 0;
  }

  .Special_list {
    padding: 40px 0 0;
  }

  .Special_list li {
    width: 50%;
    padding: 0 20px 40px 0;
  }

  .specialbox strong {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 22px;
  }

  .specialbox p {
    font-size: 15px;
  }

  .specialbox strong br {
    display: none;
  }

  .formsection .form-control {
    height: 50px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .formsection .form-group .label {
    top: 14px;
    left: 15px;
    font-size: 15px;
  }

  .formsection .primarybtn {
    padding: 11px 25px;
  }

  .special_section {
    padding: 40px 0 0;
  }

  .bookinglist {
    bottom: -30px;
  }

  .bookinglist h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .bookinglist li figure {
    height: 60px;
    width: 60px;
  }

  .bookinglist li figure img {
    max-width: 30px;
  }

  .app_booking {
    background-position: -115px -130px;
    padding: 30px 15px 20px;
    width: 35.3%;
  }

  .app_booking figure {
    margin: 0px 0 30px;
  }

  .app_booking .applink {
    margin: 30px 0 0;
  }

  .app_booking h2 {
    font-size: 22px;
  }

  .app_booking p {
    font-size: 14px;
  }

  .booking_section {
    padding: 30px 15px 20px;
    width: 63%;
  }

  .weeklist li,
  .timelist li {
    margin: 0 10px 15px 0;
  }

  .weeklist li a {
    width: 70px;
    font-size: 16px;
    padding: 5px 15px;
    height: 66px;
  }

  .bookingbtn.secondarybtn {
    width: 220px;
    padding: 10px 25px;
  }

  .bookingbtn.secondarybtn i {
    height: 38px;
    width: 38px;
    top: 6px;
  }

  .weeklist li a strong {
    font-size: 22px;
  }

  .weeklist li a.calendar img {
    max-width: 28px;
  }

  .timeselectors input[type="checkbox"]:not(old) + label,
  .timeselectors input[type="radio"]:not(old) + label {
    width: 70px;
    padding: 12px 5px;
    font-size: 14px;
  }

  /*dashboard css*/

  .left_panel {
    width: 32%;
  }

  .right_panel {
    width: 68%;
  }

  .porfile {
    padding: 20px 10px;
  }

  .porfile figure {
    margin: 0px auto 15px;
  }

  .porfile strong {
    font-size: 18px;
  }

  .porfile span {
    font-size: 14px;
  }

  .dashboard_list {
    padding: 25px 15px 35px 15px;
  }

  .dashboard_list li {
    padding: 0 0 30px 0;
  }

  .dashboard_list li a {
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .patient_report {
    padding: 10px 15px 10px;
    margin: 0 0 30px;
  }

  .patient_report ul li {
    padding: 10px 18px 10px;
    width: auto;
  }

  .patient_report ul li strong {
    font-size: 18px;
    line-height: 22px;
  }

  .patient_report ul li span {
    font-size: 14px;
  }

  .data_report ul {
    margin: 0 -5px 30px;
  }

  .data_report ul li {
    padding: 0 5px;
  }

  .reportbox {
    padding: 15px 0 15px 0;
  }

  .reportbox strong {
    font-size: 16px;
    padding: 0 10px;
    line-height: 20px;
  }

  .reportbox strong small {
    display: block;
  }

  .reportbox span {
    padding: 0 10px;
    font-size: 13px;
  }

  .reportbox > figure > img {
    right: 10px;
    top: 15px;
    max-width: 25px;
  }

  .appointment_heading {
    padding: 15px 110px 15px 10px;
  }

  .appointment_heading h2 {
    font-size: 18px;
  }

  .appointment_box {
    padding: 15px 10px;
  }

  .appointment_left figure {
    height: 55px;
    width: 55px;
  }

  .appointment_left h5 {
    font-size: 16px;
  }

  .appointment_left strong {
    font-size: 14px;
  }

  .appointment_left span {
    font-size: 13px;
  }

  .appointment_left span small {
    font-size: 13px;
    display: block;
  }

  .appointment_left {
    padding: 0 0 0 65px;
    width: 57%;
  }

  .appointment_right {
    width: 43%;
  }

  .videocall {
    padding: 10px 8px;
    font-size: 13px;
    margin-left: 5px;
  }

  .videocall b img {
    margin: -5px 8px 0 0;
    max-width: 20px;
  }

  .see_all {
    font-size: 14px;
    padding: 6px 18px 4px 18px;
  }

  .appointment_heading .see_all {
    top: 10px;
  }

  /*Upcoming Appointment CSS*/

  .upcoming_appointment h2 {
    font-size: 20px;
  }

  .appointment_btn .secondarybtn {
    padding: 8px 12px;
    font-size: 14px;
  }

  /*Appointment Detail CSS*/

  .appointment_detail {
    padding: 20px 15px;
  }

  .appointment_detail .popuptable tr td:first-child {
    width: 35%;
  }

  .appointment_detail .popuptable tr td {
    padding: 10px 15px;
    font-size: 15px;
  }

  .complaint .bookingbtn.secondarybtn {
    padding: 8px 10px 8px 30px;
    width: auto;
    font-size: 16px;
  }

  .complaint .bookingbtn.secondarybtn i {
    height: 34px;
    width: 34px;
  }

  /*My Profile CSS*/

  .custom_input .uploadphoto {
    font-size: 16px;
    padding: 10px 32px 10px 15px;
  }

  .custom_input input {
    height: 46px;
  }

  .custom_input .uploadphoto img {
    margin: -8px 10px 0 0;
  }

  .myprofile {
    padding: 20px;
  }

  .myprofile .form-row {
    margin: 0 -10px;
  }

  .myprofile .col-form6 {
    padding: 0 10px;
  }

  .form-row .form-group .label {
    font-size: 15px;
    top: 20px;
  }

  .form-row .form-control {
    height: 50px;
    padding: 20px 10px 6px;
    font-size: 15px;
  }

  .form-row .form-group.focused .label {
    font-size: 15px;
    top: -2px;
  }

  /*Chat with doctor CSS*/

  .doctor_chat_profile {
    margin: 0 0 30px;
    padding: 15px 15px;
  }

  .chat_message ul {
    padding: 0 15px;
  }

  .chat_message ul li {
    font-size: 14px;
    padding: 0 0 20px;
  }

  .patient_chat_profile {
    top: 25px;
    right: 25px;
    border-radius: 6px;
  }

  .patient_chat_profile img {
    max-width: 100px;
    border-radius: 6px;
  }

  .doctor_chat_profile .bookinglist {
    bottom: -5px;
  }

  .doctor_chat_profile .bookinglist li {
    padding: 0 5px;
  }

  .doctor_chat_profile .bookinglist li figure {
    height: 50px;
    width: 50px;
  }

  .doctor_chat_profile .bookinglist li figure img {
    max-width: 22px;
    max-height: 22px;
  }

  .chatime {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .sendbox {
    padding: 10px;
    width: 45%;
  }

  .receivebox {
    padding: 10px;
    width: 50%;
  }

  .sendbox::after {
    bottom: -20px;
  }

  .receivebox::after {
    bottom: -20px;
  }

  .sendmessagebox {
    padding: 14px 90px 14px 15px;
    margin: 25px 0 0;
  }

  .sendmessagebox .attachment {
    left: 30px;
    top: 30px;
    width: 28px;
    height: 28px;
  }

  .sendmessagebox textarea.form-control {
    padding: 16px 12px 6px 58px;
    height: 60px;
  }

  .sendmessagebox .secondarybtn {
    padding: 15px 20px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  header.fixed {
    position: relative;
  }

  .container {
    max-width: 100%;
  }

  .left_head {
    width: 55%;
  }

  .left_head figure {
    margin: 3px 0 0;
  }

  .left_head figure img {
    max-width: 150px;
  }

  .right_head {
    width: 45%;
  }

  .right_head .primarybtn {
    padding: 5px 25px;
    font-size: 14px;
  }

  .banner_img {
    float: none;
    width: 100%;
  }

  .banner_content {
    float: none;
    width: 100%;
    padding: 25px 0 0;
  }

  .banner_content h1 {
    font-size: 24px;
  }

  .banner_content .designation {
    font-size: 14px;
  }

  .banner_content p {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 20px;
  }

  .consultation {
    padding: 10px 15px 15px;
    margin: 25px 0 15px;
    max-width: 400px;
  }

  .consultation h5 {
    font-size: 20px;
    left: 5px;
  }

  .consultation span {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .banner_content .secondarybtn {
    padding: 8px 18px;
    font-size: 16px;
  }

  .time {
    padding: 6px 5px;
    font-size: 14px;
  }

  .consult-carousel.owl-carousel {
    padding: 0 15px 0 0;
  }

  .consult-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 8px;
    left: -10px;
  }

  .consult-carousel.owl-carousel .owl-nav button.owl-next {
    top: 8px;
  }

  .special_section {
    padding: 40px 0 0;
  }

  .heading h2 {
    font-size: 26px;
  }

  .Special_list {
    padding: 20px 0 0;
  }

  .Special_list li {
    width: 50%;
    padding: 0 20px 30px 0;
  }

  .specialbox strong {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 20px;
  }

  .specialbox p {
    font-size: 14px;
  }

  .specialbox strong br {
    display: none;
  }

  .getapp {
    background-image: none;
  }

  .aligncenter {
    display: block;
    align-items: inherit;
    padding: 0px 0 20px;
  }

  .appimg {
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }

  .app_content {
    float: none;
    width: 100%;
    text-align: center;
  }

  .appimg figure img {
    max-height: 200px;
  }

  .app_content h2 {
    font-size: 26px;
  }

  .app_content p {
    font-size: 14px;
  }

  .applink {
    margin: 20px 0 0;
  }

  .applink a img {
    max-width: 120px;
  }

  .applink a {
    margin: 0 10px 0 0;
  }

  .applink a::after {
    bottom: -15px;
  }

  footer {
    padding: 15px 0;
  }

  .copyright {
    font-size: 14px;
  }

  .formsection {
    max-width: 100%;
    padding: 20px 20px;
  }

  .form_head {
    margin: 0 0 20px;
  }

  .form_head h3 {
    font-size: 24px;
  }

  .form_head p {
    font-size: 16px;
  }

  .styled-selectors input[type="checkbox"]:not(old) + label,
  .styled-selectors input[type="radio"]:not(old) + label {
    font-size: 14px;
    padding: 5px 0 5px 30px;
  }

  .styled-selectors input[type="checkbox"]:checked + label,
  .styled-selectors input[type="checkbox"]:not(old) + label {
    background-position: 0px 5px;
    background-size: 20px;
  }

  .formsection a.forget {
    font-size: 14px;
  }

  .formsection .form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .formsection .form-group .label {
    top: 10px;
    left: 12px;
    font-size: 14px;
  }

  .formsection .form-group.focused .label {
    top: -9px;
    font-size: 12px;
    background-color: #fff;
  }

  .formsection .primarybtn {
    padding: 8px 25px;
    font-size: 16px;
    margin: 5px 0 5px;
  }

  .banner_img figure img {
    max-width: 100%;
    position: relative;
    left: 0;
    top: -20px;
  }

  .bookinglist {
    bottom: 0;
  }

  .bookinglist h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .bookinglist li {
    padding: 0 5px;
  }

  .bookinglist li figure {
    height: 50px;
    width: 50px;
  }

  .bookinglist li figure img {
    max-width: 22px;
  }

  .booking_section {
    padding: 20px 15px 15px;
    width: 100%;
    float: none;
    height: inherit !important;
  }

  .booking_section h2 {
    font-size: 20px;
  }

  .weeklist li,
  .timelist li {
    margin: 0 10px 10px 0;
  }

  .weeklist li a {
    width: 68px;
    font-size: 16px;
    padding: 6px 10px;
    height: 60px;
    line-height: 22px;
  }

  .bookingbtn.secondarybtn {
    width: 220px;
    padding: 10px 25px;
  }

  .bookingbtn.secondarybtn i {
    height: 38px;
    width: 38px;
    top: 6px;
  }

  .weeklist li a strong {
    font-size: 22px;
  }

  .weeklist li a.calendar img {
    max-width: 28px;
  }

  .timeselectors input[type="checkbox"]:not(old) + label,
  .timeselectors input[type="radio"]:not(old) + label {
    width: 75px;
    padding: 8px 5px;
    font-size: 14px;
    height: 38px;
  }

  .app_booking {
    padding: 20px 15px 15px;
    width: 100%;
    float: none;
    height: inherit !important;
    background-image: none;
    margin: 20px 0 0;
    text-align: center;
  }

  .app_booking figure {
    margin: 0px 0 30px;
  }

  .app_booking figure img {
    max-height: 200px;
  }

  .app_booking .applink {
    margin: 30px 0 0;
  }

  .app_booking h2 {
    font-size: 22px;
  }

  .app_booking p {
    font-size: 14px;
  }

  header {
    padding: 10px 0;
  }

  .dropdown-toggle.btn {
    padding: 0 30px 0 0;
    margin: 0;
  }

  .dropdown-toggle figure {
    height: 35px;
    width: 35px;
  }

  .appointment_popup .modal-dialog {
    max-width: 100%;
    margin: 45px 10px 10px;
  }

  .appointment_popup button.close {
    right: 1px;
    top: -38px;
  }

  .appointment_popup .modal-body {
    padding: 20px 15px 25px;
  }

  .popuptable tr td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .appointment_popup h4 {
    font-size: 18px;
  }

  .payment_mode li a {
    padding: 10px 15px;
  }

  .payment_mode li a strong {
    font-size: 16px;
  }

  .payment_mode li a span {
    font-size: 14px;
  }

  .actionbox {
    padding: 10px 15px 10px 65px;
  }

  .actionbox figure {
    left: 10px;
    top: 13px;
  }

  .actionbox figure img {
    max-width: 40px;
  }

  .actionbox strong {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
  }

  .actionbox p {
    font-size: 14px;
    line-height: 18px;
  }

  /*dashboard css*/

  .dashboard {
    padding: 20px 0 0;
  }

  .dashboardflex {
    display: block;
  }

  .left_panel {
    float: none;
    width: 100%;
  }

  .right_panel {
    float: none;
    width: 100%;
    padding: 20px 0 0;
  }

  .porfile {
    padding: 20px 10px 15px;
  }

  .porfile figure {
    margin: 0px auto 10px;
  }

  .porfile strong {
    font-size: 18px;
  }

  .porfile span {
    font-size: 14px;
  }

  .dashboard_list {
    padding: 15px;
  }

  .dashboard_list li {
    padding: 0 0 15px 0;
  }

  .dashboard_list li a {
    padding: 0 0 0 35px;
    font-size: 16px;
  }

  .patient_report {
    padding: 10px 15px 10px;
    margin: 0 0 30px;
  }

  .patient_report ul li {
    padding: 10px 12px 10px;
    width: auto;
  }

  .patient_report ul li strong {
    font-size: 18px;
    line-height: 22px;
  }

  .patient_report ul li span {
    font-size: 14px;
  }

  .data_report ul {
    margin: 0 -5px 30px;
  }

  .data_report ul li {
    padding: 0 5px;
  }

  .reportbox {
    padding: 15px 0 15px 0;
  }

  .reportbox strong {
    font-size: 16px;
    padding: 0 10px;
    line-height: 20px;
  }

  .reportbox strong small {
    display: block;
  }

  .reportbox span {
    padding: 0 10px;
    font-size: 13px;
  }

  .reportbox > figure > img {
    right: 10px;
    top: 15px;
    max-width: 25px;
  }

  .appointment_heading {
    padding: 15px 110px 15px 10px;
  }

  .appointment_heading h2 {
    font-size: 18px;
  }

  .appointment_box {
    padding: 15px 10px;
  }

  .appointment_left figure {
    height: 55px;
    width: 55px;
  }

  .appointment_left h5 {
    font-size: 16px;
  }

  .appointment_left strong {
    font-size: 14px;
  }

  .appointment_left span {
    font-size: 13px;
  }

  .appointment_left span small {
    font-size: 13px;
    display: block;
  }

  .appointment_left {
    padding: 0 0 0 65px;
    width: 57%;
  }

  .appointment_right {
    width: 43%;
  }

  .videocall {
    padding: 8px 8px;
    font-size: 13px;
    margin-left: 5px;
  }

  .file img {
    max-height: 36px;
  }

  .see_all {
    font-size: 14px;
    padding: 6px 18px 4px 18px;
  }

  .appointment_heading .see_all {
    top: 50%;
    margin-top: -17px;
    right: 15px;
  }

  .detail_missing {
    padding: 4px 13px;
  }

  /*Upcoming Appointment CSS*/

  .upcoming_appointment h2 {
    font-size: 20px;
  }

  .appointment_btn .secondarybtn {
    padding: 8px 12px;
    font-size: 14px;
  }

  /*Appointment Detail CSS*/

  .appointment_detail {
    padding: 20px 15px;
  }

  .appointment_detail .popuptable tr td:first-child {
    width: 45%;
  }

  .appointment_detail .popuptable tr td {
    padding: 10px 10px;
    font-size: 14px;
  }

  .complaint p {
    font-size: 14px;
  }

  .complaint h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .complaint .bookingbtn.secondarybtn {
    padding: 6px 10px 6px 20px;
    width: auto;
    font-size: 16px;
  }

  .complaint .bookingbtn.secondarybtn i {
    height: 34px;
    width: 34px;
  }

  .appointment_detail .popuptable tr td {
    padding: 10px 10px;
    font-size: 14px;
  }

  /*My Profile CSS*/

  .custom_input {
    max-width: 160px;
  }

  .custom_input .uploadphoto {
    font-size: 14px;
    padding: 8px 30px 8px 10px;
  }

  .custom_input input {
    height: 39px;
  }

  .custom_input .uploadphoto img {
    margin: -8px 10px 0 0;
    max-width: 20px;
  }

  .myprofile {
    padding: 20px 10px;
    margin-top: -20px;
  }

  .myprofile .form-row {
    margin: 0 -10px;
  }

  .myprofile .col-form6 {
    padding: 0 10px;
  }

  .form-row .form-group .label {
    font-size: 15px;
    top: 20px;
  }

  .form-row .form-control {
    height: 50px;
    padding: 20px 10px 6px;
    font-size: 15px;
  }

  .form-row .form-group.focused .label {
    font-size: 15px;
    top: -2px;
  }

  .myprofile .complaint {
    text-align: center;
  }

  .myprofile .complaint .bookingbtn.secondarybtn {
    margin: 0px 0 0px;
  }

  /*Chat with doctor CSS*/

  .doctor_chat_profile {
    margin: 0 0 20px;
    padding: 10px 10px;
  }

  .chat_message ul {
    padding: 0 10px;
  }

  .chat_message ul li {
    font-size: 14px;
    padding: 0 0 25px;
  }

  .patient_chat_profile {
    top: 20px;
    right: 20px;
    border-radius: 6px;
  }

  .patient_chat_profile img {
    max-width: 80px;
    border-radius: 6px;
  }

  .doctor_chat_profile .bookinglist {
    bottom: -5px;
  }

  .doctor_chat_profile .bookinglist li {
    padding: 0 5px;
  }

  .doctor_chat_profile .bookinglist li figure {
    height: 40px;
    width: 40px;
  }

  .doctor_chat_profile .bookinglist li figure img {
    max-width: 20px;
    max-height: 20px;
  }

  .chatime {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .sendbox {
    padding: 10px;
    width: 100%;
  }

  .sendbox::after {
    bottom: -15px;
  }

  .receivebox {
    padding: 10px;
    width: 100%;
  }

  .receivebox::after {
    bottom: -15px;
  }

  .sendmessagebox {
    padding: 10px 55px 10px 10px;
    margin: 10px 0 0;
  }

  .sendmessagebox .attachment {
    left: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
  }

  .sendmessagebox .attachment a img {
    max-width: 16px;
  }

  .sendmessagebox textarea.form-control {
    padding: 9px 12px 6px 35px;
    height: 40px;
    font-size: 14px;
  }

  .sendmessagebox .secondarybtn {
    padding: 10px 12px;
    height: 40px;
    line-height: 10px;
    bottom: 10px;
    right: 10px;
  }

  .sendmessagebox .secondarybtn img {
    max-width: 15px;
  }
}

@media (max-width: 567px) {
  .Special_list li {
    width: 100%;
    padding: 0 0px 25px 0;
  }

  .dropdown-toggle.btn {
    font-size: 0;
    padding: 0 15px 0 0;
  }

  .upcoming_appointment .col-7,
  .upcoming_appointment .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .upcoming_appointment h2 {
    text-align: center;
    margin: 0 0 10px;
  }

  .appointment_btn {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .consultation {
    max-width: 290px;
  }

  .data_report ul {
    margin: 0 0px 30px;
  }

  .data_report ul li {
    padding: 0 0px 10px;
    width: 100%;
    display: block;
  }

  .appointment_box {
    padding: 15px;
    display: block;
    align-items: inherit;
  }

  .appointment_left {
    padding: 0 0 0 65px;
    width: 100%;
    float: none;
  }

  .appointment_right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }

  /*My Profile CSS*/

  .profile_photo {
    text-align: center;
    margin: 0 0 30px;
  }

  .profile_photo figure {
    display: block;
    margin: auto;
  }

  .custom_input {
    display: block;
    margin: 15px auto 0;
  }

  .myprofile .form-row {
    margin: 0;
  }

  .myprofile .form-row > .col-form6 {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.form-row .form-group select.form-control {
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url(../images/down-arw.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100% 35px;
}

.form-row .form-group.focused select.form-control,
.form-row .form-group select.form-control:focus {
  font-size: 18px;
}

.appointment_left {
  width: 50%;
}

.appointment_right {
  width: 50%;
}

.detail_missing {
  margin-left: 15px;
}

header.dtp-header.fixed {
  position: relative;

  top: auto;

  width: auto;

  z-index: 99;

  -webkit-box-shadow: none;

  box-shadow: none;

  animation: inherit;
}

.bookingbtn.secondarybtn:focus {
  box-shadow: none;
}

.patient_detail h4 {
  font-size: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0px 0px 15px 0px;
}

.patient_detail .table thead tr th,
.patient_detail .table tbody tr td {
  vertical-align: top;
  border: none;
}

.patient_detail .table.table-bordered .form-control {
  height: 44px;
  padding: 10px 10px 10px;
  font-size: 15px;
  border: 1px solid #e7e5e8;
}

.patient_detail .form-group.focused .table.table-bordered select.form-control,
.patient_detail .form-group .table.table-bordered select.form-control:focus {
  font-size: 15px;
}

.patient_detail .table.table-bordered select.form-control {
  background-position: 95% 18px;
}

.patient_detail textarea.form-control {
  height: 80px;
  resize: none;
}

.patient_detail .table.table-bordered thead th {
  background-color: #1f256f;
  color: #fff;
}

.myprofile .form-row > .col-form12 {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.myprofile .form-row > .col-form3 {
  float: left;
  width: 25%;
  padding: 0 20px;
}

.myprofile.patient_detail {
  padding: 30px 30px;
}

.bookingbtn.secondarybtn.add_more {
  font-size: 15px;
  line-height: 18px;
  width: auto;
  padding: 8px 12px;
  margin: 0;
}

.bookingbtn.secondarybtn.add_more b {
  vertical-align: middle;
}

.bookingbtn.secondarybtn.add_more i {
  height: 25px;
  width: 25px;
  margin: 0 0 0 8px;
  display: inline-block;
  position: relative;
  right: auto;
  top: auto;
  vertical-align: middle;
}

.bookingbtn.secondarybtn.add_more i img {
  max-width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.notificationlist {
  display: block;
}

.notificationlist strong {
  font-weight: normal;
  font-size: 16px;
  color: #585858;
  margin: 0;
}

.notificationlist span {
  display: block;
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.appointment_right > a {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  height: 44px;
  width: 44px;
  vertical-align: middle;
}

.appointment_right > a b {
  position: relative;
  display: block;
  padding: 0;
  height: 44px;
  width: 44px;
}

.appointment_right > a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.appointment_right a.videocall {
  background-color: #e6fee6;
  border: 1px solid #bbefc1;
}

.appointment_right a.secondarybtn:after,
.appointment_right a.videocall:after {
  display: none;
}

.appointment_right a.secondarybtn {
  background-color: #ffd9cb;
  border: 1px solid #fe9972;
}

.form-row .form-group .bootstrap-select.form-control .dropdown-menu.show {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.form-row
  .form-group
  .bootstrap-select.form-control
  .dropdown-menu.show
  .dropdown-menu.inner {
  display: block;
}

.form-row .form-group .bootstrap-select.form-control .dropdown-menu > li > a {
  padding: 7px 15px;
  font-size: 16px;
  display: block;
}

.form-row
  .form-group
  .bootstrap-select.form-control
  .dropdown-menu
  > li
  > a:hover {
  background-color: #eee;
}

.form-row .form-group .bootstrap-select.form-control {
  border-bottom: 1px solid #e7e5e8;
}

.form-row .form-group .label {
  z-index: 1;
}

.form-row .form-group .bootstrap-select.form-control .dropdown-toggle.btn {
  margin: 30px 0 0 0;
  padding-left: 10px;
}

.form-row
  .form-group
  .bootstrap-select.form-control
  .bs-searchbox
  .form-control {
  height: 34px;
  padding: 10px;
}

.form-row .dropup .dropdown-toggle::after {
  border: none;
}

.form-row .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.formsection .form-group.inputgroupbox .label {
  z-index: 9;
  left: 80px;
}

.formsection .form-group.inputgroupbox .input-group-text {
  padding: 6px 19px;
  font-size: 18px;
  background-color: #f6f6f6;
}

.information_icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 22px;
  z-index: 3;
}

.information_icon img {
  max-width: 18px;
}

.thankyou {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou_content {
  text-align: center;
}

.thankyou_content figure {
  margin: 0 0 20px;
}

.thankyou_content h2 {
  font-size: 40px;
  color: #000000;
  margin: 0 0 20px;
  font-family: 'Poppins', sans-serif;
}

.thankyou_content p {
  font-size: 18px;
  margin: 0 auto 20px;
  color: #585858;
  max-width: 560px;
}

.custom_input .information_icon {
  right: 8px;
  top: 19px;
}

.custom_input .information_icon img {
  max-width: 15px;
  opacity: 0.6;
}

.myprofile .form-group.inputgroupbox .label {
  z-index: 9;
  left: 75px;
}

.myprofile .form-group.inputgroupbox .input-group-text {
  padding: 6px 19px;
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #e7e5e8;
  border-right: 2px solid #e7e5e8;
  font-size: 18px;
}

.btn.btn-danger.remove-row {
  padding: 5px;
  line-height: 10px;
  float: right;
  margin: 5px 0 0;
}

.data_report ul {
  margin-top: 15px;
}

.upcoming_appointment .dashboard_title {
  margin: 10px 0 10px;
}

.bookinglist li figure a {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.onlineMsgToUser {
  position: absolute;
  right: 40px;
  top: 30px;
  padding: 12px 40px 12px 20px;
}

.onlineMsgToUser button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: sans-serif;
  text-shadow: none;
  outline: none;
}

.account_exists_content .whitebg {
  padding: 50px 15px;
  max-width: 700px;
  margin: auto;
}

.account_exists_content .actionrequired {
  text-align: left;
  margin: 0 auto 27px;
  max-width: 500px;
}

.account_exists_content .actionrequired p {
  margin: 0;
  color: #000;
}

.account_exists_content p {
  font-size: 18px;
  margin: 0 0 20px;
  color: #585858;
}

.existing_customer {
  text-align: center;
}

.existing_customer a {
  font-size: 16px;
  color: #fc7a48;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

.existing_customer a:hover {
  color: #1e276c;
}

@media (min-width: 768px) {
  .book_aapointment,
  .dashboard {
    min-height: 86vh;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .videocall {
    margin-left: 10px;
    padding: 12px 10px;
  }

  .detail_missing {
    margin-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .appointment_left span small {
    display: block;
  }

  .detail_missing {
    margin-bottom: 10px;
  }

  .myprofile.patient_detail .form-row {
    margin: 0 -10px;
  }

  .myprofile.patient_detail .form-row > .col-form6,
  .myprofile.patient_detail .form-row > .col-form12 {
    padding: 0 10px;
  }

  .myprofile.patient_detail {
    padding: 30px 15px;
  }

  .patient_detail .table tbody tr td .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .information_icon {
    top: 15px;
  }

  .formsection .form-group.inputgroupbox .input-group-text {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .appointment_left {
    width: 57%;
  }

  .appointment_right {
    width: 43%;
  }

  .detail_missing {
    margin: 5px 0px 5px 5px;
    padding: 7px 8px 5px;
  }

  .detail_missing img {
    margin: -2px 5px 0 0;
    max-width: 22px;
  }

  .videocall {
    padding: 7px 8px;
  }

  .file img {
    max-height: 33px;
  }

  .myprofile .form-row > .col-form12,
  .myprofile .form-row > .col-form6 {
    padding: 0 10px;
  }

  .myprofile.patient_detail {
    padding: 30px 15px;
  }

  .myprofile .form-row > .col-form3 {
    width: 50%;
  }

  .myprofile .form-row > .col-form3 .form-group {
    margin: 0 0 15px;
  }

  .myprofile.patient_detail .table.tablewidth {
    min-width: 700px;
  }

  .myprofile .form-row.marital_number_box {
    display: block;
  }

  .myprofile .form-row.marital_number_box > .col-form6 {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  .form-row
    .form-group.focused
    .bootstrap-select.form-control
    .dropdown-toggle.btn {
    margin: 18px 0 0 0;
  }

  .information_icon {
    top: 14px;
  }

  .thankyou_content h2 {
    font-size: 28px;
    margin: 0 0 15px;
  }

  .thankyou_content p {
    font-size: 16px;
    margin: 0 auto 15px;
  }

  .thankyou_content .primarybtn {
    font-size: 16px;
  }

  .custom_input .information_icon {
    top: 17px;
  }

  .formsection .form-group.inputgroupbox .input-group-text {
    font-size: 15px;
  }

  .myprofile .form-group.inputgroupbox .input-group-text {
    padding: 6px 10px;
    font-size: 15px;
  }

  .myprofile .form-group.inputgroupbox .label {
    left: 55px;
  }

  .upcoming_appointment .dashboard_title {
    margin: 5px 0 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .myprofile.patient_detail {
    padding: 20px 15px;
  }

  .appointment_left {
    width: 57%;
  }

  .appointment_right {
    width: 43%;
  }

  .detail_missing {
    margin: 5px 0px 5px 5px;
  }

  .myprofile .form-row > .col-form12,
  .myprofile .form-row > .col-form6 {
    padding: 0 10px;
  }

  .myprofile.patient_detail .form-row {
    margin: 0 -10px;
  }

  .myprofile.patient_detail .form-row > .col-form6,
  .myprofile.patient_detail .form-row > .col-form12 {
    padding: 0 10px;
  }

  .myprofile .form-row > .col-form3 {
    width: 50%;
  }

  .myprofile .form-row > .col-form3 .form-group {
    margin: 0 0 15px;
  }

  .patient_detail h4 {
    font-size: 18px;
    margin: 15px 0;
  }

  .myprofile.patient_detail .table.tablewidth {
    min-width: 700px;
  }

  .form-row
    .form-group.focused
    .bootstrap-select.form-control
    .dropdown-toggle.btn {
    margin: 18px 0 0 0;
  }

  .formsection .form-group.inputgroupbox .label {
    left: 55px;
  }

  .formsection .form-group.inputgroupbox .input-group-text {
    padding: 6px 10px;
    font-size: 14px;
  }

  .information_icon {
    right: 5px;
    top: 9px;
  }

  .thankyou_content figure img {
    max-width: 60px;
  }

  .information_icon img {
    max-width: 15px;
  }

  .thankyou_content h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }

  .thankyou_content p {
    font-size: 14px;
    margin: 0 auto 10px;
  }

  .thankyou_content .primarybtn {
    font-size: 15px;
    padding: 8px 15px;
  }

  .custom_input .information_icon {
    top: 13px;
  }

  .myprofile .form-group.inputgroupbox .input-group-text {
    padding: 6px 10px;
    font-size: 15px;
  }

  .myprofile .form-group.inputgroupbox .label {
    left: 55px;
  }

  .btn.btn-danger.remove-row .material-icons {
    font-size: 18px;
  }

  .upcoming_appointment .dashboard_title {
    margin: 8px 0 10px;
    font-size: 18px;
  }

  .account_exists {
    min-height: 87.5vh;
  }

  .account_exists_content .actionbox figure img {
    max-width: 40px;
  }

  .account_exists_content p {
    font-size: 14px;
  }

  .account_exists_content p b {
    word-wrap: break-word;
  }
}

@media (max-width: 567px) {
  .appointment_box {
    padding: 15px 8px;
  }

  .appointment_box {
    display: block;
  }

  .appointment_left {
    width: 100%;
  }

  .appointment_right {
    width: 100%;
    text-align: center;
  }

  .file img {
    max-height: 30px;
  }

  .videocall {
    padding: 7px 6px;
    font-size: 12px;
    margin-left: 2px;
  }

  .detail_missing {
    margin: 0;
    padding: 6px 5px 4px 5px;
    font-size: 12px;
    height: 32px;
  }

  .form-row .bootstrap-select.form-control .dropdown-toggle.btn {
    font-size: 14px;
  }

  .upcoming_appointment .dashboard_title {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .myprofile .form-row > .col-form12,
  .myprofile .form-row > .col-form6 {
    float: none;
    width: 100%;
    padding: 0;
  }
}
