nav.navbar.validnavs.navbar-fixed.no-background{
    max-height: 100px;
}
.banner-form-card .banner-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    color: #f8f9fa;
    text-shadow: 2px 4px 7px #747272;
    margin-bottom: 20px;
}
.banner-form-card form {
    margin: 22px 0px;
}
.banner-form-card form .form-control {
    min-height: 50px;
    background: linear-gradient(#fff, #eee);
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px #bebebe;
}
.banner-form-card form .banner-coupon-btn {
	background: linear-gradient(#ef3f39, #f33f37);
	max-height: 50px;
	height: 80%;
	border-radius: 6px;
	min-height: 40px;
	padding: 14px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 18px;
	width: 90%;
	position: relative;
	overflow: hidden;
	max-width: 295px;
	margin-top: 10px;
}
  
.banner-form-card form .banner-coupon-btn input.submit-btn {
	border: 0;
	background: transparent;
	color: #fff;
	height: 100%;
	margin: 0;
	font-size: 19px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding-left: 16px;
	font-weight: 800;
	max-width: 300px;
	display: block;
}
  
.banner-form-card form .banner-coupon-btn:hover {
    box-shadow: 0 4px 10px #fff;
}
.banner-form-card form .banner-coupon-btn img.img-fluid {
    max-width: 40px;
    width: 100%;
    margin: 0;
    height: auto;
    position: absolute;
    right: 9%;
}
.banner-form-card form .two-grid-col {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 12px;
}
.hidden-mobile.contact-btns {
    display: inline-flex;
    width: 100%;
    grid-gap: 20px;
}
.hidden-mobile.contact-btns a.btn {
    margin: 0;
    max-width: 200px;
    width: 100%;
    min-height: 55px;
    max-height: 55px;
    height: 100%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: #1669ab;
    border: 0;
}
.hidden-mobile.contact-btns a.btn:hover{
    border:2px solid #064a80;
    color:#064a80;
    box-shadow: 2px 2px 5px #4089c3;
    background-color: #1669ab;
}
.hidden-mobile.contact-btns a.btn.call:hover{
    background: transparent;
    border:2px solid #227003;
    color:#227003;
    box-shadow: 2px 2px 5px #38ee5c;
}
.pricing-comparison .card {
    max-width: 75%;
    margin: 0 auto;
    border-radius:8px;
    border: 0;
}
.pricing-comparison .card .pricing-tbl thead th {
    font-size: 18px;
    padding: 10px 16px;
    background-color: #5138ee;
    color: #fff;
    font-weight: 400;
    border-right: 1px solid #abd7f7;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
}
.pricing-comparison .card .pricing-tbl thead th:first-child{
    text-align: left;
    border-radius: 5px 0 0 0;
}
.pricing-comparison .card .pricing-tbl thead th:last-child{
    border-radius: 0 5px 0 0;
    border: 0;
}
.pricing-comparison .card .pricing-tbl tbody td {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.pricing-comparison .card .pricing-tbl tbody td:first-child{
    border-radius: 0 0 0 5px;
}
.pricing-comparison .card .pricing-tbl tbody td:last-child{
    border-right: 0;
    border-radius: 0 0 5px 0;
}
.pricing-comparison .card .pricing-tbl tbody td h6, .pricing-comparison .card .pricing-tbl tbody td p {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 8px;
    line-height: 16px;
}
.gst-return-amt .tbl-end-bold {
	background-color: #5138ee;
}
.pricing-comparison .card .pricing-tbl tbody td.tbl-end-bold h6 {
	font-size: 20px;
	font-weight: 900;
	line-height: 26px;
	color: #fff;
    margin: 0;
    text-shadow: 0.02em 0.02em 0 #f8ce24, 0 0 0.5em #ee252a;
}
.pricing-comparison .card .pricing-tbl tbody td.tbl-end-bold h6 span {
	font-size: 22px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	line-height: 28px;
	font-family: 'open sans', sans-serif;
}
.pricing-comparison .card .pricing-tbl tbody td p{
    font-weight: 400;
}
.pricing-comparison .card .pricing-tbl tbody td .img-fluid {
    max-width: 36px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.feature-style-five.blue-bg {
    background: url('../img/banner/bg-heading2.jpg');
    background-position: 94% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 25px;
    border-radius: 15px;
    z-index: 1;
	background: #438cf2;
}
.feature-style-five.blue-bg h4 {
	color: #fad22c;
	font-size: 36px;
	line-height: 48px;
	text-shadow: 0 3px 5px #464646;
	font-weight: 900;
}
.feature-style-five.blue-bg h2 {
    color: #f8f8f8;
    line-height: 45px;
    font-size: 32px;
    text-shadow: 3px 3px 6px #000;
    /* -webkit-text-stroke: 0.05rem #1e1e1d; */
}
.feature-style-five.blue-bg p, .feature-style-five.blue-bg .feature-fact .fun-fact .medium {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding-right: 15px;
}
.feature-style-five.blue-bg .feature-fact .fun-fact .counter {
    color: #04e7af;
    justify-content: center;
}
.who-can-use-title {
    background: url('../img/banner/bg2a.jpg') no-repeat;
    background-size: cover;
    margin: 0 20px 60px;
    border-radius: 10px;
    background-position: 0 25%;
}
.who-can-use-title .site-heading {
    margin: 24px 0;
}
.who-can-use-title .site-heading h2{
    color: #141414;
}
.pricing-comparison {
    overflow: hidden;
}
.pricing-tbl .tbl-title p {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	font-weight: 700;
	color: #ffe300;
	text-align: center;
	text-shadow: 2px 4px 6px #000;
}
.pricing-tbl .tbl-title p span {
    font-size: 12px;
    font-weight: 500;
}
.pricing-tbl .tbl-data-count p {
	text-align: center;
	background: #5138ee;
	max-width: 30px;
	margin: 0 auto;
	border-radius: 50px;
	padding: 7px 8px;
	color: #fff !important;
	font-weight: 600 !important;
}
.who-can-use-title.overview {
	background: url('../img/banner/bg3a.jpg') no-repeat;
	background-size: 100%;
	padding: 10px 0;
	background-position: 0 65%;
}
.feature-style-five.blue-bg::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 12px;
	content: "";
	height: 95%;
	width: 94%;
	/* background: rgba(0, 0, 0, 0.2);  */
	z-index: -1;
	border-radius: 8px;
	margin: -1px;
}
.choose-us-area .item-box h2 span {
	color: #5138ee;
	font-size: 36px;
}
.faq-area .thumb::after {
	top: 50%;
	content: "?";
	height: auto;
	width: auto;
	border: 0;
	z-index: 1;
	font-size: 265px;
	color: #312b93;
	left: auto;
	right: 0;
}
.choose-us-area.steps {
	z-index: -2;
}
.choose-us-area.steps .info ul{
    overflow: visible;
}
.choose-us-area.steps .info ul li {
	position: relative;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
    border: 1px solid #5138ee;
}
.choose-us-area.steps .info ul li::after {
	content: '';
	background: #5138ee;
	position: absolute;
	right: -5px;
	width: 10px;
	height: 50px;
	border-radius: 4px;
	z-index: -1;
}
.choose-us-area.steps .info ul li i {
	background: #fff;
	padding: 12px;
	width: 46px;
	height: 46px;
	font-size: 22px;
	box-shadow: 0 0 5px #bebebe;
}
footer .f-items .f-item.about {
	padding-right: 15px;
    margin: 0;
}
.pricing-comparison .card .pricing-tbl .gst-return-amt .tbl-end-bold.highlighted {
	background:transparent;
	border-radius: 0;
    animation: background-bg 1s linear infinite alternate;
}
@keyframes background-bg{
    100%{background: #ffe300;}
}
.pricing-comparison .card .pricing-tbl .gst-return-amt .tbl-end-bold.highlighted h6 {
	color: #5138ee;
	text-shadow: 0.02em 0.02em 0px #5138ee, 1px 3px 0.2em #3c87c2;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.site-heading h2.img-heading {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 70%;
	line-height: 31px;
	text-shadow: 2px 3px 5px #000;
	border-radius: 10px;
	height: calc(100% - 60%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.site-heading h2.img-heading span {
	display: block;
	color: #ffe02c;
	font-size: 24px;
    line-height: 42px;
}
/* payment-gateway */
.infografic-heading {
	display: grid;
	place-items: center;
}
.infografic-heading .site-heading {
	margin: 12px;
	background: rgb(255, 255, 255, 0.5);
	border-radius: 100%;
	max-width: 300px;
	max-height: 300px;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	backdrop-filter: blur(50px);
    padding: 15px;
}
.infografic-heading .site-heading h2 {
	background-color: #fff;
	height: 100%;
	border-radius: 100%;
	display: grid;
	place-items: end;
	color: #040836;
	background: url(../img/banner/gateway.jpg)center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 55px;
	line-height: 40px;
}
.team-area .grid-image .payment-gateways {
	display: flex;
	flex-direction: column;
	grid-gap: 25px;
}
.team-area.default-padding.bottom-less {
	z-index: 1;
    background: url('../img/banner/payment-bg.jpg') center top no-repeat ;
    background-size: cover;
    padding: 100px 0;
}
.payment-gateways .payment-outline {
	position: relative;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 12px;
}
.payment-gateways .payment-card {
	display: flex;
	align-items: center;
}
.payment-gateways .payment-card .payment-icons {
	background: rgba(255, 255, 255, 1);
	padding: 12px;
	border-radius: 20px;
	position: absolute;
	left: -8px;
	transform: rotate(45deg);
	border:3px solid #e8edf1;
	backdrop-filter: blur(5px);
    transition: all 1.2s ease;
}
.payment-gateways .payment-outline:hover .payment-icons {
	box-shadow: 0 0 8px #767676;
	transform: rotate(405deg);
}

.payment-outline.even .payment-card {
	justify-content: right;
}
.payment-outline.even .payment-card .payment-icons {
	left: auto;
	right: -15px;
}
.payment-outline.even .payment-card h6 {
    text-align: left;
}
.payment-gateways .payment-outline .payment-card .img-fluid {
	max-width: 40px;
	width: 100%;
	transform: rotate(-45deg);
}
.payment-gateways .payment-card h6 {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 15px 6px;
	margin: 0;
    text-align: right;
    width: 100%;
}
.payment-gateways .payment-outline .payment-card::before {
	content: '';
	position: absolute;
	max-width: 10px;
	width: 100%;
	top: 50%;
	right: -8px;
	background: #5138ee;
	border-radius: 0 10px 10px 0;
	height: 44px;
	z-index: -1;
	transform: translate(-25%, -50%);
}
.payment-gateways .payment-outline.even .payment-card::before {
	right: unset;
	left: 0;
	transform: translate(-65%, -50%);
	border-radius: 10px 0 0 10px;
}
.feature-style-five .item i, .our-features-area .feature-items .item .icon > i{
    background: linear-gradient(60deg, #033c93 0%, #6a99f4 100%);
    -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.clients-style-one-box h3 {
	margin: 0 auto 15px;
	line-height: 55px;
	font-size: 46px;
	max-width: 95%;
}
.clients-style-one-box h3 strong {
	font-size: 56px;
}
.pricing-area .pricing-item {
	padding: 40px 30px;
    transition: 0.3s;
    height: 100%;
}
.pricing-area .pricing-item:hover{
    background-image: linear-gradient(60deg, #08e1b2 1%, #5a57fb 100%);
    transform:translateY(-3px);
}
.pricing-area .pricing-item:hover .pricing-title h3, .pricing-area .pricing-item:hover .price h2 , .pricing-area .pricing-item:hover ul li{
    color: #fff;
}
.pricing-area .pricing-item .pricing-title h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: var(--font-default);
	margin-bottom:5px;
	line-height: 32px;
    color: #464646;
}
.pricing-item .price h2 {
	font-size: 58px;
	color: #5138ee;
	line-height: 72px;
	margin: 0;
	font-family: var(--font-default);
}
.pricing-area .pricing-item ul li {
	border-bottom: solid 1px #e9ecef;
	margin-bottom: 10px;
	color: #767676;
}
.pricing-area .pricing-item .btn {
	margin: 25px 0 10px;
	padding: 10px 40px;
	color: #fff;
	border: 0;
    background: #040836;
    transition: 0.3s;
}
.pricing-area .pricing-item .btn:hover{
    transform: translateY(-3px);
}
.pricing-area .pricing-item .btn-theme-effect::after {
	top: -8px;
    background-image: linear-gradient(90deg, #08e1b2 1%, #5a57fb 100%);
}
.pricing-area .pricing-item:hover .btn, .pricing-area .pricing-item:hover .btn::after{
    background: #fff;
    border:0;
    color: #5138ee;
}
.clients-style-one-box h3 b {
	font-size: 56px;
	color: #ed192a;
}
.our-features-area .feature-items .single-item .item.service-banner h4 {
	font-weight: 900;
	color: #fff;
	font-size: 42px;
	text-shadow: 3px 5px 4px #000;
}
.our-features-area .feature-items .single-item .item.service-banner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.our-features-area .feature-items .single-item .item {
	padding: 60px 30px 40px;
	height: 100%;
}
.fun-factor-area .half-bg-top-gray {
	bottom: 0;
	z-index: -2;
	top: auto;
	background: #eaeff3;
}
.subscribe-area .subscribe-items .call-img {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 600px;
	left: 0;
	padding: 0;
	bottom: 0;
}
.subscribe-area .subscribe-items {
	overflow: visible;
	padding: 0;
}
.subscribe-area .subscribe-items .subscribe-contact-card {
	padding: 80px 50px;
	overflow: hidden;
}
nav.navbar ul.nav li .smooth-menu.trial-btn {
	background: linear-gradient(#ffb200, #ffb200);
	padding: 8px 18px;
	border-radius: 2px;
}
nav.navbar ul.nav li .smooth-menu.trial-btn:hover, nav.navbar ul.nav li .smooth-menu.trial-btn:focus{
	background: linear-gradient( #ffb200, #ffb200) !important;
}
.overview-area .item img {
	max-width: 250px;
	background: transparent;
	box-shadow: none;
}
.mfp-figure:after{
	background: transparent;
	box-shadow: none;
}
.overview-area .item .thumb .video-play-button {
	right: 38px;
}
.word-change {
	margin: auto;
	color: #ffb200;
	font-weight: 900;
	font-family: 'tahoma';
	text-shadow: 2px 4px 7px #747272;
	padding-left:0;
}
.verticle-dash{
	min-height:58px;
}
.verticle-dash::before {
	content: '';
	height: 46px;
	width: 46px;
	display:inline-block;
	top: 8px;
	animation: blink 0.5s alternate infinite;
	background: url('../img/icon/app/shopping.png')no-repeat center;
	background-size: cover;
}
@keyframes blink{
	25%{opacity: .8;}
	50%{opacity: .9;}
	100%{opacity: 1;}
}
.banner-form-card .banner-title .comp-name {
	color: #f8b205;
	font-size: 45px;
	font-family: 'tahoma', sans-serif;
}




