* {
  margin: 0px;
  padding: 0px;
}

:root {
  --body-font: "DM Sans", serif;
  --font-tertiary: "Work Sans", sans-serif;
  --title-font: "Raleway", serif;

  /* root-colors */

  --color-lg-blue: #372983;
  --footer-bg: #192e50;
  --color-lg-bl: #0caeeb;
  --header-color: #D3800D;
  --color-lg-ornage: #ff982d;
  --color-dk-black: #08080a;
  --color-lt-bk: #2a2a2a;
  --color-white: #fff;
  --color-grey: #f4f4f475;
  --color-grey-b: #f4f4f4;
  --color-dk-blue: #2D3C59;
  --color-lt-blue: #1392ce;
  --color-cr: #EBE1D1;
  --text-color: #696969;
  --black-color: #131313;
  --smoke-color: #ffffff;
  --theme-color: #c90f16;
  --bg-light-gray: rgba(228, 223, 223, 0.207);
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

.col-lg-12 {
  padding: 0px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6
  {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.sec-title {
  margin: 0px 0px 30px 0px;
  position: relative;
  display: block;
}

.sec-title h2 {
  font-family: var(--body-font);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  display: block;
}

.sec-title span {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.gallery-overlay h2 {
  font-family: var(--body-font);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 10px 0px;
  display: block;
}

.page-hd {
  margin: 0px 0px 30px 0px;
  position: relative;
}

.page-hd h2 {
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.page-hd p {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.sec-btn {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-dk-blue);
  display: inline-block;
  border-radius: 10px;
  margin: 0px 0px 10px 0px;
  color: var(--color-white);
}

.gn-head {
  font-family: var(--body-font);
  font-size: 26px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 15px 0px;
  text-align: left;
}

.gn-txt {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  color: var(--color-lt-bk);
  text-align: justify;
}

.gn-span {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  color: var(--color-lt-blue);
  text-align: justify;
}

.clr-pad0 {
  padding: 0px;
}

/* ---------------contact----------------- */
.contact-section {
  padding: 60px 0px 60px 0px;
}

.information-head h1 {
  font-family: var(--body-font);
  font-size: 34px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 5px 0px;
}

.information-head p {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0px 0px 20px 0px;
  line-height: 25px;
  text-align: justify;
}



.icon-contact {
  background-color: var(--color-lg-ornage);
  padding: 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px 0px;

  /* height: 180px; */
}

/* .icon-contact i{
  color: var(--color-white);
  font-size: 20px;
} */

.icon-contact img {
  width: 20px;

}

.contact-details {
  margin: 0px 0px 30px 0px;
  box-shadow: 0 6px 30px 0 rgba(0 0 0 / 17%);
  padding: 20px;
  border-radius: 10px;
  display: block;
  align-items: center;
  min-height: 220px;
  text-align: center;
}

.responsive-br {
  display: none;
}

.ico-con {}

.contact-content h1 {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dk-black);
  margin: 0px 0px 5px 10px;
  text-transform: capitalize;

}

.contact-content p {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0px 0px 0px 10px;
  /* width: 180px; */
}

.contact-tel {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0px 0px 0px 10px;
}

.forms-head h1 {
  font-family: var(--body-font);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-white);

  margin: 0px 0px 15px 0px;
}

.contact-form {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .05);
  padding: 20px;
  background-color: var(--footer-bg);
}

.text-form {
  margin: 0px 0px 20px 0px;
  background-color: var(--color-grey-b);
  border-radius: 0;
  height: 50px;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  border: none;
  color: var(--text-color);
  position: relative;
}


.text-form i {
  position: absolute;
  right: 0;
}

.input-icon {
  position: relative;
  color: var(--text-color);
}

.input-icon i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  z-index: 99;
}



.comment {
  height: 50px;
  background-color: var(--color-grey-b);
  border: none;
  font-size: 14px;
  color: var(--text-color);
  font-family: var(--body-font);

}

.about-section {
  position: relative;
  min-height: 400px;
  background-image: url(../images/banner/1920-500-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
}

.about-banner h2 {
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 0px 0px !important;
}

.about-banner p a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  text-align: center;
}

.about-banner p span {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.contact-button a {
  display: inline-block;
  background-color: var(--color-lg-ornage);
  color: var(--color-white);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0px 0px 10px 0px;
}

.con-left {
  padding: 20px;
}

.comment-icon {
  margin: 0px 0px 20px 0px;
}

.social-content h1 {
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
}

.social-content p {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0px 0px 10px 0px;
}

.social-icons i {
  margin: 0px 10px 0px 0px;
  font-size: 18px;
  background-color: var(--color-lg-ornage);
  padding: 15px;
  border-radius: 10px;
}

/* ---------- 01.02 About-Info-Section ---------- */

.about-info-section {
  padding: 60px 0px;
}

.about-info-wrapper .about-info-header span {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: capitalize;
  display: inline-block;
  background-color: var(--footer-bg);
  margin: 0px 0px 15px 0px;
  padding: 10px 15px;
}

.about-info-wrapper .about-info-header h1 {
  width: 400px;
  color: var(--black-color);
  font-size: 40px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.about-info-content {
  margin: 0px 0px 40px 0px;
}

.about-info-content .ab-in-cn-left {
  margin: 0px 20px 0px 0px;
}

.about-info-content .ab-in-cn-left .title-rotate {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-lg-ornage);
  line-height: 46px;
  width: 225px;
  height: 295px;

}

.about-info-content .ab-in-cn-left .title-rotate .title-rot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-info-content .ab-in-cn-left span {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 10px 0px;
  transform: rotate(-90deg);
  display: block;
  width: 200px;
}

.ab-in-cn-right {
  background-color: var(--smoke-color);
  padding: 20px;
}

.ab-in-cn-right .ab-mis-vis-header h4 {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 30px 0px;
}

.ab-in-cn-right .ab-mis-vis-content p {
  line-height: 30px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 10px 0px;
}

.ab-mis-vis-name .ab-mis-vis-spn {
  padding: 0px 0px 0px 40px;
  position: relative;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  text-transform: capitalize;
}


.ab-mis-vis-name .ab-mis-vis-spn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  background-color: var(--theme-color);
}


.ab-mis-vis-btn a {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  background-color: var(--footer-bg);
  padding: 10px 20px;
}

.ab-mis-vis-btn a i {
  margin: 0px 0px 0px 10px;
}


.about-info-right-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-info-image {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
}



.appointment-form {
  padding: 60px 0px;
}

.appointment-background {
  /* background-image: url(../images/banner/cta-box-bg-1-1.png); */
  background-color: var(--footer-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 60px 100px 60px;
}

.appointment-content h1 {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-lg-ornage);
  display: inline-block;
  padding: 5px 20px 5px 20px;
  margin: 0px 0px 20px 0px;
}

.appointment-content h2 {
  font-family: var(--body-font);
  font-size: 36px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
  max-width: 460px;
}

.appointment-content p {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.appointment {
  display: flex;
  align-items: center;
}

.appointment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px 0px 0px;
}

.appointment-icon i {
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  color: var(--footer-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.appointment-contact h1 {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  margin: 0px 0px 5px 0px;
}

.appointment-contact p {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}

.forms-appointment {
  background-color: var(--color-lg-ornage);
  padding: 40px 30px 40px 30px;
}

.form-head h1 {
  font-family: var(--body-font);
  font-size: 25px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 10px 0px;
}

.text-appointment {
  height: 50px;
  margin: 0px 0px 20px 0px;
  border-radius: 0;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
}

.appointment-button {
  background-color: var(--footer-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;

}

.appointment-button a {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  padding: 10px;
}

.progress-bar {
  background-color: var(--color-lg-ornage);
  height: 100%;
  position: relative;
  overflow: visible;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 4.55%, var(--color-lg-ornage) 4.55%, var(--color-lg-ornage) 50%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 54.55%, var(--color-lg-ornage) 54.55%, var(--color-lg-ornage) 100%);
  background-size: 44px 44px;
}

.progress .progress-bar {
  position: relative;
}

.progress-head h1 {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 15px 0px;
}

.progress-head span {
  float: right;
}

.progress-wrapper {
  margin: 0px 0px 25px 0px;
}

.progress .progress-bar::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid #d8dde1;
  background-color: var(--footer-bg);
  border-radius: 50%;
  margin: -10px -10px 0 0;
}

/* -----header--------- */


.cyrstal-top {
  background-color: var(--header-color);
  padding: 5px;
}

.crystal-wrapper {
  display: flex;
  justify-content: space-between;
}

.crystal-links {
  display: flex;
}

.crystal-social {
  display: flex;
}

.crystal-link-item i {
  color: var(--color-white);
  margin: 0px 10px 0px 0px;
  font-size: 16px;
}

.crystal-link-item {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 0px 15px;

  border-right: 1px solid var(--color-white);
  padding: 0px 10px 0px 0px;
}

.crystal-link-item a {
  color: var(--color-white);
  font-size: 16px;
}

.crystal-link-item:last-child {
  border: none;
}

.crystal-social-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin: 0px 20px 0px 0px;
}

.crystal-social-item i {
  color: var(--color-white);
  margin: 0px 20px 0px 0px;
  font-size: 16px;
}

.crystal-pages {
  display: flex;
  list-style-type: none;
  padding: 0px;
}

.crystal-bottom {
  background-color: var(--color-white);
  padding: 10px 0px;
  position: relative;
  /* margin: 0px 0px -40px 0px;  */
}

/* .crystal-bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));

} */

.crystal-bottom::before {
  content: "";
  position: absolute;
  /* width: 88%; */
  height: 44px;
  left: 51px;
  /* top: 0; */
  right: 51px;
  bottom: -22px;
  background-color: var(--color-white);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));

  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
}

.crystal-pages li a {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-dk-black);
  text-transform: capitalize;
  font-family: var(--title-font);
  margin: 0px 20px 0px 0px;
}

.crystal-pages li a i {
  margin: 0px 0px 0px 5px;
  font-size: 14px;
}

.get-btn a {
  background-color: var(--footer-bg);
  color: var(--color-white);
  font-family: var(--body-font);
  font-size: 16px;

  text-transform: uppercase;
  padding: 10px 20px;
}

.get-btn a i {
  margin: 0px 0px 0px 10px;
}

.crystal-logo {
  width: 250px;
}


.hospital {
  background-image: url('../images/banner/banner-index-top.webp');
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.hospital h1 {
  color: var(--color-white);
  font-size: 60px;
  max-width: 560px;
  /*--==check if the screen brake==--*/
  font-family: var(--font-tertiary);
}


/* ---------------indexpage-section-gallery------------*/

.gallery {
  padding: 0px 0px 30px 0px;
}

.gallery-carousel .menu-thumb {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-carousel .menu-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
}

.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  background-color: var(--footer-bg) !important;
  color: var(--color-white) !important;
  border-radius: 0;
  margin: 0px 6px;
  position: absolute;
  border-radius: 100%;
}

.gallery-carousel .owl-nav button.owl-prev:hover,
.gallery-carousel .owl-nav button.owl-next:hover {
  background-color: var(--color-lg-ornage) !important;
}

.owl-prev{
    left: -55px;
    top: 50%;
}

.gallery-carousel .owl-nav .owl-next{
    right: -55px;
    top: 50%;

}


/* --------------indexpage-section-crystal-about-section */

.crystal-about-section {
  padding: 60px 0px 100px 0px;
}

.crys-ab-img {
  position: relative;
}

.crys-ab-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/about/ab-1-24.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  z-index: 2;
}

.crys-right-about-header {
  margin: 0px 0px 20px 0px;
}

.crys-right-about-header span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--body-font);
  margin: 0px 0px 15px 0px;
  background-color: var(--footer-bg);
  padding: 10px 15px;
}

.crys-right-about-header h2 {
  font-size: 45px;
  font-weight: 600;
  color: var(--color-dk-black);
  text-transform: capitalize;
  font-family: var(--body-font);

}

.crys-right-about-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin: 0px 0px 20px 0px;
}

.crys-right-ab-year {
  display: flex;
}

.crys-right-ab-year-lf {
  padding: 20px;
  background-color: var(--color-lg-ornage);
  margin: 0px 20px 0px 0px;
  width: 200px;
  text-align: center;
}

.crys-right-ab-year-lf span {
  font-size: 60px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--color-white);
  text-transform: capitalize;
}

.crys-right-ab-year-lf p {
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--color-white);
  text-transform: capitalize;
  margin: 0px 0px 0px 0px;
}
.crys-rig-ab-list {
  list-style-type: none;
  padding: 0px;
}

.crys-rig-ab-list li {
  margin: 0px 0px 12px 0px;
  font-family: var(--body-font);
  
}

.crys-rig-ab-list li:last-child {
  margin: 0px;
}

.crys-rig-ab-list li i {
  margin: 0px 10px 0px 0px
}

.crystal-left-about-imgs {
  position: relative;
  width: 100%;
}

.crys-lf-ab-img-two {
  position: absolute;
  top: 0;
  right: 7%;
}

.crys-lf-ab-img-three {
  position: absolute;
  bottom: -40px;
  right: 7%;
}




.crys-lf-ab-img-four {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
}

/* ------------index-page-section-crystal-product-section ------*/


.crystal-product-section {
  padding: 60px 0px 40px 0px;
}


.crys-pro-item {
  height: 514px;
  padding: 20px;
  background-color: var(--footer-bg);
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 0px 0px 20px 0px;
}

.crys-pro-item-img {
  width: 200px;
  margin: 0px 0px 20px 0px;
}

.crys-pro-item-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.crys-pro-item-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin: 0px 0px 20px 0px;
  text-align: center;
}

/* img hovering */

.ind {
  height: 450px;
  padding: 0;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
}

.ind::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: background-color 0.3s ease;
}

.ind .crys-pro-item-img {
  width: 100%;
  height: 70%;
  margin: 0;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--footer-bg);
}

.ind .crys-pro-item-img img {
  width: 75%;
  height: 75%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.ind .crys-pro-item-content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.ind .crys-pro-item-content h2 {
  padding: 0px 25px 0px 25px;
  margin: 0;
  text-align: center;
  color: var(--color-white);
  text-transform: uppercase;
}

.ind .crys-pro-know-btn {
  width: 100%;
  padding: 28px 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.ind .crys-pro-know-btn a {
  margin: 0;
  background-color: var(--color-lg-ornage);
  border: 1px solid var(--color-white);
  border-radius: 0;
  color: var(--color-white);

}

.crys-pro-know-btn .btn {
  border-radius: 0px;
}

.ind:hover::before,
.ind:focus-within::before {
  background-color: rgba(0, 0, 0, 0.45);
}

.ind:hover .crys-pro-item-img img,
.ind:focus-within .crys-pro-item-img img {
  transform: scale(1.08);
}

.ind:hover .crys-pro-know-btn,
.ind:focus-within .crys-pro-know-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* for the content movement */
.ind .crys-pro-item-content {
  width: 100%;
  position: relative;
  z-index: 2;
  transform: translateY(80px);
  transition: transform 0.3s ease;
}

.ind:hover .crys-pro-item-content,
.ind:focus-within .crys-pro-item-content {
  transform: translateY(0);
}


/* ---------------crystal-product-banner */

.crystal-product-banner {
  padding: 60px 0px;
  height: 600px;
  background-image: url(../images/banner/CRYSTAL-BANNER-1920-500-3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.crys-pro-banner {


  padding: 20px;
}

.crystal-product-banner-content h1 {
  font-size: 60px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin: 0px 0px 20px 0px;
  text-align: end;

}



/* ======================================================
   00. PAGE: PRODUCT-DETAIL
====================================================== */

/* ---------- 00.01 About-Section ---------- */

.crystal-product-list-header {
  padding: 10px 20px;
  background-color: var(--footer-bg);
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.crystal-product-list-header h1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: capitalize;
  font-family: var(--body-font);
}


.cry-pro-li-list {
  font-size: 16px;
  font-weight: 400;
  color: var(--footer-bg);
  text-transform: capitalize;
  font-family: var(--body-font);
  /* margin: 0px 0px 10px 0px; */
  display: block;
  padding: 14px;
}

.cry-pro-li-list:hover {
  background-color: var(--color-lg-ornage);
  color: var(--color-white);
}

.crys-pro-know-btn {
  text-align: center;
}

.crys-pro-know-btn a {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin: 0px 0px 20px 0px;
  padding: 10px 20px;
  background-color: var(--color-lt-blue);

}


/* ----------mobile-menu---------- */

.mobile-header {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 98;
  overflow: hidden;
}


.mobile-logo img {
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.mobile-menu-toggle i {
  font-size: 26px;
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.mobile-menu.active {
  transform: translateY(0);
}

.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.mobile-menu-close {
  font-size: 32px;
  cursor: pointer;
}

.mob-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex: 1;
}

.mob-menu li {
  border-bottom: 1px solid #f0f0f0;
}

.mob-menu a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #222;
  font-size: 18px;
}

.mob-menu a:hover {
  background: #f9f9f9;
  color: orange;
}

.no-scroll {
  overflow: hidden;
}


/* --------------product-details------------ */

.product-details-section {
  position: relative;
  min-height: 380px;
  background-image: url(../images/about/ABOUT-BANNER.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
}

.product-detail-banner h2 {
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 0px 0px;
}

.product-detail-banner p a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  text-align: center;
}

.product-detail-banner p span {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.product-info-detail {
  padding: 60px 0px 30px 0px;
}

.product-detail-wrapper {
  position: relative;
  margin: 0px 0px 30px 0px;

}

.product-detail-wrapper::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--footer-bg);
  padding: 20px;
  border-radius: 40px 40px 0px 0px;
  /* clip-path: polygon(0 0, 100% 0, 100% 60%, 1% 100%, 0 100%); */
  z-index: -1;
}




.product-detail-info {
  padding: 20px 10px 0px 10px;
}

.product-detail-img {
  padding: 20px;
}

.product-detail-info h1 {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize !important;
  margin: 0px 0px 20px 0px;
}

.product-detail-info h4 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize !important;
  margin: 0px 0px 20px 0px;
}

.product-detail-img-content {
  padding: 20px;
}

.product-detail-info p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
  text-align: justify;
}

.sece-btn {
  text-align: left !important;
}


.product-detail-list p {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
  text-align: justify;
}

.product-detail-list ul {
  margin: 0px 0px 20px 0px;
  list-style-type: disc !important;
}

.product-detail-list h3 {
  color: var(--black-color);
  font-size: 25px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize !important;
  margin: 0px 0px 20px 0px;
  position:relative;
  max-width: 442px;
  line-height: 36px;
}

.product-detail-list h6 {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize !important;
  margin: 0px 0px 20px 0px;
  line-height: 18px;
}

.product-detail-list ul li {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 10px 0px;
  text-align: justify;
}

/*-----------------sticky-header------------------- */


.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  padding: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--color-white);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.mob-menu li a {
  color: var(--black-color) !important;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 10px 0px;
  text-align: left;
}


/* products-page */

.product-section {
  position: relative;
  min-height: 380px;
  background-image: url(../images/banner/1920-500-banner-0266.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
}

.product-banner h2 {
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;

}

.product-banner p a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  text-align: center;
}

.product-banner p span {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}


/* blog-page */


.blog-section {
  position: relative;
  min-height: 380px;
  background-image: url(../images/banner/1920-500-banner-03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
}

.blog-banner h2 {
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.blog-banner p a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: uppercase;
  text-align: center;
}

.blog-banner p span {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.blog-info {
  padding: 60px 0px;
}

.blog-img {
  position: relative;
}



.blog-detail {
  background-color: var(--footer-bg);
  padding: 20px;
  position: sticky;
  top: 140px;
}

.blog-detail h3 {
  position: relative;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
}

.blog-detail h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 9999px;
}

.blog-detail h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 30px;
  background-color: var(--color-lg-ornage);
  border-radius: 9999px;
}

.recent-post {
  display: flex;
  margin: 0px 0px 20px 0px;
}

.recent-post:last-child {
  margin: 0px 0px 0px 0px;
}

.recent-detail {
  margin: 0px 0px 0px 10px;
}

.recent-detail h4 {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.recent-date {
  display: flex;
  align-items: center;
}

.recent-date p {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
}

.recent-date i {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px 10px 0px 0px;
}

.blog-img-detail {
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  padding: 20px;
  margin: 0px 0px 40px 0px;
}

.comment-info {
  display: flex;
  margin: 0px 0px 15px 0px;
  align-items: center;
}

.comment-info i {
  font-size: 16px;
  margin: 0px 10px 0px 0px;
}

.comment-info p {
  color: var(--color-dk-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 10px 0px 0px;
  border-right: 1px solid var(--color-cr);
  padding: 0px 10px 0px 0px;
}

.comment-info p:last-child {
  border: none;
}

.blog-img-content h2 {
  color: var(--color-dk-black);
  font-size: 30px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 15px 0px;
}

.blog-img-content p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
  text-align: justify;
}

.read-more {
 
  padding: 6px;
  display: inline-block;
  background-color: var(--footer-bg);
}

.read-more a {
  color: var(--color-white);
  font-size: 16px;
  
  font-family: var(--body-font);
  text-transform: uppercase;
  margin: 0px 0px 0px 10px;
}

.read-more a i {
  margin: 0px 0px 0px 10px;
  background-color: var(--footer-bg);
  color: var(--color-white);
  padding: 5px;
  font-size: 16px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 20px;
  text-align: center;
}

.form-line-control {
  font-family: var(--body-font);
  font-size: 14px;
  border: none !important;
  border-bottom: 1px solid var(--border-color);
  padding: 6px 12px;
  width: 100%;
  background: var(--color-white);
  border-radius: 0;
  box-shadow: none !important;
  margin: 0px 0px 20px 0px;
}

.flatpickr-input {
  -webkit-appearance: none;
  appearance: none;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}


/* ============================footer-css============================= */

.crys-top {
  background-color: var(--footer-bg);
  padding: 40px 0px;
}

.crys-top-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.crys-top-logo {
  width: 250px;
}

.crys-top-call {
  display: flex;
  align-items: center;
}

.crys-top-call-img {
  font-size: 40px;
  text-align: center;
  color: var(--color-white);
}

.crys-top-call-num h3 {
  color: var(--color-white);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 5px 12px;
}

.crys-top-call-num p {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 0px 10px;
}

.crys-top-call-num p a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
}


.crys-top-social {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.crys-top-social-item {
  background-color: var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 10px 0px 0px;
}

.crys-boottom {
  padding: 20px 0px;
  background-color: var(--footer-bg)
}

.crys-bottom-header h3 {
  display: inline-block;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
  position: relative;
  padding: 0px 0px 10px 0px;
}

.crys-bottom-header h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 3px;
  width: 20px;
  background-color: var(--color-white);
  border-radius: 9999px;
}

.crys-bottom-header h3::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -4px;
  height: 3px;
  width: 70%;
  background-color: var(--color-white);
  border-radius: 9999px;
}
.crys-bottom-content a {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  transition: color 0.3s ease, transform 0.3s ease;
  font-family: var(--body-font);
 
}

.crys-bottom-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: var(--color-lg-ornage);
  transition: width 0.3s ease;
}

.crys-bottom-content a:hover {
  color: var(--color-lg-ornage);
  transform: translateX(10px);
}

.crys-bottom-content a:hover::after {
  width: 25px;
}

.crys-bottom-section {
  text-align: center;
}
.crys-hr-our{
  text-align: left;
}
.crys-hr{
  text-align: left;
  padding-left: 32px;
}

.crys-bottom-sectionf {
  text-align: center;
}

.crys-bottom-sectionf .pro {
  padding-left: 30px;
  text-align: left;
}

.crys-bottom-content {
  display: inline-block;
  text-align: left;
}

.crys-bot-link {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 15px 0px;
  display: inline-block;
}

.crys-bot-link i {
  margin: 0px 10px 0px 0px;
  font-weight: 800;
}

.cy-empty p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: 0px 0px 15px 0px;
  display: inline-block;
}

.cy-empty p span {
  margin: 0px 0px 0px 20px;
  float: right;
}
.cy-ma p span{
  text-transform: lowercase;
}


.crys-top-boder {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid var(--text-color);
}

.menu-thumb img {
  margin: 0px 0px 20px 0px;

}

.icon {
  font-size: 35px;
}

.crys-bottom-content a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;

}

.crys-bottom-content li {
  margin-bottom: 15px;
}

.crys-bottom-content i {
  margin-right: 5px;
}

.crys-cnt {
  padding-left: 10px;
}

.crystal-product-list {
  background-color: var(--bg-light-gray);
}

.product-banner h2 {
  text-shadow: 2px 2px 8px var(--black-color);
}

.hospital h1 {
  text-shadow: 2px 2px 8px var(--black-color);
}

.about-banner h2 {
  text-shadow: 2px 2px 8px var(--black-color);
}

.blog-banner h2 {
  text-shadow: 2px 2px 8px var(--black-color);
}
.product-detail-banner h2{
  text-shadow: 2px 2px 8px var(--black-color);
}

.social-media {
  transform: translateX(640px);
  margin-top: -160px;
}
.form-group .form-control {
  border-radius: 0px;
}
 .product-detail-list h3::before{
  content: "";
     position: absolute;               /* this code is for product-detail-list heading under line */
    left: 0;
    bottom: -4px;
    height: 3px;
    width: 506px;
    background-color: var(--footer-bg);
    border-radius: 9999px;
} 
.pro-li-cont{
  list-style-type: none;
  padding:0px;
}

