* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}

.main-title h2 {
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
}
.main-title .subtitle {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  margin: 20px 0 0;
}
.main-title h2 .dot {
 	background-color: #00aade;
 	width: 15px;
 	height: 15px;
 	border-radius: 50%;
 	display: inline-block;
}
.main-title h3 .dot {
  background-color: #f27a51;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

/*Navigation css*/
.navbar-toggler:focus {
  outline: none;
  outline: none;
}
.main-header .navbar-brand img {
	height: 60px;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(249 153 120);
}
.btn.btn-nav {
	background-color: transparent;
  border: 2px solid rgb(52 114 186);
  color: rgb(51 116 187);
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
}
.btn.btn-nav:hover {
	background-image: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);
	color: #fff;
}
.form-control {
	box-shadow: none;
	border-radius: 4px;
}	
.navbar {
	background: #fff;
	padding-left: 16px;
	padding-right: 16px;
	/*border-bottom: 1px solid #dfe3e8;*/
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	border-radius: 0;
}
.nav-link img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: -8px 0;
	float: left;
	margin-right: 10px;
}
.navbar .navbar-brand {
	padding-left: 0;
	font-size: 20px;
	padding-right: 50px;
}
.navbar .navbar-brand b {
	color: #5c6ac4;		
}
.navbar .form-inline {
	display: inline-block;
}
.navbar .navbar-nav {
	position: relative;
}
.navbar a, .navbar a:active {
	color: #333;
	font-size: 15px;
	background: transparent;
}
.search-box {
	position: relative;
}	
.search-box input {
	padding-right: 35px;
	border-color: #dfe3e8;
	border-radius: 4px !important;
	box-shadow: none
}
.search-box .input-group-text {
	min-width: 35px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	z-index: 9;
	padding: 7px;
	height: 100%;
}
.search-box i {
	color: #a0a5b1;
	font-size: 19px;
}
.navbar .btn-primary, .navbar .btn-primary:active {
	color: #fff;
	background: #5c6ac4 !important;
	padding-top: 8px;
	padding-bottom: 6px;
	border-radius: 4px;
	vertical-align: middle;
	border: none;
	min-width: 120px;
	margin: 2px 0;
}
.navbar .btn-primary:hover, .navbar .btn-primary:focus {		
	color: #fff;
	background: #5765c1 !important;
}
.navbar .action-buttons .dropdown-toggle::after {
	display: none;
}
.search-box .btn span {
	transform: scale(0.9);
	display: inline-block;
}
.navbar .nav-item i {
	font-size: 18px;
}
.navbar .dropdown-item i {
	font-size: 16px;
	min-width: 22px;
}
.navbar .dropdown-menu {
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .navbar-nav .dropdown-menu a {
	padding: 8px 20px;
	line-height: normal;
}
.navbar .navbar-form {
	border: none;
}
.navbar .navbar-form-wrapper {
	padding: 0 15px;
}
.navbar .login-form label {
	color: #888;
	font-weight: normal;
}
.navbar .dropdown-menu.login-form {
	width: 280px;
	padding: 20px;
	left: auto;
	right: 0;
	font-size: 14px;
}
.navbar .navbar-nav .dropdown-menu.login-form a {
	padding: 0 !important;
	color: #5c6ac4;
	font-weight: normal;
}
.navbar .navbar-nav .dropdown-menu.login-form a:hover{
	text-decoration: underline;
}
.navbar .dropdown-menu.login-form .checkbox-inline {
	margin-top: 10px;
}
@media (max-width: 1200px){
	.membership_mid_content {
    flex-direction: column;
  }
  .membership-feature-inner.inner-1:after,
  .membership-feature-inner.inner-2:after,
  .membership-feature-inner.inner-3:after,
  .membership-feature-inner.inner-4:after,
  .membership-feature-inner.inner-5:after,
  .membership-feature-inner.inner-6:after {
    display: none;
  }
}



@media (min-width: 992px) and (max-width: 1200px) {
	.navbar a {
		font-size: 14px;
	}
}

@media (max-width: 991px){
	.navbar-toggler-icon i {
		color: #3553a4;
	}
	.navbar .navbar-nav {
    position: relative;
    background-image: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);
    padding: 15px;
    border-radius: 10px;
	}
	.navbar a, .navbar a:active {
    color: #fff;
	}
	.btn.btn-nav {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
    width: 100%;
	}
	.navbar .dropdown-menu.login-form {
		width: 100%;
		padding: 10px 15px;
		background: transparent;
		border: none;
	}
	.navbar .form-inline {
		display: block;
	}
	.navbar .input-group {
		width: 100%;
	}
	.navbar .navbar-nav .btn-primary, .navbar .navbar-nav .btn-primary:active {
		display: block;
	}
	.main-title h2 {
		font-size: 2rem;
		line-height: 35px;
	}
}

/*********Navigation css Ends***********/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 80px 0;
  background-color: #f3f5fa;
  position: relative;
  z-index: 9;
}

.about .content h3 {
  font-size: 17px;
  color: #2c4964;
  font-weight: normal;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.read-more {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  transition: 0.5s;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);
  /*background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);*/
  position: relative;
}
.read-more:hover {
	color: #fff;
	text-decoration: none;
}
.read-more img {
  width: 16px;
}
/*.about .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}*/

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.about .card{
  border: none;
}
.about .card .card-body {
  box-shadow: 0px 10px 10px 20px rgba(176, 184, 214, 0.09), 10px 10px 15px -5px #b0b8d6;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
.about .img-fluid {
  max-width: 210px;
  height: auto;
  width: 100%;
}

/*Content text banner top css*/
.content-banner {
  padding: 300px 0;
  position: relative;
}

.banner-img  {
  text-align: center;
  width: 78vh;
  min-width: 720px;
  max-width: 880px;
  pointer-events: none;
  /*background: red;*/
  padding: 60px 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: 87px;
  /*transition: 2s linear;*/  
}

.arrow-down {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
  z-index: 99;
}
.arrow-down i {
  box-shadow: 0px 2px 5px #ddd;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);
  /*background:  url(../../assets/images/hero-bg.jpg) center center no-repeat;*/
  color: #fff;
  font-size: 22px;
}
.content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-text {
  text-shadow: 0 4px 10px rgba(0,0,0,.1);
  display: inline-block;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 7rem;
  color: #fff;
  cursor: default;
  position: relative;
  -webkit-text-stroke: 1px #A2B2DB;
}
.content-text:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  bottom: 30px;
  left: auto;
  right: -18px;
}

.content-text.green-dot:after {
  background: #1bb1ce;
}
.content-text.yellow-dot:after {
  background: #fff35a;
}

.content-text.lightred-dot:after {
  background: #ff8686;
}
.content-text.blue-dot:after {
  background: #00aade;
}
.content-text.darkblue-dot:after {
  background: #0031ff;
}
.content-text.orange-dot:after {
  background: #f27a51;
}
.content-text.green-dot:after {
  background: #6afbcf;
}
.content-text.purple-dot:after {
  background: #5f5bf3;
}
.content-text.red-dot:after {
  background: #ff4a3b;
}

@media (max-width: 991px) {
	.content-box {
		display: none;
	}
	.banner-img img {
		width: 100%;
		max-width: 200px;
		margin-top: 15px;
	}
	.arrow-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	}
	.main-title h2 .dot {
		display: none;
	}
}
@media (max-width: 320px) {
	.dm-width {
    width: 100%;
    margin: 0 auto;
	}
}

/**********Ends*********/




/*Shop page css*/

.shop-container{
	flex-shrink: 0;
  background-color: #fff9f6;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 0 140px;
  z-index: 8;
}
.shop-img img {
	width: 100%;
}
.shop-content {
	display: flex;
  width: 830px;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
.shop-content-inner {
  display: flex;
  justify-content: center;
  width: 320px;
}

/*Ends*/


/*Our partners*/

.ourpartner-container {
	padding: 150px 0px;
  position: relative;
  /*z-index: -1;*/
}
.partner-img {
  display: none;
}
.partner-img img {
	width: 100%;
	width: 350px;
}

.common-btn {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: linear-gradient(171.69deg,#47b2e4 -2.39%,#007bff 85.82%);
  box-shadow: 0 2px 4px rgba(251,161,106,.2);
  border-radius: 55px;
  height: 60px;
  text-decoration: none;
  padding: 0 30px;
  z-index: 5;
  transition: all .15s linear;
  box-sizing: border-box;
}
.faq-section .accordion-list a.common-btn {
	display: flex;
	font-size: 15px;
}
.faq-section .accordion-list a.common-btn span{
	color: #fff;
	font-size: 15px;
}
.common-btn:hover {
   transform: scale(1.05);
   color: #fff;
   text-decoration: none;
}
.common-btn.arrow {
    padding: 0 80px 0 30px;
}
.common-btn img {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 24px;
  box-sizing: border-box;
  background: linear-gradient(171.69deg,#47b2e4 -2.39%,#007bff 85.82%);
  box-shadow: 0 2px 4px hsla(0,0%,100%,.5);
  border-radius: 50px;
}
.ourpartner-content .btn-container {
	margin-top: 45px;
}


.shops-bubbles-container {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.shops-bubbles-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 240px;
}
.shop-bubble-wrapper {
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform: scale(0);
}


/**Membership flow***/
.membership-flow {
	color: #fff;
  font-size: 14px;
  background-color: #f3f5fa;
  /*background-image: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);*/
  /*background: url("../../assets/images/hero-bg.jpg") center center no-repeat;*/
  background-size: cover;
	position: relative;
	padding: 100px 0px;
	/*background: rgb(179,206,246);
	background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);*/
  z-index: -1;
}
.membership_mid_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.membership-flow .container {
	position: relative;
}
.membership-flow .main-title h2 {
	color: #000;
} 

.membership-flow .main-title .subtitle {
	color: #333;
}
.membership-feature {
	/*position: absolute;*/
	text-align: center;
	transition: all .2s linear;
  margin-top: 30px;
}
.membership_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.membership-feature-inner {
  position: relative;
}
.membership-feature-inner.inner-1 img {
  max-width: 200px;
}
.membership-feature-inner.inner-2 img {
    max-width: 245px;
}
.membership-feature-inner.inner-3 img {
    max-width: 240px;
}

.membership-feature-inner.inner-4 img {
  max-width: 200px;
}
.membership-feature-inner.inner-5 img {
    max-width: 245px;
}
.membership-feature-inner.inner-6 img {
    max-width: 240px;
}
.membership-feature-inner.inner-1, 
.membership-feature-inner.inner-2,
.membership-feature-inner.inner-3,
.membership-feature-inner.inner-4,
.membership-feature-inner.inner-5,
.membership-feature-inner.inner-6 {
  position: relative;
}
.membership-feature-inner.inner-1:after {
  position: absolute;
  top: 123px;
  right: -127px;
  content: url(../../assets/images/arrow-left-1.png);
}
.membership-feature-inner.inner-2:after {
  position: absolute;
  top: 60px;
  right: -98px;
  content: url(../../assets/images/arrow-left-2.png);
}
.membership-feature-inner.inner-3:after {
  position: absolute;
  top: 32px;
  right: -134px;
  content: url(../../assets/images/arrow-left-3.png);
}
.membership-feature-inner.inner-4:after {
  position: absolute;
  top: 120px;
  left: -135px;
  content: url(../../assets/images/arrow-right-1.png);
}
.membership-feature-inner.inner-5:after {
  position: absolute;
  top: 65px;
  left: -112px;
  content: url(../../assets/images/arrow-right-2.png);
}
.membership-feature-inner.inner-6:after {
  position: absolute;
  top: 29px;
  left: -136px;
  content: url(../../assets/images/arrow-right-3.png);
}


.membership_content p {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}
.membership_content.c_left_1 {
  margin-left: 4px;
}
.membership_content.c_left_1 img {
  width: 30px;
  text-align: left;
  display: flex;
}
.membership_content.c_left_2 img {
  width: 70px;
  display: flex;
  margin-left: 20px;
}
.membership_content.c_left_3 img {
  width: 75px;
  display: flex;
  margin-left: 25px;
}
.membership_content.c_right_2 img {
  width: 75px;
  display: flex;
  margin-left: 25px;
}
.membership_content.c_right_3 img {
  width: 60px;
  display: flex;
  margin-left: 35px;
}
.membership_content img {
  margin-bottom: 10px;
}
.membership-feature-inner img{
  max-width: 80%;
  height: auto;
}
.membership-feature h4 {
  font-size: 2rem;
  color: #fff;
}

.membership-feature.store {
	top: 375px;
  left: 40px;
}
.membership-feature.cash {
	top: 210px;
  right: 40px;
}
.membership-feature.spread {
	top: 565px;
  right: 120px;
}
.membership-feature i {
  background: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0 6px #d46f4d;
  margin-bottom: 15px;
}
.membership-feature.store i {
	color: #E91E63;
}
.membership-feature.cash i {
	color: #2196F3;
}
.membership-feature.spread i {
	color: #4CAF50;
}

/*Secure and Privacy*/
.secure-private {
  padding: 10px 0px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.secure-btns {
	margin-top: 20px;
}
.secure-img img {
	width: 100%;
}
.btn.btn-secure {
	background: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);
  border: none;
  padding: 8px 15px;
  border-radius: 100px;
  margin-right: 15px;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  transition: all .2s linear;
}
.btn.btn-secure:hover {
	background-color: #fba16a;
	color: #fff;
}

@media (max-width: 991px) {
	.membership-feature {
		position: unset;
		margin-bottom: 25px;
	}
	.secure-img {
		padding-top: 30px;
	}
}





/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-section {
	background-color: #f3f5fa;
	padding: 10px 0px;
  position: relative;
  z-index: 9;
}
.faq-section .content {
  padding: 60px 100px 0 100px;
}

.faq-section .content h3 {
  font-size: 34px;
  color: #37517e;
}

.faq-section .content h4 {
  font-size: 20px;
  margin-top: 5px;
}

.faq-section .content p {
  font-size: 15px;
  color: #848484;
}

.faq-section .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.faq-section .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq-section .accordion-list li + li {
  margin-top: 15px;
}

.faq-section .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.faq-section .accordion-list a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-right: 0px;
  outline: none;
  text-decoration: none;
  color: #000;
}
.faq-section .accordion-list a.read-more {
	color: #fff;
}
.faq-section .accordion-list span {
  color: #1564b1;
  font-size: 18px;
  padding-right: 10px;
}

.faq-section .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-section .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq-section .accordion-list .icon-show {
  display: none;
}

.faq-section .accordion-list a.collapsed {
  color: #343a40;
}

.faq-section .accordion-list a.collapsed:hover {
  color: #265ba9;
  text-decoration: none;
}

.faq-section .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq-section .accordion-list a.collapsed .icon-close {
  display: none;
}
.faq-img img {
	width: 100%;
}

@media (max-width: 1024px) {
  .faq-section .content, .faq-section .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .faq-section .img {
    min-height: 400px;
  }
  .faq-section .content {
    padding-top: 30px;
  }
  .faq-section .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .faq-section .img {
    min-height: 200px;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
  position: relative;
  z-index: -1;
}
.features .feature-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
  box-shadow: 0 12.4462px 93.3467px rgba(26,60,68,.08);
  animation: moveAnim 1s linear infinite alternate;
  width: 15.33%;
  margin-bottom: 15px;
}

.features .icon-box  img.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes moveAnim {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(12px);
    }
}



@keyframes popAnim {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.25, 0.6, 0.45, 1);
    }

    0% {
        transform: scale3d(1, 1, 1);
    }

    10% {
        transform: scale3d(0.98, 0.98, 0.98);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}


.features {
	padding: 0 0 100px;
}
.features .icon-box img {
	width: 80%;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #4638c7;
}

.features .icon-box:hover h3 a {
  color: #5fcf80;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #eee;
  border-top-color:  #0095c9;

  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: url("../../assets/images/hero-bg.jpg") center center no-repeat;
  background-size: cover;
  z-index: 9;
  position: relative;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer-links img.footer-logo {
	width: 100px;
	margin-bottom: 20px;
}
#footer .footer-top .footer-links ul.app-btns {
	padding: 20px 0px;
	transition: 0.3s;
}
#footer .footer-top .footer-links ul.app-btns li a {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 15px 20px;
  border-radius: 100px;
  text-align: center;
}
#footer .footer-top .footer-links ul.app-btns li a:hover {
  background: linear-gradient(to right, #3553a4, #096ab5, #0080c1, #0095c9, #02a9cd);
  color: #fff;
  box-shadow: 0px 2px 5px #0e67b3;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 0px 10px;
  
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #5846f9;
}

#footer .copyright-wrap {
  border-top: 1px solid #4baeca;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}



@media (max-width: 992px) {
	.social-links {
		justify-content: center;
	}
	.ourpartner-container, .membership-flow, .secure-private, .faq-section, .features, .about {
    padding: 50px 0px;
	}
	.content-banner {
    padding: 320px 0;
	}
	.features .icon-box {
		width: 33.33%;
	}
}

@media (max-width: 640px) {
  .about .content h3 {
    font-size: 16px;
    color: #2c4964;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
	#footer .footer-top .footer-links ul li {
    padding: 0px 5px;
	}
	#footer .footer-top .footer-links ul.app-btns li a {
		padding: 15px 10px;
	}
}