@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
h1,
h2 {
  font-family: "Roboto", serif;
}
p,
span {
  font-family: "Roboto", serif;
}
a {
  text-decoration: none;
}
/* navbar start-------------------------------------------------- */

.ull li {
  list-style-type: none;
}
.ull li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}
.ull li {
  padding: 8px 0;
}
.ull {
  display: flex;
  align-items: center;
  gap: 27px;
  justify-content: right;
}
.serbt {
  padding: 6px 28px !important;
  background-color: #fff;
  display: flex;
  align-items: center !important;
  gap: 10px;
  color: #000 !important;
  border-radius: 33px;
  border: 1px solid #00000066;
  transition: all 0.3s;
}
.serbt:hover {
  background-color: #02aef0;
  border: 1px solid #02aef0;
  color: #fff !important;
}
.actttt {
  background-color: #02aef0;
  border: 1px solid #02aef0;
  color: #fff !important;
}
.serbt:hover a {
  color: #fff !important;
}
.tog {
  height: 38px;
  width: 38px;
  background-color: #1261a0;
  border-radius: 50%;
  position: relative;
}
.tog img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 21px;
}
.right-nav {
  padding-top: 10px;
}
.tt li a {
  list-style-type: none;
  color: #000000cf;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
}
.tt li {
  list-style: none;
}

.tt {
  gap: 25px;
  margin: 0;
  justify-content: end;
}
.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.header {
  box-shadow: black 0px 0px 14px -9px;
}
.hdea-new {
  background-color: #fff;
}
.ttj li {
  color: #000;
}
.ulm li a {
  color: #000;
}
.ttj li img {
  filter: brightness(0);
}
.dropitems {
  top: 150%;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 200px;
  padding-left: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  transform: translateY(100px);
  transition: all 0.3s;
  opacity: 0;
  box-shadow: black 0px 0px 13px -9px;
}
.dropitems li a {
  padding: 0px !important;
  transition: all 0.3s;
  color: #000;
}
.dropitems li {
  padding: 10px !important;
}
.dropdown:hover .dropitems {
  height: auto;
  transform: translateY(0px);
  opacity: 1;
}
.dropdown img {
  width: 13px;
  transition: all 0.3s;
}
.dropdown:hover img {
  transform: rotate(180deg);
}
.dropitems li {
  position: relative;
  z-index: 1;
}
.dropitems li::after {
  position: absolute;
  content: "";
  background-color: #412541;
  background-size: contain;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.dropitems li:hover::after {
  height: 100%;
}
.dropitems li:hover a {
  color: #fff !important;
}
.dropdown a {
  padding: 38px 0 !important;
}
.left-logo img {
  width: 100%;
}
.navlogo img {
  width: 69%;
}
.navb {
  box-shadow: black 0px 0px 25px -18px;
  position: fixed;
  top: 0;
  background-color: #fff;
  left: 0;
  z-index: 999;
}
.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.opp p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000cf;
}
.innernabv {
  padding: 12px 0;
}
.navlogo p {
  margin-bottom: 0px;
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
}

.vvgd {
  position: relative;
  padding: 10px 17px !important;
  color: #fff !important;
  border: 2px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-size: 15px !important;
  background-color: #c12068;
  border-radius: 4px;
}

.vvgd:hover {
  background-color: #000;
}

.vvgd::before {
  content: "";
  position: absolute;
  inset: 0 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.vvgd::after {
  content: "";
  position: absolute;
  inset: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

/* navbar end */

/* about start */
.abt-img img {
  -webkit-mask-image: url(../images/circle.svg);
  -webkit-mask-size: 90%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  /* opacity: .31; */
  border-radius: 16px 16px 16px 16px;
}
.abt-img {
  width: 93%;
}
.apna h2 {
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 39px;
  margin-bottom: 3%;
  color: #171313;
  font-weight: 500;
}
.apna p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 28px;
  color: #000000de;
  font-weight: 400;
  text-align: justify;
}
.poi img {
  width: 100% !important;
  filter: brightness(105%) contrast(100%) saturate(100%) blur(0)
    hue-rotate(0deg);
  border-style: solid;
  border-width: 10px 10px 10px 10px !important;
  border-color: #e6f9fa;
  border-radius: 118px 21px 13px 8px !important;
  -webkit-mask-image: none !important;
}
.poi {
  position: absolute;
  top: 57%;
  left: 57%;
  width: 40% !important;
}
.about {
  background: linear-gradient(360deg, #f0c8da3d, rgba(255, 255, 255, 0));
  padding: 7rem 0 6rem;
  margin-top: 0%;
  position: relative;
}
.apna span {
  color: #7e2580;
  font-size: 22px;
  letter-spacing: 0.55px;
}
.apna img {
  width: 20px;
}
.act {
  color: #c12068 !important;
}

/* dental do start */
.kobi p {
  font-size: 17px;
  margin: auto;
  width: 58%;
  letter-spacing: 0.55px;
  line-height: 25px;
  color: #000000c9;
}
.kobi {
  text-align: center;
}
.img-wr img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}
.erff {
  height: 173px;
  background-color: #fff;
  box-shadow: #000 0px 0px 9px -7px;
  padding: 4rem 1rem;
}
.etc span {
  color: #ffffff;
  background: #577f83;
  padding: 5px;
  border-radius: 37px;
  opacity: 0.4;
}
.etc {
  position: absolute;
  top: 55%;
  left: 4%;
}
.ed {
  position: absolute;
  top: 36%;
  left: 6%;
}
.through {
  position: relative;
}
.erff p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 25px;
  color: #000;
  margin-top: -2%;
}
.trf2 {
  padding: 3rem 1rem;
}
.gapp {
  margin-top: 4%;
}
.dele {
  margin-top: 6%;
  margin-bottom: 4%;
}
.tapj::after {
  position: absolute;
  content: "";
  background-image: url(../images/bgf.avif);
  background-size: contain;
  height: 138%;
  width: 109%;
  top: -112px;
  left: 13px;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.2;
}
.tapj {
  position: relative;
}

/* debtal do end */

/* footer */
.content_gap {
  background-color: #412541;
  padding: 5rem 0px;
  z-index: 1;
  position: relative;
}
.content_gap::after {
  position: absolute;
  content: "";
  background-image: url(../images/hom.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.3;
}

.footer_logo {
  text-align: center;
}
.foot-logo img {
  width: 87%;
  margin-bottom: 1%;
}
.list-unstyled li a {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.dfdf .list-unstyled li a {
  font-size: 19px;
  letter-spacing: 0.55px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  padding-bottom: 1.2rem;
}
.list-unstyled li a:hover {
  color: #ff951b;
  margin-left: 7px;
}
.dfdf .list-unstyled li a:hover {
  color: #fff;
  margin-left: 0;
}
.chai h3 {
  font-size: 23px;
  margin-bottom: 6%;
  color: #fff;
  letter-spacing: 0.55px;
}
.lisst p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 20px;
  color: #fff;
  transition: all 0.3s;
}
.lisst p:hover {
  color: #ff951b;
  cursor: pointer;
}
.lisst {
  padding-left: 0px;
}
.lisst li {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 19px;
}
.footer_logo p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 26px;
}
.footer_logo h2 {
  font-size: 21px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 4%;
}
.footer_center h3 {
  color: #fff;
}

/* footer endf */

/* services start */

.success-section {
  padding: 5rem 0 7rem;
  background-image: url(../images/hero-bg.svg);
  position: relative;
  background-size: contain;
  background-repeat: repeat;
  z-index: 1;
}

.ser-content {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0e384c;
  z-index: 9;
  transform: translateY(77%);
  transition: all 0.3s;
}
.left-ser:hover .ser-content {
  transform: translateY(0%);
}
.left-ser:hover .ser-content h4 {
  transform: translateY(50%);
}
.ttt {
  font-size: 20px;
  letter-spacing: 0.55px;
}
.tex-ser p {
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 300;
  line-height: 26px;
  width: 100%;
  padding: 0 1rem;
}
.text-ser {
  margin-top: -3% !important;
}
.ser-img img {
  width: 100%;
  border-radius: 10px;
}
.inner-ser-con .p-3 {
  padding: 6px 26px !important;
}
.tex-ser .btr {
  padding: 0 1rem;
}
.inner-ser-con {
  margin-top: 1%;
}
.doct {
  position: relative;
  z-index: 1;
}
.fgg {
  bottom: 7%;
  right: 2%;
}
.fgg img {
  width: 81%;
  opacity: 0.4;
}
.fgg:nth-child(2) {
  bottom: 76%;
  left: 2%;
}
.fgg:nth-child(2) img {
  width: 56px;
  opacity: 0.3;
}
.fgg:nth-child(3) {
  bottom: 16%;
  left: 3%;
}
.fgg:nth-child(3) img {
  width: 45px;
  opacity: 0.7;
}
/* services end */

/* banner start */
.in-ban {
  position: relative;
  padding: 4rem 0rem 0rem;
}
.in-ban::after {
  position: absolute;
  content: "";
  background-image: url(../images/aab.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.in-ban::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-bg.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.ban-hd p {
  font-size: 21px;
  letter-spacing: 0.55px;
  line-height: 37px;
  color: #fff;
}
.ban-hd h2 {
  font-size: 42px;
  letter-spacing: 0.55px;
  font-weight: 600;
  margin-bottom: 3%;
  color: #fff;
}
.ban-img img {
  width: 94%;
}
.dwngrid {
  height: 10vh;
  background-color: #66364b;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.dwngrid::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  background-size: contain;
  height: 36%;
  width: 0%;
  left: 337px;
  top: 24px;
  border-right: 1px solid #de651a00;
}
.ban-o {
  position: relative;
  padding: 0rem 5px;
}

.bann-img img {
  width: 100% !important;
  height: 81vh !important;
  object-fit: cover;
}
.bannerslider .swiper-slide::before {
  position: absolute;
  content: "";
  background: linear-gradient(398deg, #00000054, rgb(255 255 255 / 0%));
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
 }
 .ban-hd {
  position: absolute;
  top: 25%;
  z-index: 1;
  width: 45%;
  left: 10%;
}
  .bannerslider .swiper-button-next::after, .bannerslider .swiper-button-prev::after {
      font-size: 18px;
      color: #fff;
  }
  .bannerslider .swiper-button-next::before,.bannerslider .swiper-button-prev::before{
    position: absolute;
    content: "";
    border: 2px solid rgb(207 89 142);
    background-size: contain;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
  }
  .bannerslider .swiper-button-next,.bannerslider .swiper-button-prev {
    position: absolute;
    top: 90%;
  }
  .bannerslider .swiper-button-next{
    left: 10%;
  }
  .bannerslider .swiper-button-prev{
    left: 6%;
  }
  .bannerslider .swiper-slide{
    position: relative;
  }
  .ban-hd p {
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 37px;
    color: #fff;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
}
.bannerslider .swiper-slide-active .ban-hd p {
  transform: translateX(0);
  opacity: 1;
}
.ban-hd h2 {
  font-size: 42px;
  letter-spacing: 0.55px;
  font-weight: 600;
  margin-bottom: 3%;
  color: #fff;
  transform: translateX(100%);
  transition: all 1s;
  opacity: 0;
  transition-delay: 1s;
}
.bannerslider .swiper-slide-active .ban-hd h2{
  transform: translateX(0);
  opacity: 1;
  }

.choosetxt h6 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.55px;
}
 .ree .swiper-slide p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.55px;
}
.dwngrid .row {
  padding: 23px 0;
}
.w-90 {
  width: 90% !important;
}
.ban-hd {
  position: absolute;
  top: 36%;
  z-index: 1;
  width: 45%;
}
/* banner end */

/* whaATapp css */
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
  animation-name: showchat;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
  color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: 0.6px;
}

#whatsapp-chat .header-chat {
  background: #4b2f4c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 37px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
  animation-name: showhide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
  animation-name: showhide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
  animation-name: showhide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
  transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
  animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
  animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
  transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: "1:41 AM";
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 40px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}

.mainwp {
  position: relative;
}
.mainwp::after {
  position: fixed;
  content: "";
  background-color: #00000099;
  background-size: contain;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
  backdrop-filter: blur(6px);
}

.ff p {
  margin-bottom: 0px !important;
  font-size: 14px;
  color: #fff;
}
.ff {
  display: flex;
  align-items: center;
  gap: 9px;
  background-color: #d982a9;
  padding: 7px 16px;
  border-radius: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px 0px;
  position: relative;

}

.ff::after {
  position: absolute;
  content: "";
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  border: 1px solid #cae9eb;
  animation: moved 1s infinite linear;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}
@keyframes moved {
  0% {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  100% {
    height: 130%;
    width: 120%;
    opacity: 0;
  }
}
.ff::before {
  position: absolute;
  content: "";
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  border: 1px solid #cae9eb;
  animation: movedd 1s infinite linear;
  animation-delay: 0.3s;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}
@keyframes movedd {
  0% {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  100% {
    height: 110%;
    width: 120%;
    opacity: 0;
  }
}

.left-ser {
  cursor: pointer;
  overflow: hidden;
}
/* bresd statrt */
.bread {
  background-color: #de8ce02b;
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}
.bread::after {
  position: absolute;
  content: "";
  background-image: url(../images/mai.jpg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.07;
}
.fghj {
  text-align: center;
  margin: auto;
  width: 49%;
  position: absolute;
  left: 27%;
  top: 47%;
}
.fghj h2 {
  color: #39013a;
  font-size: 49px;
  letter-spacing: 0.55px;
}
.fghj p {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000000b3;
}
/* bre sene */
/* about-inne start */
.tg {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.zero {
  font-size: 30px;
  letter-spacing: 0.55px;
  color: #000;
}
.inner-ab p {
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 35px;
  color: #000;
}
/* ab-in end */

.why-choose-us {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.why-choose-box-1 {
  position: relative;
  z-index: 1;
}

.why-choose-box-1 .why-choose-item {
  flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box {
  margin-left: 15px;
  margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content {
  text-align: left;
}

.why-choose-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item .icon-box {
  margin-right: 15px;
}

.why-choose-item .icon-box img {
  max-width: 48px;
}

.why-choose-content {
  width: calc(100% - 38px);
  text-align: end;
}

.why-choose-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 9px;
  letter-spacing: 0.55px;
  color: #000;
}

.why-choose-content p {
  margin: 0;
  letter-spacing: 0.55px;
  color: #000000b5;
  font-size: 16px;
}

.why-choose-image {
  position: relative;
  z-index: 1;
}
.why-choose-image img {
  width: 100%;
}
/* contact us start */
.til::after {
  position: absolute;
  content: "";
  background-color: #491649;
  background-size: contain;
  height: 52px;
  width: 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50px;
}
.til img {
  width: 23px;
  height: 23px;
}
.til {
  position: relative;
  z-index: 1;
}
.contact-icon-box {
  display: flex;
  gap: 25px;
  margin-top: 2px;
  align-items: center;
}
.conco h2 {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
}
.conco p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000000d6;
}
.con-hd {
  margin-bottom: 2rem;
}
.con-hd p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 27px;
}
.con-hd h2 {
  font-size: 30px;
  letter-spacing: 0.55px;
  color: #000;
}
.ment h2 {
  font-size: 19px;
  letter-spacing: 0.55px;
  color: #fff;
}
.ele {
  padding: 3rem 3rem 1rem;
  background-color: #0000007a;
  position: relative;
  border-radius: 11px;
}
.ele::after {
  position: absolute;
  content: "";
  background-image: url(../images/jj.jpg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
  opacity: 0.6;
}
.oookk li {
  list-style: none;
  margin-bottom: 2%;
}
.oookk li p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
}
.hg {
  color: #fff;
  width: 82%;
}
.med h2 {
  font-size: 26px;
  letter-spacing: 0.55px;
  color: #fff;
  margin-bottom: 4%;
  font-weight: 600;
}
.oookk {
  padding-left: 0rem;
}
.fb {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  position: relative;
}
.fb:hover {
  background-color: #d4aa05;
}
.dd li .fb a img {
  width: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dd li {
  list-style: none;
}
/* contactb us end */
/* cobntact form sdtartr */
.apomnt-form {
  padding: 44px 19px;
  box-shadow: 0 5px 15px -3px rgb(98 55 99 / 53%);
  background-color: #e2f2ff24;
  align-items: center;
  border-radius: 9px;
  margin: auto;
  width: 100%;
  height: 100%;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #212529;
  background-clip: padding-box;
  background-color: #39013a05;
}
.select-cls {
  padding: 10px 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  background-clip: padding-box;
}

.form-row .form-group {
  margin-top: 8px;
  margin-bottom: 5px;
}
.form-row .form-group .form-control:focus {
  border: 1px solid #002578;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.form-row .form-group .select-cls:focus {
  border: 1px solid #002578;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
  outline: none;
}
.form-row .form-group label {
  padding-bottom: 8px;
  font-size: 16px;
}
.appointment {
  position: relative;
}

.form-group p {
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 500;
  color: #002578;
  text-align: center;
}
.form-group span {
  color: red;
  font-weight: 400;
}
.apomnt {
  position: relative;
  z-index: 1;
}
.apomnt::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-bg.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/* contysct form end */
.tiyt {
  border-radius: 10px 158px 10px 100px;
  background-color: #311b31;
  padding: 4rem 3rem 5rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
.tiyt:after {
  position: absolute;
  content: "";
  background-image: url(../images/led.jpg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: 0.06;
  z-index: -1;
  border-radius: 10px 158px 10px 100px;
}
.tiyt::before {
  position: absolute;
  content: "";
  background-image: url(../images/47.png);
  background-size: contain;
  height: 38%;
  width: 100px;
  bottom: 0px;
  background-repeat: no-repeat;
  right: 13%;
}
.tiyt p {
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 26px;
}

.service-card-inner {
  text-align: center;
  border-radius: 8px;
  padding: 37px 15px 45px 12px;
  transition: all 0.3s;
  height: 262px;
  cursor: pointer;
  box-shadow: #621a63 0px 0px 8px -4px;
}
.service-card-inner h2 {
  font-size: 19px;
  letter-spacing: 0.55px;
  color: #803b80;
  margin-top: 5%;
}
.service-card-inner p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000000ad;
}

.sr-icon img {
  width: 42px;
}

/* imagr gallery satrtr */
/* 33. Portfolio Css */
.portfolio-filter {
  border-bottom: 2px solid #dde3ff;
  display: inline-block;
  padding: 0;
}
.num {
  bottom: 0%;
  right: 0%;
  padding: 8px 20px;
  background: linear-gradient(270deg, #0024788c, transparent);
}
.portfolio-wrapper {
  position: relative;
}
.portfolio-image {
  position: relative;
}
.portfolio-image::before {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 46%) 0%,
    rgb(50 54 128 / 68%) 100%
  );
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-wrapper:hover .portfolio-image::before {
  opacity: 0.8;
}
.view-icon a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
.view-icon {
  text-align: center;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 30px;
  position: absolute;
}
.portfolio-wrapper:hover .view-icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.portfolio-caption {
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  right: 0;
  transform: translateY(10px);
}
.portfolio-wrapper:hover .portfolio-caption {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.portfolio-caption h4 {
  font-size: 25px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
}
.portfolio-caption p {
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}
.portfolio-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}
.portfolio-area {
  margin-top: 7%;
  margin-bottom: 6%;
}
.view-icon img {
  width: 30px !important;
  height: 100% !important;
}
/* image galleru end */

.mn-dd {
  top: 0;
  left: -100%;
  background-color: #ffffff8f;
  backdrop-filter: blur(4px);
  padding: 4rem 3rem;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  z-index: 99;
  opacity: 1;
  transition: all 0.3s;
}
.mn-dd h5 {
  font-size: 22px;
  position: relative;
  line-height: 33px;
  color: #000 !important;
}
.mn-dd p {
  color: #000 !important;
}

.mn-dd {
  position: relative;
}
.mn-dd::after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff82;
  background-size: contain;
  height: 90%;
  width: 90%;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.left-ser:hover .mn-dd {
  left: 0;
}
.dl-txt {
  padding: 30px 0 16px;
  background: linear-gradient(359deg, #2c102d, #9c050b00);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.dl-txt h5 {
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
.left-ser:hover .dl-txt h5 {
  opacity: 0;
}
.dd {
  opacity: 1;
}
.viewall a {
  padding: 11px 26px 11px;
  background-color: #c12168;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 17px;
  transition: all 0.3s;
  border: 1px solid #c12168;
}
.viewall a:hover {
  letter-spacing: 1.5px;
  background-color: #fff;
  border: 1px solid #c12168;
  color: #000;
}
.viewall {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: fit-content;
}

.btr a {
  border: 1px solid #39013a;
  padding: 12px 31px;
  border-radius: 0px;
  color: #000;
  /* background-color: #fff; */
}
.btr a:hover {
  border: 1px solid #c12168;
  color: #fff;
  background-color: #c12168;
}
.btr {
  text-align: center;
  margin-top: 2rem;
}

/* appointemt start */
.contact-sec .form-input {
  width: 100%;
  display: block;
  border-radius: 1px;
  margin-bottom: 30px;
  padding: 14px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 0 20px 60px 0 rgba(107, 98, 119, 0.11);

  color: grey;
  padding-left: 11px !important;
}

.contact-form-group input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}

.contact-sec .form-input2 {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 39px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%);

  color: grey;
  padding-left: 11px !important;
  padding-top: 12px;
}
.contact-sec .form-input2:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.form-input {
  width: 100%;
  /* display: block; */
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px 25px;
  border: 1px solid #00000082;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000000;
  padding-left: 11px !important;
  font-size: 15px;
  font-weight: 400;
}
.form-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.contact-form-group .form-input2 {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 39px 25px;
  border: 1px solid #00000082;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #3324248a;
  padding-left: 11px !important;
  padding-top: 12px;
  font-size: 16px;
}
.contact-form-group .form-input2:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.h-d h2 {
  font-size: 33px;
  padding-bottom: 18px;
  letter-spacing: 0.55px;
  color: #792f51;
  text-align: center;
}
.h-d span {
  color: #f49910;
}

#contactForm {
  height: 100%;
  box-shadow: rgb(80, 18, 18) 0px 0px 9px -5px;
  padding: 42px;
  background-color: #fff;
  border-radius: 10px;
}
.quote {
  position: relative;
  padding: 7rem 0 3rem;
}
.quote::after {
  position: absolute;
  content: "";
  background-image: url(../images/az.jpg);
  background-size: cover;
  height: 76%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  background-repeat: no-repeat;
}
.quote::before {
  position: absolute;
  content: "";
  background-color: #00000096;
  background-size: cover;
  height: 76%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
}

.qu-h h2 {
  font-size: 36px;
  letter-spacing: 0.55px;
  line-height: 35px;
  font-size: 20px;
  letter-spacing: 0.55px;
  font-weight: 400;
  color: #fff;
}
.qu-h p {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.55px;
  line-height: 28px;
}
.care-hd {
  text-align: center;
  margin: auto;
  width: 88%;
}
.care-hd p {
  font-size: 22px;
  letter-spacing: 0.55px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 5%;
}

#contactForm {
  position: relative;
}
#contactForm::after {
  position: absolute;
  content: "";
  background: linear-gradient(140deg, #f39113, #000 42%, #fff 46%);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: -1%;
  left: -1%;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(140deg, #8b3a8d, #371424 40%);
}
/* appointemnwt end */

.view-image {
  position: fixed;
  inset: 0;
  z-index: 9999999999999 !important;
}
/* brebc cumn */

.appointment_bt a {
  top: 0;
  right: 0;
  padding: 20px 11px;
  background-color: #be1762;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.55px;
}
.appointment_bt {
  position: fixed;
  top: 50%;
  right: 0.6%;
  transform: translateY(-50%);
  z-index: 99999999;
  writing-mode: tb;
}

/* Event Block */

.events-section {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
  margin-top: 5%;
  margin-bottom: 2%;
}
.events-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background: linear-gradient(360deg, #ba05561a, transparent);
}
.ked h2 {
  font-size: 33px;
  letter-spacing: 0.55px;
  color: #970f4c;
  font-weight: 600;
  margin-bottom: 1%;
}
.ked {
  text-align: center;
}
.ked h3 {
  font-size: 30px;
  letter-spacing: 0.55px;
  color: #000000c4;
  font-weight: 500;
}
.ked p {
  font-size: 17px;
  margin: auto;
  width: 60%;
  letter-spacing: 0.55px;
  line-height: 25px;
  color: #000000cf;
}
.fun-fact-section {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/pattern-4.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  z-index: 1;
  margin-top: 4%;
  border-radius: 58px 2px;
}
.fun-fact-section .counter-column {
  position: relative;
  margin-bottom: 30px;
}

.fun-fact-section .count-box {
  position: relative;
  text-align: center;
}

.fun-fact-section .count-box .icon-box {
  display: inline-block;
  position: relative;
  height: 86px;
  width: 86px;
  border: 2px dashed #dddddd;
  font-size: 45px;
  color: #1370b5;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #653866;
}

.fun-fact-section .count-box:hover .icon-box {
  background-color: #fff;
  color: #ffffff;
  border: 2px dashed #6a366a;
}
.fun-fact-section .count-box:hover .icon-box img {
  filter: brightness(0);
}

.fun-fact-section .count-box .icon-box:before {
  position: absolute;
  left: 0;
  top: 5px;
  height: 21px;
  width: 21px;
  border: 2px dashed #000000;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
}

.fun-fact-section .count-box .icon-box:after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  height: 15px;
  width: 15px;
  border: 2px dashed #000000;
  content: "";
  border-radius: 50%;
  opacity: 0.5;
}

.fun-fact-section .count-box:hover .icon-box:after,
.fun-fact-section .count-box:hover .icon-box:before {
  transform: scale(3);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 1000ms ease;
}

.fun-fact-section .count-box .counter-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fun-fact-section .count-box .count-text {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counted p {
  font-size: 16px;
  letter-spacing: 0.55px;
  text-align: center;
  line-height: 29px;
  color: #000000e3;
}
.icon-box img {
  width: 40px;
}

/***

====================================================================
  Fun Fact Section
====================================================================

***/

.qu-h span {
  font-size: 31px;
  color: #ededed;
  font-weight: 600;
  letter-spacing: 0.55px;
}

/* social media */
.social_nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.social_nav li:nth-child(1) a {
  background: #4267b2;
  padding: 11px 12px;
}

.social_nav li:nth-child(2) a {
  background: #1da1f2;
  padding: 11px 12px;
}

.social_nav li:nth-child(3) a {
  background: #e1306c;
  padding: 11px 12px;
}

.social_nav li:nth-child(4) a {
  background: #2867b2;
  padding: 11px 12px;
}

.social_nav li:nth-child(5) a {
  background: #ff0000;
  padding: 11px 12px;
}
.social_nav li:nth-child(6) a {
  background: #675567fc;
  padding: 11px 12px;
}

.social_nav li img {
  width: 13px;
}

.social_nav li a span {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}

.social_nav a:hover {
  z-index: 1;
  width: 100%;
}
.social_nav ul li a {
  transition: all 0.3s;
  width: 35px;
  overflow: hidden;
}

.social_nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
}
.social_nav li {
  list-style: none;
}

.pag {
  margin: 3rem 0 1rem;
}
.close {
  top: 4%;
  right: 3%;
  z-index: 99;
  cursor: pointer;
}

.inner-success {
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 1rem;
}
#success {
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.quick_sucInner {
  text-align: center;
}
.quick_sucInnerBtn {
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family: auto !important;
}
.quick_sucInner h3 {
  font-family: auto !important;
}
#successf {
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.quick_sucInnerf {
  text-align: center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
