html,
body {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	direction: rtl;
}

body,
input,
textarea {
	font-family: Rubik, sans-serif;
	font-optical-sizing: auto;
}

.d-flex {
	display: flex;
}

.flex-grow {
	flex-grow: 1;
}

.body-prod-area {
	margin-top: 60px;
}

span.smaller-txt {
	font-size: 16px;
	font-weight: 400;
}

.header-area {
	height: 400px;
	background-image: url(../images/devices_banner.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-h1 {
	padding-top: 89px;
	padding-right: 77px;
	font-weight: 600;
	font-size: 50px;
	text-align: right;
	color: #fff;
}

.cat-area {
	height: 44px;
	justify-content: center;
	margin: 70px auto 0;
}

.cat-td {
	border: 1px solid #2c4c96;
	border-radius: 5px;
	line-height: 42px;
	padding: 0 20px;
	margin: 0 10px;
	cursor: pointer;
}

.filter-area {
	width: 1290px;
	margin: auto;
	margin-top: 40px;
}

.filter-icon {
	width: 18px;
	background-image: url(../images/filter-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
}

.sort-icon {
	width: 18px;
	background-image: url(../images/dropdown.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

.txtme {
	font-size: 16px;
	margin: 0 10px;
}

.filter,
.sortby {
	cursor: pointer;
}

.connect-area {
	width: 1290px;
	margin: auto;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.connect-h1 {
	padding-top: 60px;
	font-weight: 600;
	font-size: 50px;
	line-height: 59.25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.connect-out {
	position: relative;
	width: 1410px;
	margin: 30px auto;
}

.connect-scroll {
	position: relative;
	width: calc(100% - 120px);
	margin: auto;
	overflow: hidden;
	height: 407px;
}

.connect-flex {
	position: absolute;
	left: 0;
	transition: .2s all;
}

.connect-td {
	width: 410px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.25);
}

.connect-td.middle {
	margin: 0 30px 30px;
}

.travel-bot {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 154px;
	margin: auto;
	background-color: #95C11F;
	height: 38px;
	border-radius: 5px;
	line-height: 38px;
}

.connect-img {
	height: 250px;
	background-image: url(../images/connect-bg.jpg);
	background-size: 201px;
	background-position: center;
	background-repeat: no-repeat;
}

.connect-txt-h1 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.connect-txt-h2 {
	margin: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

span.stikeOut {
	text-decoration: line-through !important;
	margin: 0 0 0 10px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

.connect-txt-flex {
	margin: 20px 45px;
}

.connect-txt-btn {
	width: 150px;
	height: 43px;
	border-radius: 5px;
	background: #93BB3E;
	text-align: center;
	color: #fff;
	line-height: 43px;
	box-sizing: border-box;
	margin: auto;
}

.connect-txt-btn.disabled {
	color: #2C4C96;
	background: none;
	border: 2px solid #2C4C96;
}

.quest-area {
	padding-bottom: 40px;
	background-image: url(../images/review-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 70px;
}

.qs-head {
	padding-top: 60px;
	font-weight: 600;
	font-size: 50px;
	line-height: 100%;
	text-align: center;
	color: #2c4c96;
}

.ques-block {
	width: 1040px;
	margin: 30px auto;
}

.quest-line {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 17px 30px;
	box-sizing: border-box;
}

.quest-txt {
	flex-grow: 1;
	font-weight: 400;
	font-size: 20px;
	text-align: right;
	line-height: 30px;
}

.quest-desc {
	display: none;
	font-weight: 400;
	font-size: 18px;
	text-align: right;
	line-height: 26px;
	margin-top: 19px;
}

.quest-btn-in {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #2c4c96;
	border-radius: 50%;
	cursor: pointer;
	min-width: 30px;
	transition: .2s all;
}

.quest-btn-in:after {
	left: 10px;
	top: 8px;
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
}

.quest-btn-in[data-id="1"] {
	transform: rotate(180deg);
}

.beach-area {
	padding-top: 30px;
	height: 400px;
	background-image: url(../images/beach.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.beach-h1 {
	font-weight: 600;
	font-size: 120px;
	text-align: center;
	opacity: .6;
	color: #fff;
}

.fade {
	display: none;
}

.filter-div {
	position: fixed;
	top: 122px;
	right: 10px;
	width: 350px;
	box-shadow: 0 0 2px rgba(0, 0, 0.5);
	background-color: #fff;
	display: none;
	z-index: 10;
}

.filter-reset {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.filter-close {
	width: 12px;
	height: 12px;
	background-image: url(../images/close.png);
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 32px 0;
	cursor: pointer;
}

.filter-top {
	line-height: 76px;
	padding: 0 16px;
	border-bottom: 1px solid #c9c9c9;
}

.filter-txt-h2 {
	font-size: 14px;
	color: #707070;
}

.filter-h1 {
	text-align: center;
	font-size: 20px;
}

.filter-icon-new {
	width: 14px;
	height: 14px;
	background-image: url(../images/plus.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 13px 0 14px;
	cursor: pointer;
}

.filter-row {
	margin: 0 16px;
	border-bottom: 1px solid rgba(201, 201, 201, .5);
	overflow: hidden;
	padding: 12px 0;
	transition: .2s all;
}

.connect-txt-h1p {
	text-align: center;
	margin-top: 13px;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
	direction: ltr;
}

.filter-button {
	text-align: center;
	line-height: 50px;
	background-color: #2c4c96;
	margin: 16px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.filter-row-bot {
	margin-top: 10px;
}

.subcat-wrpap {
	display: flex;
}

.subcat-item {
	cursor: pointer;
	background-color: #f1f1f1;
	font-weight: 100;
	font-size: 13px;
	margin: 0 0 3px 3px;
	padding: 3px 10px;
	border-radius: 2px;
}

.slider-line {
	border-top: 2px solid #ccc;
	margin: 35px 0;
	position: relative;
}

.slider-button {
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #ccc;
	border-radius: 50%;
	top: -9px;
	cursor: pointer;
}

/* Range START */
.main {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 20px;
	transition: transform 0.2s;
	width: 600px;
}

.main:hover {
	transform: scale(1.05);
}

.gfg {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	color: #01940b;
}

.custom-wrapper {
	margin: 0;
	padding: 0px 0 40px;
	position: relative;
}

.header h2 {
	font-size: 30px;
	color: #01940b;
	display: flex;
	justify-content: center;
	padding: 20px;
}

/* Styles for the price input container */
.price-input-container {
	width: 100%;
}

.price-input .price-field {
	display: flex;
	margin-bottom: 12px;
}

.prc-h1 {
	width: 93px;
	display: block;
}

.price-field input {
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff;
	width: 109px;
	outline: none;
	padding: 0 10px;
}

.price-input {
	color: #555;
	font-size: 14px;
	margin-bottom: 22px;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider {
	width: 100%;
}

.slider {
	height: 6px;
	position: relative;
	background: #e4e4e4;
	border-radius: 5px;
}

.slider .price-slider {
	height: 100%;
	left: 2%;
	right: 0%;
	position: absolute;
	border-radius: 5px;
	background: #2c4c96;
}

.range-input {
	position: relative;
	direction: ltr;
}

.selected-cats-name,
.selected-tags-name {
	width: 1290px;
	margin: auto;
	margin-top: 40px;
}

.selected-tags-name {
	margin-top: 10px;
	height: 19px;
}



.range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	background: none;
	pointer-events: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin: -6px 0;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
	height: 18px;
	width: 18px;
	border-radius: 70%;
	background: #555;
	pointer-events: auto;
	-webkit-appearance: none;
}

@media screen and (max-width: 768px) {
	.main {
		width: 80%;
		margin-right: 5px;
	}

	.custom-wrapper {
		width: 100%;
		left: 0;
		padding: 0 10px;
	}

	.projtitle {
		width: 100%;
		position: relative;
		right: 26px;
	}

	.price-input {
		flex-direction: column;
		align-items: center;
	}

	.price-field {
		margin-bottom: 10px;
	}
}

/*Range END */
.selMes {
	background-color: #2c4c96 !important;
	color: #fff;
}

.catsName {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	line-height: normal;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 70px
}

.allCats {
	margin: auto;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}

.catsDesc {
	direction: rtl;
	width: 900px;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
	text-align: center;
}

span.cats {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	border-right: 0;
	padding: 0 10px;
}