
.animation-element {
    opacity: 1;
    transform: unset !important;
    transition: unset !important;
}
	  .new-dropdown-menu {
/*         width: 99vw; */
		  width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
/* 		  height: 90vh; */
		  background: #EEEEEE;
/* 		  box-shadow: rgba(0, 0, 0, 0.13) 0px -25px 20px -20px; */
		  margin-top: 0 !important;
/* 		  margin-top: -0.5rem; */
/* 		  margin-top: 0.5rem !important; */
		  position: relative;
		  overflow: hidden !important;
		  top: 95% !important;
    }
	.cancel-btn {
    position: absolute;
   top: 0rem;
    right: 2rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #181e3a; /* Change color if necessary */
    cursor: pointer;
}

.cancel-btn:hover {
    color: #55c233; /* Change color on hover */
}
/* 	.new-dropdown-menu .row.sol-list, .new-dropdown-menu .row.roi-gif{
		overflow: hidden;
		width: 90vw;
	} */
	.new-dropdown-menu .row.sol-list, .new-dropdown-menu .row.roi-gif {
/*     overflow-y: scroll; */
/* 		overflow-x: hidden; */
  overflow: hidden;
/* 		width: 95vw; */
		width: 96vw;
    height: 100%;
}
	.menu-rhs {
		background: #fff;
		border-radius: 12px;
/* 		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		height: 75vh;
		overflow-y: scroll;
	}
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    border: unset;
}
	.new-dropdown-menu .nav-link, .new-dropdown-menu .nav-link.active{
		box-shadow: unset;
		border: unset;
		padding: 0.75rem 0rem;
	}
	.menu-lhs{
	height: 75vh;
    overflow-y: scroll;
	}
	.menu-lhs .nav-link:before, .menu-lhs .nav-link.active::before{
		background: #3683F3 !important;
    height: 2px !important;
	}
	.menu-lhs .nav-link.active:before{
		display: none;
	}
	
/* 	.navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link.active::before {
		display: none;
	} */
	.sol-list .nav-item .nav-link.active {
		background: #3683F3;
		color: #fff !important;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	.sol-list .nav-item .nav-link {
    width: 100%;
    border-radius: 8px;
    padding: 0.75rem 2rem 0.75rem 1rem !important;
		margin-bottom: 0.3rem;
}
	.sol-list .nav-item .nav-link.active::after {
    content: "\f054"; /* Font Awesome right chevron */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome loads */
    font-weight: 900; /* Solid style */
    position: absolute;
    right: 15px; /* Align to the right */
    color: white;
		top: 30%;
}
	.menu-lhs .nav-tabs{
		border-bottom: unset;
	}
	.menu-rhs h3{
		font-size: 0.875rem;
		width: 100%;
	}
	.menu-rhs h3 span {
		color: #3683F3;  
		
	} 
	.menu-cards {
/* 		border-bottom: 1px solid #54545447; */
		height: 100%;
	}
	.menu-cards p{
		font-size: 0.875rem;
		color: rgba(0, 0, 0, 0.6);
	}
	.menu-rhs .col-md-4 {
		padding-bottom: 0 !important;
	}
	.menu-rhs .col-md-4:hover {
		border-radius: 8px; 
/* 		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	.menu-cards h5 {
		    font-size: 0.875rem;
			line-height: 1.5;
			min-height: 2.65rem;
			margin-top: -5px;
		color: #000; 
	}
	.menu-cards:hover h5{
		color: #0a58ca;
	} 
	.menu-rhs-btm {
		position: relative;
/* 		background-color: #3683F328;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px; */
	}
	.menu-rhs-btm:before{
		content: '';
		position: absolute;
		width: 95%;
		top: -0.5rem;
		left: 0;
		right: 0;
		margin: auto;
		height: 1px;
		background: #CCCCCC;
	}
	.menu-rhs-btm i {
		font-size: 0.5rem; 
	}
	 
.menu-rhs-btm li {
/* 		padding: 0.5rem 1rem; */
/* 		padding: 0.5rem;
		width: max-content;
		min-width: 25%; */
	}
	.menu-rhs-btm li {
    /* padding: 0.5rem 1rem; */
    /* padding: 0.5rem; */
    /* padding: 0.5rem 0.875rem; */
    padding: 0.5rem 0.5rem 0.5rem 0; 
    width: max-content;
    /* min-width: 25%; */
} 
	.menu-rhs-btm li a{
		color: #3F3F42;
		font-size: 0.875rem;
	}
	.menu-rhs-btm li a:hover{
		color: #3683F3;
	}
	.menu-rhs-btm li a:hover i{
		color: #3F3F42; 
	} 
	
	/* Initially hide scrollbar */
.menu-rhs::-webkit-scrollbar {
    width: 0.375rem;
    background: transparent;
}

/* Scrollbar track */
.menu-rhs::-webkit-scrollbar-track {
    background: transparent;
}

/* Scrollbar thumb (hidden initially) */
.menu-rhs::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}

/* Show scrollbar when scrolling */
.menu-rhs.scrolling::-webkit-scrollbar-thumb {
    background: #888;
}

/* Hover effect */
.menu-rhs.scrolling::-webkit-scrollbar-thumb:hover {
    background: #555;
}
	body.no-scroll {
/*     overflow: hidden; */
		overflow-x: hidden;
}
	body.mob-no-scroll{
		overflow: hidden !important;
	}
	
		/* Initially hide scrollbar */
.menu-lhs::-webkit-scrollbar {
    width: 0.375rem;
    background: transparent;
}

/* Scrollbar track */
.menu-lhs::-webkit-scrollbar-track {
    background: transparent;
}

/* Scrollbar thumb (hidden initially) */
.menu-lhs::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}

/* Show scrollbar when scrolling */
.menu-lhs.scrolling::-webkit-scrollbar-thumb {
    background: #888;
}

/* Hover effect */
.menu-lhs.scrolling::-webkit-scrollbar-thumb:hover {
    background: #555;
}
	
	.tab-content>.active {
		display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	}
	#block-floatingmenu.quicklinks-menu{
		z-index: 9999999 !important;
	}
	@media (max-width: 900px) {
	    
	    header .collapse:not(.show) {
    display: none !important;
}
		.mobile-menu-overlay.active {
/* 			top: 80px; */
		}
		.mobile-menu.active {
/* 			    top: 80px !important; */
			display: block !important; 
		}
		  /*  .adv-hover {*/
    /*     display: block !important;*/
    /*}*/
    
		.top-header p {
    	font-size: 0.75rem;
			display: flex;
        align-items: center; 
}
	.top-header p a.btn-signup {
    font-size: 0.75rem !important;
		display: flex;
        align-items: center;
		padding: 3px 6px 2px !important;
}
		.banner-strip-slider{
		padding: 0 0.25rem;
	}
		.tmsMenu .nav-item .nav-link, .industriesMenu .nav-link, .resourcesMenu .nav-link, .companyMenu .nav-link, .enterpriseMenu .nav-link{
			padding-left: 1rem;
		}
	}
	
	.navbar-toggler{
		outline: unset !important;
    box-shadow: unset !important;
    transform: rotate(180deg);
	}
/* Mobile Menu Styling */
.mobile-menu {
    position: fixed;
    top: 90px; /* Start below the header */
    right: -90%; /* Start off-screen */
    width: 88%;
    /*height: calc(92vh - 90px);*/
    height: calc(100vh - 90px);
    background: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
/*     padding: 20px; */
    transition: right 0.3s ease-in-out;
    z-index: 1051;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/* 	padding-bottom: 3rem; */
    overflow-y: scroll;
    border-bottom-left-radius: 20px;
}

/* Show Menu */
.mobile-menu.active {
    right: 0;
}

.mob-roi-gif {
    padding-bottom: 7rem !important;
}
.mobile-menu.active  .mob-roi-gif {
    padding-bottom: 12rem !important;
} 


/* Translucent Background */
.mobile-menu-overlay {
    position: fixed;
    top: 90px; /* Start below the header */
    right: 0;
    width: 100vw;
    /*height: calc(92vh - 90px);*/
    height:  calc(100vh); 
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1050;
}

/* Show Overlay */
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
	.menu-panel .nav.flex-column{
		padding: 1rem;
	}
	.menu-panel .nav-link{
		color: #00000099;
    	font-weight: 500;
	}
	.menu-panel .nav-link:hover{
		color: #181e3a;
	}
/* Menu Buttons */
.menu-buttons {
	display: flex;
    flex-direction: column;
    gap: 10px;
    background: #181e3a;
    padding: 4rem 1rem;
    padding-bottom: 5rem;
}

/* Change Hamburger to X */
.navbar-toggler {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger Icon */
.menu-icon {
    width: 25px;
    height: 3px;
    background: black;
    display: block;
    position: relative;
    transition: 0.3s;
}

/* Middle bar of Hamburger */
.menu-icon::before,
.menu-icon::after {
    content: "";
    width: 25px;
    height: 3px;
    background: black;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.menu-icon::before {
    top: -8px;
}

.menu-icon::after {
    top: 8px;
}

/* Change to X when Open */
.navbar-toggler.open .menu-icon {
    background: transparent;
}

.navbar-toggler.open .menu-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.open .menu-icon::after {
    transform: rotate(-45deg);
    top: 0;
}
.mobile-widget {
	z-index: 9999999;
	}
	.submenu-header {
    display: flex;
     align-items: center; 
		/*align-items: anchor-center;*/
    gap: 10px; 
    padding: 10px;
    background: #007bff;
    color: white;
    font-weight: bold;
}

.submenu-header .back-btn {
    background: none;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
}
	.menu-panel{
/* 		padding: 1rem; */
    height: 100%;
	}
	.main-menu.active{
		    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.main-menu{
		display: none;
	}
	.tmsMenu{
		display: none;
	}
	.tmsMenu.active{
		  display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.industriesMenu, .resourcesMenu, .companyMenu, .enterpriseMenu{
		display: none;
	}
	.industriesMenu.active, .resourcesMenu.active, .companyMenu.active, .enterpriseMenu.active{
		  display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.main-menu .nav.flex-column{
		padding: 0 !important;
		padding-top: 1rem !important;
	}
	.main-menu .nav-link{
		color: #00000099;
    font-weight: 500;
    font-size: 1rem;
		padding: 1rem;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 2rem;
	}
	.tmsMenu .nav-item .nav-link, .industriesMenu .nav-link, .resourcesMenu .nav-link, .companyMenu .nav-link, .enterpriseMenu .nav-link{
		padding: 1rem;
    	border-bottom: 1px solid #E7E7E7;
		color: #00000099;
		 font-weight: 500;
    	font-size: 1rem;
		padding-left: 2rem;
	}
	.submenu-header span{
		font-weight: 500;
    font-size: 1.125rem;
	}
	.menu-footer {
		display: flex;
    flex-direction: column;
    gap: 10px;
    background: #181e3a;
  	padding: 2rem;
	}
/*	.tmsMenu .nav.flex-column {*/
/*    margin-bottom: 2rem;*/
/*}*/
	.menu-footer h4{
		color: #fff;
	}
	.menu-footer .nav-link{
		color: #7AC280;
		padding-left: 0;
	}
	.menu-footer .nav-link:hover{
		color: #7AC280 !important;
	}
	
	.arrow {
    transition: transform 0.3s ease;
}

.arrow.rotate {
    transform: rotate(180deg);
}
	.mob-sub-last-menu h5{
/* 		font-size: 1rem; */
		font-size: 0.875rem;
		line-height: 1.4;
    	margin-top: -3px; 
    	color: #000 !important;
	}
	.mob-sub-last-menu p{
		font-size: 0.875rem;
	}
	.mob-sub-last-menu .nav-link[aria-expanded="true"] {
    border-bottom: none !important;
		color: #0d6efd;
}
	.sub-sub-menu{
		background:#EEEEEE;
	}
	.main-menu .menu-footer{
			padding-bottom: 2rem !important;
		}
	@media (max-width: 389px){
		/* Mobile Menu Styling */
/* .mobile-menu {
    position: fixed;
    top: 137px; 
    right: -90%; 
    width: 88%;
            height: calc(93vh - 160px);
    background: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1051;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
} */
		.mobile-menu {
    position: fixed;
    top: 90px;
    right: -90%;
    width: 88%;
    /*height: calc(var(--vh, 1vh) * 93 - 115px);*/
     height: calc(var(--vh, 1vh) * 100);
    background: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1051;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}


/* Show Menu */
.mobile-menu.active {
    right: 0;
}

/* Translucent Background */
.mobile-menu-overlay {
   position: fixed;
        top: 90px;
        right: 0;
        width: 100vw;
        /*height: calc(93vh - 115px);*/
        height: calc(100vh); 
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1050;
}
		.main-menu .menu-footer{
			padding-bottom: 2rem !important;
		} 
		
		
	}
	
	.btn-mob-new {
		border: 1px solid #fff;
		color: #7AC280 !important;
		background: #fff;
		padding: 0.5rem 2rem !important;
		border-radius: 30px;
		font-weight: 600;
	}
	.btn-mob-new:hover{
		border: 1px solid #7AC280;
		color: #181e3a !important;
		background: #fff;
		padding: 0.5rem 2rem;
	}
	.sub-sub-menu a {
		border-bottom: 1px solid #b7b5b585 !important;
		padding-left: 2rem !important;
	}
/* 		@media (max-width: 900px) {
		.tmsMenu .nav-item .nav-link, .industriesMenu .nav-link, .resourcesMenu .nav-link, .companyMenu .nav-link, .enterpriseMenu .nav-link{
			padding-left: 1rem;
		}
	} */
	
	@media (min-width: 1440px) and (max-width: 1500px) {
    html {
        font-size: 16px !important;
    }
}



	/* Highest z-index for modal (on top of everything) */
#videoModalNew,
#videoModal1,
#videoModal2 {
  z-index: 1060 !important; /* Bootstrap default for modal is 1055, so 1060 is safe */
}

/* Backdrop just below the modal */
.modal-backdrop.show {
  z-index: 1050 !important; /* Default Bootstrap value; enough to cover nav/menu */
}

/* Optional: force navigation/menu behind */
header {
  z-index: 1040 !important;
}
	
	@media (min-width: 900px) and (max-width: 1300px) {
		.related-videos .col-md-7 img{
			width: 7rem !important;
		}
	}
	
	.menu-rhs-btm, .related-videos {
		position: relative;
/* 		background-color: #3683F328;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px; */
	}
	
	.related-videos:before {
		content: '';
		position: absolute;
		width: 95%; 
		top: 1.5rem;
		left: 0;
		right: 0;
		margin: auto;
		height: 1px;
		background: #CCCCCC;
	} 
	
	@media (max-width: 600px) {
	    .home-blogs {
	        overflow: hidden !important;
	    }
	    
/*	    html {*/
/*    overflow-x: hidden !important;*/
/*} */

/*header.fixed {*/
/*    position: fixed;*/
/*}  */
	} 
	
	.top-header {
    visibility: hidden;
    opacity: 0;
}

.top-header.slick-ready {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
}  
	
	.banner-strip-slider {
    visibility: hidden;
    opacity: 0;
}

.banner-strip-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
}
	 
#myTabContent #idn {
    display: none;
}

#myTabContent #idn.show,
#myTabContent #idn.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#myTabContent #idn .idn-wrap {
    display: block;
    width: 100%;
}

a.idn-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border-radius: 0.875rem;
}

.idn-wrap {
  color: #20242c;
  padding: 1rem;
  width: 100%;
}

.idn-wrap .page {
  width: 100%;
  margin: 0 auto;
}

.idn-wrap .text-center {
  text-align: center;
  margin-bottom: 0.875rem;
}

.idn-wrap h1 {
/*   font-size: 2.75rem; */
  font-weight: 400;
  letter-spacing: 0.0125rem;
  color: #0B2545;
  margin: 0 0 0.25rem;
}

.idn-wrap .text-center p {
  font-size: 1.063rem;
  color: #4A5568;
	font-weight:400;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.4;
}

.idn-wrap .grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 0.7fr;
  gap: 1.5rem;
  align-items: stretch;
}

.idn-wrap .col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}

.idn-wrap .card {
  background: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0.0625rem 0.1875rem rgba(20, 20, 20, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.idn-wrap .card.green,
.idn-wrap .card.navy {
  flex: 7;
}

.idn-wrap .card.purple,
.idn-wrap .card.orange {
  flex: 5;
}

.idn-wrap .card-head {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  padding: 0.55rem 0.75rem;
  flex-shrink: 0;
}

.idn-wrap .card ul {
  list-style: none;
  margin: 0;
  padding: 0.375rem 0.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.idn-wrap .card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: #20242c;
}

.idn-wrap .card li i {
  width: 0.875rem;
  text-align: center;
  font-size: 0.75rem;
  flex: 0 0 0.875rem;
}

.idn-wrap .card.green .card-head {
  background: #3f6b3f;
}

.idn-wrap .card.purple .card-head {
  background: #5b3a7a;
}

.idn-wrap .card.navy .card-head {
  background: #1c3358;
}

.idn-wrap .card.orange .card-head {
  background: #c0622a;
}

.idn-wrap .card.green li i {
  color: #3f6b3f;
}

.idn-wrap .card.purple li i {
  color: #5b3a7a;
}

.idn-wrap .card.navy li i {
  color: #1c3358;
}

.idn-wrap .card.orange li i {
  color: #c0622a;
}

.idn-wrap .center-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}

.idn-wrap .wheel-card img {
  display: block;
  width: 100%;
/*   max-width: 32.5rem; */
  height: auto;
  margin: 0 auto;
}

.idn-wrap .flow-card {
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(20, 20, 20, 0.06);
  padding: 0.625rem 1rem 2.75rem;
  flex-shrink: 0;
}

.idn-wrap .flow-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 0.625rem;
  background: #2f7fc1;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.75rem;
}

.idn-wrap .flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem;
  flex-wrap: nowrap;
}

.idn-wrap .flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1875rem;
  font-size: 0.46875rem;
  color: #6b7280;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.idn-wrap .flow-step .icon {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #eef2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  color: #12233f;
}

.idn-wrap .flow-arrow {
  color: #9aa1a8;
  font-size: 0.625rem;
  margin-bottom: 0.75rem;
}

.idn-wrap .flow-caption {
  text-align: center;
  font-size: 0.53125rem;
  color: #6b7280;
  margin-top: 0.5rem;
}

.idn-wrap .foot-strip {
  background: #12233f;
  margin-top: 0.875rem;
  padding: 1rem;
  border-radius: 0.625rem;
}

.idn-wrap .foot-strip .foot-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
}

.idn-wrap .foot-item {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  color: #fff;
}

.idn-wrap .foot-item h4 {
  margin: 0 0 0.125rem;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

.idn-wrap .foot-item p {
  margin: 0;
  font-size: 0.4875rem;
  line-height: 1.3;
  color: #c7cddb;
}

.card.green li,
.card.purple li,
.card.navy li,
.card.orange li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.card.green li img,
.card.purple li img,
.card.navy li img,
.card.orange li img,
.flow-step .icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.foot-icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {

  .idn-wrap .page {
    overflow-x: hidden;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  .idn-wrap .page > .text-center {
    text-align: center;
  }

  .idn-wrap .mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.75rem;
    padding: 0.5rem 1rem 1rem 0.938rem;
    width: 84vw;
    margin-left: calc(-12vw + 10%);
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .idn-wrap .mobile-scroll::-webkit-scrollbar {
    display: none;
  }

  .idn-wrap .mobile-scroll .card {
    flex: 0 0 78vw;
    width: 78vw;
    max-width: 18.75rem;
    scroll-snap-align: start;
  }

  .idn-wrap .mobile-scroll .card:first-child {
    margin-left: 1rem;
  }

  .idn-wrap .mobile-scroll .card:last-child {
    margin-right: 1rem;
  }

  .idn-wrap .card li {
    font-size: 0.875rem;
    line-height: 2.25;
  }

  .flow-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5625rem 0.625rem !important;
    width: 100% !important;
    align-items: center !important;
    justify-items: center !important;
  }

  .flow-arrow {
    display: none !important;
  }

  .flow-step {
    width: 100% !important;
    text-align: center !important;
  }

  .flow-step:last-child {
    grid-column: 2 !important;
  }

  .foot-inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5625rem 0.9375rem !important;
  }

  .foot-item {
    width: 100% !important;
  }



.slick-list,
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 0.0625rem;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}


.mobile-scroll.slick-initialized .slick-list {
    overflow: hidden !important;
}

.idn-menu-slider-dots {
    display: none;
    padding: 0.75rem 0 0.25rem;
    text-align: center;
}

.idn-menu-slider-dots.is-active {
    display: block;
}

.idn-menu-slider-dots .slick-dots {
    display: flex !important;
    position: static;
    justify-content: center;
    gap: 0.625rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.idn-menu-slider-dots .slick-dots li {
    margin: 0;
}

.idn-menu-slider-dots .slick-dots li button {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    border-radius: 0.125rem;
    background: #1d2342;
    cursor: pointer;
}

.idn-menu-slider-dots .slick-dots li button:before {
    display: none;
    content: '';
}

.idn-menu-slider-dots .slick-dots li.slick-active button {
    background: #7BC96F;
}
}
.menu-rhs{
	background-color:#F4F6F1 !important;
}
@media (max-width: 767px) {
    .idn-wrap .mobile-scroll {
        touch-action: pan-x;
    }

    .idn-wrap .card {
        touch-action: pan-y;
    }
}
.idn-heading{
	font-size:2rem;
} 
	