@media screen and (min-width: 992px){
	html {
		font-size: calc(100vw * 16 / 1500);
	}
	p,a{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	h1,.heading-one{
		font-size:5rem;
		line-height:5rem;
		letter-spacing:-0.05rem;

	}
	h2,.heading-two{
		font-size: 4.0625rem;
		line-height: 4.25rem;
		letter-spacing: -0.04063rem;
	}
	h3,.heading-three{
		font-size: 2.125rem;
		line-height: 2.4375rem;
		letter-spacing: -0.02125rem;
	}
	h4,.heading-four{
		font-size: 1.75rem;
		line-height: 2rem;
		letter-spacing: -0.0175rem;
	}
	h5{
		font-size: 1.5rem;
		line-height: 2.125rem;
	}

	.desk-logo{
		display:block;
	}
	.bad-mobile-header{
		display:none;
	}
	/* 	hedaer */
	.bad-desk-heder{
		display:flex;
		justify-content:space-between;
		align-items:center;
		border-bottom:0.5px solid #cfc8c95e;
		padding:1.875rem 0;
	}
	.bad-desk-heder .menu{
		display:flex;
		align-items:center;
		gap:2.188rem;
	}
	.bad-desk-heder .menu li{
		list-style:none;
	}
	.header_main{
		padding:unset;
		border:none;
	}
	.custom-logo{
		width:12rem;
		height:4.515rem;
		display:block;
	}
	.bad-footer-menu{
		flex-direction:row;
		gap:2.19rem;
		padding:1.56rem 0 2.81rem;
	}
	.bad-footer-logo img{
		width:16.55194rem;
		height:6.22713rem;
		aspect-ratio: 264.83/99.63;
	}
	.bad-footer-text p{
		font-size: 1.25rem;
		line-height: 2rem;
	}
	.bad-footer-text{
		padding-top:2.06rem;
	}
	.menu li a{
		color: var(--DarkGray);
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 2rem; 
		transition:all 0.5s ease;
	}
	.menu li a:hover{
		color:var(--Red);
	}
	div.bad-footer-arrow-row{
		justify-content:space-between;
	}
	div.bad-footer-arrow-row img{

	}
	.footer-section{
		padding:5.429rem 0 2.625rem;
	}
	.bad-footer-menu a{
		font-size: 1.625rem;
		line-height: 2rem;
		transition:all 0.5s ease;
	}
	.bad-footer-menu a:hover{
		color:var(--Red);
	}
	/* hero section */
	.bad-hero-main-section{
		max-width:53.1875rem;
	}
	.bad-hero-section-col{
		margin-left:10.75rem;
	}
	.bad-hero-grp h1{
		max-width:53.1875rem;
		padding-bottom:0.94rem;
	}
	.bad-none{
		display:block;
	}
	.bad-hero-download-row{
		gap:0.19rem;
	}
	.bad-hero-grp{
		padding:5rem 0 5.18rem;
	}
	.bad-hero-grp p{
		font-size: 1.625rem;
		line-height: 2rem; 
		max-width:41.99525rem;
		margin:auto;
		padding-bottom:1.95rem;
	}

	.bad-hero-btn a{
		color: var(--White);
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 2rem;
		padding:0.97rem 3.81rem 0.97rem 1.62rem;
		border-radius: 1.875rem;
		background: var(--DarkGray);
		position:relative;
		transition:all 0.5s ease;
		border:0.063rem solid var(--DarkGray);
		will-change:transform;
	}
	.bad-hero-btn a::after{
		position:absolute;
		content:'';
		background:url(/wp-content/themes/lumi-child/assets/icons/download.svg) no-repeat;
		background-size:100%;
		width: 1.46994rem;
		height: 1.3645rem;
		right:1.7rem;
		top:50%;
		transform:translatey(-50%);
		transition:all 0.5s ease;
		will-change:transform;
	}
	.bad-hero-btn a:hover{
		background-color:var(--White);
		color:var(--DarkGray);
		will-change:transform;
	}
	.bad-hero-btn a:hover::after{
		background:url(/wp-content/themes/lumi-child/assets/icons/balck-dow.svg) no-repeat;
		background-size:cover;
		transition:all 0.5s ease;
		will-change:transform;
	}
	.bad-hero-btn a::before{
		position:absolute;
		content:'';
		background:url(/wp-content/themes/lumi-child/assets/icons/playstore.svg) no-repeat;
		background-size:cover;
		width: 7.83581rem;
		height: 4.49963rem;
		left:15.5rem;
		top:50%;
		transform:translatey(-50%);
		transition:all 0.5s ease;
		will-change:transform;
	}
	.bad-hero-btn a:hover::before{
		background:url(/wp-content/themes/lumi-child/assets/icons/white.svg) no-repeat;
		background-size:100%;
		transition:all 0.5s ease;
		will-change:transform;
	}
	div.bad-fully-col{
		max-width:55.625rem;
	}
	.bad-spacer{
		height:9.375rem !important;
	}
	.bad-spacer-two{
		height:10rem !important;
	}
	.bad-fully-col h2{
		padding-bottom:1.56rem;
	}
	.bad-fully-col p{
		font-size: 2.25rem;
		line-height: 2.875rem;
		max-width:50.32196rem;
		margin:auto;
	}
	div.bad-mobile-app-main{
		grid-template-columns:minmax(22.20813rem, 1fr) minmax(28.625rem, 1fr) minmax(20.98281rem, 1fr);
		gap:2.67rem;
	}
	.custom-contaner{
		max-width:80.125rem;
	}
	.bad-main-mob-img img{
		width: 25.15638rem;
		height: 46.203rem;
		aspect-ratio: 49/90;
		max-width:fit-content;
	}
	.bad-book-col h3{
		font-size: 2.5rem;
		line-height: 2.125rem;
		width: 4.8015rem;
		height: 4.8015rem;
		margin-bottom:1.31rem;
	}
	.bad-sider-col img{
		margin-bottom:2.91rem;
		width: 2.25rem;
		height: 2.25rem;
		aspect-ratio: 1/1;
	}
	.bad-sider-col{
		padding:2.54rem 1.6rem 2.51rem 1.88rem;
	}
	.bad-book-col{
		align-items:end;
		justify-content:end;
		padding-bottom:2.81rem;
	}
	.bad-book-col p{
		text-align:end;
	}
	.bad-right-number{
		justify-content:start;
		align-items:start;
	}
	.bad-right-number p{
		text-align:start;
	}
	.bad-book-col h4{
		font-size: 1.5rem;
		line-height: 2.125rem;
		margin-bottom:0.62rem;
	}
	.bad-app-moblile{
		background: var(--lightrose);
	}
	.bad-how-it h2{
		padding-bottom:3.12rem;
	}
	div.bad-main-mob-img{
		margin:unset;
		max-width:unset;
	}
	div.bad-two-mobile-col{
		grid-template-columns:minmax(37.1875rem, 1fr) minmax(38.71969rem, 1fr);
		gap:0.94rem;
	}
	.bad-cta-section{
		padding:7.7rem 0 7.31rem 5.92rem;
		height:34.64013rem;
		position:relative;
		border-radius: 2.5rem;
	}
	.bad-image-two img{
		width: 38.71969rem;
		height: 46.82988rem;
		aspect-ratio: 148/179;
	}
	div.bad-image-two{
		position:absolute;
		right:-1.5rem;
		top:-8.7rem;
	}
	.bad-choose-bad-col p{
		padding-bottom:1.875rem;
		font-size: 1.625rem;
		line-height: 2rem; 
	}
	.bad-cta-spacer{
		height:13.16rem !important;
	}
	.bad-cta-br a{
		border:0.063rem solid var(--White);
	} 
	.bad-cta-br a::before{
		background: url(/wp-content/themes/lumi-child/assets/icons/border-med.svg) no-repeat;
		background-size: contain;
	}
	.bad-cta-br a:hover{
		border: 0.063rem solid var(--DarkGray);
	}
	.bad-cta-spacer-two{
		height:15.91rem !important;
	}
	div.bad-second-cta-main-col{
		grid-template-columns:minmax(37.1875rem, 2fr) minmax(29.43256rem, 1fr);
		gap:2.55rem;
	}
	.bad-second-cta img{
		width: 29.43256rem;
		height: 39.3605rem;
	}
	.bad-cta-second-one{
		height:unset;
		padding:4.78rem 3.24rem 4.4rem 5.52rem;
		border-radius: 2.5rem;
		position:relative;
	}
	.bad-second-cta{
		position:absolute;
		right:3.24rem;
		top:-6.563rem;
	}
	.bad-your-ride-col p{
		font-size: 1.625rem;
		line-height: 2rem;
		padding-bottom:1.63rem;
	}
	.spader-cta-secons-one{
		height:15.4rem !important;
	}
	.bad-our-partner-grp h2{
		padding-bottom:4.06rem;
	}
	.bad-ooredoo img{
		width: 12.91063rem;
		height: 4.6875rem;
		aspect-ratio: 206.57/75.00;
		margin-right:unset;
	}
	.bad-al img{
		width: 20.26588rem;
		height: 4.6875rem;
		aspect-ratio: 324.25/75.00;
		margin-right:unset;
	}
	.bad-waseef img{
		width: 4.70381rem;
		height: 4.6875rem;
		aspect-ratio: 75.26/75.00;
		margin-right:unset;
		margin-left:unset;
	}
	.bad-partners-icons{
		row-gap:4.25rem;
		column-gap:4.25rem;
	}
	.bad-aauto img{
		width: 13.13013rem;
		height: 4.6875rem;
		aspect-ratio: 210.08/75.00;
		margin-right:unset;
	}
	.bad-qnb img{
		width: 13.14925rem;
		height: 4.6875rem;
		aspect-ratio: 210.39/75.00;
	}
	.spader-partenr{
		height:12.31rem !important;
	}
	.bdg-swiper-button-next,
	.bdg-swiper-button-prev {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 2.45794rem;
		height: 1.34069rem;
	}
	.bdg-swiper-button-prev {
		left: -5rem; 
	}

	.bdg-swiper-button-next {
		right: -5rem; 
	}
	.bad-tesmotnail h2{
		max-width:38.25rem;
	}
	.bad-tesmotnail p:nth-child(2){
		max-width:34.25rem;
		font-size: 1.625rem;
		line-height: 2rem; 
	}
	.bdg-nav-arrows{
		display:block;
	}
	.bdg-nav-arrows-mob{
		display:none;
	}
	.bad-tesmotnail-main{
		padding:7.69rem 0;
	}
	.bad-tesmotnail-main>h2{
		padding-bottom:0.94rem;
	}
	.bad-tesmotnail-main h2{
		max-width:38.25rem;
		padding-bottom:0.94rem;
	}
	.bad-tesmotnail-main p:nth-child(2){
		max-width:34.28rem;
		font-size: 1.625rem;
		line-height: 2rem;
		padding-bottom:2.81rem;
	}
	.bdg-testimonial-card{
		padding:2.75rem 2.19rem;
		min-height:27.99969rem;
	}
	.bdg-testimonial-content p{
		padding:1.625rem 0 0.94rem;
		font-size: 1.625rem;
		line-height: 2rem;
	}
	.bdg-testimonial-name{
		font-size: 1.625rem;
		line-height: 2.125rem; 
	}
	.bad-cta-spacer-text{
		height:9.4rem !important;
	}
	.bdg-swiper-button-next svg, .bdg-swiper-button-prev svg{
		height: 2.45794rem;
		width: 1.34069rem;
	}
	.bdg-testimonial-slider-wrapper{
		max-width:74.375rem;
		margin:auto;
	}
	div.bad-desk-arrow{
		display:flex;
		justify-content:space-between;
	}
	div.bad-mobile-arrow{
		display:none;
	}
	.bad-our-value-grp{
		max-width:77rem;
	}
	.bad-value-text{
		padding-bottom:3.44rem;
		font-size: 1.625rem;
		line-height: 2rem;
		max-width:34.286rem;
		margin:auto;
	}
	.bad-sider-col h3{
		font-size: 1.5rem;
		line-height: 2.125rem; 
		padding-bottom:0.63rem;
	}
	.bad-sider-col p{
		padding-top:unset;
		line-height:1.875rem;
	}

	.bad-go-head{
		padding-bottom:4.06rem;
	}
	.bad-slider-conatner{
		max-width:74rem;
	}
	.bad-stress-head{
		padding-bottom:3.44rem;
	}
	.bdg-wrapper-inner{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		row-gap:1.88rem;
		column-gap:1.38rem;
	}
	.bdg-badrgo-card{
		width:26.14563rem;
	}
	.bdg-badrgo-thumbnail{
		padding:3.45rem 3.23rem;
		border-radius: 3.125rem;
		bottom:-0.325rem;
	}
	div.bdg-badrgo-thumbnail img{
		width: 19.6875rem;
		height: 9.57975rem;
		aspect-ratio: 224/109;
	}
	.bdg-badrgo-name{
		font-size: 1.75rem;
		line-height: 2rem; 
		letter-spacing: -0.0175rem;
		padding-bottom:0.625rem;
	}
	.bdg-badrgo-content p{
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	.bdg-content-wrapper{
		padding:1.26rem 2.8rem;
		border-radius: 1.25rem;
		min-height:8.644rem;
	}
	.badrgo-logo{
		width:12rem;
		height:4.515rem;
	}
	.bdg-nav-badrgos-arrows{
		display:none;
	}
	.bad-spacer-two-main{
		height:10.125rem !important;
	}
	.bad-spacer-two-sec{
		height:9.375rem !important;
	}
	.bad-arrow-slider{
		position:absolute;
		top:61%;
		width:100%;
	}
	.bad-arrow-center{
		position:relative;
	}
	.bad-arrow-right-mov{
		margin-right:-1rem !important; 
	}
	.bad-margin-arrow-left-mov{
		margin-left:-1rem !important; 
	}
	div.bad-desktop-nopne{
		display:flex;
	}
	.bad-desktop-nopne img{
		height: 2.45794rem;
		width: 1.34069rem;
	}
	.bad-display-none-mob{
		display:none;
	}
	.bad-stree-free p{
		font-size: 1.625rem;
		line-height: 2rem;
	}
	.bad-stree-free{
		width: 24.0625rem;
		min-height: 35.625rem;
		padding:2.96rem 1.79rem 0rem 2.01rem;
	}
	.bad-stree-free img{
		bottom:0;
	}

	.bad-train-one img{
		left:1.938rem;
	}
	.bad-smaple{
		padding-bottom:3.3rem;
	}
	.bad-last-row{
		display:none !important;
	}
	.bad-common{
		padding:1.93rem 1.48rem;
		width: 100%;
		min-height: 25.25rem;
	}
	.bad-first-col{
		padding:1.93rem 1.4rem;
	}

	.bad-common img{
		width: 4.30144rem;
		height: 4.34663rem;
		aspect-ratio: 68.82/69.55;
		margin-bottom:1.88rem;
	}
	.bad-common h3{
		font-size: 1.5rem;
		line-height: 2.125rem; 
		padding-bottom:0.63rem;
	}

	/* Desktop fallback layout */
	#last-sec .swiper-wrapper {
		display: grid !important;
		grid-template-columns:repeat(3, 1fr);
		gap:1.44rem !important;
		transform: none !important;
	}
	.bad-loram-grp{
		padding-bottom:8.52rem;
	}
	.bdg-popup-inner{
		padding:1.56rem 7.51rem;
		border-radius: 0 0 2.5rem 2.5rem;
		justify-content:space-between;
		min-height:8.16356rem;
	}
	.bdg-download-btn{
		padding:1.03rem 1.72rem 1.03rem 1.65rem;
		font-size: 1.625rem;
		gap:0.62rem;
		line-height: 2rem;
		border-radius:1.875rem;
		transition: all 0.5s ease;
		will-change:transform;
	}
	.bad-stree-free h3{
		padding-bottom:0.938rem;
	}
	.bad-red-text{
		font-size: 1.125rem;
		line-height: normal !important;
	}
	.bad-trafice img{
		top:unset;
	}

	.bad-common p{
		line-height:1.875rem;
	}
	.bdg-download-btn{
		border:1px solid var(--DarkGray);
	}
	.bdg-download-btn:hover{
		background-color: var(--White);
		color: var(--DarkGray);
		border:1px solid var(--DarkGray);
	}
	.bdg-download-btn:hover svg path{
		fill:black;
	}
	.bdg-download-btn svg{
		width: 1.46994rem;
		height: 1.3645rem;
		aspect-ratio: 23.52/21.83;
		transition: all 0.5s ease;
	}
	.bdg-popup-content img{
		width: 13.42563rem;
		height: 5.04163rem;
	}
	.bdg-popup-close svg, .bdg-popup-close img{
		width: 1.2295rem;
		height: 1.2295rem;
	}
	.bdg-popup-close{
		top:1.17rem;
		right:1.48rem;
	}
	.bad-con-img img{
		height: 2.45794rem;
		width: 1.34069rem;
	}
	.bad-arrow-right{
		margin-right: -2.063rem !important;
		margin-top: -22rem !important;
	}
	.bad-arrow-left  {
		margin-left: -2.163rem !important;
		margin-top: -22rem !important;
	}
	.bdg-floating-btn a::after {
		width: 1.46994rem;
		height: 1.3645rem;
		aspect-ratio: 23.52/21.83;
		background:url(/wp-content/themes/lumi-child/assets/icons/download.svg) no-repeat;
		background-size:contain;
	}
	.bdg-floating-btn a{
		font-size: 1.625rem;
		line-height: 2rem;
		border-radius: 1.875rem 0 0 1.875rem;
		padding:0.97rem 1.62rem 0.97rem 1.62rem;
	}
	.bdg-floating-btn {
		right:0;
		top:75%;
		height:3.9375rem;
		display:block;
		width:unset;
		left:unset;
	}
	.bdg-floating-btn a:hover {
		background-color: var(--White);
		color: var(--DarkGray);
		border:1px solid var(--DarkGray);
	}
	.bdg-floating-btn a:hover::after{
		background: url(/wp-content/themes/lumi-child/assets/icons/balck-dow.svg) no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
	}
	.bad-background{
		background-size: 90%;
		background-position: 77% center;
		margin-top:2.81rem;
	}
	.bad-partners-icons figure img {
		filter: grayscale(100%);
		transition: filter 0.5s ease;
	}

	.bad-partners-icons figure img:hover {
		filter: grayscale(0%);
	}
	.bad-how-para{
		max-width:20rem;
	}
	/* 	slider images */
	.bad-train-one img{
		width:24.063rem;
		height:19.063rem;
	}
	.bad-trasn-two img{
		width:20.5rem;
		height:18.438rem;
		left:unset;
	}
	.bad-trasin-three img{
		width:24.063rem;
		height:27.063rem;
	}
	.bad-four{
		padding-right:1.438rem;
		padding-left:1.875rem;
	}
	.bad-four img{
		width: 28.63rem;
		height: 16.145rem;
	}
	.bad-five img{
		height:20.005rem;
		width:18.2rem;
		left:2.875rem;
	}
	.bad-six img{
		height: 18.198rem;
		width: 22.227rem;
		left: 2rem;
		bottom: 0;
	}
	.bad-siven img{
		height: 16rem;
		width: 19.077rem;
		bottom: 0px;
		left: 1.313rem;
	}
	.bad-eight img{
		height: 11.605rem;
		width: 13.147rem;
		left: 2.375rem;
	}
	#Badrgo-Experience,#How-it-Works,#Our-Values-Vision
	,#stress-free-life{
		scroll-margin-top: 14rem;
	}
	/* version two */
	.bad-container-slider{
		max-width:80.563rem;
	}
	div.bad-fully-trusted{
		grid-template-columns:minmax(36.313rem, 1fr) minmax(46.983rem, 2fr);
		gap:0;
		padding-top:unset;
	}
	.bad-version-head{
		max-width:unset;
	}
	.bad-version-para{
		max-width:unset;
	}
	.dab-heading h1{
		text-align:left;
		padding:9.25rem 0 1.25rem 0;
	}
	.dab-heading p{
		text-align:left;
		padding-bottom:2.188rem;
	}
	.bad-image img{
		width:46.983rem;
		height:28.603rem;
		margin:4.625rem 0 0 -3.375rem;
	}
	.bad-version-bg{
		padding-bottom:6.5rem;
	}
	div.bad-none-desk{
		display:block;
	}
	.bad-gro-car-grp{
		max-width:61.25rem;
	}
	.bad-exp-col{
		justify-content: center;
		flex-wrap: wrap !important; 
		row-gap: 1.41rem;
		flex-direction:row;
		column-gap: 1.04rem;
		padding-bottom:0.625rem;
	}
	.bad-express{
		max-width:19.705rem !important;
		flex-basis:unset !important;
		padding:unset !important;
	}
	div.bad-ver-exp{
		padding:2.71rem 2.66rem;
		border-radius: 1.875rem;
		margin-bottom:-0.188rem;
	}
	.bad-ver-exp img{
		width: 14.38581rem;
		height: 7rem;
	}
	.bad-veri-contetn h3{
		font-size: 1.625rem;
		line-height: 2rem;
		letter-spacing: -0.01625rem;
		padding-bottom:0.125rem;
	}
	.bad-veri-contetn{
		padding:0.82rem 2.2rem;
	}
	.bad-veri-contetn p{
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	.bad-gro-car-grp h2{
		padding-bottom:2rem;
		padding-top:2.5rem;
	}
	.bad-secon-version-main{
		padding-bottom:6.71rem;
	}
	.bad-slider-conatner h1{
		padding-bottom:2.94rem;
	}
	.bad-mobile-wrap{
		gap:0.938rem;
	}
	.bad-version-two{
		padding-top:3.44rem;
	}
	.bad-fully-bg-grp{
		padding:unset;
	}
	div.bad-fully-version-main{
		max-width:78.25rem;
		grid-template-columns:minmax(40.229rem, 2fr) minmax(33.862rem, 1fr);
		gap:4.063rem;
	}
	.bad-fully-bg-grp h2,.bad-fully-bg-grp p{
		text-align:left;
	}
	.bad-fully-bg-grp h2{
		padding-bottom:1.25rem;
	}
	.bad-full-col{
		padding-top:12.75rem;
	}
	.bad-mobile-circle-bg img{
		width:33.862rem;;
		height:34.98rem;
	}
	div.bad-mobile-circle-bg{
		margin-top:8rem;
	}
	.bad-fully-bg-grp p{
		font-size: 2rem;
		line-height: 2.625rem;
	}
	.bad-testmornal-verion{
		padding-top:6.25rem;
		max-width:79.99938rem;
	}
	div.bad-version-testmornal{
		grid-template-columns:repeat(3, 1fr);
		max-width:79.999rem;
	}
	.bad-version-test-col{
		padding:4.47rem 2.09rem;
	}
	.bad-version-test-col img{
		width:9.33rem;
		height:1.535rem;
		margin-bottom:1.9rem;
	}
	.bad-version-test-col h3{
		font-size: 1.625rem;
		line-height: 2.125rem;
		padding-top:0.94rem;
	}
	.bad-version-test-col p{
		font-size: 1.625rem;
		line-height: 2rem;
	}
	.bad-testmornal-verion h2{
		padding-bottom:3.56rem;
	}
	.bad-verion-mob-bg-col{
		padding-top:2.52rem;
	}
	.bad-verion-hed h2{
		padding-bottom:2rem;
	}
	.bad-verion-pt{
		padding:0.82rem 2.1rem;
	}
	.bad-version-head-sl h3{
		line-height:2.438rem;
	}
	.bad-col-verion-mob-th h5{
		font-size: 1.625rem;
		line-height: 2.125rem;
	}
	.bad-version-mi h2{
		padding-bottom:2.94rem;
	}
	.bad-version-bg .swiper-wrapper{
		gap:0 !important;
	}
	.bad-version-bg .swiper-slide{
		max-width:81.25rem !important;
		height:fit-content !important;
		margin-right:1px !important;
	}
	.bad-version-bg {
		background: linear-gradient(180deg, #FFF 17.46%, #FFD7DC 278.26%);
	}

	.custom-arrow-container{
		max-width:86.056rem;
	}
	.bad-version-arrow-row img{
		height: 2.458rem;
		width: 1.341rem;
	}
	.bad-arrow-two-img img{
		height: 2.458rem;
		width: 1.341rem;
	}
	.bad-mobile-home{
		padding-bottom:8.27rem;
	}
	.bad-stree-flex .bad-stree-free{
		width:25.831rem !important;
	}
	.version-two-arrows.custom-arrow-container{
		top:50%;
		position:absolute;
	}
	.home-version-two #Badrgo-Experience, .home-version-two #How-it-Works, .home-version-two #Our-Values-Vision, .home-version-two #stress-free-life{
		scroll-margin-top: 5rem; 
	}
	.bad-reach-text{
		padding-right:3rem;
	}
	.slider-width img{
		aspect-ratio:unset;
		width: 23.50356rem;
		height: 31.88206rem;
		margin-top:3.813rem;
		object-fit:contain;
		margin-left:0.5rem;
	}

	.bad-verion .bad-book-col{
		padding-bottom:1.563rem;
	}
	.bad-verion .bad-book-col h3{
		width: 3.46325rem;
		font-size: 2rem;
		line-height: 2.125rem;
		height: 3.46325rem;
		margin-bottom:0.938rem;
	}
	.bad-verion .bad-col-verion-mob-th h4{
		margin-bottom:0.313rem;
		font-size: 1.625rem;
		line-height: 2.125rem; 
	}
	div.bad-verion{
		grid-template-columns:minmax(22.20813rem, 1fr) minmax(21.50356rem, 1fr) minmax(22.20813rem, 1fr);
		gap:5.31rem;
	}
	.bad-hero-home-col{
		padding-bottom:8.27rem;
	}
	.bdg-badrgo-card{
		padding:unset !important;
	}
	.bad-max-test{
		max-width:81.25rem !important;
	}
	.bdg-hero-video-blk video{
		width:28.625rem;
		height:44.625rem;
	} 
	/* end	 */

}
@media screen and (min-width: 1600px){
		.version-two-arrows.custom-arrow-container{
		top:35% !important;
	}
}


