:root{
	--green:#1DB954;
	--light-green:#90ee90;
	--black:#130f40;
	--light-color: #666;
	/* border: 1rem solid rgba(0, 0, 0, .1);  */
	background-color: white;
	box-shadow: 0 .5rem rgba(0, 0, 0, .1);
}

*{
	font-family: 'Poppins', sans-serif;
	Margin:0px; 
	padding: 0px;
	box-sizing: border-box;
	outline: none; 
	border: none;
	text-decoration: none;
	transition: all .2s linear;
}

html{
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-padding-top: 7em ;
	scroll-behavior: smooth;
}

.header{
	background-color: black;
	position: fixed;
	z-index: 999;
	top: 0; left: 0; right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 2%;
	color: white;
}

.header p{
	font-size: 3em;
	/*color: #1DB954;*/
	color: #fff;
	padding-left: 15px;
	font-weight: 600;
}

.header p img{
	font-size: 3em;
	/*color: #1DB954;*/
	color: #fff;
	width: 45%;
}

.header .navbar1 a{
	padding-left: 5px;
	padding-right: 30px;
	font-size: 2em;
	font-weight: 600;
	color: #ffffff;
}

.header .navbar1 {
	padding: 0px;
	width: 100%;
	padding-right: 0px;
	/* font-size: 2em; */
	font-weight: 600;
	color: #ffffff;
}


ul, #myUL {
	list-style-type: none;
}
  
#myUL {
	margin: 0;
	padding: 0;
	font-size: 2em;
	display: inline-block;
	font-weight: 600;
	padding: 0px 20px 0px 10px;
}
  
#myUL li{
	margin: 0;
	color: #ffffff;
}

#myUL li span {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
  
.nested {
	font-size: 0.5em;
	display: none;
	position: fixed;
	border-radius: 20px;
	color: #fff;
	background-color: rgb(56, 54, 54);
	padding: 10px 0px 10px 10px;
	margin-top: 10px;
}

.nested li {
	font-size: 1em;
	font-weight: 600;
	padding: 10px 0px 10px 10px;
}
   
.nested a li :hover{
	color: #1DB954 ;
}

.active {
	display: block;
}

.btn{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 5rem;
	background:#90ee90;
	color: black;
	font-weight: 600;
	font-style: bolder;
	font-size: 1.3rem;
	cursor: pointer;
	padding: 1.2rem 2rem;
}

.btn:hover{
	color: antiquewhite ;
}

.navbar1 a:hover{
	color: #1DB954 ;
}

.header .login-btn a {
	font-size: 1.2em;
	color: black;
	margin: 0px 2px 0px 2px;
	text-align: left;
	justify-content: left;
}

.header .login-btn i{
	font-size: 2.2em;
	cursor: pointer;
	display: none;
}

.login-btn button{
	border-radius: 50px;
	border: none;
	width: fit-content;
	height: 36px;
	font-weight: 600;
	margin: 0px 10px 0px 5px;
	padding: 1rem 2rem;
	text-align: left;
	justify-content: left;
}

.login-btn a:hover{
	color: #fff ;
}

#page-header .headerbody{
	font-family: 'dancing script', cursive;
}

#menu-btn{
	font-size: 2.5rem;
	color:var(--light-color);
	cursor: pointer;
	display: none;
}

.header.active{
	box-shadow: var(--box-shadow);
	padding: 3rem 9%;
}

/* login area */
.login-form-container{
	position: fixed;
	top: -105%; left: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background: rgba(228, 223, 223, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.login-form-container.active{
	top: 0;
	opacity: 1;
}

.login-form-container form{
	padding: 2em;
	margin: 2em;
	border-radius: 1em;
	font-size: 1.3em;
	box-shadow: var(--box-shadow);
	border: var(--border);
	background: rgb(245, 238, 238);
	text-align: center;
	width: 40rem;
}

.login-form-container form .button{
	display: flex;
	align-items: center;
	gap: 1em;
}

.login-form-container form .btn{
	display: block;
	width: 100%;
	margin: 0.8rem 0;
}

.login-form-container form h3{
	color: var(--black);
	font-size: 2rem;
	padding: 1em;
	text-transform: uppercase;
}

.login-form-container form .box{
	margin: 1rem 0;
	width: 94%;
	text-transform: none;
	color: var(--black);
	padding: 2rem 1.2rem;
	border: var(--border);
	border-radius: .5rem;
}

.login-form-container form p{
	padding: 1rem 0;
	font-size: 1.5rem;
	color: var(--light-color);
}

.login-form-container form p a{
	padding: 1rem 0;
	font-size: 1.5rem;
	color: var(--#1DB954);
	text-decoration: underline;
}

.login-form-container #close-login-form{
	position: absolute;
	top: 6.5rem; right: 2.5rem;
	font-size: 5rem;
	color: var(--black);
	cursor: pointer;
}

.button btn{
	border-radius: 50px;
	border: none;
	width: 100px;
	height: 36px;
	font-weight: 600;
	margin: 0px 10px 0px 0px;
	text-align: center;
	justify-content: center;
}

/* provider login starts */
.login-form-container11{
	position: fixed;
	top: -105%; left: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background: rgba(228, 223, 223, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.login-form-container11.active{
	top: 0;
	opacity: 1;
}	

.login-form-container11 form{
	padding: 2em;
	margin: 2em;
	border-radius: 1em;
	font-size: 1.3em;
	box-shadow: var(--box-shadow);
	border: var(--border);
	background: rgb(245, 238, 238);
	text-align: center;
	width: 40rem;
}

.login-form-container11 form .button{
	display: flex;
	align-items: center;
	gap: 1em;
}

.login-form-container11 form .btn{
	display: block;
	width: 100%;
	margin: 0.8rem 0;
}

.login-form-container11 #close-login-form11{
	position: absolute;
	top: 6.5rem; right: 2.5rem;
	font-size: 5rem;
	color: var(--black);
	cursor: pointer;
}

.login-form-container11 form h3{
	color: var(--black);
	font-size: 2rem;
	padding: 1em;
	text-transform: uppercase;
}

.login-form-container11 form .box11{
	margin: 1rem 0;
	width: 94%;
	text-transform: none;
	color: var(--black);
	padding: 2rem 1.2rem;
	border: var(--border);
	border-radius: .5rem;
}

.login-form-container11 form p{
	padding: 1rem 0;
	font-size: 1.5rem;
	color: var(--light-color);
}

.login-form-container11 form p a{
	padding: 1rem 0;
	font-size: 1.5rem;
	color: var(--#1DB954);
	text-decoration: underline;
}

.button11 btn11{
	border-radius: 50px;
	border: none;
	width: 100px;
	height: 36px;
	font-weight: 600;
	margin: 0px 10px 0px 0px;
	text-align: center;
	justify-content: center;
}

.login-form-container11 #close-login-form11{
	position: absolute;
	top: 6.5rem; right: 2.5rem;
	font-size: 5rem;
	color: var(--black);
	cursor: pointer;
}
 /* provider login ends */

.headings{
	text-align: center;
	padding-bottom: 4rem;
	padding-top: 11rem;
	font-size: 4.8rem;
	color: white;
	background-color: black;
}

.services .services-slider{
	padding-bottom: 5rem;
	background-color: black;
	height: 41rem;
}

.services .services-slider .box{
	text-align: center;
}

.services .services-slider .box img{
	width: 100%;
	border-radius: 30px;
	opacity: .5;
	transform: scale(.8);
}

.services .services-slider .box .content{
	transform: scale(0);
	padding-top: 1rem;
	color: white;
}

.services .services-slider .box .content h2{
	color: white;
	font-size: 2.5rem;
}

.services .services-slider .box .content .price{
	color: var(--#1DB954);
	font-size: 1.5rem;
	font-weight: bolder;
}

.services .services-slider .swiper-slide-active img {
	opacity: 1;
	transform: scale(1);
}

.services .services-slider .swiper-slide-active .content{
	transform: scale(1);
}

.swiper-pagination-bullet{
	color: white;
	background-color: #fff;
}
.swiper-pagination-bullet-active{
	color: white;
	background-color: #fff;
}

.swiper-button-next{
	color: white;
  }

.swiper-button-prev{
	color: white;
}

.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 4rem;
}

.middle-page{
	width: 100%;
	padding: 7rem  0rem 7rem 0rem;
	display: flex;
	background-color: rgb(255, 255, 255);
}

.textheader .firstheader{
	font-weight: bolder;
	font-size: 4rem;
	width: 100%;
}

.textheader .firstheader p{
	font-size: 1.8rem;
	font-style: italic;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 100%;
}

.middle-page .textheader{
	font-size: 2.3rem;
	width: 40%;
	margin: 0rem 6rem 0rem 20rem;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.btnx{
	display: inline-block;
	margin-top: 2rem;
	border-radius: 5rem;
	background:#90ee90;
	color: black;
	font-weight: 600;
	font-style: bolder;
	font-size: 1.4rem;
	cursor: pointer;
	padding: 1rem 2rem;
}

.btnx i{
	color: black;
	font-weight: 600;
	font-style: bolder;
	font-size: 1.3rem;
}

.btnx1{
	display: inline-block;
	border-radius: 5rem;
	color:  var(--text-color);
	font-weight: 600;
	font-style: bolder;
	width: fit-content;
	font-size: 1.7rem;
	cursor: pointer;
	font-size: 2rem;
	margin-top: 7rem;
	margin-left: 0rem;
}

.btnx1 i{
	color: var(--text-color);
	font-weight: 600;
	font-style: bolder;
	font-size: 2.5rem;
	/* float: top; */
	border-right:2px solid rgb(255, 255, 255);
	padding-right: 3rem;
	padding-left: 3rem;
}

.btnx2{
	display: inline-block;
	border-radius: 5rem;
	color:  var(--text-color);
	font-weight: 600;
	font-style: bolder;
	width: fit-content;
	font-size: 1.7rem;
	cursor: pointer;
	margin-top: 7rem;
	padding-left: 2rem;
}

.btnx2 i{
	color: var(--text-color);
	font-weight: 600;
	font-style: bolder;
	font-size: 2.5rem;
	/* border-right:2px solid rgb(255, 255, 255); */
}
	
.middle-page .Quapp{
	width: 50%;
	border-radius: 30px;
}

.middle-page .Quapp img{
	width: 65%;
    height: 85%;
	border-radius: 30px;
	margin: 0rem ;
	border-radius: 30px;
	justify-content: center;
	text-align: center;
}

.middle-page .Quappx img{
	width: 40rem;
	height: 48rem;
	margin: 0rem 10rem 0rem 1rem;
	border-radius: 30px;
	justify-content: center;
	text-align: center;
}

.textx{
	font-size: 2.5rem;
	width: 70%;
	padding: 18px 0px 0px 0px;
	text-transform: none;
	font-style: bolder;
	font-family: serif;
}

.textx h6{
	padding: 1px 0px 7px 0px;
}

.textx p{
	font-size: 15px;
	padding: 1px 0px 10px 0px;
	font-style: unset;
	font-size: 1.45rem;
	line-height: 20px;
}

.textx1{
	font-size: 1.9rem;
	display: inline-block;
	width: 70%;
	padding: 18px 0px 0px 0px;
	text-transform: none;
	font-style: bolder;
	font-family: serif;
}

.incomingside{
	display: flex;
	width: 100%;
	background-color: black;
}

.incomingside .questpad-image{
	width: 40%;
	justify-content: center;
	margin: 8rem 0rem 0rem 15rem;
}

.incomingside .questpad-image img{
	width: 80%;
    height: 85%;
	border-radius: 30px;
}

.incomingside .marktext{
	width: 43%;
	color: white;
	padding: 20rem 10rem 0rem 0rem;
	font-size: 5.3rem;
}

.incomingside .marktext h6 a{
	color: #1DB954;
	padding-left: 5px;
	font-size: 20px;
}

.incomingside .marktext h6 :hover{
	text-decoration: underline;
}

.download0x{
	display: inline-block;
	width: 100%;
}

.download1{
	width: 45%;
	padding-top: 30px;
	display: inline-block;
}

.download2{
	width: 43%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2rem;
	display: inline-block;
}

.download1 img{
	width: 93%;
	display: inline-block;
	padding-top: 30px;
	vertical-align: bottom;
}

.download2 img{
	width: 80%;
	padding-top: 30px;
	display: inline-block;
}

.photo1 img{
	width: 80%;
	height: 35rem;
	margin: 5rem 10rem 0rem 13rem;
	border-radius: 30px;
	justify-content: center;
	text-align: center;
}

.headings1{
	text-align: left;
	padding-bottom: 5rem;
	padding-top: 5rem;
	padding-left: 13rem;
	font-size: 3rem;
	color: black;
	font-size: bolder;
}

.headings1 p{
	text-align: left;
	padding-bottom: 1rem;
	padding-top: 2rem;
	padding-left: 1px;
	font-size: 2rem;
	color: black;
	width: 85%;
	line-height: 30px;
}

.headings1 a{
	text-align: left;
	padding-bottom: 3rem;
	padding-top: 2rem;
	padding-left: 1px;
	font-size: 1.5rem;
	color: black;
}

.headings1 h6 :hover {
	text-decoration: underline;
	list-style: armenian;
}

.mainservice1{
	display: inline-block;
	width: 100%;
	height: 68rem;
	padding: 2rem 3%;
	margin: 50px 0px 0px 0px;
	background-color: black;
}

.headings2{
	text-align: left;
	padding-top: 7rem;
	padding-left: 13rem;
	color: rgb(255, 255, 255);
	/* background-color: var(--second-color); */
}

.headings2 h3{
	font-size: 4.5rem;
	padding-bottom: 0rem;
}

.headings2 p{
	text-align: left;
	padding-bottom: 3rem;
	padding-top: 2rem;
	font-size: 2rem;
	color: rgb(255, 255, 255);
	width: 100%;
	line-height: 30px;
}

section{
	position: relative;
	margin: 0px;
	transition: 0.5s ease;
	width: 100%;
	float: right;
	vertical-align: top;
}

.main-contentx{
	position: relative;
}

.tab-nav-barx{
	position: relative;
	margin: 30px 10px 0px 0px;
	justify-content: left;
	align-items:left;
}

.nav-navigationx{
	position: relative;
	display: flex;
	justify-content: left;
	align-items:left;
	max-width: fit-content;
	margin: 0px auto;
}

.tab-menux{
	color: var(--text-color);
	list-style-type: none;
	background-color: white;
	max-width: 800px;
	padding: 10px;
	white-space: nowrap;
	border-radius: 50px;
	box-shadow: var(--box-shadow);
	overflow-x: auto;
	user-select: none;
	scroll-behavior: unset;
}

.tab-menux .draggingx{
	scroll-behavior: unset;
	cursor: grab;
}

.tab-menux::-webkit-scrollbar{
	display: none;
}

.tab-btnx{
	color: var(--text-color);
	display: inline-block;
	font-size: 2em;
	font-weight: 400;
	margin: 0px 2px;
	padding: 10px 20px;
	border-radius: 30px;
	cursor: pointer;
	user-select: none;
	transition: 0.3s ease;
}

.tab-menux .draggingx .tab-btnx{
	pointer-events: none;
}

.tab-btnx:hover{
	background: var(--third-color);
}

 .tab-menux .tab-btnx.active{
	background: #1DB954;
}

.iconx #leftx, #rightx{
	position: absolute;
	color: var(--text-color);
	font-size: 1.8em;
	padding: 10px;
	cursor: pointer;
}

.iconx #leftx{
	left: 0%;
	top: 20%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	display: none;
	background: linear-gradient(to left, transparent, var(--first-color) 0%);
}

.iconx #rightx{
	right: 0;
	top: 20%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: linear-gradient(to left, transparent, var(--first-color) 0%);
}

/* tab content */
.tab-contentx{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}

.tabx{
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	max-width: 1100px;
	padding: 15px 50px;
	transform: translateX(25px);
	content-visibility: hidden;
	opacity: 0;
}

.tabx.active{
	transform: translateX(0);
	content-visibility: visible ;
	opacity: 1;
	transition: 1s ease;
}

.tabx .rowx{
	width: 100%;
	display: grid;
	justify-content: center;
	align-items: center;
	margin: 0px 0;
	gap: 30px;
}

.tabx .img-cardx{
	position: relative;
	width: 500px;
	max-width: 550px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: var(--box-shadow);
}

.tabx .img-cardx img{
	width: 45rem;
	height: 30rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px;
	gap: 30px;
	border-radius: 20px;
}

.right-columnx{
	max-width: 800px;
}

.signin1{
	display: flex;
	background-color: #ffffff;
	padding: 8rem 0rem 10rem 0rem;
	width: 100%;
}

.signin1 span{
	font-size: 5rem;
	margin: 5rem 0rem;
	padding: 6rem 0rem 0rem 13rem;
	width: 33%;
}

.sigin-user{
	color: rgb(0, 0, 0);
	font-size: 2rem;
	margin: 0rem 0rem 0rem 10rem;
	padding: 1rem 1rem;
	width: 65rem;
}

.signin-provider {
	color: rgb(0, 0, 0);
	font-size: 2em;
	margin: 0rem 10rem 0rem 10rem;
	padding: 1rem 1rem;
	width: 65rem;
}

.renderer{
	background-image: url(../pictures/questlogo\ \(121\).png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #dfdbdb;
	display: flex;
	color: rgb(0, 0, 0);
	width: 100%;
	height: 30rem;
	border-radius: 30px;
	/* opacity: .9; */
	/* transform: scale(.9); */
	padding: 22.5rem 0rem 0rem 1.5rem;
	margin-top: 5rem;
}

.renderer img{
	width: 20%;
	height: 5rem;
	padding-right: 1rem;
	margin: 0rem;
}

.renderernote{
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	font-style: bolder;
	width: 55%;
	padding-top: 0.9rem;
	padding-left: 2rem;
}

.renderernote p{
	font-size: 1.3rem;
	font-weight: 100;
	color: #000000;
	width: 100%;
	padding: 0rem;
	margin: 0rem;
}

.renderget{  
	width: 30%;
	padding-top: 1rem;
}

.renderget a i {
	border-radius: 5rem;
	color:  black;
	font-weight: 600;
	font-style: bolder;
	width: fit-content;
	font-size: 1.7rem;
	cursor: pointer;
	font-size: 2rem;
	padding-right: 1.5rem;
}

.innovative{
	background-image: url(../pictures/questlogo\ \(151\).png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #dfdbdb;
	display: flex;
	color: rgb(0, 0, 0);
	width: 100%;
	height: 30rem;
	border-radius: 30px;
	/* opacity: .9; */
	/* transform: scale(.9); */
	padding: 22.5rem 0rem 0rem 1.5rem;
	margin-top: 5rem;
}

.innovative img{
	width: 20%;
	height: 5rem;
	padding-right: 1rem;
	margin: 0rem;
}

.innovativenote{
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	/* font-style: bolder; */
	width: 55%;
	padding-top: 0.9rem;
	padding-left: 1rem;
}

.innovativenote p{
	font-size: 1.3rem;
	font-weight: 100;
	color: #000000;
	width: 100%;
	padding: 0rem;
	margin: 0rem;
}

.innovativeget{  
	width: 30%;
	padding-top: 1rem;
}

.innovativeget a i {
	border-radius: 5rem;
	color:  black;
	font-weight: 600;
	font-style: bolder;
	width: fit-content;
	font-size: 1.7rem;
	cursor: pointer;
	font-size: 2rem;
	padding-right: 1rem;
}

/* footer begins here */
.mainback{
	color: white; 
	background-color: black; 
	width: 100%;
	padding: 50px 2px 0px 10px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

.logo{
	display: inline-block;
	padding: 10px 0px 0px 9px;
}

.logo img {
	width: 22rem;
	margin: 0rem 0rem 0rem 5rem;
}

.logotext{
	display: inline-block;
	font-size: 2em;
	color: #fff;
	padding: 12rem 35px 0px 0px;
}

.logotext a {
	font-size: 1em;
	color: #fff;
}

.download img{
	width: 15%;
	padding: 0px 0px 0px 3rem;
	margin-left: 35px;
	margin-right: 5px;
}

.downloadxx img{
	width: 11%;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 8rem;
}

.low{
	background-color: black;
	color: white;
	width: 100%; 
	display: inline-block;
	margin: 20px 20px;
	padding: 20px 0px 0px 10px;
	font-size: 1.5rem;
}
.low1{
	display: inline-block;	
	color: #1DB954;
	margin: 0px 51px 0px 5px;
	padding: 0px 25px 0px 7rem;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}

.low1 li{
	text-decoration:none;
	text-align: left;
	padding: 25px 20px 0px 10px;
	font-size: 1.1em;
	list-style-type: none;	
	vertical-align: top;
	color: white;
	/*margin: 5px 5px;*/
}

.low2{
	display: inline-block;	
	color: #1DB954;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}

.low2 li{
	text-decoration:none;
	text-align: left;
	padding: 25px 7rem 0px 0px;
	font-size: 1.1em;
	list-style-type: none;	
	vertical-align: top;
	color: white;
	/*margin: 5px 5px;*/
}

.low6{
	margin: 0rem 0rem 3rem 31rem;
	padding: 0rem 0rem 0rem rem;	
}

.low6 i{
	width: 2rem;
	font-size: 2rem;
	color: #fff;
	padding: 1rem 0rem 0rem 9rem;
	/* margin: 0px 0px 0px 20rem; */
}

.low6 a :hover{
	color: #928d8d;
}

.back{
	margin: 0px 0px 0px 38.5rem;
	font-size: 1.1em;
	color: grey;
} 

.subtopic{
	color: grey;
	text-decoration: none;
	font-size: 1.5rem;
}

.subtopic :hover{
	color: #90ee90;
	text-decoration: none;
}

.subtopic :hover{
	color: #90ee90;
	text-decoration: none;
}
/* footer ends here */














































@media screen and ( max-width: 1290px){

	html{
		font-size: 55%;
	}
		
	.header{
		padding: 2rem;
	}

	.btnx{
		display: inline-block;
		margin-top: 1rem;
		border-radius: 5rem;
		background:#90ee90;
		color: black;
		font-weight: 600;
		font-style: bolder;
		font-size: 1.8rem;
		cursor: pointer;
		padding: 1.2rem 2rem;
	}

	.headings{
		padding-bottom: 5rem;
		padding-top: 12rem;
		font-size: 5rem;
	}
		
	#menu-btn{
		font-size: 2.5rem;
		color: white;
		display: none;
		cursor: pointer;
	}

	.services .services-slider{
		padding-bottom: 5rem;
		background-color: black;
		height: 43rem;
	}

	.middle-page {
		width: 100%;
		padding: 10rem 0rem 0rem 0rem;
		margin: 0rem;
		display: flex;
		background-color: rgb(255, 255, 255);
	}
		
	.textheader .firstheader{
		padding: 0px 0px 30px 0px;
		font-weight: bolder;
		font-size: 4.5rem;
		width: 90%;
	}
		
	.middle-page .textheader{
		width: 50%;
		margin: 0rem 0rem 0rem 10rem;
		padding: 0rem;
	}
		
	.middle-page .Quapp{
		width: 50%;
		border-radius: 30px;
		margin: 0rem;
		padding: 0rem;
	}

	.middle-page .Quapp img{
		width: 85%;
		border-radius: 30px;
		margin: 0rem;
		padding: 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.middle-page .Quappx img{
		width: 50rem;
		height: 60rem;
		margin-left: 7rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.8rem;
		width: 70%;
		padding: 18px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		padding: 1px 0px 7px 0px;
		font-size: 2.2rem;
	}

	.textx p{
		font-size: 15px;
		padding: 1px 0px 10px 0px;
		font-style: unset;
		font-size: 1.9rem;
		line-height: 25px;
	}

	.incomingside .questpad-image{
		width: 40%;
		justify-content: center;
		margin: 8rem 0rem 0rem 5rem;
	}

	.incomingside .questpad-image img{
		width: 100%;
		height: 85%;
		border-radius: 30px;
	}

	.incomingside .marktext {
		width: 50%;
		color: white;
		padding: 25rem 0rem 0rem 5rem;
		font-size: 7rem;
	}

	.btnx1{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		font-size: 2.5rem;
		margin-top: 8rem;
		margin-left: 0rem;
	}

	.btnx1 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 3.5rem;
		/* float: top; */
		border-right:2px solid rgb(255, 255, 255);
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.btnx2{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		margin-top: 8rem;
		padding-left: 2rem;
	}

	.btnx2 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 3.5rem;
		/* border-right:2px solid rgb(255, 255, 255); */
	}

	.download1{
		width: 45%;
		padding-top: 0px;
		display: inline-block;
	}

	.download1 img{
		width: 100%;
		display: inline-block;
		padding-top: 10px;
		vertical-align: bottom;
	}

	.download2 img{
		width: 87%;
		padding-top: 10px;
		display: inline-block;
	}	
		
	.photo1 img{
		width: 80%;
		height: 45rem;
		margin: 8rem 0rem 0rem 15rem;
	}

	.headings1{
		text-align: left;
		padding-bottom: 6rem;
		padding-top: 4rem;
		padding-left: 7rem;
		font-size: 3rem;
		color: black;
		font-size: bolder;
	}

	.headings1 p{
		text-align: left;
		padding-bottom: 1rem;
		padding-top: 2rem;
		padding-left: 1px;
		font-size: 2.3rem;
		color: black;
		width: 85%;
		line-height: 30px;
	}

	.headings1 a{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 1px;
		font-size: 1.8rem;
		color: black;
	}
		
	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 74rem;
		padding: 2rem 3%;
		margin: 5px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 7rem;
		padding-left: 7rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 4.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
		width: 100%;
		float: right;
		vertical-align: top;
	}

	.main-contentx{
		position: relative;
	}

	.tab-nav-barx{
		position: relative;
		margin: 30px 10px 0px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		max-width: fit-content;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		background-color: white;
		max-width: 800px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		box-shadow: var(--box-shadow);
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .draggingx{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .draggingx .tab-btnx{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btnx.active{
		background: #1DB954;
	}

	.iconx #leftx, #rightx{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #leftx{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	.iconx #rightx{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 500px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 45rem;
		height: 30rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 0px;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}
	
	.signin1{
		display: flex;
		background-color: #ffffff;
		padding: 5rem 0rem 7rem 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem;
		padding: 5rem 0rem 0rem 13rem;
		width: 33%;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 5rem;
		padding: 1rem 1rem;
		width: 65rem;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 10rem 0rem 5rem;
		padding: 1rem 1rem;
		width: 65rem;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 34rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 27rem 0rem 0rem 1.5rem;
		margin-top: 3rem;
	}

	.renderer img{
		width: 20%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 60%;
		padding-top: 0.2rem;
		padding-left: 2rem;
	}

	.renderernote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		font-size: 3rem;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 34rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 27rem 0rem 0rem 1.5rem;
		margin-top: 3rem;
	}

	.innovative img{
		width: 20%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		/* font-style: bolder; */
		width: 60%;
		padding-top: 0.2rem;
		padding-left: 0rem;
	}

	.innovativenote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		font-size: 3rem;
		padding-right: 1rem;
	}
			
	.mainback{
		background-color: rgb(251, 251, 251); 
		width: 100%;
		padding: 0px;
		margin:  0px;
	}

	.logo img {
		width: 24rem;
		margin: 0rem 0rem 0rem 15rem;
	}

	.logotext{
		display: inline-block;
		font-size: 2.5em;
		color: #fff;
		padding: 12rem 3px 0px 0px;
	}

	.low{
		background-color: black;
		width: 100%; 
		margin: 0px;
		padding: 80px 0px 0px 0px;
		font-size: 1.5rem;
	}

	.low1{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 51px 10px 100px;
		padding: 0px 5px 10px 2rem;
		font-size: 1.1em bolder;
		text-align: left;
		vertical-align: top;
	}
		
	.low2{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 1.1em bolder;
		text-align: left;
		vertical-align: top;
	}

	.download img{
		width: 17%;
		padding: 0px 0px 0px 3rem;
		margin-left: 125px;
		margin-right: 5px;
	}

	.downloadxx img{
		width: 13%;
		padding: 10px 0px 0px 0px;
		margin: 10px 0px 10px 19rem;
	}

	.low6{
		margin: 0rem 0rem 3rem 45rem;
		padding: 0rem;	
		}
		
	.low6 i{
		width: 2.8rem;
		padding: 0rem;
		margin: 0px 0px 0px 10.5rem;
	}

	.back{
		margin: 0px 0px 40px 54rem;
		font-size: 1.1em;
		color: grey;
		background-color: black ;
	} 

	.back a{
		/* margin: 0px 0px 20px 35.5rem; */
		font-size: 1.1em;
		color: grey;
		background-color: black ;
	} 

		
}








































@media screen and ( max-width: 1030px){

	html{
		font-size: 55%;
	}
		
	.header{
		padding: 2rem;
	}
	
	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	.btnx{
		display: inline-block;
		margin-top: 1rem;
		border-radius: 5rem;
		background:#90ee90;
		color: black;
		font-weight: 600;
		font-style: bolder;
		font-size: 1.8rem;
		cursor: pointer;
		padding: 1.2rem 2rem;
	}

	.headings{
		padding-bottom: 5rem;
		padding-top: 12rem;
		font-size: 5rem;
	}
		
	#menu-btn{
		font-size: 2.5rem;
		color: white;
		display: none;
		cursor: pointer;
	}

	.services .services-slider{
		padding-bottom: 5rem;
		background-color: black;
		height: 43rem;
	}
		
	.textheader .firstheader{
		padding: 0px 0px 0px 0px;
		font-weight: bolder;
		font-size: 3rem;
		width: 90%;
	}
		
	.middle-page .textheader{
		width: 55%;
		margin: 0rem 3rem 0rem 8rem;
	}
		
	.middle-page .Quapp{
		width: 50%;
		border-radius: 30px;
	}

	.middle-page .Quapp img{
		width: 85%;
		height: 95%;
		border-radius: 30px;
		margin: 0rem ;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.middle-page .Quappx img{
		width: 40rem;
		height: 60rem;
		margin-left: 7rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.8rem;
		width: 70%;
		padding: 18px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		padding: 1px 0px 7px 0px;
	}

	.textx p{
		font-size: 15px;
		padding: 1px 0px 10px 0px;
		font-style: unset;
		font-size: 1.9rem;
		line-height: 25px;
	}

	.incomingside .questpad-image{
		width: 40%;
		justify-content: center;
		margin: 8rem 0rem 0rem 15rem;
	}

	.incomingside .questpad-image img{
		width: 95%;
		height: 85%;
		border-radius: 30px;
	}

	.incomingside .marktext{
		width: 43%;
		color: white;
		padding: 20rem 10rem 0rem 0rem;
		font-size: 5.3rem;
	}

	.btnx1{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		font-size: 2.2rem;
		margin-top: 8rem;
		margin-left: 0rem;
	}

	.btnx1 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 3rem;
		/* float: top; */
		border-right:2px solid rgb(255, 255, 255);
		padding-right: 4rem;
		padding-left: 3rem;
	}

	.btnx2{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		margin-top: 8rem;
		padding-left: 3rem;
	}

	.btnx2 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 3rem;
		/* border-right:2px solid rgb(255, 255, 255); */
	}

	.download1{
		width: 45%;
		padding-top: 0px;
		display: inline-block;
	}

	.download1 img{
		width: 100%;
		display: inline-block;
		padding-top: 10px;
		vertical-align: bottom;
	}

	.download2 img{
		width: 87%;
		padding-top: 10px;
		display: inline-block;
	}	
		
	.photo1 img{
		width: 85%;
		height: 45rem;
		margin: 10rem 0rem 0rem 10rem;
	}

	.headings1{
		text-align: left;
		padding-bottom: 6rem;
		padding-top: 4rem;
		padding-left: 10rem;
		font-size: 3rem;
		color: black;
		font-size: bolder;
	}

	.headings1 p{
		text-align: left;
		padding-bottom: 1rem;
		padding-top: 2rem;
		padding-left: 1px;
		font-size: 2.3rem;
		color: black;
		width: 85%;
		line-height: 30px;
	}

	.headings1 a{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 1px;
		font-size: 1.8rem;
		color: black;
	}

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 74rem;
		padding: 2rem 3%;
		margin: 0px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 7rem;
		padding-left: 8rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 4.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
		width: 100%;
		float: right;
		vertical-align: top;
	}

	.main-contentx{
		position: relative;
	}

	.tab-nav-barx{
		position: relative;
		margin: 30px 10px 0px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		max-width: fit-content;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		background-color: white;
		max-width: 800px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		box-shadow: var(--box-shadow);
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .draggingx{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .draggingx .tab-btnx{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btnx.active{
		background: #1DB954;
	}

	.iconx #leftx, #rightx{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #leftx{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	.iconx #rightx{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 500px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 45rem;
		height: 30rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 0px;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}

	.signin1{
		display: flex;
		background-color: #ffffff;
		padding: 5rem 0rem 7rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 5rem 0rem 0rem 5rem;
		width: 20%;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 38%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 3rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 38%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 33rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 25.5rem 0rem 0rem 1.5rem;
		margin: 3rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 20%;
		height: 5.5rem;
		padding-top: 0.2rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.9rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.6rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 33rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 25.5rem 0rem 0rem 1rem;
		margin: 3rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 20%;
		height: 5.5rem;
		padding-top: 0.2rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 53%;
		padding-top: 0.9rem;
		padding-left: 0rem;
	}

	.innovativenote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 25%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.6rem;
		cursor: pointer;
		padding-right: 1rem;
	}
			
	.mainback{
		background-color: rgb(251, 251, 251); 
		width: 100%;
		padding: 0px;
		margin:  0px 0px 0px 0px;
	}

	.logo img {
		width: 24rem;
		margin: 0rem 0rem 0rem 3rem;
	}

	.logotext{
		display: inline-block;
		font-size: 2.5em;
		color: #fff;
		padding: 12rem 3px 0px 0px;
	}

	.low{
		background-color: black;
		width: 100%; 
		margin: 0px;
		padding: 80px 0px 0px 0px;
		font-size: 1.5rem;
	}

	.low1{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 51px 10px 45px;
		padding: 0px 5px 10px 2rem;
		font-size: 1.1em bolder;
		text-align: left;
		vertical-align: top;
	}
		
	.low2{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 1.1em bolder;
		text-align: left;
		vertical-align: top;
	}

	.download img{
		width: 17%;
		padding: 0px 0px 0px 3rem;
		margin-left: 45px;
		margin-right: 5px;
	}

	.downloadxx img{
		width: 13%;
		padding: 10px 0px 0px 0px;
		margin: 10px 0px 10px 9rem;
	}

	.low6{
		margin: 0rem 0rem 3rem 30rem;
		padding: 0rem;	
		}
		
	.low6 i{
		width: 2.8rem;
		padding: 0rem;
		margin: 0px 0px 0px 10.5rem;
	}

	.back{
		margin: 0px 0px 40px 39rem;
		font-size: 1.1em;
		color: grey;
		background-color: black ;
	} 

	.back a{
		/* margin: 0px 0px 20px 35.5rem; */
		font-size: 1.1em;
		color: grey;
		background-color: black ;
	} 
		
}














































/* media queries */
@media (max-width:950px) {

	html {
		font-size: 55%;
	}

	.header{
		padding:  2rem;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	.header p img{
		font-size: 3em;
		/*color: #1DB954;*/
		color: #fff;
		width: 35%;
	}

	.btn{
		display: inline-block;
		margin-top: 1rem;
		border-radius: 5rem;
		background:#90ee90;
		color: black;
		font-weight: 600;
		font-style: bolder;
		font-size: 1.8rem;
		cursor: pointer;
		padding: 1.2rem 2rem;
	}

	.btnx{
		display: inline-block;
		margin-top: 1rem;
		border-radius: 5rem;
		background:#90ee90;
		color: black;
		font-weight: 600;
		font-style: bolder;
		font-size: 1.8rem;
		cursor: pointer;
		padding: 1.2rem 2rem;
	}

	#menu-btn{
		display: block;
	}

	#menu-btn.fa-times{
		margin: 0rem;
		transform: none;
		float: inline-end;
	}

	.header p{
		font-size: 3.5em;
		text-align: center;
	}

	.header .navbar1{
		position: absolute;
		top: 99%; left: 0;right: 0;
		background: black;
		border-top: var(--border);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
		
	.header .navbar1.active{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		height: 43rem;
	}

	.header .navbar1 a{
		display: block;
		/* margin: 2rem; */
		font-size: 2rem;
	}

	.header .navbar1 #myUL{
		margin: 4rem;
		padding: 0rem 0rem 0rem 0.5rem;
		font-size: 2.4rem;
		display: block;
	}

	.header .navbar1 .nested a{
		margin: 0rem 2rem 0rem 1rem;
		padding: 0rem 3rem 0rem 1rem;
		font-size: 2.4rem;
		color: rgb(255, 255, 255);
		/* display: block; */
	}

	.header.active{
		padding: 2rem ;
	}

	.header .login-btn i {
		display: block;
	}

	.header .login-btn btn {
		display: block;
	}

	.headings{
		padding-bottom: 7rem;
		padding-top: 14rem;
		font-size: 5.5rem;
	}

	#menu-btn {
		height: 10px;
		/* padding: 0px 0px 8px 20px; */
		font-size: 25px;
	}

	.header .login-btn i{
		font-size: 2.2em;
		display: block;
		padding-right: 20px;
	}

	.header .navbar1 a{
		margin: 4rem;
		font-size: 2.5em;
		display: block;
	}

	.header .login-btn a {
		display: block;	
	}

	.login-btn button{
		width: 100px;
		height: 30px;
		display: none;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		background-color: black;
		height: 47rem;
	}

	.swiper-slide {
		font-size: 25px;
		padding-bottom: 10px;
		justify-content: center;
		align-items: center;
		margin: 0px 0rem 0px 0rem;
	}

	.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin-bottom: 4rem;
	}

	.middle-page .Quapp img{
		width: 35rem;
		height: 65rem;
		margin-left: 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.incomingside .questpad-image img{
		width: 100%;
		height: 90%;
		border-radius: 30px;
	}

	.incomingside .marktext{
		width: 50%;
		color: white;
		padding-top: 18rem;
		font-size: 5rem;
	}

	.btnx1{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		font-size: 2.2rem;
		margin-top: 8rem;
		margin-left: 0rem;
	}

	.btnx1 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.8rem;
		/* float: top; */
		border-right: 2px solid rgb(255, 255, 255);
		padding-right: 4rem;
		padding-left: 3rem;
	}

	.btnx2{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		margin-top: 8rem;
		padding-left: 3rem;
	}

	.btnx2 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.8rem;
		/* border-right:2px solid rgb(255, 255, 255); */
	}

	.download1{
		width: 45%;
		padding-top: 0px;
		display: inline-block;
	}

	.download1 img{
		width: 18rem;
		display: inline-block;
		padding-top: 10px;
		vertical-align: bottom;
	}

	.download2 img{
		width: 15rem;
		padding-top: 10px;
		display: inline-block;
	}

	.middle-page{
		width: 100%;
		padding: 7rem  0rem 7rem 0rem;
		display: flex;
		background-color: rgb(255, 255, 255);
	}

	.textheader .firstheader{
		font-weight: bolder;
		font-size: 4rem;
		width: 100%;
	}

	.textheader .firstheader p{
		font-size: 1.8rem;
		font-style: italic;
		padding-top: 15px;
		padding-bottom: 10px;
		width: 100%;
	}

	.middle-page .textheader{
		font-size: 2.3rem;
		width: 60%;
		margin: 0rem 6rem 0rem 10rem;
	}

	.middle-page .Quappx img{
		width: 38rem;
		height: 65rem;
		margin-left: 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.5rem;
		width: 90%;
		padding: 18px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		padding: 1px 0px 7px 0px;
		font-size: 2rem;
	}

	.textx p{
		font-size: 15px;
		padding: 1px 0px 10px 0px;
		font-style: unset;
		font-size: 2.3rem;
		line-height: 25px;
	}

	.textx1{
		font-size: 1.9rem;
		display: inline-block;
		width: 70%;
		padding: 18px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.photo1 img{
		width: 85%;
		height: 45rem;
		margin: 5rem 0rem 0rem 10rem;
	}

	.headings1{
		text-align: left;
		padding-bottom: 6rem;
		padding-top: 4rem;
		padding-left: 10rem;
		font-size: 3rem;
		color: black;
		font-size: bolder;
	}

	.headings1 p{
		font-size: 2.3rem;
		padding-bottom: 3rem;
	}

	.headings1 h6 a{
		font-size: 2rem;
	}

	.signin1{
		display: flex;
		background-color: #ffffff;
		padding: 8rem 0rem 10rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 3rem 0rem 0rem 5rem;
		width: 25%;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 38%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 3rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 38%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 28rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 20rem 0rem 0rem 1rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 20%;
		height: 6rem;
		padding-top: 0.5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.9rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 28rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 20rem 0rem 0rem 1rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 20%;
		height: 6rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 55%;
		padding-top: 0.9rem;
		padding-left: 0rem;
	}

	.innovativenote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	/* footer begins here */
	.mainback{
		background-color: rgb(251, 251, 251); 
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin:  0px;
	}

	.low{
		background-color: black;
		width: 100%; 
		margin: 0px;
		padding: 50px 0px 0px 0px;
		font-size: 1rem;
	}

	.logo{
		display: inline-block;
		padding: 10px 0px 0px 9px;
	}

	.logo img {
		width: 19rem;
		margin: 0rem 0rem 0rem 2rem;
	}

	.logotext{
		display: inline-block;
		font-size: 2em;
		color: #fff;
		padding: 12rem 3px 0px 0px;
	}

	.download img{
		width: 15%;
		padding: 0px 0px 0px 3rem;
		margin-left: 35px;
		margin-right: 5px;
	}

	.downloadxx img{
		width: 11%;
		padding: 10px 0px 0px 0px;
		margin: 10px 0px 0px 8rem;
	}

	.low1{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 1px 0px 5px;
		padding: 0px 25px 0px 7rem;
		font-size: 1.1em;
		font-weight: 600;
		text-align: left;
		vertical-align: top;
	}

	.low1 li{
		text-decoration:none;
		text-align: left;
		padding: 25px 20px 0px 10px;
		font-size: 1.1em;
		list-style-type: none;	
		vertical-align: top;
		color: white;
		/*margin: 5px 5px;*/
	}

	.low2{
		display: inline-block;	
		color: #1DB954;
		font-size: 1.1em;
		font-weight: 600;
		text-align: left;
		vertical-align: top;
	}

	.low2 li{
		text-decoration:none;
		text-align: left;
		padding: 25px 7rem 0px 0px;
		font-size: 1.1em;
		list-style-type: none;	
		vertical-align: top;
		color: white;
		/*margin: 5px 5px;*/
	}

	.low6{
		margin: 0rem 0rem 3rem 10rem;
		padding: 0rem 0rem 0rem rem;	
	}

	.low6 i{
		width: 2rem;
		font-size: 2rem;
		color: #fff;
		padding: 1rem 0rem 0rem 6rem;
		/* margin: 0px 0px 0px 20rem; */
	}

	.low6 a :hover{
		color: #928d8d;
	}

	.back{
		margin: 0px 0px 20px 35.5rem;
		font-size: 1.1em;
		color: grey;
		background-color: black ;
	} 
	/* footer ends here */

}









































@media (max-width:855px) {

	html{
		font-size: 50%;
	}
		
	#menu-btn{
		display: block;
	}
		
	#menu-btn.fa-times{
		margin: 0px 0px -10px 25px;
		transform: rotate(180deg);
	}
		
	#myUL li{
		margin: 0;
		color: #ffffff;
	}

	#myUL li span {
		margin: 0;
		padding: 0;
		font-size: 0.7em;
	}
		
	.nested {
		font-size: 0.5em;
		display: yes;
		position: fixed;
		border-radius: 20px;
		color: #fff;
		background-color: rgb(56, 54, 54);
		padding: 10px 0px 10px 10px;
		margin-top: 10px;
	}	

	.nested li {
		font-size: 1em;
		font-weight: 600;
	}

	.header{	
		padding: 2rem;
	}

	.headings{
		padding-bottom: 7rem;
		padding-top: 14rem;
		font-size: 5.5rem;
	}
		
	.header span{
		font-size: 35px;
	}
		
	#menu-btn {
		height: 10px;
		padding: 0px 0px 8px 20px;
		font-size: 25px;
	}
		
	.header .login-btn i{
		font-size: 2.2em;
		display: block;
		padding-right: 5px;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}
		
	.header .navbar1 a{
		margin: 4rem;
		font-size: 2.5em;
		display: block;
	}
		
	.header .login-btn a {
		display: block;	
	}
		
	.login-btn button{
		width: 100px;
		height: 30px;
		margin: 10px 8px 0px 0px;
		display: none;
	}
		
	.header .navbar1{
		position: absolute;
		top: 99%; left: 0;right: 0;
		background: black;
		border-top: var(--border);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
		
	.header .navbar1.active{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 47rem;
	}

	.middle-page{
		width: 100%;
		padding: 7rem 0rem 7rem 0rem;
		display: flex;
		background-color: rgb(255, 255, 255);
	}
		
	.textheader .firstheader{
		font-weight: bolder;
		font-size: 3.5rem;
		width: 100%;
		margin: 0rem;
		padding-bottom: 20px;
	}
		
	.textheader .firstheader p{
		font-size: 1.8rem;
		font-style: italic;
		padding-top: 25px;
		padding-bottom: 10px;
		width: 100%;
	}

	.middle-page .textheader{
		font-size: 2.3rem;
		width: 48%;
		margin: 0rem 3rem 0rem 5rem;
	}
		
	.middle-page .Quapp img{
		width: 38rem;
		height: 65rem;
		margin-left: 0rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img{
		width: 40rem;
		height: 65rem;
		padding: 0rem;
		margin-right: 4rem;
		border-radius: 30px;
	}

	.textx h6{
		padding: 1px 0px 7px 0px;
		font-size: 2.2rem;
	}

	.textx p{
		padding: 1px 0px 7px 0px;
		font-size: 2.2rem;
	}
		
	.incomingside .questpad-image img{
		width: 90%;
		height: 85%;
		border-radius: 30px;
	}
		
	.incomingside .questpad-image{
		width: 55%;
		margin: 10rem 0rem 0rem 5rem;
	}
		
	.incomingside .marktext{
		font-size: 4.5rem;
		margin: 1rem 1px 0px 0px;
		width: 55%;
	}

	.photo1 img{
		width: 85%;
		height: 40rem;
		margin: 3rem 0rem 0rem 5rem;
	}

	.headings1{
		padding-bottom: 6rem;
		padding-top: 4rem;
		padding-left: 5rem;
		padding-right: 0rem;
		margin-right: 0rem;
		font-size: 2.2rem;
		width: 100%;
	}
		
	.headings1 p{
		font-size: 2.2rem;
		padding-bottom: 3rem;
		padding-right: 0rem;
		margin-right: 0rem;
	}

	.headings1 h6 a{
		font-size: 2rem;
	}

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 74rem;
		padding: 2rem 3%;
		margin: 10px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 7rem;
		padding-left: 3rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 4.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
		width: 100%;
		float: right;
		vertical-align: top;
	}

	.main-contentx{
		position: relative;
	}

	.tab-nav-barx{
		position: relative;
		margin: 30px 150px 0px 0px;
		justify-content: left;
		text-align: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		max-width: fit-content;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		background-color: white;
		max-width: 520px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		box-shadow: var(--box-shadow);
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .draggingx{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .draggingx .tab-btnx{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btnx.active{
		background: #1DB954;
	}

	.iconx #leftx, #rightx{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #leftx{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	.iconx #rightx{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 500px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: left;
		align-items: left;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 45rem;
		height: 30rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 0px;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}

	.signin1{
		display: flex;
		background-color: #ffffff;
		padding: 8rem 0rem 10rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 4rem 0rem 0rem 5rem;
		width: 20%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 38%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 2rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 38%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 29rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 20rem 0rem 0rem 1rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 20%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.9rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.3rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 0rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 29rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 20rem 0rem 0rem 1rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 20%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 52%;
		padding-top: 0.9rem;
		padding-left: 0rem;
	}

	.innovativenote p{
		font-size: 1.4rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 0rem;
	}
		
	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 0px 2px 0px 10px;
		margin: 0px 0px 0px 0px;
		display: flex;
	}

	.low{
		background-color: black;
		width: 100%; 
		margin: 0px;
		padding: 50px 0px 0px 0px;
		font-size: 1.5rem;
	}
		
	.logo{
		display: inline-block;
		padding: 10px 0px 0px 9px;
	}
		
	.logo img {
		width: 19rem;
		margin: 0rem 0rem 0rem 1rem;
	}
		
	.logotext{
		font-size: 2em;
		padding: 15rem 15px 0px 0px;
	}
		
	.low1{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 20px 0px 5px;
		padding: 0px 5px 5rem 1rem;
		font-size: 1.1em bolder;
		text-align: left;
		vertical-align: top;
	}
		
	.low2{
		margin: 0px 1px 10px 0px;
		padding: 0px 0px 10px 0px;
	}
		
	.back{
		margin: 0px 0px 0px 25rem;
		font-size: 1.1em;
		color: grey;
	}
		
	.low6{
		margin: 0rem 0rem 2rem 13rem;
		padding: 0rem 0rem rem 2rem;	
	}
		
	.low6 i{
		width: 2rem;
		padding: 0rem 0rem 0rem 1rem;
		margin: 0px 0px 0px 10rem;
	}

	.back{
		margin: 0px 0px 20px 20.5rem;
		font-size: 1.1em;
		color: grey;
		background-color: black ;
	} 
		
	.back a{
		font-size: 1.3em;
		color: grey;
		background-color: black ;
	} 

}



























































@media (max-width:770px) {

	html {
		font-size: 55%;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 42rem;
	}

	.headings{
		padding-bottom: 4rem;
		padding-top: 10rem;
		font-size: 5rem;
	}

	.middle-page {
		width: 100%;
		padding: 7rem 0rem 7rem 0rem;
		margin: 0rem;
		display: flex;
		background-color: rgb(255, 255, 255);
	}

	.middle-page .Quapp img {
		width: 33rem;
		height: 67rem;
		margin: 0rem;
		padding: 0rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img {
		width: 31rem;
		height: 60rem;
		padding: 0rem;
		margin-right: 4rem;
		border-radius: 30px;
	}

	.incomingside .questpad-image img {
		width: 90%;
		height: 50rem;
		border-radius: 30px;
	}

	.incomingside {
		display: flex;
		width: 100%;
		padding: 0rem 0rem 7rem 0rem;
		background-color: black;
	}

	.textheader .firstheader {
		font-weight: bolder;
		font-size: 3.5rem;
		width: 100%;
		margin: 0rem;
		padding-bottom: 20px;
	}

	.textx h6{
		padding: 1px 0px 7px 0px;
		font-size: 2rem;
	}

	.textx p{
		padding: 1px 0px 7px 0px;
		font-size: 2rem;
	}

	.incomingside .marktext {
		font-size: 4.5rem;
		margin: 1rem 1px 0px 0px;
		width: 59%;
	}

	.headings1  {
		font-size: 2.7rem;
		padding-bottom: 6rem;
		padding-top: 6rem;
		padding-right: 0rem;
		margin-right: 0rem;
	}

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 75rem;
		padding: 2rem 3%;
		margin: 0px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 7rem;
		padding-left: 3rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 4.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
		width: 100%;
		float: right;
		vertical-align: top;
	}

	.main-contentx{
		position: relative;
	}

	.tab-nav-barx{
		position: relative;
		margin: 10px 10px 0px 0px;
		justify-content: left;
		text-align: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		max-width: fit-content;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		background-color: white;
		max-width: 550px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		box-shadow: var(--box-shadow);
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .draggingx{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .draggingx .tab-btnx{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btnx.active{
		background: #1DB954;
	}

	.iconx #leftx, #rightx{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #leftx{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	.iconx #rightx{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 500px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 45rem;
		height: 30rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0px;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}

	.signin1{
		display: flex;
		background-color: #d8d3d3;
		margin: 5rem 0rem 0rem 0rem;
		padding: 5rem 0rem 5rem 0rem;
	}

	.btnx1{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		font-size: 2rem;
		margin-top: 8rem;
		margin-left: 0rem;
	}

	.btnx1 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.5rem;
		/* float: top; */
		border-right: 2px solid rgb(255, 255, 255);
		padding-right: 4rem;
		padding-left: 3rem;
	}

	.btnx2{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		margin-top: 8rem;
		padding-left: 3rem;
	}

	.btnx2 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.5rem;
		/* border-right:2px solid rgb(255, 255, 255); */
	}

	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 2rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 5rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 14rem;
		padding: 1rem 1rem;
		width: 60%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 3rem 2rem 0rem 14rem;
		padding: 1rem 1rem;
		width: 60%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 38rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 29rem 0rem 0rem 5rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 15%;
		height: 6rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 38rem;
		border-radius: 30px;
		padding: 29rem 0rem 0rem 2rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 15%;
		height: 6rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 60%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.innovativenote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.mainback{
		width: 100%;
		padding: 30px ;
		margin: 0px 0px 0px 0px;
	}

	.low{
		background-color: black;
		width: 100%; 
		margin: 0px;
		padding: 0px;
	}

	.logo{
		display: flow-root;
		padding: 0px 0px 50px 0px;
	}
		
	.logo img {
		width: 20rem;
		margin: 3rem 0rem 0rem 3rem;
	}
		
	.logotext{
		font-size: 1.8em;
		padding: 5rem 15px 0px 0px;
	}

	.low1{
		display: inline-block;	
		color: #1DB954;
		margin: 0px 20px 0px 5px;
		padding: 0px 5px 5rem 3rem;
		font-size: 1.1em bolder;
		text-align: left;
		vertical-align: top;
	}
		
	.low2{
		margin: 0px 1px 10px 0px;
		padding: 0px 0px 10px 0px;
	}

	.download img{
		width: 23%;
		padding: 0px 0px 0px 2rem;
		margin-left: 0px;
		margin-right: 0px;
	}

	.downloadxx img{
		width: 17%;
		padding: 10px 0px 0px 0px;
		margin: 10px 0px 0px 3rem;
	}

	.low6{
		margin: 5rem 0rem 2rem 3rem;
		padding: 0rem 0rem rem 2rem;	
	}
		
	.low6 i{
		width: 2rem;
		padding: 0rem 0rem 0rem 1rem;
		margin: 0px 0px 0px 10rem;
	}

	.back{
		margin: 0px 0px 20px 10.5rem;
		font-size: 1.1em;
	} 

	.back a{
		font-size: 1.1em;
	} 

}






























@media screen and (max-width: 550px) {

	html{
		font-size: 50%;
	}
		
	.header{	
		padding: 2rem;
	}
	
	.header p{	
		justify-content: right;
		padding-left: 0rem;
		font-size: 2.7rem;
		vertical-align: bottom;
	}
	
	.header p img{	
		width: 30%;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}
	
	#menu-btn{
		display: block;
		font-size: 2.2rem;
		padding: 0rem;
		margin: 0rem;
	}
	
	#menu-btn.fa-times{
		margin: 0px 0px -10px 25px;
		transform: rotate(180deg);
	}
	
	.headings{
		font-size: 4.7rem;	
		padding-bottom: 6rem;
		padding-top: 12rem;
	}
	
	.services .services-slider{
		padding-bottom: 7rem;
		height: 45rem;
	}
	
	.services .services-slider .box img{
		width: 70%;
	}

	.swiper-button-prev{
		display: none;
	}
	
	.swiper-button-next{
		display: none;
	}
	
	.middle-page{
		width: 100%;
		padding: 1rem 3rem 1rem 4rem;
		margin:  0rem 0rem 1rem 0rem;
		display: grid;
		background-color: #fff;
	}
		
	.middle-page .firstheader p{
		font-size: 15px bolder;
		padding-bottom: 5px;
		font-style: italic;
	}
		
	.textheader .firstheader{
		padding: 30px 0rem 0px 0rem;
		font-size: 3.5rem;
		text-align: left;
		width: 95%;
		justify-content: left;
	}
	
	.middle-page .textheader{
		font-size: 2rem;
		width: 96%;
		margin: 0rem 0rem 2rem 0rem;
	}
	
	.middle-page .Quapp img{
		width: 38rem;
		height: 45rem;
		margin-left: 0rem;
		margin-top: 3rem; margin-bottom: 3rem;
		border-radius: 30px;
	}
	
	.middle-page .Quappx img{
		width: 35rem;
		height: 45rem;
		margin: 3rem 0rem 5rem 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}
	
	.textx{
		font-size: 2.5rem;
		width: 100%;
		padding: 20px 10px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
	
	.textx h6{
		font-size: 2.2rem;
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
		
	.textx p{
		font-size: 2.2rem;
		padding: 10px 0px 10px 0px;
		line-height: 25px;
	}
		
	/* tablet area starts here */
	.incomingside{
		width: 100%;
		display: grid;
		padding: 6rem 0rem 6rem 5rem;
	}
		
	.incomingside .questpad-image{
		width: 100%;
		margin: 0rem;
		padding: 0rem ;
	}
		
	.incomingside .questpad-image img{
		width: 35rem;
		height: 55rem;
		border-radius: 30px;
		padding-bottom: 5rem ;
	}
		
	.incomingside .marktext{
		width: 90%;
		margin: 0rem;
		padding: 0rem ;
		font-size: 4rem;	
	}
		
	.incomingside .marktext h6 {
		padding-left: 0px;
		font-size: 3rem;
	}

	.btnx1{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		font-size: 2rem;
		margin-top: 5rem;
		margin-left: 0rem;
	}

	.btnx1 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.8rem;
		/* float: top; */
		border-right: 2px solid rgb(255, 255, 255);
		padding-right: 4rem;
		padding-left: 3rem;
	}

	.btnx2{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		margin-top: 5rem;
		padding-left: 3rem;
	}

	.btnx2 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.8rem;
		/* border-right:2px solid rgb(255, 255, 255); */
	}
	
	/* tablet area ends here */
	.photo1 img{
		width: 85%;
		height: 30rem;
		margin: 5rem 0rem 0rem 3rem;
	}
		
	.headings1  {
		font-size: 2.7rem;
		padding: 0rem;
		margin: 5rem 0rem 5rem 3rem;
		width: 95%;
	}

	.headings1 p{
		padding-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 0px;
		font-size: 2rem;
		width: 96%;
	}
		
	.headings1 h6 a{
		padding-bottom: 0rem;
		padding-top: 4rem;
		font-size: 1.7rem;
		text-decoration: none;
		width: 95%;
	}	

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 75rem;
		padding: 2rem 3%;
		margin: 0px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 7rem;
		padding-left: 2rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 4.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
		width: 80%;
		float: left;
		vertical-align: top;
	}

	.main-contentx{
		position: relative;
	}

	.tab-nav-barx{
		position: relative;
		margin: 10px 0px 0px 20px;
		justify-content: left;
		text-align: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		max-width: fit-content;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		background-color: white;
		max-width: 650px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		box-shadow: var(--box-shadow);
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .draggingx{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .draggingx .tab-btnx{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btnx.active{
		background: #1DB954;
	}

	.iconx #leftx, #rightx{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #leftx{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	.iconx #rightx{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--first-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 500px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 45rem;
		height: 30rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px 0px 10px 20px;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}
	
	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 2rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 3rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 85%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 3rem 2rem 0rem 3rem;
		padding: 1rem 1rem;
		width: 85%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 39rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 32rem 0rem 0rem 4rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 15%;
		height: 6rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.6rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 3rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 39rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 32rem 0rem 0rem 4rem;
		margin: 3rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 15%;
		height: 6rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 60%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.innovativenote p{
		font-size: 1.6rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 3rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 20px 0px 0px 15px;
		margin-top: 10px;
		display: grid;
	}
	
	.logo{
		display: inline-block;
		padding-bottom: 30px;
		margin: 0px;
	}
	
	.logo img {
		width: 20rem;
		margin: 0rem ;
		padding-top: 30px ;
	}
	
	.logotext{
		font-size: 2em;
		padding: 0rem 5px 15px 0px;
	}
			
	.low1{
		display: grid;	
		padding: 20px 0px 3rem 0rem;
		margin: 0px 0px 10px 10px;
		font-size: 1.2em bolder;
	}
			
	.low2{
		display: grid;	
		margin: 0px 10px 10px 15px;
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.back{
		margin: 10px 0px 20px 0rem;
		font-size: 1.8rem;
		color: grey;
	}
		
	.back a {
		margin: 10px 0px 20px 10rem;
		font-size: 1.7rem;
		color: grey;
	}
			
	.low6{
		margin: 0rem;
		padding: 2rem 0rem 2rem 0rem;
	}
		
	.low6 i{
		margin: 10px 0px 0px 2rem;
		padding: 0rem 2rem 0rem 6rem;
		font-size: 2.5rem;
	}
		
	.download img{
		width: 40%;
		margin: 0px 10px 0px 10px;
		padding: 20px 0px 0px 0px;
		display: grid;
	}
		
	.downloadxx img{
		width: 35%;
		display: grid;
		margin: 0px 0px 10px 20px;
		padding: 20px 0px 10px 0px;
	}
	
}





























































@media screen and (max-width: 440px) {

	html{
		font-size: 50%;
	}
		
	.header{	
		padding: 2rem;
	}

	.header p{	
		justify-content: right;
		padding-left: 1rem;
		font-size: 2.7rem;
		vertical-align: bottom;
	}

	.header p img{	
		font-size: 2.9rem;
		width: 45%;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	#menu-btn{
		display: block;
		font-size: 2.2rem;
		padding: 0rem;
		margin: 0rem;
	}

	#menu-btn.fa-times{
		/* margin: 0px 0px -10px 25px; */
		/* transform: rotate(180deg); */
		margin: 0px;
		transform: none;
	}

	.headings{
		font-size: 3.7rem;	
		padding-bottom: 6rem;
		padding-top: 12rem;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 37rem;
	}

	.swiper-button-prev{
		display: none;
	}

	.swiper-button-next{
		display: none;
	}

	.middle-page{
		width: 100%;
		padding: 1rem  3rem 1rem 3rem;
		margin:  1rem  0rem 1rem 0rem;
		display: grid;
		background-color: #fff;
	}
		
	.middle-page .firstheader p{
		font-size: 15px bolder;
		padding-bottom: 5px;
		font-style: italic;
	}
		
	.textheader .firstheader{
		padding: 30px 0rem 0px 0rem;
		font-size: 3.5rem;
		text-align: left;
		justify-content: left;
	}

	.middle-page .textheader{
		font-size: 2rem;
		width: 100%;
		margin: 0rem 0rem 2rem 0rem;
	}

	.middle-page .Quapp img{
		width: 35rem;
		height: 45rem;
		margin-left: 0rem;
		margin-top: 3rem; margin-bottom: 3rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img{
		width: 36rem;
		height: 45rem;
		margin: 3rem 0rem 5rem 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.5rem;
		width: 100%;
		padding: 20px 10px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		font-size: 2.2rem;
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
		
	.textx p{
		font-size: 2.2rem;
		padding: 10px 0px 10px 0px;
		line-height: 25px;
	}

	/* tablet area starts here */
	.incomingside{
		width: 100%;
		display: grid;
		padding: 6rem 0rem 6rem 3rem;
	}
		
	.incomingside .questpad-image{
		width: 100%;
		margin: 0rem;
		padding: 0rem ;
	}
		
	.incomingside .questpad-image img{
		width: 35rem;
		height: 55rem;
		border-radius: 30px;
		padding-bottom: 5rem ;
	}
		
	.incomingside .marktext{
		width: 90%;
		margin: 0rem;
		padding: 0rem ;
		font-size: 4rem;	
	}
		
	.incomingside .marktext h6 {
		padding-left: 0px;
		font-size: 3rem;
	}

	/* tablet area ends here */

	.photo1 img{
		width: 85%;
		height: 30rem;
		margin: 5rem 0rem 0rem 3rem;
	}
		
	.headings1{
		padding-bottom: 1rem;
		padding-top: 1rem;
		padding-left: 0rem;
		margin-left: 2rem;
		padding-right: 1rem;
		font-size: 2.5rem;
	}
		
	.headings1 p{
		padding-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 0px;
		font-size: 2rem;
	}
		
	.headings1 h6 a{
		padding-bottom: 0rem;
		padding-top: 4rem;
		font-size: 1.7rem;
		text-decoration: none;
	}	
	
	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 75rem;
		padding: 2rem 3%;
		margin: 0px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 5rem;
		padding-left: 2rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 3.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
	}

	.main-container{
		position: relative;
		width: 60%;
	}

	.tab-nav-bar{
		position: relative;
		margin: 40px 0rem 20px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		/* max-width: fit-content; */
		width: 40rem;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		max-width: 250px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .dragging{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .dragging .tab-btn{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btn.active{
		background: var(--first-color);
	}

	.iconx #left, #right{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #left{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	.iconx #right{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 420px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: right;
		align-items: right;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 30rem;
		height: 30rem;
		display: flex;
		justify-content: right;
		align-items: right;
		margin: 10px 0px 10px 20px;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}

	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 2rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 2rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 2rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 33rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 25rem 0rem 0rem 2rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 18%;
		height: 6rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 1rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 3rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 33rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 25rem 0rem 0rem 1.5rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 18%;
		height: 6rem;
		padding-right: 1rem;
		padding-top: 0.7rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 60%;
		padding-top: 1rem;
		padding-left: 1rem;
	}

	.innovativenote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 3rem;
		cursor: pointer;
		padding-right: 1rem;
	}
	
	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 20px 0px 10px 10px;
		margin: 0px 0px 0px 0px;
		display: grid;
	}

	.low{
		font-size: 1.7rem;
	}

	.logo{
		display: inline-block;
		padding: 0px;
		margin-left: 1rem;
	}

	.logo img {
		width: 23rem;
		margin: 0rem ;
	}

	.low1{
		display: grid;	
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.low li{
		font-size: 1.8rem;
	}

	.low2{
		display: grid;	
		margin: 0px 10px 10px 15px;
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.back{
		margin: 10px 0px 20px 0rem;
		font-size: 1.8rem;
		color: grey;
	}

	.back a {
		margin: 10px 0px 20px 3rem;
		font-size: 2.1rem;
		color: grey;
	}

	.low6{
		margin: 0rem;
		padding: 2rem 0rem 2rem 0rem;
	}

	.low6 i{
		margin: 10px 0px 0px 0rem;
		padding: 0rem 5.5rem 0rem 3rem;
		font-size: large;
	}

	.download img{
		width: 40%;
		margin: 0px 10px 0px 10px;
		padding: 20px 0px 0px 0px;
		display: grid;
	}

	.downloadxx img{
		width: 35%;
		display: grid;
		margin: 0px 0px 10px 20px;
		padding: 20px 0px 10px 0px;
	}
	
}
















































@media screen and (max-width: 395px) {

	html{
		font-size: 50%;
	}
		
	.header{	
		padding: 2rem;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	.header p{	
		justify-content: center;
		text-align: center;
		padding-left: 1rem;
		font-size: 2.7rem;
		vertical-align: bottom;
	}

	.header p img{	
		width: 45%;
	}

	#menu-btn{
		display: block;
		font-size: 2.2rem;
		padding: 0rem;
		margin: 0rem;
	}

	#menu-btn.fa-times{
		/* margin: 0px 0px -10px 25px; */
		/* transform: rotate(180deg); */
		margin: 0px;
		transform: none;
	}

	.headings{
		font-size: 3.7rem;	
		padding-bottom: 6rem;
		padding-top: 12rem;
	}

	.services .services-slider .box img {
		width: 80%;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 38.5rem;
	}

	.swiper-button-prev{
		display: none;
	}

	.swiper-button-next{
		display: none;
	}

	.middle-page{
		width: 100%;
		padding: 1rem  3rem 1rem 3rem;
		margin: 0rem;
		display: grid;
		background-color: #fff;
	}
		
	.middle-page .firstheader p{
		font-size: 15px bolder;
		padding-bottom: 5px;
		font-style: italic;
	}
		
	.textheader .firstheader{
		padding: 30px 0rem 0px 0rem;
		font-size: 3.2rem;
		text-align: left;
		justify-content: left;
	}

	.middle-page .textheader{
		font-size: 2rem;
		width: 100%;
		margin: 0rem 0rem 2rem 0rem;
	}

	.middle-page .Quapp img{
		width: 34rem;
		height: 45rem;
		margin-left: 0rem;
		margin-top: 3rem; margin-bottom: 3rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img{
		width: 32rem;
		height: 45rem;
		margin: 3rem 0rem 5rem 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.5rem;
		width: 100%;
		padding: 20px 10px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		font-size: 2.2rem;
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
		
	.textx p{
		font-size: 2.2rem;
		padding: 10px 0px 10px 0px;
		line-height: 25px;
	}
	
	/* tablet area starts here */
	.incomingside{
		width: 100%;
		display: grid;
		padding: 6rem 0rem 6rem 3rem;
	}
		
	.incomingside .questpad-image{
		width: 100%;
		margin: 0rem;
		padding: 0rem ;
	}
		
	.incomingside .questpad-image img{
		width: 35rem;
		height: 55rem;
		border-radius: 30px;
		padding-bottom: 5rem ;
	}
		
	.incomingside .marktext{
		width: 90%;
		margin: 0rem;
		padding: 0rem ;
		font-size: 4rem;	
	}
		
	.incomingside .marktext h6 {
		padding-left: 0px;
		font-size: 3rem;
	}

	/* tablet area ends here */
	.photo1 img{
		width: 85%;
		height: 30rem;
		margin: 3rem 0rem 0rem 3rem;
	}
		
	.headings1{
		padding: 0rem;
		font-size: 2.5rem;
		padding-right: 15px;
	}
		
	.headings1 p{
		padding-bottom: 3rem;
		padding-top: 3rem;
		padding-left: 0px;
		padding-right: 15px;
		font-size: 2rem;
		width: 100%;
	}
		
	.headings1 h6 a{
		padding-bottom: 3rem;
		padding-top: 4rem;
		font-size: 1.7rem;
		text-decoration: none;
	}	

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 75rem;
		padding: 2rem 3%;
		margin: 10px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 5rem;
		padding-left: 2rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 3.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
	}

	.main-container{
		position: relative;
		width: 60%;
	}

	.tab-nav-bar{
		position: relative;
		margin: 40px 0rem 20px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		/* max-width: fit-content; */
		width: 40rem;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		max-width: 250px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .dragging{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 10px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .dragging .tab-btn{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btn.active{
		background: var(--first-color);
	}

	.iconx #left, #right{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #left{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	.iconx #right{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 320px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: right;
		align-items: right;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 30rem;
		height: 30rem;
		display: flex;
		justify-content: right;
		align-items: right;
		margin: 10px 0px 10px 20px;
		gap: 0px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}
	
	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 2rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 4rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 2rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 2rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 32rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 25rem 0rem 0rem 2rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 18%;
		height: 6rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.7rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1.5rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 32rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 25rem 0rem 0rem 1.5rem;
		margin: 3rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 18%;
		height: 6rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 60%;
		padding-top: 1rem;
		padding-left: 1rem;
	}

	.innovativenote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1.5rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.5rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 20px 0px 10px 10px;
		margin: 0px 0px 0px 0px;
		display: grid;
	}

	.low{
		font-size: 1.7rem;
	}

	.logo{
		display: inline-block;
		padding: 0px;
		margin-left: 1rem;
	}

	.logo img {
		width: 23rem;
		margin: 0rem ;
	}

	.low1{
		display: grid;	
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.low li{
		font-size: 1.8rem;
	}

	.low2{
		display: grid;	
		margin: 0px 10px 10px 15px;
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.back{
		margin: 10px 0px 20px 0rem;
		font-size: 1.8rem;
		color: grey;
	}

	.back a {
		margin: 10px 0px 20px 20px;
		font-size: 2.1rem;
		color: grey;
	}

	.low6{
		margin: 0rem;
		padding: 2rem 0rem 2rem 0rem;
	}

	.low6 i{
		margin: 10px 0px 0px 0rem;
		padding: 0rem 5rem 0rem 3rem;
		font-size: large;
	}

	.download img{
		width: 40%;
		margin: 0px 10px 0px 10px;
		padding: 20px 0px 0px 0px;
		display: grid;
	}

	.downloadxx img{
		width: 35%;
		display: grid;
		margin: 0px 0px 10px 20px;
		padding: 20px 0px 10px 0px;
	}

}






























@media screen and (max-width: 385px) {

	html{
		font-size: 50%;
	}
	
	.header{	
		padding: 2rem;
	}

	.header p{	
		justify-content: center;
		text-align: center;
		padding-left: 1rem;
		font-size: 2.7rem;
		vertical-align: bottom;
	}

	.header p img{	
		font-size: 2.9rem;
		width: 45%;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	#menu-btn{
		display: block;
		font-size: 2.2rem;
		padding: 0rem;
		margin: 0rem;
	}

	#menu-btn.fa-times{
		/* margin: 0px 0px -10px 25px; */
		/* transform: rotate(180deg); */
		margin: 0px;
		transform: none;
	}

	.headings{
		font-size: 3.7rem;	
		padding-bottom: 6rem;
		padding-top: 12rem;
	}

	.services .services-slider .box img {
		width: 80%;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 38.5rem;
	}

	.swiper-button-prev{
		display: none;
	}

	.swiper-button-next{
		display: none;
	}

	.middle-page{
		width: 100%;
		padding: 1rem  3rem 1rem 3rem;
		margin: 0rem;
		display: grid;
		background-color: #fff;
	}
		
	.middle-page .firstheader p{
		font-size: 15px bolder;
		padding-bottom: 5px;
		font-style: italic;
	}
		
	.textheader .firstheader{
		padding: 30px 0rem 0px 0rem;
		font-size: 3.2rem;
		text-align: left;
		justify-content: left;
	}

	.middle-page .textheader{
		font-size: 2rem;
		width: 100%;
		margin: 0rem 0rem 2rem 0rem;
	}

	.middle-page .Quapp img{
		width: 34rem;
		height: 45rem;
		margin-left: 0rem;
		margin-top: 3rem; 
		margin-bottom: 2rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img{
		width: 32rem;
		height: 45rem;
		margin: 3rem 0rem 5rem 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.5rem;
		width: 100%;
		padding: 20px 10px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		font-size: 2.2rem;
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
		
	.textx p{
		font-size: 2.2rem;
		padding: 10px 0px 10px 0px;
		line-height: 25px;
	}
	
	/* tablet area starts here */
	.incomingside{
		width: 100%;
		display: grid;
		padding: 6rem 0rem 6rem 3rem;
	}
		
	.incomingside .questpad-image{
		width: 100%;
		margin: 0rem;
		padding: 0rem ;
	}
		
	.incomingside .questpad-image img{
		width: 35rem;
		height: 55rem;
		border-radius: 30px;
		padding-bottom: 5rem ;
	}
		
	.incomingside .marktext{
		width: 90%;
		margin: 0rem;
		padding: 0rem ;
		font-size: 4rem;	
	}
		
	.incomingside .marktext h6 {
		padding-left: 0px;
		font-size: 3rem;
	}

	/* tablet area ends here */
	.photo1 img{
		width: 85%;
		height: 30rem;
		margin: 2rem 0rem 0rem 3rem;
	}
		
	.headings1{
		padding-bottom: 0rem;
		padding-top: 0rem;
		padding-left: 0rem;
		padding-right: 1rem;
		font-size: 2.4rem;
	}
		
	.headings1 p{
		padding-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 0px;
		font-size: 2rem;
		width: 100%;
	}
		
	.headings1 h6 a{
		padding-bottom: 3rem;
		padding-top: 4rem;
		font-size: 1.7rem;
		text-decoration: none;
	}	

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 72rem;
		padding: 2rem 3%;
		margin: 0px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 5rem;
		padding-left: 1rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 3.2rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
	}

	.main-container{
		position: relative;
		width: 60%;
	}

	.tab-nav-bar{
		position: relative;
		margin: 40px 0rem 20px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		/* max-width: fit-content; */
		width: 40rem;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		max-width: 250px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .dragging{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .dragging .tab-btn{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btn.active{
		background: var(--first-color);
	}

	.iconx #left, #right{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #left{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	.iconx #right{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 350px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: right;
		align-items: right;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 30rem;
		height: 30rem;
		display: flex;
		margin: 10px 0px 10px 20px;
		gap: 0px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}

	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 2rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 4rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 2rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 2rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 31rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 23rem 0rem 0rem 1rem;
		margin: 5rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 18%;
		height: 5rem;
		padding-right: 1rem;
		margin-top: 2rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.8rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 31rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 23rem 0rem 0rem 1rem;
		margin: 3rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 18%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 55%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.innovativenote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.8rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 20px 0px 10px 10px;
		margin: 0px 0px 0px 0px;
		display: grid;
	}

	.low{
		font-size: 1.7rem;
	}

	.logo{
		display: inline-block;
		padding: 0px;
		margin-left: 1rem;
	}

	.logo img {
		width: 23rem;
		margin: 0rem ;
	}

	.low1{
		display: grid;	
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.low li{
		font-size: 1.8rem;
	}

	.low2{
		display: grid;	
		margin: 0px 10px 10px 15px;
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.back{
		margin: 10px 0px 20px 0rem;
		font-size: 1.8rem;
		color: grey;
	}

	.back a {
		margin: 10px 0px 20px 20px;
		font-size: 2.1rem;
		color: grey;
	}

	.low6{
		margin: 0rem;
		padding: 2rem 0rem 2rem 0rem;
	}

	.low6 i{
		margin: 10px 0px 0px 0rem;
		padding: 0rem 5rem 0rem 3rem;
		font-size: large;
	}

	.download img{
		width: 40%;
		margin: 0px 10px 0px 10px;
		padding: 20px 0px 0px 0px;
		display: grid;
	}

	.downloadxx img{
		width: 35%;
		display: grid;
		margin: 0px 0px 10px 20px;
		padding: 20px 0px 10px 0px;
	}

}






































@media screen and (max-width: 365px) {

	html{
		font-size: 50%;
	}
		
	.header{	
		padding: 2rem;
	}

	.header p{	
		justify-content: center;
		text-align: center;
		padding-left: 1rem;
		font-size: 2.7rem;
		vertical-align: bottom;
	}

	.header p img{	
		font-size: 2.9rem;
		width: 45%;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	#menu-btn{
		display: block;
		font-size: 2.2rem;
		padding: 0rem;
		margin: 0rem;
	}

	#menu-btn.fa-times{
		/* margin: 0px 0px -10px 25px; */
		/* transform: rotate(180deg); */
		margin: 0px;
		transform: none;
	}

	.headings{
		font-size: 3.7rem;	
		padding-bottom: 6rem;
		padding-top: 12rem;
	}

	.services .services-slider .box img {
		width: 80%;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 38.5rem;
	}

	.swiper-button-prev{
		display: none;
	}

	.swiper-button-next{
		display: none;
	}

	.middle-page{
		width: 100%;
		padding: 1rem  3rem 1rem 3rem;
		margin: 0rem;
		display: grid;
		background-color: #fff;
	}
		
	.middle-page .firstheader p{
		font-size: 15px bolder;
		padding-bottom: 5px;
		font-style: italic;
	}
		
	.textheader .firstheader{
		padding: 30px 0rem 0px 0rem;
		font-size: 3.1rem;
		text-align: left;
		justify-content: left;
	}

	.middle-page .textheader{
		font-size: 2rem;
		width: 100%;
		margin: 0rem 0rem 2rem 0rem;
	}

	.middle-page .Quapp img{
		width: 30rem;
		height: 45rem;
		margin-left: 0rem;
		margin-top: 3rem; 
		margin-bottom: 2rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img{
		width: 28rem;
		height: 45rem;
		margin: 3rem 0rem 5rem 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.5rem;
		width: 100%;
		padding: 20px 10px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		font-size: 2.2rem;
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
		
	.textx p{
		font-size: 2.2rem;
		padding: 10px 0px 10px 0px;
		line-height: 25px;
	}
	
	/* tablet area starts here */
	.incomingside{
		width: 100%;
		display: grid;
		padding: 6rem 0rem 6rem 3rem;
	}
		
	.incomingside .questpad-image{
		width: 100%;
		margin: 0rem;
		padding: 0rem ;
	}
		
	.incomingside .questpad-image img{
		width: 35rem;
		height: 55rem;
		border-radius: 30px;
		padding-bottom: 5rem ;
	}
		
	.incomingside .marktext{
		width: 90%;
		margin: 0rem;
		padding: 0rem ;
		font-size: 4rem;	
	}
		
	.incomingside .marktext h6 {
		padding-left: 0px;
		font-size: 3rem;
	}

	/* tablet area ends here */
	.photo1 img{
		width: 85%;
		height: 30rem;
		margin: 2rem 0rem 0rem 3rem;
	}
		
	.headings1{
		padding-bottom: 0rem;
		padding-top: 0rem;
		padding-left: 0rem;
		padding-right: 1rem;
		font-size: 2.4rem;
	}
		
	.headings1 p{
		padding-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 0px;
		font-size: 2rem;
		width: 100%;
	}
		
	.headings1 h6 a{
		padding-bottom: 3rem;
		padding-top: 4rem;
		font-size: 1.7rem;
		text-decoration: none;
	}

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 72rem;
		padding: 2rem 3%;
		margin: 0px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 5rem;
		padding-left: 1rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 3.2rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 2rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
	}

	.main-container{
		position: relative;
		width: 60%;
	}

	.tab-nav-bar{
		position: relative;
		margin: 40px 0rem 20px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		/* max-width: fit-content; */
		width: 40rem;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		max-width: 250px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .dragging{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 20px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .dragging .tab-btn{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btn.active{
		background: var(--first-color);
	}

	.iconx #left, #right{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #left{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	.iconx #right{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 300px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: right;
		align-items: right;
		margin: 0px 0px 10px 60px;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 30rem;
		height: 30rem;
		display: flex;
		justify-content: right;
		align-items: right;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}

	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 2rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 4rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 2rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 2rem 0rem 2rem;
		padding: 1rem 1rem;
		width: 90%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 31rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 24rem 0rem 0rem 1rem;
		margin: 4rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 18%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.renderernote p{
		font-size: 1.6rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.6rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 31rem;
		border-radius: 30px;
		padding: 24rem 0rem 0rem 1rem;
		margin: 3rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 18%;
		height: 5rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: 600;
		font-style: bolder;
		width: 55%;
		padding-top: 0.7rem;
		padding-left: 1rem;
	}

	.innovativenote p{
		font-size: 1.6rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2.6rem;
		cursor: pointer;
		padding-right: 1rem;
	}

	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 20px 0px 10px 10px;
		margin: 0px 0px 0px 0px;
		display: grid;
	}

	.low{
		font-size: 1.7rem;
	}

	.logo{
		display: inline-block;
		padding: 0px;
		margin-left: 1rem;
	}

	.logo img {
		width: 23rem;
		margin: 0rem ;
	}

	.low1{
		display: grid;	
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.low li{
		font-size: 1.8rem;
	}

	.low2{
		display: grid;	
		margin: 0px 10px 10px 15px;
		padding: 20px 0px 3rem 0rem;
		font-size: 1.2em bolder;
	}

	.back{
		margin: 10px 0px 20px 0rem;
		font-size: 1.8rem;
		color: grey;
	}

	.back a {
		margin: 10px 0px 20px 10px;
		font-size: 2rem;
		color: grey;
	}

	.low6{
		margin: 0rem;
		padding: 2rem 0rem 2rem 0rem;
	}

	.low6 i{
		margin: 10px 0px 0px 0rem;
		padding: 0rem 4rem 0rem 3rem;
		font-size: large;
	}

	.download img{
		width: 40%;
		margin: 0px 10px 0px 10px;
		padding: 20px 0px 0px 0px;
		display: grid;
	}

	.downloadxx img{
		width: 35%;
		display: grid;
		margin: 0px 0px 10px 20px;
		padding: 20px 0px 10px 0px;
	}

}






































@media screen and (max-width: 290px) {

	html{
		font-size: 47%;
	}

	.header{	
		padding: 2.5rem 3%;
	}

	.header p{	
		padding-left: 1rem;
		font-size: 2.5rem;
		vertical-align: bottom;
	}

	.header p img {
		font-size: 2.9rem;
		width: 50%;
	}

	.header .navbar1 {
		padding: 0px;
		width: 100%;
		padding-right: 0px;
		/* font-size: 2em; */
		font-weight: 600;
		color: #ffffff;
	}

	.headings{
		font-size: 3.rem;	
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 6rem;
		padding-top: 12rem;
	}

	.services .services-slider{
		padding-bottom: 7rem;
		height: 33rem;
	}

	.swiper-button-prev{
		display: none;
	}

	.swiper-button-next{
		display: none;
	}

	.middle-page{
		width: 100%;
		padding: 1rem  1rem 1rem 1rem;
		margin:  1rem  0rem 1rem 0rem;
		display: grid;
		background-color: #fff;
	}
		
	.middle-page .firstheader p{
		font-size: 15px bolder;
		padding-bottom: 5px;
		font-style: italic;
	}
		
	.textheader .firstheader{
		padding: 30px 0rem 0px 0rem;
		font-size: 3rem;
		text-align: left;
		justify-content: left;
	}

	.middle-page .textheader{
		font-size: 2rem;
		width: 100%;
		margin: 0rem 0rem 2rem 0rem;
	}

	.middle-page .Quapp img{
		width: 29rem;
		height: 40rem;
		margin-left: 0rem;
		margin-top: 3rem; 
		margin-bottom: 3rem;
		border-radius: 30px;
	}

	.middle-page .Quappx img{
		width: 27rem;
		height: 40rem;
		margin: 3rem 0rem 5rem 0rem;
		border-radius: 30px;
		justify-content: center;
		text-align: center;
	}

	.textx{
		font-size: 2.5rem;
		width: 100%;
		padding: 20px 10px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}

	.textx h6{
		font-size: 2rem;
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-transform: none;
		font-style: bolder;
		font-family: serif;
	}
		
	.textx p{
		font-size: 2rem;
		padding: 10px 0px 10px 0px;
		line-height: 25px;
	}

	/* tablet area starts here */

	.incomingside{
		width: 100%;
		display: grid;
		padding: 6rem 0rem 6rem 0rem;
	}
		
	.incomingside .questpad-image{
		width: 100%;
		margin: 0rem;
		padding: 0rem ;
	}
		
	.incomingside .questpad-image img{
		width: 35rem;
		height: 55rem;
		border-radius: 30px;
		padding-bottom: 5rem;
	}
		
	.incomingside .marktext{
		width: 90%;
		padding-left: 2rem;
		font-size: 4rem;	
	}
		
	.incomingside .marktext h6 {
		padding-left: 0px;
		font-size: 3rem;
	}

	.btnx1{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		font-size: 2rem;
		margin-top: 5rem;
		margin-left: 0rem;
	}

	.btnx1 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.5rem;
		border-right: 2px solid rgb(255, 255, 255);
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.btnx2{
		display: inline-block;
		border-radius: 5rem;
		color:  var(--text-color);
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 1.7rem;
		cursor: pointer;
		margin-top: 5rem;
		padding-left: 2rem;
	}

	.btnx2 i{
		color: var(--text-color);
		font-weight: 600;
		font-style: bolder;
		font-size: 2.5rem;
		/* border-right:2px solid rgb(255, 255, 255); */
	}

	/* tablet area ends here */

	.photo1 img {
		width: 85%;
		height: 30rem;
		margin: 2rem 0rem 0rem 1rem;
	}

	.headings1{
		padding-bottom: 0rem;
		padding-top: 2rem;
		padding-left: 0rem;
		padding-right: 0rem;
		width: 90%;
		font-size: 2rem;
	}

	.headings1 h3{
		padding-top: 0rem;
		margin-top: 0rem;
	}
		
	.headings1 p{
		font-size: 2rem;
		padding: 10px 0px 30px 0px;
		line-height: 25px;
	}
		
	.headings1 h6 a{
		padding-bottom: 0rem;
		padding-top: 4rem;
		font-size: 1.8rem;
		text-decoration: none;
	}

	.mainservice1{
		display: inline-block;
		width: 100%;
		height: 72rem;
		padding: 2rem 3%;
		margin: 50px 0px 0px 0px;
		background-color: black;
	}

	.headings2{
		text-align: left;
		padding-top: 5rem;
		padding-left: 1rem;
		color: rgb(255, 255, 255);
		/* background-color: var(--second-color); */
	}

	.headings2 h3{
		font-size: 2.5rem;
		padding-bottom: 0rem;
	}

	.headings2 p{
		text-align: left;
		padding-bottom: 3rem;
		padding-top: 2rem;
		font-size: 1.8rem;
		color: rgb(255, 255, 255);
		width: 100%;
		line-height: 30px;
	}

	section{
		position: relative;
		margin: 0px;
		transition: 0.5s ease;
		padding-left: 0rem;
		margin-left: 0rem;
	}

	.main-container{
		position: relative;
		width: 26%;
	}

	.tab-nav-bar{
		position: relative;
		margin: 40px 0rem 20px 0px;
		justify-content: left;
		align-items:left;
	}

	.nav-navigationx{
		position: relative;
		display: flex;
		justify-content: left;
		align-items:left;
		/* max-width: fit-content; */
		width: 20rem;
		margin: 0px auto;
	}

	.tab-menux{
		color: var(--text-color);
		list-style-type: none;
		max-width: 250px;
		padding: 10px;
		white-space: nowrap;
		border-radius: 50px;
		overflow-x: auto;
		user-select: none;
		scroll-behavior: unset;
	}

	.tab-menux .dragging{
		scroll-behavior: unset;
		cursor: grab;
	}

	.tab-menux::-webkit-scrollbar{
		display: none;
	}

	.tab-btnx{
		color: var(--text-color);
		display: inline-block;
		font-size: 2em;
		font-weight: 400;
		margin: 0px 2px;
		padding: 10px 10px;
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: 0.3s ease;
	}

	.tab-menux .dragging .tab-btn{
		pointer-events: none;
	}

	.tab-btnx:hover{
		background: var(--third-color);
	}

	.tab-menux .tab-btn.active{
		background: var(--first-color);
	}

	.iconx #left, #right{
		position: absolute;
		color: var(--text-color);
		font-size: 1.8em;
		padding: 10px;
		cursor: pointer;
	}

	.iconx #left{
		left: 0%;
		top: 20%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		display: none;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	.iconx #right{
		right: 0;
		top: 20%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		background: linear-gradient(to left, transparent, var(--second-color) 0%);
	}

	/* tab content */
	.tab-contentx{
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.tabx{
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: auto;
		max-width: 1100px;
		padding: 15px 50px;
		transform: translateX(25px);
		content-visibility: hidden;
		opacity: 0;
	}

	.tabx.active{
		transform: translateX(0);
		content-visibility: visible ;
		opacity: 1;
		transition: 1s ease;
	}

	.tabx .rowx{
		width: 100%;
		display: grid;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
		gap: 30px;
	}

	.tabx .img-cardx{
		position: relative;
		width: 300px;
		max-width: 550px;
		border-radius: 20px;
		overflow: hidden;
		display: flex;
		justify-content: right;
		align-items: right;
		margin: 0px 20px 10px 55px;
		box-shadow: var(--box-shadow);
	}

	.tabx .img-cardx img{
		width: 27rem;
		height: 25rem;
		display: flex;
		justify-content: right;
		align-items: right;
		gap: 30px;
		border-radius: 20px;
	}

	.right-columnx{
		max-width: 800px;
	}	

	.signin1{
		display: grid;
		background-color: #ffffff;
		padding: 0rem 0rem 5rem 0rem;
		margin: 0rem;
		width: 100%;
	}

	.signin1 span{
		font-size: 3.5rem;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 1rem;
		width: 100%;
		display: grid;
	}

	.sigin-user{
		color: rgb(0, 0, 0);
		font-size: 2rem;
		margin: 0rem 0rem 0rem 1rem;
		padding: 1rem 1rem;
		width: 85%;
	}

	.signin-provider {
		color: rgb(0, 0, 0);
		font-size: 2em;
		margin: 0rem 2rem 0rem 1rem;
		padding: 1rem 1rem;
		width: 85%;
	}

	.renderer{
		background-image: url(../pictures/questlogo\ \(121\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 26rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 19.5rem 0rem 0rem 1rem;
		margin: 4rem 0rem 0rem 0rem;
	}

	.renderer img{
		width: 20%;
		height: 4rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.renderernote{
		display: inline-block;
		font-size: 2rem;
		font-weight: 600;
		font-style: bolder;
		width: 50%;
		padding-top: 0rem;
		padding-left: 0rem;
	}

	.renderernote p{
		font-size: 1.6rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.renderget{  
		width: 30%;
		padding-top: 1rem;
	}

	.renderget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2rem;
		cursor: pointer;
		padding-right: 0rem;
	}

	.innovative{
		background-image: url(../pictures/questlogo\ \(151\).png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #dfdbdb;
		display: flex;
		color: rgb(0, 0, 0);
		width: 100%;
		height: 26rem;
		border-radius: 30px;
		/* opacity: .9; */
		/* transform: scale(.9); */
		padding: 19rem 0rem 0rem 1rem;
		margin: 2rem 0rem 0rem 0rem;
	}

	.innovative img{
		width: 20%;
		height: 4rem;
		padding-right: 1rem;
		margin: 0rem;
	}

	.innovativenote{
		display: inline-block;
		font-size: 2rem;
		font-weight: 600;
		font-style: bolder;
		width: 55%;
		padding-top: 0rem;
		padding-left: 0rem;
	}

	.innovativenote p{
		font-size: 1.5rem;
		font-weight: 100;
		color: #383737;
		width: 100%;
		padding: 0rem;
		margin: 0rem;
	}

	.innovativeget{  
		width: 30%;
		padding-top: 1rem;
	}

	.innovativeget a i {
		border-radius: 5rem;
		color:  black;
		font-weight: 600;
		font-style: bolder;
		width: fit-content;
		font-size: 2rem;
		cursor: pointer;
		padding-right: 0rem;
	}

	.mainback{
		color: white; 
		background-color: black; 
		width: 100%;
		padding: 20px 0px 0px 10px;
		margin: 0px 0px 0px 0px;
		display: grid;
	}
		
	.logo{
		display: inline-block;
		margin-left: 1rem;
	}
		
	.logo img {
		width: 20rem;
		margin: 0rem ;
	}
		
	.logotext{
		font-size: 2em;
		padding: 3rem 5px 15px 0px;
	}
		
	.low1{
		display: grid;	
		padding: 20px 0px 3rem 0rem;
		margin: 0px 20px 0px 10px;
		font-size: 1.1em bolder;
	}
		
	.low2{
		display: grid;	
		margin: 0px 10px 10px 20px;
		padding: 20px 0px 3rem 0rem;
	}

	.back{
		margin: 5px 0px 20px 0rem;
		font-size: 1.8rem;
		color: grey;
	}

	.back a {
		margin: 10px 0px 20px 1rem;
		font-size: 1.9rem;
		color: grey;
	}

	.low6{
		margin: 0rem;
		padding: 2rem 0rem 2rem 0rem;
	}

	.low6 i{
		margin: 10px 0px 0px 1rem;
		padding: 0rem 2.5rem 0rem 2.5rem;
		font-size: large;
	}

	.download img{
		width: 54%;
		margin: 0px 10px 0px 10px;
		padding: 20px 0px 0px 0px;
		display: grid;
	}

	.downloadxx img{
		width: 49%;
		display: grid;
		margin: 0px 0px 10px 20px;
		padding: 20px 0px 10px 0px;
	}

}