/*!
Theme Name: ListIt
Theme URI: https://listit.smartdemowp.com/
Author: SmartDataSoft
Author URI: http://smartdatasoft.com
Description: Listit is an superfast user friendly exceptional Classified Advertising WordPress Template. You can set up your online Advertising website with this theme very easily. Listit is responsive and easy to customize. With this theme it is very easy to create pages, posts using Elementor page builder. This template comes with necessary features for your online presence like Classified Advertising. Listit is very colorful and can be modfied with unlimited color options and typography for every section seperatly. This theme is absolute for the people who are ready to start Advrtisings. Listit can be a great choice for your online presence for Classified Advertising..
Version: 1.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: listit
Tags: ads, advertise, advertising, bbpress, business, classified ads, classified template, corporate, directory template, jobs, listing, local, marketing, portal
*/

/*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

:root {
  --primary-color: #ec385a;
}

body {
  font-size:14px;
  color:#666666;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Inter', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
  .container {
    max-width: 1202px;
  }
}
.large-container{
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}
.container-fluid{
  padding: 0px;
}
.full-container {
  padding: 0 100px;
}
.small-container{
  max-width:680px;
  margin:0 auto;
}
.boxed_wrapper{
  margin: 0 auto;
  overflow: clip !important;
  width: 100%;
  min-width: 300px;
}
.boxed_wrapper.boxed-layout {
  padding: 0 100px;
}
a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
a:hover{
  text-decoration:none;
  outline:none;
}
input,button,select,textarea{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p{
  position: relative;
  font-family: 'Inter', sans-serif;
  color: #666666;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
  font-size: 14px;
  line-height: 26px;
}
h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #133256;
  margin: 0px;
  transition: all 500ms ease;
}
.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color: #0d1927;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(assets/images/preloader.svg);
}
.centred{
  text-align: center;
}
.pull-left{
  float: right;
}
.pull-right{
  float: left;
}
figure{
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.base-color {
  color: var(--primary-color);
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
/** button **/
.theme-btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 17px 29px;
  border-radius: 10px;
  background-color: var(--primary-color);
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn-one i{
  font-size: 14px;
  margin-left: 8px;
}
.theme-btn-one:hover{
  background: #0d1927;
  box-shadow: 0px 10px 30px 0px rgba(13,25,39,0.3);
  color: #fff;
}
.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #0d1927;
  border-radius: 5px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn-one:hover:before{
  width: 100%
}
.pagination{
  position: relative;
  display: block;
}
.pagination li{
  display: inline-block;
  margin: 0px 3px;
}
.pagination .page-numbers{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: transparent;
  text-align: center;
  color: #666666;
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #ccc;
  transition: all 500ms ease;
}
.pagination .page-numbers.current {
  color: #fff;
  border: aliceblue;
  background: var(--primary-color);
}
.pagination .page-numbers:hover{
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  width: auto;
  height: auto;
  padding: 0 10px
}
.pagination .page-numbers.prev i{
  margin-left: 5px;
  font-weight: 400;
  font-size: 12px;
}
.pagination .page-numbers.next i{
  margin-right: 5px;
  font-weight: 400;
  font-size: 12px;
}
.sec-pad{
  padding: 120px 0px 120px 0px;
}
.mr-0{
  margin: 0px !important;
}
.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  left: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  display: flex;
  background-color: var(--primary-color);
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.scroll-top.open {
  bottom: 50px;
}
.scroll-top i {
  line-height: 18px;
  font-size: 18px;
}
.scroll-top span {
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.sec-title {
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 50px;
  justify-content: space-between;
}
.sec-title > span{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #20070B;
}
.sec-title p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  color: #74838B;
}
.sec-title p span {
  color: rgba(0, 0, 0, 1);
}
.sec-title.light h2{
  color: #fff;
}
.sec-title.centred{
  text-align: center !important;
}
/*** 
====================================================================
                        Home-Page-One
====================================================================
***/
/** main-header **/
.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
header.main-header.header-style-1 {
  border-bottom: 1px solid #ccc;
}
.home header.main-header.header-style-1 {
  border-bottom:none ;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background: #fff;
  border-bottom: 1px solid rgba(13,25,39,0.1);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header .container{
  position: relative;
}
.main-header .outer-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .outer-box .logo-box{
  position: relative;
  padding: 25px 0px;
}
.lang {
  display: inline-block;
  border-left: 1px solid rgba(0,0,0,.2);
  padding-left: 15px;
  margin-right: 50px;
  position: relative;
  line-height: 16px;
  cursor: pointer;
  color: #000;
}
.lang ul {
  position: absolute;
  width: 50px;
  background-color: #fff;
  padding: 5px;
  left: 6px;
  border-radius: 2px;
  z-index: 9;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0 3px rgba(0,0,0,.2);
  top: 100%;
  margin-top: 10px;
}
.lang ul li a,
.lang ul li {
  color: #000;
}
.lang ul li {
  padding: 5px 0;
}
.lang.active ul{
  visibility: visible;
  opacity: 1;
}
.lang:before {
  content: "";
  position: absolute;
  right: -13px;
  border-color: #33333D transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  top: 6px;
}
.logged-in .lang {
  display: none;
}
.main-header .outer-box .logo-box .logo{
  max-width: 166px;
  width: 100%;
}
/** main-menu **/
.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}
.main-menu .navigation{
  margin:0px;
}
.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  margin: 0px 15px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
  margin-left:0px !important;
}
.main-menu .navigation > li:first-child{
  margin-right: 0px !important;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  opacity: 1;
  padding-right: 14px;
  color: #33333D;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 38px 0px;
}
.main-menu .navigation > li > a::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 5px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: .3s;
  z-index: 999;
}
.main-menu .navigation > li:hover > a::before {
  width: 100%;
  opacity: 1;
}
.main-menu .navigation > li.menu-item-has-children > a:after {
  content: "";
  position: relative;
  left: -7px;
  border-color: #1E1E1E transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  top: 13px;
  opacity: .5;
}
.sticky-header .outer-box{
  position: relative;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: -30px;
  top: 120%;
  width:230px;
  z-index:9;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  border: 1px solid #cccccc;
}
.main-menu .navigation > li > .megamenu {
  padding: 40px 20px;
}
.main-menu .navigation > li.megamenu-item {
  position: unset;
}
.main-menu .navigation > li > .megamenu {
  width: auto;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 100%;
  right: 0;
}
.main-menu .navigation > li:hover > .megamenu{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
    transform: scale(1);
}
.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}
.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li:hover > a {
  background-color: var(--primary-color);
  color: #fff;
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}
.main-menu .navigation > li > ul > li > a{
  position: relative;
  display: block;
  padding: 7px 30px;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #666;
  text-align: left;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li.menu-item-has-children > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
  margin-top: -11px;
}
.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  padding: 30px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 1px solid #cccccc;
}
.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}
.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 30px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #666;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li.menu-item-has-children > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}
.main-menu .navigation > li.menu-item-has-children:hover > ul,
.main-menu .navigation > li.menu-item-has-children:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.main-menu .navigation li > ul > li.menu-item-has-children:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}
.main-menu .navigation li.megamenu-item .dropdown-btn,
.main-menu .navigation li.menu-item-has-children .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 300ms ease;
}
.main-menu .navigation li.menu-item-has-children ul li.menu-item-has-children .dropdown-btn{
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.menu-area .mobile-nav-toggler i{
  color: #fff;
}
.header-style-1 .menu-area .mobile-nav-toggler i{
  color: #000;
}
.main-header .sticky-header .logo-box{
  padding: 15px 0px;
}
.boxed-layout header.main-header.header-style-1{
  border-bottom: 0;
}
/** megamenu-style **/
.main-menu .navigation > li.menu-item-has-children > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.menu-item-has-children .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}
.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .navbar-collapse{
  display:block !important; 
}
.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:right;
}
.mobile-menu-visible{
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #061a3a;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #002b44;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn{
  position: absolute;
  left: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-right: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li.current > a:before{
  height:100%;
}
.mobile-menu .navigation li.megamenu-item .dropdown-btn,
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
  position:absolute;
  left:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}
.mobile-menu .navigation li.megamenu-item .dropdown-btn.open,
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.menu-item-has-children > .megamenu{
  display: none;
}
.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}
.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
div#mCSB_1_container{
  top: 0px !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}
h4.cat-item-list-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-cat-item-box-list {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.single-cat-item-box-list li:last-child{
  margin-right: 0px
}
.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
  display: none !important;
}
.bg-color-1{
  background: #0d1927;
}
.nav-style-one .owl-nav {
  position: absolute;
  top: -60px;
  left: 0;
}
.nav-style-one .owl-prev, 
.nav-style-one .owl-next {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #dedede;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  color: #061a3a;
  cursor: pointer;
  transition: all 500ms ease;
  border-radius: 3px;
}
.nav-style-one .owl-prev {
  margin-left: 6px;
}
.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover{
  color: #fff;
  background-color: var(--primary-color);
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}
.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
  display:block;  
}
.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}
.tabs-box .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  background-color: rgba(225, 35, 81, 0.08);
  padding: 10px 15px;
  border-radius: 10px;
}
.tabs-box .tab-btn-box .tab-btns li.active-btn {
  color: #fff;
  background-color: var(--primary-color);
  font-weight: 700;
}
.feature-style-two .sec-title{
  margin-bottom: 32px;
}
.border-bottom{
  border-bottom: 1px solid #edeff2 !important;
}
.nice-select .list{
  min-width: 200px;
}
/** main-footer **/
.main-footer{
  position: relative;
}
.main-footer .footer-top{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.footer-top .logo-widget{
  position: relative;
  margin-top: -16px;
}
.footer-top .logo-widget .footer-logo{
  position: relative;
  max-width: 176px;
  width: 100%;
  margin-bottom: 34px !important;
}
.footer-top .logo-widget .text{
  margin-bottom: 33px;
}
.footer-top .logo-widget .text p{
  color: #999999;
}
.footer-top .logo-widget .social-links li{
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 20px;
}
.about-phone {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}
.about-phone a {
  color: var(--primary-color);
}
.footer-top .logo-widget .social-links li:last-child{
  margin: 0px !important;
}
.footer-top .logo-widget .text p.tag {
  margin-bottom: 10px;
}
.footer-top .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
.footer-top .logo-widget .social-links li a:hover{
  color: var(--primary-color);
}
.footer-widget ul.links-list {
  margin-left: 1px;
}
.ml-70{
  margin-left: 70px;
}
.main-header.header-style-2 .main-menu .navigation > li.menu-item-has-children > a:after {
  border-color: #fff transparent transparent transparent;
}
.footer-top .footer-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.footer-top .footer-widget .widget-title h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
}
.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  color: #999999;
}
.footer-top .links-widget .links-list li:hover a{
  color: var(--primary-color);
}
.footer-top .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding: 3px 0px 6px 115px;
  min-height: 90px;
  margin-bottom: 30px;
}
.footer-top .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.footer-top .post-widget{
  position: relative;
  margin-left: -30px;
  margin-right: 10px;
}
.footer-top .post-widget .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
}
.footer-top .post-widget .post-inner .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
}
.footer-top .post-widget .post-inner .post .post-thumb:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  opacity: 0.8;
  transition: all 500ms ease;
}
.footer-top .post-widget .post-inner .post:hover .post-thumb:before{
  transform: scale(1,1);
}
.footer-top .post-widget .post-inner .post .post-thumb a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 1;
}
.footer-top .post-widget .post-inner .post h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #aeb1b8;
  font-weight: 600;
  margin-bottom: 7px;
}
.footer-top .post-widget .post-inner .post h5 a{
  display: inline-block;
  color: #aeb1b8;
}
.footer-top .post-widget .post-inner .post p{
  color: #aeb1b8;
  margin: 0px;
}
.footer-top .post-widget .widget-title{
  margin-bottom: 55px;
}
.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #aeb1b8;
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
}
.footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}
.footer-top .contact-widget .info-list li a{
  display: inline-block;
  color: #aeb1b8;
}
.footer-bottom{
  position: relative;
  background: #18181c;
}
.footer-inner {
  border-top: 1px solid #3a3a3e;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-bottom .copyright p{
  color: #999999;
}
.footer-bottom .copyright p a{
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
ul.footer-nav.pull-right.clearfix {
  align-items: center;
  display: flex;
}
.footer-bottom .footer-nav li:not(.title){
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 26px;
  color: #fff;
  margin-left: 25px;
}
.footer-bottom .footer-nav li:not(.title):hover i{
  color: var(--primary-color);
}
.footer-bottom .footer-nav li:last-child{
  margin-right: 0px;
}
.footer-bottom .footer-nav li.title {
  display: inline-block;
  margin-left: 25px;
  color: #999999;
}
.footer-bottom .footer-nav li a{
  display: block;
  color: #aeb1b8;
  line-height: 12px;
}
.footer-bottom .footer-nav li img {
  max-height: 20px;
}
.dots-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #e5dddf;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 7.5px;
  transition: all 500ms ease;
}
.btn-box a.sign-in{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
  margin-left: 15px;
}
.btn-box a.sign-in i{
  margin-left: 5px;
  font-size: 20px;
}
.pt-215{
  padding-top: 215px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.border-top{
  border-top: 1px solid #edeff2 !important;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background: var(--primary-color);
  color: #fff;
  opacity: 1;
  padding: 12px 29px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 15px;
}
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  color: #fff;
}
/** page-title **/
.page-title{
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title-bg {
  background-color: rgba(32,7,11,.8);
}
.page-title .content-box{
  position: relative;
}
.page-title .content-box .title{
  position: relative;
  display: block;
  margin-bottom: 3px;
}
.page-title .content-box .title h1 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  opacity: .6;
  text-transform: capitalize;
  font-weight: 400;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 28px;
}
.page-title .content-box .bread-crumb li:last-child {
  opacity: 1;
}
.page-title .content-box .bread-crumb li a {
  display: inline-block;
  color: #FFFFFF;
}
.pb-125{
  padding-bottom: 125px;
}
.pb-120{
  padding-bottom: 120px;
}
.default-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #fff;
  padding: 24px 30px 30px 30px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
  margin-bottom: 30px;
}
.default-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}
.default-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.wp-block-search .wp-block-search__label,
.wp-block-group__inner-container h2,
.default-sidebar .sidebar-widget .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  color: #171717;
}
.wp-block-search .wp-block-search__label,
.wp-block-group__inner-container h2{
  margin-bottom: 22px;
  color: #171717;
}
.default-sidebar .sidebar-search .search-form .form-group{
  position: relative;
  margin-bottom: 10px;
  min-height: 50px;
}
.default-sidebar .sidebar-search .search-form .form-group:last-child{
  margin-bottom: 0px;
}
.default-sidebar .sidebar-search .search-form .form-group input[type='text'],
.default-sidebar .sidebar-search .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e6ebeb;
  border-radius: 30px;
  font-size: 15px;
  color: #848484;
  font-weight: 500;
  background: transparent;
  padding: 10px 30px 10px 60px;
  transition: all 500ms ease;
}
.default-sidebar .sidebar-search .search-form .form-group i {
  position: absolute;
  top: 16px;
  left: 30px;
  font-size: 16px;
  z-index: 1;
}
.search-form .form-group .nice-select,
.default-form .form-group .nice-select{
  border: 1px solid #e6ebeb !important;
  border-radius: 30px;
}
.default-sidebar .sidebar-search .search-form .form-group button{
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  color: #848484;
  cursor: pointer;
  transition: all 500ms ease;
}
.default-sidebar .sidebar-category .category-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}
.default-sidebar .sidebar-category .category-list li:last-child{
  margin-bottom: 0px;
}
.default-sidebar .sidebar-category .category-list li a{
  position: relative;
  display: block;
  font-size: 15px;
  color: #061a3a;
  font-weight: 500;
  padding-left: 22px;
}
.default-sidebar .sidebar-category .category-list li a:before{
  position: absolute;
  content: '';
  border: 1px solid #d2d4d9;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 5px;
  transition: all 500ms ease;
}
.default-sidebar .sidebar-category .category-list li a.current:before{
  content: '\e911';
  font-family: 'icomoon';
  font-size: 7px;
  line-height: 14px;
  text-align: center;
}
.default-sidebar .sidebar-category .category-list li.menu-item-has-children:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  color: #93959e;
  top: 2px;
  right: 0px;
}
.default-sidebar .sidebar-category .category-list li.menu-item-has-children ul{
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  left: 0px;
  top: 25px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.default-sidebar .sidebar-category .category-list li.menu-item-has-children:hover ul{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.default-sidebar .sidebar-category .widget-title{
  margin-bottom: 18px;
}
.default-sidebar .price-filter .price-range .form-group{
  position: relative;
  margin-bottom: 10px;
}
.default-sidebar .price-filter .price-range .form-group:last-child{
  margin-bottom: 0px;
}
.default-sidebar .price-filter .price-range .form-group input[type='text']{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e6ebeb;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #848484;
  transition: all 500ms ease;
}
.default-sidebar .price-filter .price-range .form-group button{
  display: block;
  width: 100%;
}
.wrapper.list .list-item{
  display: block;
}
.wrapper.list .grid-item{
  display: none
}
.wrapper.grid .list-item{
  display: none;
}
.wrapper.grid .grid-item{
  display: block
}
.pd-0{
  padding: 0px !important;
}

.contact-map iframe{
  width: 100%;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/** category-details **/
.category-details{
  position: relative;
}
.default-sidebar .ads-agency{
  padding: 40px 30px 30px 30px;
}
.default-sidebar .ads-agency .upper-box{
  position: relative;
  padding: 7px 0px 38px 95px;
  border-bottom: 1px solid #edeff2;
  margin-bottom: 22px;
}
.default-sidebar .ads-agency .upper-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 64px;
  text-align: center;
  background-color: #e8f3fa;
  border-radius: 50%;
}
.default-sidebar .ads-agency .upper-box .icon-box:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
}
.default-sidebar .ads-agency .upper-box .icon-box:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
}
.default-sidebar .ads-agency .upper-box h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 2px;
}
.default-sidebar .ads-agency .upper-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.default-sidebar .ads-agency .text p{
  line-height: 28px;
  margin-bottom: 17px;
}
.default-sidebar .ads-agency .text .info li{
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 20px;
}
.default-sidebar .ads-agency .text .info li:last-child{
  margin-bottom: 0px;
}
.default-sidebar .ads-agency .text .info li span{
  color: #061a3a;
  font-weight: 500;
}
.default-sidebar .ads-agency .text .info li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 15px;
  color: #c7c7c7;
}
.default-sidebar .ads-agency .text .info{
  position: relative;
  margin-bottom: 24px;
}

.default-sidebar .ads-agency .text .phone-box{
  position: relative;
  display: block;
  background: #fef6f7;
  border-radius: 5px;
  padding: 12px 30px 14px 30px;
}

.default-sidebar .ads-agency .text .phone-box p{
  color: #061a3a;
  font-weight: 500;
  margin-bottom: 2px;
}

.default-sidebar .ads-agency .text .phone-box a{
  position: relative;
  display: inline-block;
  color: #061a3a;
  font-weight: 700;
}

.default-sidebar .ads-agency .text .phone-box a i{
  font-size: 14px;
  margin-right: 8px;
}
.default-sidebar .about-store .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}
.default-sidebar .about-store .content-box p{
  line-height: 28px;
  margin-bottom: 21px;
}
.default-sidebar .about-store .content-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.default-sidebar .about-store .content-box .social-links li:last-child{
  margin: 0px !important;
}
.default-sidebar .about-store .content-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.default-sidebar .map-widget .contact-map {
  position: relative;
  display: block;
  border-radius: 10px;
  line-height: 0;
}
.default-sidebar .map-widget .contact-map iframe{
  width: 100%;
  height: 310px;
  border-radius: 10px;
}
.default-sidebar .map-widget .map-content p{
  position: relative;
  padding-left: 20px;
}
.default-sidebar .map-widget .map-content p span{
  color: #061a3a;
  font-weight: 600;
}
.default-sidebar .map-widget .map-content p i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
  color: #c7c7c7;
}
.default-sidebar .map-widget{
  padding-bottom: 26px;
}
.stores-details{
  padding-top: 185px;
}
.accordion-box .block{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 1px solid #e6ebeb;
  transition: all 500ms ease;
}
.accordion-box .block.active-block{
  border-radius: 10px;
}
.accordion-box .block:last-child{
  margin-bottom: 0px;
}
.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 22px 30px 27px 30px;
}
.accordion-box .block .acc-content.current{
  display:block;  
}
.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}
.accordion-box .block .acc-btn .icon-outer:after{
  position: absolute;
  content: "\f107";
  font-size: 20px;
  color: #848484;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.accordion-box .block .acc-btn.active .icon-outer:after{
  opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer:before{
  position: relative;
  font-size: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin: 0px;
  content: "\f106";
}
.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 16px 80px 17px 30px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active{
  border-bottom: 1px solid #e6ebeb;
}
.accordion-box .block .acc-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
  transition: all 500ms ease;
}
.accordion-box .block .acc-content .text p{
  line-height: 28px;
  margin-bottom: 19px;
}
.accordion-box .block .acc-content .text .list-item li{
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 4px;
}
.accordion-box .block .acc-content .text .list-item li:last-child{
  margin-bottom: 0px;
}
.accordion-box .block .acc-content .text .list-item li:before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  left: 3px;
  top: 6px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px rgba(248,92,112,0.4);
}
/*** 

====================================================================
                        Contact-Page
====================================================================

***/
/** contact-section **/

.contact-section{
  position: relative;
  padding: 120px 0px 120px;
}
.contact-section .contact-info-inner .sec-title{
  margin-bottom: 32px;
}
.contact-section .contact-info-inner .single-box h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #20070B;
}
.contact-section .contact-info-inner .single-box .list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #999;
  margin-bottom: 0px;
}
.contact-section .contact-info-inner .single-box .list li a{
  color: #999;
}
.contact-section .contact-info-inner .single-box{
  margin-bottom: 36px;
}
.contact-section .contact-info-inner .single-box:last-child{
  margin-bottom: 0px;
}
.contact-section .contact-info-inner .single-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.contact-section .contact-info-inner .single-box .social-links li:last-child{
  margin: 0px !important;
}
.contact-section .contact-info-inner .single-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.contact-section .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 50px 45px 50px;
  box-shadow: 0 0 35px rgb(0 0 0 / 5%);
}
.contact-section .form-inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #20070B;
}
.default-form .form-group{
  position: relative;
  margin-bottom: 14px;
}
.default-form .form-group:last-child{
  margin-bottom: 0px;
}
.default-form .form-group label{
  position: relative;
  font-size: 15px;
  color: #808288;
  margin-bottom: 7px;
  font-weight: 400;
}
.default-form .form-group input[type='text'],
.default-form .form-group input[type='password'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='search'],
.default-form .form-group select,
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e8e8;
  padding: 10px 30px;
  font-size: 15px;
  color: #808288;
  border-radius: 5px;
  transition: all 500ms ease;
}
.default-form .form-group textarea{
  resize: none;
  height: 150px;
}
.default-form .form-group .theme-btn-one{
  padding: 13px 46px;
}
.google-map-section{
  position: relative;
  width: 100%;
}
.google-map-section .contact-map{
  position: relative;
  width: 100%;
  margin-bottom: -8px;
}
.google-map-section .contact-map iframe{
  width: 100%;
  height: 600px;
}
.browse-add .list-item .feature-block-one .inner-box.no-thumb {
  padding: 33px 200px 28px 130px;
}
.icon-box-1 {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 8px;
  font-size: 15px;
  color: #70778b;
  text-align: center;
  background-color: #f3f3f6;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.listing-contact-info-list li {
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.listing-contact-info-list li a {
  color: #848484;
}
.account-drop .avater-img {
  max-width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.btn.btn-order-by-filt {
  background: transparent;
  box-shadow: 0 0 6px 1px rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 6px 1px rgb(62 28 131 / 10%);
  color: #646e7b;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: none;
  border-radius: 4px;
}
.account-drop .btn.btn-order-by-filt {
  box-shadow: none;
  padding: 0;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
}
header.main-header.header-style-2 .account-drop .btn.btn-order-by-filt {
  color: #fff;
}
.btn-group.account-drop {
  position: relative;
}
.login-attri {
  display: inline-block;
  margin-right: 20px;
}
.btn-box {
  display: flex;
  align-items: center;
}
.dropdown-menu a i {
  margin-right: 18px;
  font-size: 24px;
}
@media (max-width: 991px){
  .sm-sidebar {
      height: 100%;
      max-width: 300px;
      min-width: 310px;
      background-color: #fff;
      position: fixed !important;
      top: 0;
      z-index: 2000;
      overflow: auto;
      -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
      box-shadow: 0 2px 10px 0 #d8dde6;
      position: relative;
      animation: animateleft .4s;
      left: 0;
      display: none;
      border-radius: 0;
  }
}
.simple-sidebar .input-with-icon .form-control,
.simple-sidebar .input-with-shadow .form-control,
.simple-sidebar .input-with-shadow .select2-container,
.simple-sidebar .input-with-icon .select2-container {
  box-shadow: none;
  border: 1px solid #e7ebf1
}
.listing-dashbord .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.search-sidebar_header {
  display: none;
  position: relative;
  width: 100%;
  height: 3rem;
  padding: 0 0 .5rem;
  background-color: #fff;
  border-bottom: 1px solid #dfe4ec;
  margin-bottom: 1rem
}
@media (max-width: 991px){
.search-sidebar_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
}
.dropzone {
  min-height: 150px;
  background: #fff;
  padding: 20px 0px;
}
.submit-page,
.dashboard-wraper {
    position: relative;
    width: 100%;
    padding: 2em;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    border-radius: 10px
}
.avatar-image-upload label.avt_label{
  font-size: 16px;
  font-weight: 600;
  color: #455892;
  margin-bottom: 10px;
  display: inline-block !important;
  cursor: pointer;
}
.d-user-avater {
  text-align: center;
  margin: 2em 0;
}
.d-user-avater img {
  max-width: 180px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.d-user-avater h4 {
  margin: 10px 0 3px;
  font-size: 19px;
}
.search-sidebar_header .ssh_heading {
  margin: 0;
  flex: 1;
  font-size: 16px
}
.simple-sidebar button.w3-bar-item.w3-button.w3-large {
  background: #fff;
  border: none !important;
  cursor: pointer;
  outline: none !important;
  color: #465169
}
@keyframes animateleft {
  from {
      left: -300px;
      opacity: 0
  }
  to {
      left: 0;
      opacity: 1
  }
}
.search-styles-2 {
  border-radius: .4rem;
  border: 1px solid #e6eaf1;
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden
}
.search-inner {
  padding: 2rem 0 1rem
}
.single_search_boxed {
  padding: 0;
  border-top: 1px solid #eef0f5;
  display: inline-block;
  width: 100%
}
.search-styles-2 label {
  font-size: 13px;
  font-weight: 500;
  color: #455892
}
.single_search_boxed:first-child {
  border-top: none
}
.widget-boxed-header {
  padding: 0;
  width: 100%;
  position: relative;
  display: block
}
.widget-boxed-header h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0
}
.widget-boxed-header h4 a {
  height: 100%;
  display: block;
  color: #2D3954 !important;
  position: relative;
  padding: 1rem 0
}

.widget-boxed-header h4 a:before {
  content: "\f068";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 52%;
  transform: translate(-10%, -52%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f7;
  font-family: 'Line Awesome Free';
  font-size: 10px;
  color: #445977
}
.widget-boxed-header.open h4 a:before {
  content: "\f067";
  background: #f5f7fb;
  color: #140c40
}
.hm_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5rem 20px;
  background-color: #fff;
  border-bottom: 1px solid #ecf0f7
}
.hm_nav_title {
  font-size: 17px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Campton W00 Bold", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  position: absolute;
  letter-spacing: .4px;
  left: 0;
  right: 0;
  margin: 0
}
span.mod-close {
  font-size: 15px;
  color: #1a1e2b !important;
  cursor: pointer;
  z-index: 1;
  box-shadow: none !important
}
span.hm_nav_clear {
  font-weight: 600;
  color: #140c40;
  font-size: 13px
}
.filter-search-box .form-group .form-control {
  margin: 0 !important;
  box-shadow: none !important;
  background: rgba(174, 189, 219, .12);
  border: 1px solid transparent;
  color: #707e9c;
  border-radius: 4px
}
.filter-search-box,
.form-group.filter_button {
  padding: 0
}
.widget-boxed-header .selected {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #72809D;
  font-family: 'Muli', sans-serif
}
.filter_wraps .radio-custom+.radio-custom-label:before {
  margin-right: 0
}
.filter_wraps [type="radio"]:checked+label,
.filter_wraps [type="radio"]:not(:checked)+label {
  padding-left: 0;
  width: 100%
}
.filter_wraps [type="radio"]:checked+label:before,
.filter_wraps [type="radio"]:not(:checked)+label:before {
  right: 0;
  left: auto
}
.filter_wraps [type="radio"]:checked+label:after,
.filter_wraps [type="radio"]:not(:checked)+label:after {
  right: 3px;
  left: auto
}
.filter-list li {
  position: relative;
  padding-right: 30px;
}
.filter-list li:last-child {
  padding-bottom: 0;
  border-bottom: none
}
.filter_wraps .checkbox-custom+.checkbox-custom-label:before {
  right: 0;
  margin-right: 0;
  position: absolute
}
.filter_wraps .checkbox-custom:checked+.checkbox-custom-label:before {
  box-shadow: none
}
.sidebar-widgets .checkbox-custom:checked + .checkbox-custom-label:before {
  background: var(--primary-color);
}
.sidebar-widgets .checkbox-custom:checked + .checkbox-custom-label:after {
  color: #fff;
  top: 2px;
  font-size: 14px;
  left: 4px;
  content: "\f00c";
  font-family: 'Line Awesome Free';
  font-weight: 900;
}
.filter_wraps .checkbox-custom,
.filter_wraps .checkbox-custom-label,
.filter_wraps .radio-custom,
.radio-custom-label {
  width: 100%;
  margin: 0
}
.advance-search .form-group {
  margin-bottom: 0
}
.advance-search .search-big-form .form-group i {
  color: #fd5332
}
.adv-search-filter {
  float: right;
  margin-bottom: 1rem;
  display: inline-block
}
.adv-filter-box {
  display: inline-block;
  margin-left: 15px
}
.btn-flit {
  width: 42px;
  border-radius: 2px;
  border: 1px solid #d1dade;
  color: #646e7b;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center
}
.btn-flit.active {
  color: #fd5332
}
.btn.btn-order-by-filt {
  background: transparent;
  color: #646e7b;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px
}
.btn.btn-order-by-filt i {
  margin-left: 5px
}
.back-brow {
  display: inline-block;
  margin-bottom: 1rem
}
.back-btn {
  font-weight: 600;
  opacity: .9
}
.back-btn i {
  margin-right: 5px
}
.back-btn:hover,
.back-btn:focus {
  opacity: 1
}
.d-navigation ul li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #edf0f7;
}
.d-navigation ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.d-navigation ul li a {
  padding: 3px 0;
  color: #455892;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.d-navigation ul li.active a {
  color: #0fca98 !important;
}
.dashboard-stat {
  display: inline-block;
  padding: 0;
  height: 160px;
  background-color: #444;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: .3s;
  cursor: default;
}
.dashboard-stat.widget-1 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
  background-color: #1baf65;
}
.dashboard-stat-content {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-stat-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 80px;
  opacity: .2;
  font-size: 65px;
}
.dashboard-stat-content h4 {
  font-size: 42px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}
.dashboard-stat-content span {
  font-size: 18px;
  margin-top: 4px;
  line-height: 24px;
  font-weight: 300;
  display: inline-block;
}
.dashboard-stat.widget-2 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
  background-color: #f39f00;
}
.dashboard-stat.widget-3 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
  background-color: #002758;
}
.dashboard-stat.widget-4 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
  background-color: #ce024b;
}
.dashboard-stat.widget-5 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
  background-color: #a671ce;
}
.dashboard-stat.widget-6 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
  background-color: #3a9dec;
}

.singles-dashboard-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border: 1px solid #eaeef3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sd-list-left {
  flex: unset;
  max-width: 240px;
  height: 180px;
  max-height: 180px;
}
.sd-list-right {
  padding: 1rem 2rem;
}
.sd-list-left img {
  height: 100%;
  object-fit: cover;
}
.sd-list-right .listing_dashboard_title {
  font-size: 16px;
  margin-bottom: 5px;
}
.user_dashboard_listed {
  display: block;
  margin-bottom: 2px;
}
.sd-list-right .action {
  margin-top: 1rem;
}
.sd-list-right .action a {
  display: inline-block;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: #474f5f;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  color: #666;
}
.sd-list-right .action a.delete-listing,
.sd-list-right .action a.delete {
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
}
table.property-table-wrap {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none !important;
}
table.property-table-wrap td:first-child {
  padding-left: 0;
  line-height: 25px;
}
table.property-table-wrap td {
  padding: 35px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}
.dashboard-wraper .property-table-wrap tr td {
  border: none!important;
}
table.property-table-wrap .property-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
table.property-table-wrap .property-container img {
  width: 150px;
  border-radius: 3px;
  flex: 1.1;
  margin-right: 26px;
}
table.property-table-wrap .property-container .title {
  flex: 2;
}
table.property-table-wrap .property-container .title h4 a {
  color:#061a3a;
}
table.property-table-wrap .property-container .title h4 {
  margin-top: 2px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
table.property-table-wrap .property-container .title span {
  display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
  display: inline-block;
  background: #f1f3f7;
  color: #677994;
  border-radius: 2px;
  font-size: 13px;
  margin-top: 9px;
  padding: 2px 10px;
}
table.property-table-wrap td.action a {
  display: block;
  color: #677994;
  line-height: 20px;
  padding: 3px 0;
  position: relative;
  margin-left: 21px;
}
table.property-table-wrap td.action a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f1f3f7;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-style: normal;
  font-weight: 700;
}
table.property-table-wrap th {
  border: none;
  background-color: #66676b;
  text-align: left;
  padding: 18px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 9;
  line-height: 1;
}
table.property-table-wrap th {
  background: #2e3d5f;
}
@media (min-width: 992px){
  .filter_search_opt {
      display: none;
  }
}
.filter_search_opt a {
  background: rgba(25, 206, 109, 0.1);
  width: 100%;
  display: flex;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #19ce6d !important;
  border: 2px solid rgba(25, 206, 109, 0.2);
}
.main-menu .navigation > li.megamenu > .sub-menu {
  z-index: 1;
  display: flex !important;
  width: 100% !important;
  left: 0;
}
.main-menu .navigation > li.megamenu > .sub-menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: unset;
  box-shadow: none;
  border-top: none;
}
.main-menu .navigation > li.megamenu > .sub-menu ul li {
  opacity: 1;
  visibility: visible;
  transform: unset;
  padding-left: 0;
  padding-right: 0;
}
.main-menu .navigation > li.megamenu > .sub-menu ul li a{
  color: #333;
}
.main-menu .navigation > li.megamenu > ul > li.menu-item-has-children > a:after {
  display: none;
}
.store-block.dashboard-wraper.form-submit {
  margin-bottom: 50px;
}
a.like-listing:hover, a.like-listing:focus {
  color: var(--primary-color) !important;
}
.header-top .account-drop .btn.btn-order-by-filt {
  padding: 0;
}
.news-block-one .inner-box .lower-content.no-thumbnail .admin-thumb {
  position: static;
  margin-bottom: 15px;
}
.blog-details-content .comment-box .comments-form-area {
  box-shadow: none;
}
.p-center {
  text-align: center;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .text {
  overflow: hidden;
}
.mobile-menu .nav-logo img {
  max-width: 200px;
}
.mobile-menu .megamenu .widget-title h3,
.mobile-menu .top-category-item h4,
.mobile-menu .top-categories-title {
  color: #fff;
}
.mobile-menu .listing-top-categories ul li{
  max-width: 100%;
}
.mobile-menu .navigation li ul li > a {
  display: flex;
  color: #fff;
}
.mobile-menu .navigation li .megamenu ul li > a {
  margin-left: 0;
}
.bread-crumb.clearfix {
  color: #999999;
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 28px;
}
.bread-crumb.clearfix a {
  color: #000000;
}
.bread-crumb.clearfix > i.las.la-home {
  margin-right: 10px;
  color: var(--primary-color);
  font-size: 15px;
}
section {
  padding: 0;
}
header.main-header.header-style-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
header.main-header.header-style-2 .btn-box a.sign-in,
header.main-header.header-style-2 .main-menu .navigation > li > a {
  color: #fff;
}
header.main-header.header-style-2 .sticky-header .main-menu .navigation > li > a {
  color: #33333D;
}
.header-style-2 .sticky-header a.theme-btn-one {
  background-color: var(--primary-color);
  color: #fff;
}
header.main-header.header-style-1 .menu-area,
header.main-header.header-style-2 .menu-area {
  margin-right: auto;
  margin-left: 100px;
}
.admin-bar .sticky-header,
.admin-bar header.main-header.header-style-2 {
  top: 32px;
}
.header-style-2 a.theme-btn-one {
  background-color: #fff;
  color: var(--primary-color);
  font-weight: 500;
}
.header-style-2 a.theme-btn-one:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.header-style-2 .theme-btn-one:before {
  background: var(--primary-color);
}
.owl-nav-style-one .owl-nav .owl-prev,
.owl-nav-style-one .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: -60px;
  font-size: 48px;
  color: #000;
  margin-top: -24px;
}
.owl-nav-style-one .owl-nav .owl-next {
  left: auto;
  right: -60px;
}
.listing-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-right: -30px;
}
.listing-grid .listing_data {
  width: 100%;
  max-width: calc(33.33% - 30px);
}

.owl-dots-style-one .owl-dots {
  text-align: center;
  margin-top: 45px;
}
.owl-dots-style-one .owl-dots .owl-dot span {
  background: rgba(236, 56, 90, .3);
  margin: 0px 8px 0px 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
.owl-dots-style-one .owl-dots .owl-dot.active span:before {
  content: "";
  position: absolute;
  left: -3px;
  right: -2px;
  top: -3px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: white;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
}
.owl-dots-style-one .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}
.owl-dots-style-one.mt-15 .owl-dots {
  margin-top: 15px;
}
.circle-check-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.circle-check-list ul li i {
  margin-right: 15px;
  font-size: 24px;
}
.newsletter-form {
  position: relative;
}
.newsletter-form input {
  background-color: #ffffff;
  padding: 0px 15px;
  border-radius: 10px;
  color: #999999;
  max-width: 100%;
  width: 100%;
  padding-left: 140px;
  padding-right: 70px;
  height: 80px;
  box-shadow: 0px 50px 130px 0 rgb(0 0 0 / 15%);
}
.newsletter-form:before {
  position: absolute;
  content: "";
  right: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M24.0726 18H1.62489C0.392714 17.3597 -0.021377 16.3558 0.000842462 14.9781C0.065481 10.9524 0.023062 6.92661 0.0250819 2.90286C0.0271019 0.808168 0.814884 0.0244262 2.91968 0.0244262C9.49463 0.0224062 16.0696 0.0506856 22.6445 0.000186699C24.0262 -0.00991307 25.0341 0.388018 25.6765 1.61817V16.4002C25.2927 17.0829 24.7614 17.6202 24.0726 17.998V18ZM2.8611 1.60605C5.70115 4.47439 8.41597 7.27 11.1934 10.001C12.2296 11.0211 13.5143 10.9766 14.5768 9.93836C17.3179 7.25788 20.0186 4.53498 22.7314 1.82421C22.7617 1.79391 22.7354 1.71109 22.7354 1.60605H2.8611ZM22.8788 16.3941C20.8347 14.3358 18.8874 12.3845 16.9543 10.4211C16.5099 9.97068 16.314 10.405 16.0837 10.6352C15.3202 11.3968 14.5263 12.0735 13.3851 12.2169C11.8398 12.4108 10.6783 11.7624 9.66026 10.6898C9.45625 10.4736 9.25021 9.92826 8.80178 10.3767C6.83637 12.3482 4.88711 14.3338 2.85302 16.3921H22.8788V16.3941ZM1.61883 15.0872L1.8693 15.2286C3.75796 13.3056 5.63046 11.3685 7.54739 9.47377C8.0342 8.991 7.74131 8.76679 7.41811 8.44562C5.66479 6.71452 3.91955 4.97331 2.16421 3.24625C2.02282 3.10688 1.92384 2.81802 1.62085 2.95942V15.0892L1.61883 15.0872ZM23.8383 15.2367L24.0444 15.0731V2.61401C21.9416 4.739 20.0327 6.68018 18.1097 8.60721C17.8047 8.91222 17.8027 9.11422 18.1097 9.42125C20.0287 11.3503 21.9315 13.2975 23.8403 15.2367H23.8383Z"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-position-y: 1px;
  width: 27px;
  height: 27px;
  top: 30px;
  z-index: 9;
  opacity: .20;
}
.newsletter-form input::placeholder{
  color: #999999;
}
.newsletter-form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  position: absolute;
  left: 0;
  height: 100%;
  font-weight: 600;
  width: 184px;
  padding: 0;
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* counter css */
.counter-section .inner-content {
  background-color: #f8f8f8;
  display: flex;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 40px 60px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.counter-block-one h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}
.counter-block-one .inner-box {
  display: flex;
  align-items: center;
}
.counter-block-one .inner-box .icon-box {
  font-size: 48px;
  color: #000;
  margin-right: 25px;
}
.inner-content .counter-block-one {
  border-right: 1px solid #d3d3d3;
  padding-right: 45px;
}
.inner-content .counter-block-one:last-child {
  border-right:0;
  padding-right: 0;
}
.counter-block-one span {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.counter-block-one .inner-box .icon-box i {
  position: relative;
  z-index: 2;
}
.counter-block-one .inner-box .icon-box i:after {
  content: "";
  position: absolute;
  background-color: #fd4e67;
  width: 30px;
  height: 30px;
  right: 2px;
  bottom: 4px;
  border-radius: 50%;
  z-index: -1;
}
.tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 26px;
  font-weight: 400;
  color: #56131F;
  cursor: pointer;
  transition: all 500ms ease;
  border-radius: 10px;
}
/* pricing */
.pricing-block-one {
  border: 1px solid rgba(0,0,0,.10);
  padding: 45px 50px;
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  border-radius: 10px;
}
.pricing-block-one .table-icon {
  background-color: #fef2f4;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 150px;
  text-align: center;
}
.pricing-block-one .teble-header h5 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  line-height: 36px;
  margin-bottom: 25px;
}
.pricing-block-one .teble-header p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 20px;
}
.pricing-block-one .teble-header h2 {
  font-size: 35px;
  color: #000000;
  font-weight: 700;
  line-height: 42px;
}
.pricing-block-one .teble-header h2 span {
  color: #999999;
  font-size: 20px;
  font-weight: 400;
}
.pricing-block-one .teble-header h2 sup {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #676767;
}
.pricing-block-one .table-content ul li {
  color: #595959;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}
.pricing-section .sec-title p {
  margin-top: 20px;
}
.pricing-block-one .table-content h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.pricing-block-one .table-content ul li:before {
  position: absolute;
  content: "\f00c";
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
  color: #1B9A81;
  font-family: "Font Awesome 5 Pro";
  opacity: .8;
}
.pricing-block-one.featured-active .table-content ul li:before{
  color: #FFFFFF;
}
.pricing-block-one .table-footer {
  margin-top: 33px;
}
.pricing-block-one .table-content {
  margin-top: 24px;
}
.pricing-block-one .table-footer a.theme-btn-one {
  width: 100%;
  padding: 20px 29px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  line-height: 18px;
}
.pricing-block-one.featured-active .table-footer a.theme-btn-one {
  background-color: var(--primary-color) !important;
  color: #fff;
  border-color: var(--primary-color) !important;
}
.pricing-block-one.featured-active .table-content ul li:before{
  fill:#fff;
}
.pricing-block-one.featured-active .teble-header h2,
.pricing-block-one.featured-active .table-content h3,
.pricing-block-one.featured-active .teble-header h5 {
  color: #fff;
}
.pricing-block-one.featured-active .teble-header p,
.pricing-block-one.featured-active .table-content ul li{
  color: rgba(222, 219, 219, 1);
}
.pricing-block-one.featured-active .teble-header h2 sup {
  color: #DEEDFF;
}
.pricing-block-one.featured-active .teble-header h2 span {
  color: #C1C1C1;
}
.pricing-block-one.featured-active {
  background-color: #222D3F;
  padding: 70px 50px;
  border: none;
  margin-top: -23px;
}
.pricing-section .inner-content .pricing-block-one:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pricing-section .inner-content .pricing-block-one:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group.account-drop {
  position: relative;
}
.login-attri .account-drop .dropdown-menu {
  box-shadow: 0px 20px 40px rgb(0 0 0 / 10%) !important;
  border: none !important;
  padding: 10px 20px !important;
  min-width: 250px !important;
  border-radius: 5px;
  top: 100% !important;
}
.login-attri .account-drop .dropdown-menu a {
  position: relative;
  display: flex;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 10px 10px !important;
  align-items: center;
}
.login-attri .account-drop .dropdown-menu a:hover {
  background-color: #fdf2f4;
  color: var(--primary-color);
}
.login-attri .account-drop .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.top-category-item {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 8px;
}
.listing-top-categories ul li:last-child .top-category-item {
  margin-bottom: 0;
}
.top-category-item h4 {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-left: 10px;
}
.top-category-item img {
  border-radius: 50% !important;
  border: 2px solid #fff !important;
}
.top-category-item .img-box {
  border: 1px solid transparent;
  border-radius: 50%;
  transition: .2s;
}
.top-category-item:hover .img-box {
  border-color: var(--primary-color);
}
.megamenu .widget-title h3,
.top-categories-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.megamenu .links-list li a{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
}
.megamenu .links-list li a:hover {
  color: #000;
}
.listing-top-categories ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.listing-top-categories ul li {
  width: 100%;
  max-width: 50%;
}
a.black-btn {
  background-color: #121212;
}



.author-info-box {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  margin-bottom:68px;
}
.author-info-box-content {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 5px;
}
ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
ul.social-icons li a {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 30px;
}
ul.social-icons li a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.author-info-box-content .author-info-box-btns a {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
a.white-btn {
  background-color: #fff;
  color: #000;
}
.author-info-box-btns a i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 22px;
}
.author-info-box-btns a.white-btn i {
  color: var(--primary-color);
}
.author-info-box-social {
  margin-right: 65px;
  margin-top: 30px;
}
.author-info-box-btns {
  margin-right: auto;
}
.author-info-rating {
  margin-bottom: 10px;
}
.author-info-rating i {
  color: #1db112;
}
.author-info-box-content .author-info-box-btns a.theme-btn-one {
  font-size: 14px;
  line-height: 22px;
}
.author-info-box-content .author-info-box-btns a.theme-btn-one strong {
  margin-right: 5px;
}
.sidebar-author .sidebar-widget {
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #cdcdcd;
  padding: 25px;
}
.sidebar-author .sidebar-widget .widget-title h3 {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}


.banner-search-form-two .select2-container {
  border: none;
  border-radius: 0;
}
.banner-search-form-two .select2-container--default .select2-selection--single {
  height: 60px;
}
.banner-search-form-two .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  font-weight: 700;
}
.banner-search-form-two .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: -14px;
}


.process-block-two .icon-box:before {
  position: absolute;
  content: "";
  right: 2px;
  background-image: url(assets/images/shape/shape-1.png);
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.process-block-two.style-2 .icon-box:before {
  background-image: url(assets/images/shape/shape-2.png);
}
.process-block-two.style-3 .icon-box:before {
  background-image: url(assets/images/shape/shape-3.png);
}
.elementor-widget-video .elementor-custom-embed-image-overlay {
  position: relative;
}
.eicon-play {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  line-height: 70px;
}
.eicon-play:before {
  content: "\f04b";
}
.elementor-custom-embed-play {
  background-color: rgba(0,0,0,.4);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}
.elementor-widget-video .elementor-custom-embed-image-overlay:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,.5) 10%, transparent 90%);
}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
  border-radius: 5px;
}
.location-masonary {
  margin: 0 -15px;
}
.location-masonary .place-block {
  float: left;
  padding: 0 11px;
}
.column-12 {
  width: 100%;
}
.column-8 {
  width: 66.666667%;
}
.column-6 {
  width: 50%;
}
.column-4 {
  width: 33.333333%;
}
.column-3 {
 width: 25%;
}
.column-2 {
  width: 20%;
}
.sec-title a {
  color: #666;
  font-size: 16px;
  margin-right: 35px;
}
.sec-title .theme-btn-one {
  color: #fff;
}

.tab-btn-box.style-two .tab-btns li {
  padding: 0px 70px 0px 30px !important;
  line-height: 24px;
  color: #000000;
}
.tab-btn-box.style-two .tab-btns:before{
  display: none;
}

.tab-btn-box.style-two .tab-btns li:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
}
.tab-btn-box.style-two .tab-btns li:before {
  left: 0;
  width: 14px;
  height: 14px;
}
.tabs-box .tab-btn-box.style-two .tab-btns li.active-btn:before{
  background-color: var(--primary-color);
}
.tabs-box .tab-btn-box.style-two .tab-btns li:last-child:before{
  display: block;
}
.tab-btn-box.style-two .tab-btns li span {
  color: var(--primary-color);
  margin-left: 5px;
}
.tabs-box .tab-btn-box.style-two .tab-btns li.active-btn {
  font-weight: 700;
}
.pricing-block-one.style-two {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: left;
  display: block;
  padding: 10px 40px 40px;
}
.pricing-block-one.style-two .teble-header h2 {
  color: var(--primary-color);
  line-height: 60px;
  margin-bottom: 10px;
}
.pricing-block-one.style-two .teble-header p {
  color: #333;
}
.pricing-block-one.style-two.featured-active {
  border: 2px solid var(--primary-color);
}
.pricing-block-one.style-two .table-content ul li {
  border: none;
  position: relative;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  padding: 0;
  line-height: 30px;
  padding-left: 35px;
}
.pricing-block-one.style-two .table-content ul li:before {
  position: absolute;
  content: "\f00c";
  left: 0;
  top: 0;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 18px;
  color: #139b09;
}
.pricing-block-one.style-two  .table-content {
  margin-top: 32px;
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
}
p.pricing-bottom-text {
  margin-top: 65px;
}
.listing-grid.items-4 .listing_data {
  max-width: calc(25% - 30px);
}
/* stores */
.listing-stores-item h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.listing-stores-item h6 a {
  color: #000;
}
.listing-stores-item h6 a:hover {
  color: var(--primary-color);
}
.listing-stores-item img {
  margin-bottom: 12px;
  border-radius: 5px;
}
.listing-stores {
  display: flex;
  gap: 0 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.listing-stores .listing-stores-item {
  width: 100%;
  max-width: calc(14.28% - 30px);
  margin-bottom: 50px;
}
.listing-stores-item p {
  font-size: 13px;
  line-height: 22px;
}
section.stores-section {
  padding-bottom: 80px;
}
/* end stores */
.boxed-layout .banner-section.style-two {
  border-radius: 10px;
}
.boxed-layout .banner-section.style-two .form-inner {
  border-radius: 0 0 10px 10px;
}


.main-footer.style-two .footer-top {
  background-color: #fff;
}
.main-footer.style-two .footer-bottom {
  background-color: #fff;
}
.main-footer.style-two .footer-bottom .copyright p a {
  color: #000;
}
.main-footer.style-two .footer-bottom .footer-nav li:not(.title) {
  color: #000;
}
.main-footer.style-two .footer-inner {
  border-color: #ccc;
}
.main-footer.style-two .footer-top .logo-widget .social-links li a {
  color: #000;
}
.main-footer.style-two .footer-top .logo-widget .text p.tag {
  color: #000;
}
.main-footer.style-two .footer-top .footer-widget .widget-title h3{
  color: #000;
}
.main-footer.style-two .footer-top .links-widget .links-list li a {
  color: #666666;
}
.main-footer.style-two .footer-bottom .copyright p {
  color: #666666;
}
.main-footer.style-two .footer-top .logo-widget .text p {
  color: #666666;
}
.main-footer.style-two .footer-bottom .footer-nav li.title {
  color: #666666;
}
.footer-newsletter form {
  margin-top: 22px;
}
.footer-newsletter .newsletter-form input {
  border-radius: 5px;
  padding-left: 10px;
  height: 50px;
  box-shadow: none;
  border: 1px solid #ccc;
}
.footer-newsletter .newsletter-form:before {
  top: 15px;
}
.footer-newsletter .newsletter-form button {
  border-radius: 5px;
  margin-top: 10px;
  position: unset;
  height: 50px;
  width: 150px;
}
ul.social-icons.round li a {
  border-radius: 50%;
}
/* start agents */
.listing-agents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: -20px;
}
.listing-agent-item {
  border: 1px solid #ccc;
  padding: 30px 20px 25px;
  display: block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  max-width: calc(25% - 20px);
  width: 100%;
}
.listing-agent-item:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #f3f3f3;
  width: 100%;
  height: 24%;
  z-index: -1;
}
.listing-agent-item h6 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
.listing-agent-item img {
  margin-bottom: 20px;
}
.listing-agent-item ul.social-icons {
  margin-top: 15px;
  margin-bottom: 18px;
}
.listing-agent-item ul.social-icons li{
  margin-left: 0;
  margin-right: 0;
}
.listing-agent-item ul.social-icons li a {
  color: #666;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 19px;
  border-color: #d4d4d4;
}
.listing-agent-item ul.social-icons li:hover a{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.listing-agent-item p {
  font-size: 13px;
  color: #000000;
  line-height: 22px;
}
.listing-agent-item .designation {
  color: #666666;
}
.filter_button input#searchsubmit {
  color: #fff;
}
.full-width {
  width: 100%;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}
.bread-crumb.clearfix li {
  display: inline-block;
}

.property-grid .thumbnail-section img{
  width: 100%;
}

.process-section .inner-content{
  flex-wrap: wrap;
}
.process-section .inner-content .process-block-one{
  max-width: calc(25% - 0px);;
}
.news-block-one {
    margin-bottom: 50px;
}
.property-grid-three .thumbnail-section img{
  width: 100%;
}
#cl_checkout_wrap .cl_form input[type="submit"],
.cart_item.cl_checkout a{
  background: var(--primary-color);
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
}
#cl_checkout_wrap .cl_form input[type="submit"]:hover,
.cart_item.cl_checkout a:hover{
  background: #333;
}

.cl-user-overview-heading{
  margin-top: -16px;
}
.dashboard .block-section{
  padding-left: 15px;
}

#dash_overview_section .cl-user-overview-heading{
  margin-bottom: 15px;
}
#dash_overview_section .cl-user-overview-activity-boxes{
  margin-top: 15px;
}
#dash_overview_section .cl-user-overview-activity-boxes .cl-user-overview-activity-box{
  max-width: calc(51% - 30px);
}
@media only screen and (min-width: 300px) and (max-width: 1600px){
  .thumbnail-section .top-left{
    width: 100%;
  }
  .listing-grid .listing_data{
    max-width: calc(25% - 30px);
  }
  .full-container{
    padding: 0 30px;
  }
  .cl-user-overview-activity-box h3{
    font-size: 30px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 1400px){
  header.main-header.header-style-1 .menu-area, header.main-header.header-style-2 .menu-area{
    margin-left: 60px;
  }
  .login-attri{
    margin-right: 15px;
  }
  .main-menu .navigation > li{
    margin: 0 15px;
  }
  .theme-btn-one{
    padding: 12px 25px;
  }
  .listing-grid .listing_data{
    max-width: calc(34% - 30px);
  }
  .banner-section.style-two .content-box h1{
    font-size: 50px;
    line-height: 60px;
  }
  .listing-grid.items-4 .listing_data{
    max-width: calc(34% - 30px);
  }
}
@media only screen and (min-width: 300px) and (max-width: 1200px){
  .counter-section .inner-content{
    padding: 30px;
  }
  .listing-stores .listing-stores-item{
    max-width: calc(25% - 30px);
    margin-bottom: 30px;
  }
  .listing-stores{
    justify-content: center;
  }
  .process-block-two{
    padding-right: 0;
  }
  .news-block-one .inner-box .lower-content h3{
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .counter-block-one .inner-box .icon-box{
    margin-right: 10px;
  }
  .page-sidebar .widget:not(.listit-countdown-widget){
    padding: 10px !important;
  }
  .widget-listings-inner .post{
    gap: 10px;
  }
  #dash_overview_section .cl-user-overview-activity-boxes .cl-user-overview-activity-box{
    max-width: calc(100% - 0px);
  }
  .dashboard .menu-section > a{
    padding: 10px;
    font-size: 14px !important;
  }
  .dashboard .menu-section > a i{
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991.5px){
  .listing-grid .listing_data{
    max-width: calc(50% - 30px);
  }
  .banner-section .content-box h1{
    font-size: 46px;
  }
  .inner-content .counter-block-one{
    margin-bottom: 30px;
    border-right: 0;
  }
  .process-section .inner-content .process-block-one{
    max-width: calc(50% - 0px);
  }
  .process-block-one{
    border-bottom: 1px solid #ccc;
  }
  .download-section .content-box{
    padding: 50px;
    display: block;
  }
  .download-btn{
    width: auto;
    text-align: left;
    margin-top: 20px;
  }
  .download-left-text{
    width: auto;
  }
  .footer-top .footer-widget .widget-title h3{
    font-size: 18px;
  }
  .process-block-one .inner-box .text .icon-box{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .sec-pad{
    padding: 80px 0 80px 0;
  }
  .banner-section .input-inner .form-group.form-select{
    width: 178px;
  }
  .banner-search-form-two .select2-container{
    width: 178px !important;
  }
  .select2-container--open .select2-dropdown{
    bottom: inherit;
    top: 49px;
  }
  .banner-section .banner-search-form-two .input-inner{
    flex-wrap: wrap;
  }
  .banner-section .banner-search-form-two .input-inner .btn-box{
    margin-left: 0;
    margin-top: 10px;
  }
  .banner-section .input-inner .form-group label.form-group-label input{
    height: 42px !important;
  }
  .sec-title h2{
    font-size: 30px;
  }
  .listing-grid.items-4 .listing_data{
    max-width: calc(51% - 30px);
  }
  .listing-stores .listing-stores-item{
    max-width: calc(34% - 30px);
  }
  .listing-stores{
    justify-content: flex-start;
  }
  .process-block-two{
    margin-bottom: 30px;
  }
  .process-block-two h3{
    font-size: 20px;
  }
  .process-block-two .icon-box{
    margin-bottom: 15px;
  }
  .counter-block-one .inner-box{
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .counter-block-one .inner-box .icon-box{
    margin-right: 0;
  }
  .location-masonary .place-block-one .inner-box .lower-content{
    left: 15px;
    bottom: 12px;
  }
  .footer-inner ul.footer-nav.pull-right.clearfix{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .footer-inner .copyright{
    float: none;
    text-align: center;
  }
  .banner-section .input-inner .form-group label.form-group-label{
    padding-top: 5px;
  }
  .page-sidebar .widget:not(.listit-countdown-widget){
    padding: 20px !important;
  }
  .dashboard .block-section{
    padding-left: 1px;
    margin-top: 40px;
  }
  .dashboard-wrapper .col-lg-8{
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767.5px){
  .banner-section .content-box h1{
    font-size: 36px;
  }
  .process-section .inner-content .process-block-one{
    max-width: calc(100% - 0px);;
  }
  .banner-section.style-two .content-box h1{
    font-size: 40px;
    line-height: 50px;
  }
  .process-block-two .inner-box{
    text-align: center;
  }
  .main-header.header-style-1 .full-container{
    padding: 0 15px !important;
  }  
  .banner-section .input-inner .form-group label.form-group-label{
    padding-top: 0px;
  }
  .cl-user-dashboard-profile-wrapper{
    flex-direction: column;
    gap: 30px !important;
  }
  .cl-user-dashboard-profile-form{
    min-width: calc(100% - 0px);
  }
  .cl-user-dashboard-profile-form-right{
    max-width: calc(100% - 0px) !important;
  }
  .dashboard #dash_my_listings_section .singles-dashboard-list .sd-list-left img{
    width: 100%;
    height: auto;
  }
  .dashboard #dash_my_listings_section .singles-dashboard-list{
    display: block;
  }
  .dashboard #dash_my_listings_section .singles-dashboard-list .thumbnail-section{
    max-width: inherit;
    height: auto;
    max-height: inherit;
  }
  .sd-list-right-wrap .sd-list-right-one{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sd-list-right-wrap{
    display: block !important;
  }
  .singles-dashboard-list .sd-list-right:last-child{
    border-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 10px !important;
  }
  .sd-list-right-one{
    width: 100% !important;
  }
  .sd-list-right-one .listing_dashboard_title{
    line-height: 24px !important; 
    margin-bottom: 20px !important;
  }

  .dash_list_flex{
    display: block !important;
  }
  .foot-rates+.foot-location{
    border-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 8px !important;
  }
  .dashboard .singles-dashboard-list{
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
  .pricing-block-one.style-two{
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 575.5px){
  .theme-btn-one{
    font-size: 13px;
  }
  .banner-section .content-box h1{
    line-height: 46px;
  }
  .sec-title h2{
    font-size: 26px;
    line-height: 36px;
  }
  .tabs-box .tab-btn-box .tab-btns{
    display: block;
  }
  .download-section .content-box h2{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .inner-content .counter-block-one{
    padding-left: 0;
    padding-right: 0;
  }
  .banner-section.style-two .content-box h1{
    font-size: 36px;
    line-height: 46px;
  }
  .banner-section .content-box p{
    font-size: 14px;
  }
  .pricing-block-one.style-two{
    padding: 20px;
  }
  .testimonial-item{
    display: block;
  }
  .cl-user-overview-heading{
    display: block !important;
  }
  .cl-user-overview-heading h1{
    margin-bottom: 15px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .cl_user_avatar img{
    margin-bottom: 15px;
  }
  .cl-user-listing-menu li{
    line-height: 30px !important;
  }
  .item-flex.arch-post-count {
    order: 1;
  }
  .sorter-arch .item-flex:first-child {
    order: 2;
  }
  .sorter-arch .item-flex:last-child {
    order: 3;
  }
}
.author-page-container {
  margin-top: 120px;
}
.mb-40 {
  margin-bottom: 40px;
}
.form-group select.form-control {
  height: 50px;
}
.featured-listing-section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.sec-title2 {
  margin-bottom: 32px;
}
.sec-title2 h2 {
  font-size: 24px;
  line-height: 22px;
}
.recently-viewed-listing-section {
  background-color: #f1f1f1;
  padding-top: 110px;
  padding-bottom: 90px;
}
.owl-carousel .col-md-4 {
  max-width: 100%;
  flex: 0;
  padding: 0;
}
.nothing-found-container h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.pricing-section .sec-title {
  display: block;
  width: 70%;
  overflow: hidden;
  margin-bottom: 80px;
}
.pricing-section .container {
  position: relative;
}
.pricing-section .tab-btn-box.centred {
  position: absolute;
  left: 15px;
  top: 0;
}
.sec-title.centred {
  display: block;
}
.listit-review-area .sec-title h2 {
  margin-bottom: 25px;
}
.listing-slider.five-item-carousel .owl-item {
  opacity: 0.5;
  transition: all 0.3s;
}
.listing-slider.five-item-carousel .active{
  opacity: 1;
}
.listing-slider.five-item-carousel .center+.active+.active{
  opacity: 0.5;
}
.review-box-item .review-box-body:after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  background-image: url(assets/images/line.png);
  z-index: 9;
  background-repeat: no-repeat;
  width: 10px;
  height: 50px;
  margin-left: -5px;
  display: none;
}
.review-box-item .review-box-body:before {
  position: absolute;
  content: "";
  top: 34px;
  right: 15px;
  z-index: 9;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.review-box-item .review-box-body:before {
  background-image: url(assets/images/quote-2.png);
}
.center .review-box-item .review-box-body:before {
  background-image: url(assets/images/quote.png);
}
.center .review-box-item .review-box-body:after {
  display: block;
}
.pt-40 {
  padding-top: 40px;
}
.category-block-two {
  margin-bottom: 40px;
}
.listing-section.sec-pad {
  padding-bottom: 110px;
}
.header-lower .btn-box a.theme-btn-one {
  padding: 13px 29px;
}
.listing-section .sec-title p {
  font-size: 16px;
  line-height: 18px;
  color: rgba(126, 140, 150, 1);
}
.owl-carousel.five-item-carousel .owl-stage-outer {
  overflow: unset;
}

ul.listing-tab-nav {
  display: block;
}
.listing-tab-nav li {
  display: inline;
}
.listing-tab-nav li:first-child a.cat-list_item {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.listing-tab-nav li:last-child a.cat-list_item {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.listing-tab-nav li a.cat-list_item {
  color: #000;
  background-color: #FCF4F5A1;
  padding: 18px 40px;
  margin-right: -4px;
  border: 1px solid var(--primary-color);
}
.listing-tab-nav li a.cat-list_item.active {
  color: #fff;
  background-color: var(--primary-color);
}
.listing-slider {
  padding-top: 15px;
}
.prd-grid-custom-svg-loader {
  text-align: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}
.advanced-searchform .input-inner .form-group.loc-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 11px;
  margin-top: -25px;
}
.banner-section .input-inner .form-group.loc-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(assets/images/location.png);
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-position-y: 1px;
  width: 30px;
  height: 30px;
  border: none;
}
section.pricing-section.sec-pad {
  overflow: hidden;
}
ul.bread-crumb.clearfix a {
  color: rgba(255,255,255,.7);
}
