
.brand-sec {
	background: rgb(255,245,244);
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 245, 244) 100%);
}

.bg-white {
	background: #fff;
}

.feat-name {
	background: rgb(247,0,208);
	background: linear-gradient(90deg, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 28%, rgba(243,91,73,1) 53%, rgba(248,174,69,1) 76%, rgba(118,185,149,1) 100%);
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	padding: 6px 15px;
	border-radius: 50px;
	margin-bottom: 1.2rem;
	letter-spacing: 1px;
}


.modal-content .popup-content p {
    color: var(--dc-secondary);
}

.feat-img {
	flex: 0 0 45%;
	max-width: 45%;
}

.feat-cnt {
	flex: 0 0 50%;
	max-width: 50%;
}

.feat-cnt ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
}

.feat-cnt ul li {
	flex: 0 0 33.33%;
	max-width: calc(33.33% - 10px);
	text-align: center;
	padding: 0 40px;
}

.feat-cnt h3 + p {
	margin: 20px 0;
}

.features-sec {
	padding: 100px 0;
}

.feat-img.order-2 {
	order: 2;
	text-align: right;
}

.feat-cnt.order-1 {
	order: 1;
}

.feat-cnt ul li p.font-sm {
	line-height: 23px;
	margin-top: 10px;
	font-weight: 500;
}

.feat-cnt ul li .feat-icon {
	min-height: 70px;
	display: flex;
	align-items: flex-end;
}

.feat-cnt ul li .feat-icon img {
	display: block;
	margin: 0 auto 10px;
}

.main-ft-cnt {
	text-align: center;
	max-width: 880px;
	margin: 0 auto 50px;
}

.main-ft-cnt p {
	margin: 10px 0;
}

.main-ft-cnt a {
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
}

.main-ft-cnt a:hover{
	    color: var(--dc-primary) !important;
}

.in-person-sec {
	padding: 100px 0 150px;
}


.host-ete {
	background: rgb(247,0,208);
	background: linear-gradient(0deg, rgb(247, 0, 208) 0%, rgb(255, 31, 47) 28%, rgb(242, 83, 73) 53%, rgb(255, 169, 63) 76%, #77b995 100%);
	padding: 50px;
	justify-content: space-around;
}

.hq-box-left {
	flex: 0 0 45%;
	max-width: 45%;
}

.hq-box-right {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
}

.hq-box-left p {
	margin: 20px 0;
}

.have-question {
	padding-top: 120px;
	position: relative;
	z-index: 1;
}

.hq-box-right img {
	margin-top: -140px;
}

.host-ete .hq-box-left .feat-name {
	background: var(--dc-primary);
}

.live-ete {
	background: var(--dc-primary);
	margin-top: 50px;
	padding: 80px 0 80px;
}

.live-ete .hq-box-right img {
	margin-top: -210px;
}

.hq-box-right.order-2 {
	order: 2;
}

.what-have {
	background: #FEA340;
	background: -webkit-linear-gradient(0deg, rgb(247, 0, 208) 0%, rgb(255, 31, 47) 28%, rgb(242, 83, 73) 53%, rgb(255, 169, 63) 76%, #77b995 100%);
	background: -moz-linear-gradient(0deg, rgb(247, 0, 208) 0%, rgb(255, 31, 47) 28%, rgb(242, 83, 73) 53%, rgb(255, 169, 63) 76%, #77b995 100%);
	background: linear-gradient(0deg, rgb(247, 0, 208) 0%, rgb(255, 31, 47) 28%, rgb(242, 83, 73) 53%, rgb(255, 169, 63) 76%, #77b995 100%);
	padding: 80px 0rem;
	position: relative;
	margin-top: 30px;
}

.wh-box {
	background: #fff;
	border-radius: 30px;
	padding-bottom: 10px;
	flex: 0 0 calc(25% - 12px);
	max-width: calc(25% - 12px);
	z-index: 1;
}

.wh-row {
	gap: 15px;
	position: relative;
}

.wh-box img {
	display: block;
	margin: 0px auto 0;
}

.what-have h2 {
	margin-bottom: 40px;
}

.what-blend {
	position: absolute;
	top: -60%;
	z-index: 0;
	left: 3%;
	max-width: 120px;
}

.wh-box a {
	padding: 0 0px 0px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}

.head-banner .container-fluid {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}

.main-banner.head-banner {
	background-color: var(--dc-primary);
	color: #fff;
	background-image: url(../images/new/bg.png);
	background-position: bottom left;
	background-size: 100% auto;
	padding: 120px 0 80px;
	background-repeat: no-repeat;
	position: relative;
}

.main-banner.head-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 20px;
    background: #fff5f4;
}

.head-banner .banner-cnt {
	flex: 0 0 50%;
	max-width: 50%;
}

.head-banner .banner-img {
	flex: 0 0 35%;
}

.head-banner .d-flex {
	gap: 80px;
}

.head-banner .banner-cnt .h2 {
	font-weight: normal;
	margin-bottom: 10px;
}

.head-banner .banner-cnt h1 {
	margin-bottom: 15px;
}

.main-blend {
	position: absolute;
	right: 0;
	bottom: -19%;
	z-index: 1;
}

.partner-logo{  justify-content: flex-start!important;}
.partner-logo li:last-child{margin-left: 2rem; max-width:20%; flex:0 0 20%; display:block!important;}
.partner-logo li:last-child::before{ height:100%; width:2px; background-color: #fff; position: absolute; left:-20px; top:0; content: '';}


/* choose-cashless CSS */

.choose-cashless {
	padding: 120px 0;
}

.cc-box {
	flex: 0 0 48%;
	max-width: 48%;
	background: #fff;
	padding: 40px 25px;
	border-radius: 20px;
	margin-bottom: 50px;
}

.cc-flex {
	flex-wrap: wrap;
}

.cc-hd {
	max-width: 51vw;
	margin: 0 auto 30px;
}

.cc-hd h2 {
	margin-bottom: 15px;
}

.choose-cashless .container{ 
	position:relative;
}

.choose-cashless h2 {
	text-align: center;
	color: var(--dc-primary);
	padding-bottom: 15px;
	max-width: 63vw;
	margin: 0 auto;
}

.choose-cashless p {
	max-width: 100%;
	color: var(--dc-secondary);
}

.choose-cashless .cc-hd p {
	text-align: center;
	color: var(--dc-white);
	max-width: 1000px;
	margin: 0 auto;
}

.choose-cashless .row { 
	justify-content:space-between;
} 

.choose-cashless .power-item {
	background: #fff;
	border-radius: 2rem;
	padding: 2rem 1.5rem;
	z-index: 1;
	position: relative;
	height: 100%;
	min-height: 441px;
}

.power-item h3 span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 12px 12px 0px 12px;
	background: var(--dc-primary);
	padding: 4px 8px;
	margin-left: -3px;
	display: inline-block;
}

.power-item h3 {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	color: var(--dc-primary);
}

.choose-cashless .power-item:before {
    background: radial-gradient(circle, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 15%, rgba(242,83,73,1) 25%, rgba(255,169,63,1) 35%, rgba(172,241,183,1) 45%, rgba(95,233,255,1) 55%, rgba(0,0,255,1) 75%);
    content: '';
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    display: block;
    margin-left: auto;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
}
 
.choose-cashless .choose-slider{
    padding-bottom: 30px;
}

.choose-cashless .slick-slide {
    padding: 0 15px;
}

.choose-cashless .icon {
    margin-bottom: 12px;
}

.power-item a {
	color: var(--dc-primary);
	font-weight: 500;
	font-size: 18px;
	display: flex;
	align-items: flex-end;
	gap: 6px;
	display: inline-block;
	margin-top: 15px;
}

.awarded {
	padding: 120px 0 0;
}

/* End choose-cashless CSS */

.upper-footer {
	padding: 80px 0;
	background: rgb(243,91,73);
	background: linear-gradient(0deg, rgba(243,91,73,1) 0%, rgba(248,174,69,1) 50%, rgba(118,185,149,1) 100%);
}

.upper-footer .uf-left {
	flex: 0 0 50%;
	max-width: 50%;
}

.upper-footer .uf-right {
	flex: 0 0 40%;
	max-width: 40%;
}

.uf-right .grad-list {
	background: var(--dc-primary);
	color: #fff;
	padding: 60px 50px;
	border-radius: 40px;
}

.uf-right .grad-list li {
	padding-bottom: 1.2rem;
}

.uf-right .grad-list li:last-child {
	padding-bottom: 0rem;
}

.uf-left p {
	margin-bottom: 20px;
	font-weight: normal;
}

.uf-left h2 {
	margin-bottom: 5px;
}

.uf-left .inline-btn {
	margin-top: 30px;
	display: flex;
	gap: 12px;
}

.explore-more {
	margin: 30px auto 0;
}


.testi-slider {
	max-width: 1000px;
	margin: 0 auto;
}

.testi-left {
	flex: 0 0 33%;
	max-width: 33%;
}

.testi-right {
	flex: 0 0 64%;
	max-width: 64%;
}

.testi-right h3 {
	margin: 10px 0 20px;
}

.testi-right .testi-name {
	font-weight: 600;
	margin: 20px 0 8px;
}

.testimonials {
	padding: 120px 0;
}

.testimonials .slick-prev.slick-arrow {
	margin-left: -70px;
}

.testimonials .slick-next.slick-arrow {
	margin-right: -70px;
}


@media(max-width: 1440px){
.choose-cashless p {
	min-height: 210px;
}
.feat-cnt ul li {
	padding: 0 10px;
}
.live-ete {
	padding: 70px 0 70px;
}
.main-blend {
	max-width: 20vw;
}
.main-banner.head-banner {
	padding: 100px 0 110px;
}
}

@media(max-width: 1280px){
.main-banner.head-banner {
	padding: 60px 0 150px;
}


}

@media(max-width:991px){
.head-banner .banner-img {
	flex: 0 0 35%;
	display: none;
}
.head-banner .banner-cnt {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding: 0 30px;
}
.head-banner .banner-cnt .partner-logo {
	justify-content: center !important;
}
.feat-box .d-flex.justify-content-between {
	flex-direction: column;
	gap: 50px;
}
.feat-img {
	order: 1 !important;
	text-align: right;
	flex: 0 0 100%;
	max-width: 100%;
}
.feat-cnt {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
}
.wh-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.wh-box {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.what-blend {
	top: -23%;
}
.hq-box.d-flex.align-items-center.justify-content-between {
	flex-direction: column;
}
.hq-box-right {
	flex: 0 0 100%;
	max-width: 100%;
}
.hq-box-left {
	flex: 0 0 100%;
	max-width: 100%;
}

.live-ete .hq-box-right.order-2 {
	order: 1;
}

.live-ete .hq-box-left {
	order: 2;
}

.live-ete .hq-box-right img {
	margin-top: -150px;
}
.upper-footer .container.d-flex.justify-content-between.align-items-center {
	flex-direction: column;
	gap: 50px;
}
.upper-footer .uf-left {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}
.upper-footer .uf-right {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
.uf-left .inline-btn {
	margin-top: 30px;
	display: flex;
	gap: 12px;
	justify-content: center;
}
.testimonials .d-flex.justify-content-between.align-items-center {
	flex-direction: column;
}
.testimonials .slick-prev.slick-arrow {
	margin-left: 40px;
}
.testimonials .slick-next.slick-arrow {
	margin-right: 40px;
}


}


@media(max-width:767px){
.main-banner.head-banner {
	padding: 60px 0 60px;
}

body #fc_frame {
    bottom: 65px !important;
    right: 0px !important;
}



.main-banner.head-banner:after{
	display: none;
}

.partner-logo {
	flex-wrap: wrap;
	padding:15px 0px;
	gap: 0.3rem;
}

.partner-logo li {
	position: relative;
	order: 2;
	flex: 0 0 15%;
	max-width:15%;   
}

.partner-logo li:last-child {
	margin-left: 0rem;
	order: 1;
	flex: 0 0 100%;
	max-width:100%;
	text-align: center;
}

.partner-logo li:last-child .g2-img1 {
	max-width: 150px;

}

.partner-logo .google-rating:before {
	padding-top: 15%;
}    

.partner-logo li:last-child:before {
	display: none;
}


.partner-logo li.google-rating-circel .dimension-img:before {
	padding-top:20%;
}    

.cc-hd {
	max-width: 100vw;
}

.choose-cashless h2 {
	max-width: 100vw;
	width: 100%;
}
.choose-cashless p {
	min-height: 130px;
}
.choose-cashless .power-item {
	min-height: 401px;
}
.choose-cashless {
	padding: 60px 0;
}
.main-blend {
	max-width: 32vw;
	bottom: -11%;
}
.in-person-sec {
	padding: 10px 0 80px;
}
.feat-cnt ul li {
	flex: 0 0 50%;
	max-width: calc(50% - 10px);
	text-align: center;
}
.hq-box-right img {
	margin-top: -80px;
}
.host-ete {
	padding: 50px 10px;
}
.features-sec {
	padding: 50px 0;
}
.live-ete .hq-box-right img {
	margin-top: -120px;
	margin-bottom: 40px;
}
.what-blend {
	display: none;
}
.wh-box {
	flex: 0 0 100%;
	max-width: 100%;
}
.what-have {
	padding: 60px 0rem;
}
.awarded {
	padding: 30px 0 0;
}
.testimonials {
	padding: 60px 0 140px;
}
.testimonials .slick-next.slick-arrow {
	left: calc(50% + 10px);
	position: absolute;
	bottom: -70px;
	top: auto;
}
.testimonials .slick-prev.slick-arrow {
	margin-left: 40px;
	position: absolute;
	top: auto;
	bottom: -70px;
	right: calc(50% + 10px);
	left: auto;
}
.testi-left {
	flex: 0 0 50%;
	max-width: 50%;
}
.testi-right {
	flex: 0 0 100%;
	max-width: 100%;
}
.uf-left .inline-btn {
	flex-direction: column;
}
.uf-right .grad-list li {
	padding-bottom: 0;
}

.explore-more{
	gap: 12px;
	display: flex;
	flex-direction: column;
}

}