@charset "UTF-8";

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,800;0,900;1,200;1,400;1,500;1,600;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap");

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #6E6E6E;
  font-weight: 400;
}

p {
  color: #6E6E6E;
  font-weight: 500;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h6 {
  font-weight: 600;
  color: #000000;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-100 {
  padding-top: 100px;
}
.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

/*================================
Default btn Style 
===================================*/
@media (max-width: 767px) {
  .nav-item:nth-child(2) {
    display: none;
    /* Hide the second nav item (Login button) */
  }
}

.default-btn-two {
  padding: 14px 27px;
  background-color: #Fed501 !important;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.default-btn-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
  color: #fff !important;
}

.default-btn-two:hover {
  background-color: #000000;
  color: #fff !important;
}

.default-btn-two:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 500;
  color: #Fed501;
  line-height: 0;
}

.section-title h2 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #000000;
}

.section-title .section-icon {
  position: relative;
  width: 310px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title .section-icon .icon {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  font-size: 40px;
  color: #Fed501;
  line-height: 1;
}

.section-title .section-icon::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 25px;
  width: 100px;
  height: 2px;
  background-color: #Fed501;
}

.section-title .section-icon::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 25px;
  width: 100px;
  height: 2px;
  background-color: #Fed501;
}

/*================================
Section Title Style End
===================================*/
/*================================
Top Header
===================================*/

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
}

/* Main nav */
.main-nav {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #000000 !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #000000 !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #000000 !important;
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Main Banner Area 
====================================*/

.home-banner {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/bgimg.jpg);
}
.bg
{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/bg4.jpg);
}
.home-banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/bgimg.jpg);
  opacity: 0.9;
}

.home-banner-content span {
  margin: 0;
  font-weight: 600;
  color: #Fed501;
}

.home-banner-content h1 {
  margin-top: 35px;
  font-size: 55px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* Custom CSS */
.custom-textarea {
  height: 150px;
  /* Set the height as per your requirement */
  /* You can adjust the height value as needed */
}

@keyframes borderAnimation {
  0% {
    border-color: #f5f5f5;
    /* Initial border color */
  }

  50% {
    border-color: #Fed501;
    /* Alternate border color */
  }

  100% {
    border-color: #f5f5f5;
    /* Back to initial border color */
  }
}

.home-banner-content-img {
  border: 15px solid #f5f5f5;
  /* Initial border color */
  border-radius: 15px;
  /* Border radius for rounded corners */
  padding: 10px;
  /* Add padding for better spacing */
  background-color: #d30d28;
  /* Background color for contrast */
  animation: borderAnimation 6s infinite alternate;
  /* Apply animation with slower duration */
}

.list-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.list-text {
  margin-left: 40px;
  /* Adjust margin to separate text from image */
}


.home-banner-form {
  padding-top: 10px;
  /* padding-bottom: 100px; */
}

ul.list-group {
  font-family: 'Kruti Dev', Arial, sans-serif;
  /* Example using Kruti Dev */
}

ul.list-group li {
  font-weight: 600;
  /* Make the text bold */
}

/*=================================
Main Banner Area End
====================================*/
/*================================
Inner Banner
==================================*/

/*================================
Inner Banner End
==================================*/
/*=================================
About Area 
====================================*/

.about-content {
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content .section-title {
  margin-bottom: 30px;
}

.about-content .about-card {
  margin-bottom: 20px;
  position: relative;
}

.about-content .about-card {
  position: relative;
  margin-bottom: 20px;
  /* Adds spacing between each card */
}

.about-content .about-card i {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background-color: #d30d28;
  /* Add background color if needed */
  color: #ffffff;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  /* Center the icon vertically */
  transform: translateY(-50%);
  /* Ensure vertical alignment */
}

.about-content .about-card .content {
  padding-left: 70px;
  /* Adjust padding to account for icon width */
}

.about-content .about-card .content span {
  color: #000000;
  font-weight: 600;
}


.about-content-mr {
  margin-right: 30px;
  margin-left: 0 !important;
}

.bg-two {
  background-color: #Fed501;
}

.about-right-img {
  position: relative;
  margin-bottom: 70px;
}

.about-right-img .about-open-hours {
  /* bottom: -40px; */
  position: absolute;
  left: 0;
  padding: 40px 30px;
  width: 380px;
  background-image: url('../img/bgimg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.about-right-img .about-open-hours h3 {
  color: #000000;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}

.about-right-img .about-open-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-right-img .about-open-hours ul li {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.about-right-img .about-open-hours ul li::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 17%;
  height: 100%;
  left: 32%;
  right: 25%;
  border-top: 2px dotted #000000;
}

.about-right-img .about-open-hours ul li:last-child {
  margin-bottom: 0;
}

.about-right-img .about-open-hours ul li span {
  float: right;
}

/*=================================
About Area End
====================================*/
/*=================================
Appointment Area 
====================================*/

.appointment-from {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 30px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}

.content-container {
  background-image: url(../img/background.png);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.default-btn-two {
  color: #000000;
  /* Text color */
  padding: 5px 20px;
  /* Padding */
  font-size: 15px;
  /* Font size */
  border: none;
  /* Remove border */
  border-radius: 5px;
  /* Add border radius */
  cursor: pointer;
  /* Cursor style */
  transition: background-color 0.3s ease;
  /* Smooth transition */
  display: inline-block;
  /* Make it inline block */
}

.default-btn-two:hover {
  background-color: #faea84;
  /* Darker background color on hover */
}

/* Responsive styles */
@media (max-width: 767px) {
  .default-btn-two {
    width: 100%;
    /* Make button full width on small screens */
  }
}


.appointment-from p {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.appointment-from .form-group {
  margin-bottom: 20px;
  position: relative;
}

.appointment-from .form-group .form-control {
  height: 50px;
  color: #6A6377;
  border: none;
  background-color: #faea8457;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}



.appointment-from .form-group .form-control:focus {
  outline: none;
  border-color: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.appointment-from .form-group textarea.form-control {
  height: auto;
}

.appointment-from .default-btn-two {
  margin-top: 10px;
  border: 0;
  outline: none;
  /* width: 100%; */
}

/*=================================
Appointment Area End
====================================*/
/*=================================
Service Area
====================================*/
.service-area {
  overflow: hidden;
  position: relative;
}

.service-area .section-title h2 {
  margin-top: 0;
}

.service-dots-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-item {
  padding: 11px 22px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-image: url('../img/bgimg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.service-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-item:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-item:hover::before {
  height: 100%;
  opacity: 1;
}

.service-item:hover::after {
  height: 100%;
  opacity: 0.8;
}


.service-item h3 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.service-item:hover p {
  color: #ffffff;
}
.service-item:hover h3 a {
  color: #ffffff;
}



/* Font Styles for List Group within Service Items */
.service-item ul.list-group {
  font-family: 'Kruti Dev', Arial, sans-serif;
  /* Example using Kruti Dev */
}

.service-item ul.list-group li {
  font-weight: 600;
  /* Make the text bold */
}

.service-item .service-item-icon {
  font-size: 35px;
  width: 75px;
  height: 75px;
  color: #ffffff;
  background-color: transparent;
  line-height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.service-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.service-item h3 a {
  color: #000000;
}

.service-item p {
  color: #000000;
  margin-bottom: 0;
}

/*=================================
Service Area End
====================================*/
/*=================================
Consultancy Area 
====================================*/

/*=================================
Consultancy Area End
====================================*/
/*=================================
Insurance Area 
====================================*/

/*=================================
Insurance Area End
====================================*/
/*=================================
Product Area 
====================================*/

/*=================================
Product Area End
====================================*/
/*=================================
Cart Wraps Area
===================================*/

/*=================================
Cart Wraps Area End
===================================*/
/*=================================
Checkout Area 
===================================*/

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*=================================
Checkout Area End
===================================*/
/*=================================
Doctors Area
====================================*/

/*=================================
Doctors Area End
====================================*/
/*=================================
Departments Area 
====================================*/

/*=================================
Departments Area End
====================================*/
/*=================================
Emergency Area
====================================*/

/*=================================
Emergency Area End
====================================*/
/*=================================
Prescription Area
====================================*/

/*=================================
Prescription Area End
====================================*/
/*=================================
Case Study Area
====================================*/

/*=================================
Case Study Area End
====================================*/
/*=================================
Serve Area 
====================================*/

/*=================================
Serve Area End
====================================*/
/*==================================
Faq Area 
=================================*/

.faq-accordion {
  max-width: 100%;
  margin-bottom: 30px;
}

.faq-accordion .section-title {
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 10px 40px 10px 15px;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 600;
  background-color: #fee0013d;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 30px;
  height: 30px;
  color: #16213E;
  border-radius: 50px;
  border: 1px solid #16213E;
  text-align: center;
  line-height: 30px;
  background-color: #f5df52;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  background-color: #ffffff;
  padding: 0 0px 18px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-counter-area {
  margin-left: 80px;
}

.faq-counter-area .col-lg-6:nth-child(2) .single-counter {
  margin-top: 60px;
}

.faq-counter-area .col-lg-6:nth-child(3) .single-counter {
  margin-top: -60px;
}

.single-counter {
  background-color: #Fed501;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 15px;
  border: 1px dashed #ffffff;
  margin-bottom: 30px;
}

ul {
  list-style-type: none;
  /* Removes bullet points */
  padding: 0;
  /* Removes default padding */
  margin: 0;
  /* Removes default margin */
  padding-left: 0.50rem !important;
}

.single-counter::before {
  content: "\f10a";
  position: absolute;
  color: #ffffff15;
  left: 0;
  right: 0;
  top: 35px;
  font-family: Flaticon;
  font-size: 130px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  line-height: 1;
  opacity: 0.8;
}

.single-counter h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.single-counter span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/*==================================
Faq Area End
=================================*/
/*=================================
Blog Area
====================================*/

/*=================================
Blog Area End
====================================*/
/*=================================
Testimonials Area 
====================================*/

/*=================================
Testimonials Area End
====================================*/
/*=================================
Brand Area 
====================================*/

/*=================================
Brand Area End
====================================*/
/*=================================
Subscribe Area
====================================*/

/*=================================
Subscribe Area End
====================================*/
/*=================================
Contact Area
====================================*/

/*=================================
Contact Area End
====================================*/
/*=================================
User All Form
====================================*/

/*=================================
User All Form End
====================================*/

/*==============================
Pagination Area 
=================================*/

/*==============================
Pagination Area End
=================================*/
/*=================================
Map Area 
====================================*/

/*=================================
Map Area End
====================================*/
/*=================================
Footer Area 
====================================*/
.footer-area {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FBFBFB;
  opacity: 0.9;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 30px;
}

.footer-widget .footer-logo a {
  display: block;
}

.footer-widget h3 {
  font-size: 21px;
  color: #000000;
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #252424;
}

.footer-widget .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact-list li {
  display: block;
  color: #252424;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  font-weight: 500;
}

.footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-contact-list li i {
  color: #Fed501;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}

.footer-widget .footer-contact-list li .content a {
  color: #252424;
  display: block;
  font-weight: 500;
  text-decoration: none;
}

.footer-widget .footer-contact-list li:hover {
  color: #Fed501;
}

.footer-widget .footer-contact-list li:hover i {
  color: #000000;
}

.footer-widget .footer-contact-list li:hover a {
  color: #Fed501;
}

.footer-widget .open-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .open-hours-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #252424;
  position: relative;
}

.footer-widget .open-hours-list li::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 25%;
  height: 100%;
  left: 28%;
  right: 25%;
  border-top: 1px dotted #6E6E6E;
}

.footer-widget .open-hours-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .open-hours-list li span {
  float: right;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.footer-widget .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.footer-widget .social-link li:nth-child(1) a:hover {
  background-color: #000000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.footer-widget .social-link li:nth-child(2) a:hover {
  background-color: #000000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.footer-widget .social-link li:nth-child(3) a:hover {
  background-color: #000000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.footer-widget .social-link li:nth-child(4) a:hover {
  background-color: #000000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.copy-right-area {
  padding: 15px;
  background-color: #EFEFEF;
}

.copy-right-area .copy-right-text p {
  color: #554D63;
  margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
  color: #000000;
}

.copy-right-area .copy-right-text p a:hover {
  color: #Fed501;
}

/*=================================
Footer Area End
====================================*/
/*=================================
404 Error Area
===================================*/

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/

/*================================== 
Coming Soon Area End
====================================*/
/*==================================
Back To Top Button 
=====================================*/
.preloader .d-table {
  display: flex;
  justify-content: center;
  /* Align horizontally in the center */
  align-items: center;
  /* Align vertically in the center */
  width: 100%;
  height: 100%;
}

.preloader .d-table .d-table-cell {
  text-align: center;
}


/*==============================
Back To Top Button 
=================================*/
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000000;
}

/*# sourceMappingURL=style.css.map */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking-text {
  animation: blink 1s infinite;
  /* Blinking duration */
}

/* CSS to style the "Choose File" button */
input[type="file"]::-webkit-file-upload-button {
  background-color: #Fed501;
  /* Change the background color as needed */
  color: #fff;
  /* Change the text color as needed */
  padding: 8px 12px;
  /* Adjust padding as needed */
  border: none;
  /* Remove the default border */
  border-radius: 4px;
  /* Add border radius for rounded corners */
  cursor: pointer;
  /* Change cursor to pointer on hover */
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #0056b3;
  /* Change background color on hover */
}

label {
  color: #000000;
  /* Change color to black */
  font-size: 15px;
}




#countdown:before,
#countdown:after {
  display: none;
  /* Hide the pseudo elements on mobile */
}

#countdown #tiles {
  display: flex;
  /* Use flexbox for responsive layout */
  justify-content: center;
  /* Center tiles horizontally */
}

#countdown .labels {
  display: flex;
  /* Use flexbox for responsive layout */
  justify-content: space-between;
  /* Distribute labels evenly */
  align-items: flex-end;
  /* Align labels to the bottom of the tiles */
  margin-top: 10px;
  /* Adjust margin for spacing */
  list-style-type: none;
  /* Remove bullet points */
}

#countdown .labels li {
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  /* Distribute available space evenly */
  margin: 0;
  /* Remove default margin */
}

#countdown {
  width: 100%;
  max-width: 400px;
  height: auto;
  text-align: center;
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
  margin: auto;
  padding: 11px 15px;
  position: relative;
}

#countdown:before,
#countdown:after {
  display: none;
  /* Hide the pseudo elements on mobile */
}

#countdown #tiles {
  display: flex;
  /* Use flexbox for responsive layout */
  justify-content: center;
  /* Center tiles horizontally */
}

#countdown #tiles>span {
  width: 80px;
  max-width: 80px;
  font: bold 32px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #Fed501;
  /* Change text color to black */
  background-color: #000000;
  /* Change background color to yellow */
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 12px 0;
}


#countdown #tiles>span:before {
  display: none;
  /* Hide pseudo element on mobile */
}

#countdown #tiles>span:after {
  display: none;
  /* Hide pseudo element on mobile */
}

#countdown .labels {
  display: flex;
  /* Use flexbox for responsive layout */
  justify-content: space-between;
  /* Distribute labels evenly */
  align-items: flex-end;
  /* Align labels to the bottom of the tiles */
  margin-top: 10px;
  /* Adjust margin for spacing */
  list-style-type: none;
  /* Remove bullet points */
}

#countdown .labels li {
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #000000;
  text-shadow: 1px 1px 0px #ffffff;
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  /* Distribute available space evenly */
  margin: 0;
  /* Remove default margin */
}

/*=================================
Appointment Area 
====================================*/
.appointment-area {
  position: relative;
  overflow: hidden;
}

.appointment-shape {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.appointment-bg {
  background-image: url(../img/appointment/appoinment-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.appointment-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.95;
}

.appointment-img {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.appointment-img-2 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 7%;
}

.appointment-from-area {
  padding-top: 100px;
  padding-bottom: 70px;
}

.appointment-from {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px 30px;
  z-index: 2;
  position: relative;

}

.content-container {
  background-image: url(../img/bgimg.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.appointment-from h2 {
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}

.default-btn-two {
  color: #000000;
  /* Text color */
  padding: 5px 20px;
  /* Padding */
  font-size: 15px;
  /* Font size */
  border: none;
  /* Remove border */
  border-radius: 5px;
  /* Add border radius */
  cursor: pointer;
  /* Cursor style */
  /* transition: background-color 0.3s ease; */
  /* Smooth transition */
  display: inline-block;
  /* Make it inline block */
}

.default-btn-two:hover {
  background-color: #faea84;
  /* Darker background color on hover */
}

/* Responsive styles */
@media (max-width: 767px) {
  .default-btn-two {
    width: 100%;
    /* Make button full width on small screens */
  }
}


.appointment-from p {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.appointment-from .form-group {
  margin-bottom: 20px;
  position: relative;
}

.appointment-from .form-group .form-control {
  height: 50px;
  color: #6A6377;
  border: none;
  background-color: #faea8457;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}


.appointment-from .form-group .form-control:focus {
  outline: none;
  border-color: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.appointment-from .form-group textarea.form-control {
  height: auto;
}

.appointment-from .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #6E6E6E;
  background-color: #000000;
}

.appointment-from .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 200px;
  /* Adjust as needed */
  overflow-y: auto;
  /* Enable vertical scrollbar */
}


.appointment-from .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #6E6E6E;
  padding-left: 20px;
  padding-right: 20px;
}

.appointment-from .nice-select .list .option:hover {
  background-color: #000000 !important;
  color: #ffffff;
}

.appointment-from .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
  color: #6E6E6E;
}

.appointment-from .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #a7a7a7;
  right: 23px;
}

.appointment-from .default-btn {
  margin-top: 10px;
  border: 0;
  outline: none;
  width: 100%;
}

.appointment-from .default-btn-two {
  margin-top: 10px;
  border: 0;
  outline: none;
  /* width: 100%; */
}

.table-condensed {
  border-collapse: collapse;
  width: 260px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #Fed501;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #000000;
  color: #ffffff;
}

.table-condensed .next {
  background-color: #Fed501;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #ffffff;
}

.table-condensed .next:hover {
  background-color: #000000;
  color: #ffffff;
}

.table-condensed .day {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: #Fed501;
  color: #ffffff;
}

.appointment-widget-right {
  position: relative;
  margin-bottom: 70px;
}

.appointment-widget-right .appointment-hours {
  bottom: -40px;
  position: absolute;
  left: 0;
  background-color: #000000;
  padding: 40px 30px;
  width: 380px;
}

.appointment-widget-right .appointment-hours h3 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.appointment-widget-right .appointment-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appointment-widget-right .appointment-hours ul li {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.appointment-widget-right .appointment-hours ul li::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 20%;
  height: 100%;
  left: 32%;
  right: 25%;
  border-top: 1px dotted #ffffff;
}

.appointment-widget-right .appointment-hours ul li:last-child {
  margin-bottom: 0;
}

.appointment-widget-right .appointment-hours ul li span {
  float: right;
}

.appointment-widget-form {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*=================================
  Appointment Area End
  ====================================*/

/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

/* Main nav */
.main-nav {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #000000 !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #000000 !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #000000 !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #000000 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #000000 !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #000000 !important;
  border-radius: 0;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #000000 !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main-nav .others-options .option-item {
  margin-right: 20px;
}

.main-nav .others-options .option-item:last-child {
  margin-right: 0;
}

.main-nav .others-options .option-item .search-btn {
  font-size: 24px;
  margin-top: 10px;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.main-nav .others-options .option-item .search-btn:hover {
  color: #Fed501;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.main-nav .others-options .option-item .close-btn {
  font-size: 24px;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}

.main-nav .others-options .option-item .close-btn:hover {
  color: #Fed501;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.main-nav .others-options .option-item .close-btn.active {
  display: block;
}

.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon {
  font-size: 24px;
  color: #000000;
  position: relative;
}

.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon:hover {
  color: #Fed501;
}

.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon span {
  position: absolute;
  top: 5px;
  right: -6px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #Fed501;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
}

.nav-bar {
  position: absolute;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 555;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #6E6E6E;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #000000;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #6E6E6E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:focus {
  color: #000000;
}

.search-overlay.search-popup .search-form .search-button i {
  font-size: 18px;
  font-weight: bold;
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 50px;
  top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #000000;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #Fed501;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-nav-responsive .container .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 185px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 25px;
}

.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #000000;
  padding: 10px 0 2px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
  padding-left: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item:last-child {
  margin-right: 20px;
  margin-left: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn {
  font-size: 30px;
  margin-top: 10px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn:hover {
  color: #000000;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn:hover {
  color: #000000;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn.active {
  display: block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn {
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon:hover {
  color: #6E6E6E;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon span {
  position: absolute;
  top: 5px;
  right: -10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #6E6E6E;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .nav-bar {
  max-width: 100%;
}

/*=================================
  Navbar Area End
  ====================================*/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2,
h3,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}



img {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg),
      var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus {
  z-index: 3;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.collapse:not(.show) {
  display: none;
}

.nav-link {
  display: block;
  /* padding: 0.5rem 1rem; */
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}



.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

/*# sourceMappingURL=bootstrap.min.css.map */

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    /* Align items to the right */
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #000000;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/boxicons.eot");
  src: url("../fonts/boxicons.eot") format("embedded-opentype"),
    url("../fonts/boxicons.woff2") format("woff2"),
    url("../fonts/boxicons.woff") format("woff"),
    url("../fonts/boxicons.ttf") format("truetype"),
    url("../fonts/boxicons.svg?#boxicons") format("svg");
}

.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bxl-facebook:before {
  content: "\e920";
}

.bxl-instagram:before {
  content: "\e930";
}

.bxl-twitter:before {
  content: "\e962";
}

.bxl-youtube:before {
  content: "\e970";
}


.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*# sourceMappingURL=nice-select.min.css.map */
@media only screen and (max-width: 767px) {

  /* Default CSS */
  body {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-45 {
    padding-top: 30px;
  }

  .default-btn {
    padding: 11px 25px;
  }

  .default-btn-two {
    padding: 5px 25px;
  }

  .section-title span {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .section-title p {
    padding-top: 10px;
  }

  .section-title .section-icon .icon {
    font-size: 30px;
  }

  .section-title .section-icon::before {
    top: 15px;
    left: 30px;
    height: 1px;
  }

  .section-title .section-icon::after {
    top: 15px;
    right: 30px;
    height: 1px;
  }

  h3 {
    font-size: 20px;
  }

  /* Default CSS End */
  /* Top Header CSS */
  .top-header-bg-two {
    background-color: #1fa2ff;
  }

  .header-left {
    text-align: center;
  }

  .header-left .header-left-card ul li {
    padding-left: 0;
    margin: 0 7px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-left .header-left-card ul li::before {
    display: none;
  }

  .header-left .header-left-card ul li:first-child::before {
    display: none;
  }

  .header-left .header-left-card ul li:last-child {
    margin-right: 0;
  }

  .header-left .header-left-card ul li .head-icon {
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    font-size: 20px;
  }

  .header-left .header-left-card ul li a {
    margin-top: 0;
    font-size: 14px;
  }

  .header-right {
    float: none;
    max-width: 270px;
    margin: 0 auto;
    padding-left: 12px;
  }

  .top-social-link {
    float: none;
    margin: 0 auto;
    max-width: 270px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  /* Top Header CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 120px;
    height: 42px;
    margin-top: -5px;
  }

  .others-options {
    display: none !important;
  }

  .side-nav-responsive {
    display: block;
  }

  .side-nav-responsive .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .side-nav-responsive .container .container {
    position: absolute;
    top: 55px;
    right: -20px;
    max-width: 185px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-overlay.search-popup {
    width: 260px;
    margin-top: 15px;
  }

  /* Navbar CSS End */
  /* Main Banner CSS */
  .banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .banner-content h1 {
    margin-top: 10px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .banner-content p {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .banner-img {
    position: inherit;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .banner-img img {
    max-width: 100%;
  }

  .banner-shape {
    display: none;
  }

  .banner-area-two {
    margin-top: 0;
  }

  .banner-content-two {
    padding-top: 120px;
    padding-bottom: 30px;
    text-align: center;
  }

  .banner-content-two h1 {
    margin-top: 10px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .banner-content-two p {
    margin-bottom: 25px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-img-2 {
    position: inherit;
    right: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .banner-img-2 img {
    max-width: 100%;
  }

  .home-banner-content {
    /* padding-bottom: 10px; */
    text-align: center;
  }

  .home-banner-content h1 {
    margin-top: 65px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .home-banner-content p {
    margin-bottom: 25px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-bottom-card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-bottom-card i {
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 0px;
  }

  .banner-bottom-card .content {
    padding-left: 65px;
  }

  .banner-bottom-card .content span {
    font-weight: 500;
    font-size: 14px;
  }

  .banner-bottom-card .content h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  /* Main Banner CSS End */
  /* Inner Banner */
  .inner-banner .inner-title {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .inner-banner .inner-title h3 {
    font-size: 26px;
  }

  .inner-banner .inner-title ul li {
    font-size: 16px;
  }

  .inner-banner-shape {
    display: none;
  }

  /* Inner Banner End */
  /* About Area CSS */
  .about-content {
    margin-left: 0;
  }

  .about-content .section-title {
    margin-bottom: 20px;
  }

  .about-content .about-card {
    margin-bottom: 15px;
  }

  .about-content .about-btn {
    margin-top: 20px;
  }

  .about-right-img {
    margin-bottom: 30px;
  }

  .about-right-img .about-open-hours {
    bottom: 0;
    position: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 15px;
    width: 100%;
  }

  /* About Area CSS End */
  /* appointment Area CSS */
  .appointment-shape {
    display: none;
  }

  .appointment-from {
    padding: 30px 20px;
  }

  .appointment-from h2 {
    font-size: 26px;
  }

  .appointment-from p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .appointment-from-area {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .appointment-img-2 {
    position: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .appointment-widget-right {
    margin-bottom: 30px;
  }

  .appointment-widget-right .appointment-hours {
    bottom: 0;
    position: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 15px;
    width: 100%;
  }

  /* appointment Area CSS End */
  /* Service Area CSS End */
  .service-dots {
    display: none;
  }

  .service-card:hover .service-content {
    top: 35%;
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
    bottom: auto;
  }

  .service-card .service-content p {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-dots-2 {
    display: none;
  }

  .service-details-shape {
    display: none;
  }

  .services-article h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .services-article .services-content p {
    margin-bottom: 20px;
  }

  .services-article .services-another-content .content-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-article .services-another-content .content-img .row .col-6 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .services-article .services-specialist h2 {
    margin-bottom: 20px;
  }

  /* Service Area CSS End */
  /* Product Area CSS */
  .product-shape {
    display: none;
  }

  .product-details-shape {
    display: none;
  }

  .product-search-widget {
    margin-bottom: 20px;
  }

  .product-title h2 {
    margin-bottom: 30px;
  }

  .product-slider {
    margin-bottom: 80px;
  }

  .product-slider .owl-nav .owl-prev {
    top: auto;
    right: auto;
    bottom: -50px;
    left: 32%;
  }

  .product-slider .owl-nav .owl-next {
    top: auto;
    right: 32%;
    bottom: -50px;
  }

  .product-desc h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .product-desc .product-add-btn .default-btn {
    margin-right: 10px;
  }

  .products-details-tab .tabs li a {
    font-size: 15px;
    padding: 12px 24px;
  }

  .products-tabs-reviews ul li {
    padding-left: 0;
    padding-bottom: 30px;
  }

  .products-tabs-reviews ul li img {
    position: initial;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  /* Product Area CSS End */
  /* Cart Wraps Area */
  .cart-wraps-area .cart-table {
    text-align: center;
  }

  .cart-wraps-area .cart-table table thead tr th {
    padding: 0 40px 10px;
    white-space: nowrap;
    font-size: 16px;
  }

  .cart-wraps-area .cart-table table thead tr th:first-child {
    text-align: left;
    padding-left: 0;
  }

  .cart-wraps-area .cart-table table thead tr td {
    white-space: nowrap;
  }

  .cart-wraps-area .cart-table table thead tr td:first-child {
    text-align: left;
    padding-left: 0;
  }

  .cart-wraps-area .cart-buttons {
    text-align: center;
  }

  .cart-wraps-area .cart-buttons .text-right {
    text-align: center !important;
    margin-top: 0;
  }

  .cart-wraps-area .cart-buttons .default-btn {
    display: block;
    text-align: center;
    width: 100%;
  }

  .cart-wraps-area .cart-totals {
    padding: 20px;
    margin-top: 35px;
  }

  .cart-wraps-area .cart-totals h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .cart-wraps-area .cart-totals ul li {
    font-size: 14px;
  }

  .cart-wraps-area .cart-totals .default-btn {
    display: block;
    text-align: center;
    width: 100%;
  }

  .cart-wraps-area .cart-wraps .continue-shopping-box {
    margin-bottom: 20px;
  }

  .cart-wraps-area .cart-calc {
    padding: 20px !important;
    margin-top: 30px;
  }

  .cart-wraps-area .cart-calc .cart-wraps-form h3 {
    font-size: 18px;
  }

  .cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
    width: 100%;
  }

  .cart-wraps-area .cart-calc .cart-wraps-form .default-btn {
    width: 100%;
    text-align: center;
  }

  /* Cart Wraps Area End */
  /* Checkout Area */
  .billing-details {
    padding: 30px;
  }

  .billing-details h3 {
    font-size: 20px;
  }

  .billing-details .form-group {
    margin-bottom: 15px;
  }

  .order-details .order-table {
    padding: 30px 15px;
  }

  .order-details .order-table h3 {
    font-size: 20px;
  }

  .order-details .order-table table thead tr th {
    padding: 15px 10px;
    font-size: 16px;
  }

  .order-details .payment-box {
    padding: 30px;
  }

  /* Checkout Area End */
  /* Consultancy Area CSS */
  .consultancy-area::before {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .consultancy-area::after {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .consultancy-img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .consultancy-img img {
    text-align: center;
  }

  .consultancy-content {
    margin-top: 10px;
    margin-left: 0;
  }

  .consultancy-content h2 {
    font-size: 26px;
  }

  .consultancy-content p {
    margin-bottom: 25px;
    color: #ffffff;
  }

  .consultancy-content .consultancy-form {
    padding: 30px 20px;
    margin-bottom: 50px;
  }

  /* Consultancy Area CSS End */
  .departments-shape {
    display: none;
  }

  /* Prescription Area CSS */
  .prescription-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .prescription-content h2 {
    font-size: 26px;
  }

  .prescription-content p {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
  }

  .prescription-content .prescription-btn {
    padding: 11px 25px;
  }

  .prescription-shape {
    display: none;
  }

  .prescription-shape-2 {
    display: none;
  }

  /* Prescription Area CSS End */
  /* Insurance Area CSS */
  .insurance-area {
    margin-top: 0;
    margin-bottom: 0;
  }

  .insurance-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .insurance-content h2 {
    font-size: 26px;
  }

  .insurance-content p {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
  }

  .insurance-img {
    position: inherit;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 35px;
  }

  .insurance-img img {
    max-width: 100%;
  }

  /* Insurance Area CSS End */
  /* Doctors Area CSS */
  .doctors-shape {
    display: none;
  }

  .doctor-tab .tabs li {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .doctor-tab .tabs li:last-child {
    margin-bottom: 0;
  }

  .doctor-tab .tabs li a {
    font-size: 14px;
    padding: 10px 16px;
  }

  .doctor-tab-shape {
    display: none;
  }

  .doctors-details-content h3 {
    font-size: 24px;
  }

  .doctors-details-content span {
    font-size: 16px;
  }

  .doctors-details-shape {
    display: none;
  }

  /* Doctors Area CSS End */
  /* Serve Area CSS */
  .serve-area .section-title {
    margin-bottom: 30px;
  }

  .serve-btn-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .serve-btn-area::before {
    top: 20px;
    width: 90%;
    height: 88%;
  }

  /* Serve Area CSS End */
  /* Case Study Area CSS */
  .case-study-card .content {
    top: 18%;
  }

  .case-study-card .content p {
    margin-bottom: 7px;
    max-width: 245px;
  }

  .case-study-card .content .read-mor-btn {
    font-size: 15px;
  }

  /* Case Study Area CSS End */
  /* Emergency Area CSS */
  .emergency-shape {
    display: none;
  }

  .emergency-content {
    position: relative;
    z-index: 1;
  }

  .emergency-content h2 {
    font-size: 26px;
  }

  .emergency-content p {
    font-size: 16px;
  }

  .emergency-content .emergency-icon-content {
    padding-left: 55px;
    position: relative;
  }

  .emergency-content .emergency-icon-content i {
    font-size: 45px;
    top: -5px;
  }

  .emergency-content .emergency-icon-content h3 {
    font-size: 20px;
  }

  .emergency-area-bg::before {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .emergency-shape-2 {
    display: none;
  }

  .emergency-content-ptb {
    margin-top: 45px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .emergency-img {
    text-align: center;
  }

  /* Emergency Area CSS End */
  /* Blog Area CSS */
  .blog-shape-icon {
    display: none;
  }

  .blog-area .section-title h2 {
    margin-top: 0 !important;
    line-height: 1 !important;
  }

  .blog-more-btn {
    margin-top: 0px;
  }

  .blog-shape-icon {
    display: none;
  }

  .blog-article .article-content h2 {
    font-size: 24px;
  }

  .blog-article .article-content p {
    margin-bottom: 20px;
  }

  .blog-article .another-content .content-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-article .another-content .content-img .row .col-6 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .blog-article .another-content p {
    margin-bottom: 15px;
  }

  .blog-article .blog-article-share {
    margin-bottom: 30px;
  }

  .blog-article .blog-article-share .blog-tag {
    margin-bottom: 20px;
  }

  .blog-article .blog-article-share .social-icon {
    float: none;
  }

  .blog-article .blog-article-more h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog-article .comments-wrap {
    padding-top: 0;
  }

  .blog-article .comments-wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog-article .comments-wrap ul li {
    padding-left: 0;
  }

  .blog-article .comments-wrap ul li.ml-60 {
    margin-left: 0;
  }

  .blog-article .comments-wrap ul li img {
    position: inherit;
    margin-bottom: 15px;
  }

  .blog-article .comments-wrap ul li a {
    position: inherit;
    right: 0;
    margin-top: 15px;
  }

  .side-bar-widget .blog-gallery {
    max-width: 380px;
  }

  /* Blog Area CSS End */
  /* faq Area CSS */
  .faq-bg::before {
    display: none;
  }

  .faq-bg::after {
    display: none;
  }

  .faq-accordion .accordion .accordion-title {
    font-size: 16px;
  }

  .faq-accordion .accordion .accordion-title i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .faq-counter-area {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-counter-area .col-lg-6:nth-child(2) .single-counter {
    margin-top: 0;
  }

  .faq-counter-area .col-lg-6:nth-child(3) .single-counter {
    margin-top: 0;
  }

  /* faq Area CSS End */
  /* Testimonials Area CSS */
  .testimonials-slider-area {
    position: relative;
  }

  .testimonials-slider-area .owl-nav {
    margin-top: 0;
  }

  .testimonials-slider-area .owl-nav .owl-prev {
    top: unset;
    bottom: 40px;
    left: 30%;
  }

  .testimonials-slider-area .owl-nav .owl-next {
    top: unset;
    bottom: 40px;
    left: auto;
    right: 30%;
  }

  .testimonials-slider {
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .testimonials-slider::before {
    display: none;
  }

  .testimonials-slider .testimonials-item p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .testimonials-slider .testimonials-item .content {
    margin-bottom: 80px;
  }

  .testimonials-slider-two::before {
    display: none;
  }

  .testimonials-slider-two {
    margin-bottom: 100px;
    padding: 20px 30px 40px;
  }

  .testimonials-slider-two .testimonials-card p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .testimonials-slider-two .owl-nav .owl-prev {
    bottom: -75px;
    left: 30%;
  }

  .testimonials-slider-two .owl-nav .owl-next {
    bottom: -75px;
    right: 30%;
  }

  /* Testimonials Area CSS End */
  .case-study-shape {
    display: none;
  }

  .case-details-shape {
    display: none;
  }

  .case-article .case-article-content h2 {
    font-size: 24px;
  }

  /* Brand Area CSS */
  .brand-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* Brand Area CSS End */
  /* Subscribe Area CSS */
  .newsletter-area {
    max-width: 100%;
  }

  .newsletter-area h2 {
    font-size: 26px;
  }

  .newsletter-area p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .newsletter-form .subscribe-btn {
    position: inherit;
    top: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .subscribe-shape {
    display: none;
  }

  .subscribe-responsive {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* Subscribe Area CSS End */
  /* Contact Area CSS */
  .contact-widget-right h3 {
    font-size: 26px;
  }

  .contact-form h2 {
    font-size: 26px;
  }

  .contact-shape {
    display: none;
  }

  /* Contact Area CSS End */
  .user-all-form .contact-form .forget {
    float: none;
  }

  .pagination-area {
    margin-top: 0;
  }

  /* Footer Area CSS */
  .footer-widget h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-widget p {
    margin-bottom: 15px;
  }

  .footer-widget .footer-logo {
    margin-bottom: 20px;
  }

  .footer-widget.ps-2,
  .footer-widget.px-2 {
    padding-left: 0 !important;
  }

  .footer-widget.ps-3,
  .footer-widget.px-3 {
    padding-left: 0 !important;
  }

  /* Footer Area CSS End */
  /* Error Area */
  .error-area .error-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .error-area .error-content h1 {
    font-size: 120px;
  }

  .error-area .error-content h3 {
    margin-top: 20px;
    font-size: 26px;
  }

  .error-area .error-content p {
    font-size: 15px;
    margin-top: 10px;
    padding: 0 15px;
  }

  /* Error Area End */
  /* Coming Soon */
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-area .coming-soon-content h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
  }

  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }

  .coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
  }

  .coming-soon-area .coming-soon-content #timer div {
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }

  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }

  .coming-soon-area .coming-soon-content .newsletter-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    height: 55px;
    padding-left: 13px;
    font-size: 15px;
  }

  .coming-soon-area .coming-soon-content .newsletter-form button {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    height: 50px;
  }

  /* Coming Soon End */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-slider-area {
    position: relative;
  }

  .testimonials-slider-area .owl-nav {
    margin-top: 0;
  }

  .testimonials-slider-area .owl-nav .owl-prev {
    top: unset;
    bottom: 40px;
    left: 38%;
  }

  .testimonials-slider-area .owl-nav .owl-next {
    top: unset;
    bottom: 40px;
    left: auto;
    right: 38%;
  }

  .testimonials-slider-two .owl-nav .owl-prev {
    right: 38%;
  }

  .testimonials-slider-two .owl-nav .owl-next {
    right: 38%;
  }

  .product-slider .owl-nav .owl-prev {
    left: 38%;
  }

  .product-slider .owl-nav .owl-next {
    top: auto;
    right: 38%;
  }

  .service-card:hover .service-content {
    top: 40%;
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
    bottom: auto;
  }

  .service-card .service-content p {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-wraps-area .cart-wraps .continue-shopping-box {
    margin-bottom: 0;
  }

  .user-all-form .contact-form .forget {
    float: right;
  }

  .case-study-card::after {
    width: 96%;
  }

  .case-study-card:hover::after {
    opacity: 0.8;
    height: 95%;
  }

  .case-study-card .content {
    top: 30%;
  }

  .case-study-card .content p {
    max-width: 320px;
  }

  .serve-btn-area::before {
    top: 20px;
    width: 93%;
    height: 88%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* Default CSS */
  body {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-45 {
    padding-top: 30px;
  }

  .default-btn {
    padding: 11px 25px;
  }

  .default-btn-two {
    padding: 11px 25px;
  }

  .section-title span {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    padding-top: 10px;
  }

  .section-title .section-icon .icon {
    font-size: 30px;
  }

  .section-title .section-icon::before {
    top: 15px;
    left: 30px;
    height: 1px;
  }

  .section-title .section-icon::after {
    top: 15px;
    right: 30px;
    height: 1px;
  }

  h3 {
    font-size: 20px;
  }

  /* Default CSS End */
  /* Top Header CSS */
  .top-header-bg-two {
    background-color: #1fa2ff;
  }

  .header-left .header-left-card ul li {
    margin-right: 15px;
  }

  .header-left .header-left-card ul li::before {
    height: 20px;
    left: -8px;
  }

  .top-social-link ul li {
    display: inline-block;
    margin-right: 3px;
  }

  /* Top Header CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 120px;
    height: 40px;
    margin-top: -5px;
  }

  .others-options {
    display: none !important;
  }

  .side-nav-responsive {
    display: block;
  }

  .side-nav-responsive .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .side-nav-responsive .container .container {
    position: absolute;
    top: 55px;
    right: -20px;
    max-width: 185px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-overlay.search-popup {
    width: 260px;
    margin-top: 15px;
  }

  /* Navbar CSS End */
  /* Main Banner CSS */
  .banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .banner-content h1 {
    margin-top: 10px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .banner-content p {
    margin-bottom: 25px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-img {
    position: inherit;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .banner-img img {
    max-width: 100%;
  }

  .banner-shape {
    display: none;
  }

  .banner-area-two {
    margin-top: 0;
  }

  .banner-content-two {
    padding-top: 120px;
    padding-bottom: 30px;
    text-align: center;
  }

  .banner-content-two h1 {
    margin-top: 10px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .banner-content-two p {
    margin-bottom: 25px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-img-2 {
    position: inherit;
    right: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .banner-img-2 img {
    max-width: 100%;
  }

  .banner-bottom-card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-bottom-card i {
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 0px;
  }

  .banner-bottom-card .content {
    padding-left: 65px;
  }

  .banner-bottom-card .content span {
    font-weight: 500;
    font-size: 14px;
  }

  .banner-bottom-card .content h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .banner-bottom-card .content p {
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-content {
    padding-top: 120px;
    padding-bottom: 30px;
    text-align: center;
  }

  .home-banner-content h1 {
    margin-top: 10px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .home-banner-content p {
    margin-bottom: 25px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-form {
    padding-top: 0;
    padding-bottom: 40px;
  }

  /* Main Banner CSS End */
  /* Inner Banner */
  .inner-banner .inner-title {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .inner-banner .inner-title h3 {
    font-size: 26px;
  }

  .inner-banner .inner-title ul li {
    font-size: 16px;
  }

  .inner-banner-shape {
    display: none;
  }

  /* Inner Banner End */
  /* About Area CSS */
  .about-content {
    margin-left: 0;
  }

  .about-content .section-title {
    margin-bottom: 20px;
  }

  .about-content .about-card {
    margin-bottom: 15px;
  }

  .about-content .about-btn {
    margin-top: 20px;
  }

  /* About Area CSS End */
  /* appointment Area CSS */
  .appointment-shape {
    display: none;
  }

  .appointment-img {
    text-align: center;
  }

  .appointment-from {
    padding: 40px 25px;
  }

  .appointment-from h2 {
    font-size: 26px;
  }

  .appointment-from p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .appointment-from-area {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .appointment-img-2 {
    position: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }

  /* appointment Area CSS End */
  /* Service Area CSS End */
  .service-dots {
    display: none;
  }

  .service-details-shape {
    display: none;
  }

  .service-card:hover .service-content {
    top: 35%;
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
    bottom: auto;
  }

  .service-card .service-content p {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-dots-2 {
    display: none;
  }

  /* Service Area CSS End */
  /* Product Area CSS */
  .product-shape {
    display: none;
  }

  .product-details-shape {
    display: none;
  }

  /* Product Area CSS End */
  /* Consultancy Area CSS */
  .consultancy-area::before {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .consultancy-area::after {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .consultancy-img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: -30px;
  }

  .consultancy-img img {
    text-align: center;
  }

  .consultancy-content {
    margin-top: 10px;
    margin-left: 0;
  }

  .consultancy-content h2 {
    font-size: 26px;
  }

  .consultancy-content p {
    margin-bottom: 25px;
    color: #ffffff;
  }

  .consultancy-content .consultancy-form {
    padding: 40px 25px;
    margin-bottom: 50px;
  }

  /* Consultancy Area CSS End */
  .departments-shape {
    display: none;
  }

  /* Prescription Area CSS */
  .prescription-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .prescription-content h2 {
    font-size: 26px;
  }

  .prescription-content p {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
  }

  .prescription-content .prescription-btn {
    padding: 11px 25px;
  }

  .prescription-shape {
    display: none;
  }

  .prescription-shape-2 img {
    max-width: 490px;
  }

  /* Prescription Area CSS End */
  /* Insurance Area CSS */
  .insurance-area {
    margin-top: 0;
    margin-bottom: 0;
  }

  .insurance-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .insurance-content h2 {
    font-size: 26px;
  }

  .insurance-content p {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
  }

  .insurance-img {
    position: inherit;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 35px;
  }

  .insurance-img img {
    max-width: 100%;
  }

  /* Insurance Area CSS End */
  /* Doctors Area CSS */
  .doctors-shape {
    display: none;
  }

  .doctor-tab .tabs li {
    margin-right: 5px;
  }

  .doctor-tab .tabs li a {
    font-size: 14px;
    padding: 10px 16px;
  }

  .doctor-tab-shape {
    display: none;
  }

  .doctors-details-content h3 {
    font-size: 24px;
  }

  .doctors-details-content span {
    font-size: 16px;
  }

  .doctors-details-shape {
    display: none;
  }

  /* Doctors Area CSS End */
  /* Serve Area CSS */
  .serve-area .section-title {
    margin-bottom: 30px;
  }

  .serve-btn-area::before {
    top: 20px;
    width: 95%;
    height: 93%;
  }

  /* Serve Area CSS End */
  /* Emergency Area CSS */
  .emergency-shape {
    display: none;
  }

  .emergency-content {
    position: relative;
    z-index: 1;
  }

  .emergency-content h2 {
    font-size: 26px;
  }

  .emergency-content p {
    font-size: 16px;
  }

  .emergency-content .emergency-icon-content {
    padding-left: 55px;
    position: relative;
  }

  .emergency-content .emergency-icon-content i {
    font-size: 45px;
    top: -5px;
  }

  .emergency-content .emergency-icon-content h3 {
    font-size: 20px;
  }

  .emergency-area-bg::before {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .emergency-shape-2 {
    display: none;
  }

  .emergency-content-ptb {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .emergency-img {
    text-align: center;
  }

  /* Emergency Area CSS End */
  /* faq Area CSS */
  .faq-bg::before {
    display: none;
  }

  .faq-bg::after {
    display: none;
  }

  .faq-accordion .accordion .accordion-title {
    font-size: 16px;
  }

  .faq-accordion .accordion .accordion-title i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .faq-counter-area {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-counter-area .col-lg-6:nth-child(2) .single-counter {
    margin-top: 0;
  }

  .faq-counter-area .col-lg-6:nth-child(3) .single-counter {
    margin-top: 0;
  }

  /* faq Area CSS End */
  /* Blog Area CSS */
  .blog-shape-icon {
    display: none;
  }

  .blog-area .section-title h2 {
    margin-top: 0 !important;
    line-height: 1 !important;
  }

  .blog-more-btn {
    margin-top: 0px;
  }

  .side-bar-widget .blog-gallery {
    max-width: 380px;
  }

  /* Blog Area CSS End */
  /* Testimonials Area CSS */
  .testimonials-slider-area {
    position: relative;
  }

  .testimonials-slider-area .owl-nav {
    margin-top: 0;
  }

  .testimonials-slider-area .owl-nav .owl-prev {
    top: unset;
    bottom: 40px;
    left: 42%;
  }

  .testimonials-slider-area .owl-nav .owl-next {
    top: unset;
    bottom: 40px;
    left: auto;
    right: 42%;
  }

  .testimonials-slider {
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .testimonials-slider::before {
    display: none;
  }

  .testimonials-slider .testimonials-item p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-slider .testimonials-item .content {
    margin-bottom: 80px;
  }

  .testimonials-slider-two {
    margin-bottom: 100px;
    padding: 30px 30px 50px;
  }

  .testimonials-slider-two::before {
    display: none;
  }

  .testimonials-slider-two .owl-nav .owl-prev {
    bottom: -75px;
    left: 42%;
  }

  .testimonials-slider-two .owl-nav .owl-next {
    bottom: -75px;
    right: 42%;
  }

  /* Testimonials Area CSS End */
  .case-study-shape {
    display: none;
  }

  .case-details-shape {
    display: none;
  }

  .case-article .case-article-content h2 {
    font-size: 24px;
  }

  /* Brand Area CSS */
  .brand-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* Brand Area CSS End */
  .subscribe-img img {
    height: auto;
  }

  .newsletter-area h2 {
    font-size: 26px;
  }

  .newsletter-area p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .subscribe-shape {
    display: none;
  }

  /* Contact Area CSS */
  .contact-widget-right h3 {
    font-size: 26px;
  }

  .contact-form h2 {
    font-size: 26px;
  }

  .contact-shape {
    display: none;
  }

  /* Contact Area CSS End */
  .pagination-area {
    margin-top: 0;
  }

  /* Footer Area CSS */
  .footer-widget h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-widget p {
    margin-bottom: 15px;
  }

  .footer-widget .footer-logo {
    margin-bottom: 20px;
  }

  .footer-widget.ps-2,
  .footer-widget.px-2 {
    padding-left: 0 !important;
  }

  .footer-widget.ps-3,
  .footer-widget.px-3 {
    padding-left: 0 !important;
  }

  /* Footer Area CSS End */
  /* Error Area */
  .error-area .error-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .error-area .error-content h1 {
    font-size: 120px;
  }

  .error-area .error-content h3 {
    margin-top: 20px;
    font-size: 30px;
  }

  .error-area .error-content p {
    font-size: 15px;
    margin-top: 10px;
    padding: 0 15px;
  }

  /* Error Area End */
  /* Coming Soon */
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-area .coming-soon-content h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-top: 0;
  }

  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }

  .coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
  }

  .coming-soon-area .coming-soon-content #timer div {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }

  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }

  .coming-soon-area .coming-soon-content .newsletter-form {
    margin-top: 20px;
  }

  /* Coming Soon End */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-light .navbar-brand img {
    max-width: 120px;
  }

  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Main Banner CSS */
  .banner-content h1 {
    font-size: 50px;
  }

  .banner-content p {
    max-width: 500px;
  }

  .banner-img img {
    max-width: 650px;
  }

  .banner-content-two h1 {
    font-size: 50px;
  }

  .banner-img-2 {
    right: 0;
  }

  .banner-img-2 img {
    max-width: 550px;
  }

  .home-banner-content h1 {
    font-size: 48px;
  }

  /* Main Banner CSS End */
  .inner-banner-shape .shape2 {
    display: none;
  }

  .about-right-img .about-open-hours {
    bottom: -150px;
  }

  .service-dots img {
    max-width: 260px;
  }

  .service-dots-2 img {
    max-width: 300px;
  }

  .service-open-hours {
    padding: 30px 10px;
  }

  .about-content {
    margin-left: 0;
  }

  .appointment-from {
    padding: 30px 20px;
  }

  .appointment-from p {
    margin-bottom: 20px;
  }

  .appointment-from .form-group {
    margin-bottom: 15px;
  }

  .appointment-from .default-btn {
    margin-top: 5px;
  }

  .appointment-img-2 {
    right: 0;
  }

  .appointment-img-2 img {
    max-width: 650px;
  }

  .appointment-widget-right .appointment-hours {
    bottom: -100px;
  }

  .consultancy-area::before {
    height: 79.1%;
  }

  .consultancy-area::after {
    height: 79.1%;
  }

  .consultancy-content .consultancy-form {
    padding: 40px 25px;
  }

  .emergency-shape-2 img {
    max-width: 856px;
  }

  .emergency-content-ptb h2 {
    font-size: 34px !important;
  }

  .emergency-area-bg::before {
    height: 92%;
  }

  .prescription-content {
    margin-left: 70px;
  }

  .prescription-content h2 {
    font-size: 34px;
  }

  .prescription-content p {
    font-size: 18px;
  }

  .prescription-shape img {
    max-width: 720px;
  }

  .prescription-shape-2 img {
    max-width: 720px;
  }

  .doctors-shape .doctors-shape-1 img {
    max-width: 260px;
  }

  .doctors-shape .doctors-shape-2 img {
    max-width: 260px;
  }

  .case-study-card .content {
    top: 15%;
  }

  .case-study-card .content p {
    margin-bottom: 7px;
    max-width: 225px;
    font-size: 14px;
  }

  .case-study-card .content .read-mor-btn {
    font-size: 15px;
  }

  .blog-shape-icon {
    top: -195px;
    font-size: 300px;
  }

  .blog-card .content h3 {
    font-size: 18px;
  }

  .blog-card-side ul li a h3 {
    font-size: 18px;
  }

  .testimonials-slider {
    padding: 50px 30px;
    margin-left: -80px;
    margin-right: 80px;
  }

  .testimonials-slider::before {
    top: 130px;
    font-size: 425px;
  }

  .testimonials-slider-two::before {
    top: 108px;
  }

  .testimonials-slider-two .owl-nav .owl-prev {
    left: 44%;
  }

  .testimonials-slider-two .owl-nav .owl-next {
    right: 44%;
  }

  .single-counter {
    padding: 60px 8px;
  }

  .newsletter-area {
    max-width: 510px;
  }

  .footer-widget h3 {
    font-size: 20px;
  }

  .footer-widget .footer-contact-list li {
    font-size: 15px;
  }

  .footer-widget .footer-list li {
    font-size: 15px;
  }

  .footer-widget .social-link li {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 1400px) {
  .nav-bar {
    max-width: 1370px;
  }

  .banner-content h1 {
    font-size: 65px;
  }

  .about-img img {
    width: 100%;
  }

  .case-study-card .content {
    top: 22%;
  }

  .case-study-card:hover::after {
    height: 93.4%;
  }

  .appointment-from {
    padding: 35px 30px;
  }

  .testimonials-slider {
    padding: 80px 60px;
  }

  .testimonials-slider::before {
    top: 190px;
  }

  .testimonials-slider .testimonials-item p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .emergency-img img {
    max-width: 445px;
  }

  .case-article .case-details-img img {
    width: 100%;
  }

  .case-article .case-article-other .article-img img {
    width: 100%;
  }

  .terms-conditions-img img {
    width: 100%;
  }

  .services-article .services-article-img img {
    width: 100%;
  }

  .service-open-hours {
    max-width: 100%;
  }

  .testimonials-slider-two::before {
    top: 285px;
  }
}

@media only screen and (min-width: 1800px) {
  .banner-img {
    right: 5%;
  }

  .banner-img img {
    max-width: 1080px;
  }

  .banner-img-2 {
    right: 15%;
  }

  .banner-img-2 img {
    max-width: 100%;
  }

  .emergency-shape {
    left: 5%;
  }

  .appointment-img-2 {
    right: 20%;
  }

  .appointment-shape {
    left: 34%;
  }

  .service-dots {
    position: absolute;
    top: 0;
    left: 0;
  }

  .service-details-shape img {
    max-width: 100%;
  }

  .product-details-shape img {
    max-width: 100%;
  }

  .case-study-shape img {
    max-width: 100%;
  }

  .case-details-shape img {
    max-width: 100%;
  }

  .doctor-tab-shape .shape1 img {
    max-width: 100%;
  }

  .doctor-tab-shape .shape2 img {
    max-width: 100%;
  }

  .insurance-img {
    right: 15%;
  }

  .insurance-img img {
    max-width: 600px;
  }

  .contact-shape img {
    max-width: 100%;
  }

  .subscribe-shape {
    left: 25%;
  }
}

/*# sourceMappingURL=responsive.css.map */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #000000;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #000000;
  box-shadow: 0 0 15px #000000;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .9s;
  transition: .9s;
}

.top-btn:hover {
  background-color: #Fed501;
  -webkit-box-shadow: 0 0 15px #Fed501;
  box-shadow: 0 0 15px #Fed501;
  color: #fff;
}

.cardbg {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #Fed501;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.cardborder {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0.25rem;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  /* Adjust spacing between items */
}

.footer-contact-list li i {
  margin-right: 10px;
  /* Adjust spacing between icon and text */
}

.footer-contact-list li .content {
  text-align: center;
}

.input-group-append {
  cursor: pointer;
}

/* Flexbox container for input and button */
.input-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px; /* Space between input and button */
}

/* Custom input styling */
.custom-input {
  flex: 1; /* Make input take remaining space */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%; /* Ensure input takes full width */
  box-sizing: border-box; /* Include padding and border in width calculation */
}

/* Custom button styling */
.custom-btn {
  padding: 10px 20px;
  background-color: #Fed501;
  color: rgb(0, 0, 0);
  border: none;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap; /* Prevent button text from wrapping */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .input-btn-wrapper {
    flex-direction: column;
    gap: 0; /* Remove gap between input and button */
  }

  .custom-input {
    width: 100%; /* Ensure full width on mobile */
    margin-bottom: 10px; /* Add space between input and button */
  }

  .custom-btn {
    width: 100%; /* Button takes full width in mobile view */
  }
}/* Flexbox container for input and button */
.input-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px; /* Space between input and button */
}

/* Custom input styling */
.custom-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box; /* Include padding and border in width calculation */
}

/* Custom button styling */
.custom-btn {
  padding: 10px 20px;
  background-color: #Fed501;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap; /* Prevent button text from wrapping */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .input-btn-wrapper {
    flex-direction: column;
    gap: 0; /* Remove gap between input and button */
  }

  .custom-input {
    width: 100%;
    margin-bottom: 10px; /* Add space between input and button */
  }

  .custom-btn {
    width: 100%; /* Button takes full width in mobile view */
  }
}
.sidebar {
  z-index: 1000;
  border-radius: 0 0 10px 10px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0px 7px 7px 7px;
  position: fixed;
  background: #d30d28;
  /* background-color: #4a58ff; */
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right top;
}

.apply-now {
  text-decoration: none;
  font-weight: bold;
  color: white;
  /* padding: 10px 20px; */
  border-radius: 10px;
}
.header-container {
  text-align: center; /* Center the header text */
  margin: 20px 0; /* Add some space above and below the header */
  padding: 10px; /* Add padding to the container */
  background-color: #f8f9fa; /* Light background for contrast */
  border: 1px solid #dee2e6; /* Light border for definition */
  border-radius: 5px; /* Slightly rounded corners */
}

.register-header {
  color: #333; /* Dark text color for visibility */
  font-size: 24px; /* Font size for emphasis */
}
