.widget-giff-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px;
	border-radius: 8px;
	background: #471967 url(https://img.smartspends.com/static/images/home/crackers.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.giif-etm-represent .widget-giff-title {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding-left: 72px;
	position: relative
}

.giif-etm-represent .widget-giff-title:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 46px;
	width: 56px;
	background: url(https://img.smartspends.com/static/images/home/candle-left.svg);
	background-repeat: no-repeat
}

.giif-etm-represent span.text-giif {
	font-size: 16px;
	line-height: 20px;
	display: block
}

.giif-etm-represent .cta-check {
	color: var(--black90);
	font-weight: 600;
	padding: 4px 12px;
	width: 109px;
	height: 28px;
	background: #d0b250;
	box-shadow: 0 0 14px rgba(0, 0, 0, .25);
	border-radius: 24px
}

.giif-etm-represent .cta-check:hover {
	color: var(--black90)
}

@media(min-width:992px) {
	.dropdown-header {
		display: block;
		padding: 3px 20px;
		font-size: 12px;
		line-height: 1.42857143;
		color: #777;
		white-space: nowrap
	}
}

@media(max-width:991px) {
	.widget-giff-content {
		padding: 13px 16px;
		display: block;
		background: #471967 url(https://img.smartspends.com/static/images/home/crackers-candle-mb.svg) no-repeat 100%
	}

	.giif-etm-represent .widget-giff-title {
		font-size: 12px;
		line-height: 16px;
		padding-left: 0
	}

	.giif-etm-represent span.text-giif {
		font-size: 14px;
		line-height: 18px
	}

	.giif-etm-represent .widget-giff-title:before {
		left: auto;
		right: 0;
		display: none
	}

	.widget-giff-cta {
		margin: 12px 0 6px
	}

	.giif-etm-represent .cta-check {
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
		color: #d0b250;
		background: 0 0;
		border: 1px solid #d0b250
	}

	.giif-etm-represent .cta-check:hover {
		color: #d0b250
	}

	.ctaStarted {
		color: #fff;
		margin: 0 auto 30px
	}
}
.countrySec .wrapper {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map-section {
    position: relative;
}
.map-section img {
    height: auto;
}
.users-location {
    position: absolute;
    left: 24%;
    top: 4%;
    width: 30px;
    height: 30px;
    background: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}
.user-all-info {
    display: none;
    position: absolute;
    bottom: 35px;
    left: -20px;
    padding: 16px;
    width: 282px;
    background:#f9f9fc;
    /* box-shadow: 0 0 12px rgba(0, 0, 0, .1); */
    border-radius: 8px;
    transition: all .5s;
    z-index: 9;
    border: 1px solid #1137BE33
}
.user-all-info p {
    font-size: 16px;
    line-height: 20px;
    color: var(--black60);
}
.user-location-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 26px;
}
.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 12px;
    display: none;
}
.user-personal-info {
    font-size: 14px;
    line-height: 18px;
    color: var(--black90);
    font-weight: 600;
}
.users-location:hover {
    background: rgba(0,192,114,.2);
    border: 2px solid var(--primary-green);
}
.users-location:hover .user-all-info {
    display: block;
}
.user-personal-info span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: var(--black40);
    font-weight: 400;
}
.users-location-1:after, .users-location-1:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	/* background: #00b852; */
	border-radius: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background-image:url('/assets/img/home/testimonials/testi-1.png');
}
.users-location-2:after, .users-location-2:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35px;
	height: 35px;
	/* background: #00b852; */
	border-radius: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background-size:cover;
	border:1px solid #b9bdd8;
	background-image:url('/assets/img/home/testimonials/satish-chandra-verma.png');
}
.users-location-3:after, .users-location-3:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	/* background: #00b852; */
	border-radius: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background-size:cover;
	border:1px solid #b9bdd8;
	background-image:url('/assets/img/home/testimonials/harmeet-singh-wazir.png');
}
.users-location-4:after, .users-location-4:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	/* background: #00b852; */
	border-radius: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background-image:url('/assets/img/home/testimonials/testi-4.png');
}
.users-location-5:after, .users-location-5:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35px;
	height: 35px;
	/* background: #00b852; */
	border-radius: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background-size:cover;
	border:1px solid #b9bdd8;
	background-image:url('/assets/img/home/testimonials/ashish-tripathi.png');
}
.users-location-6:after, .users-location-6:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	/* background: #00b852; */
	border-radius: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background-image:url('/assets/img/home/testimonials/ajay-kumar.png');
}
.user-all-info:after{
	width:15px;
	height:15px;
	background:#000;
}