
:root {
  --brandColor: #23d3d3;
  --seconderyColor: #f5f8fd; 
  --seconderyColorDark: #f2f4f8;
  --brandColorDark: rgb(0, 150, 136);
  --reviewColor: #ff5722;
  --light: "lightgray";
  --white: white;
  --gray: #f7f7f7;
  --fontBold: 600;
  --black: #00224f;
  --borderColor: #80808040;
  --hover-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  --shadow: 0 1px 1px rgb(0 0 0 / 10%);
  --radious: 3px;
}

/* inharit from prothomalo */
@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.woff2)
      format("woff2"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-f516035cb806da4a249e.woff)
      format("woff"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-46e441a492e5db01a626.ttf)
      format("truetype");
}
@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-aa601df2de76cd05565b.woff2)
      format("woff2"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-c8b8a9932c11d2c59584.woff)
      format("woff"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-84f82f94f85c86547d1b.ttf)
      format("truetype"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-a7594ac15c232b284a78.eot)
      format("embedded-opentype");
}
@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.woff2)
      format("woff2"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-72cba63e779d86520525.woff)
      format("woff"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-7084d97ccd992205d87b.ttf)
      format("truetype"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-6f30c4f7cce4d463f8e4.eot)
      format("embedded-opentype");
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: banglaNormal;
  src: url(../fonts/Shurjo.woff2);
}
@font-face {
  font-family: banglaBold;
  src: url(../fonts/Shurjo-700.woff);
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, Shurjo;
  box-sizing: border-box;
  /* background-color: rgba(218, 218, 218, 0.466); */
  scroll-behavior: smooth;
}
::selection {
  background: var(--brandColorDark);
  color: white;
}
a {
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 30px;
}
strong {
  color: var(--black);
}
.title-2 {
  margin: 20px 0px;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--black);
}
.brandColor{
  color: var(--brandColorDark);
  font-weight: 500;
}
.card {
  box-shadow: var(--shadow);
  border-radius: var(--radious);
  padding: 20px;
  background: white;
}
.bg-secondery {
  background: var(--seconderyColor);
}
.btn {
  border: unset;
  padding: 8px 20px;
  font-family: Montserrat;
}

label {
  font-size: 14px;
}

video {
  height: auto;
  width: 100%;
  object-fit: fill;
  position: absolute;
}
.img-fluid {
  width: 100%;
  height: auto;
}
li {
  list-style: none;
}
input {
  transition: all 0.2s ease-in-out;
  outline: none;
}
input:focus {
  border: 1px solid var(--brandColor);
}

.none {
  display: none;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0px auto;
}
.append-style {
  font-size: 30px !important;
}

/* padding */
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.hide {
  display: none;
}
/* margin */
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.padding-bg {
  padding: 4px;
  background: white;
}
.w-100 {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}

.link {
  text-decoration: none;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
.link:hover {
  color: #0e3293;
}

/* 
* HEADER SECTION
*/
header {
  background: white;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  height: 85px;
  transition: height 0.3s ease-in-out;
}

.header-container.active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9999;
  height: 70px;
  background: white;
  padding: 0px 60px;
  box-shadow: 0px 0px 10px 0px lightgray;
}

.header-logo-wrapper {
  width: 100px;
  height: auto;
}
.header-logo-wrapper img{
  width: 100%;
  object-fit: contain;
}

.header-menu-wrapper ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
  list-style: none;
}

.header-menu-wrapper li a {
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  font-weight: bold;
  color: var(--black);
}
.header-menu-wrapper li a:hover {
  color: var(--brandColorDark);
}

.submit-doctor-button {
  background-color: var(--brandColorDark);
  color: white !important;
  border-radius: 30px;
  border: 1px solid var(--brandColorDark);
  padding: 13px 20px;
  transition: all 0.3s ease-in;
  font-weight: bold;
}
.submit-doctor-button:hover {
  background: white;
  color: var(--brandColorDark) !important;
  border: 1px solid var(--brandColorDark);
}

/* 
* HERO SECTION
 */
 .hero-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
 }
 .hero-thumb {
  height: 100%;
 }
 .hero-thumb img {

 }

 .hero-video {
   position: relative;
   width: 100%;
   height: 100%;
 }
 .hero-search-wrapper {
   position: absolute;
   width: 100%;
   height: 100%;
 }
 .hero-search {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
 }
 .hero-search input {
  width: 500px;
  height: 52px;
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid var(--seconderyColor);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
 }
 .hero-search input:focus {
   outline: none;
   border: 1px solid var(--seconderyColor);
 }
 
 .hero-search i {
  background: var(--brandColorDark);
  border-radius: 50%;
  color: white;
  padding: 10px;
  font-size: 20px;
  margin-left: -48px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: flex-start;
  align-items: center;
 }
 .hero-search i:hover {
   background: white;
   color: var(--brandColor);
 }

 /* 
 * FEATURED CITY
  */
.featured-city-title-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.featured-city-title-wrapper h2 {
  font-size: 45px;
}
.featured-city-title-wrapper .underline {
  width: 200px;
  height: 2px;
  background: var(--brandColor);
  margin: 0px auto;
  margin-top: 20px;
}
.featured-city-title-wrapper p {
  margin: 0px;
  padding: 0px;
}
.featured-city-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 40px 0px;
}
.featured-city-item {
  width: 100%;
  height: 325px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.featured-city-thumb {
  width: 100%;
  height: 100%;
}
.featured-city-thumb img{
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.featured-city-thumb img:hover{
  transform: scale(1.1);
}
.featured-city-content {
  position: absolute;
  inset: 0;
  width: 100%;
  color: white;
  padding: 20px;
  z-index: 1;
display: flex;flex-direction: column;align-items: baseline;justify-content: flex-end;}
.featured-city-content::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(
180deg,
rgb(42 41 41 / 15%),
#000000a8,
#000
);
  z-index: -1;
  left: 0px;
  width: 100%;
}

.featured-city-content h2 {
  color: white;
  margin-bottom: 8px;
  background: var(--brandColorDark);
  width: max-content;
  padding: 5px 19px;
  border-radius: 20px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  padding-left: 10px;
  font-size: 20px;
}

.featured-city-content a {
  color: lightgoldenrodyellow;
  font-weight: bold;
}
.featured-city-content li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 8px;
}
.featured-city-content li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: var(--seconderyColor);
  border-radius: 2px;
  margin-right: 20px;
} 

/* 
* SPECIALIST SECTION
 */
.specialist-section {
  margin-bottom: 40px;
  background: var(--seconderyColor);
  padding: 70px 0px;
}
.specialist-title-wrapper {
  margin-bottom: 20px;
}
.specialist-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.specialist-wrapper ul{
  margin: 0px;
  padding: 0px;
}
.specialist-wrapper li{
  margin-bottom: 10px;
  font-size: 20px;
border-radius: 40px;padding: 14px;background: white;
box-shadow: var(--shadow);
display: flex;justify-content: flex-start;align-items: center;grid-gap: 8px;}
.specialist-wrapper i{
  color: green;
background: #009688;border-radius: 50%;width: 25px;height: 25px;color: white;font-size: 15px;display: flex;justify-content: center;align-items: center;}
.specialist-wrapper a {
  color: var(--brandColorDark);
  font-weight: bold;
}

/* 
* FEATURED DOCTOR
 */

.featured-doctor-section {
  padding: 50px 0px;
  padding-top: 0px;
}
.featured-doctor-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 80px;
  row-gap: 60px;
}
.feauted-doctor-item {
  width: 100%;
  background: var(--seconderyColor);
  border: 1px solid whitesmoke;
  padding:  30px 10px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  transition: all 0.3s ease-in;
  box-shadow: var(--shadow);
  border-radius: 3px;
  position: relative;
}
.feauted-doctor-item:hover {
  box-shadow: var(--hover-shadow);
}
.featured-docotor-thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid white;
  margin-bottom: 10px;
  margin-top: -65px;
  margin-left: -16px;
  box-shadow: var(--shadow);
}
.featured-docotor-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-doctor-content {
  
}
.featured-doctor-content li{
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 23px;
}

.featured-doctor-content li a {
  text-decoration: none;
  color: black;
}
.featured-doctor-social {
  margin-top: 10px;
  width: 100%;
  /* display: flex; */
  /* justify-content: flex-start; */
}
.featured-doctor-social ul{
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.featured-doctor-social ul li a {
  color: #009688;
}
.specialist-tag {
  font-weight: bold;
  color: white;
  background: var(--brandColorDark);
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 13px;
  box-shadow: var(--shadow);
}
.doctor-name-tag {
  color: var(--brandColorDark);
  font-weight: bold;
}

/* 
*   HOSPITAL SECTION 
*/
.hospital-section {
  margin-bottom: 40px;
  background: var(--seconderyColor);
  padding: 70px 0px;
}
.hospital-title-wrapper {
  margin-bottom: 20px;
}
.hospital-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.hospital-wrapper ul{
  margin: 0px;
  padding: 0px;
}
.hospital-wrapper li{
  margin-bottom: 10px;
  font-size: 20px;
  padding: 14px;
  background: white;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 8px;
  border-radius: var(--radious);
}
.hospital-wrapper i{
  color: green;
  background: #009688;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hospital-wrapper a {
  text-decoration: none;
  color: var(--brandColorDark);
  font-size: 17px;
  font-weight: bold;
}
.hospital-wrapper a:hover {
  border-bottom: 1px solid var(--brandColorDark);
}
.profile-banner {
  height: 170px;
  width: 100%;
}
.profile-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
*   FOOTER SECTION
*/
footer {
  background: var(--seconderyColor);
  padding: 70px 0px;
  border-top: 3px solid #20b2aa0d;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.footer-logo {
  width: 170px;
  height: auto;
  margin-bottom: 10px;
}
.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-item {
  width: 100%;
}
.footer-item ul {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  margin-top: 25px;
}
.footer-item h3 {

}
.footer-item ul li {

}
.footer-item ul li a{
  color: rgb(0, 150, 136);
  text-decoration: none;
  font-size: 18px;
}
.footer-social ul {
  display: flex;
  flex-direction: inherit;
  grid-gap: 15px;
}
.footer-item p {
  font-size: 17px;
  line-height: 25px;
}

/* 
* HOSPITAL SINGLE PAGE
*/
.hospital-details-wrapper {
  display: grid;
  grid-template-columns: 8fr 3fr;
  grid-gap: 30px;
  padding: 40px 0px;
  position: relative;
  margin-top: -85px;
}
.hospital-details-content {
  background: white;
  padding: 20px;
}
.doctor-meta-box, .hospital-meta-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 30px;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 20px;
  position: relative;
}
.hospital-meta-box h1{
  font-size: 45px;
  margin-bottom: 10px;
}
.hospital-meta-box h1 i{
  color: #2196f3;
}
.hospital-review-count {
  margin-bottom: 10px;
}
.hospital-service-short-overview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  padding: 20px 0px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.hospital-service-overview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-gap: 5px;
  background: #f5f8fd;
  height: 100px;
}
.hospital-service-overview-item h4 {
  font-weight: 400;
}
.hospital-service-overview-thumb {
  width: 30px;
  height: auto;
}
.hospital-service-overview-thumb img {
  width: 100%;
  height: auto;
}
.hospital-details-content-wrapper {
  margin: 20px 0px;
}
.hospital-details-content-wrapper p {
  font-size: 18px;
  line-height: 27px;
}
.hospital-details-services {
  background: var(--seconderyColor);
  padding: 20px;
}
.hospital-details-service-wrapper {
  grid-template-columns: repeat(3, 1fr) !important;
}
.hospital-details-service-wrapper ul li {
  font-size: 18px;
}
.hospital-details-doctor-wrapper {
  grid-template-columns: repeat(3, 1fr) !important;
  margin-top: 32px;
}
.medical-type-badge {
  font-weight: bold;
  color: white;
  background: #607d8b;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 13px;
}
.hospital-review-badge {
  color: var(--reviewColor);
  font-weight: bold;
}

/* 
*   HOSPITAL SIDEBAR
*/
.hospital-details-sidebar {
  border-radius: 3px;
  height: max-content;
  position: sticky;
  top: 30px;
}
.hospital-sidebar-info {
  background: var(--seconderyColor);
  padding: 30px 20px;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
}
.hospital-sidebar-info h2{
  margin-bottom: 20px;
  font-size: 20px;
}
.hospital-sidebar-info ul {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.hospital-sidebar-info i {
  color: var(--brandColorDark);
}
.hospital-sidebar-info a {
  text-decoration: none;
  color: var(--brandColorDark);
}
.sidebar-call-to-action-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  margin-top: 20px;
}
.sidebar-call-to-action-button button {
  border-radius: 50px;
  padding: 10px 20px;
  border: unset;
  font-weight: bold;
  font-family: Montserrat;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
.call-now {
  background: var(--brandColorDark);
  color: white;
}
.call-now:hover {
  color: var(--brandColorDark);
  background: white;
  border: 1px solid var(--brandColorDark) !important;
}
.send-message {
  color: var(--brandColorDark);
  background: white;
  border: 1px solid var(--brandColorDark) !important;
}
.send-message:hover {
  background: var(--brandColorDark);
  color: white;
}

/* 
*   VIDEO
*/
.hospital-details-video {
  margin-top: 40px;
}
.hospital-details-video h2 {
  margin-bottom: 10px;
}
.hospital-sidebar-ads {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.hospital-sidebar-ads img {
  border-radius: 3px;
}
.doctor-specialist-badge {
  background: var(--brandColorDark);
  color: white;
}
.hospital-metabox-thumb {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid var(--seconderyColor);
  overflow: hidden;
}
.hospital-metabox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hospital-metabox-content h1 {
  font-size: 30px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.hospital-metabox-content ul {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.doctor-details-excerpt {

}
.doctor-details-excerpt ul {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.doctor-details-excerpt i {
  color: var(--brandColorDark);

}
.doctor-details-excerpt a {
  text-decoration: none;
  font-weight: bold;
  color: var(--brandColorDark);
}
.degree-badge {
  background-color: #607d8b;
  color: white;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}
.related-doctors-wrapper {
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0px;
}

/* Chamber */
.doctor-details-chamber-container h2 {
  margin: 20px 0px;
}
.doctor-chamber-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
  background: var(--seconderyColor);
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.doctor-chamber-item:hover {
  box-shadow: var(--hover-shadow);
}
.doctor-chamber-hospital-logo {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid white;
}
.doctor-chamber-hospital-logo img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.doctor-chamber-hospital-details {
  /* width: 100%; */
}
.doctor-chamber-hospital-details h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.doctor-chamber-hospital-details h2 a {
  color: var(--black);
  transition: all 0.2s ease-in;
}
.doctor-chamber-hospital-details h2 a:hover {
  color: var(--brandColorDark);
}
.doctor-chamber-hospital-details ul {
  display: flex;
  flex-direction: column;
  grid-gap: 7px;
}
.visiting-time-badge {
  background: var(--brandColorDark);
  color: white;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
}
.doctor-chamber-hospital-details li a {
  color:var(--brandColorDark);
  font-weight: bold;
}
.address-badge {
  font-weight: bold;
}
.doctor-review-badge {
  color: #ff5722;
  font-weight: bold;
}
.about-doctor {
  margin-top: 20px;
}
.about-doctor h2 {
  margin-bottom: 10px;
}
.about-doctor p {
  font-size: 18px;
}

/* professional experice */
.professional-experience {
  margin-top: 20px;
}
.professional-experience h2 {
  margin-bottom: 20px;
}
.professional-experience p {
  font-weight: normal;
}
.professional-experience, 
.key-skill,
.doctor-education {
  background: var(--seconderyColor);
  padding: 20px;
  margin-bottom: 10px;
}

.professional-experience li, 
.key-skill li,
.doctor-education li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #061a3a;
  padding-left: 25px;
  margin-bottom: 8px;
}
.professional-experience li::before, 
.key-skill li::before, 
.doctor-education li::before {
  position: absolute;
  content: '';
  border: 3px solid var(--brandColorDark);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 7px;
}
.professional-experience li::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 48px;
  left: 7px;
  top: 24px;
  background: var(--brandColorDark);
}
.doctor-education li::after, .key-skill li::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 21px;
  left: 7px;
  top: 24px;
  background: var(--brandColorDark);
}


.professional-experience li:last-child::after, 
.doctor-education li:last-child::after,
.key-skill li:last-child::after {
  height: 0px;
}

/* 
*   SPECIALIST PAGE
 */

.area-form-wrapper {
  width: 100%;
  position: relative;
}
.area-form-wrapper img {
  position: relative;
  height: 150px;
  object-fit: cover;
}
.area-form-wrapper form {
  width: fit-content;
  padding: 5px;
  position: absolute;
  /* top: 0px; */
  left: 0px;
  right: 0px;
  bottom: -17px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: 0px auto;
background: white;border-radius: 47px;
box-shadow: 0px 0px 7px 0px #8080805c;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.area-form-wrapper label{
  
}
.area-form-wrapper select {
  margin-right: -5px;
}
.area-form-wrapper option{
  
}
.form-group {
  box-sizing: border-box;
  overflow: hidden;
}
.form-group .specialist-input, 
.form-group .search-input, 
.form-group button, 
.form-group select {
  border: 1px solid var(--brandColorDark);
  height: 50px;
  font-size: 16px;
  font-family: Montserrat;
  padding: 5px;
}
.form-group input:focus, 
.form-group button:focus, 
.form-group select:focus {
  outline: none;
  border: 1px solid var(--brandColorDark);
}
.form-group button {
  background: var(--brandColorDark);
  color: white;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: -6px;
  border: 1px solid var(--brandColorDark);
  padding-right: 20px;
  padding-left: 10px;
}
.form-group .specialist-input {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: unset;
  margin-right: -4px;
}
.form-group select:focus, .form-group .specialist-input:focus{
  border-right: unset;
}

.district-select {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 20px !important; 
}

/* 
*   DISTRICT HOSPITAL
*/
.district-hospital-container {
  display: grid;
  grid-template-columns: 8fr 3fr;
  grid-gap: 30px;
  margin: 30px 0px;
}
.district-hospital-sidebar {
  width: 100%;
  height: auto;
}
.district-hospital-sidebar img {
  width: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* Style the tab */
.add-new-form-tab {
  overflow: hidden;
  /* border: 1px solid var(--brandColorDark); */
  background-color: white;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 10px;
}

/* Style the buttons inside the tab */
.add-new-form-tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid var(--seconderyColor);
}

/* Change background color of buttons on hover */
.add-new-form-tab button:hover {
  background-color: var(--seconderyColor);
  color: var(--brandColorDark);
}

/* Create an active/current tablink class */
.add-new-form-tab button.active {
  background-color: var(--brandColorDark);
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
}
.add-new-form-section {
  background: var(--seconderyColor);
  padding: 30px 0px;
  position: relative;
}
.add-new-form-wrapper {
  width: 100%;
  padding: 15px;
  background: white;
}
.form-group-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  width: 100%;
}
.form-group {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.form-group .submit-btn {
  border-radius: unset;
  width: 100%;
  margin-left: unset;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.form-group label {
  /* position: absolute; */
  left: 16px;
  top: -6px;
  background: white;
  /* padding: 0px 10px; */
  color: #818181;
  font-size: 14px;
}
.input-control,
.select-control {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid var(--seconderyColorDark) !important;
  background: var(--seconderyColor);
  font-size: 15px;
  font-family: 'Montserrat';
  border-radius: 3px;
}
.input-control:focus,
.select-control:focus,
textarea:focus {
  border: 1px solid var(--brandColorDark) !important;
  background: white;
}
.form-title {
  margin-top: 30px;
}
.form-title h3 {
  color: #9e9e9e;
  font-size: 17px;
  text-transform: uppercase;
}
.required {
  color: red;
}
.form-group textarea.input-control {
  resize: none;
  height: 100px;
  outline: none;
}

.verify-badge {
  color: #2196f3;
}

/* checkbox */
.form-group-checkbox-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-row-gap: 10px;
  width: 100%;
  margin: 10px 0px;
}
.form-group-checkbox-item {

display: flex;

justify-content: flex-start;
}
.checkbox-label {
  display: flex;
  justify-content: flex-start;
  grid-gap: 10px;
  cursor: pointer;
}
.input-checkbox[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid var(--brandColorDark) !important;
  background: red;
}
.input-checkbox:checked {
  background: red;
}

input[type="checkbox"] {
  display: grid;
  place-content: center;
  background: red !important;
}
input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 13px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /* box-shadow: inset 1em 1em gray; */
  background: var(--brandColorDark);
  color: white;
  border: 2px solid white;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* MOBILE HEADER */
.mobile-header-section {
  /* position: fixed; */
  width: 100%;
  background: white;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px lightgray;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
  padding: 15px 10px;
}
.mobile-header-logo-wrapper {
  width: 80px;
  height: auto;
}
.mobile-header-logo-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-header-menu-wrapper ul{

}
.mobile-header-menu-wrapper li{

}
.mobile-header-menu-wrapper a{

}

.mobile-add-new-btn {
	background-color: var(--brandColorDark);
	color: white !important;
	border-radius: 30px;
	border: 1px solid var(--brandColorDark);
	padding: 9px 12px;
	transition: all 0.3s ease-in;
	font-weight: bold;
	font-size: 13px;
}
.mobile-add-new-btn:hover {
  background: white;
  color: var(--brandColorDark) !important;
  border: 1px solid var(--brandColorDark);
}

/* Accordion */
.accordian-title {
  margin: 20px 0px;
}
.accordian-title h2{
  
}
.accrodion-item {
  border-bottom: 1px solid #f3f3f3;
}
.accrodion-item:last-child {
  border-bottom: unset;
}
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  color: var(--brandColorDark);
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 500;
  float: right;
  margin-left: 5px;
  font-size: 35px;
  margin-top: -9px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.single-content {
  background: white;
  padding: 20px;
}
.single-meta {
  margin: 10px 0px;
}
.single-district-item {
  height: 275px;
}

.single-meta h1 {
  font-size: 40px;
}
.single-city-wrapper {
  margin-top: 5px;
}
.discover-more-content {

}
.discover-more-content h2 {
  background: unset;
  width: auto;
}

/* Online doctor and pharmacy */
.online-doctor-and-pharmacy {
  margin: 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 13px;
}
.online-item {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  grid-gap: 13px;
  background-color: var(--seconderyColor);
  padding: 14px;
  width: 100%;
}
.online-thumb {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid white;
}
.online-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-content {

width: 100%;
}
.online-content a{

}
.online-content h3{

color: var(--black);
}
.blog-container {
  display: grid;
  grid-template-columns: 8fr 3fr;
  grid-gap: 20px;
}
.blog-list-wrapper {
  background: white;
}
.burger-menu {

}
.burger-menu i {
  color: var(--brandColorDark);
  font-size: 23px;
}
.bar-and-menu-area {
  display: flex;
  justify-content: flex-end;
  grid-gap: 10px;
}

.sidebar-wrapper {
  width: 250px;
  background: white;
  position: fixed;
  left: -300px;
  height: 100%;
  top: 0px;
  z-index: 999;
  box-shadow: -2px 0px 7px 0px #00000059;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
}
.sidebar-header {

}
.sidebar-logo {

}
.sidebar-body-wrapper {

}
.sidebar-underline {

}
.sidebar-close-icon {
  width: 25px;
  position: absolute;
  right: 27px;
  top: 20px;
}
.sidebar-close-icon img {
  width: 100%;
  height: auto;
}
.sidebar-body-wrapper {

}
.sidebar-body-wrapper ul {
	display: flex;
	justify-content: flex-start;
	/* grid-gap: 10px; */
  flex-direction: column;
  margin-top: 20px;
}
.sidebar-body-wrapper li {
	padding: 8px 20px;
	border-bottom: 1px solid #f7f7f7;
  transition: all 0.2s ease-out;
}
.sidebar-body-wrapper li:hover {
  background: var(--seconderyColor);
}
.sidebar-body-wrapper a {
  color: var(--brandColorDark);
  font-weight: bold;
}
.sidebar-social-media {
  margin-top: 20px;
}
.sidebar-social-media ul{
	display: flex;
	justify-content: flex-start;
  flex-direction: row;
	grid-gap: 10px;
  padding: 0px 20px;
}
.sidebar-social-media li {
  border: unset;
  padding: unset;
}
.sidebar-wrapper.active {
  visibility: visible;
  opacity: 1;
  left: 0px;
}

/* Ambulance section */
.ambulance-section {
  padding: 50px 0px;
  background-color: var(--seconderyColor);
}
.ambulance-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  width: 100%;
}
.ambulance-item-wrap {
  width: 100%;
}
.ambulance-item {
  width: 100%;
}
.ambulance-thumb {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: -80px;
  right: 0px;
}
.ambulance-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.book-ambulance-button {
  border: none;
  outline: none;
  padding: 10px 30px;
  background: white;
  color: var(--brandColorDark);
  font-family: poppins;
  font-size: 19px;
  border: 1px solid var(--brandColorDark);
  border-radius: 30px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.book-ambulance-button:hover {
  background-color: var(--brandColorDark);
  color: white;
}
.ambulance-emergency-badge {
  color: var(--brandColorDark);
  text-transform: uppercase;
  font-size: 30px;
}
.ambulance-item h2 {
  margin-bottom: 8px;
}
.red-hero-badge {
  color: red;
}
.feature-donner-item {
  background-color: #ff000008;
  border: 1px solid #ff000040;
}
.donner-location-tag {
  background-color: red;
}
.location-badge {
  background-color: #fff;
  color: var(--black);
  /* border: 1px solid gray; */
}

/* product review section */
.review-section {
  padding-bottom: 40px;
}
.review-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 15px;
}
.review-item {
  width: 100%;
  background-color: var(--seconderyColor);
  padding: 10px;
  border-radius: 3px;
  position: relative;
}
.review-thumb {
  width: 100%;
  height: 200px;
}
.review-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-content {

}
.product-review-badge {
  color: orangered;
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: bold;
}
.review-content p {
  margin: 0px;
  padding: 0px;
}
.review-content h2{
  font-size: 17px;
  margin-bottom: 5px;
  color: var(--black);
}
.review-content h2:hover {
  color: var(--brandColorDark);
}
.product-review-price {
  font-weight: bold;
  color: green;
}
.review-read-more {
  border: none;
  outline: none;
  color: white;
  background: var(--brandColorDark);
  padding: 5px 15px;
  border-radius: 20px;
  margin-top: 10px;
  font-family: poppins;
  cursor: pointer;
}
.review-title-badge {
  color: var(--brandColorDark);
}

/* product details page */
.product-details-section {
  padding: 40px 0px;
}
.product-details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 20px;
}
.product-left-item {
  width: 100%;
}
.product-right-item {
  width: 100%;
}
.product-details-thumb {
  width: 100%;
  height: 400px;
  background-color: var(--seconderyColor);
  padding: 20px;
  border-radius: 4px;
}
.product-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details-content {
  display: flex;
  justify-content: flex-start;
  grid-gap: 5px;
  flex-direction: column;
}
.product-title {
  font-size: 40px;
  
}
.product-price {
  font-size: 25px;
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
}
.product-price-cross {
  color: gray;
  text-decoration: line-through;
}
.product-price-hipen {
  color: lightgray;
}
.product-price-regular {
  color: var(--brandColorDark);
  font-weight: bold;
}
.product-excerpt {
  font-size: 16px;
  line-height: 27px;
}
.product-details-review {
  color: orangered;
  font-size: 16px;
  font-weight: bold;
}
.product-details-review span {

}
.product-details-review i {

}
.buy-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  margin-top: 20px;
}
.product-buy-now-img{
  width: 100px;
  height: 40px;
  object-fit: contain;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid var(--seconderyColor);
  box-shadow: 0px 1px 1px 0px lightgray;
  transition: all 0.3s ease;
}

.product-buy-now-img:hover {
  transform: translateY(-3px);
}
.buy-from {
  color: var(--brandColorDark);
  font-weight: bold;
}
.product-description-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  grid-gap: 20px;
  width: 100%;
}
.product-description-wrapper h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: var(--brandColorDark);
}
.product-description-wrapper p {
  margin-bottom: 15px;
}
.releted-product-section {
  margin-bottom: 20px;
}
.related-product-title {
  margin-bottom: 20px;
}
.product-description-section {
  background: var(--seconderyColor);
  padding: 30px 0px;
  margin-bottom: 20px;
}
.product-share-wrapper {
  margin-top: 10px;
}
.product-share-wrapper ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
}
.product-share-wrapper li {

}
.product-share-wrapper li a{
  color: var(--brandColorDark);
}
.product-share-wrapper li i{
  
}
.product-details-generic, .product-details-brand {
  font-weight: 500;
  font-size: 17px;
}
.product-details-generic a, .product-details-brand a {
  font-weight: bold;
  color: var(--brandColorDark);
}
.product-details-brand {

}
.product-and-generic {
  margin-top: 10px;
}
.product-description-sidebar {
  background: white;
  padding: 40px 20px;
  width: 500px;
  border-radius: 4px;
  box-shadow: var(--shadow);
  height: 100%;
  position: sticky;
  top: 20px;
}
.product-spec-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-description-content {
  width: 100%;
}
.product-details-brand-sidebar, .product-details-generic-sidebar {
  font-size: 16px !important;
}
.product-details-brand-sidebar a, .product-details-generic-sidebar a {
  color: var(--brandColorDark);
}
.desc-sidebar-product-price {
  font-weight: bold;
}
.desc-product-details-review {
  color: orangered;
  font-size: 16px;
  margin: 0px !important;
}
.product-description-sidebar ul {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.desc-sidebar-product-price {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background: var(--brandColorDark);
  border-radius: 30px;
  padding: 8px 15px;
  width: fit-content;
}
.product-details-faq {
  padding: 20px;
  background: white;
  border-radius: 3px;
}
.product-details-faq-title {
  margin: unset !important;
}

/* category page */
.category-page {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 20px;
}

.category-sidebar {
  width: 100%;
  height: 100%;
  /* position: sticky;
  top: 20px; */
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.category-section {
  padding: 30px 0px;
  background: var(--seconderyColor);
  padding-top: 10px;
}

/* category sidebar toggle */

.category-sidebar-item {
  background: white;
  border-radius: 4px;
  height: 45px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  padding-bottom: 10px;
  background-color: var(--white);
  padding: 15px;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
}
.category-sidebar-item.active-category-sidebar-item {
  height: max-content !important;
}
.category-sidebar-item ul {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.category-sidebar-item input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.category-sidebar-item label {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  cursor: pointer;
}
.category-sidebar-item li {
  font-size: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 8px;
  /* padding: 2px 17px; */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.category-sidebar-item li:hover {
  background: #0078b80f;
}
.category-sidebar-title {
  padding-bottom: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0px 20px; */
  /* height: 50px;
  line-height: 50px; */
  cursor: pointer;
  color: #111;
  font-size: 17px;
  border-bottom: 1px solid #eee;
}
.category-sidebar-title h4 {
  font-size: 16px;
  font-family: var(--roboto);
  color: var(--brandColorDark);
}
.category-sidebar-title i {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  color: var(--brandColorDark);
}
.category-sidebar-title i.active-category-icon {
  transform: rotate(180deg);
}

.category-items-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  width: 100%;
}
.category-filter-search-input{
  margin-top: 5px;
}
.category-filter-search-input:focus {
  border: 1px solid var(--seconderyColor);
  outline: none;
}
.category-filter-search-item {
  position: relative;
  margin-top: -1px;
}
.category-filter-search-item label {
  margin-bottom: 10px;
}
.category-sidebar-specialist-list {
  /* padding: 10px; */
  background: white;
}
.category-sidebar-specialist-list ul::-webkit-scrollbar{
  width: 10px;
  border-radius: 30px;
}
.category-sidebar-specialist-list ul::-webkit-scrollbar-track{
  background-color: rgba(211, 211, 211, 0.103);
  border-radius: 30px;
}
.category-sidebar-specialist-list ul::-webkit-scrollbar-thumb{
  background-color: rgba(169, 169, 169, 0.199);
  border-radius: 30px;
}
.category-sidebar-specialist-list ul {
  height: 220px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.category-sidebar-specialist-list h3 {
  margin: 5px 0px;
}
.category-filter-degree-item {

}
.category-filter-select-control {
  margin-top: -1px;
}
.category-filter-select-control:focus {
  outline: none;
}
.category-filter-banner {
  height: 180px;
  z-index: -1;
  width: 100%;
}
.category-filter-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} 
.row-filter-form-group {
  margin-top: unset !important;
}
.category-filter-search-input {
  width: 640px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-radius: 30px;
}
.category-top-search {
  position: absolute;
  top: -70px;
}
.category-top-search button {
  background: var(--brandColorDark);
  color: white;
  
  
  
  border: 1px solid var(--brandColorDark);
  
  
position: absolute;bottom: 7px;right: 8px;width: 120px;border-radius: 30px;height: 37px;font-family: poppins;font-size: 16px;}

.category-filter-search-input:focus {
  outline: none;
}
.degree-select {
  width: max-content;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.hosptail-category-filter-wrapper {
  grid-template-columns: repeat(1, 1fr);
}

/* animation text */
.animate-text {
  background-image: linear-gradient(-225deg,
  #f44336 0%,
  #e91e63 29%,
  #9c27b0 67%,
  #ff5722 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textanim 2s linear infinite;
  display: inline-block;
}
@keyframes textanim {
	to {
		background-position: 200% center;
	}
}

.featured-doctor-category-item {
  padding-top: 10px;
  background: var(--white);
  padding-bottom: 15px;
}
.blood-donner-category-item {
  padding-top: 10px;
  background: #ff000012;
  padding-bottom: 15px;
  border: 3px solid #fff;
  box-shadow: unset;
  position: relative;
}
.blood-donner-category-item:hover {
  border: 3px solid white;
  box-shadow: var(--hover-shadow);
}
.featured-doctor-category-thumb {
  margin: unset;
  margin-bottom: 10px;
  border: 10px solid var(--seconderyColor);
}
.blood-donner-category-thumb {
  margin: unset;
  margin-bottom: 10px;
  border: 3px solid var(--white);
}
.featured-doctor-social-category-filter {
  margin-top: 10px;
}
.category-panel {
  box-shadow: var(--shadow);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  background: var(--white);
  color: var(--brandColorDark);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-panel h2 {
  font-size: 20px;
}
.category-panel-right-filter {

}
.category-panel-right-filter label {

}
.category-panel-right-filter select {
  margin: unset;
  padding: 0px 5px;
  height: 30px;
  background: var(--seconderyColor);
  font-size: 13px;
  font-weight: 600;
  color: var(--brandColorDark);
  border: unset !important;
}
.category-panel-right-filter select:focus {
  border: unset !important;
}
.category-panel-right-filter option {
  
}
.hostpital-category-item {
  background: white;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
  padding: 10px;
}
.category-filter-product-review-item {
  background: var(--white);
  box-shadow: var(--shadow);
}
.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.category-menu-list {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.category-menu-list li {
  font-weight: 600;
  border-bottom: 1px solid var(--seconderyColor);
  padding: unset;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 8px;
}
.category-menu-list li:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
.category-menu-list a {
  color: var(--brandColorDark);
}
.category-menu-list img {
  width: 20px;
}
.grid-3-10 {
  grid-template-columns: 3fr 10fr;
}

/* breadcrumbs */
.breadcrumb-section{
  
}
.breadcrumbs {
  background: white;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 5px;
}
.breadcrumbs ul li {

}
.breadcrumbs ul li img {
  width: 18px;
  filter: opacity(0.5);
}
.breadcrumbs ul li a {
  color: var(--brandColorDark);
  font-weight: 600;
}

/* call to action */
.call-to-action-section {
  padding: 50px 0px;
  background: var(--seconderyColor);
}
.call-to-action-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  grid-gap: 10px;
}
.call-to-action-item {
  width: 100%;
  background: var(--brandColorDark);
  padding: 10px;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
  transition: all 0.3s ease-in-out;
}
.call-to-action-item:hover {
  transform: translateY(-5px);
}
.call-to-action-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  
}
.call-to-action-thumb {
  width: 100px;
}
.call-to-action-thumb img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.call-to-action-content {
  
}
.call-to-action-content h2 {
  color: white;
  font-size: 15px;
  max-width: 90%;
  margin: auto;
}
.category-blood-thumb {
  border: 10px solid var(--seconderyColor);
}
.category-hospital-review-count {
  margin-bottom: 0px;
}
.red {
  color: red;
}

/* ambulance */
.ambulance-category-item {
  background: white;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
}
.category-ambulance-thumb {
  width: 300px;
  height: auto;
  border-radius: unset;
}
.category-ambulance-thumb img {
  object-fit: contain;
}

/* card option */
.card-option {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 40px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--seconderyColor);
  z-index: 99;
}
.bookmark-option {
  bottom: 20px;
  top: unset;
}
/* .card-option:hover {
  background: var(--brandColorDark);
  color: white;
} */
.card-option i {
  font-size: 20px;
}
.bookmark-option i {
  color: var(--brandColorDark);
}
.bookmark-option:hover .bookmark-option i{
  color: var(--white);
}

/* category description */
.category-description {
  background: white;
  padding: 20px;
  border-radius: var(--radious);
  box-shadow: var(--shadow);
  padding-top: 35px;
}
:where(.category-description h1, .category-description h2, .category-description h3, .category-description h4, .category-description h5, .category-description h6) {
  font-size: 20px;
  margin-bottom: 10px; 
  line-height: 30px;
  color: var(--black);
}
.category-description h1{
  font-size: 26px;
}
.category-description h2{
  font-size: 23px;
  /* color: var(--brandColorDark); */
}

.category-description p{
  font-size: 16px;
  margin-bottom: 15px;
}
/* pagination */
.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eaeaea;
  border-right: unset;
  border-left: unset;
  margin: 20px 0px;
  padding: 10px 0px;
}
.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 15px;
}
.pagination li.active{
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  min-width: 36px;
  background: var(--brandColorDark);
  text-decoration: none;
  transition: background-color .3s;
  color: white;
  border-radius: var(--radious);
  box-shadow: var(--shadow);
}
.pagination li.active span {
  
}
.pagination a, 
.pagination-result p, 
.pagination li, 
.pagination span{
  font-size: 15px;
}
.pagination-result p {
  
}

/* table */
.table-wrap {

}
.section-head h2 {
  background: var(--seconderyColor);
  padding: 10px;
  font-size: 18px;
  border-radius: 3px;
  color: var(--brandColorDark);
}
table {
  /* font-family: var(--font); */
  border-collapse: collapse;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 25px;
}

td, th {
  border: 1px solid #f5f8fd3b;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f5f8fd49;
}

/* jobs */

.jobs-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  grid-gap: 20px;
  background: var(--white);
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
}
.jobs-item-logo {
  max-width: 200px;
  height: auto;
  border-radius: var(--radious);
  margin-right: 60px;
}
.jobs-item-logo img{
  object-fit: contain;
  height: auto;
  width: 100%;
  margin-top: 4px;
}
.jobs-item-details {
  width: 100%;
}
.jobs-item-details ul {
  grid-gap: 10px;
}
.job-type-badge {
  background: var(--seconderyColor);
  color: var(--brandColorDark);
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 20px;
}
.job-experience-badge {
  color: #e91e63;
  background: #e91e6312;
}

.job-location-badge {
  color: #673ab7;
  background: #673ab714;
}

/* question */
.product-questions-wrapper {
  margin-top: 20px;
}
.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.question-header-content {

}
.question-header-content h2 {
  font-size: 18px;
}
.question-header-content p {
  font-size: 14px;
}
.question-header-button {

}
.question-header-button .question-btn {
  border: 2px solid var(--brandColorDark);
  padding: 8px 20px;
  border-radius: 3px;
  color: var(--brandColorDark);
  background: white;
  font-size: 16px;
  font-weight: 500;
  font-family: poppins;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.question-btn:hover {
  background: var(--brandColorDark);
  color: white;
}
.question-body {
  
}
.question-not-found {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  padding-bottom: 20px;
}
.question-not-found-icon-thumb {
  width: 110px;
  padding: 20px;
  background: var(--seconderyColor);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
}
.question-not-found img {
  width: 100%;
  height: auto;
}   
.question-not-found p {
  font-size: 12px;
}
.review-overview {

}
.review-overview i {
  font-size: 18px;
  color: orangered;
}
.review-span {
  font-weight: bold;
}

/* question body comment */
.question-body ul{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.question-body li.review-wrap {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.question-body li.review-wrap:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
.review-content {

}

.review-author p, .review-star i, 
.review-content p {
  font-size: 14px;
  line-height: 24px;
  margin: unset;
}

.review-content p {
  
}
.review-author {

}
.review-star i{
  
}

/*  */
.medicine-company-thumb {
  border-radius: unset;
  border: unset;
}
.medicine-company-thumb img {
  object-fit: contain;
}
.company-key-features {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}

/* add new post form */
.create-new-wrap {
  display: grid;
  grid-template-columns: 8fr 3fr;
  grid-gap: 20px;
  width: 100%;
}
.create-new-sidebar {
  width: 100%;
}

/* tostify popup */

.toast {
  transform: translateX(calc(100% + 30px));
  overflow: hidden;
  transform: translateX(0%);
  margin-bottom: 0px;
  /* transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35); */
  opacity: 0;
  visibility: hidden;
  height: 0px;
  padding: 0px;
}

.toast.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

.toast .toast-content {
  display: flex;
  align-items: center;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #4070f4;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  grid-gap: 6px;
}

.message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.message .text.text-1 {
  font-weight: 600;
  color: #333;
}
.text.text-2 {
  font-size: 14px;
}
.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .close:hover {
  opacity: 1;
}

.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;

}

.toast .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
}

.progress.active:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

/* message alert */
.create-new-sidebar {

}
.create-message {

}
.create-message-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fbfbfb;
  padding-bottom: 10px;
}
.create-message-header h3{

}
.create-message-header i {
  background: #ff45000f;
  color: red;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.create-message-body {
  padding: 10px 0px;
}
.create-message-body ul{

}
.create-message-body li {
  line-height: 25px;
}

.red-version-message {
  background: #ff000005;
  margin-top: 10px;
  border: 1px solid #ffefeb;
}
.red-version-message .create-message-header {
  border-bottom: 1px solid #ff572214;
}
.category-filter-icon {
  background: var(--seconderyColor);
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}
.category-filter-icon i , .category-filter-icon span {
  font-size: 14px;
}
.mobile-filter-cross {
  cursor: pointer;
  padding-left: 15px;
}
.mobile-filter-cross i {
  color: red;
  font-size: 30px;
}

/* single author */
.single-author-box {
  display: flex;
  flex-direction: flex-start;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.single-date {

}
.single-date p{
  
}
.single-date a{
  color: var(--brandColorDark);
  font-weight: bold;
}
.single-date i {
  color: var(--black);
}
.page-details-wrapper {
  width: 100%;
  margin: auto;
  padding: 20px 0px;
}
.single-excerpt p{
  margin-bottom: 10px;
}
.single-description p{
  margin-bottom: 10px;
}
.category-drug-company-thumb {
  width: 150px;
  height: 100px;
  border-radius: unset;
  overflow: unset;
}
.category-drug-company-thumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.not-found-section {
  padding: 40px 0px;
}
.not-found-wrap {
  width: 400px;
  margin: auto;
  text-align: center;
}
.not-found-wrap img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.not-found-wrap h1{
margin-top: 20px;
margin-bottom: 10px;
color: var(--brandColorDark);
font-size: 30px;
}
.not-found-wrap p{
  font-size: 17px;
  line-height: 27px;
}

/* login register */
.login-section {
  background: var(--seconderyColor);
  padding: 100px 0px;
}
.login-wrap {
  max-width: 400px;
  margin: auto;
  padding: 50px 0px;
  background: white;
  padding: 20px;
  box-shadow: var(--shadow);
  border-radius: var(--radious);
}
.login-form h1 {
  /* text-align: center; */
}
.login-button {
  width: 100%;
  border: unset;
  border-radius: unset;
  font-weight: bold;
}
.forget-password {
  font-size: 13px;
}
.already-account {
  font-size: 13px;
}
.already-account a{
  color: var(--brandColorDark);
  font-weight: bold;
}

.header-message-section {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: height 0.3s ease-in-out;
}
.header-message-section.active {
  padding: 5px 0px;
  padding: 0px;
  visibility: visible;
  opacity: 1;
  background: #9c27b0;
  height: 50px;
  display: flex;
  align-items: center;
}
.header-message {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.header-message p {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-message p i {
  margin-right: 10px;
  background: #841c96;
  color: white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow);
}
i.message-close {
  color: white;
  font-size: 20px;
  /* background: orangered;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.click-to-top {
  position: fixed;
  right: 20px;
  bottom: 0px;
  box-shadow: var(--shadow);
  background: var(--brandColorDark);
  height: 35px;
  width: 35px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  z-index: 999;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: bottom 0.3s ease-in-out;
}
.click-to-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
.click-to-top i {
  font-size: 20px;
  color: white;

}