@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body {
  background-color: #fef9ec9e;
}
h2{
  font-family: "Marcellus", serif;
}
a{
  text-decoration: none;
  color: #000;
}
.ss2 ul li a:hover{
    color:#fff !important;
    letter-spacing:0px !important;
}
.para {
  font-size: 19px;
  letter-spacing: 0.55px;
  line-height: 30px;
}
.ivv{
  margin-top: 7rem;
}
.left-da1 ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  justify-content: end;
}
.lefthd h2 {
  font-size: 40px;
  /* letter-spacing: 0.55px; */
  /* font-weight: 700; */
  background-color: transparent;
  /* font-size: max(30px, min(50px, calc(42* var(--theme-spx-ratio)))); */
  text-decoration: none;
  /* text-align: left; */
}
.navb {
  padding: 20px 0;
}
.to {
  height: 50px;
  width: 50px;
  background-color: #070d58;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
}
.navbnew{
  background-color: #fff;
}
.to img {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.left-da1 ul li a {
  letter-spacing: 0.55px;
  color: #000000;
  font-size: 20px;
}

.navbarrr{
  padding: 15px 0;
  /* transform: translateY(-100%); */
}
.navbarrrnew{
  position: relative;
  animation: movv 1s;
}
@keyframes movv{
  0%{
    transform: translateY(-100%);
  }
  50%{
    transform: translateY(10%);
  }
  100%{
    transform: translateY(0%);
  }
}
.left-danew{
  position: relative;
  animation: animate 1.5s;
  animation-delay: 0.7s;
}
@keyframes animate{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}


.sectionlogo img{
  width: 70px;
}

/* .abttx h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 46px;
  margin-top: 1.5rem;
} */
.abttx h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 46px;
  margin-top: 1rem;
}


.serdata{
  padding: 1rem;
}


.readbt a {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  transition:all .3s;
}
.readbt a:hover{
  gap:25px;
  letter-spacing: 1px;
}
.readbt a img{
  width: 40px;
}
.services {
  padding: 3rem 0;
  /* background-color: #f5fafd; */
  background: linear-gradient(180deg, #f6fafd, #f6fafd);
  height: 200px;
  overflow: hidden;
}
.dasf p {
  font-size: 21px;
  letter-spacing: 0.55px;
  line-height: 30px;
}


.lefthd h2{
  font-size: 40px;
  /* letter-spacing: 0.55px; */
  /* font-weight: 700; */
  background-color: transparent;
  /* font-size: max(30px, min(50px, calc(42* var(--theme-spx-ratio)))); */
  text-decoration: none;
  text-align: left;
}

.services {
  height: 85vh;
}
.serlist {
    height: 100px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.playbg {
  height: 130px;
  width: 130px;
  background-color: #b7815a;
  bottom: -6%;
  right: -6%;
  z-index: 1;
  transition: all .3s;
  border: 10px solid #c6a072;
  z-index: 9;
  cursor: pointer;
}
.playbg:hover{
  background-color: #fff;
}
.playbg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  filter: brightness(0)invert(1);
  transition: all .3s;
}

.playbg:hover img{
  filter: initial;
}
.playbg::after{
  position: absolute;
  content: "";
  background-color: #b7815a9c;
  background-size: contain;
  height: 130px;
  width: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)scale(1);
  animation: move 2s infinite;

}
.playbg::before{
  position: absolute;
  content: "";
  background-color: #b7815a9c;
  background-size: contain;
  height: 130px;
  width: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)scale(1);
  animation: move2 2s infinite;
  animation-delay: .3s;
}
@keyframes move{
  0%{
    transform: translate(-50%,-50%)scale(1);
    opacity: 1;
  }
  100%{
    transform: translate(-50%,-50%)scale(1.5);
    opacity: 0;
  }
}
@keyframes move2{
  0%{
    transform: translate(-50%,-50%)scale(1);
    opacity: 1;
  }
  100%{
    transform: translate(-50%,-50%)scale(1.5);
    opacity: 0;
  }
}

.lefthd span {
  font-size: 19px;
  color: #b7815a;
}
.bkbtn a{
  border: 1px solid #fff;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 30px;
}
.lefthd h6 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #b7815a;
}

.leftdoctor{
  position: relative;
}
.leftdoctor::after {
  position: absolute;
  content: "";
  background-color: #c8a375;
  background-size: contain;
  height: 250px;
  width: 20px;
  top: 30%;
  left: -20px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.leftdoctor::before {
  position: absolute;
  content: "";
  background-color: #dda55f;
  background-size: contain;
  height: 150px;
  width: 20px;
  top: 66%;
  left: -20px;
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}

.lefthd2 h2 {
  font-size: 70px;
  letter-spacing: 1px;
}

.apponintment {
  padding: 7rem 0;
  background-color: #0000009e;
  position: relative;
}
.apponintment::after{
  position: absolute;
  content: "";
  background-image: url(../images/banner2.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
}
.figerlist {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.bkbtn{
  filter: brightness(0)invert(1);
}
.figerlist h2 {
  font-size: 40px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 700;
}
.figerlist p{
  font-size: 20px;
  letter-spacing: 0.55px;
  font-weight: 400;
  color: #fff;
}

.testlist .col{
  flex: 0 0 55%;
}

.rightdt{
  height: 100%;
  padding: 2rem;
  background-color: lightgray;
  border-radius: 5px;
}

.testimonials{
  overflow: hidden;
}
/* .innertest{
  animation: animamate 15s infinite linear;
  display: block;
  width: 100%;
}
@keyframes animamate{
  0%{
      transform: translateX(0);
  }
  50%{
    transform: translateX(-100%);
  }
  100%{
    transform: translateX(0);
  }
} */


.banner{
  height: 100vh;
}
.rightbanner{
  position: relative;
  width: fit-content;
}
.rightbanner::after{
  position: absolute;
  content: "";
  filter: drop-shadow(-6px -7px 1px red);
  background-size: contain;
  height: 80%;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
}
.banner {
  background-color: #e7e7e7e3;
}
.video {
  position: absolute;
  top: 5%;
  left: 30%;
  height: 80px;
  width: 80px;
  background-color: #070d59;
  border-radius: 100%;
  z-index: 999999999999999;
}
.video::after{
  position: absolute;
  content: "";
  background-color: #070d59;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)scale(1);
  z-index: -1;
  animation: anim 2s infinite linear;
  border-radius: 100%;
}
@keyframes anim{
  0%{
    transform: translate(-50%,-50%)scale(1);
    opacity: 1;
  }
  100%{
    transform: translate(-50%,-50%)scale(1.3);
    opacity: 0;
  }
}
.video::before{
  position: absolute;
  content: "";
  border: 1px solid #fff;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)scale(0.8);
  z-index: 1;
  border-radius: 100%;
}
.videobtn {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videobtn img{
  width: 100%;
}

.navb {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.innerbanner {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.fig .col-lg-4 {
  border-right: 1px solid #5b639657;
}

.fig .col-lg-4:last-child{
  border: none;
}
.dimg {
  top: 72%;
  left: 65%;
  z-index: 999;
  transform: translate(-50%, -50%);
  /* width: 29%; */
  transition: all 1s;
  transition-delay: .3s;
  opacity: 0;
}
.bannerswiper .swiper-slide-active .dimg{
  top: 43%;
  opacity: 1;
}
.dimg img {
  width: 530px !important;
}

.banner{
  position: relative;
  overflow: hidden;
}
.banner::after {
  position: absolute;
  content: "";
  background-image: url(../images/d.svg);
  background-size: cover;
  height: 35%;
  width: 100%;
  bottom: -11%;
  left: 0;
  z-index: 999;
  background-repeat: no-repeat;
}


.lefttxt h2 {
  font-size: 68px;
  font-weight: 500;
  color: #070d59;
  /* text-transform: uppercase; */
  line-height: 90px;
  position: relative;
}

/* .swiper-slide .innerbanner .row .col-lg-6 .lefttxt h2::after {
  position: absolute;
  content: "";
  background-color: #ffe8cd;
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 2s;
  transition-delay: .3s;
}
.swiper-slide-active .innerbanner .row .col-lg-6 .lefttxt h2::after{
  height: 0;
} */
.bannerswiper .swiper-slide .innerbanner .row .col-lg-6 .lefttxt .para{
  transition: all 2s;
  transition-delay: .5s;
  transform: translateX(-150%);
}
.bannerswiper .swiper-slide-active .innerbanner .row .col-lg-6 .lefttxt .para{
  transition: all 2s;
  transition-delay: .5s;
  transform: translateX(0%);
}
.btbt a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 3px 3px 3px 15px;
  border: 1px solid #000;
  border-radius: 30px;
  width: fit-content;
  background-color: #070d59;
  transition: all .3s;
}

.btbt a:hover {
  border: 1px solid #f19502;
  background-color: #f19502;
}

.ar {
  height: 50px;
  width: 50px;
  background-color: #070d59;
  border-radius: 50%;
  position: relative;
  border: 2px solid #ffffff;
  right: -10%;
  transition: all .3s;
}
.ar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  width: fit-content !important;
}
.btbt a p{
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #fff;
}
.btbt a:hover .ar{
  background-color: #070c5900;
  right: 0%;
}

.fig {
  bottom: -2%;
  left: 10%;
  padding: 3.5rem;
  background-color: #ffffff;
  border-radius: 30px;
  width: 44%;
  z-index: 9999;
  box-shadow: #000000 0px 5px 16px -10px;
}
.figlist{
  text-align: center;
}
.figlist h4 {
  font-size: 42px;
  /* font-family: "Marcellus", serif; */
  letter-spacing: 1px;
  font-weight: 500;
  color: #070d59;
}
.figlist p {
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 500;
  color: gray;
}
.figlist span {
  font-size: 21px;
}




.swiper {
  width: 100%;
  height: 100%;
}

..bannerswiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
}
.bannerswiper .swiper-slide .innerbanner{
  opacity: 0;
}
.bannerswiper .swiper-slide-active .innerbanner{
  opacity: 1;
}

.sertxt {
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 1rem;
  border-radius: 15px;
  background-color: #ffffffb8;
  width: 90%;
  backdrop-filter: blur(1px);
  opacity: 0;
  transition: all .3s;
}
.serlist:hover .sertxt{
  bottom: 6%;
  opacity: 1;
}

.sertxt h2{
  font-size: 30px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.sertxt p{
  font-size: 20px;
  letter-spacing: 0.55px;
  font-weight: 400;
}

.expbtn {
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: all .3s;
  width: 85%;
}
.expbtn h2{
  color: #fff;
  text-align: center;
  font-size: 29px;
}
.serlist:hover .expbtn{
  bottom: -17%;
}
.StylableButton2545352419__container{
  align-items: center;
  display: flex;
  gap: 15px;
  filter: brightness(0)invert(1);
}
.StylableButton2545352419__container span{
  font-size: 20px;
  color: #fff;
}
.serimg{
  position: relative;
}
.serimg::after {
  position: absolute;
  content: "";
  /* background-color: #00000037; */
  background: linear-gradient(180deg, rgb(0 0 0 / 36%), transparent 20%, transparent 50%, #0000009c);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}



.abtctt {
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 99;
}

/* .abtctt h2 {
  font-size: 74px;
  font-weight: 900;
  letter-spacing: 13px;
  color: #a53e8f;
  margin: 0;
} */
.abtctt h2 {
  font-size: 74px;
  font-weight: 900;
  letter-spacing: 13px;
  color: #f19502;
  margin: 0;
}
.abtctt h4 {
  font-weight: 300;
  font-size: 46px;
  letter-spacing: 1px;
}
/* .abtctt h3 {
  font-size: 65px;
  letter-spacing: 7px;
  color: #d87386;
} */
.abtctt h3 {
  font-size: 65px;
  letter-spacing: 7px;
  color: #070d58;
}
.abtctt  p{
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
}


.newstxt {
  padding: 2rem 2rem 3rem 2rem;
}

.dat span{
  font-size: 20px;
  letter-spacing: 0.55px;
  color: gray;
}
.newsdata h4{
  font-size: 25px;
  letter-spacing: 0.55px;
  color: #000;
  margin-top: 15px;
}
.newsdata p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newslist {
  background-color: #ffffff;
  position: relative;
  border-radius: 25px;
  box-shadow: inset 0 0 9px -2px rgb(0 0 0 / 21%), 0 0 0 rgba(63, 85, 204, .05);
}
.newslist::after {
  position: absolute;
  content: "";
  background-image: url(../images/vkd.png);
  background-size: contain;
  bottom: -4%;
  left: 10%;
  z-index: 9999;
  height: 60px;
  width: 118px;
  background-repeat: no-repeat;
  filter: drop-shadow(0px -6px 2px #d3d3d342);
}
.arrr {
  z-index: 999999;
  left: 15%;
  /* bottom: -40% !important; */
  top: 96% !important;
  position: absolute;
  height: 60px;
  width: 60px;
}
.newsimg img{
  border-radius: 25px;
}
.lefttest h2 {
  font-size: 60px;
  width: 60%;
  letter-spacing: 1px;
  margin: 10px 0;
}
.lefttest {
  width: 100%;
  margin-left: auto;
  padding-left: 15%;
  background-color: #fff2cf;
  /* height: 100%; */
  padding-top: 10%;
  padding-bottom: 7%;
}
.testimd img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.righttest {
  padding: 4rem;
  background-color: #fff6dd;
  width: 110%;
  margin-left: -10%;
  margin-top: 15%;
}
.queimg{
  margin-bottom: 1rem;
}
.queimg img{
  height: 60px;
  width: 60px;
  opacity: 0.5;
}








.wpo-site-footer, .wpo-site-footer_s2 {
  background: url(/static/media/footer-bg.31986b9….png) 50% / cover no-repeat;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  background-color: #070e59;
}
.logo img{
  filter: brightness(0) invert(1);
}
.wpo-site-footer_s2 .wpo-upper-footer {
  padding: 100px 0;
}
.wpo-site-footer .wpo-upper-footer, .wpo-site-footer_s2 .wpo-upper-footer {
  padding: 70px 0 70px;
}
.wpo-site-footer .wpo-lower-footer, .wpo-site-footer_s2 .wpo-lower-footer {
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .row, .wpo-site-footer_s2 .wpo-lower-footer .row {
  border-top: 1px solid #d5dce1;
  padding: 25px 0;
  position: relative;
}
.wpo-site-footer .about-widget .logo, .wpo-site-footer_s2 .about-widget .logo {
  max-width: 220px;
}
.wpo-site-footer .widget-title, .wpo-site-footer_s2 .widget-title {
  margin-bottom: 30px;
}
.wpo-site-footer .about-widget p, .wpo-site-footer_s2 .about-widget p {
  line-height: 28px;
  margin-bottom: .8em;
}
.wpo-site-footer p, .wpo-site-footer_s2 p {
  color: #ffffff;
  font-size: 17px;
}
.wpo-site-footer .social-widget, .wpo-site-footer_s2 .social-widget {
  margin-top: 40px;
}
.wpo-site-footer ul, .wpo-site-footer_s2 ul {
  list-style: none;
}
.wpo-site-footer .social-widget ul li, .wpo-site-footer_s2 .social-widget ul li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.wpo-site-footer li, .wpo-site-footer_s2 li {
  color: #767676;
}
.wpo-site-footer .social-widget ul li a, .wpo-site-footer_s2 .social-widget ul li a {
  background: rgba(134, 188, 226, .15);
  border-radius: 100px;
  color: #000b47;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 40px;
}
.wpo-site-footer .link-widget, .wpo-site-footer_s2 .link-widget {
  padding-left: 75px;
}
.wpo-site-footer .widget-title, .wpo-site-footer_s2 .widget-title {
  margin-bottom: 15px;
}
.wpo-site-footer .widget-title h3, .wpo-site-footer_s2 .widget-title h3 {
  color: #ffffff;
  /* font-family: Katibeh; */
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  position: relative;
}
.wpo-site-footer ul, .wpo-site-footer_s2 ul {
  list-style: none;
  padding: 0;
}
.wpo-site-footer .link-widget ul li, .wpo-site-footer_s2 .link-widget ul li {
  position: relative;
  padding: 3px 0;
}
.wpo-site-footer li, .wpo-site-footer_s2 li {
  color: #ffffff;
}
.wpo-site-footer .link-widget ul li a, .wpo-site-footer_s2 .link-widget ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  transition:all .3s;
}
.wpo-site-footer .link-widget ul li a:hover, .wpo-site-footer_s2 .link-widget ul li a:hover{
    color: #f29502;
    letter-spacing:1px;
} 
.wpo-site-footer .link-widget.s2, .wpo-site-footer_s2 .link-widget.s2 {
  padding-left: 40px;
}


.banner{
  position: relative;
}
.banner::before {
  position: absolute;
  content: "";
  background-image: url(../images/b.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  
  z-index: -1;
}


/* .about{
  position: relative;
}
.about::after{
  position: absolute;
  content: "";
  background-image: url(../images/spiral.png);
  background-size: contain;
  height: 400px;
  width: 400px;
  top: 0;
  right: 10%;
  z-index: -1;
  border-radius: 50%;
} */

.fddf h2 {
  font-size: 120px;
  display: flex;
  width: 5000px;
  font-weight: 900;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #070d591f;
  -webkit-text-fill-color: unset;
  animation: move 35s infinite linear;
}
@keyframes move{
  0%{
    transform: translateX(0px);
  }
  50%{
    transform: translateX(-2500px);
  }
  0%{
    transform: translateX(0px);
  }
}

.wpo-site-footer_s2{
  position: relative;
  z-index: 1;
}
.wpo-site-footer_s2::after{
  position: absolute;
  content: "";
  background-image: url(../images/dgf.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
z-index: -1;
}



.page-header{
  position: relative;
  
}
.page-header::after {
  position: absolute;
  content: "";
  /* background: linear-gradient(180deg, rgb(255 255 255), transparent 20%, transparent 50%, #070d585e); */
  background-size: contain;
  /* background-color: #0000007a; */
  background: linear-gradient(180deg, #ffffff6e, #070d59b8);
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 7;
}
.page-header-img img{
  height: 570px;
  object-fit: cover;
}

.hdtxt {
  bottom: 10%;
  left: 6%;
  z-index: 9;
  width: 50%;
}
.hdtxt p {
    font-size: 20px;
    letter-spacing: 0.55px;
    padding: 10px 45px;
    background: linear-gradient(270deg, #070d59 95%, #f29502 0);
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
}
.hdtxt h2{
  font-size: 26px;
  letter-spacing: 0.55px;
  line-height: 38px;
}

.left-ttl h2{
  font-size: 50px;
  width: 75%;
}
.frm-l input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 5px;
  background-color: transparent;
  color:#fff;
}
.frm-l input:focus{
  
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.submitbtn a {
  padding: 10px 48px;
  background-color: #ffffff;
  color: #070e59;
  border-radius: 30px;
  font-size: 20px;
}
.bt-frm {
  padding: 2rem;
  background-color: #070e59;
  border-radius: 20px;
}
.asse_list{
  padding: 3rem;
  box-shadow: inset #070e59 0px 0px 25px -9px;
  border-radius: 20px;
  text-align: center;
}
.asse_list h5{
  font-size: 30px;
  letter-spacing: 0.55px;
  font-weight: 400;
}
.arrr{
  transition: all .3s;
}
.newslist:hover .arrr{
  transform: rotate(-45deg);
}

.round-on {
  border: 2px solid #f0f0f0;
  border-radius: 480px;
  height: 480px;
  left: -35px;
  position: absolute;
  top: -80px;
  width: 480px;
  z-index: -1;
}
.round-two {
  border: 2px solid #f0f0f0;
  border-radius: 708px;
  height: 708px;
  left: -155px;
  position: absolute;
  top: -30px;
  width: 708px;
  z-index: -1;
}

.cta_section_s2 {
  margin-top: 140px;
}
.cta_section, .cta_section_s2 {
  margin-top: 100px;
}
.cta_section .cta_wrapper, .cta_section_s2 .cta_wrapper {
  background-image: url(../images/cta-shape.e9c4d14941e934f273c1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 95px 60px;
  position: relative;
}
.cta_section .cta_wrapper, .cta_section_s2 .cta_wrapper {
  width: 75%;
  margin: auto;
}
.cta_section .cta_wrapper:before, .cta_section_s2 .cta_wrapper:before {
  background: linear-gradient(358deg, #070d59 -1077.15%, #070d59 -690.64%, #070d59 -213.19%, #070d59 218.79%, #080e5a 764.46%, #070d59 1196.44%);
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.cta_section .cta_wrapper .content, .cta_section_s2 .cta_wrapper .content {
  align-items: center;
  display: flex
;
  max-width: 672px;
}
/* .cta_section .cta_wrapper .content .icon, .cta_section_s2 .cta_wrapper .content .icon {
  background: #fff;
  border-radius: 100%;
  color: #0080d2;
  height: 150px;
  line-height: 175px;
  outline: 1px solid rgba(0, 137, 223, .88);
  outline-offset: -20px;
  text-align: center;
  width: 150px;
} */
.cta_section .cta_wrapper .content .text, .cta_section_s2 .cta_wrapper .content .text {
  margin-left: 40px;
}
.cta_section .cta_wrapper .content .text h2, .cta_section_s2 .cta_wrapper .content .text h2 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
}
.cta_section_s2 .cta_wrapper .content .text h3 {
  font-size: 90px;
}

.cta_section .cta_wrapper .content .text h3, .cta_section_s2 .cta_wrapper .content .text h3 {
  color: #fff;
  font-size: 47px;
  font-weight: 400;
  line-height: 68px;
  margin-bottom: 0;
}
.cta_section_s2 .cta_wrapper .shape-icon {
  left: 56%;
  position: absolute;
}

.cta_section .cta_wrapper .shape-icon, .cta_section_s2 .cta_wrapper .shape-icon {
  color: #24aaff;
  font-size: 190px;
  left: 64%;
  position: absolute;
  top: 64%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cta_section_s2 .cta_wrapper .image {
  bottom: 0;
  /* max-height: 540px; */
  max-width: 440px;
  position: absolute;
  right: 0;
}
.image img{
  width: 100% !important;
}
.icon img{
  width: 74%;
}

.btbt1 a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 3px 3px 3px 15px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  width: fit-content;
  background-color: #ffffff;
  color: #fff;
}
.btbt1 .ar {
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 2px solid #0f155e;
  right: -10%;
  transition: all .3s;
}
.btbt1 a p {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #0f155e;
}
.btbt1 .ar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: initial;
  width: fit-content !important;
}



.mislist {
  padding: 2rem;
}
.miimg {
  margin-bottom: 1rem;
  position: relative;
  height: 60px;
  width: 60px;
  border: 1px solid #0f155e;
  border-radius: 50%;
}
.miimg img {
  /* width: 30px;
  height: 30px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.midt h2 {
  font-size: 30px;
  letter-spacing: 0.55px;
  color: #0f155e;
  margin-bottom: 1rem;
}
.innermission .col-lg-4:nth-child(1), .innermission .col-lg-4:nth-child(2) {
  border-right: 1px solid #00000024;
}

.bannerswiper .swiper-button-next:after, .bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}

.appo {
  background-image: url(../images/app.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.appo::after {
  position: absolute;
  content: "";
  background-color: #000000d4;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.innerappo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 20px;
}
.formhd h2 {
  color: #070d59;
  font-size: 38px;
  letter-spacing: 0.55px;
}
.formwrap input, .formwrap select {
  height: 50px;
}

.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid #070d59;
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.formwrap input, .formwrap select {
  height: 50px;
}
.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid rgb(198 160 113);
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.close {
  top: 4%;
  right: 3%;
  z-index: 99;
  cursor: pointer;
}

.bookbtn a {
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #070d59;
  border-radius: 0;
  display: flex;
  justify-content: center;
  background-color: #070d59;
  color: #fff;
  transition: all .3s;
}
.bookbtn a:hover {
  background-color: transparent;
  color: #070d59;
}






.gl11 img{
  height: 300px;
  object-fit:cover;
  border-radius: 10px;
}

.gl11{
  position: relative;
  overflow: hidden;
}
.gl11::after {
  position: absolute;
  content: "";
  background-color: #0000006b;
  background-size: contain;
  height: 100%;
  width: 0%;
  z-index: 9;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: all .3s;
  
  border-radius: 10px 0 0 10px;
}
.gl11::before {
  position: absolute;
  content: "";
  background-color: #070d58;
  background-size: contain;
  height: 100%;
  width: 0%;
  z-index: 10;
  top: 0;
  left: 0;
  backdrop-filter: blur(0px);
  /* clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 101%); */
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: all .3s;
  border-radius: 10px 0 0 10px;
}
.gl11:hover::after{
  width: 50%;
}
.gl11:hover::before{
  width: 54%;
  clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 101%);
}
.gl-btn{
  position: absolute;
  top: 0%;
  left: 5%;
  z-index: 999;
  color: #fff;
  transition-delay: 5s;
  transition: all .3s;
  opacity: 0;
}
.gl-btn p {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.55px;
}
.gl11:hover .gl-btn{
  top: 50%;
  opacity: 1;
}
.dq{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  transition: all .3s;
}
.dq::after {
  position: absolute;
  content: "";
  background-color: #00000075;
  background-size: contain;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0% 100%);
  border-radius: 0 0 10px 10px;
  backdrop-filter: blur(6px);
}
.gl11:hover ~ .dq{
  bottom: -100%;
}
.dq p{
  font-size: 17px;
  letter-spacing: 0.55px;
}
.mm{
  overflow: hidden;
}


.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 99999999999 !important;
}













#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: .35s;
          animation-duration: .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: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  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: 45px;
  height: 50px;
  -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: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  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 {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 988888888;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 30px;
  -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%;
  filter: brightness(0)invert(1);
}






.dfdsf {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 30px !important;
  background-color: green !important;
  color: #fff;
  position: relative;
}
.dfdsf p{
  font-size: 19px;
  color: #fff;
}
.dfdsf::after{
  position: absolute;
  content: "";
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  border: 1px solid green;
  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;
  }
}
.dfdsf::before{
  position: absolute;
  content: "";
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  border: 1px solid green;
  animation: movedd 1s infinite linear;
  animation-delay: 0.4s;
  border-radius: 30px;
  transform: translate(-50%,-50%);
}
@keyframes movedd{
  0%{
      height: 100%;
      width: 100%;
      opacity: 1;
  }
  100%{
      height: 130%;
      width: 120%;
      opacity: 0;
  }
}


.video1 {
  position: absolute;
  top: 10%;
  left: 11%;
  height: 110px;
  width: 110px;
  background-color: #f19502;
  border-radius: 100%;
}
.video1::after {
  background-color: #f19502;
}


.testswiper .swiper-button-next:after, .testswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #000000;
  font-size: 30px;
}
.testswiper .swiper-button-next, .testswiper .swiper-button-prev {
    position: absolute;
    top: 85%;
    right: 59% !important;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.testswiper .swiper-button-prev {
  left: 31%;
}




.fixedmnu {
  height: 100vh;
  width: 100%;
  top: 0;
  left: -110%;
  z-index: 99999999999999999999;
  background: linear-gradient(103deg, #fffbfc 0%, #e6e4ff 50%, #fff7f2 100%);
  position: fixed;
  transition: all .3s;
  /* display: none; */
}
.fixedmnunew{
  left: 0 !important;
}
.dfsdqqq{
  right: 5%;
  top: 10%;
}
.asdfaaa li a {
    font-size: 43px;
    font-weight: 700;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000bd;
    -webkit-text-fill-color: unset;
    letter-spacing: 1px;
    transition:all .3s;
}
.asdfaaa li a:hover {
    -webkit-text-stroke-color: #f29502;
}
.innerfixmnu {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tooo{
  cursor: pointer;
}
.dfsdqqq{
  cursor: pointer;
}
.avtt{
  color: #f19502 !important;
}

.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;
}












.mnwhat {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #0000008a;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display:none;
}
.rans img {
    height: 300px;
    object-fit: cover;
}


.expswiper .swiper-button-next:after, .expswiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #000000;
    font-size: 28px;
}
.expswiper{
      width: 100%;
      height: 100%;
    }

    .expswiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .expswiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    
    .dedr a{
        padding:10px 20px;
        background-color:red;
        color:#fff;
        border-radius:30px;
    }
    
    
    
    
    
/*rupali soical media*/
.scli {
    height: 40px;
    width: 40px;
    background-color: #efeff2;
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
    transition: all .3s;
}
.scli:hover{
    background-color:#0fbbd9;
}
.scli img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:9;
   filter:brightness(0);
    transition:all .3s;
    width: 18px;
}
.scli:hover img{
   filter:brightness(0)invert(1);
}






.lissk {
    padding: 2rem;
    box-shadow: black 0px 0px 14px -9px;
}
.cer-list {
    box-shadow: black 0px 0px 15px -8px;
}
.cer-img img {
    height: 100%;
    object-fit: cover;
}
.cer-dt {
    padding: 10px;
}
.cer-dt h4 {
    font-size: 18px;
    color: #000;
}
.cer-dt img {
    width: 30px;
}
