* {	
	margin: 0;
	padding: 0;
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
	/* -moz-tap-highlight-color: rgba(0, 0, 0, 0); */
}

html, body {
	/* height: 100%; */
	font-family: Arial, sans-serif;
}






body {
	/* background: url(img/bic.jpg) fixed no-repeat center top; */
	/* background-size: cover; */
	/* background-blend-mode: overlay; */
	background: #ffffff !important;
	/* background: #e6e6e6; */
	/* background: #eaeaea; */
	transition: 0.5s;
	height: 100%;
}


input:disabled, textarea:disabled, select:disabled {
	color: rgb(84, 84, 84) !important;
    cursor: default !important;
    background-color: rgb(235, 235, 228) !important;
}

input[type="submit"]:disabled, button:disabled {
	cursor: default !important;
    background-color: #cecece !important;
}

input[type="text"], input[type=number], input[type="email"], input[type="password"], textarea {
	outline: none;
	color: #4e4e4e;
	text-align: right;
	direction: rtl;
	height: 21px;
}

select:focus {
    box-shadow: 0 1px 9px 0 #7375775e;
}

select {
	margin: 0px 5px 0px 0px;
    padding: 0.5px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    color: #4e4e4e;
    text-align: right;
    direction: rtl;
    background: #fbfbfb;
    border: 2px solid #d6d6d6;
}

a {
	color: #2a4057;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8a8a8a;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8a8a8a;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #8a8a8a;
}

/*
[disabled]:hover {
	background: #bac2ca;
	color: #fff;
}

[disabled] {
	background: #bac2ca;
	color: #fff;
}
*/



/*
button, input {
	
}
*/

	
.header {
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-top: 0;
	/* padding-top: 8px; */
	width: 100%;
	/* height: 50px; */
	height: 60px;
	background: #f1f1f1;
	/* box-shadow: 0 1px 7px rgba(0,0,0,.35); */
	/* border-radius: 0 0 5px 5px; */
}


.header2 {
	float: right;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-top: 0;
	/* margin-bottom: 15px; */
	padding-top: 18px;
	width: 100%;
	height: 92px;
	background: #fbfbfb;
	border-bottom: 1px solid #dedede;
}
	
/*	
.menu {
	
}
.menu ul {
	margin-left: 4%;
}
.menu ul li {
	float: left;
	padding: 8px;
	list-style: none;
}
.menu ul li a {
	text-decoration: none;
	color: #2a4057;
	border: 2px solid #2a4057;
	font-size: 18px;
	padding: 6px;
	border-radius: 7px;
}
.menu ul li a:hover {
	background: #fff;
	color: #2a4057;
	transition: 0.5s;
}
.logo {
	float: right;
	/* margin-top: 21px; *//*
	margin-right: 42px;
}
*/



/* .logo a {
	color: #2a4057;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #2a4057;
	border-radius: 5px;
} */





.head {
	width: 94%;
	margin: 0 auto;
	padding-top: 10px;
	/* padding-left: 3%; */
}


.menu {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 22px;
	float: left;
	margin-left: 2%;
}





/*#404040*/



.button a:hover {
	background: #f9f9f9;
	transition: 0.5s;
}


.button {
	float: left;
	margin-right: 17px;
	direction: rtl;
	border-radius: 6px;
	transition: 0.8s;
	
}

.button a {
	float: left;
	text-decoration: none;
	color: #2a4057;
	font-size: 18px;
	padding: 7px;
	border: 2px solid #2a4057;
	border-radius: 6px;
}





/*
.button a {
	color: #fff;
	text-decoration: none;
}
*/





/* .logo a{
	color: #2a4057;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #2a4057;
	border-radius: 5px;
} */







#content {
	min-height: 75vh;
	padding-top: 18px;
	overflow: hidden;
	margin: 0 auto;
	width: 94%;
}

#content h3 {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	/* float: right; */
	/* margin-right: 8%; */
	text-align: center;
	border: 3px solid #64ec1f;
	padding: 5px;
	color: #2a4057;
	background: #fff;
	/* margin: 0 auto; */
	border-radius: 5px;
	width: 38%;
	margin-bottom: 13px;
	word-wrap: break-word;
}


.inf-center {
	padding-top: 18px;
	overflow: hidden;
	margin: 0 auto;
	/* width: 77%; */
	text-align: center;
}


/* ===== error ===== */
.error {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.5px;
	line-height: 23px;
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	/* font-size: 18px; */
	margin: 0 auto;
	width: 30%;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #ef3a3a;
	border-radius: 0.60rem;
}

.error a:hover {
	text-decoration: underline;
}

.error a {
	color: #ef3a3a;
	font-size: 19px;
	text-decoration: none;
}






.succ {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.5px;
	line-height: 23px;
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	/* font-size: 17.5px; */
	margin: 0 auto;
	width: 30%;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #73f133;
	border-radius: 0.60rem;
}

.succ a:hover {
	text-decoration: underline;
}

.succ a {
	color: #16af3f;
	font-size: 19px;
	text-decoration: none;
}



.accun {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 15.5px;
	line-height: 26px;
	float: right;
	margin-top: 20px;
	margin-right: 14%;
	text-align: right;
	direction: rtl;
	margin-bottom: 25px;
	color: #4a4a4a;
	width: 73%;
}


.list {
	text-align: left;
	/* float: right; */
	margin: 0 auto;
	background: #ffffff;
	width: 96%;
	padding: 16px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
}


.hrafe {
	margin-bottom: 25px;
	direction: ltr;
}

.hrafe a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.hrafe a {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 15px;
	line-height: 19px;
	text-decoration: underline;
	color: #2a4057;
	transition: 0.5s;
}



.dd1 {
	margin: 0 auto;
	text-align: center;
	margin-top: 172px;
}

.logoo {
	margin-bottom: 17px;
}


.logoo img {
	margin-top: -70px;
	/* height: 123px; */
	width: 20pc;
}



.form_group1 {
	direction: rtl;
	/* height: 48px; */
	margin-bottom: 12px;
}


.search:focus {
	/* border: 2px solid #009688; */
	box-shadow: 0px 2px 14px 0px #a0a0a0;
}





.search {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 16px;
	/* line-height: 30px; */
	outline: none;
	direction: rtl;
	text-align: right;
	width: 32%;
	/* margin-bottom: 12px; */
	padding: 12px;
	/* margin-top: 0px; */
	border: 2px solid #AFAFAF;
	border-radius: 5px;
	background: #ffffff;
	color: #4e4e4e;
}





/*
.ser:focus {
	border: 2px solid #009688;
	box-shadow: 0px 0px 8px 0px rgba(0, 150, 136, 0.55);
}
*/

.ser {
	cursor: pointer;
	outline: none;
	color: #fff;
	border: 2px solid rgba(42, 64, 87, 0.55);
	background: #2a4057;
	padding: 12px;
	height: 50px;
	font-size: 17px;
	margin-right: 7px;
	border-radius: 5px;
}

.serp {
	float: right;
	cursor: pointer;
	outline: none;
	color: #fff;
	border: 2px solid rgba(42, 64, 87, 0.55);
	background: #2a4057;
	padding: 12px;
	height: 43px;
	font-size: 15px;
	margin-right: 13px;
	border-radius: 5px;
}




/*
.ser:focus {
	border: 2px solid #009688;
	box-shadow: 0px 0px 8px 0px rgba(0, 150, 136, 0.55);
}
*/






.form_group {
	
}
.form_grou {
	
}

.checking {
	color: #636363;
	font-size: 18px;
	padding: 8px;
}


#loading {
	margin: 50px auto;
	text-align: center;
}

#loading img {
	margin: 0 auto;
	height: 130px;
}

#loading div {
	margin: 12px auto;
	color: #2a4057;
	direction: rtl;
	font-size: 20px;
}










#customers {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: none;
	background: #ffffff;
	border: 1px solid #afafaf;
	border-radius: 6px;
	width: 38vw;
	margin-right: 25vw;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	word-break: break-word;
	height: auto;
	max-height: 50vh;
	box-shadow: 0 4.3px 18px 0 rgba(0,0,0,.35);
	z-index: 9;
}





#customers::-webkit-scrollbar {
	cursor: pointer;
	/* height: 12px; */
	width: 12px;
}


#customers::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

#customers::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


#customers::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}







#customers div {
	/* background: #d2d2d2; */
	/* margin: 0 auto; */
	/* width: 32vw; */
	/* width: 460px; */
	/* padding: 8px; */
}

#customers div a:hover {
	/* color: #fff; */
	background: #e4e4e4;
}

#customers div a {
	cursor: pointer;
	user-select: none;
	color: #2a4057;
	background: #fff;
	padding-top: 9px;
	padding-right: 22px;
	padding-bottom: 9px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	text-align: right;
}






#search1 {
	/* width: 32%; */
	width: 460px;
	/* margin: 12px auto; */
	/* margin-top: 0px; */
	/* font-size: 16px; */
	padding: 0px 13px 0px 13px;
	height: 46px;
}


/*
#ser1 {
	padding: 10px;
	font-size: 20px;
	margin-right: 8px;
	border-radius: 5px;
	border: 2px solid rgba(42, 64, 87, 0.55);
	background: rgba(42, 64, 87, 0.55);
	color: #fff;
}
*/


.logoo2 {
	margin-top: 1.2px;
	float: right;
	margin-right: 3%;
}





.logoo2 img {
	width: 94px;
	/* margin-top: 3px; */
	margin-bottom: -2px;
	/* margin-right: 5px; */
	margin-left: 2px;
}




.dd2 {
	margin: 0 auto;
	text-align: center;
}




#search2 {
	float: right;
	width: 72%;
	padding: 10px;
	margin: 0 auto;
	/* margin-top: 0px; */
	font-size: 16px;
	height: 19px;
}



#ser2 {
	float: right;
	padding: 8px;
	font-size: 20px;
	margin-right: 12px;
	border-radius: 5px;
	border: 2px solid rgba(42, 64, 87, 0.55);
	background: rgba(42, 64, 87, 0.55);
	color: #fff;
}


.form_group2 {
	direction: rtl;
	float: right;
	margin-right: 25px;
	width: 48%;
}




.pgsearch:hover {
	text-decoration: none;
}


.pgsearch {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 15.4px;
	line-height: 18px;
	color: #2c6fc3;
	text-decoration: underline;
}



.serched {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 15.4px;
	line-height: 35px;
	margin-top: 7%;
	margin-bottom: 5px;
	color: #616161;
}


.serched a:hover {
	text-decoration: underline;
}

.serched a {
	color: #2c6fc3;
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 15px;
	line-height: 35px;
	margin-top: 42px;
	margin-bottom: 5px;
	text-decoration: none;
}



h2 {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	color: #2a4057;
	/* padding: 4px; */
	margin-bottom: 13px;
}

#site {
	padding: 0px 12px;
	height: 45px;
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 16px;
	outline: none;
	direction: ltr;
	text-align: right;
	width: 32%;
	border: 2px solid #afafaf;
	border-radius: 5px;
	background: #fff;
	color: #4e4e4e;
}

#add {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17px;
	line-height: 22px;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	min-width: 80px;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: 0.5s;
	margin-top: 12px;
}

.non {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17px;
	line-height: 28px;
	direction: rtl;
	margin-bottom: 16px;
	color: #4a4a4a;
	/* font-size: 18px; */
	/* line-height: 26px; */
}






.types {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	float: right;
	margin-right: 163px;
}


.tabs {
	width: auto;
	/* width: initial; */
	margin-left: 20px;
}

.typ {
	margin-top: 6px;
	padding: 10px;
	padding-bottom: 13px;
	/* width: 48px; */
	height: 16px;
	float: right;
	text-align: center;
	/* border-bottom: 2px solid #43a7d8; */
}





.typ a:hover {
	/* color: #2a4057; */
	color: #43a7d8;
	transition: 0.4s;
}

.typ a:focus {
	color: #43a7d8;
	transition: 0.4s;
}

.typ a {
	cursor: pointer;
	user-select: none;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #828181;
	transition: 0.3s;
}



.options {
	/* font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif; */
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 13.4px;
	line-height: 18px;
	width: 100%;
	float: right;
	margin-right: 140px;
}

.num {
	float: right;
	text-align: right;
	direction: rtl;
	margin-bottom: 18px;
	color: #717171;
	width: auto;
	/* width: initial; */
	margin-left: 20px;
}

.postGets {
    float: right;
    direction: rtl;
}


.no_results {
    float: right;
    width: 60%;
    width: 54%;
    margin-right: 6%;
}


.results {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 13.5px;
	line-height: 20px;
	float: right;
	margin-right: 122px;
	margin-bottom: 30px;
	width: 46%;
	text-align: right;
	direction: rtl;
}






.results_img {
	/* float: right; */
	/* margin-right: 35px; */
	margin: 0 auto;
	width: 98%;
	margin-bottom: 10px;
	direction: rtl;
	display: flex;
    flex-flow: row wrap;
    justify-content: left;
}



.result_img {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
    font-size: 13.5px;
    line-height: 20px;
	width: 23%;
    height: 100%;
    padding: 5px;
    /* height: auto; */
    /* height: fit-content; */
	float: right;
	text-align: center;
	background: #ecf0f1;
	/*margin: 6px;*/
	margin-left: auto;
	margin-bottom: 15px;
	border-radius: 10px;
}

.result_img:hover {
    box-shadow: 0 0.5px 7px rgba(0,0,0,0.35);
}

.result_img img {
	/* height: 215px; */
    max-height: 300px;
    width: 100%;
    /* max-width: 100%;
	/* max-width: 284px; */
	border-radius: 8px;
}

.lieng a:focus {
	text-decoration: underline;
}

.lieng a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

.lieng {
	/*margin-bottom: 6px;*/
}


.lieng a:visited {
	color: #6d3888;
	/* color: #2a4057; */
}


.lieng a {
	line-height: 20px;
	color: #2c6fc3;
	font-size: 14.5px;
	text-decoration: none;
}








.result:hover {
	background: #f5f5f5;
}

.result {
	float: right;
	width: 100%;
	/* margin-bottom: 35px; */
	/* background: #ecf0f1; */
	padding: 8px;
	padding-top: 12px;
	padding-bottom: 33px;
	word-wrap: break-word;
	border-radius: 10px;
}

.result_new:hover {
	background: #f5f5f5;
}

.result_new {
	float: right;
	width: 100%;
	/* margin-bottom: 35px; */
	background: #f9f9f9;
    border: 1px solid #dedede;
	padding: 8px;
	padding-top: 12px;
	margin-bottom: 20px;
	word-wrap: break-word;
	border-radius: 10px;
}

.lien a:focus {
	text-decoration: underline;
}

.lien a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

.lien {
	margin-bottom: 6px;
}


.lien a:visited {
	color: #6d3888;
	/* color: #2a4057; */
}


.lien a {
	line-height: 27px;
	color: #2c6fc3;
	font-size: 15.5px;
	text-decoration: none;
}

.lien img {
    float: left;
    max-width: 38%;
    max-height: 200px;
    margin: 5px;
    border-radius: 7px;
}

.video_img img {
	float: right;
	margin-left: 13px;
	width: 162px;
	border-radius: 7px;
}



a.yt-uix-redirect-link {
	/* text-decoration: none; */
	color: #5d5d5d;
	/* color: #5a5a5a; */
}



.description {
	/* padding-bottom: 7px; */
	line-height: 23px;
	color: #5d5d5d;
	/* color: #5a5a5a; */
}





.page {
	font-size: 14.5px;
	color: #25a74f;
	direction: ltr;
	margin-bottom: 4px;
}

.validite_site {
    float: left;
    /* margin-right: 8px; */
}

.validite_site img {
    width: 23px;
    height: 23px;
}



.results_sug {
	overflow-y: auto;
    font-family: droid arabic naskh,Open Sans,sans-serif;
    font-size: 13.5px;
    line-height: 20px;
    float: right;
    margin-right: 122px;
    margin-bottom: 30px;
    width: 90%;
    text-align: right;
    direction: rtl;
}

.results_sug::-webkit-scrollbar {
	cursor: pointer;
	height: 12px; 
	/* width: 12px; */
}


.results_sug::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.results_sug::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.results_sug::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}

.results_sug2 {
    width: max-content;
}

.result_sug:hover {
	background: #f5f5f5;
}

.result_sug {
    float: right;
    width: 180px;
	min-height: 250px;
    margin-left: 12px;
    background: #f9f9f9;
    border: 1px solid #dedede;
    padding: 8px;
    padding-top: 12px;
    border-radius: 10px;
	word-break: break-word;
}

.result_sug img {
	float: none;
    display: block;
    max-width: 100%;
    max-height: 200px;
    margin: 5px auto;
    border-radius: 7px;
}




.pages {
    font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
    font-size: 19px;
    line-height: 20px;
    float: right;
    margin-right: 14%;
    /* margin-bottom: 10px; */
    width: 100%;
    height: 44px;
    text-align: right;
}

.pages a:hover {
    background: #c1c1c1;
    transition: 0.5s;
}

#page_s {
    background: #c1c1c1;
}

.pages a {
    text-decoration: none;
    background: #eaeaea;
    padding: 3px 10px;
    border-radius: 7px;
    margin-right: 4px;
    color: #2a4057;
}








.ind {
	margin: 0 auto;
	margin-top: 5px;
	background: #fbfbfb;
	padding: 28px;
	padding-top: 21px;
	text-align: right;
	color: #2a4057;
	direction: rtl;
	margin-bottom: 15px;
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
}

.titind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 26px;
	line-height: 35px;
	margin-top: 4px;
	/* margin-right: 84px; */
	margin-right: 5%;
	margin-bottom: 46px;
	color: #2a4057;
}

.bodyind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 19px;
	line-height: 30px;
}

.wanind {
	margin-bottom: 30px;
}

.ntit {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: #565656;
}

.nbody {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}








.drop_list {
	float: left;
}


.drop_lists_c {
	float: left;
	margin-left: 20px;
}

.drop_list_c {
	float: left;
	/*margin-left: 7%;*/
}



.logo {
	float: right;
	/* margin-top: 4px; */
	margin-right: 2%;
}

.logo .logo_b {
	height: 40px;
}

.logo .logo_m {
    display: none;
    width: 40px;
}





.dropdown.ltr {
	direction: ltr;
}

.dropdown.rtl {
	direction: rtl;
}






/*
.dropdown {
	font-size: 18px;
	user-select: none;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #7d7d7d;
	float: left;
	overflow: hidden;
}


.dropbtn:hover {
	background: #f1f1f1;
}

.dropbtn:active {
	background: #eaeaea;
}

.dropbtn {
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #2a4057;
	padding: 8px;
}
*/







.dropdown {
	/* direction: rtl; */
	font-size: 24px;
	/* background: #fff; */
	/* border-radius: 5px; */
	/* border: 1px solid #7d7d7d; */
	float: left;
	/* overflow: hidden; */
}






.drop_item:hover {
	color: #7b7b7b;
}

.drop_item:focus {
	color: #525252;
}

.drop_item {
	user-select: none;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #a5a5a5;
	padding: 8px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	/* padding-bottom: 0px; */
}





.dropbtn:hover {
	color: #525252;
}

.dropbtn:active {
	color: #525252;
}

.dropbtn:focus {
	color: #525252;
}



.dropbtn {
	user-select: none;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #8c8c8c;
	padding: 8px;
	/* padding-bottom: 0px; */
}

a.dropbtn {
	text-decoration: none;
}

.drpbtn {
	
}

.drpbtnp {
	padding-bottom: 0px;
}




.icon_menu:hover {
	color: #828181;
	transition: 0.2s;
}

.icon_menu {
	color: #a2a2a2;
	transition: 0.2s;
}

.icon_menu:focus {
	color: #828181;
	transition: 0.2s;
}

.icon_menu:active {
	color: #525252;
	transition: 0.2s;
}


.av_head {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 0px;
	float: right;
	margin: -8px;
	margin-left: 6px;
}



/*.fff:hover {
	color: #525252;
}*/
.fff {
	color: #525252 !important;
}


/*.fffe:hover {
	color: #525252;
}*/
.fffe {
	color: #525252 !important;
}


.fffep {
	color: #525252 !important;
}




.mn-tabs:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #00000000 #00000000 #ffffff #00000000;
	left: 8px;
	top: -20px;
}


.mn-tabs {
	margin-top: 10px;
}


.tab-content {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.4px;
	line-height: 19px;
	border-radius: 3px;
	border: 1px solid #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 4.3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 10;
}


.dropdown-content {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.4px;
	line-height: 19px;
	border-radius: 3px;
	border: 1px solid #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 5;
}

.dropdown-content a {
	cursor: pointer;
	user-select: none;
	outline-width: 0px;
	color: #2a4057;
	/* background: #ffffff; */
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	text-align: right;
}

/*
.dropdown-content a:active {
	background: #1aab90;
	color: #fff;
}
*/

.dropdown-content a:hover {
	text-decoration: none;
	background: #2a4057;
	color: #fff;
}

.dropdown-content a:focus {
	outline-width: 1px;
}

.dropdown-content a:active {
	outline-width: 0px;
}



.overflow-tab {
	overflow-y: auto;
	/* /* overflow-x: hidden; */
	height: auto;
	max-height: 74vh; 
}






.overflow-tab::-webkit-scrollbar {
	cursor: pointer;
	/* height: 12px; */
	width: 12px;
}


.overflow-tab::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.overflow-tab::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.overflow-tab::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}


.dv {
    margin: 4px auto;
    background: #dfe5e6;
    height: 1px;
    width: 90%;
}






.apps {
	display: inline-block;
	/* float: right; */
	/* padding: 14px; */
	/* padding-top: 0px; */
	padding-right: 2.5%;
	/* margin-top: 4px; */
}

.app {
	direction: ltr;
	float: right;
	margin-left: 12px;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}


img.logo_app:hover {
	border: 1px solid #c1c1c1;
	/* transition: 0.2s; */
}

img.logo_app {
	float: right;
	width: 58px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 8px;
	transition: 0.2s;
}






.mn-menu:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #00000000 #00000000 #ffffff #00000000;
	left: 20px;
	top: -20px;
}


.mn-menu {
	margin-top: 14px;
}

.mn-menu a {
	padding-top: 13px;
	padding-right: 23px;
	padding-bottom: 13px;
	padding-left: 90px;
}





.content_tab {
	padding: 15px;
	padding-top: 11px;
	direction: rtl;
	overflow-y: scroll;
	word-break: break-word;
	overflow-x: hidden;
	height: 50vh;
	width: 26vw;
	/* height: 435px; */
	/* width: 335px; */
}

.content_tab::-webkit-scrollbar {
	cursor: pointer;
	/* height: 13px; */
	width: 13px;
}


.content_tab::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.content_tab::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}



.content_tab::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}

.h_title {
	display: inline-block;
	/* float: right; */
	font-size: 17px;
	color: #3f4c67;
	font-weight: bold;
	margin-bottom: 14px;
	margin-right: 10px;
	text-decoration: none;
}




.mes_tab {
	font-family: Open Sans, sans-serif;
	float: right;
	text-align: right;
	margin-right: 13%;
	background: #fff;
	width: 75%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}



.mes_right_tab {
	float: right;
	text-align: center;
	width: 39%;
}

.sender_mes_tab:hover {
	text-decoration: underline;
}

.sender_mes_tab {
	color: #2a4057;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 18px;
	/* width: 100%; */
}

.mes_left_tab {
	float: left;
	text-align: right;
	padding-top: 23px;
	width: 58%;
	height: 88px;
}

.mes_title_tab:hover {
	color: #ffffff;
	/* background: #21c7a8; */
	background: #1fbfa2;
	/* text-decoration: underline; */
	
}

.mes_title_tab {
	word-wrap: break-word;
	color: #ffffff;
	background: #1aab90;
	cursor: pointer;
	user-select: none;
	padding: 12px;
	text-decoration: none;
	display: block;
	text-align: right;
	border-radius: 8px;
	transition: 0.2s;
}






.ind_404 {
    font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
    font-size: 20px;
    line-height: 40px;
    direction: rtl;
    text-align: center;
    color: #8c8c8c;
    margin: 0 auto;
    height: 500px;
    padding: 4px;
}

.title_404 {
    color: #2a4057;
    font-size: 140px;
    line-height: 300px;
}

.index_404 a:hover {
	background: #e8e8e8;
	transition: 0.5s;
}

.index_404 a {
    font-family: Open Sans, sans-serif;
    line-height: 21px;
    text-decoration: none;
    color: #8c8c8c;
    font-size: 23px;
    padding: 10px;
    border: 2px solid #8c8c8c;
    border-radius: 6px;
    transition: 0.8s;
}






.botre {
	float: right;
	margin-right: 3%;
	margin-top: 78px;
	margin-bottom: 42px;
	margin-left: 18px;
}

.botre a:hover {
	background: #1a61ab;
	transition: 0.5s;
}

.botre a {
	margin-top: 28px;
	text-decoration: none;
	background: #2a4057;
	color: #fff;
	border: 2px solid #bfbfbf;
	font-size: 31px;
	padding: 21px;
	width: 26px;
	border-radius: 7px;
	transition: 0.5s;
}



img.reg {
	float: left;
	/* margin-left: 48px; */
	/* height: 295px; */
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	/* width: 80vw; */
	width: 60%;
}






.show {
	display: block;
}

.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}








.upinput:hover {
	background: #1aab90;
	transition: 0.5s;
}

.upinput {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 19px;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	width: 100%;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
	margin-left: 3px;
	transition: 0.5s;
}







.create {
	/* margin: 0 auto; */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 107%;
	/* float: right; */
	margin-right: 25%;
	width: 50%;
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 13.5px;
	/* margin-top: 6px; */
	margin-bottom: 20px;
	float: right;
	text-align: right;
	direction: rtl;
	/* margin-right: 25%; */
	/* width: 49%; */
	background: #fff;
	padding: 9px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 5px;
}

.create h2 {
	text-align: center;
	color: #2a4057;
	border-bottom: 2px solid #ddd;
	padding: 5px;
	padding-top: 0px;
}



.input_link {
	font-size: 18px;
	line-height: 36px;
	color: #15a6d4;
	margin-right: 25px;
}




.form_group {
	outline: none;
	float: right;
	text-align: right;
	margin-right: 4%;
	width: 86%;
	margin-top: 22px;
}

/*
.form_group input:focus {
	border: 2px solid rgba(55, 103, 152, 0.79);
	border-radius: 3px;
}
*/

.form_group input:focus {
	/* border: 2px solid #676767d1; */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 150, 136, 0.84); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}



.form_group input {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	/* font-family: Open Serif; */
	outline: none;
	width: 100%;
	/* margin: 12px auto; */
	padding: 12px;
	margin-top: 0px;
	text-align: right;
	direction: rtl;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}


.form_group textarea:focus {
	/* border: 2px solid #676767d1; */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 150, 136, 0.84); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}



.form_group textarea {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	outline: none;
	overflow: hidden;
	float: right;
	padding: 10px 12px;
	width: 100%;
	height: 74px;
	margin: 0 auto;
	text-align: right;
	direction: rtl;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 5px;
	resize: none;
}


.form_group select:focus {
	/* border: 2px solid #676767d1; */
	/* box-shadow: 0px 1px 8px 0px rgba(0, 150, 136, 0.84); */
	box-shadow: 0px 1px 9px 0px #737577cf;
}

.form_group select {
	font-family: Open Sans, sans-serif;
	/* font-family: Open Serif; */
	direction: rtl;
	outline: none;
	cursor: pointer;
	padding: 12px;
	width: 105.4%;
	/* margin: 12px auto; */
	margin-top: 0px;
	text-align: right;
	font-size: 16.5px;
	border: 2px solid #AFAFAF;
	border-radius: 3px;
}




.re_names {
    width: 100%;
    margin: 0 auto;
    margin-left: 2.4%;
}

.form_1 {
    width: 45%;
    float: right;
}

.com_err_n {
	word-wrap: break-word;
	direction: rtl;
	max-width: 250px;
	float: right;
	margin-right: 12px;
	color: #f51f1f;
	margin-top: 2px;
	/* margin-bottom: 9px; */
}





.form_2 {
    width: 45%;
    float: left;
}

.form_cr_grou {
	width: 35%;
	margin: 0px auto;
	margin-bottom: 20px;
}


.upcancel {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 15.5px;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	padding: 12px;
	width: 100%;
	background: #b9b9b9;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 24px;
	margin-left: 3px;
	transition: 0.5s;
}


.reinput:hover {
	background: #2d5e92;
	transition: 0.5s;
}

.reinput {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 27px;
	margin:  0 auto;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	width: 100%;
	background: #2a4057;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
	margin-left: 3px;
	transition: 0.5s;
}



.com_err {
	word-wrap: break-word;
	/* max-width: 410px; */
	float: right;
	margin-right: 12px;
	color: #f51f1f;
	margin-top: 2px;
	/* margin-bottom: 9px; */
}


.input_info {
	font-size: 18px;
	line-height: 36px;
	color: #15a6d4;
	margin-right: 53px;
}







.item_ntit {
	float: right;
	direction: rtl;
	margin-right: 18px;
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	color: #565656;
}


.items {
	float: right;
	direction: rtl;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: right;
}


a.item:hover {
	text-decoration: underline;
}

.item {
	color: #555;
	text-decoration: none;
	transition: 0.5s;
}

.item_ind:nth-child(4n) {
	margin-left: 0px;
}

.item_ind {
	float: right;
	width: 21%;
	min-height: 190px;
	/* margin: 0 auto; */
	background: #fff;
	padding: 15px;
	padding-top: 10px;
	text-align: center;
	/* color: #9e9e9e; */
	direction: rtl;
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
	/* margin-left: 22px; */
	/* margin-left: 9px; */
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 45px;
}


.dropdown_item {
	text-align: left;
	float: none;
}



.item_ind img {
	width: 99%;
	height: 130px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}

.item_ind .text {
	text-align: center;
	margin-right: 5px;
	word-wrap: break-word;
}

.item_ind .paid {
	text-align: center;
	font-size: 17px;
	color: #15a6d4;
	text-decoration: underline;
}

.item_ind .no_paid {
	text-align: center;
	font-size: 17px;
	color: #9c9c9c;
	text-decoration: underline;
}

.item_ind .price {
	direction: rtl;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #7bbaec;
	text-decoration: underline;
}


.item_titind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	color: #7bbaec;
}

.item_nbody {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 27px;
	margin-top: 6px;
}


.loader {
	height: 6px;
	width: 43%;
	position: absolute;
	right: 0;
	margin-right: 14%;
	margin-top: 7px;
	z-index: 4;
	overflow: hidden;
	background-color: #e2e2e2;
}

.loader:before {
	display: block;
	position: absolute;
	content: "";
	right: -200px;
	width: 200px;
	height: 6px;
	background-color: #5c94ca;
	animation: loading 2.5s linear infinite;
}

@keyframes loading {
	from {right: -200px; width: 30%;}
	50% {width: 30%;}
	70% {width: 70%;}
	80% { right: 50%;}
	95% {right: 120%;}
	to {right: 100%;}
}

.loader_s {
    overflow-y: hidden;
    width: 600px;
    margin-top: 1em;
    height: calc(3 * 110px);
    background-image: linear-gradient(100deg,rgba(255,255,255,0),rgba(255,255,255,0) 80%),linear-gradient(#d8d8d8 22px,transparent 0),linear-gradient(#d8d8d8 10px,transparent 0),linear-gradient(#d8d8d8 10px,transparent 0),linear-gradient(#d8d8d8 10px,transparent 0);
    background-size: 50px 85px,calc(100% - 40%) 110px,calc(100% - 1%) 110px,calc(100% - 1%) 110px,calc(100% - 1%) 110px;
    background-repeat: repeat-y;
    background-position: 100% 0,right 10px top 3px,right 10px top 35px,right 10px top 55px,right 10px top 75px;
    -webkit-animation: 1s infinite shine;
    animation: 1s infinite shine;
}

@keyframes shine{
  50% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 1s, 1s, 1s;
    transition-timing-function: ease;
  }
  50% {
    opacity: 0.2;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}


.suggestions {
    font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
    font-size: 27px;
    line-height: 20px;
    float: right;
    margin-right: 13%;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    width: 45%;
    text-align: right;
    direction: rtl;
    color: #2a4057;
}


.calc {
  background-color: #5c94ca;
  user-select: none;
  margin: 0px auto;
  height: auto;
  padding: 18px;
  border: 1px solid #dedede;
  border-radius: 7px;
  text-align: center;
}

.buttonr {
  cursor: pointer;
  background-color: #d4e9ff;
  font-size: 20px;
  border: none;
  height: 33px;
  width: 15%;
  margin: 5px; 
  box-shadow: 2px 2px 5px gray;
  transition: 0.2s;
}

.buttonr:hover {
  background-color: #a4d1ff;
}

.buttonr:focus {
  outline: none;
}

#calc_input {
  margin: 0px auto;
  font-family: sans-serif;
  font-size: 30px;
  padding: 8px;
  color: #2a4057;
  width: 93%;
  border: none;
  text-align: right;
  direction: ltr;
  resize: none;
}


.card {
    /* float: left; */
    margin: 0 auto;
    background: #fbfbfb;
    padding: 13px;
    text-align: right;
    color: #3f4c67;
    margin-bottom: 18px;
    border: 1px solid rgb(222 222 222);
    border-radius: 5px;
}

.card div {
    font-size: 19px;
}

#temperature {
    direction: ltr;
    display: inline-block;
}

#infobox {
    float: left;
    width: 33%;
    background: #fbfbfb;
    border: 1px solid #dedede;
    border-radius: 7px;
    padding: 10px 22px;
    font-size: 15.5px;
    color: #2a4057;
    font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	margin-bottom: 12px;
}

#title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 19px;
	width: 100%;
    word-break: break-word;
}

#image {
    text-align: center;
}

#image img {
    border-radius: 7px;
    max-width: 75%;
    max-height: 440px;
}

#description {
    float: right;
    text-align: right;
    direction: rtl;
	width: 100%;
    word-break: break-word;
}






.footer {
	background: #f9f9f9;
	padding: 30px;
	padding-top: 20px;
	margin-top: 38px;
	/* margin-top: 10vh; */
	height: 60px;
	left: 0;
	right: 0;
	/* margin-top: 67px; */
	border-top: 1px solid rgba(211, 211, 211);
	/* border-radius: 5px 5px 0px 0px; */
	/* box-shadow: 2px 0 16px rgba(0,0,0,0.35); */
	/* position: relative; */
}

.fo_c {
	direction: rtl;
	text-align: center;
	color: #2a4057;
	font-size: 18px;
}

.fo_b {
	/* width: 97%; */
}

.fo_u {
	margin: 22px;
	margin-top: 18px;
	/* margin-right: 28px; */
	/* float: right; */
	text-align: center;
	color: #bfbfbf;
}

.fo_u a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

.fo_u a {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 13.4px;
	line-height: 30px;
	text-decoration: none;
	margin: 4px;
	color: #7b7b7b;
	transition: 0.5s;
}


.footerlinks {
    color: #bfbfbf;
}

.footerlinks a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.footerlinks a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 0;
	color: #4e4e4e;
	transition: 0.5s;
}


.copyright {
	font-size: 17px;
	direction: ltr;
}




/* pc */
@media( min-width: 700px ){
	
#search1 {
	width: 460px;
}


#customers {
	width: 40%;
	margin-right: 24.5vw;
}

#customers.searchinp {
	width: 36%;
	margin-right: 0px;
	margin-top: 43px;
}


}



/* logo */

@media( min-width: 768px ){
	
.logoo2 {
	margin-right: 0px;
}

}	
	
	
	
	
	
	/* tablet2 */
@media( max-width: 1000px ){



.dd1 {
	margin-top: 18%;
}



.form_group2 {
	margin-right: 2%;
}


.types {
	/* margin-right: 17%; */
	margin-right: 145px;
}


.options {
	margin-right: 16%;
}



.results {
	margin-right: 14%;
	width: 45%;
}



#customers {
	width: 53%;
	margin-right: 18vw;
}

#customers.searchinp {
	width: 37%;
	margin-right: 0px;
	/* margin-top: 43px; */
}


.item_ind {
	width: 27%;
}

.item_ind:nth-child(4n) {
	/* margin-left: auto; */
}

.item_ind:nth-child(3n) {
	margin-left: 0px;
}

.result_img {
    width: 29%;
}


	
}




	
		
/* tablet1 telephone2 */
@media( max-width: 768px ){
	
#search1 {
	width: 75%;
}



.suggestions {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-right: 0px;
}

#infobox {
	margin-top: 10px;
    width: 92%;
}

#site {
	width: 70%;
}


#customers {
	width: 75%;
	margin-right: 9vw;
}

#customers.searchinp {
	width: 82%;
	margin-right: 9vw;
	margin-top: 0px;
}



.logoo2 {
	float: right;
	/* width: 100%; */
	text-align: center;
	margin-right: 4%;
	margin-bottom: 5px;
}



	
.dd1 {
	margin-top: 30%;
}
	
.logoo img {
	margin-bottom: -8px;
	width: 15pc;
}




	
	
.header2 {
	height: 140px;
	padding-top: 10px;
}




.form_group2 {
	width: 100%;
	margin-right: 0px;
}

#search2 {
	float: none;
	width: 83%;
}


.ser {
	display: none;
}
.serp {
	display: none;
}




.options {
	margin-right: 10%;
	font-size: 13.5px;
}




.types {
	width: 93%;
	float: none;
}

.typ {
	/*width: 25.3%;*/
	/*width: 18.3%;*/
	margin-top: 4px;
	padding-bottom: 15px;
}


.no_results {
    width: 100%;
    margin-right: 0px;
}

.results {
	margin-top: 10px;
	margin-right: 6%;
	width: 82%;
}

.pages {
    margin-right: 0px;
    text-align: center;
}


.create {
	margin-right: 0px;
	width: auto;
	width: -webkit-fill-available;
	width: -moz-available;
}

.footer {
	height: auto;
}





}


/*

17%

.dd1 {

margin-top: 30%;
}
*/	
	
/* tablet2 
@media( max-width: 768px ){
	
#search1 {
	width: 50%;
}
		
}
*/

/* tele */
@media( max-width: 650px ){

.item_ind {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 30px;
}

}


	
	/* telephone1 */
	
@media( max-width: 600px ){
	
	
.serched {
	margin-top: 12%;
}

.logoo img {
	width: 14pc;
}
	
#search1 {
	width: 78%;
}

.suggestions {
    margin-top: 18px;
}

#infobox {
	margin-top: 12px;
    width: 85%;
}

.results {
	margin-top: 12px;
	font-size: 14.5px;
}

.pages {
    /*font-size: 18px;*/
    line-height: 20px;
    margin-right: 0px;
    width: 100%;
}

.pages a {
    /*padding: 3px;*/
    padding: 3px 7px;
}

.result_img {
    width: 100%;
}

/*
.logo .logo_b {
    display: none;
}

.logo .logo_m {
    display: block;
}
*/


/* .menu {
	display: none;
} */

.footer {
	height: auto;
}

		
}



@media( max-width: 425px ){

.types {
    width: 98%;
}

.typ {
	width: 13.7%;
}
	
.pages {
    /*font-size: 17px;*/
	/*font-weight: bold;*/
}

.pages a {
    /*padding: 0px 0px;*/
    padding: 3px 3px;
    margin-right: 3px;
}

}



/*
@media( max-width: 908px ){
	h1::after {content}
}
	if ( screen.width >= 908px ){
		alert('pc');
	}
*/

/*
@media( max-width: 390px ){
	.but_re {
		display: none;
	}
}*/