@media (min-width: 998px) {
    .start_btn {
        float: left;
    }
    .search_input:focus {
        width: 80%;
        border-bottom: 2px solid #5ba4d5;
        position: absolute;
        left: -20px;
        right: 76.2%;
        max-width: 320px;
        height: 52px !important;
        top: 20.5px;
        outline: none;
        z-index:9;
    }
    .search_input:focus + .hideback1 {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    height: 70px;
    left: 0;
    width: 300px;
    z-index: 1;
    }
    .navbar-nav li {
        margin-left: 15px;
    }
    .col-lg-6 .home_article{
        height: 510px;
    }
    .home_article {
        height: 440px;
    }
    .home_article3{
        height: 430px;
    }

    .articleimg {
    }

    .menu-item-has-children > a::after{
        margin-right: .75em !important;
    }
    .hideondesk{
        display: none !important;
    }
    .dropdown-menu li {
        margin-bottom: 10px;
    }
    .navbar-nav .dropdown-menu {
        width: 200px !important;
        right: 0 !important;
        top: 30px;
    }
    .navbar-brand img {
        height: 50px;
    }
}


@media (max-width: 998px) {

	.navbar-toggler {
        right: 0;
        position: absolute;
        color: #333333 !important;
        top: 15px;
    }
    .navbar-brand {
        margin-right: 50px !important;
        margin-top: -5px !important;
    }
    .navbar-nav li {
        text-align: right;
    }
    .navbar-brand img {
        height: 40px;
    }
    .sub-menu {
        top: 5px !important;
        left: 0 !important;
        width: 103.5% !important;
        padding-right: 3em !important;
        box-shadow: 0 0 0 0 !important;
        background: #ffffff;
    }
    .sub-menu a{
        color: #9facbd !important
    }
    .navbar-brand {
        margin-right: 60px !important;
    }
    #mainMenu {
        border-radius: 3px;
    }
    .navbar-nav {
        margin-right: 0;
        padding-right: 10px;
    }
    .header_social {
        display: block;
        float: right;
        margin-right: 10px;
        position: relative;
    }
    .start_btn {
        display: block;
        float: left;
        width: auto !important;
        font-size: 12px !important;
        height: auto !important;
        padding: 10px !important;
    }
    .navbar-toggler {
        font-size: 1rem !important;
    }
    .search_input {
        background: none !important;
        width: 100% !important;
        border: 2px solid #dddddd !important;
        border-radius: 4px;
        height: 40px !important;
        color: #000000;
    }
    .search_frm {
        /*width: 60%;*/
    }
    .newsletter_title {
        text-align: center !important;
    }
    .middle_menu {
        display: inline-block;
    }
    .copyrights {
        text-align: center;
    }
    .home_article {
        height: auto !important;
    }
  
    #mainMenu ul li {
        margin-bottom: 10px;
    }
    .mt-sm-3{
        margin-top: 20px;
    }
    .comment_author_img {
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .author_div{
        text-align: center !important;
    }
    .hire_btn {
        text-align: center !important;
        margin: auto !important;
    }
    .children .comment,.children {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .comment {
        padding-right: 10px !important;
    }
    .comment-body p {
        padding: 10px !important;
        word-break: break-all;

    }
    .comment-list {
        padding-right: 0;
    }
    .header_social {

        display: none !important;

    }
    .comment-body {

        padding-right: 15px;

    }
    .dropdown-menu {
        display: block !important;
    }
    .article_titleb ,.article_titleb:hover{
        top:80px !important;

    }

    .book_icon {
        top: 30px !important;
    }
    nav .dropdown-toggle:after{
        display:none !important;
    }
    nav .dropdown-menu {
    border: 0;
    }
    nav .dropdown-menu li {
    margin-right: 5px;
   }
}

body{
    color: #3d4957;
    font-size: 18px;
    font-family: 'Noto Naskh Arabic','Helvetica Neue',Helvetica,Arial,sans-seri;
    line-height: 1.8;
}
.body-content{
    background: #f5f5f5;
    padding: 40px 0;
}
h1,h2,h3,h4,h5,h6{
    color: #3c4859;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
}
h1{
    font-size: 28px !important;
}
h2{
    font-size: 24px !important;
}
h3{
    font-size: 21px !important;
}
h4{
    font-size: 18px !important;
}
h5{
    font-size: 15px !important;
}
h6{
    font-size: 12px !important;
}
.dropdown-menu li {
    text-align: right;
    padding-right: 15px;
}
.social_h_icon img {
    max-height: 33px;
}
.search_input {
    width: 25px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/search.svg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    padding: 12px 20px 12px 40px;
    border: none;
    height: 40px;
    margin-left: 10px;

}

.search_input:focus {
    width: 80%;
    border-bottom: 2px solid #5ba4d5;
    height: 40px;
background-position: 100% 0px !important;
padding-right: 50px !important;

}
.social_h_icon {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
.start_btn, .start_btn:hover {
    border: none;
    border-radius: 5px;
    background: #2285c7;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #ffffff;
    text-decoration: none;
    width: 200px;
    float: left;
    text-align: center;
    display: block;
    height: 45px;
    padding-top: 6px;
    margin-right: 10px;
    font-size: 20px;
}

.navbar-nav a,.navbar-nav a:hover {
    color: #4c4c4c !important;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.home_article {
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.book_section .home_article{
    height: 425px;
}
.home_article1{
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.meta_tag {
    color: #2285c7;
    font-size: 16px;
    font-weight: bold;
}
.article_date,.article_cat ,.article_cat:hover{
    float: left;
    color: #6c809a;
    text-decoration: none;
}
.article_desc {
    padding: 20px;
    text-align: right;
}
.cat_title {
    text-align: center;
    margin-bottom: 25px;
}
.cat_sub_title {
    text-align: center;
    margin-bottom: 25px;
}
.lessons_section {
    padding: 30px 0;
}
.book_section{
    padding: 20px 0 50px 0;
}
.newsletter_section {
    padding: 70px 0;
    background:#2486c7 url("../img/mail.svg") right no-repeat;
    border-radius: 5px;
    margin-bottom: 40px;
}
.newsletter_title {
    float: right;
    color: #ffffff;
    font-family: 'Noto Naskh Arabic','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 20px;
}

.newsletter_input {
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    height: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
    border-left: 0;
    padding-right: 10px;

}
.newsletter_submit {
    background: #ffffff;
    color: #2486c7;
    border: 2px solid #ffffff;
    height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    border-right: 0;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.article_img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.footer {
    padding: 30px 0;
}
.footer-brand{
    text-align: right;
    margin-bottom: 20px;
    max-height: 50px;
}
.footer_description{
    text-align: right;
    max-width: 650px;
}
.menu_title{
    text-align: right;
    margin-bottom: 20px;

}
.footer-menu li {
    text-align: right;
    list-style: none;
    position: relative;
}
.footer-menu li:before {
    content: "";
    background: #6f7986;
    position: absolute;
    height: 5px;
    width: 5px;
    right: -15px;
    top: 10px;
}
.footer-menu a ,.footer-menu a:hover {
    color: #6c809a;
    text-decoration: none;
}
.middle_menu a {
    color: #444444;
    text-decoration: none;
}
.footer-menu{
    padding-right: 0;
}
.middle_menu li {
    list-style-type: none;
    float: right;
    margin-left: 10px;
    font-size: 14px;
}
.middle_footer {
    background: #f5f5f5;
    padding: 15px 0;
    margin: 20px 0;
}
.copyrights{
    color: #444444;
    font-size: 12px;
    font-family: 'Open Sans';
	direction: ltr;

}
.footer-content {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    direction: rtl;
    margin: 50px auto;
}
.hsoub-logo {
    max-width: 160px;
    margin: 0 auto;
}
.hsoub-logo img {
    width: 100%;
}

.footer-brands {
    text-align: center;
    margin-top: 30px;
}
.brand-item {
    display: inline-block;
    width: 120px;
    height: 80px;
    text-align: center;
    padding: 6px;
    margin-bottom: 6px;
}
.brand-.brand-academy, .brand-io, .brand-suar, .brand-wiki {
    height: 48px;
    width: 48px;
    margin: 0 auto;
    display: block;
    background-size: cover;
    background-image: url('https://static.hsoubcdn.com/footer/img/brands-colors.svg?v2');
    outline: none;
}
.brand-academy {
    background-position: left -499px;
}
.brand-wiki {
    background-position: left bottom;
}
.brand-hsoub {
    background-position: left top;
}
.brand-io {
    background-position: left -374px;
}
.brand-suar {
    background-position: left -623px;
}
.brand-item a.url {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #313335;
    font: 400 13px tahoma;
    width: 100%;
    margin-top: 10px;
}

.widget {
    background: #ffffff;
    padding: 20px;
    text-align: right;
    margin: 20px 0;
    border-radius: 3px;
    position: relative;
}
.widget_article {
    padding: 5px 0;
}
.widget_article:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
}

.post-content strong {
    color: #3c4859;
    font-family: 'Noto Naskh Arabic','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.post-content img{
    max-width: 100%;
    height: auto !important;
}
#commentform {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    text-align: right;
}
.comment-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comments_input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #dae5f2;
    border-radius: 4px;
    min-height: 35px;
    margin-bottom: 10px;
}
.comment_btn {
    background: #2486c7;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    height: 38px;
    width: 120px;
}


.comment-body {
    text-align: right;
    background: #ffffff;
    padding: 20px;
        padding-right: 20px;
    padding-right: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.comment-author img{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-size: contain !important;
    background-position: center center !important;
}
.comment_author_img img{
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-size: contain !important;
    background-position: center center !important;

}
.says{
    display: none;
}
.fn {
    color: #3c4859;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    font-style: normal;
    margin-right: 10px;
}

.comment-body p {
    padding: 20px;
}
.comment-meta a,.comment-meta a:hover{
    font-size: 13px;
    color: #3d4957;
    text-decoration: none;
}
.children .cat_title {

    display: none !important;

}
.nav-links {
    margin-right: auto;
    margin-left: auto;
}

.page-numbers.current {
    background: #2285c7;
    color: #ffffff;
    text-decoration: none;

}
.page-numbers, .page-numbers:hover, .prev.page-numbers ,.next.page-numbers{
    background: #ffffff;
    color: #969696;
    padding: 4px 13px 4px 13px;
    text-decoration: none;
    border-radius: 3px;
    margin-left: 3px;

}
.navigation.pagination {
    margin: auto;
}
.author_div {
    text-align: right;
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.hire_btn ,.hire_btn:hover {
    background: #2285c7;
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none !important;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 45px;
    width: 150px;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
}
.comment_btn {
    background: #2285c7;
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none !important;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 45px;
    width: 150px;
    display: block;
    text-align: center;
    font-size: 16px;

}
.search_input1 {
    width: 100%;
    border: 1px solid #dae5f2;
    border-left: 0;
    padding: 0 10px;
    height: 40px;
}
.search_submit1 {
    background: #2486c7;
    width: 100%;
    height: 40px;
    color: #ffffff;
    border: 1px solid #dae5f2;
    border-right:0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.top-header {
}
.article_title,.article_title:hover {
    font-size: 18px;
    line-height: 1.4;
    color: #3c4859;
    text-decoration: none;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.article_title h1{
    font-size: 28px !important;
}

.post_excerpt {
    text-align: right;
    margin: 10px 0;
    font-size: 16px;
}
.lessons_writer,.lessons_writer a,.lessons_writer a:hover{
    color: #3c4859;
    text-decoration: none;
}
.book_writer,.book_writer a,.book_writer a:hover{
    color: #6c809a;
}
.middle_menu{
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding-right: 0;

}
.middle_menu a{
    font-size: 12px;
}
.widget_article:nth-last-child(1):after{
    display: none;
}
.cat-item a ,.cat-item a:hover{
    font-size: 16px;
    color: #3c4859;
    display: inline-block;
    text-decoration: none;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin: 8px 0 3px 0;
}
.widget ul ,.widget  li{
    padding-right: 0;
}
.cat-item{
    color: #9facbd;
    font-size: 16px;
    padding: 5px 0;
}
.cat-item:after{
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}
.twitter_icon{
    background: url("../img/tw.svg");
}
.sociali{
    color: #ffffff;
}
.header_social1 {
    border-radius: 50px;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.facebook{
    background: #3a5897;
}
.twitter{
    background: #54aced;
}
.since_hour{
    color: #9facbd;
    font-size: 16px;
    font-family: 'Noto Naskh Arabic','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.comment_reply_text,.comment_reply_text:hover{
    color: #6c809a;
    font-size: 18px;
    font-family: 'Noto Naskh Arabic','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-decoration: none;
}
.fscoial{
    background: #6c809a;
}
.footer-social {
    display: flex;
}
.f_social {
    margin-left: 10px;
}
.rectent_a,.rectent_a:hover{
    color:#6c809a;
    text-decoration: none;
}
.widget_article img{
    display: none;
}
.widget_article:nth-child(2) img{
    display: block !important;
}
.form-submit{
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.comment_author a,.comment_author a:hover{
    color: #3c4859;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.comment-reply-link,.comment-reply-link:hover{
    color: #6c809a;
    font-size: 18px;
    font-family: 'Noto Naskh Arabic','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.commentlist ,.comment{
    list-style: none;
    padding-right: 0;
}
.comment .row{
    padding-right: 20px;
}
#reply-title {
    text-align: right;
    font-size: 18px;
}


.clear {clear:both}

/* First Level */
#mainMenu ul li {
    position:relative;
}
#mainMenu ul li a {
    display:block;
}



.menu-item-has-children .sub-menu {
    display: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px rgba(173,173,173,.25);
    position: absolute;
    left: -10px;
    margin-top: 1em;
    margin-left: 0;
    padding: 1em;
    z-index: 999;
    width: 220px;
    text-align: right;
}
#mainMenu ul li {
    display: block;
}
.sub-menu:before {
    position: absolute;
    content: " ";
    display: block;
    height: 50px;
    width: 100%;
    top: -20px;
    margin-left: -10px;
    left: 0;
}
.author_link{
    color: #6c809a;
    padding: 7px;
    padding-bottom: 7px;
    padding-bottom: 7px;
    padding-bottom: 0;
    text-decoration: none;
    text-align: right;
}
.author_link a{
    color: #6c809a;

}

#misha_loadmore {

    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-align: center;
    margin: auto;
    background: #2285c7;
    color: #ffffff !important;
    border-radius: 3px;
    padding: 10px 30px;
    float: right;
    margin-bottom: 30px;
    cursor: pointer;
}

#misha_pagination {
margin-right: auto;
margin-left: auto;
}

[type="submit"]{
    cursor: pointer;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.container800{
    max-width: 800px;
}
.menu-item-has-children > a::after {
    content: " ";
    float: left;
    margin-top: .75em;
    margin-left: .75em;
    background: url("../img/icon-dropdown-arrow.svg") center no-repeat;
    background-size: auto auto;
    background-size: contain;
    display: block;
    height: 6px;
    width: 9px;
}
.sub-menu li {
    margin-bottom: 10px;
}

.articleimg{
    padding-top: 50%;
    background-size: 100% auto;
}
.lessons_section1{
    margin: 15px 0;
}

.cat_title ,.cat_title:hover {
    text-align: center;
    color: #3c4859;
    margin: auto;
    display: block;
    font-size: 25px;
    margin-bottom: 12px;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;

}

.article_titleb ,.article_titleb:hover{

    color: #ffffff;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 22px;
    text-decoration: none;

}

.articleimgb {

    background: #2285c7;
    position: relative;

}

.book_icon {

    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;

}



#respond {
    margin: 30px 0;
}
.comment-list {
    padding-right: 0;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-25{
    font-size: 25px !important;
}
.extraf,.extraf:hover {

    border: none;
    border-radius: 5px;
    background: #2285c7;
    font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 45px;
    font-size: 20px;
    display: block;
    width: auto;
    padding-top: 3px;
    margin: 0 10px;

}

p img.aligncenter {
    text-align: center !important;
    margin: auto;
    display: block;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
}


.pagination .prev a,
.pagination .next a {
	font-family: 'Noto Kufi Arabic','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color: #D8D8D8;
	color: #5F4D61;
    padding: 10px 40px; /* Spacing inside the button */
	margin-left: 10px;
	margin-right: 10px;
    text-decoration: none; /* Remove underline from links */
    font-size: 16px; /* Font size */
    border-radius: 5px; /* Rounded corners */
    display: inline-block; /* Makes it look like a button */
    transition: background-color 0.3s ease; /* Smooth hover effect */
	cursor: pointer;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    background-color: #fbb81c; /* Darker color on hover */
	color: #fff;

.pagination .prev a:disabled,
.pagination .next a:disabled {
    background-color: #ccc; /* Disabled background color */
    cursor: not-allowed; /* Show "not-allowed" cursor */
    pointer-events: none; /* Disable click events */
}
