/*@forward 'colors' as lib-*;
@forward 'border' as lib-*;
@forward 'flex' as lib-*;*/
/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
/*@mixin pseudo-copy($parent: true, $before: true, $after: true) {
    @if $parent {
        @content;
    }

    @if $before {
        &::before {
            content: "";
            @content;
        }
    }

    @if $after {
        &::after {
            content: "";
            @content;
        }
    }
}

.demo-1 {

    @include pseudo-copy {
        display: block;
        position: absolute;
        width: 12.5rem;
        height: 12.5rem;
        border: 0.125rem solid $clr-acc-2;
        background-color: $clr-acc;
        box-shadow: 0 0 1rem rgba(black, 0.25);
    }

    position: relative;

    &::before {
        top: 1rem;
        left: 1rem;
    }

    &::after {
        top: 2rem;
        left: 2rem;
    }
}*/
.modal {
  /* .close {
      font-weight: bold;
      color: red;
      border: 0;
      background: transparent;
      font-size: 26px;
      position: absolute;
      right: 19px;
  }*/
  z-index: 1051;
}
.modal .form-row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

#exampleModalCenter .modal-content .close {
  right: 10px;
  top: 10px;
}

.close {
  font-weight: bold;
  color: red;
  border: 0;
  background: transparent;
  font-size: 26px;
  position: absolute;
  right: 19px;
}

/*@mixin medium-mds {
    @media only screen and (min-width :767.67px) {
        @content;
    }
}*/
/*$blue: #1560bd;*/
/*$bluelight: #2105dd;*/
/*$yellow: #ffed0c;*/
/*$green: #1ec373;*/
/*$green_light: #116629;*/
/*$green_light: #116629;*/
/*$skyBlue: #28a0f8;*/
.custom_check-label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_check-label input:checked ~ .checkmark {
  background-color: #000000;
  border: 1px solid #000000;
}
.custom_check-label input:checked ~ .checkmark:after {
  display: block;
}
.custom_check-label:hover input ~ .checkmark {
  /*background-color: $black;*/
  opacity: 0.8;
  border: 1px solid #000000;
}
.custom_check-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  /*-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #a2a2a2;
  cursor: pointer;
  /*&:hover{
      background:$ofwhite
  }*/
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio1 {
  display: -webkit-box;
  display: flex;
}
.custom_radio1 .custom_label {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio1 .custom_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1 {
  background: linear-gradient(45deg, #1560bd, #73b2ff);
  /* box-shadow: inset 0px 0px 7px 2px #197fa2;*/
  box-shadow: inset 0px 0px 7px #1560bd;
}
.custom_radio1 .custom_label input:checked ~ .checkmark1:after {
  display: block;
}
.custom_radio1 .custom_label:hover input ~ .checkmark1 {
  background-color: #ccc;
}
.custom_radio1 .custom_label .checkmark1:after {
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 1px #fff;
  /*box-shadow: 0px 0px 1px 1px $white;*/
}

.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: linear-gradient(45deg, #ddd, rgba(204, 204, 204, 0.722));
  border-radius: 50%;
  border-radius: 0px 0px 7px 2px rgba(238, 238, 238, 0.867) true;
  /*box-shadow: inset 0px 0px 7px 2px #aeaeaedd;*/
}
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_Check1 {
  display: -webkit-box;
  display: flex;
}

/*.custom-radio {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    display: inline-flex;
    margin-right: 1rem;

    input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;


        label {
            margin-bottom: 0;

            &:before {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                pointer-events: none;
                content: "";
                background-color: $white;
                border: #adb5bd solid 1px;
                border-radius: 50%;
            }

            &:after {
                position: absolute;
                top: 0.25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                content: "";
                background: no-repeat 50%/50% 50%;
            }
        }



        &:checked {


            & ~ label {
                &:after {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
                }

                &:before {
                    color: $white;
                    border-color: $black;
                    background-color: $black;
                }
            }
        }
    }
}
*/
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
}

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #000000;
}

[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: #757575 solid 1px;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-focus {
  height: auto;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  /* -webkit-transform: translate3d(0, 22px, 0) scale(1);*/
  /* -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);*/
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #ccc;
  margin-bottom: 0;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .form-focus .select2-container .select2-selection--single {
    height: 32px;
  }
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  line-height: 37px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e30303;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  color: #000000;
  margin-bottom: 0.5rem;
}

.form-control {
  border-color: #ddd;
  color: #353535;
  font-size: 14px;
  min-height: 41px;
  padding: 6px 15px;
  resize: none;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control::placeholder {
  color: #757575;
  font-size: 14px;
}
.form-control:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}

.select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 41px;
}
.select2-container .select2-selection--single:focus {
  border-color: #606060;
  box-shadow: none;
  outline: 0 none;
}
@media only screen and (max-width: 767.98px) {
  .select2-container .select2-selection--single {
    height: 32px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #353535;
  font-size: 15px;
  font-weight: normal;
  line-height: 41px;
}
@media only screen and (max-width: 767.98px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1560bd;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 46px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd;
  border-width: 0 6px 6px;
}

.select2-dropdown {
  border-color: #ddd;
}

.select2-container .select2-selection--single {
  /* background-color: $ofwhite1;*/
  border-color: #ddd;
}

.sort-by-col .select2-container .select2-selection--single {
  border-color: #1560bd;
  border-radius: 10px;
  width: 160px;
}
.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../assets/img/icons/down-arrow-gray.svg);
}

.rgtercountrycode-sec {
  width: 80px;
}
.rgtercountrycode-sec .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rgtercountry-sec .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}

.breadcrumb-bar {
  background-color: #1560bd;
  padding: 15px 0;
}
.breadcrumb-bar .breadcrumb-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 5px 0 0;
}

.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb ol li a {
  color: #fff;
}
.page-breadcrumb ol li.active {
  color: #fff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 10px;
}

/*@import 'mixins/_all_mixin';*/
.time-slot ul {
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
}
.time-slot li {
  float: left;
  width: 20%;
  min-height: 1px;
  padding: 10px;
}
.time-slot li .timing {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #494949;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 6px 5px;
  text-align: center;
  position: relative;
  font-weight: 300;
}
.time-slot li .timing:hover {
  background-color: #fff;
}
.time-slot li .timing:last-child {
  margin-bottom: 0;
}
.time-slot li .timing.selected {
  background-color: #1560bd;
  border: 1px solid #1560bd;
  color: #fff;
}
.time-slot li .timing.selected::before {
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 6px;
}

.appoint-slider {
  position: relative;
  padding: 0 30px;
}
.appoint-slider .profile-widget {
  background: transparent;
  padding: 0px;
  border: 0;
  margin: 0;
  min-width: 33.3333%;
}
.appoint-slider .slick-slide {
  min-width: 93px;
  height: 66px;
  /*.scudle-box {
      display: flex;
  }*/
}
.appoint-slider .slick-slide .scudle-item {
  min-width: 93px;
  max-width: 100px;
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 8px;
  flex-direction: column;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(238, 238, 238, 0.478);
  cursor: pointer;
}
.appoint-slider .slick-slide .scudle-item .scudle-day {
  text-transform: uppercase;
}
.appoint-slider .slick-slide .slot-checked {
  background: #116629;
}
.appoint-slider .slick-slide .slot-booked {
  background: #ddd;
}
.appoint-slider .scudle-item.active:before {
  content: "";
  position: absolute;
  content: "";
  height: 3px;
  width: 13px;
  background: #1560bd;
  width: 100%;
  /*-webkit-transition: all .3s ease-in-out;*/
  /* -moz-transition: all .3s ease-in-out;*/
  /*-ms-transition: all .3s ease-in-out;*/
  /*  -o-transition: all .3s ease-in-out;*/
  transition: all 0.3s ease-in-out;
  top: -1px;
  left: 0;
  border-radius: 4px;
}
.appoint-slider .slick-next {
  right: 0px;
}
.appoint-slider .slick-next:before {
  right: 5px;
  top: 27px;
  transform: rotate(225deg);
  background-color: #000000;
}
.appoint-slider .slick-next:after {
  right: 5px;
  top: 35px;
  transform: rotate(-225deg);
  background-color: #000000;
}
.appoint-slider .slick-prev {
  left: 1px;
}
.appoint-slider .slick-prev:before {
  transform: rotate(315deg);
  right: 5px;
  top: 25px;
  background-color: #000000;
}
.appoint-slider .slick-prev:after {
  transform: rotate(-315deg);
  right: 5px;
  top: 33px;
  background-color: #000000;
}

.appoint-slider .slick-slide .scudle-item .scudle-day, .appoint-slider .slick-slide .scudle-item .scudle-date {
  line-height: 17px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.appoint-slider .slick-slide .scudle-item.active .scudle-day, .appoint-slider .slick-slide .scudle-item.active .scudle-date {
  color: #000000;
  font-weight: 500;
}

.appoint-slider .slick-prev:before, .appoint-slider .slick-prev:after, .appoint-slider .slick-next:before, .appoint-slider .slick-next:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 13px;
  /*-webkit-transition: all .3s ease-in-out;*/
  /*-moz-transition: all .3s ease-in-out;*/
  /* -ms-transition: all .3s ease-in-out;*/
  /* -o-transition: all .3s ease-in-out;*/
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}

.appoint-slider .slick-next.slick-disabled:before, .appoint-slider .slick-next.slick-disabled:after {
  opacity: 0.25;
}

.appoint-slider .slick-prev, .appoint-slider .slick-next, .appoint-slider .pharmacy-home-slider .swiper-button-prev, .appoint-slider .pharmacy-home-slider .swiper-button-next {
  display: block;
  width: 24px;
  height: 61px;
  box-shadow: none;
  /*background: $white;*/
  border-radius: 6%;
  background: #fff;
  background: #fff;
  z-index: 9;
  top: 51%;
}

.appoint-slider .slick-prev.slick-disabled:before, .appoint-slider .slick-prev.slick-disabled:after {
  opacity: 0.25;
}

.booking-left-count {
  font-size: 11px;
  font-weight: 400;
  color: #0db02b;
}

.date-day-box-calender--icn:before {
  content: "";
  top: 6px;
  left: 3px;
  background: url(/assets/img/icon/calender-sedule-icon.webp);
  width: 28px;
  height: 28px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1);
  opacity: 0.7;
  /*border-radius: 11px;*/
}

.date-day-box-calender-without-icn {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scudle-box .scudle-item.active .date-day-box-calender--icn::before {
  filter: initial;
  opacity: 1;
}

.slot--box-area {
  padding-bottom: 10px;
  padding-left: 10px;
}
.slot--box-area .time-slot li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  width: 13.1%;
}
.slot--box-area .time-slot li .timing {
  color: #d2ac47;
  border: 1px solid #d2ac47;
  font-size: 13px;
  font-weight: 400;
}
.slot--box-area .time-slot li .timing.selected {
  background-color: #116629;
  border: 1px solid #116629;
  color: #fff !important;
}
.slot--box-area .card-title {
  font-size: 14px;
  margin-bottom: 8px;
}
.slot--box-area .card-title img {
  width: 30px;
  padding: 1px;
  border-radius: 100%;
  background: #fff;
  margin-right: 8px;
  filter: grayscale(1);
}
.slot--box-area .card-body1 {
  margin-top: 10px;
}

.slot--box-area .time-slot li:nth-of-type(7), .slot--box-area .time-slot li:nth-of-type(14), .slot--box-area .time-slot li:nth-of-type(21) {
  margin-right: 0px;
}

/*.time-slot {
    li {
        .timing {
            &.selected {
                &::before {
                    display: none;
                }
            }
        }
    }
}
*/
.profile-details-doctor--price {
  padding: 10px;
  background: #fff;
  box-shadow: 1px 1px 5px 0px #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
}

.docProfile-left {
  border-radius: 8px;
  width: 100px;
  height: 100px;
}
.docProfile-left img {
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.doc-picture-content {
  display: flex;
  align-items: self-start;
}

.docProfile-right-content {
  margin-left: 10px;
}
.docProfile-right-content h2 {
  font-size: 19px;
  margin-bottom: 2px;
}
.docProfile-right-content .docSpec {
  font-size: 13px;
}

.docSpec-location {
  /*font-size: 13px;*/
  font-size: 14px;
}

.cart-relative-doc .slot--box-area .time-slot li {
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 0;
  width: 22.5%;
}
.cart-relative-doc .slot--box-area .time-slot li .timing {
  color: #ae8625;
  border: 1px solid #ae8625;
  font-size: 12px;
  font-weight: 300;
  padding: 6px 2px;
}
.cart-relative-doc .slot--box-area .time-slot li .timing:focus, .cart-relative-doc .slot--box-area .time-slot li .timing:active {
  background: #ae8625;
  color: #fff;
}
.cart-relative-doc .time-slot ul {
  margin-right: 0px;
  margin-left: 0px;
}

.doc-appoint-slider-area {
  background: #fff;
  /*box-shadow: 0px 3px 5px 1px rgba($Grayborder,0.8);*/
  border-radius: 8px;
}

.appoint-slider-seperate {
  padding: 10px 0px;
  /*box-shadow: rgba($ofwhite, 0.79) 0px 3px 5px;*/
  border-bottom: 1px solid #ddd;
  /*margin-bottom: 10px;*/
}

.appointment-calendr {
  overflow-y: auto;
  max-height: 266px;
}

.type-consult {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: linear-gradient(80deg, #ae8625, #ae8625, #ae8625, #f7ef8a, #ae8625, #ae8625);
  /*background:rgba($purple);*/
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.type-consult h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
}

.dropdown-item {
  display: flex;
  padding: 10px;
  cursor: pointer;
}
.dropdown-item:focus, .dropdown-item:focus-within, .dropdown-item:active {
  color: #fff;
  background: #1560bd;
}
.dropdown-item:focus .clinic-name h3, .dropdown-item:focus-within .clinic-name h3, .dropdown-item:active .clinic-name h3 {
  color: #fff !important;
}
.dropdown-item i {
  font-size: 20px;
  background: #eeeeee;
  color: #000000;
  padding: 3px;
  border-radius: 100px;
  margin-right: 5px;
}
.dropdown-item:active {
  color: #fff;
}
.dropdown-item:active .clinic-name h3 {
  color: #fff;
}

.consult-content-icon {
  display: flex;
  padding: 0;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  word-spacing: 0px;
  letter-spacing: 0px;
}
.consult-content-icon i {
  font-size: 16px;
  background: #1560bd;
  color: #fff;
  padding: 3px;
  border-radius: 100px;
  margin-right: 5px;
}
.consult-content-icon.dropdown-toggle::after {
  position: absolute;
  top: 7px;
  right: -19px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.price-show {
  color: #fff;
  font-family: "customfontSlab", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.multiple-clinic {
  padding: 10px 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.multiple-clinic .clinic-name-show h3 {
  font-size: 15px;
  margin-bottom: 0;
  /*&:focus, &:focus-within, &:active {
      color: $white;

  }*/
}
.multiple-clinic #ClinicName {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 188px;
}
.multiple-clinic .dropdown-item .clinic-name-show h3 {
  white-space: normal;
  color: #353535;
  font-weight: 400;
}

.change-location .dropdown-toggle {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #e30303;
  border: none;
}
.change-location .dropdown-toggle:active {
  border: none;
}
.change-location .dropdown-toggle i {
  font-size: 18px;
}
.change-location .dropdown-menu {
  padding: 0px;
  min-width: 19rem;
}
.change-location .dropdown-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px;
  /*min-width: 243px;*/
  min-width: 260px;
  cursor: pointer;
  position: relative;
}
.change-location .dropdown-item:focus h3 {
  color: #fff;
}

.clinic-name-show p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
}

.other-clinic-price span {
  font-weight: 600;
}

.typ-consult-radio {
  display: flex;
}
.typ-consult-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: transparent;
  border: 2px solid #ae8625;
  background-color: #ae8625;
  box-shadow: none;
}

.typ-consult-radio-area {
  padding: 0px 0px 15px;
  background: rgba(238, 238, 238, 0.7);
  /*border-bottom: 1px solid #ddd;*/
}
.typ-consult-radio-area p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  /*text-transform: uppercase;*/
  color: #000000;
}

.conult-ways .custom-control-inline {
  margin-right: 0.7rem;
  padding-left: 0rem;
}
.conult-ways .custom-control-input:checked + label {
  background: #fff;
  border-radius: 5px;
  color: #ae8625;
  border: 2px solid #ae8625;
  font-weight: 500;
}
.conult-ways .custom-control-label {
  padding: 5px 11px 5px 30px;
  width: 163px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #fff;
  border: 2px solid #fff;
  line-height: 30px !important;
}
.conult-ways .custom-control-label::before {
  top: 7px;
  left: 8px;
}
.conult-ways .custom-control-label::after {
  top: 7px;
  left: 8px;
}

[type=radio]:not(:checked) + label:before {
  left: 5px;
  top: 11px;
  width: 18px;
  height: 18px;
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
  top: 16px;
  left: 11px;
  background: #fff;
}

[type=radio]:checked + label:before {
  left: 6px;
  top: 11px;
}

.appoint-slider .slick-prev:hover::before, .appoint-slider .slick-prev:hover::after, .appoint-slider .slick-next:hover::before, .appoint-slider .slick-next:hover::after {
  background-color: #000000 !important;
  opacity: 0.9;
}

.AnthDate {
  margin-bottom: 20px;
  color: #000000;
  width: 100%;
  margin-top: 0px;
  padding: 9px;
  border-radius: 5px;
  font-weight: 500;
}

/*.modal-backdrop.show {
    z-index: auto;
}
*/
.otpModal {
  width: 470px;
  border: none;
  min-height: 300px;
  /* box-shadow: 0px 5px 20px 0px #d2dae3;*/
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .otpModal {
    max-width: 100%;
  }
}
.otpModal h6 {
  color: #1560bd;
  font-size: 20px;
}
.otpModal .otp_vef {
  color: #000000;
  text-transform: capitalize;
}
.otpModal .message-title {
  font-size: 30px;
  margin-top: 20px;
}
.otpModal .form-control {
  padding: 6px 6px;
}
.otpModal .form-control:focus {
  box-shadow: none;
  border: 2px solid #1560bd;
}

.inputs input {
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}
.card-2 .content {
  margin-top: 50px;
}
.card-2 .content a {
  color: red;
}

.otpModal {
  /*.closeBtnMt {
      margin-top: 20px;
  }*/
}
.otpModal .form-control:focus {
  box-shadow: none;
  border: 2px solid #1560bd;
}
.otpModal .resend_otp {
  font-size: 13px;
}
.otpModal .resend_otp#rotpspan {
  margin-top: 15px;
}
.otpModal .resend_otp:nth-child(2n) {
  margin-top: 0px;
}
.otpModal .resend_otp a {
  color: #000000;
  font-weight: 500;
  cursor: pointer;
}
.otpModal .resend_otp a:hover {
  text-decoration: underline;
}
.otpModal .imgCenter {
  margin: 0 auto;
}
.otpModal .imgCenter img {
  width: 100px;
}
.otpModal .YesNoBtn {
  border-radius: 20px;
  height: 40px;
  width: 140px;
}
.otpModal .btn-light {
  border: 1px solid #353535;
  color: #000000;
}
.otpModal .validate {
  background-color: #1560bd;
  /*border: 1px solid $blue;*/
  color: #fff;
}
.otpModal .validate:hover {
  opacity: 0.9;
  color: #fff;
  background-color: #1560bd;
}
.otpModal .form-control:focus {
  box-shadow: none;
  border: 2px solid #1560bd;
}

/*.doctor_profileRight_area {
    width: 27%;
    flex: 0 0 27%;
    max-width: 27%;

    @include wide-responsive {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .clinicFee {
        .consult_fee {
            font-weight: 500;
            margin-left: 5px;
        }
    }

    .clinic-booking {
        @include wide-responsive {
            display: flex;
        }

        .visitClinic {
            margin-bottom: 5px;

            @include wide-responsive {
                margin-bottom: 0px;
                margin-right: 5px
            }
        }

        .btnAppRequest {
            color: $blue;
            border: 1px solid $blue;
            font-size: 14px
        }
    }
}*/
.clinic_Doctors_Discription > .aboutMe {
  display: -webkit-box;
  max-width: 90%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.timings__days {
  margin: 0;
  font-size: 13px;
}

.timings__time {
  font-size: 13px;
}

.full_clinic_area .clinic_img {
  background: url("../../../../../assets/img/background/hospital.jpg");
}
.full_clinic_area .clinic_img::before {
  background: #1560bd;
}