body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: .875rem;
}

.btn-custom {
  border-radius: 25px;
  background-color: #2f2f2e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.btn-custom:hover {
  color: #ffffff;
  background-color: #f3732e;
  /* border: 1px solid #000; */
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #f3732e;
}

textarea {
  resize: none;
}

.filter-appoitment-container #main_loading {
  height: 0;
}

.filter-appoitment-container #main_loading .loading {
  position: absolute;
  top: 50%;
}

#main-home-page {
  overflow: hidden;
}

.fwb {
  font-weight: 700;
}

.main-home {
  /* background: url("https://i.ibb.co/8YJs3MY/main-home2.png"); */
  /* height: 800px; */
  background-repeat: no-repeat;
  background-size: contain;
}

.mybtn {
  border-radius: 0;
  padding: 15px 9px;
  color: #fff;
  outline: 0;
  background-image: linear-gradient(to right, #19d3b0, #0fcfe8);
}

.appointments-item-btn {
  border-radius: 0;
  padding: 8px 15px;
  color: #fff;
  outline: 0;
  background-image: linear-gradient(to right, #19d3b0, #0fcfe8);
  text-transform: uppercase;
}

.card {
  border: none;
}

.cp {
  color: #10cfe5;
}

.appointments-item p {
  font-size: 14px;
}

.mybtn:hover {
  color: #fff;
  background-image: linear-gradient(to left, #19d3b0, #0fcfe8);
}

.appointments-item-btn:hover {
  color: #fff;
  background-image: linear-gradient(to left, #19d3b0, #0fcfe8);
}

.home-primary:hover {
  background-image: linear-gradient(to right, #e37a42, #fb5801);
}

.home-location:hover {
  background-image: linear-gradient(to right, #2e2b2b, #333333);
  transition: 1s;
}

.main-home-nav {
  font-size: 16px;
  color: #000 !important;
  font-weight: 400;
  padding: 0 30px !important;
}

.main-home-nav:hover {
  color: #f3732e !important;
}

#navbarNav {
  z-index: 999;
}

.header-content {
  margin-top: 100px;
}

.sidebar-content p {
  line-height: 2;
}

.sidebar-image {
  background: url("https://i.ibb.co/wsZ6Z1P/main-home.png");
  height: 800px;
  background-repeat: no-repeat;
  background-size: contain;
}

#main-home-navbar {
  position: relative;
}

#main-home-navbar::after {
  position: absolute;
  height: 1300px;
  content: "";
  right: 0;
}

a:hover {
  text-decoration: none;
}

section.header-bottom-content-aria {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.home-location {
  background-color: #3a4256;
  color: #fff;
  transition: 1s;
  cursor: pointer;
}

.home-primary {
  cursor: pointer;
  transition: 0.3s;
  background: #f3732e;
  color: #fff;
}

.main-home-icon {
  font-size: 50px;
  color: #fff;
}

.home-icons-container h6 {
  font-weight: 700;
  padding-top: 5px;
}

.home-icons-container p {
  font-size: 12px;
  padding-right: 5px;
}

.availableAppoitments-container {
  margin-top: -150px;
}

.nice-dates-day:before {
  background: #19d3b0;
}

.myclass {
  display: block !important;
}

.navbar-brand {
  background-color: transparent;
  margin-right: 0;
  padding: 0;
}

.navbar-brand img {
  /* max-width: 100px;
  width: 100%; */
  width: 200px;
}

.footer-main {
  padding: 50px 0 20px 0;
}

.close {
  background-color: #f3732e;
  color: #ffffff;
  font-size: 22px;
  padding: 2px 10px;
  position: relative;
  top: -20px;
}

.login-body {
  height: auto;
}

.register-body {
  height: 400px;
}

/* 

<img src="https://i.ibb.co/VL6Vc6Q/login.png" alt="login" border="0">
<img src="https://i.ibb.co/wsZ6Z1P/main-home.png" alt="main-home" border="0">
<img src="https://i.ibb.co/8YJs3MY/main-home2.png" alt="main-home2" border="0">


*/

/* Banner Section */
.banner-section {
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../image/New\ Project.jpg);
  background-blend-mode: overlay;
}

.banner-section .container {
  height: 100%;
}

.banner-section .container .banner-content {
  height: 100%;
}

.banner-text-new {
  font-size: 50px;
}

.banner-section .container .banner-content p {
  font-size: 20px;
  font-weight: 500;
}

.banner-section .container .banner-content .row {
  height: 100%;
}

.banner-text {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.about-us-1 {
  padding: 80px 0px 80px 0;
}

.about-us-text h3 {
  font-size: 40px;
  color: #18d2b1;
}

.about-us-text h4 {
  font-size: 22px;
  color: #000000;
}

.about-us-text p {
  font-size: 16px;
  color: #5f666d;
  margin-bottom: 15px;
}

.about-us-text .btn {
  margin-top: 20px;
}

.about-us-img img {
  max-width: 100%;
}

.about-us-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.about-us-list a {
  width: 50%;
  position: relative;
  font-size: 16px;
  color: #304c60;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-us-list a svg {
  padding-right: 14px;
  font-size: 16px;
  color: #304c60;
}

/* Book Appointment */
.book-appointment {
  padding: 80px 0;
  background-color: #e5f0fb;
}

.book-appointment h2,
.book-appointment p {
  text-align: center;
}

.book-appointment-form {
  margin-top: 50px;
}

/* Blog */
.blog-section {
  background-color: #f7f7f7;
  padding: 80px 0;
}

.blog-section .section-title {
  margin-bottom: 30px;
}

.blog-section .section-title .col-md-4 {
  text-align: right;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 400;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.blog-item {
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}

.blog-item:hover .blog-img-thumb img {
  transform: scale(1.3);
}

.blog-item .blog-header {
  position: relative;
}

.blog-item .blog-header .blog-date {
  padding: 10px 16px;
  background-color: #f3732e;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.blog-item .blog-header .blog-img-thumb {
  width: 100%;
  overflow: hidden;
}

.blog-item .blog-header .blog-img-thumb img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-item .blog-content {
  padding: 25px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.blog-item .blog-content h4 {
  color: #002c5b;
  font-weight: 600;
  font-size: 24px;
}

.blog-item .blog-content p {
  color: #616870;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* Package Section */
.packages-section {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.packages-section .title-pricing {
  max-width: 620px;
  margin: 0 auto 40px;
}

.packages-section .title-pricing p {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}

.pricing {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-header {
  padding: 50px 30px;
  background-color: #333333;
}

.pricing .pricing-header .pricing-title {
  color: #ffffff;
  font-weight: normal;
}

.pricing .pricing-header .pricing-price {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}

.pricing .pricing-header .pricing-price strong {
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
}

.pricing .pricing-body {
  padding-top: 20px;
  padding-bottom: 40px;
}

.pricing .pricing-body .pricing-list {
  margin-bottom: 30px;
}

.pricing .pricing-body .pricing-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  font-weight: 600;
}

.pricing .pricing-body .pricing-list li svg {
  font-size: 12px;
  min-width: 16px;
  margin-right: 10px;
  color: #006838;
}

.pricing.active .pricing-header {
  background-color: #f3732e;
}

.pricing .pricing-header .pricing-price sup {
  position: absolute;
  top: 30px;
  left: -15px;
  font-size: 18px;
  color: #ffffff;
}

/* Service Section */
.services-sec {
  background-image: url(../image/bg-services.png);
  background-color: #d27318;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  padding: 80px 0;
  text-align: center;
}

.services-sec h2 {
  color: #000;
}

.services-item {
  border: 1px solid #e5f0fb;
  border-radius: 0;
  padding: 0 5px 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #657188;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
}

.services-item:hover {
  color: #d2761e;
}

.services-item .services-img {
  width: 77px;
  height: 57px;
  padding: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px 15px 10px;
}

.services-item .services-img svg {
  font-size: 26px;
  font-weight: 600;
}

.services-list {
  margin-top: 80px;
}

.services-item .service-text {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

/* Footer */
footer {
  background-color: #2f2f2e;
  padding: 16px 0;
  color: #ffffff;
}

.footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-content p {
  font-size: 14px;
  line-height: 22px;
}

.footer-content h4 {
  margin-bottom: 25px;
}

.social-links ul {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  margin-top: 15px;
}

.social-links ul li {
  padding: 0 10px;
}

.social-links ul li a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

.quick-links ul li {
  margin-bottom: 10px;
}

.quick-links ul li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.opening-hours ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.opening-hours ul li svg {
  padding-right: 8px;
}

.opening-hours ul li .day {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 15px;
}

.opening-hours ul li .time {
  font-size: 16px;
  font-weight: 400;
}

.Medicines .card {
  box-shadow: 0px 1px 12px rgb(0, 0, 0, 0.11);
}

.Medicines .card a {
  text-decoration: unset;
}

.image {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px;
  /* margin: 10px; */
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 23%);
  /* height: 150px; */
  border-radius: 8px;
  /* text-align: left;
    margin-top: 20px; */
  border-radius: 10px;
}

.Medicines {
  /* position: absolute; */
  /* width: 1000px; */
  /* left: 0;
    right: 0; */
  /* margin: auto; */
  /* bottom: -12%;
    z-index: 99; */
  margin-top: -85px;
}

.img {
  border-radius: 5px;
}

.text {
  padding-top: 20px;
  text-align: center;
}

.banner-text1 {
  padding-top: 10%;
  font-size: 50px;
  padding-left: 135px;
  color: #fff;
}

.banner-text2 {
  color: #fff;
  font-size: 50px;
  padding-left: 135px;
}

.about-button1 {
  margin-top: 40px;
  text-align: center;
}

.contact-area {
  background-color: #eff3f7;
  padding: 50px;

}

.formtable {
  background-color: #eff3f7;
}

@media only screen and (max-width:768px) {
  .contact {
    margin-bottom: 30px;
  }
}

.contact input {
  margin-bottom: 1rem;
}


.contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 8px 32px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f3732e;
  font-family: 'poppins', sans-serif;
  cursor: pointer;
  /* width: 100%; */
  margin-top: 15px
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #232434;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 26px;
  padding-left: 40px;

}

@media only screen and (max-width:768px) {
  .single_address {
    padding-left: 0px;
  }
}

.single_address i {
  background: #f6f6f6;
  color: #7564e5;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #7564e5;
  color: #fff;
}

.single_address h4 {
  font-size: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 400;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

.section-title h1 {
  font-size: 34px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}


.section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}

.section-title {
  margin-bottom: 60px;
}

.text-center {
  text-align: center !important;
  margin: 0 !important;
  padding-bottom: 20px;
}

body {
  background-color: #ffffff;
}

.bbb-wrapper {

  margin-top: 200px;

}

.newsletter-area {
  background-color: #232434;
  padding: 88px;
  height: 300px;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.bbb-wrapper .subcribe-form #subscribe input {
  width: 100%;
  height: 48px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 1px;
  padding: 0 30px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
  height: 38px;
  padding: 0 30px;
  border-radius: 3px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}

.subscribe-message {
  color: #fff;
  float: left;
  margin-top: 10px;
  text-align: left;
  font-weight: 500;
  line-height: 19px;
}

.color-bg {
  background: #f3732e;
  color: white;
  border: none;
  width: 116px;
  padding: 13px;
}

#subscribe-button:hover {
  background: #ff5722;
  color: #fff;
}

input#subscribe-email {
  width: 200px;
  padding: 11px;
}

svg.svg-inline--fa.fa-location-dot.me-2.fa-lg {
  color: #f3732e;
}

svg.svg-inline--fa.fa-envelope.me-2.fa-lg {
  color: #f3732e;
}

svg.svg-inline--fa.fa-phone.me-2.fa-lg {
  color: #f3732e;
}

svg.svg-inline--fa.fa-clock.me-2.fa-lg {
  color: #f3732e;
}

.textbox1 {
  margin-left: auto;
  margin-right: auto;
}

.textbox1 img {
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px;
}

.textbox1 h5 {
  font-size: 22px;
  padding-top: 20px;
}

.textbox1 p {
  color: #f3732e;
}

.textbox1 h4 {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 30px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.healthConcernsshadow {
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
}

.care-box {
  border: 1px solid black;
  padding: 20px 10px 10px 10px;
  margin: 10px 10px 10px 10px;
  width: 150px;
}

.care-box-img {
  width: 120px;
  height: auto;
}

.next-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  left: -9%;
}

.next-btn-1 {
  background-color: #212529;
  border-radius: 50%;
  padding: 1px 5px 0px 4px;
  font-weight: bold;
  font-size: 16px;
}

.prev-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  right: -9%;
}

.rating_btn {
  float: left !important;
  background-color: #1aab2a;
  border: none;
  font-weight: 700;
}

.star-icon:hover {
  color: #000;
}

.product-box {
  border: 1px solid #dee2e6;
}

.product-box:hover {
  border: 1px solid black;
}

.next-btn1 {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  left: -6%;
}

.next-btn-1 {
  background-color: #212529;
  border-radius: 50%;
  padding: 1px 5px 0px 4px;
  font-weight: bold;
  font-size: 10px;
}

.prev-btn1 {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  right: -4%;
}

.card-header {
  padding-left: 16px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.text20 {
  font-size: 20px;
}

.taxe-text {
  margin-left: 32px;
}

.card1 {
  border-radius: 10px;
  padding: 20px;
}

.card2 {
  border-radius: 10px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.font-16 {
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.font-14 {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.text15 {
  font-size: 15px;
}

.btnremove1 {
  border-radius: 50%;
  padding: 0 5px;
  background-color: #d27318;
}

.color_header {
  background-color: #d27318;
}

.payment_button {
  width: 100%;
  padding: 15px;
}

.border-bottom2 {
  border-bottom: 5px solid #f3732e !important;
  width: 340px;
}

.btn-dark {
  color: #fff;
  background-color: #2f2f2e;
  border: none;
}

::placeholder {
  font-size: 12px;
}

.lab-banner {
  background-image: url(../image/lab-banner3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px 100px 0px;
  width: auto;
  height: auto;
}

.sign-in-btn {
  background-image: linear-gradient(to left, #18D2AE, #0FCFEA);
}

.booklabsfrom input::placeholder {
  font-size: 16px;
}

.booklabsfrom textarea::placeholder {
  font-size: 16px;
}

.plancolor {
  background-color: #fa6c20;
}

.text12 {
  font-size: 12px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.offer1 {
  position: absolute;
  left: 20px;
  top: 72px;
}

.book-text {
  font-size: 22px;
  text-align: center;
}

.vaccine-selection {
  background-image: url(../image/vaccine1.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  appearance: none;
}

.linear-background {
  background-color: #7b92a8 !important;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
}

.Medicines-1 {
  padding-top: 70px;
}

.about-us {
  padding: 80px 40px;
}

.policy {
  padding: 80px 0;
}

.about-us-img img {
  width: 590px;
}

.services-sec-1 {
  background-color: #d27318;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 400px;
  padding: 80px 0;
  text-decoration: ;
}

.cancel_price {
  text-decoration: line-through;
}

.modal-101 {
  left: 21%;
  width: 63%;
}

.modal-102 {
  left: 30%;
  width: 38%;
}

.modal-103 {
  left: 21%;
  width: 63%;
}

.dropbtn {
  color: white;
  padding: 0px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 10px;
  border-radius: 8px;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: .875rem;
  font-weight: 300;
  margin: 0;
}

.my-profile {
  border-bottom: 1px solid rgb(206, 193, 193);
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #000000;
}

.person-icon {
  font-size: 18px;
  margin-right: 10px;
}

.profile-bg {
  background-image: url(../image/bg-services.png);
  background-color: rgb(210, 118, 30, 0.9);
}

.profile-img {
  border-radius: 50%;
}

.cart-icon {
  margin-right: 15px !important;
}

.feild-1 {
  background-color: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 10px 12px;
}

.feild-2 {
  padding: 10px 12px;
  margin: 10px 0px 0px 40px;
}

.lablename {
  margin: 10px 10px;
  font-size: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.save-btn {
  padding: 10px 150px;
  border: none;
  border-radius: 10px;
  background-color: #2f2f2e;
  color: #ffffff;
}

#doctorsName {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #dee2e6;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 0.375rem;
}

#doctorsName:focus {
  color: black;
  background-color: white;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.total-bg {
  background-image: url(../image/banner.jpg);
  padding: 300px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.total123 {
  border-radius: 5px;
}

a {
  color: black;
}

.card-bg {
  background-image: url(../image/shopping-cart.jpg);
  padding: 300px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop-btn-1 {
  background-color: #f3732e;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  padding: 12px 30px;
}

.cart123 {
  border-radius: 10px;
  padding: 40px 0px;
}

.privacy-header {
  border-bottom: 1px solid black;
}

.list-privacy {
  list-style: lower-alpha;
}

.list-circle {
  list-style: disc;
}

.list-privacy-none {
  list-style: none;
}

.editorail-icon {
  margin-left: -52px;
  margin-top: 6px;
}

.icon-box-edit {
  padding-left: 52px;
}

.count-color {
  background-color: #f3732e;
  padding: 4px 10px;
  border-radius: 50%;
}

.editorail-font {
  font-size: 16px;
}

.dr-image {
  border-radius: 50%;
}

.alpha-123 {
  list-style: upper-alpha;
}

.rYcq8 {
  list-style: lower-latin;
}

.LfneA {
  border: 1px solid black;
}

.profile-image {
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}

.profile-image::hover {
  background-color: rgb(255, 255, 255);
}

.addbutton-123 {
  color: #ffffff;
  background-color: #f3732e;
  padding: 8px 6px;
  border-radius: 4px;
}

.invoice-shadow {
  box-shadow: 0px 0px 20px -10px #000000;
  border-radius: 14px;
  padding: 50px 30px;
}

.invheader {
  color: #f3732e;
  border-bottom: 3px solid #f3732e;
}

.invborder {
  border-bottom: 1px solid rgba(0, 0, 0, .8);
}

.invborder123 {
  border-bottom: 1px dashed rgba(0, 0, 0, .8);
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

.addressBg {
  background-image: url(../image/ship.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-blend-mode: overlay;
  padding: 220px 0px 220px 0px;
  width: auto;
  height: auto;
}

.bg-dark12 {
  background-color: #3b4044;
}


.main-border012 {
  border: 1px solid #f3732e;
  border-radius: 10px;
  padding: 40px;
}

.consult-icon {
  font-size: 30px;
  color: #f3732e;
}

input::placeholder {
  font-size: 16px;
}

.submit-btn123 {
  background-color: #f3732e;
  padding: 8px 40px;
  color: white;
  font-size: 18px;
  margin-top: 20px;
}

.submit-btn45 {
  text-align: center;
}

.conform-btn123 {
  background-color: #f3732e;
  padding: 8px 40px;
  color: white;
  font-size: 18px;
  margin-top: 20px;
}

.gotohomebtn {
  background-color: #f3732e;
  padding: 8px 40px;
  color: white;
  font-size: 18px;
  margin-top: 20px;
}

.thank-gif {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.remove-btn-123 {
  display: none;
}

/* input.form-control.input-number{

} */

/* loader */
#preloader,
#loadingmessage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #143d4c9c;
  z-index: 99999;
}

#status,
#loadingmessage1 {
  position: absolute;
  left: 47%;
  top: 32%;
  border: 5px solid #e0ebf4;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* loader */

/* multislider */
.brands-section .card {
  height: 120px;
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 11%);
}

.brands-section .card .brand-img {
  width: 150px !important;
  object-fit: cover;
  margin: 0 auto;
  padding: 15px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: -14px;
  top: 34%;
  display: block;
  padding: 2px 10px !important;
  font-size: 50px !important;
  margin: 0;
  cursor: pointer;
  color: #000000;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -56px;
  top: 34%;
  display: block;
  padding: 0 .3em !important;
  font-size: 50px !important;
  margin: 0;
  cursor: pointer;
  color: #000000;
  transform: translate(-50%, -50%);
}

.owl-nav {
  display: block !important;
}

.img-title {
  font-size: 15px !important;
}

.img-title:hover {
  color: #000000;
}

a:hover {
  color: #000000;
}

/* multislider */




@media only screen and (max-width: 480px) {
  .contact-area {
    padding: 50px 0px;
  }

  label {
    font-size: 16px;
  }

  .main-home-nav {
    padding: 8px 10px !important;
  }

  .main-home-nav:hover {
    color: #f3732e !important;
  }

  .Medicines {
    margin-top: -34px;
  }

  .banner-text-new {
    font-size: 32px;
  }

  .banner-section {
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/New\ Project.jpg);
    padding-bottom: 15%;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .about-us-1,
  .about-us,
  .services-sec-1 {
    padding: 50px 15px 50px 15px;
  }

  .about-us-list a {
    width: auto;
  }

  .about-us-img {
    margin-top: 20px;
  }

  .footer-main {
    padding: 50px 0 30px 0;
  }

  .close {
    top: -300px;
  }

  .card1 {
    padding: 0px;
  }

  .lab-banner {
    padding: 50px 0px 50px 0px;
  }

  .packages-div {
    flex-direction: column;
  }

  .offer1 {
    left: 25px;
  }

  .modal-101 {
    left: 0%;
    width: 100%;
  }

  .modal-102,
  .modal-103 {
    left: 0%;
    width: 100%;
  }

  .policy {
    padding: 50px 30px;
  }

  .privacy-header {
    font-size: 30px;
  }

  .main-border012 {
    padding: 20px;
  }

  .invoice-shadow {
    padding: 30px 15px;
  }

  .total-bg {
    padding: 50px 20px;
  }

  .thank-gif {
    width: auto;
    height: auto;
  }

}

p.pt-3.img-title {
    font-size: 12px !important;
    font-weight: 700 !important;
}

.noproduct-bg {
  background-image: url(../image/noproduct.jpg);
  padding: 300px 0px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.shop-btn-1 {
  background-color: #f3732e;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  padding: 12px 30px;
}

.noproduct123 {
  border-radius: 10px;
  padding: 40px 0px;
}