:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #2979A3;
}
:root {
  --font-nato: 'Noto Sans', sans-serif;

}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
/*-------slider css------*/

.wishlist-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
/* home-banner*/
#home_banner .home_banner-left-site{
  margin: 20% 0px;
  position: relative;
  min-height: 437px;
}
#home_banner .home_banner-left-site .slidesmalltext{
  font-size: 24px;
  font-family: 'Kalam', cursive;
  color: var(--color-white);
  font-weight: 600;
}
#home_banner .home_banner-left-site h1{
  font-family: var(--font-nato);
  font-weight: 600;
  font-size: 50px;
  line-height: 68px;
  margin: 20px 0px 20px;
  color: var(--color-white);
}
#home_banner .home_banner-left-site .text{
  font-family: var(--font-nato);
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0px 50px;
  color: var(--color-white);
  padding-right: 100px;
}
#home_banner .home_banner-left-site .curve{
    position: absolute;
    right: 0;
    top: 0;
    margin: 16% -58px;
}
#home_banner .right-site{
  position: relative;
  margin-top: 6%;
}

.home_banner-right-site .ads span{
  color: var(--color-white);
  background-color: #FFFFFF52;
  border:1px solid var(--color-white);
  border-radius:6px;
  padding: 10px 20px;
}
.home_banner-right-site .house{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 -30px 0px 0px;
    width: 250px;
    height: auto;
    z-index: 2;
}
.home_banner-right-site .vehicle {
    position: absolute;
    left: 0;
    margin: 40px 0px 0px 40px;
    width: 250px;
    height: auto;
    z-index: 2;
}
.home_banner-right-site .women{
  position: absolute;
  bottom:auto;
  right:0;
  margin: 6.7% 20% -30px 30%;
  z-index: 5;
}
.home_banner-right-site .camera {
    position: absolute;
    right: 0;
    bottom: auto;
    margin: 45% -10px 0px 0px;
    z-index: 2;
    width: 250px;
    height: auto;
}
.home_banner-right-site .circle {
margin: 6% 12% 10% 15%;
    position: absolute;
}
.home_banner-right-site .rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*search-form*/
#home_banner .home_banner-left-site .search-form .directorist-container-fluid{
  width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents{
  padding: 0px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-top{display: none;}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top{
  flex-wrap:nowrap;
  padding: 0;
  border: 0px;
  background-color: transparent;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top{
  display: flex;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-query{
  order:2;
  color:#fff;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-query input{
  color:#fff;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-form-action{
  order:3;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-icon-left{
  order:3;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-field{
  min-width: 130px;
  width: 130px;
  background: #FFFFFF52;
  border: 1px solid #fff;
  border-radius:  6px;
  margin-left: 10px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-form-action{
  display: -webkit-inline-box;
  margin-left: 10px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-form-action__submit{
  padding: 10px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-form-wrap .directorist-search-form-box{
  width: 112%;
  background: #FFFFFF52;
  border: 1px solid #fff;
  border-radius:  6px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-form-action__submit i{
  display: none;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-form-action .directorist-btn.directorist-btn-lg.directorist-btn.directorist-btn-dark{
  padding: 9px 15px;
  min-height: 42px;
  color:#fff;
  background-color: #000 !important;
  z-index: 9;
  position: relative;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-form-action .directorist-filter-btn{
  padding: 9px 15px;
  min-height: 42px;
  color:#fff;
  border: 1px solid #fff;
  border-radius: 6px;
}

#home_banner .home_banner-left-site .search-form .select2-container--default .select2-selection--single{
  background: #FFFFFF52;
  border-radius:  6px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-search-form-top .directorist-search-form-action__filter .directorist-filter-btn{
  background-color: #FFFFFF52;
}
#home_banner .home_banner-left-site .search-form input::placeholder{
  color:#fff;
}
#home_banner .home_banner-left-site .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#fff;
}
#home_banner .home_banner-left-site .search-form .directorist-icon-mask:after{
  display: none;
}
#home_banner .home_banner-left-site .search-form .directorist-listing-category-top h3{
  color:var(--color-white);
  font-size: 14px;
  text-align: left;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-listing-category-top ul{
  justify-content: left;
  padding-left: 10px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-listing-category-top ul li{
  margin:0px 5px;
}
#home_banner .home_banner-left-site .search-form .directorist-search-contents .directorist-listing-category-top ul li a p{
  color:#fff;
  font-size: 13px;
  font-weight: 300;
}
#home_banner .home_banner-left-site .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}
#home_banner .home_banner-left-site .search-form .directorist-form-group.directorist-icon-left .directorist-form-element {
    padding-left: 20px;
}
#home_banner .home_banner-left-site .search-form .directorist-select.directorist-search-category .select2.select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
    padding: 0 20px;
    background: #8ac2d48a;
    border: none;
    border-radius: 6px;
}
#home_banner .home_banner-left-site .search-form .direcorist-search-field-review .directorist-search-field .directorist-select .select2.select2-container .select2-selection--single .select2-selection__rendered{
  background: #fff;
  color:#000;
  padding: 0 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2979A3 !important;
    color: white;
}
#home_banner .home_banner-left-site .search-form .direcorist-search-field-review .directorist-search-field .directorist-select .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#000;
}
#home_banner .home_banner-left-site .search-form .directorist-search-form-wrap .directorist-search-form-box .directorist-price-ranges__item .directorist-form-element::placeholder{
  color:#000;
}
#home_banner .home_banner-left-site .search-form .directorist-search-form-wrap .directorist-search-form-box .directorist-zipcode-search .directorist-form-element::placeholder{
  color:#000;
}
#home_banner .home_banner-left-site .search-form .directorist-search-form-wrap .directorist-search-form-box .directorist-advanced-filter__advanced--element .directorist-form-element::placeholder{
  color:#000;
}
.directorist-advanced-filter__advanced--element .directorist-search-field label{
  font-weight: 500;
}
/* ------------------ section-heading-box ---------------*/

.section-heading-box h2{
  font-family: var(--font-nato);
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color:var(--color-black);

}
.section-heading-box .text-para {
  font-size: 24px;
  font-family: 'kalam';
  color: var(--color-primary);
  font-weight: 600;
}
.section-heading-box .para {
  font-family: var(--font-nato);
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0px 40px;
}
/*popular category */
.cate-box{
  text-align: center;
  flex: 0 0 auto;
  width: 12.5% !important;
  margin-bottom: 20px;
}
.cate-box .cat-img{
  background: var(--color-white);
  box-shadow: 2px 2px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
  /* width: 85px;
  height: 85px; */
  padding: 10px 30px;
  margin:0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.cate-box h3{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.cate-box h3 a{color:inherit;}
/* feature Ads*/

#feature_ads .product-tabs {
  float: right;
}

.product-tabs .nav-pills .nav-link{
  border-radius: 0;
  color: var(--color-black);
  padding: 6px 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
.product-tabs .nav-pills .nav-link.active, .product-tabs .nav-pills .show>.nav-link{
  background-color: var(--color-primary);
    border-radius: 10px;
    color: var(--color-white);
    padding: 6px 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.feature-box {
    background: var(--color-white);
    box-shadow: 2px 2px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
.feature-box .feature-img{
  position:relative;

}
.feature-box .feature-img img{
  border-radius: 10px;
  height: 200px;
}
.feature-box .feature-img .price{
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}
.feature-box .feature-img .price span{
  background-color: #fff;
  color:#000;
  padding: 6px 10px;
  border-radius: 6px;
  margin: 10px;
  font-weight: 600;
}
.feature-box .feature-img .tag{
    position: absolute;
    top: 0;
    margin: 10px;
}
.feature-box .feature-img .tag span.badge{
  color:var(--color-white);
  background-color: var(--color-primary);
  padding: 8px 15px;
}
.feature-box .feature-img .wishlist{
    position: absolute;
    top: 0;
    margin:6px 10px;
    right: 0;
}
.feature-box .feature-img .wishlist i.fa-solid{
    color: #fff;
    padding: 6px;
    border-radius: 50%;
}
.feature-box .feature-img .wishlist i.fa-solid.active{
  color: #FF0000;
  padding: 6px;
  border-radius: 50%;
}
.feature-box .feature-img .wishlist i:hover{
  cursor:pointer;
}
.feature-box .feature_content{position: relative;}
.feature-box .feature_content .right-text{
  text-align: right;
}
.feature-box .feature_content h4{
  font-family: var(--font-nato);
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.feature-box .feature_content h4 a{color:inherit;}
.feature-box .feature_content p{
  font-family: var(--font-nato);
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  color:var(--color-black);
}
.feature-box .feature_content p a{
  color:inherit;
  text-transform: capitalize;
}
.feature-box .feature_content p img{
  width: 15px;
  margin-right: 10px;
}
.feature-box .feature_content p i{
  color:var(--color-primary);
  margin-right: 10px;
}
.feature-box .feature_content .rating i{
  color:#FFCC00;
}
.feature-box .feature_content .rating span{
  font-weight: 400;
}
.feature-box .feature_content .badge{
  color:var(--color-white);
  background-color: var(--color-primary);
  padding: 8px 15px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.feature-box .feature_content .badge a{
  color:inherit;
}
.feature-box .feature_content .view_more{
    position: absolute;
    bottom: 0;
    margin: 10px 0px;
    right:0;
}
.feature-box .feature_content .view_more a{
  color:inherit;
  font-weight: 600;
}
.feature-box .feature_content .view_more a:hover{
  color:var(--color-primary);
}
/* classified ads*/
.work-process {
  position: relative;
}
.work-process .section-heading-box .text-para{
  color:#000;
}
.work-process .line-process{
  position: absolute;
  top:0;
  left: 0;
  margin: 0px 20px 0px 0px
}
.work-process .content-text{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 40px 0px 0px;
}
.process-box{
  background: var(--color-white);
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 15px;
  opacity: 1;
  margin: 0px 60px;
  padding: 10px;
  text-align: center;
}
.content-text .box1{
  margin-top: -15px;
}
.content-text .box2{
  margin-top: 70px;
}
.content-text .box3{
  margin-top: 15px;
}
.process-box h5{
  font-family: var(--font-nato);
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
}
.number{
  color: #FFFFFF;
  text-shadow: 3px 3px 10px #00000029;
  font-family: var(--font-nato);
  font-size: 50px;
  line-height: 60px;
  text-align: right;
  margin-right: 55px;
  margin-bottom: 0px;
}
/* tranding Ads*/
#trending_ads .load_more{
  float: right;
  margin-top: 20px;
}

#trending_ads .load_more a{
    border-color: var(--color-primary);
    color: var(--color-primary);
    padding: 5px 25px;
    box-shadow: 3px 3px 8px #00000029;
    border-radius: 10px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border:3px solid var(--color-primary);
}
#trending_ads .load_more a:hover{
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
/* favorite place*/
#favorite_place{
  padding: 0px;
  position: relative;
}
.place-img img{
  position: absolute;
  width: 50%;
  padding-left: 95px;
  height: 100%;
  right:0;
}
.explore-btn a{
  border-color: var(--color-primary);
  background-color: transparent;
  color:var(--color-primary);
  padding: 8px 20px;
  box-shadow: 3px 3px 8px #00000029;
  border-radius: 10px;
  font-size: 19px;line-height: 30px;
  font-weight: 500;
  border:3px solid var(--color-primary);
}
.explore-btn a:hover{
  color:var(--color-white) !important;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
/* why choose us*/

#why_choose_us .deal-list .image{
  background: var(--color-white);
  box-shadow: 2px 2px 6px #00000029;
  border-radius: 15px;
  opacity: 1;
  margin-right: 10px;
  padding: 5px 5px 0px 5px;
}
#why_choose_us .deal-list .image img{
  width: 50px;height: 50px;
}
#why_choose_us .deal-list h5{
  font-family: var(--font-nato);
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
#why_choose_us .deal-list p{
  font-family: var(--font-nato);
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
#why_choose_us .post-box{
position: absolute;
background: var(--color-white);
box-shadow: 0px 3px 6px #00000029;
border-radius: 15px;
opacity: 1;
padding: 10px 15px;
}
#why_choose_us .post-box img{
  width: 60px;
  height: 60px;
}
#why_choose_us .right-why-choose{
  position: relative;
}
#why_choose_us .post-box.post-adss{
  top: 0;
  left: 0;
  transform: translate(0px, 70px);
  display: block !important;
}
#why_choose_us .post-box.post-sold{
  top: 40%;
  right: 0;
}
#why_choose_us .post-box.post-user{
  bottom:28%;
  left: 0;
  transform: translate(0px, 70px);
}
#why_choose_us .post-box h5{
  font-family: var(--font-nato);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
#why_choose_us .post-box h4{
  font-family: var(--font-nato);
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
}
/* testimonials*/
.testimonials .testimonials-contents p{
  text-align: justify;
  margin-bottom: 20px;
}
.testimonials .testimonials-contents .quote{
  width: 50px;
  height: 50px;
}
.testimonials .testimonials-contents .rest-rating{
  margin-bottom: 0px;
  text-align: right;
  color: #edb43ad6;
}

.testimonials .testimonials-contents .client-image{
  width: 100px;
  height: 100px;
  border-radius:50%;
  margin-right: 20px;
}
.testimonials .testimonials-contents h2{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color:var(--color-black);
}
.testimonials .testimonials-contents h2 a{
  color:inherit;
}
.testimonials .owl-nav{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 10%;
}
.testimonials .owl-carousel .owl-nav button.owl-prev, .testimonials .owl-carousel .owl-nav button.owl-next{
  border: 2px solid var(--color-primary);
  padding: 6px 15px !important;
  color: var(--color-primary);
  border-radius: 10px;
  margin-left: 10px;
}
.testimonials .owl-carousel .owl-nav button.owl-prev.disabled, .testimonials .owl-carousel .owl-nav button.owl-next.disabled{
  background-color: var(--color-primary);
  color:var(--color-white);
}
/*-----------pricing plan--------*/
#pricing_plan .card{
  box-shadow: 0px 3px 10px #00000029;
  background: var(--color-white);
  border-radius: 20px 20px 0px 0px;
}
#pricing_plan .card:hover{
  background: #EAF2F6 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 20px #00000029;
}
#pricing_plan .card .basic-one{
  background: #EAF2F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
}
#pricing_plan .card:hover .basic-one{
  background: #93BBD0;
}
#pricing_plan .card .basic-one .title-text h6{
  font-size: 22px;
  line-height: 15px;
}
#pricing_plan .card .basic-one .title-text p{
  font-size: 18px;
  line-height: 15px;
  font-weight: 400;
}
#pricing_plan .card .img-list-card{
  float:left;
  margin-right: 20px;
  margin-top: 10px;
}
#pricing_plan .card .btn-plan{
  border:2px solid var(--color-primary);
  padding: 10px 20px;
  color:var(--color-primary);
  border-radius: 10px;
}
#pricing_plan .card .btn-plan:hover{
  background-color: var(--color-primary);
  color:var(--color-white);
}
#pricing_plan .card:hover .btn-plan{
  background-color: var(--color-primary);
  color:var(--color-white);
}
#pricing_plan .card-price-one{
  padding-left: 30px;
}
/* destination*/
.destination{
  background: var(--color-white);
  box-shadow: 0px 3px 8px #00000029;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.destination .image{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
}
.destination .image img{
  width: 140px;height: 140px;
  border-radius: 50%;
}
.destination .location{
  font-size: 20px;
  color:#000;
  text-transform: capitalize
}
.destination .country{
  font-size: 14px;
  color:#000;
}
.destination .content .count{
position: absolute;
right: 0;
background: var(--color-primary);
padding: 10px 15px;
border-bottom-right-radius: 10px;
color:var(--color-white);
bottom: 0;
font-weight: 600;
}
.destination:hover{
  background: var(--color-primary);
  color:var(--color-white);
}
.destination:hover .country{
  font-size: 14px;
  color:var(--color-white);
}
.destination:hover .location{
  color:var(--color-white);
}
.destination:hover .content .count{
background: var(--color-white);
color:var(--color-primary);
}
/*----------Blog Section-------------*/
.load-more{
  border-color: var(--color-primary);
  background-color: transparent;
  color:var(--color-primary);
  padding: 5px 25px;
  text-transform: capitalize;
  font-weight: 400;
  float: right;
  border-radius: 10px;
  font-size: 20px;
  border:3px solid var(--color-primary);
}
.load-more:hover{
  color:var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.blog-box{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.blog-box .image{
  position:relative;
  margin-bottom: 10px;
  height: 236px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.blog-box .image img{
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%

}
.blog-box .image .date-bg{
  position: absolute;
  bottom: 0;right: 0;
  background-color: var(--color-primary);
  padding: 3px 10px;
  text-align: center;
  color:#fff;
  border-radius: 10px 10px 20px 10px;
  padding: 12px;
  box-shadow: 2px 2px 10px #00000029;
}
.blog-box .image .date-bg span{
  display: block;
  font-weight: 600;
  line-height: 20px;
}
.blog-box .image .date-bg span:first-child{
  font-weight: 700;
  font-size: 16px;
}
.blog-box h5{
  font-family:var(--font-nato);
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog-box h5 a{
  color: inherit;
}
.blog-box p{
  font-family:var(--font-nato);
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color:var(--color-black);
}

.blog-box .blog-information .user-comment{
  font-size: 16px;
  line-height: 28px;
  color:var(--color-black);
}
.blog-box .blog-information .user-comment a{
  color:inherit;
}
.blog-box .blog-information .user-comment .admin{
  border-right:1px solid var(--color-black);
  padding-right: 10px;margin-right: 10px;
}
.blog-box .blog-information .user-comment span{
    font-weight: 400;
}
.blog-box .read-more{
  font-size: 16px;
  color:var(--color-black);
  font-weight: 600;
}
.blog-box .read-more:hover{
  color:var(--color-primary);
}
.box{
  position: relative;
}
.box img{
  width: 100% !important;
}
.post-date{
  position: absolute;right: 0;top: 0;
  margin: 20px
}

/*newsletter*/
#newsletter .get-container img{
  margin-bottom: 20px;
}
#newsletter .get-container h2{
  color: var(--color-white);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  font-family: var(--font-nato);
  margin: 15px 0px;
}
#newsletter .get-container p{
  color: var(--color-white);
  font-size: 19px;
  line-height: 30px;
  font-family: var(--font-nato);
}
#newsletter .get-container .newsletter-box input.wpcf7-text.wpcf7-email {
  padding: 10px 10px;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  /* background-color: var(--color-white); */
  height: 50px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}
#newsletter .get-container .newsletter-box input.wpcf7-text.wpcf7-email::placeholder{
  color:000;
}
#newsletter .get-container .newsletter-box p{
  position: relative;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
}
#newsletter .get-container .newsletter-box p .wpcf7-spinner{
 position: absolute;
 right: 0;
 margin: 10px;
}
#newsletter .get-container .newsletter-box .wpcf7-submit {
  font-family: var(--font-nato);
    width: 150px;
    position: absolute;
    margin-right: 0;
    right: 10px;
    background-color: #000;
    top: 0;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#newsletter .get-container .newsletter-box .wpcf7-not-valid-tip{
  color:#fff;
}
#newsletter .get-container .newsletter-box  .wpcf7 form.invalid .wpcf7-response-output{
  color:#fff;

}
/* about page  css*/

/*tablist*/
.about-tab{
  background-color: #2979A3;
  border-radius: 10px;
}
.about-tab .title{
  color:#fff;
  padding: 15px 10px 5px;
  border-bottom: 2px solid #ccc;
}
.about-tab .title h3{
  color:#fff;
  font-size: 20px;
}
.about-tab .nav{
padding: 10px 0px 10px 10px;
}
.about-tab .nav .nav-link{
  color:#fff;
  text-align: left;
  font-weight: 400;
}
.about-tab .nav .nav-link.active{
  background-color: #fff;
  color:#000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px 10px;
  font-weight: bold;
}
.classified-limit h2,.product-service h2{
  padding: 12px 10px 5px 0px;
  border-bottom: 2px solid #000;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.classified-limit h5{
  font-size: 20px;
  list-style: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.classified-limit p{
  font-size: 14px;
  list-style: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.classified-limit ul li{
  list-style-type: disc !important;
  font-size: 14px;
  list-style: 30px;
  font-weight: 400;
}
.classified-limit ul{
  margin-bottom: 30px;
}
.board-of-director ul li img{
  width:107px;
  height: 107px;
  border-radius:50%;
}
.board-of-director ul li h4{
font-weight: 600;
font-size: 20px;
}
.board-of-director ul li h6{
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}
.board-of-director ul li p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.board-of-director ul li{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  background: var(--color-white);
  margin-bottom: 26px;
}
.board-of-director ul .list-group-item:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.about-testimonials-contents .content h2{
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.about-testimonials-contents .client-image{
 margin-right: 20px;
 width: 100px;height: 100px;
}
.about-testimonials-contents .client-image img{
  margin-right: 20px;
  width: 100%;height: 100%;
  border-radius: 50%;
 }
 .about-testimonials-contents .content{
   width: 62%;
   margin-right: 20px;
 }
.about-testimonials-contents .content h2 a{
  color: inherit;
}
.about-testimonials-contents .content p{
  margin-bottom: 0px;
}

.about-testimonials-contents .rest-rating span{
  color:#f6ca11f5;
}
.about-testimonials-contents .right-detail .address{
  font-weight: 600;
}
.about-testimonials-contents .right-detail{
  text-align: right;
  margin-left: 10px;
}
.about-testimonials-contents .right-detail .dat-time{
  white-space: nowrap;
}
.about-testimonials-contents .right-detail .dat-time span:first-child{
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
}
.about-testimonials-contents .right-detail .dat-time span{
  color:#000;
  font-size: 13px;
  font-weight: 400;
}
.product-service .image{
  float:left;
}
.product-service .image{position: relative;width: 60%;margin-right: 20px;margin-bottom: 20px;}
.product-service p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.product-service .image .video-btn {
  position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   text-align: center;
   align-items: center;
}
.product-service .image .video-btn i{
  border: 1px solid var(--color-white);
    border-radius: 50%;
    padding: 15px 14px 11px 16px;
    color: var(--color-primary);
    background-color: var(--color-white);
    font-size: 24px;
}
.media{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  background-color: #fff;
}
.media ul li{
  margin-bottom: 20px;
  padding: 20px;
  border:2px solid #ddd;
}
.media ul li img{
  width:238px;
  height: 173px;
  border-radius:20px;
}
.media ul li h4{
font-weight: 600;
font-size: 20px;
}
.media ul li h4 a{
  color:inherit;
}
.media p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.contact-location ul li{
  width: 48%;
  float:left;
}
.contact-location ul li:nth-child(odd){
  border-right: 2px solid #ddd;
  padding-right: 12px;
}
.contact-location ul li:nth-child(even){
  margin-left: 12px;
}
.contact-location ul li .location-contact-box{
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}
.contact-location ul li:nth-child(even):last-child .location-contact-box{
  border-bottom: none;
}
.contact-location ul li:nth-child(5) .location-contact-box{
  border-bottom: none;
}
.contact-location ul li .location-contact-box h5{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.contact-location ul li .location-contact-box p{
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.contact-location ul li .location-contact-box .location span{
  font-weight: 500;
}
/*video*/
embed#videoEmbed {
    height: inherit;
    border-radius: 20px;
}
.video-slider-content{position: relative;}
/* The Modal (background) */
.modal-new {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  /* background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 0px;
  max-width: 100%;
}
/* Modal Content */
.modal-contents {
  background-color: transparent;
  margin:0px;
  padding: 0;
  width: 100%;
  transition: 2s;
  border-radius: 0px;
  height: 100%;
}
/* The Close Button */
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: transparent;
  border: unset;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  margin: 0px 1% 0px 0px;
  border-radius: 50%;
}
.close-one:hover , .close:hover{
  color: var(--color-white);
}
.about-testimonial .left-content{
  display: flex;
}
.about-testimonial .left-content .client-image img{
  width:100px;
  height: 100px;
  border-radius: 50%;
  max-width: 100px;
}
.about-testimonial .left-content .content h2{
 font-size: 22px;
 font-weight: 600;
 line-height: 35px;
}
.about-testimonial .left-content .content h2 a{
  color:inherit;
}
.about-testimonial .content h6 span:first-child{
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
}
.rating-form{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 50px;
}
.rating-form label{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.rating-form input{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.rating-form input#submit-review{
  width: auto;
  background: var(--color-primary);
  color: var(--color-white) ;
  padding: 10px 30px;
  border:1px solid  var(--color-primary);
  border-radius: 10px;
}
.rating-form label.user-rating {
  display: inline-block;
  width: auto;
}
.rating-form .star-rating{
  display: inline-block;
  width: auto;
}
.rating-form .star-rating span{
  font-size: 20px;
}
.rating-form .star-rating span.star{
  cursor:pointer;
}
.rating-form .star-rating span.star.selected{
  cursor:pointer;
  color:#f6ca11f5;
}
.about-testimonial .pagination{
  margin: 20px auto 50px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.about-testimonial .page-numbers{
  padding:3px 10px;
  margin: 2px;
  border:1px solid var(--color-primary);
  color:#000;
  font-weight: 400;
}
.about-testimonial .page-numbers.current{
  background-color: var(--color-primary);
  color:#fff;
  font-weight: bold;
}
.about-testimonial .rating-form{
  position: relative;
}
.about-testimonial .rating-form #ajax-response{
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  color:var(--color-primary);
  font-weight: 600;
}
/*  category listing-page*/
.listing-form .atbd_all_categories .directorist-col-3 {
  width: 12.5%;
  flex: 0 0 auto;
  -webkit-box-flex: 0;
}
.listing-form .atbd_all_categories .directorist-col-3 .atbd_category_single{
  border:none !important;
  height: auto !important;
  min-height: auto !important;

}
.listing-form .atbd_all_categories .directorist-col-3 figure img{
  background: var(--color-white);
  box-shadow: 2px 2px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 85px !important;
  height: 85px !important;
  padding: 10px;
  margin:0 auto;
  text-align: center;
}
.listing-form .atbd_all_categories .directorist-col-3 figure figcaption{
  position: relative !important;
  min-height: auto !important;
  height: auto !important;
  background: transparent !important;

}
.listing-form .atbd_all_categories .directorist-col-3 figure figcaption .cat-box .cat-info .cat-name{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 16px !important;
  line-height: 30px;
  color:#000 !important;
  margin-bottom: 0px !important;
}
.listing-form .atbd_all_categories .directorist-col-3 figure figcaption .cat-box .cat-info .cat-count span{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 30px;
  color:#000 !important;
}
.listing-form .atbd_all_categories .directorist-col-4 {
  width: 12.5%;
  flex: 0 0 auto;
  -webkit-box-flex: 0;
}
.listing-form .atbd_all_categories .directorist-col-4 .atbd_category_single{
  border:none !important;
  height: auto !important;
  min-height: auto !important;

}
.listing-form .atbd_all_categories .directorist-col-4 figure img{
  background: var(--color-white);
  box-shadow: 2px 2px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 85px !important;
  height: 85px !important;
  padding: 10px;
  margin:0 auto;
  text-align: center;
}
.listing-form .atbd_all_categories .directorist-col-4 figure figcaption{
  position: relative !important;
  min-height: auto !important;
  height: auto !important;
  background: transparent !important;

}
.listing-form .atbd_all_categories .directorist-col-4 figure figcaption .cat-box .cat-info .cat-name{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 16px !important;
  line-height: 30px;
  color:#000 !important;
  margin-bottom: 0px !important;
}
.listing-form .atbd_all_categories .directorist-col-4 figure figcaption .cat-box .cat-info .cat-count span{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 30px;
  color:#000 !important;
}
/* login page*/
.atbdp_login_form_shortcode, .directory_register_form_wrap{
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
}
.atbdp_login_form_shortcode .directorist-form-group label, .directory_register_form_wrap .directorist-form-group label{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color:#000;
}
.atbdp_login_form_shortcode a, .directory_register_form_wrap a{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color:#000;
}
.atbd_privacy_policy_area.directory_regi_btn.directorist-checkbox .directorist-checkbox__label,
.atbd_term_and_condition_area.directory_regi_btn.directorist-checkbox .directorist-checkbox__label{
  font-family: var(--font-nato);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color:#000;
}
.atbd_privacy_policy_area.directory_regi_btn.directorist-checkbox .directorist-checkbox__label a,
.atbd_term_and_condition_area.directory_regi_btn.directorist-checkbox .directorist-checkbox__label a{
  color:var(--color-primary) !important;
}
.directorist-checkbox__label{

}
.directorist-listing-single .directorist-listing-single__info {
    padding: 20px 0px 0px !important;
    position: relative;
}
.directorist-registration-wrapper .directorist-btn.directorist-btn-primary {
    background: #000 !important;
    color: #fff !important;
    padding: 0px 30px;
    font-size: 16px;
}
.directorist-alert.directorist-alert-warning {
    background: #fee9d9;
    color: #f56e00;
    width: 310px;
    text-align: center;
    margin: 0 auto;
}
.directorist-alert .directorist-icon-mask {
    margin-right: 0px;
    float: left;
    margin-top: 6px;
}
.notice_wrapper .directorist-alert a {
    text-decoration: none;
    margin: 20px auto;
    background-color: var(--color-primary);
    color:var(--color-white);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 400;
}
.directorist-alert .directorist-icon-mask{
  display: none;
}
.notice_wrapper .directorist-alert.directorist-alert-warning{
  color:#000;
  font-weight:700;
  font-size: 20px;
  border: 2px solid var(--color-primary);
}
.directorist-checkbox input[type=checkbox]+.directorist-checkbox__label:after, .directorist-checkbox input[type=checkbox]+.directorist-radio__label:after, .directorist-checkbox input[type=radio]+.directorist-checkbox__label:after, .directorist-checkbox input[type=radio]+.directorist-radio__label:after, .directorist-radio input[type=checkbox]+.directorist-checkbox__label:after, .directorist-radio input[type=checkbox]+.directorist-radio__label:after, .directorist-radio input[type=radio]+.directorist-checkbox__label:after, .directorist-radio input[type=radio]+.directorist-radio__label:after {
  top:6px !important;
}
.directorist-checkbox input[type=checkbox]+.directorist-checkbox__label:before{
  top:10px !important;
}
