
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body{
  font-family: "Nunito Sans", serif;
}
/* h1,h2{
    font-family: "DM Serif Display", serif !important;
} */

/* navbar start-------------------------------------------------- */

.header{
  position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #fff;
}
.hdea-new{
  color: #fff;
}
.ull li{
  list-style-type: none;
}
.ull li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
}
.ull li {
  padding: 1rem 0;
}
.ull{
    display: flex;
    align-items: center;
    gap: 37px;
    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 .3s;
  font-size: 16px !important;
}
.serbt:hover{
 background-color:#2661ba; 
 border: 1px solid #2661ba;
 color: #fff !important;
}
.actttt{
  background-color:#2661ba; 
 border: 1px solid #2661ba;
 color: #fff !important;
}
.serbt:hover a{
  color: #fff !important;
}
.c {
    width: 19px;
    height: 19px;
}

.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 {
  position: relative;
  padding-top: 0px;
}
.act{
  color:#244293 !important;
}
.right-nav::after {
  position: absolute;
  content: "";
  background-color: #0000000f;
  background-size: contain;
  height: 84%;
  width: 1px;
  top: 8px;
  right: -2%;
}

.tt li {
  list-style-type: none;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 400;
}

.tt{
  gap: 25px;
  margin: 0;
  justify-content: end;
  padding-left: 0rem;
}

.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: 100%;
  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 .3s;
  opacity: 0;
  box-shadow: black 0px 0px 13px -9px;
}
.dropitems li a{
  padding: 10px !important;
  transition: all .3s;
  color: #000;
}

.dropitems li{
  padding: 10px !important;
}
.dropdown:hover .dropitems{
  height: auto;
  transform: translateY(0px);
  opacity: 1;
}
.dropdown img {
  width: 17px;
  transition: all .3s;
  /* filter: brightness(0) invert(1); */
}
.dropdown:hover img{
  transform: rotate(180deg);
}
.dropitems li{
  position: relative;
  z-index: 1;
}
.dropitems li::after{
  position: absolute;
  content: "";
  background-color: #000;
  background-size: contain;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s;
}
.dropitems li:hover::after{
  height: 100%;
}
.dropitems li:hover a{
  color: #fff !important;
}
.left-logo img {
    width: 124%;
    padding: 4%;
}
/* navbar end---------------------------------------------------- */
/* banner */
.swiper {
  width: 100%;
  height: 100%;
} 

.ban-text {
  top: 60%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 9;
   overflow: hidden; 
}
.vv{
  font-size: 43px;
  letter-spacing: 0.55px;
  font-weight: 600;
}
.ban-text p{
font-size: 19px;
font-weight: 500;
letter-spacing: 0.55px;
line-height: 32px;
}
.vv{
  transform: translateX(100%);
  transition: all 1s;
}
.bannerswiper .swiper-slide-active .ban-text .text .vv{
  transform: translateX(0%);
}
.bannerswiper .swiper-slide-active .ban-text .text::after{
  width: 14%;
}
.sub-text{
  transform: translateX(-100%);
  transition: all 1s;
}
.bannerswiper .swiper-slide-active .ban-text .sub-text{
  transform: translateX(0%);
}
.bannerswiper .swiper-slide{
  position: relative;
  transition: all .7s;
}
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 84vh;
  object-fit: cover;
}
.bannerswiper .swiper-slide::after {
  position: absolute;
  content: "";
  background-color:#00000036;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bannerswiper.swiper-pagination-bollet {
  width: var(--swiper-pagination-bollet-width, var(--swiper-pagination-bollet-size, 9px));
  height: var(--swiper-pagination-bollet-height, var(--swiper-pagination-bollet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bollet-inactive-color, #000);
  opacity: var(--swiper-pagination-bollet-inactive-opacity, .2);
}
.bannerswiper .swiper-pagination-bollet-active {
  opacity: var(--swiper-pagination-bollet-opacity, 1);
  background: #8a8c90;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    position: absolute;
    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;
    top: 50%;
}
.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: 16px;
}
.bannerswiper .swiper-button-prev {
    left: 2%;
    right: auto;
}
.bannerswiper .swiper-button-next {
    right: 2%;
    left: auto;
}
.bannerswiper .swiper-button-next:before, .bannerswiper .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #21252900;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px solid #ffffff;
}
.ribbon_outer {
  background-color: #224091;
  position: relative;
  z-index: 1;
  padding: 2px;
}
.ribbon_outer::after {
  position: absolute;
  content: "";
  background-image: url(../images/bgr-image-faq.png);
  background-size: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -3; */
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}

.ribbon_content ul li {
  padding: 10px 0 0px 0px;
  color: #fff;
  list-style: none;
}
.raju img{
  width: 32px;
}
.ri-he{
  text-align: center;
}
.tx h2 {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #fff;
  margin-bottom: 3px;
  font-weight: 600;
}
.tx p{
  font-size: 14px;
  letter-spacing: 0.55px;
}
.ribbon_content ul {
  display: flex;
  gap: 11%;
}
.ri-he p {
  margin-top: 3%;
  letter-spacing: 0.55px;
  font-size: 16px;
  margin-bottom: 7px;
}
/* banner end */

/* catagori */
.imgas img {
  width: 100%;
  border-radius: 15px;
  height: 320px;
  object-fit: cover;
  object-position: left;
}
.imgas::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}
.imgas::after {
background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
.imgas:hover::before {
left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}
.imgas:hover::after {
top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}
.imgas{
  position: relative;
  cursor: pointer;
}
.cour{
  position: relative;
  /* z-index: -1; */
}

.cour::after {
  position: absolute;
  content: "";
  /* background: linear-gradient(339deg, #00000069, #000000fa); */
  background-size: contain;
  height: 35%;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(68 58 58 / 2%) -2%, rgb(0 0 0 / 90%) 36%);
  /* background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(102,102,102,1) 10%,rgba(102,102,102,1) 10%,rgba(89,89,89,1) 12%,rgba(71,71,71,1) 29%,rgba(0,0,0,1) 41%,rgba(0,0,0,1) 41%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);  */

}
.kobi{
  text-align: center;
}
.kobi p{
  margin: auto;
  width: 51%;
  margin-bottom: 3%;
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000000b3;
}
.dar{
  bottom: 7%;
  left: 5%;
  z-index: 9999;
}
.dar p {
  color: #fff;
  letter-spacing: 0.55px;
  padding: 0 0rem;
  font-size: 15px;
  font-weight: 500;
  margin-top: 2% !important;
}
.dar span {
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 19px;
  font-weight: 700;
}

.cou_nm {
  bottom: 18%;
  left: 7%;
  padding: 5px 10px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.55px;
  position: relative;
  border-left: 4px solid #e31e25;
  z-index: 9999;
}
/* catagori */
.hope{
  margin: 5rem 0 0rem;
}
/* 3rd section */
.czz img {
  width: 100%;
  height: 504px;
  object-fit: cover;
}
.text-content-wra {
  top: 58%;
  left: 10%;
  transform: translateY(-50%);
  width: 45%;
  z-index: 9;
  overflow: hidden;
  padding: 14px 0;
}
.text-content p{
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 24px;
}

.czz::after{
  position: absolute;
    content: "";
    background: linear-gradient(90deg, #ffffffe0 37%, #ffffffe0 0%);
    background-size: contain;
    backdrop-filter: blur(4px);
    height: 100%;
    width: 67%;
    top: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 -1%, 82% -1%, 98% 100%, 97% 101%, 0% 100%, -2% 50%);
}
.over p {
  font-size: 16px;
  font-weight: 600;
  writing-mode: rl-tb;
  text-transform: uppercase;
  color: #000;
  transform: rotate(270deg) translateX(-11px) translateY(15px);
}
.num h2 {
  font-size: 46px;
  font-weight: 500;
  color:#030a6b;
}
.figure-list .row .ps-lg-4 {
  padding-left: 40px !important;
}
.figure-list .row .ps-lg-6{
  padding-left: 56px !important;
}
.figure-list .row .pe-lg-4 {
  padding-right: 2.5rem !important;
}
.pro p {
  font-size: 16px;
  letter-spacing: 0.55px;
}
.figure123{
padding: 1rem 0 3rem;
}
/* 3rd section end */

/* footer start */
.mir1 img {
    width: 55% !important;
    filter: brightness(0) invert(1);
    margin-bottom: 3%;
}
.fb {
  height: 40px;
  width: 40px;
  /* border: 1px solid #ffffff; */
  border-radius: 50%;
  position: relative;
  /* background-color: #fff; */
}
.fb:hover{
  background-color: #000;
  border:1px solid #000;
  
}
.ff li .fb a img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.ff li{
list-style:none ;
}
.footer {
  padding: 4rem 0 0rem;
  margin-top: 3rem;
  background-color: #224091;
  position: relative;
  z-index: 1;
  /* background-image: linear-gradient(0deg, #161616 0%, #65B53000 66%); */
}
.footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/vs.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -3; */
  background-repeat: repeat;
  opacity: 0.04;
  z-index: -1;
}
.footer-img p {
  font-size: 16px;
  letter-spacing: 0.55px;
  text-align: left;
  line-height: 26px;
}
.foli {
  margin-left: 0%;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li p {
  margin-bottom: 7px;
  list-style-type: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
}
.footer-links ul li a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-decoration: none;
  line-height: 32px;
  font-size: 16px;
}
.footer-links ul li a:hover{
  color:#d69903;
}
.ftr-content-title{
  color:#fff;
  letter-spacing: 0.55px;
  font-size: 21px;
}
/* footer end */
/* 4th section start */
.ssd img{
width: 80%;
}
.prm{
  margin-top: 8%;
}
.prm h2{
  font-size: 21px;
    letter-spacing: 0.55px;
    color: #000;
}
.prm p{
  font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000f0;
}
/* 4th section end */

/* contasct us start */
.number-address-area {
  display: grid;
  align-items: center;
  /* justify-content: space-between; */
  border-radius: 4px;
  gap: 0rem;
}
.phone-number {
  position: relative;
}
.phone-number .img1 {
  height: 49px;
  width: 49px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #d9e7ee69;
  line-height: 44px;
  position: absolute;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number:hover .img1 img {
  filter: brightness(0);
  transition: all 0.4s;
}
 .content a {
  color: var(--ztc-text-text-3);
  display: block;
  margin-bottom: 8px;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content {
  padding-left: 70px;
  margin-top: 0px;
}
 .contact-form-area {
  position: relative;
  background: #EEF2F2;
  border-radius: 4px;
  padding: 32px;
}
.contact-main-inner-area .contact-form-area .input-area input {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  padding: 14px;
  height: 52px;
  border: 1px solid #fff;
  font-size: 14px;
}
.contact-main-inner-area .contact-form-area .input-area {
  margin-top: 20px;
}
.contact-main-inner-area .contact-form-area .input-area textarea {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  padding: 16px;
  height: 140px;
  border: 1px solid #fff;
  font-size: 14px;
}
.content h2 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #173ea7;
  letter-spacing: 0.55px;
}
.content p {
  margin-bottom: 2rem;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.img1 img{
  width: 26px;
}
.hd2{
   font-size: 27px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 600;
}
.pals{
  font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 25px;
    margin-bottom: 1rem;
}
.heading2 h5{
  font-size: 15px;
    color: #234192;
}
.alt a {
  background: #2661ba !important;
  color: #fff;
  padding: 10px 40px;
  transition: all .3s;
  border: 1px solid #2661ba;
  font-size: 16px;
  text-decoration: none;
}
.alt a:hover{
background: #fff !important;
border:1px solid #000;
color:#000;
}
.st-breadcumb-area img{
  width: 100%;
}
.st-breadcumb-area {
  position: relative;
  height: 100%;
  z-index: 1;
  padding-top: 0rem;
}
.st-breadcumb-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:#0000009e;
  /* opacity: 0.5; */
  /* z-index: -1; */
}
.topco {
  position: absolute;
  top: 58%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.topco h2 {
font-size: 35px;
font-weight: 400;
color: #fff;
margin-top: 48px;
}
.grap{
  margin: 5rem 0 5rem;
}
.contact-form-area h3{
  text-align: center;
    font-size: 27px;
    margin-bottom: 1px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
/* conat us end */
/* about us astart */
.loka2 p {
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #000000cc;
  line-height: 29px;
}
.icon_left {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  background: #fff;
  box-shadow: -1px 3px 10px 1px #a4cafe;
}
.status_text h3 {
  color: #111;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.55px;
}
.status_text p {
  color: #000000cf;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.55px;
}

 .icon_left img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 39px
}
 .status_col {
  position: relative;
  padding: 130px 25px 30px;
  background: #f3f8ff;
}
.loka1 h2{
  font-size: 30px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.spac{
  margin-bottom: 3%;
}
/* aboiutyt end */
/* enquiry start */
.inner-enroll-form {
  padding: 3rem 1.5rem;
  box-shadow: black 0px 0px 12px -7px;
  width: 57%;
}
.enroll-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000f0;
    margin: auto;
    width: 87%;
    margin-top: 2%;
    margin-bottom: 4%;
}
.fr input, .fr select {
  height: 45px;
  padding-left: 20px;
  box-shadow: none;
  outline: none;
  border: 1px solid lightgray;
  font-size: 14px;
  letter-spacing: 0.55px;
  border-radius: 4px;
}
.fr textarea {
    height: 76px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
    letter-spacing: 0.55px;
    border-radius: 4px;
    padding-top: 3%;
}
/* enquiry 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: .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: #234192;
    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: 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;
  display:none;
}

#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::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: 11px -22px 12px;
  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: 1px;
  margin-left: -71px;
  width: 359px;
}

#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: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -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%;
}

.chat_boxBody {
  padding: 20px 29px;
  /*background-color: #f7f7f7;*/
  position: relative;
  height: 100%;
}
.chat_boxBody .form-row .form-control, .chat_boxBody .form-row .form-select {
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
}
.chat_boxBody .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#whatsapp-chat .whatsapp-chat-body {
  padding: -4px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 344px;
  width: 434px;
}

.chat_backdrop {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 110;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: var(--trans-sm);
  transition: var(--trans-sm);
  font-family: var(--heading-font)
}

.chat_backdrop.show::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  inset: 0
}

.chat_boxBody {
  padding: 20px 29px;
  /* background-color: #f7f7f7; */
  position: relative;
  height: 100%;
}

.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);
}
  .close-chat img{
   width: 27px;
  filter: brightness(0) invert(1);
}
#whatsapp-chat #get-number {
  display: none;
}
.hero_btn1 {
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 13px 19px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .4);
  background: #ffd90f;
  border: 1px #ffd90f;
  /*border-radius: 10px;*/
  color: #3b2f65;
  width: fit-content;
  transition:all .2s;
  letter-spacing: 1px;
}
.heading p, .hero_btn {
  font-size: var(--font-regular);
  font-family: var(--heading-font);
}
.heading h6, .hero_btn, .hero_btn.b

.heading h6, .hero_btn, .hero_btn.b .fw-semibold {
  background-color: #234192;
  border: 1px #234192;
  border-radius: 10px;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 55px;
  text-decoration: none;
  text-transform: none;
}

.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;
}
/* end */