.collapsible {
/* color: #000; */
    background: #fafafa;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
    margin: 5px 0;
    border: 1px solid rgb(66, 73, 72);
}

.active, .collapsible:hover {
background-color: rgb(66, 73, 90);
    color: #ffffff;
}

.content {
    line-height: 25px;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #ffffff;
    border: 1px solid rgb(66, 73, 72);
    border-radius: 10px;
}
.content1 {
    line-height: 25px;
    padding: 0 18px;
    /* max-height: 0; */
    overflow: hidden;
    /* transition: max-height 0.2s ease-out; */
    background-color: #ffffff;
    border: 1px solid rgb(66, 73, 72);
    border-radius: 10px;
}
.contentText {
    line-height: 25px;
    padding: 0 18px;
    /* max-height: 0; */
    /* overflow: hidden; */
    /* transition: max-height 0.2s ease-out; */
    background-color: #ffffff;
    /* border: 1px solid rgb(66, 73, 72); */
    border-radius: 10px;
}
.content textarea{
    resize: none;
    border: none;
}
.content1 textarea{
    resize: none;
    border: none;
}
@media (max-width: 768px) {
    .content1 textarea{
        resize: none;
        border: none;
        width: 310px;
        overflow: scroll;
    } 
    .content1 textarea::-webkit-scrollbar{
      
        display: none;
    } 
    .content textarea{
        resize: none;
        border: none;
        width: 310px;
        overflow: scroll;
    } 
    .content textarea::-webkit-scrollbar{
      
        display: none;
    } 
}
/*** Search box ***/
.search-inputnew {
    text-align: right;
	display: inline-block;
	padding: 8px 8px 8px 12px;
	border-radius: 10px;
	border: 0px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.search-inputnew:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	opacity: 1;
}
#searchsubmit,
.search-buttonnew {
    display: block;
    position: relative;
    z-index: 2;
    border: 1px;
    background: url(https://yaqoobi.com/arabic/themes/new_design/img/icon-search.png) no-repeat center;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background-color: #2a9bab;
    height: 36px;
    border-radius: 10px;
}
#searchsubmit {
	height: 30px;
	top: auto;
	bottom: 0px;
}

#homepage_boxestefta {
    border-radius: 10px #000;
    /* padding-top: 11px; */
    /* border-top: 1px solid rgb(214, 200, 200);
    border-bottom: 1px solid rgb(214, 200, 200); */
    height: 60px;
    margin: 5px;

}


.sub_category_box.sub_category_box {
    background: rgba(80, 88, 86, 0.653);
    margin: 8px 0;
    border-radius: 10px;
    padding: 6px 2px;
    color: #fff;
}
.sub_category_box1.sub_category_box1 {
    background: rgba(80, 88, 86, 0.653);
    margin: 8px 0;
    border-radius: 10px;
    padding: 6px 2px;
    color: #fff;
    height: 100%;
}
@media (max-width: 768px) {
   .sub_category_box1.sub_category_box1 {
    background: rgba(80, 88, 86, 0.653);
    margin: 8px 0;
    border-radius: 10px;
    width: 80px;
    padding: 6px ;
    color: #fff;
    height: 100%;
}
}
.page_titleisti {
    margin: 5px;
    font-size: 25px;
    padding: 10px 0;
    color: #343a40;
    border-bottom: 1px solid #eee;
}

.infoblock ul pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fafafa;
    border: 1px solid #d6f6fb;
    border-radius: 4px;
    font-family: 'droidkufi', hacen_liner;
}
.infoblock ul pre li.fa.fa-home {
    font-size: 20px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-phone {
    font-size: 16px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-globe {
    font-size: 16px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-globe {
    font-size: 16px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-envelope {
    font-size: 16px;
    color: #2a9bab;
}
#social_bookmarksnew {
    text-align: center;
    position: relative;
    height: 40px;
    font-size: 14px;
}

#social_bookmarksnew span {
    font-size: 14px;
    border: 1px solid #bbeef5;
    padding: 0 10px;
    border-radius: 5px;
    background: #fafafa;
}
#social_bookmarksnew a {
    font-size: 18px;
    color: #2a9bab;
    padding: 0 5px;
}
