@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";


/* font-family: "Playfair Display", serif; */
/* font-family: "Roboto", sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background-color: white;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-align:justify;
}

:root {
  --accent-color: #e88cff;
  --prime-color: #b64cc9;
  --dark-heading-color: #200658;
}

.textcenter {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  text-align:left;
}
p {
  font-family: "Roboto", sans-serif;
}
h1 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px; /* 115.625% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
h2 {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 126.316% */
  text-transform: capitalize;
}
h6 {
  color: #b64cc9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  text-decoration-line: underline;
}
a:hover{
  color:#fff;
}
a.button {
  text-decoration: none;
  white-space: nowrap;
}
a.button:hover,section.banner-form input.form-submit:hover{

background: #FFF;
color: var(--prime-color);
}



.button {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: uppercase;
  padding: 14px 67px;
  border-radius: 5px;
  background: #b64cc9;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #B64CC9;

  /* shadow 2 */
  box-shadow: 0px 10px 20px 0px rgba(182, 76, 201, 0.5);
}

/* header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.whatsapp-btn {
  border-radius: 5px;
  background: #6dd209;
  padding: 10px 62px 10px 55px;
  text-decoration: none;
  color: #fff;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 200% */
text-transform: uppercase;
}
a.whatsapp-btn span{
  margin-right: 12px;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  display: none; /* Initially hidden */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* top bar */

section.top-bar {
  background: #1b2442;
  height: 36px;
  padding: 8px 0;
}
.top-bar-content {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.top-bar-content {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

/* banner */

section.banner {
  background: url("../images/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 727px;
}
.banner-content-box h3{
  color: #fff;
font-family: "Roboto";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 38px; /* 135.714% */
}

.banner h6 {
  color: #e88cff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
  text-decoration-line: underline;
  margin-bottom: 12px;
}
.banner .banner-content-box {
  padding-top: 64px;
}
.banner ul {
  margin-top: 16px;

    padding-left: 1.5rem;

}
.banner ul li {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 140% */
  list-style: none;
  list-style-image: url("../images/list-icon.svg");
  padding-bottom: 8px;
}

.banner ul li span {
  font-style: italic;
  font-weight: 700;
}

/* banner form */

section.banner-form {
  background: #fff;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  padding: 24px 27px;
  border-radius: 24px;
  transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
}

section.banner-form h5 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 21px;
}
section.banner-form p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
  font-family: "Roboto";
}

section.banner-form .field__container {
    width: 33%;
    margin-bottom: 20px;
}

section.banner-form input, section.banner-form select  {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  width: 100%;
}

section.banner-form button.form-submit {
  border-radius: 5px;
  background: #b64bc9;
  border: 1px solid var(--prime-color) !important;

  /* shadow 2 */
  box-shadow: 0px 10px 20px 0px rgba(182, 76, 201, 0.5);
  padding: 8px 8px !important;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: uppercase;
  border: none;
  margin-top: 22px;
  width: 100%;
}
section.banner-form ::placeholder {
  color: #777;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

/* self-conscious */

section.self-conscious .row {
  margin-bottom: 11px;
}

section.self-conscious .row:nth-child(1) {
  margin-bottom: 48px;
}

section.self-conscious .row:last-child {
  margin-top: 40px;
  margin-bottom: 86px;
}

section.self-conscious .row:nth-child(2n) .col-lg-7 {
  padding: 43px 48px 41px;
  border-radius: 5px 0px 0px 5px;
  background: linear-gradient(90deg, #eed5ff 0%, #f4e7fd 100%);
}

section.self-conscious .row:nth-child(3) .col-lg-7 {
  padding: 43px 48px 41px;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(90deg, #eed5ff 0%, #f4e7fd 100%);
}

section.self-conscious .col-lg-5 {
  padding: 0;
}

section.self-conscious .self-con-img,
section.self-conscious .self-con-img img {
  transition: 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 332px;
}

section.self-conscious .self-con-img img:hover {
  transform: scale(1.1);
}
.content-box {
  border-left: 2px solid var(--prime-color);
  padding-left: 24px;
}

.content-box h4 {
  color: var(--dark-heading-color);
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 126.667% */
  text-transform: capitalize;
  margin-bottom: 16px;
}

.content-box p {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
}

/* dr-information */

section.dr-information {
  position: relative;
  border-top: 1px solid rgba(102, 110, 93, 0.1);
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    #dbd9dd;
}

#dots-image-right {
  position: absolute;
  right: 0;
  top: 0;
}
section.dr-information h2 {
  text-align: left;
  color: #282828;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px; /* 110.714% */
  margin-bottom: 16px;
}

section.dr-information h6 {
  color: #b64cc9;
  text-align: justify;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

section.dr-information p {
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
section.dr-information ul {
  padding: 0;
}
section.dr-information ul li {
  color: #626262;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 16px;
  list-style: none;
  background: url("../images/icon-2.png") no-repeat left top; /* <-- change `left` & `top` too for extra control */
  margin: 0;
  background-position: 1% 2%;
  padding-left: 40px;
}

.dr-intro {
  padding-top: 112px;
  padding-bottom: 67px;
}
.image-container {
  /* position: relative; */
}
.image-container img {
  position: absolute;
  bottom: -1px;
  z-index: 1;
}
.dr-intro {
  padding-top: 48px;
}

/* achivements */

section.achivements {
  background: #1f212d;
  padding: 20px 0;
}

section.achivements .pointers {
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-right: 1px solid #b64cc9;
}

section.achivements .col-lg-3:not(:first-child) .pointers {
  padding-left: 20px;
}

section.achivements .pointers h6 {
  color: #fff;
  font-family: Avenir;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

section.achivements .pointers h6::after {
  content: "+";
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.achivements .pointers p {
  color: #dfdfdf;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.review-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.container-1 img.center_image {
  margin-bottom: 17px;
  width: 100%;
  height: auto;
}

/* who-we-are */
section.who-we-are {
  padding: 80px 0;
}
section.who-we-are h2 {
  text-align: start;
}

.container-2,
.container-1 {
  width: 50%;
}

.container-2 img {
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.who-we-are p {
  color: #535353;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.who-we-are .btn-container {
  padding-top: 24px;
}

/* marquee-line */
section.marquee-line {
  background: #1f212d;
  padding: 16px 0;
}

section.marquee-line ul {
  padding: 0;
  margin: 0;
}

section.marquee-line ul li {
  color: #fff;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}
section.marquee-line .slick-slide {
  padding: 0 30px;
  overflow: hidden;
}

/* Our-Procedures */

section.Our-Procedures {
  padding: 80px 0;
  background: linear-gradient(257deg, #fff6ff 0%, #f5f2ff 99.21%);
}

section.Our-Procedures h5 {
  color: #b64cc9;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin-bottom: 30px;
  /* padding: 0 56px; */
  padding-top: 40px;
  min-height: 137px;
}
section.Our-Procedures h6 {
  color: #777;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 26px; /* 144.444% */
}

section.Our-Procedures h4 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}

section.Our-Procedures p {
  color: #777;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 16px;
}
section.Our-Procedures .small-box {
  /* position: relative; */
  border-radius: 10px 10px 0px 0px;
  background: #1f212d;
  height: 43px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.Our-Procedures .small-box img {
  /* position: absolute; */
  /* left: 30%;
  top: -318%; */
  transform: translateY(-36%);
}
section.Our-Procedures .star-box {
  border-radius: 2px;
  background: #22065a;
  padding: 4px 16px;
  width: 160px;
  transform: translateY(-235%);
}
section.Our-Procedures .star-box-2 {
  border-radius: 2px;
  background: #fa0;
  padding: 4px 16px;
  width: 175px;
  /* transform: translate(82%, -56%); */
  transform: translateY(-235%);
}
section.Our-Procedures .star-box p,
section.Our-Procedures .star-box-2 p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 180% */
  text-transform: uppercase;
}
section.Our-Procedures .star-box span,
section.Our-Procedures .star-box-2 span{
  margin-right: 6px;
}
.procedure-content-box {
  border-radius: 10px;
  border: 1px solid #b64cc9;
  background: #fff;
  margin-top: 164px;
  min-height: 805px;
}
.box2 {
  padding: 0 16px 32px;
}
.pro-pointers {
  text-align: start;
  padding: 16px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
}

.pro-pointers ul {
    min-height: 320px;
}

.pro-pointers ul li {
  color: #777;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  padding-bottom: 16px;
}

/* video-testimonials */

section.video-testimonials {
  padding: 49px 0 88px;
  background: url("../images/testimonial-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

section.video-testimonials h2 {
  color: #fff;
}
section.video-testimonials .flex-container {
  display: flex;
}
section.video-testimonials .flex-box-1 {
  padding: 0;
  border-radius: 8px 0px 0px 8px;
  position: relative;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.video-testimonials .flex-box-2 {
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(240deg, #f7f2f1 10.36%, #fff 95.41%);
  padding: 47px 28px 0px 37px;
}
section.video-testimonials .flex-box-2 p {
  color: #535353;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

section.video-testimonials .flex-box-2 p.quote {
  color: #b64cc9;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 112.5% */
  margin: 0;
}
section.video-testimonials .flex-box-2 p.name {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
  padding-top: 40px;
}
.testi_slider {
  margin-top: 44px;
}
.testi_slider .slick-slide {
  padding: 0 50px;
}
.testi_slider .slick-slide img{
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.testi_slider .slick-next:before {
  content: url("../images/right.svg");
}
.testi_slider .slick-prev:before {
  content: url("../images/left.svg");
}

/* happy-stories */
section.happy-stories {
  padding: 60px 0;
}
section.happy-stories ul {
  padding: 0;
}

#wrap {
  padding: 44px 0;
}
#slider {
  width: 100%;
  margin: 0 auto 10px;
}
section.happy-stories .slide-item {
  padding: 0 4px;
  overflow: hidden;
}
section.happy-stories .slide-item img {
  width: 100%;
  border-radius: 4px;
}

/* why-stands-out */

section.why-stands-out {
  padding-top: 40px;
  background: url("../images/stand-out-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 408px;
}

section.why-stands-out h2 {
  color: #fff;
}
.pic-box {
  background-repeat: no-repeat;
  background-size: cover;
  height: 209px;
  border-radius: 20px 0px;
  border: 1px solid #b64cc9;
  position: relative;
  display: flex;
  justify-content: center;
}
.picture-row {
  margin-top: 120px;
}
.number {
  transform: translateY(-50%);
}
.picture-box-1 {
  background: url("../images/pic-box-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.picture-box-2 {
  background: url("../images/pic-box-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.picture-box-3 {
  background: url("../images/pic-box-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.picture-box-4 {
  background: url("../images/pic-box-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.picture-box-5 {
  background: url("../images/pic-box-5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.data-containers h3 {
  color: #535353;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  margin: 16px 0;
}
.data-containers p {
  color: #535353;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
/* why-choose-delhi */

section.why-choose-Delhi {
  margin-top: 360px;
  background: url("../images/comparision-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.comarision-pointers {
  padding: 31px 35px 54px 31px;
  border-radius: 8px;
  margin-top: 44px;
  border: 1px solid var(--prime-color);
  min-height: 575px;
}
.comarision-pointers h4 {
  color: #282828;
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 135.714% */
}
.comarision-pointers hr {
  margin-bottom: 28px;
}
.fisrt-container {
  background: rgba(240, 222, 255, 0.5);
}
.second-container {
  background: rgba(255, 255, 255, 0.6);
}
.fisrt-container ul{
  padding: 0;
}
.fisrt-container ul li {
  /* list-style-image: url("../images/list-icon-tick.svg"); */
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding-bottom: 16px;
  list-style: none;
    background: url("../images/list-icon-tick.svg") no-repeat left top;
    margin: 0;
    background-position: 1% 12%;
    padding-left: 30px;
}
.second-container ul{
  padding: 0;
}
.second-container ul li {
  /* list-style-image: url("../images/cross.svg"); */
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding-bottom: 24px;
  list-style: none;
    background: url("../images/cross.svg") no-repeat left top;
    margin: 0;
    background-position: 1% 12%;
    padding-left: 30px;
}
.btn-container {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* PBA */

section.PBA {
padding: 316px 0;
padding-bottom: 0;
}
section.PBA .container {
  background: url("../images/pba.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 357px;
  padding-top: 94px;
  border-radius: 10px;
}
section.PBA h2,
section.PBA h6 {
  color: #fff;
}
section.PBA h2 {
  padding-bottom: 24px;
}

/* befor-after-transformation */

section.befor-after-transformation{
  /* padding-bottom: 80px; */
  padding-top: 130px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(245, 233, 252, 0.60) 24.25%, rgba(229, 198, 255, 0.60) 69.34%, rgba(255, 255, 255, 0.00) 91.5%);
}
#slider2{
  padding-left: 0;
  margin-top: 44px;
  margin-bottom: 0;
}
#slider2 .slide-item{
  overflow: hidden;
  padding: 0 8px;
}
#slider2 .slide-item img{
  width: 100%;
}

/* client-reviews */

section.client-reviews{
  
  padding: 160px 0 80px 0;
  background: #EDECEE;
}
.review-container{
  margin-top: 40px;
}

.review-star{
  margin: 16px 0;
}
.review-content{
  display: flex;
  gap: 14px;
}
  
  
.name-details h5{
  color:#353A19;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 175% */
margin-bottom: 5px;
}
.reviews-data{
  margin-top: 24px;
}
.data-container{
  border-radius: 8px;
background: #FFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
padding: 20px;
margin-bottom: 20px;
min-height: 250px;
}
#text,#text1,#text2{
  display: none;
}
.load-more-button {
  margin-top: 40px;
}
.load-more-button .button{
  display: inline-block;
  width: 420px;
  padding: 8px;
}

/* patient-satisfaction */

section.patient-satisfaction{
  background: #1F212D;
  height: 357px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_cont h2{
  color: #FFF;
font-family: "Playfair Display";
font-size: 38px;
font-style: normal;
font-weight: 400;
line-height: 46px; /* 121.053% */
text-transform: capitalize;
text-align: start;
margin: 0;
}
.content_cont h2 span{
  color: #B64CC9;
}
.content_cont p{
  color: #C6C4C4;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 155.556% */
margin: 32px 0;
}

/* faqs */

section.faqs{
  padding: 80px 0;
}
nav .nav.faq-tab{
  display: flex;
  justify-content: space-around;
  background: var(--prime-color);
  border-radius: 24px;
  margin: 56px 0;
}
section.faqs .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  color: #fff;
  color: #FFF;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
section.faqs .nav-tabs .nav-link.active{
  text-decoration: underline;
}


.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  /* margin-top: 15px; */
}

.faq .faq-list li {
  padding: 10px 0;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  color: #000;
font-family: "Roboto";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 144.444% */
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #777;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
}


.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000000;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #000;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}


.accordion-button:focus {
  z-index: 3;
  border-color:unset;
  outline: 0;
  box-shadow: unset;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color:unset;
  box-shadow: unset;
}
.accordion-item {
  background-color: #fff;
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/angle-down.svg');
    transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url('../images/angle-down.svg');

  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
h2.accordion-header .accordion-button{
  color: #000;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 144.444% */
}
.accordion-body {
  color: #777;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
}

/* footer */

section.footer{
  height: 1457px;
  display: flex;
  justify-content: center;
  background-image: url('../images/footer.jpg'), linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 54.53%, #FFF 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_data_container{
  background-color: #fff;
  padding: 24px 30px;
  margin-top: 112px;
  padding-bottom: 0;
}
.footer_data_container p span{
  color: #B64CC9;
font-family: Roboto;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 142.857% */
}
.footer_data_container p{
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 24px 0;
}
.footer_data_container p.small{
  color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
text-transform: capitalize;
}
.footer_data_container ul{
  padding: 0;
}
.footer_data_container ul li{
  color: #000;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
padding-bottom: 12PX;
/* list-style-image: url('../images/f-list-icon.svg'); */
list-style: none;
    background: url('../images/f-list-icon.svg') no-repeat left top;
    margin: 0;
    background-position: 1% 0%;
    padding-left: 40px;
}
#footer-contact-form input,#footer-contact-form  textarea, #footer-contact-form  select {
  width: 98%;
    margin:0 8px;
    border-radius: 5px;
    background: #FBEEFE;
    padding: 21px 0px 21px 57px;
    border: unset;
    color: #7B7B7B;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
 #footer-contact-form  select {
appearance: none;
    background-image: url("../images/select-tag-arrow.png");
    background-repeat: no-repeat;
    background-position: right 2rem top 50%;
    background-size: 0.65rem auto;
    letter-spacing: 0.07em;
}

#footer-contact-form input.inptBtn{
  border-radius: 5px;
background: #B64CC9;

/* shadow 2 */
box-shadow: 0px 10px 20px 0px rgba(182, 76, 201, 0.50);
padding: 14px 25px 14px 17px;
width: 100%;
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 200% */
text-transform: uppercase;
margin-top: 24px;

}

.place-icon{
  position: relative;
    top: 50%;
    left: 4%;
}
.place-icon-textarea{
  position: relative;
  top: 20%;
  left: 4%;
}
:focus-visible{
  outline: var(--prime-color) auto 1px;
}

/* bootom_bar */

section.bootom_bar{
  background: #000;
  padding: 12px 0;
}
section.bootom_bar p{
  color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
}


/*  */

.free-quote{
  background: #B64CC9;
  padding: 13px 36px;
  width: 50%;
  white-space: nowrap;

}
.whatsapp-cnt{
  background: #6DD209;
  padding: 13px 36px;
  width: 50%;
  white-space: nowrap;
}
.free-quote a,.whatsapp-cnt a{
  text-decoration: none;
}
.free-quote a,.whatsapp-cnt a{
  color: #FFF;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
}
.floating-buttons{
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.floating-buttons span{
  margin-right: 12px;
}

/* floating-whatsapp-icon-desk */

.floating-whatsapp-icon-desk{
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
    color: #000;
}

.box p {
  margin: 0 20px;
}

.close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #5c5c5c;
    cursor: pointer;
    text-decoration: none;
}
