header {
	display: none
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body,
html {
	font-family: Roboto, sans-serif;
	font-size: 14px
}

h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0
}

#block-fivepaisa-breadcrumbs {
	padding-top: 0
}

.noTitle {
	padding-top: 30px
}

.top {
	position: fixed
}

button {
	cursor: pointer;
	border: none;
	background: 0 0
}

.but {
	padding: 0 10px 10px 0
}

.part1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 190px
}

.part1 h1 {
	font-family: Roboto, sans-serif;
	color: rgba(0, 0, 0, .8)
}

.part1 h2 {
	font-size: 60px;
	font-family: Roboto, sans-serif;
	color: rgba(0, 0, 0, .8);
	margin-right: 30px
}

.part1-dash {
	width: 70px;
	height: 5px;
	border-radius: 5px;
	background-color: #c0083e;
	margin-top: 7px;
	margin-right: 310px
}

.part1 a {
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 2px
}

.part1button {
	width: 172.84px;
	height: 45px;
	left: 1010px;
	top: 89px;
	background: #c0083e;
	box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	border-radius: 10px;
	outline: 0;
	color: #fff;
	font-size: 14px;
	margin-left: 170px
}

.exploremore {
	background: #c0083e;
	box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin-right: 30px;
	padding: 6px 10px;
	text-decoration: none
}

.part3 {
	width: 220px;
	height: 350px;
	border: 4px solid #fff;
	border-radius: 15px;
	box-shadow: 0 0 12px #ccc;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: auto;
	background-color: #f2f2f2;
	margin-top: 70px;
	left: 4%
}

.part3 a h3 {
	font-size: 1.17em !important
}

.left {
	z-index: 1
}

.part3 a {
	text-decoration: none;
	margin: 20px 30px;
	color: #153a5b
}

.contact {
	height: 57px;
	width: 212px;
	border-radius: 10px;
	box-shadow: 0 5px 13px 0 #c0083E4D;
	padding: 15px 30px 15px 30px;
	margin: 430px 0 0 60px;
	outline: 0;
	background-color: #c0083e;
	color: #fff;
	position: fixed
}

.content {
	width: 75%;
	float: right
}

.part11 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	width: 100%;
	padding-left: 400px;
	padding-right: 20px
}

.part11 h2 {
	color: #fff;
	font-size: 22px;
	font-family: Roboto, sans-serif
}

.part22 {
	display: flex;
	margin-top: 30px;
	align-items: center;
	width: 90%;
	font-weight: 700;
	font-size: 17px;
	font-family: Roboto, sans-serif
}

.filter--text {
	padding-top: 62px
}

.same {
	display: -webkit-inline-box;
	align-items: center;
	margin: 3px;
	padding: 0 20px 0 0;
	font-weight: 300
}

.same input {
	margin: 0 3px 0 3px
}

.arrow {
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.part33 {
	margin-top: 60px;
	width: 30%;
	height: 220px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 39px 15px 16px 15px;
	background: #eaf6ff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
}

.part33 img {
	margin: 15px 0 2px 0
}

.part33 h2 {
	font-size: 16px;
	font-family: Roboto, sans-serif
}

.part33 p {
	padding: 5px 15px;
	margin-top: 2px;
	height: 70px;
	color: #595a62;
	line-height: 20px
}

.part33button {
	margin-top: 15px
}

.part33button button {
	background-color: #c0083e;
	padding: 2px 20px 2px 20px;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	margin: 0 5px 0 5px
}

.part33box {
	display: flex
}

.mobilepart3 {
	display: none;
	position: relative;
	z-index: 1
}

.mobilepart3 a h3 {
	font-size: 1.17em
}

@media only screen and (max-width:767px) {
	.part1-dash {
		display: none
	}

	.btn-height {
		line-height: 30px
	}

	.part1 {
		padding-left: 0;
		margin: 40px 0px 10px 0px;
	}

	.part1 a {
		padding: 4px 6px !important;
		letter-spacing: 1px !important
	}

	.part1 h2 {
		font-size: 30px;
		padding: 10px
	}

	.part1 h1 {
		font-size: 18px;
		padding: 10px;
		margin-right: 60px;
	}

	.part1button {
		font-size: 12px
	}

	.filter--text {
		padding: 10px
	}

	.part22 {
		padding: 0
	}

	.mobileexploremore {
		margin-top: 100px;
		float: left
	}

	.popuplogo {
		left: unset !important
	}

	.mainhead h1 {
		left: 125px !important;
		font-size: 1.5em
	}

	.mainhead p {
		left: 128px !important
	}

	.popmaterial {
		overflow: auto
	}

	.popdetails img {
		width: 100% !important
	}

	.content {
		width: 100%;
		float: right
	}
}

@media only screen and (max-width:1210px) {
	.part22 {
		width: 90%
	}

	.contact {
		margin: 10px 0 0 62px
	}
}

@media only screen and (max-width:1078px) {
	.part22 {
		width: 95%
	}

	.same input {
		margin: 0 1px 0 1px
	}
}

@media only screen and (max-width:1078px) {
	.part22 {
		width: 100%
	}
}

@media only screen and (max-width:1280px) {
	.part1-dash {
		margin-right: 50px
	}

	.popproductelement {
		margin-left: 10px !important
	}

	.popcontent {
		padding: 0 10px 0 10px !important
	}
}

@media only screen and (max-width:1196px) {
	.contact {
		margin: 10px 0 0 30px
	}
}

@media only screen and (max-width:950px) {
	.left {
		display: none
	}

	.mobilepart3 {
		margin-top: 30px;
		display: flex;
		width: 80%;
		font-family: Roboto, sans-serif;
		justify-content: space-around;
		align-items: center;
		margin: auto
	}

	.mobilepart3 a {
		text-decoration: none;
		color: rgba(0, 0, 0, .8);
		margin-top: 30px;
		font-size: 2.3vw
	}

	.part2 {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		width: 100%
	}

	.container {
		width: 100%;
		padding-right: 0
	}

	.part33box {
		display: block;
		justify-content: center
	}

	.part11 {
		margin: 50px 0 10px 20px
	}
}

@media only screen and (max-width:700px) {
	.part22 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-left: 15px;
		margin-top: 0
	}

	.part33button {
		margin-top: 30px
	}

	.part22 {
		width: 80%
	}
}

@media only screen and (max-width:616px) {
	.part33 {
		width: 90%;
		height: 250px
	}

	.part33 p {
		padding: 0 10px 0 10px
	}

	.part33button button {
		background-color: #c0083e;
		padding: 2px 10px 2px 10px
	}

	.part33button {
		margin-top: 20px
	}

	.part1 h2 {
		font-size: 50px
	}

	.part1button {
		font-size: 12px;
		margin-left: 70px
	}
}

@media only screen and (max-width:520px) {
	.part1button {
		margin-left: 30px
	}

	.part1button {
		background-color: #c0083e;
		padding: 10px 10px 10px 10px
	}

	.part11 {
		width: 350px
	}
}

@media only screen and (max-width:520px) {
	.part1-dash {
		width: 40px
	}

	.part1 h2 {
		font-size: 30px
	}

	.part11 {
		height: 40px
	}

	.part1button {
		background-color: #c0083e;
		padding: 6px 10px 6px 10px
	}

	.mobilepart3 a {
		font-size: 10px
	}

	.mobilepart3 {
		width: 93%
	}

	.part33button button {
		margin: 0
	}
}

@media only screen and (max-width:406px) {
	.mobilepart3 {
		width: 95%;
		margin-bottom: 20px
	}

	.part1 h2 {
		margin-right: 10px
	}

	.part1button {
		margin-left: 10px
	}

	.part33button button {
		margin: 0
	}

	.part33button button {
		padding: 2px 2px 2px 2px
	}

	.part33 {
		height: 270px
	}

	.part11 {
		width: 249px
	}
}

.pop {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, .6)
}

.popmessage {
	width: 90%;
	height: 90vh;
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	box-shadow: 0 0 10px #ccc;
	overflow: hidden
}

.popmaterial {
	overflow: auto;
	height: 415px;
	line-height: 22px
}

.popmaterial p {
	color: #212529;
	padding: 5px 5px 0 0
}

.popdetails img {
	width: 50%;
	padding: 10px
}

.popdetails p {
	padding: 5px 5px 0 30px;
	color: #595a62
}

.popdetails h3 {
	color: #153a5b;
	padding-top: 6px
}

.close {
	float: right;
	margin: 10px 20px 0 0;
	font-size: 40px
}

.cross--btn {
	margin-bottom: 10px;
	padding: 10px 20px;
	cursor: pointer
}

.cross--btn:before {
	content: '\2716';
	float: right
}

.pophead {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	margin-bottom: 25px
}

.pophead img {
	width: 50px;
	height: 50px
}

.mainhead {
	display: flex;
	flex-direction: column;
	margin-left: 25px
}

.popuplogo {
	position: absolute;
	left: 103px
}

.mainhead h1 {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #153a5b;
	position: absolute;
	left: 170px
}

.mainhead p {
	font-family: Roboto, sans-serif;
	color: #153a5b;
	position: absolute;
	left: 177px;
	top: 130px
}

.popcontent {
	width: 100%;
	padding: 0 0 0 100px
}

.poppdroduct {
	display: flex;
	flex-direction: column;
	width: 30%
}

.popproductelement {
	width: 240px;
	height: 120px;
	background-color: #fff;
	box-shadow: 0 10px 10px #b2b2b2;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
	margin: 20px;
	align-items: center;
	margin-left: 50px
}

.poppartion {
	display: flex;
	margin-top: 20px
}

.amount {
	display: flex;
	flex-direction: row
}

.amount h1 {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 8px
}

.amount h2 {
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 8px
}

.amount p {
	font-size: 22px;
	color: #c0083e;
	font-weight: 600
}

.amount span {
	font-size: 14px;
	color: #5ce36a;
	padding-left: 5px
}

.amt--left {
	float: left;
	padding-right: 20px;
	width: 180px
}

.amt--right {
	float: right;
	padding: 30px 0
}

.right--arrow {
	border: solid #c0083e;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.pop {
	display: none
}

.popline {
	width: 3px;
	height: 460px;
	background-color: #ccc;
	margin-top: 70px;
	display: none
}

.popproduct {
	display: none
}

@media only screen and (max-width:890px) {
	.popcontent {
		padding: 0 40px 0 40px
	}

	.popproductelement {
		width: 180px;
		height: 90px
	}

	.amount h1 {
		font-size: 14px
	}
}

@media only screen and (max-width:682px) {
	.popcontent {
		padding: 0 20px 0 10px
	}

	.popproductelement {
		margin-left: 20px
	}

	.partnercategory {
		font-size: 14px;
		font-weight: 500;
		padding-left: 10px
	}
}

@media only screen and (max-width:682px) {
	.popline {
		display: none
	}

	.popmaterial {
		overflow: auto;
		height: 240px;
		line-height: 22px
	}

	.poppartion {
		flex-direction: column
	}

	.popcontent {
		width: 100%
	}

	.popproduct {
		display: none;
		margin: 10px 20px
	}

	.popproductelement {
		width: 200px;
		height: 120px;
		padding: 2px;
		flex-direction: column-reverse
	}
}

@media only screen and (max-width:582px) {
	.popproductelement {
		width: 95%;
		height: 130px;
		padding: 2px;
		margin: 20px 5px 0 5px
	}

	.hide {
		display: none
	}
}

.paisa {
	position: fixed;
	width: 190px;
	height: auto;
	left: 49px;
	top: 20px;
	z-index: 10
}

@media only screen and (max-width:950px) {
	.paisa {
		position: absolute;
		width: 120px;
		height: auto;
		left: 10px;
		top: 10px;
		z-index: 10
	}
}

.under::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: width .3s
}

.under:hover {
	color: #f5205f
}

.active:after {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	transition: width .3s
}

.under:hover::after {
	width: 100%;
	background-color: #f5205f
}

.partnerimg {
	width: 50px;
	height: 50px
}

.dropdown {
	display: inline-block;
	position: relative;
	margin-top: 62px
}

.dropdown-button {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 40px 5px 10px;
	background-color: #fff;
	cursor: pointer;
	white-space: nowrap
}

.dropdown-button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000
}

.dropdown-button:hover {
	background-color: #f2f2f2
}

.dropdown-input {
	display: none
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0;
	margin: 5px 0 0 0;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	list-style-type: none
}

.dropdown-input+.dropdown-menu {
	display: none
}

.dropdown-input:checked+.dropdown-menu {
	display: block
}

.dropdown-menu li {
	padding: 10px 20px;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	margin: 0
}

.dropdown-menu li:hover {
	background-color: #f2f2f2
}

.dropdown-menu li a {
	display: block;
	margin: -10px -20px;
	padding: 10px 20px
}

.dropdown-menu li.divider {
	padding: 0;
	border-bottom: 1px solid #ccc
}
@media only screen and (max-width:767px){
    .dropdown{
        margin-top: 20px;
        margin-left: 15px;
    }
    .dropdown-menu li{
        padding:5px 10px;
    }
}