

/*header css start*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 40px 0;
  transition: all ease 0.5s;
}
.navbar-brand {
  max-width: 211px;
}
.navbar-brand img {
  max-width: 100%;
  display: block;
  transition: all ease 0.5s;
}
.site-header .navbar {
  padding: 0;
}
.site-header .navbar-collapse {
  margin-top: 0;
  flex-basis: min-content;
}
.site-header .navbar-collapse .navbar-nav {
  margin: 0 0 0 auto;
}
.site-header .navbar-nav li {
  margin: 0 40px 0 0;
}
.site-header .navbar-nav li a.nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.site-header .navbar-nav li a.nav-link:hover,
.site-header .navbar-nav li:hover a.nav-link {
  color: #f05a28;
}
.site-header .navbar-nav .active > .nav-link,
.site-header .navbar-nav .nav-link.active,
.site-header .navbar-nav .nav-link.show,
.site-header .navbar-nav .show > .nav-link,
.site-header .navbar-nav li a.nav-link:focus {
  color: #f05a28;
}
.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
  color: #f05a28;
}
.site-header .btn-primary {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
}

/*sticky header*/
.site-header.scroll-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

/*animated nav icon*/
#nav-icon {
  position: absolute;
  border: 0;
  margin: 0;
  right: 0;
  top: 13px;
  width: 30px;
  height: 22px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #f05a28;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2) {
  top: 10px;
}
#nav-icon span:nth-child(3) {
  top: 20px;
}
#nav-icon.animate-icon span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.animate-icon span:nth-child(2) {
  opacity: 0;
  left: -10px;
}
#nav-icon.animate-icon span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*header css end*/

/*home banner css start*/
.home-banner {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 0 0;
  overflow: hidden;
}
.bnr-shape-bg {
  background: url("../images/marketing/bnr-shape-bg.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bnr-shape-bg-2 {
  background: url("../images/marketing/bnr-shape-bg-2.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bnr-text-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.bnr-img-col {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.home-banner .sub-hd {
  font-size: 18px;
  background-color: #e5e9ff;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 30px 5px 5px;
}
.home-banner .sub-hd img {
  max-width: 40px;
  min-width: 40px;
  margin-right: 10px;
}
.home-banner .bnr-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner .bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.home-banner .bnr-content h1 {
  margin-bottom: 40px;
}
.home-banner .bnr-content p {
  margin: 0;
}
.home-banner .bnr-content .btn-primary {
  margin-top: 35px;
}
.home-banner .bnr-image-block img {
  width: 100%;
  display: block;
}
.curve-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
/*home banner css end*/

/*home scroll nav css start*/
.page-link-block {
  position: sticky;
  top: 90px;
  z-index: 9;
}
.home-sticky-nav {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-color: rgb(240, 243, 247);
  box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  margin-top: 50px;
  padding: 7px;
}
.home-sticky-nav ul li {
  margin-right: auto;
}
.home-sticky-nav ul li:last-child {
  margin-right: auto;
}
.home-sticky-nav ul li a {
  color: #5d6375;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 20px 6px;
  border-radius: 20px;
  display: block;
}
.home-sticky-nav ul li a:hover,
.home-sticky-nav ul li.active a {
  background-color: #f05a28;
  color: #ffffff;
}
.home-sticky-nav .mobile-sticky-btn {
  display: none;
}
.home-sticky-nav .mobile-sticky-nav {
  display: flex !important;
}
/*home scroll nav css end*/

/*home about css start*/
.home-about-block {
  padding: 50px 0 0 0;
  background: url("../images/marketing/about-pattern-bg.png") no-repeat;
  background-position: 95% center;
}
.img-list-text {
  margin-bottom: 30px;
}
.img-list-text img {
  max-width: 278px;
  width: 100%;
  border-radius: 7px;
  margin-left: auto;
}
.img-list-text ul {
  width: calc(100% - 250px);
}

.home-about-block .img-list-text {

	flex-wrap: wrap;
	flex-flow: column-reverse;
	gap: 23px;
}
.home-about-block .img-list-text ul {
	width: 100%;
	margin-bottom: 20px;
}

/*home about css end*/

/*solution css start*/
.solution-section {
  padding: 40px 0 30px 0;
  overflow-x: hidden;
}
.solution-block .solutiion-img {
  border-radius: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.solution-block .solutiion-img img,video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
.solution-block .solutiion-img .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 10px;
}
.solution-block .solutiion-img:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.solution-block h3 {
  margin-bottom: 10px;
}
.solution-block p a {
  color: #f05a28;
  text-decoration: underline;
}
.solution-block p a:hover {
  color: #000000;
}
.solution-section .btn-primary {
  margin-top: 50px;
}
.solution-slider {
  margin-top: 50px;
}
.solution-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.solution-slider.owl-carousel.owl-drag .owl-item {
  opacity: 0.5;
}
.solution-slider.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
}
.solution-slider.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -122px;
  margin: 0;
}
/*solution css end*/

/*quick guide css start*/
.quick-guide-section {
  /* background: url("../images/marketing/quick-guide-shape-bg.png") no-repeat; */
  /* background-position: right 68%; */
  padding: 30px 0;
}
.quick-guide-section .btn-group {
  display: flex;
  gap: 0 20px;
}
/*quick guide css end*/

/*join us css start*/
.join-us-section {
  padding: 30px 0 40px;
}
.join-block {
  background-color: #f0f3f7;
  border-radius: 15px;
  padding: 25px 50px;
}
.join-block .icon {
  max-width: 142px;
  margin-right: 30px;
}
.join-block .join-text {
  width: calc(100% - 380px);
  padding: 0 15px;
  margin-right: auto;
}
.join-block h2 {
  margin-bottom: 15px;
}
/*join us css end*/

/*why choose start*/
.why-choose-section {
  padding: 30px 0;
}
.feature-block {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.07);
  transition: all ease 0.3s;
  padding: 25px 22px;
  margin-top: 25px;
}
.why-choose-section [class*="col-"]:nth-of-type(even) .feature-block {
  margin-top: 57px;
}
.feature-list {
  position: relative;
}
.feature-list:before {
  content: "";
  background: url("../images/marketing/dots-bg.png") no-repeat;
  background-position: right top;
  background-size: 100%;
  width: 235px;
  height: 107px;
  display: block;
  position: absolute;
  right: -104px;
  top: 83px;
}
.feature-list:after {
  content: "";
  background: url("../images/marketing/dots-bg.png") no-repeat;
  background-position: right top;
  background-size: 100%;
  width: 235px;
  height: 107px;
  display: block;
  position: absolute;
  left: -124px;
  bottom: 10px;
  z-index: -1;
}
.feature-block i {
  margin-bottom: 0;
  display: block;
  padding-right: 10px;
}
.feature-block i img {
  max-height: 40px;
  display: block;
  margin-right: 10px;
}
.feature-block h3 {
  margin-bottom: 0;
  font-size: 17px;
}
.feature-block p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
}
.feature-block .moreless-button {
  color: #003274;
  text-decoration: underline;
}
.feature-block:hover {
  background-color: #343c55;
}
.feature-block:hover h3,
.feature-block:hover p {
  color: #ffffff;
}
.feature-block:hover i img {
  filter: brightness(10);
}
.feature-block:hover .moreless-button {
  color: #ffffff;
}
.feature-block .moretext {
  display: none;
}
/*why choose end*/

/*faq start*/
.faq-section {
  padding: 0 0;
}
.faq-section .accordion {
  display: block;
  width: 100%;
}
.faq-section .accordion .accordion-block {
  width: calc(50% - 20px);
  float: left;
  margin: 0 10px 20px;
}
.faq-img img {
  width: 100%;
  display: block;
}
/*faq end*/

/*testimonial start*/
.testimonial-section {
  padding: 30px 0;
  overflow-x: hidden;
}
.testimonial-block {
  width: 490px;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.062px 21.786px 59px 0px rgba(0, 52, 74, 0.18);
  color: #868a97;
  padding: 60px 45px;
}
.testimonial-section {
  padding: 70px 0;
}
.testimonial-block .client-img {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  border: solid 5px #fff;
  position: absolute;
  top: -28px;
  left: auto;
  z-index: 2;
}
.testimonial-section {
  padding: 30px 0;
}
.testimonial-block .client-img img {
  width: 100% !important;
  height: 100%;
  border-radius: 100%;
}
.testimonial-block .author-title {
  width: 65%;
  margin-right: auto;
  margin-bottom: 15px;
}
.testimonial-block .author-title h4 {
  margin-bottom: 5px;
  font-size: 21px;
}
.testimonial-block .rating {
  display: flex;
  gap: 0 5px;
}
.testimonial-block .rating img {
  width: 17px;
  display: block;
}
.testimonial-slider {
  margin-top: 135px;
}
.testimonial-slider:before {
  width: 100%;
  height: 280px;
  background-color: #003274;
  content: "";
  position: absolute;
  top: -125px;
  left: 0;
  border-radius: 15px;
}
.testimonial-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: flex-start;
}
.testimonial-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial-slider.owl-carousel.owl-drag .owl-item .inner-box {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-slider.owl-carousel.owl-drag .owl-item .inner-box::after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.testimonial-slider.owl-carousel.owl-drag
  .owl-item
  .testimonial-block
  .client-img:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.testimonial-slider.owl-carousel.owl-drag
  .owl-item.center.active
  .inner-box:after {
  display: none;
}
.testimonial-slider.owl-carousel.owl-drag
  .owl-item.center.active
  .client-img:after {
  display: none;
}
.testimonial-slider.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -234px;
  margin: 0;
}
.testimonial-slider.owl-carousel.owl-drag
  .owl-item
  .testimonial-block
  .client-img {
  width: 60px;
  height: 60px;
}
.testimonial-slider.owl-carousel.owl-drag .owl-item {
  font-size: 80%;
}
.testimonial-slider.owl-carousel.owl-drag .owl-item.center.active {
  font-size: 100%;
}
.testimonial-slider.owl-carousel.owl-drag
  .owl-item.center.active
  .testimonial-block
  .client-img {
  width: 78px;
  height: 78px;
}
/*testimonial end*/

/*contact form css start*/
.contact-section {
  padding: 30px 0;
}
.contact-info li {
  margin-bottom: 20px;
}
.contact-info li .icon {
  width: 76px;
  height: 76px;
  min-width: 76px;
  background-color: #f0f3f7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.contact-info li .h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
/*contact form css end*/

/*footer css start*/
.footer {
  border-top: solid 1px #f0f3f7;
}
.foot-mid {
  padding: 55px 0;
}
.contact-links {
  margin-top: 20px;
}


.contact-links li {
  display: flex;
  font-size: 14px;
  margin-top: 15px;
}

.contact-links li a {
	position: relative;
	padding-left: 35px;
}

.contact-links li a i {
	position: absolute;
	left: 0;
	top: 0px;
}

.contact-links li img {
  margin-right: 15px;
}
.contact-links li a:hover {
  color: #003274;
}
.foot-link {
  width: 50%;
  padding-right: 15px;
}
.foot-link li {
  margin-bottom: 20px;
}
.foot-link li a {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.foot-link li a:before {
  background: url("../images/marketing/arrow-right.png") no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 14px;
  background-size: 100%;
  transition: all ease 0.3s;
}
.foot-link li a:hover {
  color: #003274;
}
.foot-link li a:hover:before {
  filter: invert(13%) sepia(32%) saturate(7000%) hue-rotate(205deg)
    brightness(50%) contrast(103%);
}
.social-icon {
  gap: 0 10px;
  margin-bottom: 30px;
}
.social-icon li a {
  background-color: #f0f3f7;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon li a:hover {
  background-color: #003274;
}
.social-icon li a:hover img {
  filter: invert(100%) sepia(2%) saturate(1412%) hue-rotate(237deg)
    brightness(200%) contrast(140%);
}
.newsletter .form-control {
  height: 50px;
  position: static !important;
}
.newsletter button {
	position: absolute;
	right: 10px;
	top: 11px;
	background: transparent;
	border: 0;
}
.newsletter button img {
  width: 23px;
  display: block;
}
.foot-bar {
  background-color: #f0f3f7;
  padding: 20px 0;
}
/*footer css end*/

/*download css start*/
.download-section {
  padding: 20px 0 50px;
}
.download-inner {
  background-color: #f0f3f7;
  border-radius: 15px;
}
.app-left-block {
  width: 100%;
  max-width: 500px;
  background-color: #003274;
  border-radius: 15px;
}
.app-left-block img {
  max-width: 446px;
  margin: 40px -60px -69px auto;
  display: block;
}
.app-info {
  width: calc(100% - 500px);
  padding: 65px 65px 65px 125px;
}
.app-scanner {
  max-width: 164px;
  width: 100%;
}
.app-scanner img {
  width: 100%;
  display: block;
}
.app-downlaod {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 164px);
  padding-left: 55px;
  gap: 15px 0;
}
/*download css end*/

.social {
	/* bottom: -20px; */
	padding: 0 15px;
	/* position: absolute; */
	left: 0;
	width: 100%;
}
.social a {
	background-color: #fff !important;
	border-radius: 100px;
	border: 1px solid #eee;
	color: #003274;
	display: inline-block;
	font-size: 1.125rem;
	margin: 0 4px;
	text-align: center;
	width: 43px;
}
.social a:hover {
	background-color: #003274 !important;
	color: #fff;
}
.social a i {
	display: inline-block;
	line-height: 40px;
}

/* subscription css start*/
.subscription-bx .nav {
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  max-width: 649px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
}
.subscription-bx h2 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.subscription-bx .nav li {
  margin: 0px;
  width: 33.33%;
  border-right: 1px solid #ccc;
}
.subscription-bx .nav li:last-child {
  border-right: none;
}
.subscription-bx .nav-tabs .nav-link {
  background: transparent;
  width: 100%;
  border: none;
  padding: 11px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.subscription-bx .nav-tabs .nav-item.show .nav-link,
.subscription-bx .nav-tabs .nav-link.active {
  border: none;
  width: 100%;
  background: #f05a28;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  padding: 11px 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.subscription-bx .nav-tabs .nav-link.active {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.subscription-bx .nav-link span {
  font-size: 14px;
  font-weight: 400;
}
.plan-bx-main .top-txt {
  font-size: 30px;
  font-weight: 600;
}
.price-txt {
  font-size: 48px;
  font-weight: 700;
  color: #343c55;
  line-height: 1.2;
}
.sliver-bx p {
  color: #737575;
  font-size: 16px;
}
.plan-bx-main {
  padding: 30px 25px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  box-shadow: 0px 0px 35px #f1f1f1;
  cursor: pointer;
  margin-bottom: 20px;
}
.plan-tp {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.plan-bx-main li {
  padding: 15px 0;
  position: relative;
  padding-left: 35px;
}
.plan-bx-main li:before {
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  background: url(../images/check-arrow.png) no-repeat center;
  left: 0;
  transform: translateY(-50%);
}
.plan-bx-main .btn-custom {
  border-radius: 50px;
  margin: 0 auto;
  width: 227px;
  text-align: center;
  border: 1px solid #dedede;
  background: transparent;
  color: #343c55;
  margin-top: 30px;
}
.plan-bx-main .btn-custom:hover {
  background: #f05a28;
  border: 1px solid #f05a28;
  color: #fff;
}

.plan-bx-main:hover {
  border: 1px solid #f05a28;
}

.plan-bx-main:hover .price-txt {
  color: #f05a28;
}

.plan-bx-main:hover .btn-custom {
  background: #f05a28;
  border: 1px solid #f05a28;
  color: #fff;
}
.subscription-bx .tab-content {
  margin-top: 50px;
}

.subscription-bx h4 {
  color: #343c55;
}
.select-plan-bx .container {
  max-width: 1100px;
}

.card-bx,
.bank-bx {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.card-bx h6,
.bank-bx h6 {
  margin-bottom: 0px;
}

.card-bx img,
.bank-bx img {
  margin-bottom: 10px;
}

.select-plan-main .nav-item {
  width: 50%;
}

.select-plan-main .nav-tabs .nav-item.show .nav-link,
.select-plan-main .nav-tabs .nav-link.active,
.select-plan-main .nav-tabs .nav-link {
  border: 1px solid transparent;
  width: 100%;
  text-align: left;
  line-height: 50px;
  border-radius: 0px;
  background: transparent;
  cursor: pointer;
}

.select-plan-main .nav-tabs {
  border-bottom: none;
}
.select-plan-main .nav-link {
  margin-bottom: 0px;
  font-size: 20px;
}
.select-plan-main .nav-link span {
  display: block;
  line-height: 1.5;
  font-weight: 500;
}
.select-plan-main .nav-item {
  width: 48%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.select-plan-main .nav-tabs {
  justify-content: space-between;
  margin-bottom: 30px;
}

.enquiretotal ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-radius: 5px;
  text-align: right;
}
.enquiretotal ul li:nth-child(odd) {
  text-align: left;
}

.enquiretotal ul li {
  width: 50%;
  padding: 12px 0px;

  text-align: right;

  font-size: 16px;
}
.select-plan-main .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #f05a28;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #e3e3e3;
}

.select-plan-main .btn-custom.sub-btn,
.select-plan-main .btn-custom.cancel-btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
}

.select-plan-main .btn-custom.cancel-btn {
  background: #f2f5f7;
  color: #000;
}

.select-plan-main .btn-custom.cancel-btn:hover {
  background: #f05a28;
  color: #fff;
}

.plan-bx {
  padding: 20px;
  background: #f9fafc;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.plan-member li {
  line-height: normal;
  background: #fff;
  margin-bottom: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.plan-member [type="radio"]:checked + label:before,
.plan-member [type="radio"]:not(:checked) + label:before {
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  width: 30px;
  height: 30px;
}

.plan-member [type="radio"]:checked + label:after,
.plan-member [type="radio"]:not(:checked) + label:after {
  top: 50%;
  left: -27px;
  background: #fff;
  transform: translateY(-50%);
}

.plan-member h6 {
  margin-bottom: 10px;
}

.plan-member [type="radio"]:checked + label,
.plan-member [type="radio"]:not(:checked) + label {
  line-height: 20px;
  padding-left: 10px;
  font-size: 16px;
  color: #b0b0b0;
  position: relative;
}
.plan-member li.active {
  border: 1px solid #f05a28;
  box-shadow: 0px 0px 15px #ededed;
}

.plan-subtotal .enquiretotal {
  border-top: 1px solid #e4e4e4;
}
.plan-subtotal .enquiretotal ul {
  margin-top: 10px;
}

.plan-member [type="radio"]:checked + label:before {
  background: #f05a28;
}

.plan-member [type="radio"]:checked + label:before {
  background-color: #f05a28;
  border: solid 1px #f05a28;
}

.plan-member [type="radio"]:not(:checked) + label:before {
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  width: 30px;
  height: 30px;
  background: #f8f8f8;
}
.plan-bx-main li:before {
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  background: url(../images/marketing/check-arrow.png) no-repeat center;
  left: 0;
  transform: translateY(-50%);
}

.plan-bx-main .btn-custom {
  border-radius: 50px;
  margin: 0 auto;
  width: 227px;
  text-align: center;
  border: 1px solid #dedede;
  background: transparent;
  color: #0e0d39;
  margin-top: 30px;
  font-weight: 400;
  padding: 0 20px;
  outline: none;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.solution-block {
  margin-bottom: 30px;
}

/* subscription css start*/