:root {
  --color-theme: #94ce6a;
  --color-theme-clm-primary: #2A5462;
  --color-theme-clm-secondary: #15B388;
  --color-theme-ebook-third:#71D9BB;
  --color-theme-ebook-forth:#ECF5F3;
  --color-theme-ebook-fifth:#2B5563;
  --color-theme-ebook-sixth:#B9E1D8;
  /* all dark cyan */
  --dark-cyan-1: #2c5363;
  --dark-cyan-2: #40788f;
  --dark-cyan-3: #68a3bc;
  --dark-cyan-4: #8dc1d6;
  --dark-cyan-5: #b1d8e8;
  --dark-cyan-6: #e5f7ff;
  --dark-cyan-7: #effaff;

  /* all deep green */
  --deep-green-1: #00b087;
  --deep-green-2: #00d7a5;
  --deep-green-3: #b0ffed;
  --deep-green-4: #d7fff6;
  --deep-green-5: #ebfffa;
  --deep-green-6: #00AE82;

  /* all deep yellow */
  --deep-yellow-1: #ffbb17;
  --deep-yellow-2: #ffec57;
  --deep-yellow-3: #fff3ac;
  --deep-yellow-4: #fff9d6;
  --deep-yellow-5: #fffceb;

  /* all gray */
  --gray-1: #e5e5e5;
  --gray-2: #efefef;
  --gray-3: #f9f9f9;
  --gray-4: #fdfdfd;

  /* font colors */
  --text-deep-green: #00b087;
  --text-dark-cyan: #36677b;
  --text-gray-1: #333333;
  --text-gray-2: #757575;
  --text-gray-3: #a9a9a9;
  --text-gray-4: #dddddd;
  --text-gray-5: #BEBEBE;
}
/* * {
  font-family: 'Montserrat', sans-serif;
} */
/* All heights here */
.h-20px {
  height: 20px !important;
}
.h-25px {
  height: 25px !important;
}
.h-30px {
  height: 30px !important;
}
.h-35px {
  height: 35px !important;
}
.h-40px {
  height: 40px !important;
}
.h-45px {
  height: 45px !important;
}
.h-50px {
  height: 50px !important;
}
.h-52px {
  height: 52px !important;
}
.h-150px {
  height: 150px !important;
}
.min-h-200px {
  min-height: 200px !important;
}
/* All width in px here */
.w-20px {
  width: 20px !important;
}
.w-25px {
  width: 25px !important;
}
.w-30px {
  width: 30px !important;
}
.w-35px {
  width: 35px !important;
}
.w-40px {
  width: 40px !important;
}
.w-45px {
  width: 45px !important;
}
.w-50px {
  width: 50px !important;
}
.w-60px {
  width: 60px !important;
}
.w-100px{
  width: 100px !important;
}
.w-130px {
  width: 130px !important;
}
.w-150px{
  width: 150px !important;
}
.w-162px{
  width: 162px !important;
}
.w-200px {
  width: 200px !important;
}
.w-225px {
  width: 225px !important;
}
.w-300px {
  width: 300px !important;
}
.max-w-440px{
  max-width: 440px;
}
/* z index */
.z-index-n1{
  z-index: -1!important;
  }
.z-index-1{
  z-index: 1!important;
}
/* All width in px here */
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-35 {
  width: 35% !important;
}


/* All font size */

.fs-12 {
  font-size: 12px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-29 {
  font-size: 29px;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-9px {
  font-size: 9px;
}
.fs-10px {
  font-size: 10px!important;
}
.fs-11px {
  font-size: 11px;
}
.fs-12px {
  font-size: 12px;
}
.fs-13px {
  font-size: 13px;
}
.fs-14px {
  font-size: 14px;
}
.fs-15px {
  font-size: 15px;
}
.fs-16px {
  font-size: 16px;
}
.fs-17px {
  font-size: 17px;
}
.fs-18px {
  font-size: 18px;
}
.fs-19px {
  font-size: 19px;
}
.fs-20px {
  font-size: 20px;
}
.fs-25px{
  font-size: 25px;
}
.fs-22px {
  font-size: 22px;
}
.fs-32px{
  font-size: 32px;
}
.fs-35px {
  font-size: 35px;
}
.fs-45px {
  font-size: 45px;
}
/* All font weight */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
/* All line height */
.lh-15px {
  line-height: 15px;
}
.lh-25px {
  line-height: 25px;
}
.lh-19px {
  line-height: 19px;
}
.lh-2 {
  line-height: 2;
}
/* Shadows */

.shadow-3{
  box-shadow: 0px 3px 6px #00000029!important;
}
.shadow-4{
  box-shadow: 0px 10px 20px #00000029!important;
}
/* All text colors */
.text-deep-green{
  color: var(--text-deep-green);
}
.text-dark-cyan{
  color: var(--text-dark-cyan);
}
.text-gray-50 {
  color: #949898;
}
.text-theme {
  color: var(--color-theme);
}
.text-theme-clm {
  color: var(--color-theme-clm-secondary);
}
.text-theme-clm2 {
  color: var(--color-theme-clm-primary);
}
.text-black-75 {
  color: #5C5C5C;
}
.text-theme-clm3{
  color: var(--color-theme-ebook-third);
}
.text-theme-fifth{
  color: #36677B;
}
.text-theme-sixth{
  background: var(--color-theme-ebook-sixth); 
}
.text-deep-green-3{
  color: var(--deep-green-3);
}
/* All backgrounds */
.bg-theme {
  background-color: var(--color-theme-secondary);
}

.bg-color-theme {
  background-color: var(--color-theme);
}
.bg-theme-clm {
  background-color: var(--color-theme-clm-secondary);
}
.bg-footer {
  background-color: #262E2D;
}
.bg-clm-btn {
  background-color: #2A5462;
}
.bg-switch-btn {
  background-color: #15B388;
}
.bg-theme-clm4{
  background: var(--color-theme-ebook-forth);
}

/* bg-css */
.bg-cover{
  background-size: cover;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-position-bottom{
  background-position-y: bottom;
}
.bg-position-center{
  background-position: center !important;
}
/* border */
.border-top-theme-1px {
  border-top: 1px solid var(--deep-green-1);
}
.border-deep-green-1{
 border-color:  var(--text-deep-green)!important;
}
.border-12px{
  border-width: 12px;
}
.border-solid{
  border-style: solid;
}

/* border-radius */
.br-6px {
  border-radius: 6px;
}
.br-8px {
  border-radius: 8px;
}
.br-10px {
  border-radius: 10px !important;
}
.br-12px {
  border-radius: 12px !important;
}
.br-20px{
  border-radius: 20px !important;
}
.br-40px{
  border-radius: 40px;
}
/* position */
.top-325px{
  top: 325px;
}
.top-n45px{
  top: -45px;
}
/* Other */
.cursor-pointer{
  cursor: pointer;
}
.white-space-unset {
  white-space: unset !important;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.process-flow-container {
  background-image: url(../images/eMandate/processflowmobilecontainer.svg);
  background-repeat: no-repeat;
  height: 110px;
  background-position: center;
}
.process-flow-container-dkyc-mobile {
  background-image: url(../images/digital-kyc/Group\ 2.svg);
  background-repeat: no-repeat;
  height: 110px;
  background-position: center;
}
.process-flow-desk-container {
  background-image: url(../images/eMandate/circle-right-arrow.svg);
  background-repeat: no-repeat;
  height: 125px;
  width: 150px;
  background-position: center;
}
.process-flow-desk-container-left {
  background-image: url(../images/eMandate/circle-left-arrow.svg);
  background-repeat: no-repeat;
  height: 125px;
  width: 150px;
  background-position: center;
}
#carouselExampleControls .carousel-indicators .active {
  width: 10px !important;
  height: 10px !important;
  margin: 0 8px !important;
  border-radius: 50% !important;
  background-color: var( --dark-cyan-1) !important;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px !important;
  background-color: #bebebe;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.text-light-green{
  color: #B4D1A1;
}
.top-85px{
  top: 85px;
}
.text-blue{
  color: #344A49;
}
.text-color-blue{
  color: #0D3A69;
}
.card-height{
  height: 360px;
}
.carousel-cell-height {
  width: 30%;
  height: 550px;
  
}
.carousel-cell{
  counter-increment: carousel-cell;
}
/* .flickity-slider{
  left: 15px !important;
} */
.flickity-page-dots .dot{
  background: var(--dark-cyan-1)!important;
}
.flickity-page-dots{
  padding-right: 1.5rem !important;
}
.flickity-button:focus{
  box-shadow: none !important;
}
.image-carousel-container{
  /* background-image: url("../images/eMandate/emandateCarouselBg.png") !important; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 520px;
  width: 92%;
  border-radius: 50px;
}
.responsive-text{
  top: 20px !important;
  right: 60px !important;
}

/* eMandate */
.br-15px{
  border-radius: 15px;
}
.br-25px{
  border-radius: 25px;
}
.h-125px{
  height: 125px !important;
}
.fs-40px{
  font-size: 40px !important;
}
.btn-shadow{
  box-shadow: 3px 7px 11px #00000029;
  outline: none!important;
}
.text-dark-blue-2{
  color: #224C49!important;
}
.text-light-green-3{
  color: #71A350!important;
}
.border-light-grey{
  border-color: #BAD1D0!important;
}
.shadow-2{
box-shadow: 0px 2px 5px #00000014;
}
.br-25px{
border-radius: 25px!important;
}
.br-top-25px{
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.bg-light-green{
background-color: #E9F2E3;
}
.p-2rem{
padding: 2rem;
}
.br-20px{
border-radius: 20px;
}
.w-10{
width: 10%!important;
}
.img-grayscale {
filter: grayscale(95%);
transition: 0.3s;
}
.img-grayscale:hover {
filter: grayscale(0%);
transition: 0.3s;
}
.faq-btn-bg-color{
background-color: #F6F8F4;
}
.accordion-item {
border: 0px;
}
.bg-cards-section{
background-color: #F8FAF7
}
.bg-green-linear{
background: transparent linear-gradient(270deg, #71A350 0%, #3F7B53 100%) 0% 0% no-repeat padding-box!important;
}
.text-linear-green {
background: linear-gradient(90deg, #71A350 0%, #3F7B53 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.accordian-shadow{
box-shadow: 0px 5px 13px #00000029;
}
@media all and (min-width:1800px){
.background-one{
background-color: #F8FAF7;
background-image: none;
}
.background-two{
background-color: none;
background-image: none;
}
}
@media all and (max-width:500px){
.carousel-mobile-text{
  width: auto!important;
}
}
@media all and (max-width:950px){
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
}
.rotate{
transform: rotate(180deg);
}
.carousel-control-next-icon{
background-image: url(..//images/eMandate/noun-arrow-1776263.svg)!important;
width: 50px!important;
height: 50px!important;
}
.carousel-control-prev-icon{
background-image: url(../images/eMandate/noun-arrow-1776263.svg)!important;
width: 50px!important;
height: 50px!important;
}
.image-container{
background-image: url("../images/eMandate/emandateCarouselBg.png")  !important;
background-size: 100% 100%;
height: 520px;
border-radius: 50px;
background-repeat: no-repeat;
}
.faq-bg-img{
background: url(../images/eMandate/bgFaqImg.png) no-repeat bottom;
background-size: contain;
}
.signdesk-modal .form-control {
background: #f3f3f3 ;
}
@media (min-width: 576px){
.modal-dialog {
  max-width: 600px!important;
  margin: 1.75rem auto;
}
}
@media (max-width: 600px){
.background-one{
  background-image: unset !important;
}
}
.close{
top: -10px;
}

/* About Us */

.bg-section-one{
  background-color: #2A5462;
}
.text-light-green-2{
   color: #13D09B;
}
.text-yellow{
   color: #FEDE17;
}
.text-rotated{
   transform: rotate(270deg);
   opacity: 0.03;
}
.bg-dark-blue{
   background-color: #2A5462;
}
.text-dark-blue {
   color: #2A5462;;
}
.bg-light-green-three{
   background-color: #ADE4D5;
}
.bg-light-blue{
   background-color: #F0FBFF!important;
}
.bg-light-blue-two{
   background-color: #BCDBFF;
   min-height: 230px;
}
.bg-light-blue-three{
   background-color: #F5FFFC;
}
.bg-light-blue-four {
  background-color: #E8FFFA;
}
.bg-light-green-two{
   background-color: #efefef;
}
.bg-text-one{
   right: -359px;
   bottom: 165px;
   font-size: 114px;
}
.bg-text-two{
   right: -65px;
   bottom: 80px;   
}
.bg-text-three{
   right: 52%;
   bottom: 41%;
   font-size: 313px;
}
.shadow-1{
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.border-yellow{
   border-color: #FEDE17!important;
}
.bg-section-three{
   background-image: url("../images/about-us/bg_four.svg") no-repeat bottom;
   background-size: 100%;
}
.bg-dots-one{
   bottom: 460px;
}
.bg-dots-two{
   top: 380px;
}
.custom-margin{
   margin-top: -25px;
}
.custom-margin-2{
  margin-top: -40px;
}
.gray-scale{
   filter: grayscale(100%);
}
.contact-icon-color{
   color: #4085af;
}
.contact-icons-container{ 
  right: 50px;
  top: 75px;
}
.contact-icons-container-two{ 
   bottom: 75px;
   right: 55px;
}
.contact-icons-container-three{
   top: 30px;
   right: 50px;
}
.contact-icons-container-four{ 
   bottom: 65px;
   left: 75px;
}
.mt-17px{
   margin-top: 17px;
}
@media all and (max-width:950px){
   .bg-light-blue-two{
       min-height: auto;
   }
}
@media all and (max-width:1000px){
   .bg-section-three{
       background: none;
   }
   .custom-margin{
       margin-top: 0px;
   }

}
@media (max-width:576px){
   .map.sm{
       width: 115%;
   }
}
.aadhaar-esign-section1-bg{
  background-image: url('../images/aadhaar-esign/section1-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-color: #F8FDFD;
}
.aadhaar-esign-section2-bg{
  background-color: #F8FDFD;
}
.aadhaar-esign-section5-bg{
  background-color: #F2F7F8;
}
.aadhaar-esign-section6-bg{
  background-color: #2B5563;
}
.green-bg{
  background-color: #65C3A8;
}
.section6-greentext{
  color: #65C3A8;
}
.section6-lightgreentext{
  color: #B9E1D8;
}
.border-white{
  border: 2px solid #ffffff ;
}
.scroll{
  height: 400px;
  overflow: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scroll{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.section6-hover{
  transition-duration: .2s;
}
.section6-hover:hover{
  transform: scale(1.085);
  background-color: #65C3A8 !important;
  color: white !important;
  border-color: #65C3A8 !important;
  border-radius: 10px;
  cursor: pointer;
}
.height-222px{
  height: 222px;
}
.height-270px{
  height: 270px;
}
.border-light-green{
  border: 1px solid #65C3A8;
}
.placeholder-green-01::placeholder{
  color:#65C3A8 !important;
}
.text-green-01{
  color:#65C3A8;
}
.text-green{
  color: #16B388;
}
.no-focus:focus{
  outline: none !important;
} 
.btn-light-green{
  background-color: #16B388 !important;
}
.pricing-btn:hover{
  color: #16B388;
  fill: #16B388;
}
.text-blue-01{
  color: #2B5563;
}
.text-grey-01{
  color: #4E4E4E;
}
.aadhar-esign-form-shadow{
  z-index: 1;
}
.aadhar-esign-form-shadow::before,
.aadhar-esign-form-shadow::after{
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.075);
  border-radius: 10px;
  z-index: -1;
}
.aadhar-esign-form-shadow::before{
  height: 90%;
  left: 25px;
  top: 5%;
}
.aadhar-esign-form-shadow::after{
  height: 80%;
  left: 50px;
  top: 10%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* aadhaar esign section3 */
.aadhar-esign-sec3-card1-bg{
  background-color: #E4F5F1 ;
}
.aadhar-esign-sec3-card2-bg{
  background-color: #D9F0EB;
}
.aadhar-esign-sec3-card3-bg{
  background-color: #CBEFE7;
}
.min-height-250px{
  min-height: 250px;
}
.card-shadow{
  box-shadow: 10px 13px 26px #00000029;
}
.processflowicons{
  width: 100px;
}
.max-width-150px{
  max-width: 150px;
}
.carousel-btn:hover{
  background-color: #2B5563 !important;
  color: #65C3A8 !important;
}
.carousel-btn.active{
  background-color: #2B5563 !important;
  color: #65C3A8 !important;
}
.no-focus:focus{
  box-shadow: none !important;
}
.btn-custom{
  visibility: hidden;
}
.btn-custom-div:hover  .btn-custom{
  visibility: visible;
}
.btn-custom-div:hover > img{
  filter: blur(1px) brightness(0.7);
  transition-duration: 1s;
}
.read-more-btn{
  border: 3px solid #ffffff;
  padding: 10px;
  color: #ffffff;

}
.read-more-btn:hover{
  color: #ffffff;
  font-weight: 600;
}
.bottom-border-green{
  border-bottom: 4px solid #16b388;
}
.object-fit-contain{
  object-fit: contain;
}
.rotate-270{
  transform: rotate(270deg);
}
.rotate-180{
  transform: rotate(180deg) !important;
}
@media(max-width:992px){
  .aadhaar-esign-section1-bg{
    background-image: none !important;
  }
  .aadhar-esign-form-shadow::after,
  .aadhar-esign-form-shadow::before{
    left: 0px !important;
  }
  .flickity-viewport{
    min-height: 320px !important;
  }
  .card-height{
    height: 350px !important;
  }
  .max-width-50{
    max-width: 50%;
  }
}
@media(max-width:576px){
  .aadhaar-esign-section1-sm-bg{
    background-image: url('../images/aadhaar-esign/section1-sm-bg.svg') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
    background-color: #F8FDFD;
  }
  .aadhaar-esign-carousel-sm-height{
    height: 320px;
  }
  .fs-sm-18px{
    font-size: 18px;
  }
  .sm-text-center{
    text-align: center !important;
  }
  .min-width-150px{
    min-width: 150px !important;
  }
}
.mobile-accordion:not(.collapsed){
  background-color: #65C3A8;
}
.mobile-accordion::after{
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/aadhaar-esign/Polygon1.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  transition: transform .2s ease-in-out;
}
.mobile-accordion:not(.collapsed)::after {
  background-image: url("../images/aadhaar-esign/Polygon1.png");
  transform: rotate(-180deg);
}
.mobile-accordion-bg{
  background-color: #22434E;
}
.border-bottom-radius-10px{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box-shadow-green:focus{
  box-shadow: 0 0 0 .25rem #65C3A8;
}
.scroll-btn.active {
  transform: scale(1.075);
  font-size: 16px !important;
  font-weight: 600;
  background-color: #65C3A8 !important;
  color: white !important;
  border-color: #65C3A8 !important;
  border-radius: 10px;
  cursor: pointer;
}
.green-border-top-1px{
  border-top: 1px solid #16B388;
}
.min-height-75px{
  min-height: 75px;
}
.text-justify{
  text-align: justify;
}

/* e-book */
.ebook-bg{
  background-image: url(../images/ebook/ebook-bg.svg);
}
.ebook-tabs {
  border-bottom: 1px solid #dee2e6;
  background: #FAFAFA;
  box-shadow: 0px 3px 6px #00000029;
}
.mt-n1 {
  margin-top: -30px;
}
.ebook-link {
  color: #80A1AC !important;
  border-right: 1px solid #ddd !important;
  border-radius: 0 !important;
  /* cursor: default!important; */
}
/* .ebook-link.active, .ebook-link:hover {
  color: #2B5563 !important;
  background-color: #fff;
  border: none !important;
  border-bottom: 5px solid #2B5563 !important;
} */
.btn-light-green-two{
  /* background-image: linear-gradient(90deg, #16B388 0%, #65C3A8 100%); */
  background-color: #00b087!important;
}
.duration-5{
  transition: 0.5s;
}
.ebook-box-hover:hover{
  background: #CCEDE6 !important;
}
@media only screen and (max-width: 600px) {
  .ebook-bg{
    background: #214654 !important;
  }
  .ebook-second-page-title{
    font-size: 26px!important;
  }
}

/* new code */
.ebook-thankyou-bg {
  background-image: url(../images/ebook/ebook-thankyou.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 66px);
}
.text-ebook-title-color {
  color: #B9E1D8;
}
.gradient-download-btn {
  background-image: linear-gradient(to right, #16B388, #65C3A8);
}
.no-focus:focus {
  box-shadow: none !important;
}
.ebook-title-bg {
  background-image: url(../images/ebook/ebookbg4.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  height: 1250px;
}
.ebook-title-bg1 {
  background-image: url(../images/ebook/ebookbg4.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  height: 1200px;
}
.text-color-ebook-title {
  color: #00b087;
}
.outline-0 {
  outline: none;
}
.bg-color-ebook-form {
  background-color: #ffffff47;
}
.footer-text-color {
  color: #65C3A8;
}
@media(max-width:992px) {
  .ebook-title-bg {
    background-image: none !important;
    height: 100% !important;
  }
  .ebook-title-bg1 {
    background-image: none !important;
    height: 100% !important;
  }
  .ebook-section-2-bg{
    background-color: #fff;
  }
  .e-book-title-mobile{
    font-size: 22px;
  }
  .text-thankyou{
    font-size: 35px;
  }
  .bg-blue-color {
    background-color: #2A5462;
  }
  .text-mobile-white {
    color: #fff;
  }
  .thankyou-page-custom-height{
    height: 100vh!important;
  }  
}
@media all and (min-width:1440px) and (max-width:1600px){
  /* .ebook-title-bg{
    height: 1500px;
  }  */
  .custom-margin-2{
    margin-top: -60px;
  }

}
@media all and (min-width:1400px){
.ebook-title-bg{
  background-image:none ;
  height: auto;
}
.ebook-title-bg1{
  background-image:none ;
  height: auto;
}
.bg-ebook-title{
  background-color: #2A5462;
}
.custom-margin{
  margin-top: 15px!important;
}
}
@media all  and (min-width:990px) and (max-width:1245px){
  .ebook-title-bg{
    background-image:none ;
  }
  .ebook-title-bg1{
    background-image:none ;
  }
  .bg-ebook-title{
    background-color: #2A5462;
  }
}
.ebook-form-input{
  border: 0px;
}

/* link it */

.bg-deep-green-5{
background-color: var(--deep-green-5);
}
.bg-dark-cyan-1{
  background-color: var(--dark-cyan-1);
}
.bg-dark-cyan-2{
  background-color: var(--dark-cyan-2);
}
.bg-dark-cyan-7{
  background-color: var(--dark-cyan-7);
}
.bg-deep-green{
  background-color: var(--deep-green-5);
}
.text-dark-cyan-1{
  color: var(--dark-cyan-1);
}
.text-gray-1{
  color: var(--text-gray-1);
}
.text-gray-2{
  color: var( --text-gray-2);
}
.accordion-button:not(.collapsed){
  color: #2c5363 !important;
  background-color: var(--deep-green-5);
  box-shadow: none;
}
.accordion-button:focus{
  border: none;
  box-shadow: none;
}
#accordionExampleOne .accordion-button:not(.collapsed)::after{
  background-image: url(../images/linkIt/carousel-btn-collapsed.png);
  transform: rotate(-360deg);
} 
#accordionExampleOne .accordion-button::after{
  background-image: url(../images/linkIt/carousel-btn-notcollapsed.png);
}
.arrow-container{
  bottom: -20px!important;
}
.linkit-mobile-carousel-container{
height: 300px!important;
}
.enach-card-one{
  transition: 0.3s;
}
.enach-card-one:hover{
background-color: var(--dark-cyan-1) !important;
transition: 0.3s;
box-shadow: 0px 10px 20px #00000021;
}
.enach-card-one:hover p{
  color: #fff;
}
.enach-card-two{
  transition: 0.3s;
}
.enach-card-two:hover{
  border-bottom: 5px solid var(--dark-cyan-1)!important;
  transition: .3s;
  box-shadow: 0px 10px 20px #00000029;
}
#enachCarouselButtonPosition > .flickity-prev-next-button{
 top: 110%!important;
 width: 35px !important;
 height: 35px !important;
}
#enachCarouselButtonPosition > .flickity-prev-next-button.previous{
  right: 65px!important;
  left: unset;
  width: 35px !important;
  height: 35px !important;
}
.linkit-accordian-one .accordion-button:not(.collapsed) {
  color: #000 !important;
}
/* new thank you page */

.thankyou-page-bg{
  background-image: url(../images/thank-you/thankyoupagebg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.thankyou-page-position{
  top: -60px!important;
}

.playpause {
  background-image:url(../images/linkIt/Play_Button.gif);
  background-repeat:no-repeat;
  width:50%;
  height:50%;
  background-size:contain;
  background-position: center;
}
/* digital-stamping */

.digital-stamping-sec3-card-bg{
  background-color: #EBFFFA;
}
.digital-stamping-sec3-card{
  position: relative;
  height: 225px;
  overflow: hidden;
}
.gradient-theme{
  background-image: linear-gradient(to right, #E1F2EE,#FFFFFF, #FFFFFF);
}
.box-shadow-1{
  box-shadow: 1px 2px 3px #00000029;
}
.solid-shadow{
box-shadow: 23px 25px 0px 0px #2b556325;
}
.digital-stamping-sec3-card::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0px;
  width: 0px;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid #2C5363;
  border-bottom: 20px solid #2C5363;
}
.max-w-275px{
  max-width: 275px;
}
.bg-stamping{
  background-color: #EFEFEF;
}
.margin-bottom-n-40px{
  margin-bottom: -40px;
}
.hover-effect-one:hover {
  color:  #fff !important;
  transition: .3s;
}
.hover-effect-one:hover .arrow-container{
  transform: translateX(10px);
  transition: .3s;
  color: #fff;
}
.border-10px{
  border-width: 10px !important;
}

/* autoplay */

@keyframes scroll-right {
  0% {
    transform: translateX();
 }
  100% {
    transform: translateX(calc(-250px * 7));
 }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {

  content:'';
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track-right {
  animation: scroll-right 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
@keyframes scroll-left {
  0% {
    transform: translateX();
 }
  100% {
    transform: translateX(calc(250px * 7));
 }
}
.slider .slide-track-left {
  animation: scroll-left 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
/* carousel */

.clients {
  padding: 10px 0;
}
.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.box img {
  max-width: 100%; 
  max-height: 100%;
  width: 100%;
}
.box:hover {
  transform: scale(1.2);
}
.min-h-115px{
  min-height: 115px;
}
/* digital kyc changes */
.text-deep-green-1{
  color: var(--text-deep-green)!important;
}
.text-deep-green-6{
  color: var(--deep-green-6)!important;
}
.text-gray-5{
  color: var(--text-gray-5)!important;
}
.bg_dark_cyan-5{
  background-color: var(--dark-cyan-5)!important;
}
.bg-deep-green-1{
  background-color: var(--deep-green-1)!important;
}
.process-flow-container-dkyc {
  background-image: url("../images/digital-kyc/arrowbg.svg");
  background-repeat: no-repeat;
  height: 110px;
  width: 150px;
  background-position: center;
}
.process-flow--container-dkyc {
  background-image: url(../images/eMandate/circle-right-arrow.svg);
  background-repeat: no-repeat;
  height: 125px;
  width: 150px;
  background-position: center;
}
.process-flow-container-dkyc-left {
  background-image: url(../images/digital-kyc/arrowbg2.svg);
  background-repeat: no-repeat;
  height: 125px;
  width: 150px;
  background-position: center;
}
.bg-image-light{
  background-image: url('../images/bg-image-light.svg');
  background-repeat: no-repeat;
}
.min-h-100vh{
  min-height: 100vh;
}
.bg-blue-rounded{
  position: relative;
}
.bg-blue-rounded::before{
  content: "";
  background-color: #badcea;
  position: absolute;
  height: 450px;
  width: 450px;
  z-index: -1;
  border-radius: 50%;
}
.btn-deep-green{
  color: #fff !important;
  background-color: var(--deep-green-1) !important;
  border-color: var(--deep-green-1) !important;
  font-weight: 600 !important;
}
.btn-deep-green:hover{
  color: white !important;
  background-color: var(--deep-green-1) !important;
  border-color: var(--deep-green-1) !important;
  box-shadow: rgba(50, 50, 93, 0.151) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}
.btn-deep-green:focus{
  box-shadow: 0 0 0 .25rem var(--deep-green-3);
}
.ul-blog li a{
  text-decoration: none !important;
  color: #fff;
}
.ul-blog li a:hover{
  color: var(--deep-green-1) !important;
}
.bg-clm-ebook-div {
  background-image: url("../clm/assests/ebook-Background.svg");
}
.-scroll-top-btn {
  width: 4rem;
  height: 4rem;
}
.flickity-prev-next-button.next, .flickity-prev-next-button.previous{
  display: none;
}
.card-all-solution:hover{
  background: transparent linear-gradient(180deg, #1A53BC 0%, #071E84 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
}