
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,300&display=swap");
:root {
  --font-size-h1: 35px;
  --cursive-font: "Corinthia", cursive;
  --body-font: "Inter", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --para-font: "Open Sans", sans-serif;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
}
/* header start------------------------------- */
.top-header {
  padding: 6px 0;
  background-color: #dc3545bf;
  transition:all.3s;
}
.top-header-new{
  display:none;
}
.mn-nav{
  width:100%;
  left:0;
  top:0;
  width:100%;
  z-index:999999999;
}
.navr-new {
  background-color: #fff;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1803921569);
    padding: 7px;
}
.ffgt li a{
  color: #000;
}
.logolekha h1 span {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 3px;
  color: #fff;
}
.inner-navr a{
  text-decoration: none;
  color: #fff;
}

.dropdown{
  z-index: 9999;
    background-color: #fff;
    background: linear-gradient(45deg, #259145, #7fa32d);
    width: 246px;
    padding: 1.2rem;
   font-size: 15px; 
    top: 170%;
    display: none;
    transition: all .3s;
    box-shadow: 0px 0px 12px 0px rgba(32, 32, 32, 0.27);
    position: relative;
}
.dropdown::after {
  position: absolute;
  content: "";
  background-size: contain;
  background: linear-gradient(45deg, #619d35 50%, transparent 0);
  height: 23px;
  width: 23px;
  top: -8px;
  left: 31%;
  transform: rotate(135deg);
}
.dropdown li a{
    z-index: 2;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 0;
    color: #000;
}
.dropdown li{
  padding: 0.5rem 0px;
}
.cat24:hover .dropdown{
  display: block;
}
.drp {
  height: 25px;
  transition: all .3s;

}
.cat24:hover img{
  transform: rotate(180deg);
}
.dropdown li a:hover{
  color: #008e9a;
}


.ccsa img{
  width: 15px;
  opacity: 1;
}
.add p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: initial;
  font-weight: 300;
}

.navr {
   position: fixed; 
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0px 0px 12px 0px rgba(32, 32, 32, 0.27);
  padding: 0px;
  transition: all .3s;
   background-color: #fff;
  /* background: linear-gradient(45deg, black, transparent); */
  
}
.navr-new {
  background-color: #fff !important;
  background: none;
}




.ffgt{
  display: flex;
  gap: 35px;
  justify-content: end;
  margin-bottom: 0;
}
.ffgt li {
  list-style-type: none;
  margin-bottom: 0;
}
.ffgt li a{
  padding: 26px 0;
  
}
.drop-hd ul li{
  padding: 5px !important;
}
.ffgt li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 400;
  transition: all .3s;
}
.ffgt-new li a{
  color: #000 !important;
}
.drop{
  padding: 3rem;
}
.drop-hd h2 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.55px;
  font-weight: 400;
}

.drop-hd ul li a{
  padding: 0;
}
.close{
  position:absolute;
  right:1rem;
  top:1rem;
}
.right-navitom img{
  width: 30px;
}
.right-navitom{
  transition:all .3s;
}
.right-navitomnew{
  left:0 !important;
}
.right-tog img{
  width: 40px;
}
.right-tog{
  position: relative;
  border-radius: 9px;
}
.right-tog::after{
  position: absolute;
  content: "";
  background-color:#0080004a;
  background-size: contain;
  height: 89%;
  width: 1px;
  left: 3px;
  top: 0;
}
.llst {
  height: 499px;
  background-color:#7cb84059;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
  .llst::after{
      position: absolute;
      content: "";
      background-color: #00800033;
      background-size: contain;
      height: 108px;
      width: 108px;
      bottom: -10%;
      right: -10%;
      border-radius: 50%;
      z-index: -1;
  }
  .llst::before {
    position: absolute;
    content: "";
    background-color: #00800033;
    background-size: contain;
    height: 70px;
    width: 70px;
    bottom: 6%;
    right: 10%;
    border-radius: 50%;
    z-index: -1;
}
  .fgh{
      position: relative;
      overflow: hidden;
      border-radius: 10px;
  }
  .fgh::before {
    position: absolute;
    content: "";
    background-color:#00800033;
    background-size: contain;
    height: 70px;
    width: 70px;
    top: -5%;
    left: -7%;
    border-radius: 50%;
    z-index: -1;
}
.inner-llst {
  bottom: 0%;
  left: 2%;
  width: 95%;
  padding: 1rem;
}
.arowww{
  top: 1rem;
  right: 1rem;
  height: 36px;
  width: 36px;
  background-color: green;
  background-size: contain;
  border-radius: 50%;
  transition: all .3s;
}
.arowww img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 9;
  width: 19px;
  transition: all .3s;
}
.arowww:hover{
background-color: white;
  
}
.arowww:hover img{
  filter: invert(1);
  
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav-logo img {
  width: 317px;
  padding: 10px;
}
.nav-logo h1{
  color:#000
}
/* header end */

.bannerswiper {
  width: 100%;
  height: 100%;
}
.bannerswiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.text-content {
  position: absolute;
  left: 10%;
  top: 58%;
  transform: translateY(-50%);
  width: 45%;
  z-index: 9;
  text-align: left;
}
.title1{
  color:#fff
}
/* .actv {
  color:#69ae43 !important;
  position: relative;
} */
/* .actv::after{
position: absolute;
    content: " ";
    width: 70%;
    height: 3px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    opacity: 1;
    background: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  } */

  /* banner */
  /* .banner{
    position: relative;
  } */
 .banner{
  background-image: url(../images/Clip.png);
     position: relative;
    z-index: 10;
    height: 100vh;
    /* background-color: #2582a1; */
    overflow: hidden;
    clip-path: circle(65.0% at 30% 20%);
}
/* contact */


/* .tanq::after {
  position: absolute;
  content: "";
  background-color: #008e9a;
  background-size: cover;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); */
  /* clip-path: polygon(37% 0, 100% 0, 100% 60%, 100% 100%, 0 100%, 15% 65%, 29% 26%); */
  /* clip-path: polygon(100% 0, 100% 25%, 100% 75%, 100% 100%, 0 100%, 18% 0); */
  /* clip-path: polygon(100% 0, 100% 25%, 100% 75%, 100% 100%, 0 100%, 13% 0); */

  .form__container {
    width: 100%;
    padding: 20px 0 40px 0;
  }
  .form__row {
    width:100%;
    position:relative;
  }
  .form__label {
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px 0 0 0;
}
.form__input {
  width: 100%;
  height: 25px;
  background: none;
  border: none;
  border-bottom: 1px #fff solid;
  padding: 10px 0;
}
.form__textarea {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px #fff solid;
  padding: 10px 0;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.form__row-border{
	position:absolute;
	bottom:0px;
	left:0px;
	width:0px;
	height:2px;
	z-index:22;
	background-color:#313ee7;
	-webkit-transition:all 0.3s 0.12s;
	transition: all 0.3s 0.12s;
}
.form__select {
	width:100%;
	height:25px;
	padding:10px 0;
	display:block;
	border-bottom:1px #a8a8a8 solid;
	background:url(images/drop-down.png) no-repeat 98% 50%;
}
select.select__field{
	width:100%;
	height:30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height:30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.form__input:focus + .form__row-border, .form__textarea:focus + .form__row-border, .select__field:focus + .form__row-border{
	width:100%;
}
 .form__checkbox{
	width:100%;
	padding:10px 0 0 0;
}


.tanq {
    padding: 0rem 0px;
    width: 81%;
}

.tanq h3 {
  letter-spacing: 0.55px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}
.lef-ic img {
    width: 30px;
}
.righhgt-tx p {
    font-size: 18px;
    letter-spacing: 0.59px;
    line-height: 27px;
}
.tanq p {
    letter-spacing: 0.59px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}
.form__textarea:focus{
  outline: none;
  border-bottom: 1px solid blue;
}
.form__input:focus{
  outline: none;
  border-bottom: 1px solid blue;
}
.lab2 a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 1px solid #256eaa;;
  background-color:#256eaa;;
  border-radius: 0.5rem;
  padding: 10px 32px; 
  /* margin-top: 10px;
  font-weight: 400; */
  transition: all .3s;
  font-size: 17px;
    letter-spacing: 0.55px;
}
.lab2 a:hover{
    
  background-color: #fff;
  border:1px solid#000;
  color: black;
}

.gold::after{
  position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 200px;
    z-index: 222;
}
.dfhgkl h1{
  font-size: 34px;
    line-height: 43px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.59px;
}




/* contact */

/* testi start */
.slide-item {
    position: absolute;
    z-index: -1;
    bottom: -224px;
    left: 6px;
    background-color: #fff;
    border-radius: 28px;
}
.pink {
    position: relative;
    padding: 78px 14px 19px 17px;
    /* margin: 10px 10px; */
    /* border-radius: 28px; */
    box-shadow: black 0px 0px 8px -5px;
    border-radius: 10px;
}
.pink::after {
  position: absolute;
  content: " ";
  bottom: -9px;
    right: -16px;
  height: 60px;
  width: 60px;
  background-image: url(../images/toq.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.10;
  transform: translate(-50%, -50%);
}
.pink p{
  font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
  /*  display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;  */
  /*overflow: hidden;*/
}
/* .quote-icon::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */
.left-test-img img{
 width: 100%;
    border-radius: 7%;
  border-bottom: 10px solid #fff; 
  border-right: 10px solid #fff;
  border-radius: 10px 17px 24px 5px;
    
}

.testslider {
    padding-bottom: 15rem !important;
    position: relative;
}

.test-list{
position: relative;
  padding-top: 4%;
}
.inner-test{
  padding: 0 3rem;
  position: relative;
  padding-bottom: 2%;
  
}
  

.sun h1{
  font-size: 40px;
    letter-spacing: 0.55px;
    font-family: "Open Sans", sans-serif;
    background: -webkit-linear-gradient(#2582a1, #ffaa01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500
}
.swiper-button-prev {
  bottom: -2%;
  height: 36px;
  width: 36px;
  background-color: #246fa9;
  border-radius: 50%;
  top: initial;
  left: 48%;
}
.swiper-button-prev:after {
 /*transform: translate(-50%, -50%);*/
  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: 20px;
}
.swiper-button-next {
    bottom: -2%;
    height: 36px;
    width: 36px;
    background-color: #246fa9;
    border-radius: 50%;
    top: initial;
    left: 51%;
}

.swiper-button-next:after {
  /*top: 1%;*/
  /*position: absolute;*/
  /*left: 38%;*/
  /*transform: translate(-50%, -50%);*/
  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: 20px;
}
 .swiper-button-next:after,  .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: 20px;
}


.sun{
  text-align: center;
}

.testslider {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  
  
}
.testi{
  position: relative;
}

/* te
sti end */




 

/* footer start */

.fb {
  height: 41px;
  width: 41px;
  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%);
}

.ff li{
list-style:none ;
}
.list-unstyled li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 0.35px;
  font-weight: 400;
  line-height: 34px;
}
.scl h1{
  font-size: 23px;
}

/* .cumber::after {
  position: absolute;
  content: "";
  background-color: #f0f7fc;
  background-size: contain;
  height: 38px;
  width: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
} */
.cumber img {
  width: 20px;
}
.cumber {
  position: relative;
  z-index: 1;
  margin-top: 2px;
}
.chai h1{
  font-size: 23px;
  padding-bottom: 3%;
}
.footer_logo img{
  width: 100%;
  margin-bottom: 25px;
}
.yoppl {
  padding: 19px 0;
}
.yoppl p{
color: #000;
margin: 0;
}
.content_gap {
  position: relative;
    margin-top: 7%;
    /* background: radial-gradient(#2582a1a6, transparent); */
  padding: 3rem 0px;
  background-image: linear-gradient(to top, rgb(110 185 187 / 0%) -20%, rgb(38 110 169 / 53%) 216%), linear-gradient(to top, #fff, #fff);
  
}
.content_gap::after {
  position: absolute;
  content: "";
  background-image: url(../images/bac.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}
.footer_logo{
  text-align: center;
}
.mango p{
  color: #000;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 0.55px;
    font-weight: 400;
}
.hero_text {
  font-size: 17px;
  letter-spacing: 0.35px;
  font-weight: 400;
    /* word-break: break-all; */
    /*text-align: justify;*/
}
.boy a{
    color:#008e9a;
    text-decoration:none;
}
.boy span{
    color:#008e9a;
}

/* footer end */



/* faq */
.faq-img img{
  width: 18px;
}
.faq-hd h1{
  font-size: 30px;
  font-weight: 500;
  color: #000;
  }
  .faq-hd p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.55px;
  }
  .faq{
    background-color: #f1f4fd52 !important;
    padding: 3rem 0;
  }
  .faqq{
    padding: 2rem 0px;
  }
  .rghttt p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.55px;
  }
  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2582a1fc;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)* -1) 0 var(--bs-accordion-border-color);
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 27px;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/darw.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:focus{
  outline: none !important;
  box-shadow: none !important;
  /* border: 1px solid rgb(164, 164, 164); */
}
.accordion-body {
  padding: 1rem 1.5rem;
  background-color: #e9ecef54;
  text-align: justify;
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 27px;
}




/* index */
.section--intro {
  width: 100%;
  height: 100%;
   background-color:#266ea9; 
  /* background: -webkit-linear-gradient(60deg, #42387a, #9d41e0); */
  /* background: linear-gradient(60deg, #42387a, #9d41e0); */
  /* background: linear-gradient(60deg, #2582a1a6, #2582a1); */
  /* background: linear-gradient(350deg, #a67109d6, #2582a1); */
  position: relative;
  overflow: hidden;
}
svg.svg-intro-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 666;
}
/* .section__content--intro{
	height:100%;
} */
.intro {
    width: 85%;
    /* padding: 15% 0 0 0; */
    position: relative;
    z-index: 99;
    padding: 10rem 0px;
}

.intro__title h1 {
  color: #fff;
  font-size: 41px;
  letter-spacing: 0.55px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.intro__title span{
  font-size: 40px;
    letter-spacing: 0.55px;
    font-family: "Open Sans", sans-serif;
  color: #fff;
    font-weight: 700;
}
.intro__subtitle{
	padding:0 0 40px 0;
	font-size:26px;
	line-height:32px;
	color:#fff;
	letter-spacing:0.4px;
}
.intro__description{
	padding:0 0 40px 0;
	font-size:20px;
	color:#df86f9;
}
.intro__description span{
	font-weight:700;
	color:#dddd38;
}
.intro__buttons{
	padding:20px 0 0 0;
}
 .intro__buttons--centered{
	 width:100%;
	 clear:both;
	 text-align:center;
}
.intro__buttons--left{
	 width:100%;
	 clear:both;
	 text-align:left;
}
svg.svg-intro-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 39%;
  z-index:666;
}
svg.svg-intro-bottom-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72%;
  z-index:555;
}
svg.svg-intro-bottom-3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 86%;
  z-index:111;
}

.intro-animation img{
	width: 100%;
	animation: .10s ease-out 0s 1 slideInFromBottom;
	-webkit-animation: .10s ease-out 0s 1 slideInFromBottom;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.intro-animation {
  width: 58%;
  /* height: 70%; */
  /* float: right; */
  /* text-align: right; */
  position: absolute;
  /* bottom: 0; */
   right: -18%; 
  z-index: 222;
  top: 20%;
}
/* @keyframes slideInFromBottom {*/
/*  0% {*/
/*    transform: translateX(100%);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(0);*/
/*	opacity:1;	*/
/*  }*/
/*}*/
/*@-webkit-keyframes slideInFromBottom {*/
/*    0% {*/
/*    -webkit-transform: translateX(100%);*/
/*    }    */
/*    100% {*/
/*    -webkit-transform: translateX(0);*/
/*    opacity: 1;*/
/*    }*/
/*}*/
.intro__title p {
  letter-spacing: 0.55px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.vw-a-bt a{
  text-decoration: none;
  color: #000;
  border: 1px solid #fff;
  background-color:#fff;;
  border-radius: 0.5rem;
  padding: 10px 32px; 
  transition: all .3s;
  font-size: 16px;
font-weight: 400;
   letter-spacing: 0.55px;
}
.vw-a-bt a:hover{
   background-color: #fdb932;
    border: 1px solid #fdb932;
    color: #fff;
  }

/* about */
.ab-hd p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    width: 80%;
    margin: auto;
}
  
  .ab-hd h1{
    font-size: 40px;
    letter-spacing: 0.55px;
    font-family: "Open Sans", sans-serif;
    background: -webkit-linear-gradient(#2582a1, #ffaa01);
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; 
    font-weight: 500;
  }
  .ss-list:hover{
    box-shadow: 0px 0px 12px 0px rgba(32, 32, 32, 0.27);
  }

  .main_row .col-lg-3:nth-child(even) .ss-list{
    padding: 2rem 2rem 2rem 2rem;
    background: linear-gradient(180deg, #8080801a, transparent);
    position: relative;
}
.main_row .col-lg-3:nth-child(odd) .ss-list{
    padding: 2rem 3rem 2rem 2rem;
    background: linear-gradient(180deg, transparent,#8080801a);
    position: relative;
}
.main_row .col-lg-3:nth-child(even) .ss-list::after{
    position: absolute;
    content: "";
    background-color: #2582a152;
    background-size: contain;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.main_row .col-lg-3:nth-child(odd) .ss-list::after{
    position: absolute;
    content: "";
    background-color: #2582a152;
    background-size: contain;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.ss-list p {
    font-size: 16px;
    letter-spacing: 0.59px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
}

.ss-list h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.55px;
    color: #2582a1;
    font-weight: 700;
}
.res-bt a {
  text-decoration: none;
  color: #000;
}
.res-bt img{
  width: 16px;
}




/* about us */

/* ecoomerce start */
.beans span {
  color: #256eaa;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.59px;
  line-height: 22px;
}
 
.kerala{
   position: sticky;
    top: 5rem;
}
.beans h1 {
    font-size: 34px;
    line-height: 43px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.59px;
}
.beans p {
    font-size: 17px;
    letter-spacing: 0.59px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
}
.eco img{
  width:24px;
}
.ecot p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.59px;
}
.onion {
  background-color: #f1f4fd52 !important;
 
}
.pear{
  padding: 3rem 0px;
}

.vw-al-bt a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid #256eaa;
    background-color: #256eaa;
    border-radius: 0.5rem;
    padding: 11px 32px;
    transition: all .3s;
    font-size: 16px;
    letter-spacing: 0.55px;
}
.vw-al-bt a:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: black;
}
/* eccommerce end */

/* hlth care */
.hly img{
  width:24px;
}
.hlth h1 {
  font-size: 34px;
    line-height: 43px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.59px;
}
 .hlth span {
  color: #256eaa;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.59px;
    line-height: 22px;
}
.hlth p{
  font-size: 17px;
    letter-spacing: 0.59px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
}
.gras p {
  font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.55px;
}

.dd-list{
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #266ea9;
}
.iner-dd{
  width: 77%;
}
.iner-dd {
  top: 67%;
  left: -7%;
  transform: translateY(-50%);
}
.dd-list-img img{
  width: 43px;
}
.dd-list-dt p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.55px;
  font-weight:700;
}
.dd-list:nth-child(2){
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  background-color: #f1622d;
}
.dd-list:nth-child(3){
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  background-color: #3845f1;
}
.dd-list{
  opacity: 0;
  transition: all .3s;
}
.dd-listnew{
  opacity: 1;
}
.dd-list-dt span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.55px;
}


/*d-lg css*/
.ddk{
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #266ea9;
}
.ddk img{
  width: 43px;
}
.dd-dt p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.55px;
  font-weight:700;
}
.ddk:nth-child(2){
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  background-color: #f1622d;
}
.ddk:nth-child(3){
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  background-color: #3845f1;
}


.dd-dt span {
  color: #f9f9ff !important;
  font-size: 15px !important;
  letter-spacing: 0.55px !important;
}
.dd-dt p{
    color:#fff !important;
    font-size:18px !important;
    font-weight:500 !important;
}


/*d-lg css end*/

.grid__more{
  color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
 
.form-row .form-control, .form-row .form-select :focus{
  outline: none;
  box-shadow: none;
  /* border: 1px solid rgb(233 227 227); */
}
.form-select:focus{
  outline: none;
  box-shadow: none;
  /* border: 1px solid rgb(233 227 227); */
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}

.form-row .form-control, .form-row .form-select {
  border-radius: 0px;
  height: 43px;
  margin-bottom: 21px;
}
.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;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group row{
    margin-left:1%;
}



/* hltn care end */




.secon {
 background: linear-gradient(104deg, #266ea9 46%, #f1622d 0);
  /*background: linear-gradient(104deg, #2582a1 46%, #d08b00 0);*/
  position: relative;
  color: #fff;
  padding-bottom: 50px;
  /*margin-top: 4rem !important;*/
  padding: 5rem 0 !important;
}
.svg-cta-top {
  position: absolute;
  top: -8px;
  left: 0px;
  width: 100%;
  height: 136px;
  z-index: 222;
  transform: rotateY(180deg) rotateX(180deg);
}
  .svg-cta-bottom {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 136px;
    z-index: 222;
}
.dddd {
    background: linear-gradient(149deg, rgb(14 14 14 / 0%) 45.33%, rgb(14 14 14 / 0%) 100%), url(../images/dc.jpg) no-repeat scroll center center / cover;
    height: 73vh;
    border-radius: 2%;
    box-shadow: 0px 0px 12px 0px rgba(32, 32, 32, 0.27);
}





 /*  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:#f1622d;
  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: 44px;
  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;
}

#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: 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%;
}

.asd{
  height: 1px;
  background-color: #d44a0166;
  border: none;
}
.ss-list{
    height:100%;
}
.righhgt-tx{
    width:70%;
}
.left-img-se img{
    filter: drop-shadow(3px 12px 5px gray);
}
.lef-ic {
    position: relative;
    background-color: #fff;
    background-size: contain;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.lef-ic img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:999;
    width: 20px !important;
}




/*footer*/
.footer {
  position: relative;
  background:#266ea9;
  overflow: hidden;
  padding: 90px 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 4%;
  z-index:1;
}
.footer .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
   width: 100%;
}
.footer .footer-info-area {
  text-align: center;
}
.footer .footer-info-area .footer-logo {
  margin-bottom: 23px;
  display: block;
}
.footer .footer-info-area .footer-logo .logo-link {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
/*.footer .footer-info-area .footer-logo img {*/
/*  max-width: 180px;*/
/*}*/
.footer .footer-info-area .text {
  margin-bottom: 24px;
  letter-spacing: 0.55px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color:#fff;
}
.footer .fotter-social-links {
  text-align: center;
  margin-top: 35px;
}
.footer .fotter-social-links ul {
  padding-left: 0px;
  margin-left: 0px;
}
.footer .fotter-social-links ul li {
  display: inline-block;
}
.footer .fotter-social-links ul li a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin: 0px 3px;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-in;
  background: #fff;
  border-color: #fff;
  
}
.footer .fotter-social-links ul li a:hover{
    background: #000;
  border-color: #000;
}



.footer .copy-bg {
    padding: 15px 0px 6px;
   border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 33px;
}
.gh1 {
    height: 1px;
    background-color: #d44a0166;
    border: none;
}
.footer .copy-bg p {
    font-size: 17px;
    /* line-height: 26px; */
    /* margin-bottom: 0px; */
    color: #fff;
    letter-spacing: 0.55px;
}
.footer .copy-bg a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  transition: 0.3s ease-in;
}
.footer .copy-bg a:hover {
  color: #0250c5;
}

.footer-widget .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #242424;
}
.footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #555;
  transition: all 0.3s ease-in;
}
.footer-widget ul li a:hover {
  color: #0250c5;
}
.footer-widget ul li i {
  font-size: 14px;
  margin-right: 4px;
}
.fotter-social-links img{
  width:23px;
}

/*?footer*/




.section--intro{
    position:relative;
    z-index:1;
}
/*.section--intro::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-image:url(../images/tex.png);*/
/*    background-size:contain;*/
/*    background-repeat:no-repeat;*/
/*    height:100%;*/
/*    width:100%;*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform:translate(-50%,-50%);*/
/*    z-index:-1;*/
    
/*}*/



.footer::after{
    position: absolute;
    content: "";
    background-image: url(../images/bg.png);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    
}


.intro-animation {
    width: 52%;
    position: absolute;
    right: -6% !important;
    z-index: 222;
    top: 18%;
}

 .bannerswiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 999999999999999999;
}

#mob_err{
  display: none;
}
#email_err{
  display: 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;
}