@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Oswald:200,300,400,500,600,700&display=swap');

body {
  font-famly: Montserrat !important;
}


.post-sidebar {
  padding-left: 0;
}

img {
  max-width: 100%;
}

.post-block>a,
.post-block figure>a {
  margin-right: 20px;
}

.videos_section .post-block>a {
  margin-right: 10px;
}

.post-block .axil-post-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.commenting_section {
  background: #fbfbfb;
  padding: 20px;
}

.commenting_section ::placeholder {
  color: #ccc;
}

.commenting_section input[type="text"],
.commenting_section input[type="password"],
.commenting_section input[type="email"],
.commenting_section input[type="number"],
.commenting_section input[type="file"],
.commenting_section textarea,
.commenting_section select {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  height: 41px;
  font-size: 12px;
  line-height: 14px;
}

.commenting_section textarea {
  height: 82px;
  padding: 10px;
  resize: none;
}

.commenting_section .btn.btn-primary {
  border-radius: 4px;
  background: #444;
  font-size: 13px;
  font-weight: 700;
  border: none;
  width: 154px;
  height: 42px;
  padding: 0;
}

.commenting_section .btn.btn-primary:before {
  display: none;
}

.commenting_section .btn.btn-primary:hover {
  background: var(--primary-color);
}

.commenting_section .form-group {
  margin-bottom: 10px;
}

.post-metas ul {
  font-size: 11px;
  color: #999999;
}

.section-title .axil-title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.section-title .axil-title span {
  font-weight: 400;
  color: var(--primary-color);
}

.section-title>div {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-top .subc_now {
  display: block;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  font-weight: 658;
  font-size: 14px;
  padding: 11px 0;
  letter-spacing: 1px;
}

.header-top .subc_now:hover {
  text-decoration: none;
}

.section-title .nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  color: #9d9d9d;
  font-size: 15px;
  padding: 0;
  border-top: 3px solid transparent;
  padding: 4.5px 10px;
}

.section-title .nav-pills .nav-link.active {
  border-top: 3px solid #333;
  background: none;
  color: #333333;
}

.axil-img-container.flex-height-container {
  height: auto;
}

.video-play-btn__big,
.post-format__big {
  width: 60px;
  height: 60px;
}

.video-play-btn__big::after,
.post-format__big::after {
  border-top: 10px solid transparent;
  border-left: 13px solid #4a185a;
  border-bottom: 10px solid transparent;
}

.weekly-newsletter {
  padding: 15px 15px 15px 15px;
}

.weekly-newsletter .notification .alert,
.footer_newsletter .notification .alert {
  padding: 10px 0 0 0;
  background: none !important;
  border: none !important;
  font-size: 12px;
}

.weekly-newsletter .notification .alert.alert-danger,
.footer_newsletter .notification .alert.alert-danger {
  color: #721c24;
}

.weekly-newsletter .notification .alert.alert-success,
.footer_newsletter .notification .alert.alert-success {
  color: #155724;
}

.axil-img-container .media-body__big {
  padding: 20px;
}

.videos_section .axil-media-bottom .axil-post-title {
  font-size: 20px;
  line-height: 30px;
}

.videos_section .axil-media-bottom .post-metas ul {
  color: #fff;
  font-size: 13px;
}

.navbar-search {
  position: static;
  width: 100%;
  height: auto;
  background: none;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: flex;
  visibility: visible;
  opacity: 1;
}

.navbar-search .search-field {
  width: 100%;
}

.videos_section .axil-content .post-block__small .media-body .post-cat-group {
  display: none;
}

.videos_section .axil-content .post-block__small .media-body .post-cat-group .post-cat {
  background: #333333;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 12px;
}

.videos_section .axil-content .post-block__small .media-body h3.axil-post-title {
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 4px;
}

.videos_section .axil-content .post-block__small .media-body .post-metas ul {
  font-size: 10px;
  color: #999999;
}

.weekly-newsletter .subscription-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.weekly-newsletter input[type="text"] {
  border: 1px solid #d3d7da;
  background: #fff;
  border-radius: 3px;
  padding: 0 110px 0 10px;
  height: 44px;
}

.weekly-newsletter button.btn {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 3px;
  padding: 0;
  height: 37px;
  width: 40px;
  font-size: 26px;
  letter-spacing: 0;
  color: var(--primary-color);
  background: none;
  border: none;
}

.weekly-newsletter .section-title h3.axil-title {
  font-size: 12px;
  line-height: 18px;
}

.zmanim_box {
  display: flex;
  background: #f8f8f8;
  flex-basis: 0;
}

.zmanim_box .block {
  font-size: 18px;
  color: #666666;
  font-weight: 700;
  font-family: Oswald;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
  flex: 1 1 auto;
}

.zmanim_box .block:nth-child(2) {
  background: rgba(0, 0, 0, 0.02);
}

.zmanim_box .block:nth-child(3) {
  background: rgba(0, 0, 0, 0.04);
}

.zmanim_box .block:nth-child(4) {
  background: rgba(0, 0, 0, 0.06);
}

.zmanim_box .block:nth-child(5) {
  background: rgba(0, 0, 0, 0.08);
}

.zmanim_box .block:nth-child(6) {
  background: rgba(0, 0, 0, 0.10);
}

.zmanim_box .block:nth-child(7) {
  background: rgba(0, 0, 0, 0.12);
}

.zmanim_box .block:nth-child(8) {
  background: rgba(0, 0, 0, 0.14);
}

.zmanim_box .block:nth-child(9) {
  background: rgba(0, 0, 0, 0.16);
}

.zmanim_box .block:nth-child(10) {
  background: rgba(0, 0, 0, 0.18);
}

.zmanim_box .block:nth-child(11) {
  background: rgba(0, 0, 0, 0.20);
}

.zmanim_box .block span {
  font-size: 9px;
  font-family: Montserrat;
  display: block;
}

.content-block .media-caption {
  padding: 20px;
}

.footer_newsletter {
  background: #000000;
  padding: 20px 0 10px 0;
  color: #fff;
}

.footer_newsletter h5 {
  color: #fff;
  padding: 10px 10px 10px 0;
  margin: 0;
}

.footer_newsletter form {
  width: 100%;
  max-width: 420px;
  position: relative;
  display: flex;
}

.footer_newsletter form input[type="submit"] {
  position: static;
  border-radius: 4px;
  width: 150px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  right: 4px;
  top: 4px;
  height: 50px;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 700
}

.footer_newsletter form input[type="submit"]:hover {
  background: var(--secondary-color);
}



.footer_newsletter form input[type="text"] {
  background: #fff;
  border: none;
  height: 50px;
  border-radius: 4px;
}

.content-block .media-caption .axil-post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.content-block .media-caption .caption-meta {
  color: #fff;
  margin-top: 0;
}

.content-block .media-caption .caption-meta ul {
  font-size: 13px;
}

.content-block .media-caption .caption-meta ul li {
  margin-right: 7px;
}

.main-navigation {
  padding: 0;
}

.brand-logo-container {
  padding: 20px 0 20px 0;
}

a.view_more_btn.arrow {
  background: var(--primary-color);
  color: #fff;
  border-bottom: 4px solid var(--secondary-color);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 25px 11px 25px;
  display: inline-block;
}

a.view_more_btn.arrow:hover {
  text-decoration: none;
  background: var(--secondary-color);
  border-bottom: 4px solid #ad0000;
}

.volume_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.navbar-search input {
  padding: 0.9rem 0;
}

.volume_slider:hover {
  opacity: 1;
}

.volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  opacity: 1;
}

.volume_slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  opacity: 1;
}

.video_payer {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.video_payer .album_cover_blur_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}

.video_payer .album_cover_blur_bg:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
}

.video_payer .video_thumb {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.video_payer .video_thumb img {
  width: 100%;
}

.video_payer .video_details {
  margin-left: 90px;
  color: #fff;
}

.video_payer .video_details h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.video_payer .video_details p {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.video_slider {
  margin-top: 17px;
  position: relative;
  padding: 0 25px;
}

.video_slider i {
  position: absolute;
  width: 25px;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
  top: 8px;
}

.video_slider i.fa-volume-up {
  left: auto;
  right: 0;
  text-align: right;
}

.video_payer .album_cover_blur_bg img {
  filter: blur(14px);
  width: 100%;
  height: auto;
  -webkit-filter: blur(14px);
}

.main-navigation>li {
  position: static;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}

.main-navigation>li>a {
  color: #ababab !important;
	/*   padding: 20px 16px; */
  padding: 20px 15px;
  display: block;
}
.main-navigation>li:first-child>a {
	padding-left: 0px;
}
.main-navigation>li>a:hover {
  color: #333333 !important;
  text-decoration: none;
}

.main-navigation>.has-dropdown>a {
  padding-right: 35px;
}

.navbar-inner {
  position: relative;
}

.main-navigation>li>a::before {
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-navigation>li>a:hover::before,
.main-navigation>li.has-dropdown>.active a::before {
  height: 3px;
}

.has-dropdown>a::after {
  top: 21px;
  right: 18px;
  margin: 0;
}

.submenu li.has-dropdown a::after {
  right: 0;
}

.submenu .has-dropdown>a::after {
  top: -0.5rem;
}

.main-navigation>li.has-dropdown.active>a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: inherit;
}

.header-top li a {
  color: #8e8e8e;
}

.header-top li a:hover {
  color: #fff;
}

.main-navigation>li.has-dropdown,
.main-navigation>li {
  margin-right: 0;
}

/* .submenu
{width:100%;} */
.navbar.bg-white .submenu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



nav.navbar {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.header-top {
  padding: 0;
}

.header-top li {
  padding: 10px 0;
}

.header-top li.current-date {
  color: #fff;
  text-transform: uppercase;
}

.header-top-nav li:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}

.page-footer {
  background: url(../../../img/frontend/footer_bg.jpg);
  padding: 40px 0 0 0;
}

.footer-widget .footer-widget-title {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer-widget .footer-widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  content: '';
  background: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.footer-widget .footer-widget-title:hover:after {
  width: 131px;
  background: var(--primary-color);
}

/* .footer-widget .footer-widget-title::after{position: absolute; left:0; bottom: 0; height:2px; width:131px; content: ''; background: var(--primary-color);} */
.footer-widget .footer-widget-title.blank::after {
  display: none;
}

.footer-widget .footer-nav li a {
  color: #969696;
  font-size: 13px;
}

.footer-widget .footer-nav li a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #585455;
  text-align: center;
}

.footer-bottom .axil-copyright-txt {
  font-size: 13px;
  color: #969696;
  display: block;
  text-align: center;
}

.footer-trending-news {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-trending-news li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.alert {
  font-size: 13px;
  width: 100%;
  margin-bottom: 0;
}

.footer-trending-news li a {
  color: #969696;
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 19px;
}

.footer-trending-news li a:hover {
  color: #fff;
}

.footer_logo {
  text-align: center;
  margin: 50px 0 20px 0;
}

.footer_social li {
  margin: 0 12px;
}

.footer_social li a {
  color: #8c8c8c;
}

.footer_social li a:hover {
  color: var(--primary-color);
}

.trending_news label {
  color: #ee5044;
  font-size: 13px;
  font-weight: 700;
  float: left;
  padding: 12px 10px 11px 0;
}

.trending_news ul {
  font-size: 13px;
  font-weight: 400;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trending_news ul li a {
  color: #ffffff;
}

.news_block .image img {
  width: 100%;
}

.banner_section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_block {
  position: relative;
}

.news_block .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
}

.news_block .txt .category_label span,
.tab-content .post-block .media-body .category_label span,
.tab-content .content-block .media-caption .caption-content .category_label span {
  font-size: 11px;
  font-weight: 400;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
}

.tab-content .post-block .media-body .category_label span {
  background: #333;
  color: #ffffff;
}

.news_block .txt h2 {
  color: #fff;
  font-size: 27px;
  line-height: 34px;
  font-weight: 700;
  margin: 10px 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.news_block .txt .news_metas ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news_block .txt .news_metas ul li {
  margin-right: 8px;
  font-size: 13px;
  float: left;
  line-height: 14px;
}

.medium .news_block .txt h2 {
  font-size: 23px;
  line-height: 30px;
}

.small .news_block .txt h2 {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
}

.small .news_block .txt .news_metas ul li {
  margin-right: 5px;
  font-size: 11px;
}

.news_block .image {
  overflow: hidden;
}

.small .news_block .txt {
  padding: 20px;
}

.large .news_block,
.large .news_block .image {
  height: 100%;
  position: relative;
}

.large .news_block .image img {
  height: 100%;
}

.news_block .image::after {

  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: '';

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(18, 18, 19, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
}

.header-ad-container {
  padding: 10px 0;
}

.header-ad-container img {
  max-height: 90px;
}


.navbar-search input {
  border-bottom: 1px solid #c7c7c7;
  height: 45px;
  font-size: 13px;
  padding: 10px;
  color:#000;
  letter-spacing: 0;
  background-color: white;
}
.navbar-search input::placeholder {
  color: #ee5044 !important;
}

.navbar-search .navbar-search-btn {
  padding:10px;
  height: 45px;
  outline: none !important;
}

.post-block img {
  max-width: 154px;
}

.post-block img[alt] {
  font-size: 10px;
}

.videos_section .post-block img {
  max-width: 120px;
}

.half_style_layout .post-block img {
  max-width: 280px;
}

.half_style_layout .post-block {
  border-bottom: 1px solid #f0f0f0;
}

.half_style_layout .post-block .media-body h3.axil-post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.half_style_layout .post-block .media-body .post-metas {
  margin: 5px 0;
}

.half_style_layout .post-block .media-body .post-metas ul {
  font-size: 12px;
}

.half_style_layout .post-block .media-body .post-metas ul li.comments_count {
  background: url(../../img/frontend-new/comment_ico.png) left center no-repeat;
  padding-left: 20px;
}

.half_style_layout .post-block .media-body .post-metas ul li.comments_count a {
  color: #999999;
}

.half_style_layout .post-block .media-body p {
  margin: 0;
  padding: 0;
  color: #292929;
  font-size: 15px;
  line-height: 25px;
}

.half_style_layout .post-block .media-body p a {
  color: #b11313;
  text-decoration: underline;
  font-style: italic;
  margin-bottom: 0;
  display: none;
}

.pagination_block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.pagination_block ul li {
  float: left;
  margin: 0 5px;
}

.pagination_block ul li a {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #cccccc;
  color: #cccccc;
  text-align: center;
  font-size: 12px;
}

.pagination_block ul li a:hover {
  border: 1px solid #333333;
  color: #333333;
}

.pagination_block ul li.active a {
  border: 1px solid var(--primary-color);
  color: #fff;
  background: var(--primary-color);
}

.pagination_block ul li.highlight a {
  border: 1px solid #b11313;
  color: #b11313;
}

.breadcrumbs {
  background: #e6e6e6;
  padding: 10px 0;
}

.commenting_section .alert {
  margin-top: 15px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.breadcrumbs ul li {
  float: left;
  font-size: 12px;
  color: #989898;
  padding-right: 17px;
  margin-right: 13px;
  position: relative;
  line-height: 18px;
}

.breadcrumbs ul li:after {
  position: absolute;
  right: 0;
  font-size: 10px;
  content: '';
  font-family: "Font Awesome 5 Pro";
}

.breadcrumbs ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

.post-sidebar .section-title .axil-title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.post-sidebar #newsletter .section-title .axil-title {
  border-bottom: none;
}

.post-sidebar .section-title .nav-pills {
  display: block;
  width: 100%;
}

.post-sidebar .section-title .nav-pills li {
  float: left;
  text-align: center;
}

.post-sidebar .section-title .nav-pills li .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-sidebar .section-title>div {
  display: block;
  text-align: center;
}

.post-sidebar .post-block img {
  max-width: 100px;
}

.post-metas li:last-child {
  margin-right: 0;
}

.header-top-nav {
  justify-content: center !important;
}

.post-sidebar .post-block>a {
  margin-right: 15px;
}

.post-sidebar .post-block .axil-post-title {
  font-size: 13px;
  line-height: 18px;
}

.post-sidebar .post-metas ul {
  font-size: 10px;
}

.post-sidebar .post-metas ul li {
  margin-right: 5px;
}

.post-sidebar .post-metas ul li.comments_count {
  background: url(../../img/frontend-new/comment_ico.png) left center no-repeat;
  padding-left: 20px;
}

.post-metas ul li.comments_count {
  background: url(../../img/frontend-new/comment_ico.png) left center no-repeat;
  padding-left: 20px;
}

.post-sidebar .post-metas ul li:last-child {
  margin-right: 0;
}

.navbar-extra-features {
  width: 250px;
}

.navbar-extra-features .search_form_trigger {
  display: none;
}

.single-blog-wrapper .axil-post-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0;
}

.social-share__vertical li {
  margin-bottom: 5px;
}

.social-share__with-bg li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  background: none;
}

.social-share__with-bg li a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 100%;
}

.social-share__with-bg li a i.fa-facebook-f {
  background: #3a579a;
}

.social-share__with-bg li a i.fa-twitter {
  background: #00abf0;
}

.social-share__with-bg li a i.fa-behance {
  background: #333333;
}

.social-share__with-bg li a i.fa-linkedin-in {
  background: #0088cc;
}

.social-share__with-bg li a i.fa-tumblr {
  background: #333333;
}

.social-share__with-bg li a i.fa-whatsapp {
  background: #25d366;
}

.social-share__with-bg li a i.fa-telegram-plane {
  background: #0088cc;
}

.social-share__with-bg li a i.fa-envelope {
  background: #333333;
}

.single-blog-wrapper .post-metas ul,.single-blog-wrapper .post-metas ol {
  font-size: 13px;
}

.single-blog-wrapper>p,.single-blog-wrapper ul li,.single-blog-wrapper ol li,.single-blog-wrapper>p span {
  color: #333333;
  font-size: 16px !important;
  line-height: 28px;
  margin: 0 0 15px 0;
  font-family: Montserrat;
  font-weight: 400;
}
.single-blog-wrapper .post-metas ~ ul li {
  list-style: disc;
}
.single-blog-wrapper .post-metas ~ ul,.single-blog-wrapper .post-metas ~ ol {
  padding-left: 2rem;
}
.post_tags {
  text-align: left;
}

.post_tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.post_tags ul li {
  margin: 0 10px 10px 0;
  float: left;
  background: #ebebeb;
  color: #707070;
  font-size: 11px;
  line-height: 11px;
  padding: 10px 25px;
  border-radius: 30px;
}

.post_tags ul li:hover {
  background: #e0dfdf;
}

.post-navigation-wrapper .post-navigation .post-nav-content {
  padding: 20px;
}

.post-navigation-wrapper .post-navigation {
  background: none;
}

.post-navigation-wrapper .post-navigation .post-nav-content>a {
  max-width: 150px;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
}

.post-navigation-wrapper .post-navigation .post-nav-content>a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.post-navigation-wrapper .post-navigation .post-nav-content>h3 {
  float: right;
  width: calc(100% - 165px);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.post-navigation-wrapper .post-navigation .post-nav-content>h3 ul {
  color: #999999;
  font-size: 11px;
  font-weight: 400;
  display: block;
  overflow: hidden;
}

.post-navigation-wrapper .post-navigation .post-nav-content>h3 ul li {
  margin-right: 8px;
  display: inline-block;
}

.post-navigation-wrapper .post-navigation .post-nav-content>h3 ul li:last-child {
  margin-right: 0;
}

.post-navigation-wrapper .post-navigation .post-nav-content>a strong {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.post-navigation-wrapper .post-navigation .post-nav-content>a strong i {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
  line-height: initial;
}

.post-navigation-wrapper .post-navigation .post-nav-content>a img {
  width: 100%;
}

.post-navigation-wrapper .post-navigation:hover .post-nav-content,
.post-navigation-wrapper .post-navigation .post-nav-content {
  background: #fbfbfb;
  overflow: hidden;
}

.post-navigation-wrapper .post-navigation:hover i {
  background: none;
}

.post-navigation-wrapper .post-navigation.text-right .post-nav-content>a {
  float: right;
}

.post-navigation-wrapper .post-navigation.text-right .post-nav-content {
  text-align: right;
}

.post-navigation-wrapper .post-navigation.text-right .post-nav-content>h3 {
  float: left;
  text-align: right;
}

.post-navigation-wrapper .post-navigation:hover a {
  color: inherit;
}

.custom_toggle_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom_toggle_checkbox input[type="checkbox"]+label {
  width: 56px;
  height: 28px;
  border: 1px solid #e5e5e5;
  padding: 0;
  border-radius: 37px;
}

.custom_toggle_checkbox input[type="checkbox"]+label:before {
  height: 19px;
  width: 19px;
  background: #bababa;
  border-radius: 100%;
  border: none;
  top: 4px;
  left: 4px;
}

.custom_toggle_checkbox input[type="checkbox"]:checked+label:before {
  background: #00a651;
  left: 30px;
}

.custom_toggle_checkbox input[type="checkbox"]+label:after {
  display: none;
}

.commenting_section .custom_toggle_checkbox {
  float: left;
  margin-right: 10px;
}

.commenting_section p {
  color: #696969;
  font-size: 13px;
  line-height: 27px;
}

.single_comment_block .ballon {
  border-radius: 4px;
  background: #fff;
  margin: 0 0 20px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  float: right;
}

.single_comment_block .ballon.revert {
  width: 80%;
}

.single_comment_block:last-child .ballon:last-child {
  margin-bottom: 0;
}

.single_comment_block .ballon>p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.single_comment_block .ballon>p strong {
  display: block;
  margin: 0 0 5px 0;
}

.single_comment_block .ballon .ballon_footer {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #f2f2f2;
}

.single_comment_block .ballon .ballon_footer .ballon_footer_right {
  float: right;
  color: #cccccc;
  font-size: 13px;
}

.single_comment_block .ballon .ballon_footer .ballon_footer_right .show_hide {
  display: inline-block;
  width: 20px;
  text-align: right;
  color: #333333;
  cursor: pointer;
}

.classifieds_box .classified_single {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 30px 0;
  display: block;
  transition: all ease 0.3s;
}

.classifieds_box .classified_single:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.classifieds_box .classified_single p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin: 0;
  padding: 0;
}

.classifieds_box .classified_single h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  padding: 0;
}

.classifieds_box .classified_single .post-metas ul {
  font-size: 12px;
  color: #9f9f9f;
  margin: 5px 0 15px 0;
}

.classified_category_tab {
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  display: block;
  min-height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.classified_category_tab:after {
  content: '';
  position: absolute;
  border-left: 20px solid transparent;
  border-top: 13px solid #b11313;
  border-right: 20px solid transparent;
  left: 50%;
  bottom: -13px;
  margin-left: -13px;
  opacity: 0;
}

.classified_category_tab.active:after {
  opacity: 1;
}

.classified_category_tab p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
  margin: 15px 0 0 0;
}

.classified_category_tab img.hover {
  display: none;
}

.classified_category_tab:hover img.hover,
.classified_category_tab.active img.hover {
  display: inline;
}

.classified_category_tab:hover img.normal,
.classified_category_tab.active img.normal {
  display: none;
}

.classified_category_tab:hover p,
.classified_category_tab.active p {
  color: #fff;
}

.classified_category_tab:hover,
.classified_category_tab.active {
  background: #b11313;
  box-shadow: none;
}

.trending_news_parent {
  width: 50%;
}

.top_subc_block {
  width: 240px;
  position: relative;
}

.top_subc_block .alert {
  position: absolute;
  padding: 5px;
  right: -180px;
  max-width: 150px;
  text-align: center;
  border: none;
  font-size: 12px;
  line-height: 15px;
  top: -4px;
}


.top_subc_block .subscription-form {
  display: flex;
  position: relative;
}

.top_subc_block .subscription-form input[type="text"] {
  color: #fff;
  height: 31px;
  font-size: 13px;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #fff;
}

.top_subc_block .subscription-form button.btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  background: none;
  border: none;
  padding: 0;
  width: auto;
  font-size: 17px;
}

.top_nav_right_menus .footer_social {
  display: none;
}

.add-block-widget .img-fluid {
  width: 100%;
  max-width: none;
}

.simcha_block {
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition: all ease 0.3s;
  border-radius: 4px;
  padding: 20px;
  min-height: 100%;
  display: block;
}

.simcha_block:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.simcha_block .post-metas {
  display: inline-block;
}

.simcha_block h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: 400;
}


.slider {
  margin: 30px 0 50px 0;
}







/*------------------------------flexslider-------------------------------*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../fonts/flexslider-icon.eot');
  src: url('../../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../fonts/flexslider-icon.woff') format('woff'), url('../../fonts/flexslider-icon.ttf') format('truetype'), url('../../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {

  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}



/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {

  position: relative;
  zoom: 1;

}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 32px;
  display: inline-block;
  content: '\f001';
  color: #b9b9b9;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

#carousel .slides {
  width: 100% !important;
  transform: none !important;
}

#carousel .slides li {
  padding: 15px 15px;
  background: #fff;
  margin: 0 0 0 0 !important;
  width: 25% !important;
}

#carousel .slides li img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
  padding: 5px;
  background: #fff;
  cursor: pointer;
}


#carousel .slides li.flex-active-slide img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}



/*------------------------------flexslider   end-------------------------------*/

.submenu .content-block .caption {
  position: static;
  padding: 15px 0;
}

.submenu .content-block .caption:before {
  display: none !important;
}

.submenu .content-block .caption .news_metas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.submenu .content-block .caption .news_metas ul li {
  margin: 0 7px 0 0;
  padding: 0;
  color: #999999;
  font-size: 11px;
  float: left;
}


.submenu .content-block .caption h3 {
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
}

.submenu .nav.nav-pills {}

.submenu .nav.nav-pills li {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
}

.submenu .nav.nav-pills li a {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  display: block;
  border-radius: 4px 0 0 4px;
  padding: 10px;
}

.submenu .nav.nav-pills li a:before {
  display: none;
}

.submenu .nav.nav-pills li a.active {
  background: #f8f8f8;
}

.submenu .tab-content {
  padding: 20px;
  background: #f8f8f8;
}

.submenu>.row {
  margin: 0;
}

/*
.marquee {
 height: 45px;	
 overflow: hidden;
 position: relative;
}
.marquee ul {
 position: absolute;
 width: 100%;
 height: 100%;
 display:flex; flex-wrap:nowrap;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
/*-moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);*/
/* Apply animation to this element */
/*-moz-animation: marquee_anim 10s linear infinite;
 -webkit-animation: marquee_anim 10s linear infinite;
 animation: marquee_anim 10s linear infinite;
}
.marquee ul li
{float:left; white-space:nowrap;     margin: 0 20px 0 0;}
*/
/* Move it (define the animation) */
@-moz-keyframes marquee_anim {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee_anim {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes marquee_anim {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

.marquee ul:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.nocontents {
  width: 100%;
  text-align: center;
}

/* .random-posts .tab-content .content-block {height: 289px; background-color: #333;} */
.small .news_block .image {
  height: 162px;
}

.btn.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #B11313;
  border-color: #B11313;
}

form.comment-form.row.m-b-xs-60 {
  margin-bottom: 0 !important;
}

.weekly-newsletter input[type="email"] {
  border: 1px solid #d3d7da;
  background: #fff;
  border-radius: 3px;
  padding: 0 45px 0 10px;
  height: 44px;
  font-size: 13px;
}

.footer_newsletter form input[type="email"] {
  background: #fff;
  border: none;
  height: 50px;
  border-radius: 4px;
}

#subForm .form-group.form-group-small {
  margin-bottom: 0;
}

.top_subc_block .subscription-form input[type="email"] {
  color: #fff;
  height: 31px;
  font-size: 13px;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #fff;
}



/*-------------classified pages start--------------*/
.container {
  max-width: 1170px;
}

.top_filters_section {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.top_filters {
  display: flex;
  justify-content: space-between;
}

.filters_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.filters_list ul li {
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid #e6e6e6;
}

.filters_list ul li:first-child {
  font-size: 13px;
}

.filters_list ul li a {
  display: block;
  color: #b0b0b0;
  white-space: nowrap;
  padding: 10px 18px;
  font-family: Montserrat;
}

.filters_list ul li:first-child a {
  padding-left: 0;
}

.filters_list ul li:last-child {
  border-right: none;
}

.filters_list ul li:last-child a {
  padding-right: 0;
}

.filters_list ul li:first-child a,
.filters_list ul li:first-child a:hover {
  color: #eb0505;
}

.filters_list ul li a:hover,
.filters_list ul li.active a {
  color: #eb0505;
  text-decoration: none;
}

.top_filters .post_btn {
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

.classifieds_landing .classifieds_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.classifieds_landing .classifieds_box .single_classified {
  width: 24%;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin: 0 0 15px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

.classifieds_landing .classifieds_box .single_classified h4 {
  color: #333333;
  font-weight: 300;
  font-size: 19px;
  font-family: Montserrat;
  margin: 20px 0 15px 0;
  padding: 0;
}

.classifieds_landing .classifieds_box .single_classified ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}

.classifieds_landing .classifieds_box .single_classified ul li {
  font-size: 13px;
  font-weight: 400;
  font-family: Montserrat;
}

.classifieds_landing .classifieds_box .single_classified ul li a {
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
}

.classifieds_landing .classifieds_box .single_classified ul li a:hover {
  color: #eb0505;
}

.classifieds_landing .classifieds_box .single_classified ul li a i {
  font-style: normal;
}

.classifieds_landing .classifieds_box .single_classified a.view_all {
  color: #eb0505;
  text-decoration: underline;
  font-weight: 500;
  text-transform: uppercase;
}

.classifieds_landing .classifieds_box .single_classified:last-child {
  background: #eb0505;
  border-color: #eb0505;
}

.classifieds_landing .classifieds_box .single_classified:last-child h4 {
  color: #fff;
}

.classifieds_landing .classifieds_box .single_classified a.submit_classified {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 10px 20px;
  max-width: 140px;
}

.classifieds_landing .classifieds_box .single_classified a.submit_classified:hover {
  color: #eb0505;
  background: #fff;
}

.classifieds_paper {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  display: flex;
}

.classifieds_submit_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.classifieds_submit_box .buttons {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 10px 0;
}

.classifieds_submit_box .buttons input[type="submit"],
.classifieds_submit_box .buttons input[type="reset"] {
  width: 130px;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  background: #f0f0f0;
  color: #333333;
  border: none;
  margin: 0 10px 0 0;
}

.classifieds_submit_box .buttons input[type="submit"] {
  background: #eb0505;
  color: #fff;
  margin-right: 0;
}

.classifieds_submit_box_inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  width: 100%;
  padding: 25px;
}

.classifieds_submit_box_inner .classifieds_submit_block {
  margin: 0 0 30px 0;
}

.classifieds_submit_box_inner .classifieds_submit_block:last-child {
  margin-bottom: 0;
}

.classifieds_submit_box_inner .classifieds_submit_block h4 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.classifieds_submit_box_inner .classifieds_submit_block h4 span {
  color: #a7a7a7;
  font-size: 12px;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub {
  margin: 0 0 20px 0;
  width: 100%;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub .with_icon {
  position: relative;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub .with_icon i {
  position: absolute;
  left: 15px;
  color: #bcbcbc;
  font-size: 15px;
  top: 18px;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub select {
  background: url(../images/drop_select.png) right center no-repeat;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub .with_icon input[type="text"] {
  padding-left: 35px;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row.half .classifieds_submit_block_row_sub {
  width: 48%;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row.third .classifieds_submit_block_row_sub {
  width: 31%;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub label {
  color: #767676;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
}

.classifieds_submit_box_inner .classifieds_submit_block .classifieds_submit_block_row .classifieds_submit_block_row_sub input[type="text"] {
  margin: 0;
  padding: 0 15px;
  height: 50px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
}

.classifieds_paper .left_panel {
  width: 300px;
  border-right: 1px solid #f6f6f6;
}

.classifieds_paper .left_panel .select_main_category {
  padding: 30px;
  border-bottom: 1px solid #f6f6f6;
}

.classifieds_paper .left_panel>h3 {
  padding: 20px;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.classifieds_paper .left_panel>h3 span.close {
  width: 11px;
  height: 10px;
  background: url(../images/popup_close.png) no-repeat;
}

.classifieds_paper .left_panel .select_main_category select {
  background: url(../images/drop_select.png) right center no-repeat;
}

.classifieds_paper .left_panel .classified_filters_block {
  padding: 20px 30px;
  border-bottom: 1px solid #f6f6f6;
}

.classifieds_paper .left_panel .classified_filters_block h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  font-family: Montserrat;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classifieds_paper .left_panel .classified_filters_block h3 i {
  width: 11px;
  height: 11px;
  background: url(../images/ico_plus.png) center center no-repeat;
}

.classifieds_paper .left_panel .classified_filters_block h3.active i {
  background: url(../images/ico_minus.png) center center no-repeat;
}

.classifieds_paper .left_panel .classified_filters_block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.classifieds_paper .left_panel .classified_filters_block ul li {
  margin: 0 0 0 0;
  padding: 0;
}

.classifieds_paper .left_panel .classified_filters_block ul li label {
  margin: 0;
  padding: 0 0 0 20px;
  color: #555555;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 13px;
}

.classifieds_paper .left_panel .classified_filters_block ul li input[type="checkbox"]:checked+label {
  color: var(--primary-color);
}

.classifieds_paper .left_panel .classified_filters_block ul li input[type="checkbox"]:checked+label:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.classifieds_paper .left_panel .classified_filters_block ul li label:before {
  width: 12px;
  height: 12px;
  border: 1px solid #c8c8c8;
}

.classifieds_paper .right_panel {
  width: calc(100% - 300px);
  padding: 40px;
}

.classifieds_paper .right_panel .title {
  color: var(--primary-color);
  padding: 0;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 25px 0;
  display: flex;
  justify-content: space-between;
}

.classifieds_submit_box_inner .title {
  color: var(--primary-color);
  padding: 0;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 25px 0;
  display: flex;
  justify-content: space-between;
}


.classifieds_paper .right_panel .title>span {
  width: calc(100% - 160px);
}

.classifieds_paper .right_panel .title .classi_id {
  display: block;
  color: #898989;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
}

.classifieds_paper .right_panel .title .contact_details {
  width: 160px;
  display: flex;
  justify-content: flex-end;
}

.classifieds_paper .right_panel .title .contact_details a {
  font-size: 0;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 8px 0;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}


.classifieds_paper .right_panel .title .contact_details a:first-child {
  margin-left: 0;
}

.classifieds_paper .right_panel .title .contact_details a i {
  font-size: 12px;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing:last-child {
  margin-bottom: 0;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_image {
  width: 180px;
  position: relative;
  margin-right: 20px;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_image .featured_tag {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  background: var(--primary-color);
  padding: 0 6px;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details {
  /* width:calc(100% - 200px); */
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .classified_category {
  color: var(--primary-color);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .classified_title {
  color: #333333;
  font-size: 19px;
  font-weight: 500;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .classified_title .id_number {
  color: #898989;
  font-size: 13px;
  font-weight: 300;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .classified_description_short p {
  color: #777777;
  font-size: 13px;
  margin: 0 0 20px 0;
  line-height: 20px;
  font-family: Montserrat;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .classified_description_short p:last-child {
  margin-bottom: 0;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .contact_details {
  margin: 15px 0;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .contact_details a {
  font-size: 12px;
  border-radius: 30px;
  padding: 6px 22px;
  display: inline-block;
  color: #828282;
  border: 1px solid #828282;
  text-decoration: none;
  margin: 0 10px 0 0;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .contact_details a:last-child {
  margin-right: 0;
}

.classifieds_paper .right_panel .classified_listing .single_classified_listing .classified_listing_details .contact_details a:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.classified_details {}

.classified_details .hero_image {
  position: relative;
  margin-bottom: 20px;
}

.classified_details p,
.classified_details ul {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 25px;
  font-family: Montserrat;
  margin: 20px 0 0 0;
}

/*-------------classified pages End--------------*/
.previewImg {
  height: 200px !important;
}

.advertiseform {
  min-width: 100%;
}

a.advertiseemail {
  display: inline-block;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  padding: 14px 35px;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--primary-color);
}

.contactsubmenu a:hover {
  text-decoration: none;
}

.advertisep {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 2em;
  margin-bottom: 0em;
}

/*.dropzoneElement{1px solid #cbcbcb !important;}*/

.advertiseform .whatsapp_section {
  background: var(--primary-color);
}

.advertiseform .whatsapp_section a {
  color: var(--primary-color);
}

.categoriesdropdown {
  height: 50px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--grey-dark-four);
}

.alert p {
  margin-bottom: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.posting_title {
  color: var(--primary-color);
  font-size: 11px;
  display: block
}

.to,
.to strong {
  width: 100%;
  text-align: center;
  line-height: 4px;
  display: block;
  margin-top: 9px !important;
}
/* 25/01/2024 */
.classified-btn {
  background: #E61419;
  padding: 11px 13px 10px 12px;
  width: 100%;
  border-radius: 3px;
  margin: 28px 0px;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.classified-btn:hover {
  color: #0056b3;
  text-decoration: none;
}
.real-estates {
  padding: 0px 12px;
}
.signUpForm .form-group i.fab.fa-telegram-plane {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding-top: 2px;
  width: 15px;
  height: 15px;
  padding-left: 0px;
}
.real-estates .section-title {
  margin-bottom: 12px;
}
@media all and (max-width:1199px) {
  .random-posts .tab-content .content-block {
    height: 190px;
  }
}

@media (max-width:767px) {
  .random-posts .tab-content .content-block {
    height: auto;
  }
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.flex-viewport {
  width: 100%;
}

.post-sidebar.fixedsticky {
  top: 20px;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  padding-right: 10px;
  height: calc(100vh - 20px);
  overflow-x: hidden !important;
  overflow: auto;
}

.post-sidebar.fixedsticky::-webkit-scrollbar {
  width: 6px;
  opacity: 0;
}

.post-sidebar.fixedsticky::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.post-sidebar.fixedsticky::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.post-sidebar.fixedsticky::-webkit-scrollbar-thumb:hover {
  background: #92b02a;
}

.post-sidebar.fixedsticky::scrollbar {
  width: 6px;
  opacity: 0;
}

.post-sidebar.fixedsticky::scrollbar-track {
  background: #f1f1f1;
}

.post-sidebar.fixedsticky::scrollbar-thumb {
  background: var(--primary-color);
}

.post-sidebar.fixedsticky::scrollbar-thumb:hover {
  background: #92b02a;
}

.contact_form input[type="submit"] {
  border: none;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  padding: 0 35px;
  cursor: pointer;
  font-weight: 500;
  font-family: montserrat;
}

.form_control {
  margin-bottom: 20px;
}

.contact_form label {
  padding: 0px;
}

.contact_form textarea {
  height: 130px;
}

.contact_form button {
  border: none;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  padding: 0 35px;
  cursor: pointer;
  font-weight: 500;
  font-family: montserrat;
}

.contact_form button:hover {
  background: var(--secondary-color);
}


.email_form .contact_form .row {
  width: 100%;
}

#carousel.flexslider .flex-direction-nav {
  display: none;
}

.single_comment_block .ballon.a {
  width: 80%;
}

.contact_info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact_info li {
  font-size: 13px;
  color: #333;
  line-height: 22px;
  margin: 0 0 15px 0;
}

.footer_newsletter .alert {
  padding: 0;
}


.test {
  color: red;
}


.simple-marquee-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
  width: 100%;
  color: #fff;

  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
  padding: 0;
  background-color: #000;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
  color: #ee5044;
  font-size: 13px;
  font-weight: 700;
  float: left;
  padding: 12px 10px 11px 0;
}

.simple-marquee-container .marquee,
.simple-marquee-container *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.simple-marquee-container .marquee {
  margin-left: 25%;
}

.simple-marquee-container .marquee-content-items {
  display: inline-block;

  margin: 0;
  height: 45px;
  position: relative;
}

.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  padding: 4px 0px;
  line-height: 35px;
  color: #fff;
}

.simple-marquee-container .marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}

.error_content {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.empty_folder {
  background: url(../../emptyfolder.png) center center no-repeat;
  background-size: auto 190px;
  height: 190px;
  width: 100%;
  margin: 0 0 50px 0;
  opacity: 0.2;
}

.error_content h2 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #333333;
  font-size: 50px;
}

.error_content p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #666;
}

.weather-widget {
  position: relative;
  z-index: -1;
}

.single-blog-wrapper>div {
  max-width: 100%;
}

.gallery a {
  display: block;
  margin: 0 0 30px 0;
}

.gallery a img {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.gallery a:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

.fancybox-thumbs__list a:before {
  border: 2px solid var(--primary-color);
}

.subscription_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.subscribe_section,
.whatsapp_section {
  background: #f2f2f2;
  padding: 25px;
  margin: 0;
  width: 50%;
}

.whatsapp_section {
  background: #128c7e;
}

.subscribe_section h4,
.whatsapp_section h4 {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0;
}

.subscribe_section p,
.whatsapp_section p {
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 16px;
}

.whatsapp_section h4,
.whatsapp_section p {
  color: #fff;
}

.subscribe_section form {
  position: relative;
  display: block;
}

.subscribe_section form input[type="email"] {
  height: 50px;
  background: #fff;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 4px;
}

.subscribe_section form button[type="submit"] {
  background: var(--primary-color);
  border: none;
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 4px;
  height: 41px;
  color: #fff;
  width: 41px;
  font-size: 16px;
  text-align: center;
}

.subscribe_section form button[type="submit"]:hover {
  background: #b50505;
}

.whatsapp_section a {
  display: inline-block;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  padding: 14px 35px;
  font-size: 14px;
  color: #128c7e;
  font-weight: 600;
  text-decoration: none;
}

.whatsapp_section a:hover {
  background: #dedede;
}


.breadcrumbs ul li:last-child a {
  color: #333;
}

.main-nav-wrapper #subForm {
  display: none;
}



.boxlabel {
  font-size: 25px;
  color: #a3c252;
  font-weight: 300;
}

video {
  background-size: 100% 100%;
  object-fit: contain;
}

.upload-field {
  text-align: center;
  padding: 15px;
}

.upload-field p {
  font-size: 16px;
  font-weight: 600;
  color: #d3d3d3;
  padding: 10px 0px;
}



.form-control.error,
select.error {
  border: 1px solid #ee5044 !important;

}

.form-control.error~label.error,
select.error~label.error {
  color: #ee5044 !important;
  font-size: 10px !important;
}

.filters_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 20px;
}

.filters_popup ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.filters_popup .popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: gainsboro;
}

.filters_popup ul li:first-child {
  display: none;
}

.filters_popup ul li a {
  color: #333;
  position: relative;
  padding: 5px 0 5px 28px;
  display: block;
}

.filters_popup ul li a:before {
  width: 18px;
  height: 18px;
  border: 1px solid #c5c5c5;
  background: #fff;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
}

.filters_popup ul li.active a {
  color: #eb0505;
}

.filters_popup ul li.active a:before {
  border: 1px solid #eb0505;
  background: #eb0505;
}


/** New 1 May 2021 **/

.single-blog-wrapper .post-metas+figure {
  display: block;
  margin: 0 0 25px;
  position: relative;
}
/*
.single-blog-wrapper .post-metas+figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.54));
}*/

.single-blog-wrapper .post-metas+figure .defaultcaption.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 5;
  letter-spacing: 0.02em;
}



.gallery_section .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.gallery_section .gallery figure {
  width: 100%;
  /* max-width: 205px; */
  height: auto;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 20px 20px 0;
}

.gallery_section .gallery figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  margin: 0;
}

.gallery_section .gallery figure::before {
  /*content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.54));*/
}

.gallery_section .gallery figure .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
	/*   
	padding: 20px 30px; 
  font-size: 24px;
  font-weight: 700;
	letter-spacing: 0.02em; 
	*/
 padding: 25px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  z-index: 5;
  text-shadow: 0px 0px 10px #000000;
  line-height: 30px;
}
.mobileonly{display:none;}
@media all and (min-width:988px) {
	.gallery_section .gallery figure .caption {
    padding: 30px 28px;
    font-size: 24px;
    line-height: 36px;
    width: 70%;
  }
}
.addional-info p {
	float: left;
	margin-right:20px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
.navbar-extra-features.mobile{
   display:none;
  }

@media all and (max-width:993px) {
	.navbar-extra-features.mobile{
		display:block;
		color:#000000;
	}
	.navbar-extra-features.mobile .navbar-search{
		color:#000000;
		z-index:999;
	}
	.navbar-extra-features.mobile .navbar-search input{
		color:#000000;
	}
  .gallery_section .gallery figure .caption{
    line-height: 19px;
    font-size: 14px;
    padding-bottom: 10px;
  }
}

#about_signup {
  background: #f2f2f2;
}
#about_signup > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 30px 20px;
}
#about_signup .left_signup_opt {
  max-width: 185px;
}
#about_signup > .signup_fields_middle {
  padding: 0px;
}
#about_signup > .signup_fields_middle > div {
  border: 2px solid #fff;
  padding: 30px 20px;
  position: relative;
}
#about_signup > .signup_fields_middle > div:first-child {
  border-top: 0px;
  border-bottom: 0px;
}
#about_signup > .signup_fields_middle > div:last-child {
  border-bottom: 0px;
}
#about_signup .signup_fields_middle label {
  color: #FF2C54;
  font-size: 14px;
}
#about_signup .signup_fields_middle .form-group {
  display: flex;
  column-gap: 8px;
}
#about_signup .signup_fields_middle .form-group .form-control, #about_signup .signup_fields_middle .form-group .btn {
  border-radius: 5px;
  padding: 12px 20px;
  font-family: "Agrandir-Regular";
}
#about_signup .signup_fields_middle .form-group .form-control {
  background: #fff;
  border: 1px solid #E2E4E7;
  height: 44px;
}
#about_signup .signup_fields_middle .form-group .form-control::placeholder {
  color: #C3C3C3;
}
#about_signup .signup_socials {
  max-width: 225px;
  padding-left: 40px;
  padding-right: 40px;
}
#about_signup > .signup_fields_middle .iti {
  width: 100%;
}
#about_signup > .signup_fields_middle .iti .form-control {
  padding-left: 60px;
}
#about_signup .signup_socials ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
#about_signup .signup_socials a {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  font-size: 18px;
  font-family: "Agrandir-Regular";
}
#about_signup .signup_socials i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF2C54;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 35px;
}
#about_signup #mobilesubForm .form-group > .phonebutton {
  position: relative;
  top: 0;
  transform: none;
}
#about_signup > .signup_fields_middle .iti .iti__selected-flag {
  width: 55px;
  justify-content: center;
}
#about_signup > .signup_fields_middle .notification {
  position: absolute;
  bottom: 5px;
  left: 20px;
}
#about_signup > .signup_fields_middle .alert {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #about_signup .signup_socials {
    min-width: 100%;
    max-width: 100%;
}
}

@media (max-width: 575px) {
  #about_signup .left_signup_opt {
    max-width: 100%;
}
#about_signup > .signup_fields_middle > div {
    border-left: 0px;
    border-right: 0px;
}
#about_signup > .signup_fields_middle {
    min-width: 100%;
    max-width: 100%;
}
}

.popup-container[aria-hidden=false] {
  animation: slideUp .4s ease-in-out;
}
.popup-container.is-open {
  display: block;
}
@media (min-width: 721px){
.popup-container.has-image {
    width: 600px;
}
}
.popup-container {
  position: fixed;
  box-sizing: border-box;
  right: 16px;
  bottom: 16px;
  width: 500px;
  z-index: 6;
  background-color:black;
  color:white;
  display: block;
}
.pop-outer{
 box-sizing: border-box;
 display: flex;
 overflow-wrap: break-word;
}
.popup-inner{
  display: flex;
  box-sizing: border-box;
  align-items: center;
  overflow-wrap: break-word;
}
.pop-inner__btn{
  writing-mode: horizontal-tb !important;
  align-items: flex-start;
  text-rendering: auto;
  appearance: auto;
}
.popup-inner__text-wrapper{
display: block;
box-sizing: border-box;
color: white;
overflow-wrap: break-word;
}


#popup.has-image {
    background: var(--grey-dark-one);
    z-index: 99;
    width: 300px;
    max-width: 100%;
    transform: translateY(0%);
    transition: transform ease-in-out 0.6s;
}
#popup.has-image.hide_popup {
    transform: translateY(120%);
}
#popup.has-image .popup-inner {
    align-items: inherit;
}
#popup.has-image .popup-inner > .popup-inner__btn {
    border: 0;
    background-color: transparent;
    height: 44px;
    width: 44px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
#popup.has-image .popup-inner > .popup-inner__btn::before, #popup.has-image .popup-inner > .popup-inner__btn::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
#popup.has-image .popup-inner > .popup-inner__btn::after {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
#popup.has-image .popup-inner > div {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 16px;
}
#popup.has-image .popup-inner > div .popup-text p {
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
}
#popup.has-image .popup-inner > div #popup-title {
    font-size: 20px;
    color: #ee5044;
    margin-bottom: 16px;
    letter-spacing: 0.2em;
}
#popup.has-image .popup-inner #subForm input {
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    line-height: 1;
    -webkit-appearance: none;
    transition: border-color .1s cubic-bezier(.25,.46,.45,.94);
    border: 1px solid;
    color: #acacac;
    margin-bottom: 15px;
}
#popup.has-image .popup-inner #subForm input.button {
    width: 100%;
    min-width: unset;
    min-height: 44px;
    margin: 0px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-bottom: 4px solid var(--secondary-color);
    border-radius: 4px;
    font-size: 13px;
}
#popup.has-image .popup-inner > .popup-inner__image-wrapper {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: hidden;
}
#popup.has-image .popup-inner > .popup-inner__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 575px) {

    #popup.has-image {
        max-width: calc(100% - 30px);
        left: 0px;
        right: 0px;
        margin: auto;
    }
    #popup.has-image .popup-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #popup.has-image .popup-inner > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

}


section.notification .alert {
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  column-gap: 20px;
  text-transform: capitalize;
  font-weight: 600;
  background: #a4c748 !important;
  background: rgb(125,145,72);
  background: linear-gradient(45deg, rgba(138,163,71,1) 0%, rgba(164,199,72,1) 100%) !important;
  margin-bottom:20px;
}
section.notification .alert.bg-danger {
  background: rgb(145, 72, 72);
  background: linear-gradient(45deg, rgb(233, 37, 37) 0%, rgb(224, 101, 101) 100%) !important;
}
 section.notification .alert svg {
  max-width: 45px;
  margin: 0px;
  height: 45px;
}
 section.notification .alert a.pull-right {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #a4c748;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  transform: translateY(-50%);
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
}
section.notification .alert.hidden{
  display:none;
}
/* 26 june */
.form_heading {
  background: #E61419;
  padding: 10px 13px;
  max-height: 42px;
}
.form_main_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  font-family: Poppins;
}
.signUpForm {
  background: #F9F9F9;
  padding: 10px 13px;
}
.signUpForm .weekly-newsletter {
  padding: 0;
}
.sms-term-condition, .signUpForm .form-group {
  margin-bottom: 5px;
}
.signUpForm .weekly-newsletter input {
  border: 1px solid #d3d7da;
  background: #fff;
  border-radius: 3px;
  height: 36px;
  font-size: 11px;
  outline: none;
  font-family: 'Poppins';
  font-weight: 400;
}
.signUpForm .weekly-newsletter input::placeholder {
  color: #7B7B7B;
}
.signUpForm .iti {
  width: 100%;
}
.signUpForm .section-title .axil-title {
  border-bottom: none;
}
.signUpForm  .weekly-newsletter button.btn {
  font-size: 14px;
  top: 0;
  right: 0;
  height: 36px;
}
.signUpForm .weekly-newsletter .btn-small i.fa-telegram-plane:before {
  height: 14px;
  width: 14px;
  display: block;
}
.signUpForm .sms-term-condition {
  font-size: 10px;
  font-weight: 300;
}
.signUpForm .weekly-newsletter button.btn svg {
  fill: var(--primary-color);
}
.signUpForm .weekly-newsletter button.btn:focus path {
  fill: #fff;
}
/* 30 oct 23 */
.real-estates {
  padding: 0px 12px;
}
.real-estates .section-title {
  margin-bottom: 12px;
}
.real-estates .form_main_title {
  line-height: normal;
  margin-bottom: 1px;
}
.classified-btn {
  background: #E61419;
  padding: 11px 13px 10px 12px;
  width: 100%;
  border-radius: 3px;
  margin: 28px 0px;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
b, strong {
  font-weight: bold!important;
}