body.bgWhite {
  background  :  #ffffff;
}
/* Ensure mega menu stays full width */
.navbar .dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 3px solid #ddd;

position: fixed;
    top: 85px;
    left: 0;
    width: 100vw;  
}

/* Column styling */
.menu-column h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.menu-column .dropdown-item {
  padding: 5px 0;
  color: #555;
}

.menu-column .dropdown-item:hover {
  color: #000;
}

.navbar .dropdown-menu.mega-menu .row
{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-height: 350px;
    overflow-y: scroll;
}

.navbar .dropdown-menu.mega-menu .row .menu-column
{
  min-width  :  250px;	
}

.header-part.header-fixed .navbar-light .navbar-nav .show>.nav-link,
.header-part.header-fixed .dropdown-toggle,
.header-part.header-fixed .dropdown-toggle:hover,
.header-part.header-fixed .dropdown-toggle:focus
{
  color: #ffffff;	
}


/*=====================================
            BANNER PART STYLE
======================================*/
.banner-part {
  background: url(../images/bg/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  //padding: 95px 0px 178px;
  padding: 60px 0px 125px;
  position: relative;
  z-index: 1;
}

.banner-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
  z-index: -1;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.banner-content p {
  width: 600px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 45px;
  color: var(--white);
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .banner-part {
    padding: 60px 0px 145px;
  }
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-content p {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-part {
    padding: 80px 0px 175px;
  }
}

/*=====================================
            SUGGEST PART STYLE
======================================*/
.suggest-part {
  position: relative;
  margin-top: -85px;
  z-index: 2;
}

.suggest-slider .slick-slide img {
  display: inline-block;
}

/*=====================================
            FEATURE PART STYLE
======================================*/
.feature-card-slider {
  margin-left: 50px;
  margin-bottom: 18px;
}

.feature-thumb-slider {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .feature-card-slider,
  .feature-thumb-slider {
    margin-left: 0px;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .feature-card-slider {
    width: 370px;
    margin: 0px auto 30px;
  }
  .feature-thumb-slider {
    width: 370px;
    margin: 0px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-content {
    position: inherit;
    padding: 20px 20px 15px;
    background: var(--heading);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .feature-img img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .feature-wish {
    top: 15px;
    right: 15px;
  }
  .feature-meta {
    display: flex;
    flex-direction: column;
  }
  .feature-price {
    margin: 0px 0px 5px;
  }
}

/*=====================================
         RECOMMENDED PART STYLE
======================================*/
.recomend-slider .product-card {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .recomend-slider .product-card {
    width: 255px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .recomend-slider .product-card {
    width: 300px;
  }
}

/*=====================================
            NICHE PART STYLE
======================================*/
.niche-part .niche-nav {
  margin-bottom: 30px;
}

.niche-part .tab-pane {
  padding: 0px;
}

.niche-part .tab-pane .row {
  justify-content: center;
}

.niche-part .product-card {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .niche-nav .nav-tabs li .nav-link {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px;
  }
}

@media (min-width: 380px) and (max-width: 575px) {
  .niche-part .product-card {
    width: 350px;
    margin: 0px auto 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .niche-part .container {
    max-width: 990px;
  }
  .niche-part .container .col-lg-3 {
    padding: 0px 10px;
  }
}

/*=====================================
            CATEGORY PART STYLE
======================================*/
.category-part .row:nth-child(2) {
  justify-content: center;
}

/*=====================================
            INTRO PART STYLE
======================================*/
.intro-part {
  padding: 112px 0px 415px;
  margin-top: 120px;
  position: relative;
  background: linear-gradient(#0044bb, #080229);
}

.intro-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg/02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-part .section-center-heading {
  margin-bottom: 0px;
}

.intro-part .section-center-heading h2 {
  font-size: 45px;
  line-height: 55px;
  color: var(--white);
  margin-bottom: 22px;
}

.intro-part .section-center-heading p {
  color: var(--white);
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .intro-part .section-center-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .intro-part {
    margin-top: 60px;
    padding: 50px 0px 365px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .intro-part {
    margin-top: 80px;
    padding: 70px 0px 385px;
  }
}

/*=====================================
            PRICE PART STYLE
======================================*/
.price-part {
  margin-top: -300px;
}

.price-part .row:nth-child(2) {
  justify-content: center;
}

.price-part .section-center-heading h2,
.price-part .section-center-heading p {
  color: var(--white);
}

/*=====================================
            BLOG PART STYLE
======================================*/
.blog-part {
  padding: 120px 0px;
}

.blog-card {
  margin: 0px 15px;
}

.blog-btn {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .blog-card {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .blog-part {
    padding: 30px 0px 60px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .blog-card {
    width: 335px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-part {
    padding: 50px 0px 80px;
  }
}

/*=====================================
          USER-FORM PAGE STYLE
======================================*/
.user-form-part {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.user-form-banner {
  width: 60%;
  height: 100vh;
  background: url(../images/bg/03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.user-form-banner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(2, 33, 85, 0.7), rgba(21, 107, 255, 0.7));
  z-index: -1;
}

.user-form-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 600px;
}

.user-form-content a {
  margin-bottom: 35px;
}

.user-form-content a img {
  width: 250px;
  height: auto;
}

.user-form-content h1 {
  color: var(--white);
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 45px;
}

.user-form-content h1 span {
  display: block;
}

.user-form-content p {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.user-form-category {
  width: 40%;
  height: 100vh;
  background: #fbfbfb;
  overflow-y: scroll;
  overflow-x: hidden;
}

.user-form-header {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1;
}

.user-form-header a:nth-child(1) {
  display: none;
}

.user-form-header a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--primary);
  background: var(--white);
  text-shadow: var(--primary-tshadow);
  box-shadow: var(--primary-bshadow);
}

.user-form-header a i:hover {
  color: var(--white);
  background: var(--primary);
}

.user-form-category-btn {
  margin-bottom: 50px;
}

.user-form-title {
  text-align: center;
  margin-bottom: 45px;
}

.user-form-title h2 {
  margin-bottom: 7px;
}

.user-form-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.user-form-option li {
  margin: 0px 8px;
}

.user-form-option li a {
  width: 125px;
  padding: 5px;
  color: var(--white);
  border-radius: 8px;
}

.user-form-option li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
  font-size: 12px;
  margin-right: 8px;
  text-shadow: var(--primary-tshadow);
}

.user-form-option li a span {
  font-size: 14px;
  text-transform: capitalize;
  text-shadow: var(--primary-tshadow);
}

.user-form-option li:nth-child(1) a {
  background: #4267B2;
}

.user-form-option li:nth-child(1) a i {
  background: #375797;
}

.user-form-option li:nth-child(2) a {
  background: #1DA1F2;
}

.user-form-option li:nth-child(2) a i {
  background: #1a95e2;
}

.user-form-option li:nth-child(3) a {
  background: #DB4437;
}

.user-form-option li:nth-child(3) a i {
  background: #be3a2e;
}

.user-form-devider {
  position: relative;
  z-index: 1;
}

.user-form-devider::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: -1;
}

.user-form-devider p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid #e8e8e8;
  margin: 0px auto 30px;
}

.user-form-direction {
  text-align: center;
  margin: 30px 0px 50px;
}

.user-form-direction p {
  color: #666666;
  font-size: 18px;
  width: 290px;
  margin: 0 auto;
}

.user-form-direction p span {
  font-weight: 500;
  color: var(--primary);
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group:focus-within .form-icon {
  visibility: visible;
  opacity: 1;
}

.form-group:focus-within .form-alert {
  display: block;

}

.form-group .btn {
  width: 100%;
  padding: 10px 30px;
}

.form-control {
  width: 100%;
  height: 45px;
  background: var(--white);
  padding: 0px 55px 0px 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  color: var(--gray);
  background: var(--white);
  border-color: var(--primary);
}

.form-icon {
  border: none;
  background: none;
  line-height: 0px;
  position: absolute;
  top: 15px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.form-icon i {
  font-size: 16px;
  color: #aaaaaa;
}

.form-alert {
  display: none;
  padding: 3px 20px;
}

.form-forgot {
  font-size: 15px;
  color: var(--gray);
}

.form-forgot:hover {
  color: var(--primary);
  text-decoration: underline;
}

.custom-control-label {
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
}

.custom-control-label::before {
  top: 5px;
}

.custom-control-label::after {
  top: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: none;
}

.form-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  background: var(--primary);
  border-radius: 8px;
}

.form-grid input {
  width: 100%;
  height: 45px;
  border: none;
  background: transparent;
  padding: 0px 20px;
}

.form-grid .btn {
  width: 180px;
  height: 45px;
  padding: 14px 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .user-form-option li a {
    width: auto;
  }
  .user-form-option li a i {
    width: 60px;
    margin-right: 0px;
  }
  .user-form-option li a span {
    display: none;
  }
}

@media (max-width: 575px) {
  .user-form-banner {
    display: none;
  }
  .user-form-category {
    width: 100%;
  }
  .user-form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 15px;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    background: var(--white);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .user-form-header a:nth-child(1) {
    display: block;
  }
  .user-form-header a img {
    width: 150px;
  }
  .user-form-header a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--primary);
    background: var(--white);
  }
  .user-form-header a i:hover {
    color: var(--white);
    background: var(--primary);
  }
  .user-form-category-btn {
    margin-top: 72px;
  }
  .user-form-direction p {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .user-form-header {
    top: 30px;
    left: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .user-form-banner {
    width: 42%;
  }
  .user-form-content {
    width: 230px;
  }
  .user-form-content a img {
    width: 150px;
  }
  .user-form-content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .user-form-content p {
    font-size: 16px;
  }
  .user-form-category {
    width: 58%;
  }
  .user-form-direction p {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .user-form-banner {
    width: 40%;
  }
  .user-form-content {
    width: 280px;
  }
  .user-form-content a img {
    width: 200px;
  }
  .user-form-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .user-form-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .user-form-category {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .user-form-banner {
    width: 50%;
  }
  .user-form-content {
    width: 460px;
  }
  .user-form-content a img {
    width: 200px;
  }
  .user-form-category {
    width: 50%;
  }
}

span.message,
div.message {
  font-size:12px;
  padding: 3px 20px;
}

.alert, .error, .success, .info, .info.noHide
{
  clear                  :  both;
  padding                :  10px 10px 10px 35px;
  margin-bottom          :  15px;
  min-height             :  16px;
  line-height            :  16px;
  cursor                 :  pointer;
  -moz-border-radius     :  4px;
  border-radius          :  4px;
  -webkit-border-radius  :  4px;   
  font-size              :  11px;
  color                  :  #000000;
}

.alert, .error, .success
{
  background  :  red;
  color       :  #ffffff;
  padding     :  10px 15px;
}

.alert.noHide, .error.noHide, .success.noHide 
{
  background  :  #e0e0e0;
  color       :  #000000;
}

.bubbleMessage
{
  color       :  #ffffff;
  max-width   :  300px;
  min-height  :  17px;
  background  :  #54535B;
  padding     :  7px 10px;
  z-index     :  100;
  position    :  absolute;
  top         :  auto;
  left        :  0px;
  bottom      :  28px;
}

.alert.bubbleMessage::after,
.error.bubbleMessage::after,
.success.bubbleMessage::after
{
  content       :  "";
  position      :  absolute;
  bottom        :  -10px;
  left          :  20px;
  border-width  :  10px 10px 0;
  border-style  :  solid;
  border-color  :  red transparent transparent transparent;
}

.success.bubbleMessage::after
{
  border-color  :  #a2d246 transparent transparent transparent;	
}
	
.bubbleMessage.alert, .bubbleMessage.error
{
  background  :  red;	
}

.bubbleMessage.success
{
  background  :  #a2d246;
  color       :  #000000;
}

.hidden
{
  display  :  none;	
}

.account-card {
  margin-bottom: 30px;
  padding: 0px 30px 30px;
  background: var(--white);
  border-radius: 8px;
}

.account-title {
  padding: 18px 0px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.account-title::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 50px;
  height: 2px;
  background: var(--primary);
}

.account-title h3 {
  font-size: 20px;
}

.account-title button,
.account-title a {
  border: none;
  width: 55px;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  text-transform: capitalize;
  color: var(--primary);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.account-title button:hover,
.account-title a:hover {
  color: var(--white);
  background: var(--primary);
  text-shadow: var(--primary-tshadow);
}

.account-card-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.account-card-list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.account-card-list li:hover h6 {
  color: var(--white);
  background: var(--primary);
}

.account-card-list li h5 {
  font-size: 16px;
  font-weight: 500;
}

.account-card-list li h6 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--chalk);
}

.account-card-link li {
  margin-bottom: 8px;
}

.account-card-link li:last-child {
  margin-bottom: 0px;
}

.account-card-link li a {
  color: var(--gray);
}

.account-card-link li a:hover {
  color: var(--primary);
}

.account-card-link li a i {
  margin-right: 5px;
}

.account-card-text {
  margin-left: 20px;
}

.account-card-text li {
  list-style-type: disc;
  margin-bottom: 20px;
}

.account-card-text li:last-child {
  margin-bottom: 0px;
}

.account-card-form .form-group {
  margin-bottom: 20px;
}

.account-card-form .form-group:last-child {
  margin-bottom: 0px;
}

.account-card-form .form-group .btn {
  width: 100%;
  padding: 10px 30px;
}

@media (max-width: 575px) {
  .account-card {
    padding: 0px 20px 20px;
  }
}

/*=====================================
            PROFILE PAGE STYLE
======================================*/
body {
  background: #f2f2f4;
}

.profile-part {
  padding: 50px 0px 70px;
}

@media (max-width: 767px) {
  .profile-part {
    padding: 50px 0px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-part {
    padding: 50px 0px 50px;
  }
}

/*=====================================
            ADPOST PAGE STYLE
======================================*/
body {
  background: #f2f2f4;
}

.adpost-part {
  padding: 50px 0px 70px;
}

.adpost-card {
  margin-bottom: 30px;
  padding: 30px 30px 0px 30px;
  background: var(--white);
  border-radius: 8px;
}

.adpost-title {
  padding-bottom: 18px;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.adpost-title::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 50px;
  height: 2px;
  background: var(--primary);
}

.form-group {
  margin-bottom: 30px;
}

.form-check-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.form-check-list li:last-child {
  margin-bottom: 0px;
}

.form-check {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.form-check-text {
  font-weight: 500;
  line-height: 15px;
  text-transform: capitalize;
}

.adpost-plan-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.adpost-plan-content h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.adpost-plan-content h6 span {
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
}

.adpost-plan-meta {
  text-align: center;
  margin-left: 30px;
}

.adpost-plan-meta h3 {
  font-family: sans-serif;
  margin-bottom: 5px;
}

.adpost-plan-meta .btn {
  padding: 6px 20px;
}

.adpost-agree {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 45px;
}

.adpost-agree .form-group {
  margin: 6px 0px 0px;
}

@media (max-width: 767px) {
  .adpost-plan-list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .adpost-plan-meta {
    margin: 20px 0px 0px;
  }
  .pb-4 .btn {
    padding: 14px 25px;
  }
}

.account-card-text li, .account-card-text p {
  color: #000000;
  font-size:12px;
}

/*=====================================
            MY-ADS PAGE STYLE
======================================*/
.dash-header-card {
  box-shadow: var(--primary-bshadow);
}

.myads-part {
  padding: 50px 0px 70px;
}

@media (max-width: 767px) {
  .myads-part {
    padding: 50px 0px 30px;
  }
  .product-filter {
    flex-direction: column;
  }
  .product-short-select {
    margin: 15px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .myads-part {
    padding: 50px 0px 50px;
  }
}


/*=====================================
           DASHBOARD PAGE STYLE
======================================*/
.dashboard-part {
  padding: 50px 0px 70px;
}

.dash-review-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.dash-review-widget h4 {
  font-weight: 500;
  margin-top: 5px;
}

.dash-review-widget .custom-select {
  width: 160px;
  border: none;
  font-weight: 500;
  border-radius: 0px;
  border-bottom: 2px solid var(--primary);
}

.dash-review-widget .custom-select:focus {
  box-shadow: none;
}

.review-list {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .dash-review-widget {
    flex-direction: column;
  }
  .dash-review-widget h4 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .dashboard-part {
    padding: 50px 0px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-part {
    padding: 50px 0px 50px;
  }
}

#frmListingSearch.header-form {
  margin: 0;
}

/*=====================================
         AD-DETAILS PAGE STYLE
======================================*/
.ad-details-part {
  padding: 100px 0px 70px;
  background: var(--chalk);
}

.common-card.price,
.common-card.number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common-card.price h3,
.common-card.number h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  font-family: sans-serif;
  color: var(--white);
}

.common-card.price span,
.common-card.number span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: var(--white);
}

.common-card.price i,
.common-card.number i {
  font-size: 35px;
}

.price {
  background: var(--primary);
}

.price i {
  color: #9988ff;
}

.number {
  background: var(--green);
}

.number i {
  color: #8de6a0;
}

.ad-details-author {
  text-align: center;
}

.ad-details-author .author-img {
  border-radius: 50%;
  border: 3px solid var(--primary);
  margin-bottom: 10px;
  position: relative;
}

.ad-details-author .author-img img {
  width: 100px;
  border-radius: 50%;
  border: 3px solid var(--white);
}

.ad-details-author .author-img::before {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #aaaaaa;
  border: 2px solid var(--white);
}

.ad-details-author .author-img.active::before {
  background: var(--green);
}

.ad-details-author .author-meta {
  margin-bottom: 20px;
}

.ad-details-author .author-meta h4 a {
  color: var(--heading);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ad-details-author .author-meta h4 a:hover {
  color: var(--primary);
}

.ad-details-author .author-meta h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--gray);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ad-details-author .author-meta p {
  font-size: 15px;
  line-height: 22px;
}

.ad-details-author .author-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.ad-details-author .author-widget a,
.ad-details-author .author-widget button {
  width: 38px;
  height: 38px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin: 0px 10px;
  color: var(--gray);
  background: var(--chalk);
  border-radius: 50%;
  border: 1px solid var(--border);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ad-details-author .author-widget a:hover,
.ad-details-author .author-widget button:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--primary-tshadow);
}

.ad-details-author .author-widget .follow.active {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--primary-tshadow);
}

.ad-details-author .author-list li {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}

.ad-details-author .author-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.ad-details-author .author-list li h6,
.ad-details-author .author-list li p {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.ad-details-opening li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.ad-details-opening li h6,
.ad-details-opening li p {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.ad-details-map {
  width: 100%;
  height: 330px;
  border: none;
}

.ad-details-safety p {
  margin-bottom: 17px;
  padding-left: 25px;
  position: relative;
}

.ad-details-safety p::before {
  position: absolute;
  content: "\f192";
  top: 0px;
  left: 0px;
  font-size: 15px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: var(--primary);
}

.ad-details-safety p:last-child {
  margin-bottom: 0px;
}

/*
.feature-content {
  padding: 25px;
  position: inherit;
  background: var(--heading);
  border-radius: 0px 0px 8px 8px;
}
*/

.feature-img img {
  border-radius: 8px 8px 0px 0px;
}

.feature-title {
  font-size: 22px;
  line-height: 30px;
}

.feature-meta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.feature-price {
  margin: 0px 0px 5px 0px;
}

.ad-details-breadcrumb {
  margin-bottom: 18px;
}

.ad-details-breadcrumb .flat-badge {
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 12px;
}

.ad-details-breadcrumb .breadcrumb-item {
  color: var(--text);
}

.ad-details-breadcrumb .breadcrumb-item::before {
  color: var(--text);
}

.ad-details-breadcrumb .breadcrumb-item a {
  color: var(--text);
}

.ad-details-breadcrumb .breadcrumb-item a:hover {
  color: var(--primary);
}

.ad-details-address {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text);
  position: relative;
  text-transform: capitalize;
}

.ad-details-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.ad-details-meta {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.ad-details-meta a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-details-meta a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  margin-right: 8px;
  color: var(--white);
}

.ad-details-meta a span {
  color: var(--text);
  text-transform: capitalize;
}

.ad-details-meta a span strong {
  margin-right: 3px;
  font-weight: 500;
}

.ad-details-meta .view i {
  background: var(--view);
}

.ad-details-meta .click i {
  background: var(--click);
}

.ad-details-meta .rating i {
  background: var(--rating);
}

.ad-details-meta .rating:hover span {
  color: var(--primary);
}

.ad-details-slider-group {
  position: relative;
}

.ad-details-slider .slick-slide {
  margin-bottom: 20px;
}

.ad-details-slider .slick-slide img {
  width: 100%;
  border-radius: 8px;
}

.ad-details-badge {
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 2;
}

.ad-details-badge:hover span {
  left: 50px;
}

.ad-details-badge i {
  font-size: 20px;
  padding: 8px 10px 15px;
}

.ad-thumb-slider {
  margin-bottom: 20px;
}

.ad-thumb-slider .slick-slide {
  margin: 0px 10px;
  cursor: pointer;
}

.ad-thumb-slider .slick-slide img {
  width: 100%;
  border-radius: 8px;
}

.ad-details-action {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.ad-details-action a,
.ad-details-action button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  color: var(--primary);
  background: var(--border);
  text-transform: capitalize;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ad-details-action a i,
.ad-details-action button i {
  margin-right: 8px;
}

.ad-details-action a:hover,
.ad-details-action button:hover {
  color: var(--white);
  background: var(--primary);
}

.ad-details-action .wish.active {
  color: var(--white);
  background: var(--primary);
}

.ad-details-specific {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.ad-details-specific li {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--chalk);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card {
  //margin: 0px 10px;
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
  .ad-details-part .container {
    padding: 0px;
  }
  .ad-details-title {
    font-size: 23px;
    line-height: 33px;
  }
  .ad-details-meta a {
    justify-content: flex-start;
  }
  .ad-details-action {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .ad-details-part {
    padding: 60px 0px 30px;
  }
  .ad-details-meta {
    grid-gap: 0px;
  }
  .ad-details-action a,
  .ad-details-action button {
    font-size: 15px;
    padding: 10px 15px;
  }
  .ad-details-specific {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .product-card {
    width: 290px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ad-details-part {
    padding: 80px 0px 50px;
  }
  .feature-card {
    margin: 0px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ad-details-author .author-widget a,
  .ad-details-author .author-widget button {
    margin: 0px 5px;
  }
}

.select2-container {
  top: 3px;	
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

#SafetyButton
{
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  background-color: #ff5722;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  z-index: 9999;
  font-weight: bold;
  letter-spacing:2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);	
}

#FixedRight
{
  width:300px;
  position:fixed;
  top:30%;
  right:0;
  display:none;	
  padding: 20px;
  border-radius: 10px 0 0 10px;
  z-index:10;
}

.form-group .tooltip 
{
  position  :  relative;
  display   :  inline-block;
  color     :  #006080;
  top       :  0px;
  opacity   :  unset;
  z-index   :  1;
}

.form-group .tooltip i
{
  font-size      :  12px;
  font-style     :  italic;  
  width          :  22px;
  height         :  22px;
  background     :  #006080;
  color          :  #ffffff;
  text-align     :  center;
  line-height    :  22px;
  border-radius  :  50%;
}

.form-group .tooltip .fa-info:before
{
  position  :  relative;
  left      :  -1px;	
}

.tooltip .tooltiptext 
{
  font-size         :  12px;
  visibility        :  hidden;
  position          :  absolute;
  width             :  150px;
  background-color  :  #023651cf;
  color             :  #fff;
  text-align        :  center;
  padding           :  5px;
  border-radius     :  6px;
  z-index           :  1;
  opacity           :  0;
  transition        :  opacity .6s;
}

.tooltip-right 
{
  top   :  -5px;
  left  :  125%;
}

.tooltip-right::after 
{
  content       :  "";
  position      :  absolute;
  top           :  25%;
  right         :  100%;
  margin-top    :  -5px;
  border-width  :  5px;
  border-style  :  solid;
  border-color  :  transparent #555 transparent transparent;
}

.tooltip:hover .tooltiptext 
{
  visibility  :  visible;
  opacity     :  1;
}

#ChooseCategory
{
  max-width  :  350px;	
}

.modal-body ul li,
.catBox,
.catBox div
{
  display:flex;
  align-items: center;
}

.modal-body ul li
{
	padding: 10px;
    height: auto;
    color: #002f34;
    cursor: pointer;
	list-style:none;
    font-size: 13px;
	line-height:1.5;
    min-height: 4.5rem;
    transition: background-color .1s;
    width: 100%;
    align-items: center;
	border-bottom: 1px solid #e8ecec;	
}

.modal-body ul li.selected
{
  background  :  #e6e6e6;	
}

.catBox
{
    color: #002f34;
    transition: background-color .1s;
    width: 100%;
    align-items: center;
    display: flex;
	font-size:13px;
}

.innerOne
{
  align-items: center;
  margin-inline: 10px;
}

.innerOne .picture
{
  align-items: center;
  justify-content: center;
}

.innerOne .picture img
{
  aspect-ratio: 1;
  inline-size: 3rem;
}

.innerLast 
{
  margin-inline: auto 0;
  align-items: center;
}

.af91f9c3 {
    fill: #002f34;
    height: 12px;
    width: 12px;
}

#categoryModal .modal-body
{
    gap: 2.4rem;
    max-height: calc(100dvh - 12.5rem);
    flex-direction: column;	
}

.chooseCategory
{
    grid-template-columns: minmax(34ch, 35ch) repeat(2, minmax(31%, 1fr));
    border: 1px solid #e8ecec;
    border-radius: .6rem;
    display: grid;
    overflow-y: auto;
    width: 100%;	
}

.chooseCategory .form-group
{
    max-height: calc(100dvh - 20rem);
    overflow-y: auto;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
	border-right: 1px solid #e8ecec;	
}

.chooseCategory .form-group:last-child
{
  border-right:none;	
}

.flex
{
  display:flex;		
}

#SelectedDiv
{
    flex: 1;
    justify-content: space-between;
    display: flex;	
}

.ellips
{
  white-space    :  nowrap;
  overflow       :  hidden;
  text-overflow  :  ellipsis;
  display        :  block;	
}

.ellips2
{
  display             :  -webkit-box;
  overflow            :  hidden;
  text-overflow       :  ellipsis;
  -webkit-line-clamp  :  2;
  -webkit-box-orient  :  vertical; 
}

.ellips3
{
  display             :  -webkit-box;
  overflow            :  hidden;
  text-overflow       :  ellipsis;
  -webkit-line-clamp  :  3;
  -webkit-box-orient  :  vertical; 
}

.ellips4
{
  display             :  -webkit-box;
  overflow            :  hidden;
  text-overflow       :  ellipsis;
  -webkit-line-clamp  :  4;
  -webkit-box-orient  :  vertical; 
}


.account-card {
  margin-bottom: 30px;
  padding: 0px 30px 30px;
  background: var(--white);
  border-radius: 8px;
}

.account-title {
  padding: 18px 0px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.account-title::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 50px;
  height: 2px;
  background: var(--primary);
}

.account-title h3 {
  font-size: 20px;
}

.account-title button,
.account-title a {
  border: none;
  width: 55px;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  text-transform: capitalize;
  color: var(--primary);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.account-title button:hover,
.account-title a:hover {
  color: var(--white);
  background: var(--primary);
  text-shadow: var(--primary-tshadow);
}

.account-card-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.account-card-list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.account-card-list li:hover h6 {
  color: var(--white);
  background: var(--primary);
}

.account-card-list li h5 {
  font-size: 16px;
  font-weight: 500;
}

.account-card-list li h6 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--chalk);
}

.account-card-link li {
  margin-bottom: 8px;
}

.account-card-link li:last-child {
  margin-bottom: 0px;
}

.account-card-link li a {
  color: var(--gray);
}

.account-card-link li a:hover {
  color: var(--primary);
}

.account-card-link li a i {
  margin-right: 5px;
}

.account-card-text {
  margin-left: 20px;
}

.account-card-text li {
  list-style-type: disc;
  margin-bottom: 20px;
}

.account-card-text li:last-child {
  margin-bottom: 0px;
}

.account-card-form .form-group {
  margin-bottom: 20px;
}

.account-card-form .form-group:last-child {
  margin-bottom: 0px;
}

.account-card-form .form-group .btn {
  width: 100%;
  padding: 10px 30px;
}

@media (max-width: 575px) {
  .account-card {
    padding: 0px 20px 20px;
  }
}

/*=====================================
            SETTING PAGE STYLE
======================================*/
body {
  background: #f2f2f4;
}

.setting-part {
  padding: 50px 0px 70px;
}

.setting-form .btn {
  width: 100%;
  padding: 10px 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .setting-part {
    padding: 50px 0px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .setting-part {
    padding: 50px 0px 50px;
  }
}



/*=====================================
            BLOG-LIST PAGE STYLE
======================================*/
.blog-part {
  padding: 100px 0px 70px;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-cate li.selected h5 a {
    color: var(--primary);
}

.blog-cate li.selected p {
    color: var(--white);
    background: var(--primary);
}

@media (max-width: 767px) {
  .blog-part {
    padding: 60px 0px 30px;
  }
}

@media (min-width: 370px) and (max-width: 575px) {
  .blog-card {
    width: 340px;
    margin: 0px auto 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-part {
    padding: 80px 0px 50px;
  }
}



/*=====================================
        BLOG-DETAILS PAGE STYLE
======================================*/
.blog-details-part {
  padding: 100px 0px;
}

.blog-details-title {
  margin-bottom: 20px;
}

.blog-details-title h2 a {
  color: var(--heading);
}

.blog-details-meta {
  margin-bottom: 30px;
}

.blog-details-meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog-details-meta li a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 18px;
  color: var(--gray);
  border-radius: 8px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-details-meta li a:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

.blog-details-meta li a:hover i,
.blog-details-meta li a:hover p {
  color: var(--white);
}

.blog-details-meta li a i {
  margin-right: 5px;
  color: var(--primary);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-details-meta li a p {
  line-height: 14px;
  text-transform: capitalize;
  color: var(--primary);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-details-meta li a p span {
  margin-left: 8px;
}

.blog-details-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

.blog-details-content {
  margin-bottom: 45px;
  padding: 50px 50px 50px;
  border-bottom: 1px solid var(--border);
}

.blog-details-content p {
  font-size: 18px;
  line-height: 32px;
}

.blog-details-content .description {
  margin-bottom: 35px;
}

.blog-details-content .description p span {
  display: block;
  margin-top: 25px;
}

.blog-details-content .sub-content {
  margin-bottom: 35px;
}

.blog-details-content .sub-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.blog-details-content .sub-content p a {
  text-decoration: underline;
}

.blog-details-content .quote-content {
  padding: 50px 50px;
  background: var(--chalk);
  border-left: 5px solid var(--primary);
  margin-bottom: 45px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.blog-details-content .quote-content p {
  font-size: 22px;
  font-style: italic;
  line-height: 35px;
  margin-bottom: 35px;
}

.blog-details-content .quote-content h5 {
  font-weight: 700;
  align-self: flex-end;
  text-transform: capitalize;
}

.blog-details-content .quote-content h5 a {
  color: var(--heading);
}

.blog-details-content .list-content {
  list-style: disc;
  margin-left: 20px;
}

.blog-details-content .list-content li {
  margin-bottom: 30px;
}

.blog-details-content .list-content li:last-child {
  margin-bottom: 0px;
}

.blog-details-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.blog-details-widget .tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.blog-details-widget .tag-list li {
  margin-right: 8px;
}

.blog-details-widget .tag-list li h4 {
  margin-right: 5px;
}

.blog-details-widget .tag-list li a {
  font-size: 14px;
  padding: 2px 16px;
  border-radius: 30px;
  color: var(--heading);
  text-transform: capitalize;
  border: 1px solid var(--border);
}

.blog-details-widget .tag-list li a:hover {
  color: var(--white);
  background: var(--primary);
}

.blog-details-widget .share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.blog-details-widget .share-list li {
  margin-right: 8px;
}

.blog-details-widget .share-list li h4 {
  margin-right: 5px;
}

.blog-details-widget .share-list li a i {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--chalk);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.blog-details-widget .share-list li a i:hover {
  color: var(--white);
  background: var(--primary);
}

.blog-details-author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 45px 45px;
  margin-bottom: 50px;
  border-radius: 8px;
  background: var(--chalk);
  border: 1px solid var(--border);
}

.blog-details-author .author-intro {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #dddddd;
}

.blog-details-author .author-intro a img {
  width: 100px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog-details-author .author-intro h4 a {
  color: var(--heading);
}

.blog-details-author .author-intro p {
  line-height: 22px;
}

.blog-details-author .author-intro p a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-details-author .author-intro p a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.blog-details-author .author-content ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.blog-details-author .author-content ul li {
  margin-right: 15px;
}

.blog-details-author .author-content ul li a i {
  width: 36px;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--border);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.blog-details-author .author-content ul li a i:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

.blog-details-author .author-content p {
  line-height: 29px;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-details-navigate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
  margin-bottom: 45px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--chalk);
}

.blog-details-navigate a {
  width: 200px;
  margin: 0px 15px;
  padding: 12px 0px;
  color: var(--primary);
  background: var(--white);
  border-radius: 8px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-details-navigate a:hover {
  color: var(--white);
  background: var(--primary);
}

.blog-details-navigate a span,
.blog-details-navigate a i {
  margin: 0px 5px;
}

.blog-details-comment {
  margin-bottom: 30px;
}

.comment-title {
  margin-bottom: 30px;
}

.comment-title h3 {
  font-size: 28px;
}

.comment-list li {
  padding: 30px 0px;
  border-top: 1px solid var(--border);
}

.comment-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.comment-list li ul {
  margin-left: 125px;
  margin-top: 30px;
}

.comment-list li ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.comment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.comment-author {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}

.comment-author a {
  margin-bottom: 15px;
}

.comment-author a img {
  width: 100px;
  border-radius: 8px;
}

.comment-author .btn {
  width: 100px;
  font-size: 12px;
  padding: 5px 0px;
  border-radius: 5px;
}

.comment-author .btn span {
  margin-left: 3px;
}

.comment-content h4 {
  margin-bottom: 10px;
}

.comment-content h4 a {
  color: var(--heading);
}

.comment-content h4 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
  line-height: 22px;
}

.blog-details-form .form-title {
  margin-bottom: 30px;
}

.blog-details-form .form-title h3 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .blog-details-part {
    padding: 60px 0px;
  }
  .blog-details-meta li {
    margin: 5px;
  }
  .blog-details-widget {
    flex-direction: column;
  }
  .blog-details-widget .tag-list {
    margin-bottom: 30px;
  }
  .blog-details-author {
    flex-direction: column;
    padding: 30px 30px;
  }
  .blog-details-author .author-intro {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    margin-bottom: 15px;
  }
  .blog-details-author .author-content ul li {
    margin-right: 8px;
  }
}

@media (max-width: 575px) {
  .blog-details-title h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-details-content {
    padding: 30px 0px;
  }
  .blog-details-content .quote-content {
    padding: 30px 30px;
  }
  .blog-details-navigate {
    flex-direction: column;
  }
  .blog-details-navigate a {
    margin: 15px 0px;
  }
  .comment-list li ul {
    margin-left: 80px;
  }
  .comment {
    flex-direction: column;
  }
  .comment-author {
    margin: 0px 0px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-part {
    padding: 80px 0px;
  }
  .blog-details-meta li {
    margin: 5px;
  }
}


/*=====================================
         AD-DETAILS PAGE STYLE
======================================*/
.ad-details-part {
  padding: 100px 0px 70px;
  background: var(--chalk);
}

.common-card.price,
.common-card.number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common-card.price h3,
.common-card.number h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  font-family: sans-serif;
  color: var(--white);
}

.common-card.price span,
.common-card.number span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: var(--white);
}

.common-card.price i,
.common-card.number i {
  font-size: 35px;
}

.price {
  background: var(--primary);
}

.price i {
  color: #9988ff;
}

.number {
  background: var(--green);
}

.number i {
  color: #8de6a0;
}

.ad-details-author {
  text-align: center;
}

.ad-details-author .author-img {
  border-radius: 50%;
  border: 3px solid var(--primary);
  margin-bottom: 10px;
  position: relative;
}

.ad-details-author .author-img img {
  width: 100px;
  border-radius: 50%;
  border: 3px solid var(--white);
}

.ad-details-author .author-img::before {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #aaaaaa;
  border: 2px solid var(--white);
}

.ad-details-author .author-img.active::before {
  background: var(--green);
}

.ad-details-author .author-meta {
  margin-bottom: 20px;
}

.ad-details-author .author-meta h4 a {
  color: var(--heading);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ad-details-author .author-meta h4 a:hover {
  color: var(--primary);
}

.ad-details-author .author-meta h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--gray);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ad-details-author .author-meta p {
  font-size: 15px;
  line-height: 22px;
}

.ad-details-author .author-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.ad-details-author .author-widget a,
.ad-details-author .author-widget button {
  width: 38px;
  height: 38px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin: 0px 10px;
  color: var(--gray);
  background: var(--chalk);
  border-radius: 50%;
  border: 1px solid var(--border);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ad-details-author .author-widget a:hover,
.ad-details-author .author-widget button:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--primary-tshadow);
}

.ad-details-author .author-widget .follow.active {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--primary-tshadow);
}

.ad-details-author .author-list li {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}

.ad-details-author .author-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.ad-details-author .author-list li h6,
.ad-details-author .author-list li p {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.ad-details-opening li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.ad-details-opening li h6,
.ad-details-opening li p {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.ad-details-map {
  width: 100%;
  height: 330px;
  border: none;
}

.ad-details-safety p {
  margin-bottom: 17px;
  padding-left: 25px;
  position: relative;
}

.ad-details-safety p::before {
  position: absolute;
  content: "\f192";
  top: 0px;
  left: 0px;
  font-size: 15px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: var(--primary);
}

.ad-details-safety p:last-child {
  margin-bottom: 0px;
}

.feature-content {
  padding: 25px;
  position: inherit;
  background: var(--heading);
  border-radius: 0px 0px 8px 8px;
}

.feature-img img {
  border-radius: 8px 8px 0px 0px;
}

.feature-title {
  font-size: 22px;
  line-height: 30px;
}

.feature-meta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.feature-price {
  margin: 0px 0px 5px 0px;
}

.ad-details-breadcrumb {
  margin-bottom: 18px;
}

.ad-details-breadcrumb .flat-badge {
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 12px;
}

.ad-details-breadcrumb .breadcrumb-item {
  color: var(--text);
}

.ad-details-breadcrumb .breadcrumb-item::before {
  color: var(--text);
}

.ad-details-breadcrumb .breadcrumb-item a {
  color: var(--text);
}

.ad-details-breadcrumb .breadcrumb-item a:hover {
  color: var(--primary);
}

.ad-details-address {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text);
  position: relative;
  text-transform: capitalize;
}

.ad-details-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.ad-details-meta {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.ad-details-meta a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-details-meta a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  margin-right: 8px;
  color: var(--white);
}

.ad-details-meta a span {
  color: var(--text);
  text-transform: capitalize;
}

.ad-details-meta a span strong {
  margin-right: 3px;
  font-weight: 500;
}

.ad-details-meta .view i {
  background: var(--view);
}

.ad-details-meta .click i {
  background: var(--click);
}

.ad-details-meta .rating i {
  background: var(--rating);
}

.ad-details-meta .rating:hover span {
  color: var(--primary);
}

.ad-details-slider-group {
  position: relative;
}

.ad-details-slider .slick-slide {
  margin-bottom: 20px;
}

.ad-details-slider .slick-slide img {
  width: 100%;
  border-radius: 8px;
}

.ad-details-badge {
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 2;
}

.ad-details-badge:hover span {
  left: 50px;
}

.ad-details-badge i {
  font-size: 20px;
  padding: 8px 10px 15px;
}

.ad-thumb-slider {
  margin-bottom: 20px;
}

.ad-thumb-slider .slick-slide {
  margin: 0px 10px;
  cursor: pointer;
}

.ad-thumb-slider .slick-slide img {
  width: 100%;
  border-radius: 8px;
}

.ad-details-action {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.ad-details-action a,
.ad-details-action button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  color: var(--primary);
  background: var(--border);
  text-transform: capitalize;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ad-details-action a i,
.ad-details-action button i {
  margin-right: 8px;
}

.ad-details-action a:hover,
.ad-details-action button:hover {
  color: var(--white);
  background: var(--primary);
}

.ad-details-action .wish.active {
  color: var(--white);
  background: var(--primary);
}

.ad-details-specific {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.ad-details-specific li {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--chalk);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
  .ad-details-part .container {
    padding: 0px;
  }
  .ad-details-title {
    font-size: 23px;
    line-height: 33px;
  }
  .ad-details-meta a {
    justify-content: flex-start;
  }
  .ad-details-action {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .ad-details-part {
    padding: 60px 0px 30px;
  }
  .ad-details-meta {
    grid-gap: 0px;
  }
  .ad-details-action a,
  .ad-details-action button {
    font-size: 15px;
    padding: 10px 15px;
  }
  .ad-details-specific {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .product-card {
    width: 290px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ad-details-part {
    padding: 80px 0px 50px;
  }
  .feature-card {
    margin: 0px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ad-details-author .author-widget a,
  .ad-details-author .author-widget button {
    margin: 0px 5px;
  }
}


/*=====================================
            CONTACT PAGE STYLE
======================================*/
.contact-part {
  padding: 100px 0px;
  background: var(--chalk);
}

.contact-info {
  text-align: center;
  margin-bottom: 30px;
  padding: 50px 30px 45px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.contact-info i {
  font-size: 45px;
  margin-bottom: 25px;
  color: var(--primary);
}

.contact-info h3 {
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}

.contact-info h3::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  border-radius: 30px;
  background: var(--primary);
}

.contact-info h3::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  border-radius: 30px;
  background: var(--primary);
}

.contact-info p {
  font-size: 18px;
  line-height: 30px;
}

.contact-info p span {
  display: block;
}

.contact-map {
  padding: 30px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.contact-map iframe {
  border: none;
  width: 100%;
  height: 487px;
}

.contact-form {
  padding: 30px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .contact-part {
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .contact-form {
    padding: 20px;
  }
  .contact-map {
    padding: 20px;
    margin-bottom: 30px;
  }
  .contact-map iframe {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-part {
    padding: 80px 0px;
  }
}





.avatar
{
    border-radius: 4px;
    margin: 0 1.2rem 0 0;
    align-items: center;
    justify-content: center;	
}

.avatar img
{
    height: 3.25rem;
    width: 3.25rem;	
}

.details
{
    flex-direction: column;
    justify-content: space-around;	
}

.details span:first-child
{
    font-weight: 600;
    font-size: 1rem;	
}

.details span:last-child
{
    font-size: .800rem;	
}

#BtnChange
{
  color  :  #0044bbba;
  font-weight:600;	
}

.custom-dropdown-wrapper {
  position: relative;
}


.custom-dropdown-list {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  display: none;
  z-index: 1000;
}

.custom-dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.custom-dropdown-item:hover {
  background-color: #f0f0f0;
}


.optionsChoose
{
    align-items: center;
    /*border: .1rem solid #002f34; */
	border: 1px solid #ada8a8;
    border-radius: 4px;
    color: #002f34;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin-bottom: .8rem;
    margin-right: .8rem;
    min-width: 6.4rem;
    padding: 0 .8rem;
    transition: background-color .1s, color .1s;
}

.optionsChoose.selected, .optionsChoose:hover
{
   border: 1px solid #002f34;	
}

.optionsChoose span
{
  font-size  :  14px;	
}

.product-meta .time
{
  float:right;	
}

#Listings .listing
{
  margin-bottom:40px;	
}

.footer-pagection .pagination
{
  margin:0 auto;
}

.section.general
{
  margin:25px 0;
  padding:0;
}

.section.general .generalContent
{
  background : #ffffff;
  border-radius : 15px;
  padding:20px;
}

.processing
{
  width       :  100%;
  height      :  100%;
  background  :  #d2d2d2cc;	
  position    :  absolute;
  text-align  :  center;
  left        :  0;
  top         :  0;
  z-index     :  10;
}

.processing img
{
  width     :  75px;
  position  :  absolute;
  left      :  45%;
  top       :  30%;
  z-index   :  10;
}

#CategoryListingDiv .listing-cards
{
  margin-bottom:5%;	
}

.listings .product-media::before
{
  content: none;
}

.listings .product-action::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 90%);
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.listings .product-card:hover .product-action::before {
    visibility: visible;
    opacity: 1;
}

.listings .product-card:hover .product-action li,
.listings .product-card:hover .product-action .view i
{
  z-index  :  1;	
}

.common-card.scroll
{
  height  :  622px;
  overflow:hidden;
  overflow-y:auto;
}

.common-card.scroll.max
{
  max-height:250px;	
}

.section_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

#MobileNav
{
  display  :  none;	
}




















/*************************************/
.header-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.filter-short {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-show {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  white-space: nowrap;
  text-transform: uppercase;
}

.filter-select {
  height: 40px;
  font-size: 14px;
  border-radius: 3px;
  text-transform: capitalize;
  cursor: pointer;
}
.filter-select:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.filter-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-action a i {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--text);
  background: var(--white);
}
.filter-action a i:hover {
  color: var(--primary);
}
.filter-action .active i {
  color: var(--white);
  background: var(--primary);
}
.filter-action .active i:hover {
  color: var(--white);
}

.filter-btn {
  display: none;
}

@media (max-width: 768px) {
  .filter-label,
  .filter-action {
    display: none;
  }
  .filter-show {
    width: 80px;
  }
  .filter-short {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .filter-btn {
    display: block;
  }
}
.filter-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.2s;
}

.filter-container {
  position: fixed;
  left: -300px;
  top: 0px;
  width: 300px;
  height: 100vh;
  background: #fbfbfb;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.filter-sidebar.active {
  visibility: visible;
  opacity: 1;
}
.filter-sidebar.active .filter-container {
  left: 0px;
}

.filter-header {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.filter-header h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.filter-cross {
  border: none;
  outline: none;
  background: none;
}
.filter-cross i {
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: var(--gray);
  text-shadow: var(--primary-tshadow);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.filter-cross i:hover {
  color: var(--white);
  background: var(--primary);
}

.filter-content {
  overflow-y: scroll;
  height: calc(100dvh - 60px);
}

.sidebar-profile {
  text-align: center;
  padding: 18px 0px;
}

.sidebar-avatar {
  border-radius: 50%;
  border: 3px solid var(--primary);
  margin-bottom: 10px;
}
.sidebar-avatar img {
  width: 120px;
  border-radius: 50%;
  border: 3px solid var(--border);
}

.sidebar-name {
  color: var(--heading);
  margin-bottom: 10px;
}

.sidebar-post {
  font-size: 12px;
  padding: 8px 18px;
}

.sidebar-menu {
  margin-bottom: 30px;
}
.sidebar-menu .nav-tabs li .nav-link {
  font-size: 12px;
  padding: 8px 0px;
}
.sidebar-menu .tab-pane {
  padding: 0px;
}

.sidebar-footer {
  padding-bottom: 120px;
  text-align: center;
}
.sidebar-footer p {
  font-size: 14px;
  color: var(--heading);
}
.sidebar-footer p a {
  color: var(--primary);
}
.sidebar-footer p a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .sidebar-footer {
    padding-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .sidebar-part.active {
    visibility: visible;
    opacity: 1;
  }
  .sidebar-part.active .sidebar-body {
    left: 0px;
    width: 100%;
  }
}




.price-input {
  display: flex;
  gap: 12px;
}

.price-input .price-field {
  display: flex;
  flex-direction: column;
}

.price-field span {
  font-size: 12px;
  text-align: center;
}

.price-field input {
  width: 100%;
  height: 35px;
  font-size: 15px;
  border-radius: 8px;
  text-align: center;
  background: var(--white);
}

.price-input {
  width: 100%;
  padding-top: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-range {
  margin-top: 24px;
  margin-bottom: 12px;
}

.slider-container {
  width: 100%;
  height: 6px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
}

.slider-container .price-slider {
  height: 100%;
  left: 25%;
  right: 15%;
  position: absolute;
  border-radius: 5px;
  background: var(--primary);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: var(--primary);
  pointer-events: auto;
  -webkit-appearance: none;
}

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
  visibility: visible;
  opacity: 1;
}

.slider-dots ul {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-dots ul li {
  width: 25px;
  height: 5px;
  border-radius: 30px;
  background: var(--gray);
  margin: 0px 10px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}
.slider-dots ul li button {
  display: none;
}
.slider-dots ul li.slick-active {
  background: var(--primary);
}

.dandik,
.bamdik {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: var(--primary);
  background: var(--white);
  text-shadow: var(--primary-tshadow);
  box-shadow: var(--primary-bshadow);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.dandik:hover,
.bamdik:hover {
  color: var(--white);
  background: var(--primary);
}

.dandik {
  right: -25px;
}

.bamdik {
  left: -25px;
}

.star-rating {
  direction: rtl;
  margin-bottom: 25px;
  text-align: center;
}
.star-rating input {
  display: none;
}
.star-rating input:checked ~ label::after {
  opacity: 1;
}
.star-rating label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0px 8px;
}
.star-rating label:hover::after {
  opacity: 1;
}
.star-rating label:hover:hover ~ label::after {
  opacity: 1;
}
.star-rating label::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 35px;
  display: block;
  color: #bbbbbb;
}
.star-rating label::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 35px;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  color: #ffcc23;
  opacity: 0;
}

@media (max-width: 575px) {
  .star-rating label {
    margin: 0px 3px;
  }
}

/*************************************/

@media (max-width: 1199px) 
{
    .ad-list-web-filter {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

	#MainNavigation
	{
	  display  :  none;	
	}

	#MobileNav
	{
	  display  :  block;	
	}

	.navbar-link i
	{
		width: 25px;
		height: 25px;
		text-align: center;
		padding: 8px;
	}
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}
