*{
	box-sizing: border-box;
	margin: 0px;
	line-height: normal;
	padding: 0px;
	list-style: none;
	box-shadow: none;
	border: none;
	resize: none;
	outline: none;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	font-family: 'HipkartSans';
	outline: none;
	font-weight: 400;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-Light.ttf') format('truetype'); 
    font-weight: 100;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-Regular.ttf') format('truetype'); 
    font-weight: 200;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-SemiBold.ttf') format('truetype'); 
    font-weight: 300;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-Bold.ttf') format('truetype'); 
    font-weight: 700;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
select{	
	-webkit-appearance: none;
}
*:after, *:before{
	box-sizing: border-box;
	margin: 0px;
}
a{
	text-decoration: none;
}
::selection{
	background: #FF1F4C;
	color: #222;
}
body{
	position: relative;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body::-webkit-scrollbar-track{
	background-color: #FFF;
}
body::-webkit-scrollbar{
	width: 5px;
	background-color: #FFF;
}
body::-webkit-scrollbar-thumb{
	background-color: #FF1F4C;
}
strong{
	font-weight: 500;
}
.floatLeft{
	float: left;
	width: 100%;
}
.middleContainer{
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
}
.hipkart_header_row{
	padding: 15px 20px 16px;
	min-height: 80px;
	z-index: 2;
}
.hipKart-header-logo{
	float: left;
	font-size: 50px;
	color: #FF1F4C;
}
.hipKart-header-logo:hover{
	color: #FF1F4C;
}
.menu_Desktop{
	float: left;
    margin-left: 20px;
    margin-top: 15px;
}
.menu_Desktop .shopingLink{
	float: left;
	padding: 0px 10px;
}
.menu_Desktop .shopingLink a{
	color: #222;
	font-size: 16px;
    font-weight: 500;
}
.hipKartLoginIcons{
	float: right;
	margin-right: 20px;
    margin-top: 5px;
}
.hipKartLoginIcons ul{
	float: left;
}
.hipKartLoginIcons ul li{
	float: left;
	padding: 0px 10px;
}
.hipKartLoginIcons ul li .loginText{
	float: left;
	font-size: 16px;
	color: #222;
	font-weight: 500;
    margin-top: 11px;
}
.hipKartLoginIcons ul li .signUpBtn{
	padding: 11px 25px;
	background: #FF1F4C;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
    border-radius: 3px;
	text-align: center;
    display: inline-block;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
    -webkit-transition-property: background-color border-color color;
    transition-property: background-color border-color color;
}
.revewContainer{
	padding: 80px 20px;
	background: #FFF;
	text-align: center;
}
.compareHead{
	font-size: 3em;
    padding-top: 25px;
    color: #222;
    font-weight: 600;
}
.subHeading{
	font-size: 2.25em;
	padding-top: 20px;
	line-height: 34px;
	color: #555;
    font-weight: 400;
}
.StoreContainer{
	padding: 70px 20px 60px;
	background: #FFF;
}
.StoreContainer .startStore{
	display: flex;
	justify-content: center;
	align-items: center;
}
.startStore .signUpText{
	font-size: 24px;
	color: #222;
	margin-right: 20px;
	display: inline-block;
}
.startStore .createStorBtn{
	padding: 15px 30px;
	color: #FFF;
	background: #FF1F4C;
	display: inline-block;
	font-size: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.faqContainer{
	margin: 0px auto;
    position: relative;
    padding: 0 30px;
	max-width: 990px;
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.singleQuesBox{
	margin: 0px auto;
    position: relative;
    padding: 0 30px;
	max-width: 990px;
	width: 100%;
}
.faqContainer .faqGridBlock{
	float: left;
	width: 33.3%;
	padding-right: 30px;
}
.faqContainer .faqGridBlock:last-child{
    padding-right: 0;
}
.faqGridBlock .faqCategory{
	margin-bottom: 60px;
}
.faqGridBlock .faqCategory .faqHeading{
	font-weight: 600;
	color: #222;
	font-size: 1.125em;
	margin-bottom: 20px;
}
.faqAllLists .faqQuesRow{
	margin-bottom: 15px;
}
.faqAllLists .faqQuesRow:last-child{
	margin-bottom: 0px;
}
.faqAllLists .faqQuesRow a{
	color: #0660CE;
	float: left;
	font-size: 15px;
}
.faqAllLists .faqQuesRow a:hover{
	color: #0660CE;
}
.faqExplainBlock{
	padding-top: 90px;
	border-bottom: 1px solid #DFE3E8;
}
.pageNavigation{
	border-bottom: 1px solid #DFE3E8;
	padding-bottom: 20px;
	margin-bottom: 45px;
}
.pageNavigation .routeHome{
	font-size: 14px;
    color: #555;
    float: left;
	text-decoration: underline;
}
.pageNavigation .routeHome svg{
	height: 12px;
    width: 12px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.pageNavigation .routeHome svg path{
	fill: #666;
}
.pageNavigation .currentTitle{
	font-size: 14px;
    color: #555;
    float: left;
    margin-left: 5px;
}
.singleQuesBlock .singleQuesHead{
	text-align: center;
	font-size: 3em;
	margin-bottom: 60px;
	font-weight: 700;
	color: #222;
}
.singleQuesBlock .singleAnswer{
	font-size: 1.125em;
	color: #555;
	margin-bottom: 15px;
}
.singleQuesBlock .singleAnswer a{
	color: #0060CE;
	display: inline-block;
}
.hipkartMenu{
	display: none;
}
@media only screen and (max-width:768px){
	.hipKartLoginIcons ul li .signUpBtn, .menu_Desktop .shopingLink a, .hipKartLoginIcons ul li .loginText{
		font-size: 18px;
	}
	.hipKartLoginIcons ul li .loginText{
		margin-top: 0px;
	}
	.hipKartLoginIcons ul li .signUpBtn{
		padding: 0px;
		background: none;
		box-shadow: none;
		color: #222;
	}
	.hipKartLoginIcons ul li, .menu_Desktop .shopingLink{
		padding: 10px;
		width: 100%;
	}
	.menu_Desktop, .hipKartLoginIcons{
		width: 100%;
		margin: 0px;
		display: none;
	}
	.hipkartMenu{
		font-size: 26px;
		color: #222;
		float: right;
		padding: 12px 10px 12px 20px;
		display: inline-block;
	}
	.hipkartMenu:hover{
		color: #222;
	}
	.hipKartLoginIcons ul{
		width: 100%;
	}
	.hipkart_header_row .menu_Desktop{
		padding-top: 20px;
	}
	.startStore .signUpText{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.StoreContainer .startStore, .faqContainer{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width:568px){
	.faqContainer .faqGridBlock{
		width: 100%;
		padding-right: 0;
	}
	.compareHead{
		font-size: 2em;
	}
	.subHeading{
		font-size: 1.125em;
	}
	.singleQuesBlock .singleQuesHead{
		font-size: 2.5em;
	}
}