
.sec-list{
    height: 100%;
}
.search-name h1{
    font-size: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.search-result-main .search-result-details .search-name.search-name-2 span{
    margin: 0 !important;
}
.palestinian_west_box .text-details{
    padding-left: 0;
}
.palestinian_west_box{
    padding: 20px;
}
.palestinian_west_box .reuters_heading{
    padding: 0;
}
.addi_treat-inner h1{
    color: #df4d27;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 150%;
}
.addi_treat-inner h1 span{
    display: block;
}

.search_list_outer{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 16px;
    overflow: hidden;
}
.search_sec{
    padding: 30px 0;
}
.search_fill_item{
    width: 33.33%;
    padding: 0 20px;
    margin: 16px 0;
}
.form_search_btn{
   min-width: 90px;
}
.form_search_btn .btn{
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
}
.form_search_btn .btn span{
    display: none;
}
.form_search_btn .btn:hover{
    background-color: #dc3436;
    color: #ffffff;
}
.search_fill_item > label{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.search_fill_item + .search_fill_item{
    border-left: 1px solid #ddd;
}
.search_fill_item .form-control{
    height: 44px;
    border: 0;
    box-shadow: none;
    outline: none;
    color: #666;
    font-size: 16px;
    padding: 0;
}
.srch_input_btn  .material-icons-outlined{
    color: #666;
}
.form_search_btn .material-icons-outlined{
    font-size: 40px;
}
.office_tab_links{text-align: center;}
.office_tab_links ul{
    border: 1px solid #2e3874;
    /*flex-wrap: nowrap;
     overflow-x: auto;
    overflow-y: hidden; */
    display: inline-flex;
}
.office_tab_links ul li{
    border-right: 1px solid #2e3874;
    margin: 0;
    /* width: 100%; */
}
.office_tab_links ul li:last-child{
    border-right: 0;
}
.office_tab_links li .nav-link{
    margin: 0;
    padding: 10px 16px;
    font-size: 16px;
    color: #2e3874;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0;
    border: 0;
}
.office_tab_links li .nav-link:hover, .office_tab_links li .nav-link.active{
    background-color: #2e3874;
    color: #fff;
}
.tab_box_outer{
    padding: 30px 0 0;
}
.tab_box_outer .search-result-list{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 10px;
    height: 100%; 
}
.tab_box_outer .col-lg-6{
    margin-bottom: 20px;
}
.tab_box_outer .search-result-top{
    border-bottom: 0;
    margin-bottom: 0;
}

@media(max-width:1199px){
    .navbar-brand{
        max-width: 110px;
    }
    .sec-list {
        max-width: 100%;
        margin: 0;
    }
    .search-filter .col-md-6{
        margin-bottom: 30px;
    }
    .search-box{
        max-width: 100%;
    }
    .search-right, .search-left{
        max-width: 100%;
        width: 100%;
    }
    .search-middle.search-middle-right{
        width: 100% !important;
    }
    .left_sidebar{
        width: 70%;
    }
    .right_sidebar{
        width: 30%;
    }
    .left_sidebar{
        padding: 16px;
    }
    .addi_treat .profile_pic img{
        max-width: 185px;
    }
    .addi_treat .float-end{
        float: none !important;
    }
    .integra_r {
        text-align: left;
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .about-wrapper .section-heading{
        font-size: 24px;
        min-width: 100%;
    }
    .about-list .img-wrapper{
        max-width: 80px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .left_sidebar{
        width: 100%;
    }
    .right_sidebar{
        width: 100%;
    }
    .what-next li a img{
        width: 100%;
    }
    .what-next ul li:last-child{
        margin-bottom: 0;
    }
    .reuters_heading h1{
        font-size: 24px;
    }
    .palestinian_west_box{
        padding: 20px 10px;
    }
    .about-box-description ol{
        padding-left: 16px;
    }
    .office_tab_links ul, .office_tab_links ul li{
        border: 0;
    }
    .office_tab_links ul{
        gap: 10px;
        justify-content: center;
    }
    .office_tab_links li .nav-link{
        border: 1px solid #2e3874;
    }
}
@media(max-width: 767px){
    .about-list .img-wrapper {
        max-width: 60px;
    }
    .foot-heading{
        font-size: 22px;
    }
    .reuters_heading h6{
        margin-bottom: 0;
    }
    .review_total{
        flex-wrap: wrap;
    }
    .review-user-img{
        margin-bottom: 10px;
    }
    .cate-news-right {
        width: 100%;
    }
    .search_list_outer {
        flex-wrap: wrap;
        padding: 16px;
    }
    .search_fill_item{
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    .search_fill_item + .search_fill_item{
        border-left: 0;
        border-top: 1px solid #ddd
    }
    .form_search_btn{
        width: 100%;
    }
    .form_search_btn .btn{
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
        gap: 10px;
    }
    .form_search_btn .material-icons-outlined {
        font-size: 24px;
    }
    .form_search_btn .btn span{
        display: block;
    }
}
@media(max-width: 575px){
    .addr-item{
        text-align: center;
    }
    .about-wrapper .section-heading {
        font-size: 18px;
    }
    .header-featured-sec{
        display: block !important;
    }
    .search-middle{
        margin-top: 0;
    }
    .btn-lg {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 24px;
    }
    .classified-list .box-heading {
        line-height: 30px;
        padding: 10px;
        font-size: 22px;
    }
    .search-result-main .search-result-details{
        padding: 0 !important;
    }
    .search-name h1{
        font-size: 19px;
    }
    .search-result-main, .search-result-details p{
        font-size: 14px !important;
    }
    .classified-list{
        margin-top: 15px;
    }
    .quick-email a{
        width: 100%;
        margin: 0;
    }
    .reply_new_box p{
        width: 100%;
        float: none;
        margin-top: 16px;
    }
    .reply_new_box h6{
        float: none;
        margin-top: 16px;
        text-align: left;
        font-size: 14px;
    }
   
}



/* for homepage/news/browse-profile pages 16/01/2024 */
.banner-wrapper .flexslider .slides > li{
    height: 470px;
    overflow: hidden;
}
.banner-wrapper .flexslider .slides > li img{
    width: 100%;
    object-fit: cover;
}
.bnr_right_img_wrapper .img-wrapper{
    height: 235px;
}
.bnr_right_img_wrapper .img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.medicare-inner .img-wrapper{
    height: 260px;
}
.medicare-inner .img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.medicare-inner .medi-details{
    min-height: 200px;
}

.medi-heading a{
    font-size: 18px;
}

.medicare-inner .medi-details .medi-des{
    margin-bottom: 0;
}

.news-banner-left .img-wrapper{
    height: 590px;
    overflow: hidden
}
.news-banner-right  .img-wrapper{
    height: 295px;
    overflow: hidden
}
.news-banner .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-wrapper .news-list .img-wrapper{
    height: 275px;
    overflow: hidden;
}
.news-wrapper .news-list .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-wrapper .news-list .news-details .news-hading{
    font-size: 20px;
    min-height: 55px;
}

.search-filter .sec-list{
    height: 100%;
}
 .search-left, .search-result-right{
    width: 260px;
}
.search-middle {
    width: calc(100% - 540px);
}

.search-img {
    width: 180px;
    min-width: 180px;
}
.search-img img{
    max-width: 100%;
}
.search-result-details{
    padding: 0 20px;
}
.sec-buttons .btn{
    margin-bottom: 10px;
}
.search-result-add {
    width: 290px;
    min-width: 240px;
    margin-top: 0;
}
.video-details{
    padding-left: 130px;
}
.video_item{
    height: 570px;
    overflow: hidden;
    margin-right: -120px;
}
.video_item iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper:before{
    display: none;
}
/*.video-wrapper-inner > div:last-child::after{
    left: -95px;
}*/
.news-hading a{
    display: block;
    color: #2e3874;
}
.news-hading a:hover{
    color: #db3a3b;
}

/* =-================Responsive================ */

@media(max-width:1365px){
    .navbar-light .navbar-nav .nav-item a, .menu-section .menu li a{
        font-size: 18px;
    }
    .news-wrapper .news-list .news-details .news-hading{
        min-height: 80px;
    }
}
@media(max-width:1299px){
    .search-result-details {
        padding: 20px 0 0;
        width: 100%;
    }
    .search-result-add{
        margin-top: 15px;
    }
}
@media(max-width:1199px){
    .navbar-light .navbar-brand{
        max-width: 130px;
    }
    .navbar-light .navbar-nav .nav-item a, .menu-section .menu li a {
        font-size: 16px;
    }
    /* .banner-wrapper .flexslider .slides > li{
        height: 380px;
    } */
    .office-list-inner .list-details, .office-list-inner{
        text-align: center;
    }
    .search-filter .search-box{
        max-width: 100%;
        margin: 30px 0 0;
    }
    .search-left, .search-result-right {
        width: 100%;
    }
    .search-middle {
        width: 100%;
    }
    .search-result-right{
        margin: 30px 0 0;
        display: flex;
        gap: 16px;
    }
    .video_item{
        height: 360px;
    }
    .video-details {
        padding-left: 100px;
    }
}

@media(max-width:991px){
   .bnr_right_img_wrapper{
        display: flex;
   }
   .bnr_right_img_wrapper .img-wrapper{
        width: 50%;
   }
   .superior-wrapper .col-lg-6:first-child{
        order: 2;
   }
   .superior-wrapper .col-lg-6:last-child{
    order: 1;
}
.foot-heading.no-border{
    display: none;
}
.testi-desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
}

@media(max-width:767px){
    .banner-wrapper .flexslider .slides > li {
        height: 300px;
    }
    .overview-wrapper .col-md-6:first-child{
        order: 2;
    }
    .overview-wrapper .col-md-6:last-child{
        order: 1;
    }
    .superior-wrapper .img-wrapper img, .overview-wrapper .img-wrapper img{
    margin-bottom: 0;
 }
 .overview-wrapper{
    padding-bottom: 0;
 }
 .superior-wrapper h4 {
    font-size: 28px;
    line-height: 34px;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.superior-wrapper p{
    font-size: 16px;
}
.office-list-inner .list-heading{
    font-size: 20px;
}
.news-banner{
    max-width: 555px;
}
.news-banner-left .img-wrapper{
    height: 450px;
}
.news-banner .img-wrapper{
    margin-bottom: 10px;
}
.news-wrapper .news-list .news-details .news-hading {
    min-height: auto;
}
.search-img{
    margin: 0 auto;
}
.bnr_right_img_wrapper{
    flex-wrap: wrap;
}
.bnr_right_img_wrapper .img-wrapper {
    width: 100%;
}
.bnr_right_img_wrapper .img-wrapper{
    height: auto;
}
.video_item{
    margin-bottom: 30px;
}
.video-details {
    padding-left: 0;
}
.video_item{
    margin-right: 0;
}
}

@media(max-width:575px){
    .search-result-add {
        width: 100%;
        min-width: 100%;
    }
}


/* Used for the user login/account sections */
.news-banner{
  position: relative;
}
.usrfrm-overlay{
  position: absolute;
  left: 0; 
  top: 0; 
  right: 0; 
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,0.8);
}
.usrfrm-overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}
.hidden {
	display: none;
}

.usrfrm-overlay2{
  position: absolute;
  left: 0; 
  top: 0; 
  right: 0; 
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,0.8);
}
.usrfrm-overlay2-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}
.usrfrm-overlay3{
  position: absolute;
  left: 0; 
  top: 0; 
  right: 0; 
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,0.8);
}
.usrfrm-overlay3-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}