@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&family=Praise&display=swap');

/* font-family: 'Poppins', sans-serif;
font-family: 'Praise', cursive; */

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
button:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
select::-ms-expand {
  display: none;
}
label {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100%;
}
/*=====  End of Reset  ======*/

/* Global Style

     ==================================== */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
h1 {
  font-size: 51px;
  font-weight: 900;
}
h2 {
  font-size: 45px;
  font-weight: 900;
}
h3 {
  font-size: 36px;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 400;
}
a {
  transition: 0.2s linear;
}
a:hover {
  text-decoration: none;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.theme-btn-red {
  background-color: #328905;
  color: #ffffff;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem !important;
}
.theme-btn-red:hover {
  background-color: #59ad00 !important;
  box-shadow: none !important;
}
.sec-title {
  font-size: 38px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}
.sec-title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 100px;
  background: #328905;
  margin: 0 auto;
  content: '';
}
.sec-title span {
  font-weight: 600;
}
.sec-sub-title {
  font-size: 18px;
  color: #777777;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1rem;
}
.title-5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f3e82;
  margin-bottom: 1.5rem;
}
/* Header Style

     ==================================== */

.header {
  position: relative;
  width: 100%;
}

/*header fixed*/

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cbp-af-header-shrink {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  animation: slide-down 0.7s;
}
.site-nav-col.cbp-af-header-shrink {
  min-height: 75px;
}
/*header_fixend*/

.header .nav-button {
  font-size: 14px;
  background-color: #e41d24;
  color: #ffffff;
}
.header .navbar-brand {
  width: 230px;
}
.header .top-bar-social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 0.3rem;
}
.header .navbar-nav .nav-link {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.header .navbar-nav .navbar-item .profile-name {
  display: inline-block;
  padding: 0.5rem;
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 500;
}
.header .navbar-nav .profile-name span.user-name {
  display: inline-block;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.header .hd-quick-search {
  position: relative;
  background-color: #203f82;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(171 171 171);
  -moz-box-shadow: 0px 0px 15px 0px rgba(171, 171, 171, 1);
  box-shadow: 0px 0px 15px 0px rgb(171 171 171);
  border-radius: 6px;
}
.header .hd-quick-search .form-inline {
  padding-left: 1.2rem;
}
.header .hd-quick-search .form-control,
.header .hd-quick-search .form-control:focus {
  position: relative;
  height: 40px;
  font-size: 12px;
  color: #3a3a3a;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.header .hd-quick-search .add-text {
  width: 170px;
}
.header .hd-quick-search .btn {
  background-color: #e41d24;
  border: 0;
  padding: 0.5rem 1rem;
}
.header .hd-quick-search .form-inline .input-group {
  position: relative;
}
.header .hd-quick-search .form-inline .input-group::before {
  content: '';
  height: 25px;
  width: 1px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 999;
}
.landing-header {
  position: relative;
  width: 100%;
  padding: 14rem 0 6rem;
}
.landing-banner-carousel {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.landing-banner-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.landing-banner-carousel .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #777777;
}
.landing-banner-carousel .owl-theme .owl-dots .owl-dot.active span {
  background: #203f82;
  width: 30px;
}
.landing-header .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-header .main-title {
  position: relative;
  font-size: 68px;
  color: #203f82;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.landing-header .main-title::after {
  content: '';
  background: url('../images/location.png') no-repeat;
  height: 80px;
  width: 56px;
  position: absolute;
  right: -80px;
  top: 15px;
  bottom: 0;
}
.landing-header .landing-banner {
  padding: 0 2rem;
}
.landing-header .landing-banner p {
  color: #333333;
  font-weight: 500;
}
.landing-banner .search-block {
  width: 100%;
  margin: 2rem 0;
}
.landing-banner .search-block .search-block-input {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 1rem;
}
.landing-banner .search-block-inner {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(171, 171, 171, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(171, 171, 171, 1);
  box-shadow: 0px 0px 15px 0px rgba(171, 171, 171, 1);
  border-radius: 6px;
}
.landing-banner .search-block .search-block-input.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.landing-banner .search-block .search-block-input.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 2px;
}
.search-block .search-block-input span {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #000000;
  font-weight: 600;
}
.bootstrap-select > .dropdown-toggle {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #ffffff !important;
}
.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}
.bootstrap-select .filter-option-inner-inner {
  font-size: 12px;
}
.search-block .search-block-input .type-input input {
  height: 30px;
  font-size: 12px;
  border-radius: 0;
  border: none;
}
.search-block .form-control:focus {
  box-shadow: none;
}
.search-block .search-btn {
  font-size: 16px;
  padding: 1rem 2.5rem;
}
/* Our Directory Style

     ==================================== */

     .our-directory {
      position: relative;
      padding: 48px 0 24px 0;
      background: #eef1f8;
      background: #F6F6F6 !important;
    }

.our-directory.b_listing .sec-title {
  margin-bottom: 30px;
}
.our-directory #our-directory {
  position: relative; /* padding-top: 2rem;     */
}
.our-directory .owl-carousel {
  padding: 2rem;
  padding-bottom: 0;
  padding-top: 0;
}
.our-directory .sort-by .nav-item .nav-link {
  color: #000;
  font-weight: 400;
  border: none;
  font-size: 21px;
  padding: 8px 15px;
}
.our-directory .sort-by .nav-item .nav-link:hover {
  color: #000000;
}
.our-directory .sort-by .nav-item .nav-link.active {
  color: #fff;
  background: #4b9724;
  border-radius: 25px;
  padding: 8px 25px;
}
.our-directory .nav.nav-tabs {
  text-align: center;
  justify-content: center;
}
.our-directory .sort-by .nav-item {
  margin: 0 8px;
}
.our-directory .owl-theme .owl-nav {
  display: block;
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 99;
}
.our-directory .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.our-directory .owl-theme .owl-nav .owl-prev {
  margin-right: 1.5rem;
  background: #333 !important;
  padding: 6px 15px !important;
  line-height: 24px;
  opacity: 1 !important;
  transition: all 0.5s ease;
}
.our-directory .owl-theme .owl-nav .owl-next {
  background: #333 !important;
  padding: 5px 15px 5px 15px !important;
  line-height: 27px;
  opacity: 1 !important;
  margin: 0 37px 0 0;
}
.our-directory .owl-theme .owl-nav .owl-prev:hover,
.our-directory .owl-theme .owl-nav .owl-next:hover {
  background: #e51c24 !important;
}
.our-directory .card {
  border: none;
  margin-bottom: 1.5rem;
}
.our-directory .card .card-body {
  padding: 0.8rem 0.5rem;
  background: #d81b21;
  padding-bottom: 0rem;
}

.our-directory.b_listing .ratings.mb-2 {
  margin-bottom: 0rem !important;
}

.our-directory.b_listing .ratings ul {
  margin-bottom: 0.7rem;
}
.our-directory .card .card-footer {
  background-color: #ffffff;
  padding: 1rem 0.5rem;
}
.our-directory .card-rating {
  padding: 0 0 16px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.our-directory .card-rating li {
  position: relative;
  list-style: none;
  display: inline-block;
  color: #4e4e4e;
  margin-right: 10px;
  font-size: 12px;
}
.our-directory .card-rating li::after {
  content: '';
  background-color: #777777;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -7px;
  top: 3px;
}
.our-directory .card-rating li:last-child:after {
  display: none;
}
.our-directory .card-rating span.rating {
  background: #73cf42;
  padding: 2px 5px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 0.3rem;
  background: rgb(209, 170, 31);
  background: linear-gradient(
    90deg,
    rgba(209, 170, 31, 1) 0%,
    rgba(241, 201, 57, 1) 50%,
    rgba(217, 177, 37, 1) 100%
  );
}
.our-directory .card-rating span.amount {
  color: #e41d24;
  font-weight: 600;
}
.our-directory .card-rating .fa-bed,
.our-directory .about-info .fa-map-marker {
  margin-right: 0.5rem;
}
.users-review p {
  color: #777777;
  font-size: 12px;
  line-height: 1;
}
.users-review .profile {
  margin-right: 0.5rem;
}
.about-info ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  color: #4e4e4e;
  margin-right: 10px;
  font-size: 12px;
}
.about-info ul li::after {
  content: '';
  background-color: #777777;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -7px;
  top: 3px;
}
.about-info ul li:last-child:after {
  display: none;
}
.about-info .status-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}
.about-info .status-link.open-now {
  color: #fff;
  background: #4b9724;
  border-radius: 3px;
  padding: 5px;
  font-weight: 500;
}
.about-info .status-link.close-now {
  color: #e41d24;
}
/* How It Works Style

     ==================================== */

.how-it-works {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  background: url('../images/let_business_left.png') no-repeat left bottom,
    url('../images/let_business_right.png') no-repeat right bottom #fff;
  z-index: 1;
}
.how-it-works h5 {
  font-size: 24px;
  color: #1d3c7f;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.how-it-works .hiw-inner {
  text-align: left;
  padding-right: 0;
  margin-top: 40px;
}
.how-it-works .hiw-inner h4 {
  color: #140641;
  font-weight: 500;
  margin-bottom: 1rem;
}
.how-it-works .hiw-inner p {
  font-size: 15px;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 21px;
}
.how-it-works .hiw-inner img {
  height: 66px;
}
.left_midtitle .sec-title {
  text-align: left;
}
.left_midtitle .sec-title span {
  display: block;
}
.left_midtitle {
  height: 491px;
  display: flex;
  align-items: center;
}
/* Popular Categories Style

     ==================================== */

.popular-categories {
  position: relative;
  padding: 3rem 0;
  background: #eef1f8;
}
.popular-categories .thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 100%;
}
.popular-categories .thumb:hover img {
  transform: scale(1.1);
}
.popular-categories .left-content {
  position: relative;
  height: 580px;
  margin: 10px;
}
.popular-categories .right-content {
  position: relative;
  height: 600px;
}
.popular-categories .category-right-sec:hover .inner-content {
  bottom: 140px;
}
.popular-categories .category-left-sec:hover .inner-content {
  bottom: 100px;
}
.popular-categories .inner-content {
  background-color: #e41d24;
  position: absolute;
  width: 180px;
  color: #ffffff;
  padding: 1rem;
  left: 15px;
  bottom: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  z-index: 1;
}
.popular-categories .inner-content span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.popular-categories .inner-content p {
  font-size: 12px;
  display: block;
}
.popular-categories .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.popular-categories .right-content .right-first-image {
  height: 280px;
  overflow: hidden;
  margin: 10px;
}
.category-left-sec {
  height: 565px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.category-left-sec > img {
  height: 560px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.category-left-sec:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.category-right-sec {
  height: 275px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  margin-right: 15px;
}
.category-right-sec .category-right-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.category-right-sec > img {
  height: 300px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.category-inner img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.sub-category-inner .inner-content {
  bottom: 35px;
}
.sub-category-inner .owl-stage .owl-item.active:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
/* Latest Business Listing Style

     ==================================== */

.latest-business-listing {
  position: relative;
  padding: 4rem 0;
  background-color: #f8f9f9;
}
.latest-business-listing h5 {
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.latest-business-listing p {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 1.2;
}
/* Specification Style

     ==================================== */

.our-specification {
  position: relative;
  width: 100%;
  padding: 2.5rem 0;
  background-color: #e41d24;
  overflow: hidden;
}
.our-specification .inner-sec {
  background-color: #ffffff;
  padding: 1rem;
}
.our-specification .inner-sec h4 {
  color: #e41d24;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.our-specification .inner-sec p {
  font-size: 18px;
  color: #777777;
  font-weight: 600;
}
/* Browse Cities in USA Style

     ==================================== */

.browse-cities {
  position: relative;
  background-color: #f9f9f9;
  width: 100%;
  padding: 3rem 0;
}
.browse-cities .card {
  border: none;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 1);
  box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 1);
  margin-bottom: 1rem;
}
.browse-cities .card .card-body {
  padding: 0.7rem 1rem;
}
.browse-cities .card a {
  font-size: 16px;
  padding: 0.25rem 1.5rem;
}
.browse-cities .card a:hover {
  color: #ffffff;
}
/* Claim your business Style

     ==================================== */

.claim-your-business {
  position: relative;
  background-size: cover;
  padding: 5rem 0;
}
.claim-your-business h6 {
  color: #e41d24;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.claim-your-business h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
}
.claim-your-business .claim-business-txt {
  padding-left: 2rem;
}
.claim-your-business .btn {
  padding: 0.5rem 2rem;
}
/* Tips & Articles Style

     ==================================== */

.tips-articles {
  position: relative;
  width: 100%;
  display: block;
  padding: 3rem 0 2.5rem;
  background: url('../images/article_bg.jpg') no-repeat left top #fff;
  background-size: cover;
}
.tips-articles h3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}
.tips-articles .view-all {
  color: #e41d24;
  font-weight: 600;
  float: right;
  position: relative;
  top: -20px;
  z-index: 1;
}
.tips-articles h3 span {
  font-weight: 600;
  color: #fff;
}
.tips-articles .article-card .article-types {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tips-articles .article-card .article-heading a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  pointer-events: none;
}
.tips-articles .article-card .article-date {
  color: #777777;
  font-size: 14px;
  display: none;
}
.tips-articles .article-card .article-date span.created-by {
  color: #000000;
  font-weight: 700;
}
.tips-articles #tips-articles {
  position: relative;
  padding-top: 3rem;
}
.localized-slider {
  position: relative;
  display: block;
}
.localized-slider .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  width: 250px;
  margin: 0 auto;
}
.localized-slider .owl-theme .owl-nav button {
  display: inline-block;
  line-height: 1;
  position: absolute;
}
.localized-slider .owl-theme .owl-nav button.owl-next {
  right: 0;
}
.localized-slider .owl-theme .owl-nav button.owl-prev {
  left: 0;
}
.localized-slider .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
/* Categories Page Style

     =============================================================================================== */

.categories-banner {
  position: relative;
  width: 100%;
  padding: 0;
  background: url('../images/category-banner.jpg') no-repeat bottom center;
  background-size: cover;
  height: 320px;
  margin-top: 32px;
}
.categories-banner.about_banner {
  background: url('../images/about_banner.webp') no-repeat top center;
  margin-bottom: 40px;
  height: 320px;
  margin-top: 104px;
  background-size: cover;
}
.categories-banner h1 {
  color: #ffffff;
}
/* Page Category Listing Style

     ==================================== */

.categories-sec {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}
.categories-sec .sort-categories .nav-item .nav-link {
  color: #777777;
  font-weight: 500;
}
.categories-sec .sort-categories .nav-item .nav-link:hover {
  color: #000000;
}
.categories-sec .sort-categories .nav-item .nav-link.active {
  color: #000000;
}
.categories-sec .search-category .form-control {
  background-color: #f4f4f4;
  border: none;
}

.categories-sec .search-category .form-control:focus {
  box-shadow: none;
}
.categories-sec .categories-listing ul li {
  display: inline-block;
}
.categories-sec .categories-listing .category-item {
  position: relative;
  width: 345px;
  height: 245px;
  margin: 0.5rem 0.5rem 2rem;
}
.categories-sec .categories-listing ul li img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
}
.categories-sec .categories-listing .category-item:hover .img img {
  transform: scale(1.2);
}
.categories-sec .categories-listing .category-item .img {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
  width: 100%;
  height: 245px;
}
.categories-listing .category-item .category-info {
  background: #e31b23;
  width: 220px;
  position: absolute;
  bottom: -15px;
  padding: 0.5rem;
}
.categories-listing .category-item .category-info > div {
  line-height: 1;
}
.categories-listing .category-item .category-info p {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.categories-listing .category-item .category-info span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.categories-sec .categories-listing .category-item:hover a.link-icon {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.categories-listing .category-item a.link-icon {
  transform: translate(-25px, 0);
  -webkit-transform: translate(-25px, 0);
  opacity: 0;
  line-height: 0;
}
/* Page Listing Members Style

     ==================================== */

.listing-members {
  position: relative;
  width: 100%;
}
.listing-members .top-area {
  padding: 4rem 0;
  background: url('../images/listing-members-bg.jpg') no-repeat top center;
  background-size: cover;
}
.listing-members h3 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.listing-members p {
  font-size: 30px;
  color: #ffffff;
  width: 65%;
  margin: 0 auto;
}
.listing-members .bottom-area.business_listing_bottom {
	padding: 2.5rem 0;
}
.listing-members .bottom-area {
  background-color: #e31b23;
  padding: 3rem 0;
  margin-top: -1px;
  background: url('../images/hm_things_bg_home.jpg') left center no-repeat;
  background: #EEF1F8;
}
.listing-members .bottom-area p {
  text-transform: uppercase;
  text-align: center;
}

.bottom-area.business_listing_bottom p {
	color: #333;
}
/* //End Categories Page Style

     =============================================================================================== */

/* Business Listing Page Style

     =============================================================================================== */

.business-listing-banner {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  background: url('../images/business-listing-banner.jpg') no-repeat top center;
  background-size: cover;
}
.business-listing-banner h1 {
  color: #ffffff;
}
.most-popular-listing {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}
.most-popular-listing .find-by-widget {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  border: solid 1px #ddd;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 2px 0 rgba(0, 0, 0, 0.05);
}
.most-popular-listing .search-by-heading {
  color: #1d3c7f;
  font-weight: 600;
  margin-bottom: 1rem; font-size: 16px;
}
.most-popular-listing .find-by-widget.findby-category ul li {
  position: relative;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0.5rem;
  padding: 0;
  font-weight: 600;
}
.most-popular-listing .find-by-widget.findby-category ul li a {
  color: #625f5f;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 10px 5px 10px 43px;
  border-radius: 3px;
  position: relative;
}
.most-popular-listing .find-by-widget .list-unstyled.bs-list li:first-child a {
  font-weight: 500;
  /* color: #ed1d28; */
  background: #f5f5f5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f7f7f7;
}
.most-popular-listing .find-by-widget.findby-category ul li span.icon {
  position: absolute;
  left: 9px;
  top: 0;
  display: inline-flex;
  height: 37px;
  justify-content: center;
  align-items: center;
}

.most-popular-listing .find-by-widget.findby-category ul li a:hover {
  color: #ed1d28;
  background: #eeeaea;
}

.most-popular-listing .header-sec .title {
  color: #1d3c7f;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}
.most-popular-listing .header-sec .form-control,
.most-popular-listing .header-sec .custom-select {
  background-color: #f4f4f4;
  border: none;
  font-size: 12px;
  height: 40px;
  margin-left: 0.5rem;
  width: 200px;
}
.most-popular-listing .most-popular-listing-content .card {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 1.5rem;
  transition: all 0.5s ease;
}

.most-popular-listing .most-popular-listing-content .card:hover {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}

.most-popular-listing .most-popular-listing-content .card:after {
  background: #32890570;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  width: 1%;
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.most-popular-listing .most-popular-listing-content .card:hover:after {
  opacity: 1;
  width: 100%;
}

.most-popular-listing .ratings ul li {
  vertical-align: middle;
}
.most-popular-listing-content .ratings .fa-star {
  color: #dfe0dc;
}
.most-popular-listing-content .ratings .fa-star.checked {
  color: #eddb1f;
}
.most-popular-listing-content .ratings .fa-star-half.checked {
  color: #eddb1f;
  transform: inherit;
}
.most-popular-listing-content .ratings .fa-star-half {
  color: #dfe0dc;
  transform: scaleX(-1);
}
.most-popular-listing-content .ratings .badge {
  display: inline;
  background-color: #87b43d;
  color: #fff;
  font-weight: normal;
}
.most-popular-listing .nearby-listings ul li {
  margin-bottom: 1rem;
}
.most-popular-listing .nearby-listings p.name {
  font-size: 14px;
  color: #3a3a3a;
}
.most-popular-listing .nearby-listings p {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 400;
}
.most-popular-listing .list-item .menu-title h3, .most-popular-listing .list-item .menu-title {
	color: #3a3a3a;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.most-popular-listing .list-item .listing-content p {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.most-popular-listing .list-item .contact-det {
  border-top: 1px solid #e1e1e1;
  padding: 0.5rem 0;
}
.most-popular-listing .list-item .contact-det li {
  display: flex;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 1rem;
  color: #3a3a3a;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 1;
  margin: 0 0 18px 0;
  align-items: center;
}
.most-popular-listing .list-item .contact-det li a {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 1rem;
  color: #3a3a3a;
  font-weight: 400;
}
/* .most-popular-listing .list-item .contact-det li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
} */

.most-popular-listing .list-item .contact-det li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: inherit;
  left: 0;
  top: 0;
  width: 34px;
}

.most-popular-listing .list-item .contact-det li span img {
  width: 24px;
  max-width: inherit;
}
.most-popular-listing .list-item .view-det-btn {
  font-size: 12px;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
}
.share-your-exp {
  position: relative;
  background: url('../images/share-exp-bg.jpg') no-repeat top center;
  background-size: cover;
  width: 100%;
  padding: 3rem 0;
}
.share-your-exp h1 {
  color: #ffffff;
  margin-bottom: 2rem;
}
.share-your-exp p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
}
.share-your-exp .btn.review-now-btn {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: #e41d24;
  margin-top: 3rem;
}
/* End Business Listing Page Style

  =============================================================================================== */

/* Business Detail Page Style

  =============================================================================================== */

.business-detail-banner {
  background: url('../images/category-banner.jpg') no-repeat bottom center;
  background-size: cover;
  padding: 10rem 0;
}
.description-sec p {
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: justify;
}
.gallery-main .gallery .image-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 150px;
  background: #f3f3f3;
  overflow: hidden;
}
.gallery-main .gallery .image-item img {
  height: 200px;
}
.working-hours-widget ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ebebeb;
}
.working-hours-widget ul li span {
  display: inline-block;
  color: #3a3a3a;
  font-weight: 500;
}
.business-detail-main {
  position: relative;
  display: block;
  padding: 10rem 0 7rem 0;
}
.business-info-sec {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 760px;
  margin: -22% auto 30px auto;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 40%);
  padding: 1.5rem;
}
.business-info-sec .profile-pic {
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100%;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  background-color: #ffffff;
  overflow: hidden;
  border: 3px solid #e41d24;
}
.business-info-sec .profile-pic img {
  width: 100%;
  height: 120px;
}
.business-info-sec h4 {
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 1rem;
}
.business-info-sec ul li {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.business-info-sec ul.address-info li {
  margin-right: 2rem;
}
.business-info-sec ul.contact-info li {
  margin-right: 2rem;
}
.business-info-sec ul li a {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 400;
}
.business-info-sec span.icon {
  margin-right: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}
.business-info-sec .button-group a {
  color: #ffffff;
}
.business-directory-widget {
  background: url('../images/business-directory-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 2rem;
}
.business-directory-widget .title-5 {
  color: #ffffff;
}
.business-directory-widget ul li {
  color: #ffffff;
  position: relative;
  padding: 0.2rem 0 0 1.5rem;
}
.business-directory-widget ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.business-directory-widget ul li::before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 18px;
  content: '\f105';
  position: absolute;
  left: 0;
  top: 5px;
}
.find-by-category-widget ul li {
  position: relative;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem 0.2rem 2rem;
  font-weight: 600;
}
.find-by-category-widget ul li a {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
}
.find-by-category-widget ul li span.icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.nearby-listing-widget ul li {
  margin-bottom: 1rem;
}
.nearby-listing-widget p.name {
  font-size: 14px;
  color: #3a3a3a;
}
.nearby-listing-widget p {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 400;
}
.review-ratings .rating-count {
  background: #e41d24;
  padding: 0.75rem;
  border-radius: 4px;
  text-align: center;
  padding-bottom: 0.2rem;
  width: auto;
  margin-right: 15px;
}
.review-ratings .rating-count p.rating_big {
  color: #ffffff;
  font-weight: 700;
  font-size: 31px;
  margin-bottom: 0.5rem;
}
.review-ratings .rating-count .fa-star,
.bd_adrsinfos .ratings .fa-star {
  color: #fff;
  font-size: 13px;
}
.bd_adrsinfos .ratings .fa-star-half,
.review-ratings .rating-count .fa-star-half,
.business-det-share-exp .fa-star-half {
  color: #ffffff;
  font-size: 13px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.review-ratings .rating-count .fa-star.checked,
.review-ratings .rating-count .fa-star-half.checked,
.bd_adrsinfos .ratings .fa-star.checked,
.bd_adrsinfos .ratings .fa-star-half.checked,
.business-det-share-exp .fa-star-half.checked,
.business-det-share-exp .fa-star.checked {
  color: #eddb1f;
  font-size: 13px;
  -webkit-transform: inherit;
  transform: inherit;
}
.review-ratings .rating-count p {
  font-size: 14px;
  color: #ffffff;
}
.review-ratings .give-your-review {
  padding: 0;
}
.review-ratings .give-your-review h4 {
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 1rem;
}
.review-ratings .give-your-review ul li {
  padding: 0 0.5rem;
  display: inline;
}
.review-ratings .give-your-review .list-inline-item:first-child {
  padding-left: 0;
}
.review-ratings .give-your-review .fa-star {
  font-size: 28px;
  color: #cbcbcb;
}
.add-review .form-control {
  background-color: #fff;
  border: none;
  border-radius: 0;
  font-size: 12px;
  height: 40px;
  color: #3a3a3a;
  font-weight: 400;
}
.add-review textarea {
  height: auto !important;
}
.comments-sec .media {
  margin-bottom: 1.7rem;
}
.comments-sec .media .media-body .media {
  margin-top: 1.7rem;
}
.comments-sec .media .fa-star {
  color: #cbcbcb;
}
.comments-sec .media .fa-star.checked {
  color: #eeda1f;
}
.comments-sec .comment-text {
  background-color: #f6f6f6;
  padding: 1.5rem;
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 400;
  margin-top: 1rem;
}
.comments-sec .reply-comment-btn {
  color: #e41c23;
  font-size: 14px;
  text-transform: capitalize;
}
.comments-sec .from-comment {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600;
  margin-right: 1rem;
}
.comments-sec .date {
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 400;
  margin-right: 1rem;
}
.comments-sec .media img {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
.business-det-share-exp {
  padding: 6rem 0 2rem;
  margin-top: 80px;
}
.business-claim-block {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: -166px auto 30px auto;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  min-height: 410px;
}
.business-claim-block h3 {
  color: #3a3a3a;
  font-weight: 600;
}
.business-claim-block .ratings {
  margin: 0 1.5rem;
}
.business-claim-block .ratings .fa-star.checked {
  color: #eeda1f;
}
.business-claim-block .icon {
  width: 40px;
  height: 40px;
  background-color: #fad4d5;
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
.business-claim-block .icon img {
  vertical-align: middle;
}
.business-claim-block p.para-text {
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 400;
  word-break: break-word;
}
/* End Business Detail Page Style

  =============================================================================================== */

/* Modal Style

      ============================== */

.connect-us-modal .modal-body {
  padding: 3rem 1rem;
}
.connect-us-modal .title {
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 2rem;
}
/* Footer Style

     ==================================== */

.footer {
  position: relative;
  width: 100%;
  background-color: #f1f2f4;
  padding: 3.5rem 0 0;
  z-index: 1;
}
.footer .desc {
  color: #36472e;
  width: 95%;
  text-align: justify;
}
.footer .footer-logo img {
  width: auto;
  margin-bottom: 1rem;
}
.footer .title {
  margin-bottom: 1.5rem;
  font-size: 18px;
}
.footer .address-txt {
  display: inline-block;
  width: 50%;
  color: #777777;
  margin-bottom: 2rem;
}
.footer .quick-links a {
  display: inline-block;
  color: #36472e;
  margin-bottom: 0.8rem !important;
}
.footer .quick-links a:hover {
  color: #e51c24;
}
.footer .newsletter {
  color: #36472e;
  margin-bottom: 2rem;
}
.footer .newsletter {
  color: #36472e;
  margin-bottom: 1rem;
}
.footer .footer-social li {
  margin: 0 0.5rem;
}
.footer .footer-social li a {
  color: #1d3c7f;
  font-size: 18px;
}
.footer .footer-social li a:hover {
  color: #e41d24;
}
.footer .copyright {
  width: 100%;
  margin-top: 0;
  background: #308604;
  color: #fff;
  padding: 10px 0;
}
.footer .copyright ul li {
  position: relative;
  padding: 0 0.5rem;
}
.footer .copyright ul li::after {
  content: '|';
  position: absolute;
  right: -2px;
  color: #aaa1a1;
}
.footer .copyright ul li:last-child::after {
  display: none;
}
.footer .copyright ul li a {
  color: #499f00;
  font-size: 13px;
  font-weight: 600;
}
.footer .copyright ul li a:hover {
  color: #e41d24;
}
.footer .copyright p {
  color: #fff;
  margin: 0;
}
.footer .quick-connect .form-group {
  position: relative;
}
.footer .quick-connect input {
  border: none;
  padding-right: 2rem;
}
.footer .quick-connect a {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 5px;
  color: #777777;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
}
.footer .quick-connect a img {
  vertical-align: middle;
}
.help-block {
  font-size: 14px;
  margin-top: 0.5rem;
}
.help-block ul li {
  list-style-type: none;
}
.our_features_grid {
  width: 100%;
  clear: both;
  padding: 60px 0 20px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.feature_main .feature_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: inherit;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.feature_main .feature_infos h2 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 10px 0; /* font-family: 'Poppins', sans-serif; */
  transition: all 0.5s ease;
}
.feature_main .feature_infos h2 a {
  color: #000;
}
.feature_iconouter {
  max-width: 768px;
  margin: 0 auto 35px auto;
}
.feature_main {
  border: solid 1px #e8e8e8;
  border-radius: 15px;
  padding: 20px 15px;
}
.feature_main .feature_img img {
  height: 42px;
}
.feature_main .feature_infos {
  text-align: center;
}
.feature_main .feature_infos p {
  font-weight: 500;
  font-size: 15px;
  color: #3c3c3c;
}
.slider_main .landing-banner-carousel {
  position: inherit;
}
.slider_main .landing-banner-carousel {
  position: inherit;
}
header .navbar.bg-light {
  background-color: transparent !important;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
.toplinks {
  text-align: right;
  padding-top: 0;
}
.toplinks a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.5s ease;
  padding: 0 8px;
}
.toplinks span {
  color: #fff;
}
.toplinks a:hover {
  color: #83e60b;
}
.menu .navbar-light .navbar-nav .navlinkadd .nav-link {
  background: #328905;
  color: #fff;
  border-radius: 3px;
  padding: 8px 11px;
  font-size: 15px;
  /* color: #2d2d2d; */
  /* background: linear-gradient(
    90deg,
    rgba(240, 152, 25, 1) 0%,
    rgba(237, 222, 93, 1) 51%,
    rgba(240, 152, 25, 1) 100%
  ); */
  background: #eea625;
}
.menu .navbar-light .navbar-nav .navlinkadd .nav-link:hover {
  background: #59ad00;
  background: linear-gradient(
    90deg,
    rgb(208, 22, 28) 0%,
    rgb(216, 27, 33) 51%,
    rgb(208, 22, 28) 100%
  );
  color: #fff;
}
.menu .navbar-light .navbar-nav .nav-item {
  font-weight: 400;
  color: #fff;
}
.menu .navbar-light .navbar-nav .nav-item {
  margin: 0 5px;
}
.menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul {
  list-style: none;
  padding: 8px;
}
.menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul li {
  display: inline-flex;
  width: 48%;
  margin: 0 0 2px 0;
}
.menu
  .navbar-light
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  li:nth-child(2n + 2) {
  margin: 0 0 0 10px;
}
.menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
  width: 400px;
}

.menu
  .navbar-light
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  li
  .dropdown-item
  span {
  display: flex;
  align-items: center;
  height: 31px;
}
.menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul li img {
  width: 20px;
  margin: 0px 5px 0 0;
  position: relative;
  top: 0px;
}
.menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul li .dropdown-item {
	padding-left: 10px;
	padding-right: 10px;
	padding: 7px 7px;
	border-radius: 3px;
	transition: all 0.5s ease;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	word-break: break-word;
	white-space: normal;
}
.menu
  .navbar-light
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  li
  .dropdown-item:hover {
  background: #efefef;
}
.slider_main
  .landing-banner-carousel
  .owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background: #fff;
}
.slider_main .landing-banner-carousel .owl-theme .owl-dots .owl-dot span {
  width: 75px;
  height: 6px;
}
.slider_main .landing-banner-carousel .owl-theme .owl-dots {
  left: inherit;
  right: 15px;
  bottom: 10px;
}
.menu .navbar-light .navbar-nav .nav-item.dropdown a.nav-link::after {
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0px 1px 1px 0px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.menu .navbar-light .navbar-nav .nav-item.navlinkadd {
  margin-right: 0;
}
.slider_main {
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.topbar {
  padding: 4px 0;
  background: #e51c24;
}
/****Select arrow***/
.form-item__element--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
}
.select-wrap {
  position: relative;
}
.select-wrap::after {
  font-family: FontAwesome;
  font-size: 1.25em;
  pointer-events: none;
  content: '\f107';
  position: absolute;
  right: 14px;
  top: 9px;
}
.slider_form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  z-index: 2;
  max-width: 801px;
  margin: 0 auto;
}
.slider_form form {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.slider_form form .select-wrap.form-group {
  width: 24%;
  margin-right: 0;
}
.slider_form form .form-group {
  width: 71%;
}
.slider_form form .form-submit {
  width: 67px;
}
.slider_form form .form-group .form-control {
  border-radius: 35px 0 0 35px;
  border: none;
  height: 46px;
  border: solid 1px #ddd;
  box-shadow: none;
  font-weight: 400;
}
.slider_form form .form-group input.form-control {
  border-radius: 0px;
  box-shadow: none;
}
.slider_form form .form-submit button {
  /* background: #e51c24; */
  background: #d81b21;
  border: none;
  border-radius: 0 35px 35px 0;
  height: 46px;
  padding: 0px 14px 0 10px;
  margin: 0;
  line-height: 38px;
  box-shadow: none;
  position: relative;
  top: 0;
  cursor: pointer;
}
.slider_form form .form-group .form-control option {
  font-weight: 400;
}
.slider_form form .form-group .form-control option {
  font-weight: 400;
  font-size: 14px;
}
.quick-connect input[type='submit'] {
  background: #e51c24;
  color: #fff;
  margin: 10px 0 0 0;
  border-radius: 3px;
  text-align: center;
  width: auto;
  padding: 4px 9px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.quick-connect input[type='submit']:hover {
  background: #d0161c;
}
.collage-content a {
  background: #e41d24;
  padding: 16px 30px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
}
.collage-content a small {
  display: block;
  margin-top: 8px;
}
.collage-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.collage-content a:hover {
  background: #d50f16;
}
.collage_image.ci_marg {
  margin-top: 14px;
}
.collage_image.col_imgbig img {
  width: 100%;
}
.collage_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.collage_image.col_imgbig {
  overflow: hidden;
}
.collage_image img {
  width: 100%;
}
.collage_image img {
  transition: all 0.5s ease;
  width: 100%;
  object-fit: fill;
  height: 100%;
  margin-top: 30px;
}
.collage_image:hover img {
  transform: scale(1.075);
}
.collage_section {
  padding-bottom: 0;
}
.collage_image.col_imgbig img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.bb_listing_title h4 {
  color: #e31d24;
  font-size: 21px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 8px;
}
.bb_listing_title h4:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #ddd;
  height: 3px;
  width: 35px;
  content: '';
  border-radius: 7px;
}
.bb_listing a {
  color: #333;
  background: #f5f5f5;
  padding: 8px 18px;
  display: inline-block;
  margin: 0 0 10px 0;
  border-radius: 5px;
  width: 100%;
  transition: all 0.5s ease;
  /* border-left: ; */
  border: solid 1px #f5f5f5;
  border-left: solid 2px #e31d24;
}
.bb_listing a:hover {
  background: #e31d24;
  color: #fff;
}
.career_btn a {
  background: #e31d24;
  color: #fff;
  border-radius: 3px;
  padding: 8px 17px;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.career_btn a:hover {
  background: #59ad00;
}
.contact_block form {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px;
  width: auto;
  margin: 0px auto 50px auto;
}
.contact_block form label {
  margin: 0 0 10px 0;
  font-weight: 500;
  color: #333;
}
.contact_block form .form-control {
  height: 44px;
}
.contact_block form .form-control:focus {
  box-shadow: none;
  border-color: #e31d24;
}
.contact_block form textarea.form-control {
  height: 110px;
}
.contact_block form .btn {
  background: #e31d24;
  border: none;
  padding: 7px 17px;
  font-weight: 500;
  transition: all 0.5s ease;
}
.contact_block form .btn:hover {
  background: #333;
}
:focus {
  box-shadow: none !important;
  outline: none !important;
}
.categories-banner h1 {
  height: 418px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400 !important;
  padding-top: 50px;
  align-content: center;
  flex-wrap: wrap;
  font-size: 42px;
}

.categories-banner h1 b {
  font-weight: 600 !important;
  margin-right: 10px;
  font-size: 48px;
}

.categories-banner.about_banner h1 {
  height: 310px;
  padding-top: 0;
  margin: 0;
}

.about_infos p {
  text-align: justify;
  margin: 0 0 30px 0;
  font-size: 16px;
  letter-spacing: 0.05px;
  color: #5b5a5a;
  line-height: 26px;
}
.about_infos.about_infos2 {
  padding-top: 40px;
}
.about_img {
  /* border: ; */
}
.about_img img {
  width: 100%;
  border: solid 4px #ddd;
}
.about_infos p strong {
  color: #e31d24;
  font-weight: 400;
  font-size: 24px;
}
.banner_infos {
  color: #fff;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  background: none;
  max-width: 1030px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
  z-index: 1;
  font-family: 'Poppins', sans-serif;
  line-height: 60px;
}
.banner_infos b {
  display: block;
  font-size: 29px;
  font-weight: 400;
}
.banner_infos::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skewX(-15deg);
  width: 50%;
  border-bottom: solid 4px #e31d24;
  display: none;
}
.banner_infos::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  transform: skewX(-15deg);
  width: 50%;
  border-top: solid 4px #fff;
  display: none;
}
.business-info-sec .right {
  width: 77%;
}
.business-info-sec .left {
  width: 22%;
}
.our_features_grid .sec-title span {
  color: #000;
}
.our-directory .bl_img {
  height: 210px;
  overflow: hidden;
  border-radius: 13px;
  text-align: center;
  margin: 20px 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e1e1e1;
  margin-bottom: 0;
}
.no_result {
  padding: 70px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.business_result {
  padding: 55px 0 35px 0;
}
form .error {
  color: red !important;
}
.business_result .business_resultcard {
  height: 179px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.business_result .business_resultcard {
  height: 179px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.business_result .card-body a h5 {
  color: #454545;
  height: 45px;
  margin-bottom: 10px;
}
.business_result .card {
  margin: 15px 0;
}
.business_result .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.review_box {
  background: #f5f5f5;
  padding: 35px;
  border-top: solid 2px #e41d24;
}
#thanks_contact {
  text-align: center;
  color: #59ad00;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 19px;
}
#thanks_subscribe {
  text-align: left;
  color: #59ad00;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.privacy_policyinfos p {
  margin: 0 0 20px 0;
  text-align: justify;
}
.privacy_policyinfos h4 {
  color: #e31d24;
  margin-bottom: 20px;
}
.privacy_policyinfos {
  padding: 10px 0 40px 0;
}
.slider_main .landing-banner-carousel .owl-stage-outer .owl-item::after {
  position: absolute;
  z-index: 0;
  content: '';
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.27494747899159666) 0%,
    rgb(255, 255, 255, 0) 100%
  );
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider_main .landing-banner-carousel .owl-stage-outer .owl-item {
  position: relative;
  z-index: 1;
}
.ray_pslider .carousel {
  height: 585px;
}
.ray_pslider .carousel-item {
  background-size: cover !important;
  height: 585px;
  z-index: 1;
}
.ray_pslider .carousel .carousel-inner .carousel-item::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.ray_pslider .carousel-item.ci_one {
  background: url(../images/banner1.jpg) left top no-repeat;
}

.container {
  max-width: 1230px;
}
.left_midtitle .sec-title::after {
  background: none;
}
.our_features_grid.our_features_grid_two .feature_main .feature_img img {
  height: auto;
  width: 100%;
  border: solid 1px #d2d2d2;
  padding: 2px;
  border-radius: 5px;
}
.our_features_grid.our_features_grid_two .feature_main {
  padding: 0;
  border-radius: 0;
  border: none;
}
.our_features_grid.our_features_grid_two .feature_infos h3 {
  color: #328905;
  font-weight: 400;
  font-size: 20px;
}
.our_features_grid.our_features_grid_two .feature_infos p {
  font-weight: 400;
  font-size: 14px;
  padding: 0 25px 20px 25px;
}
.our_features_grid.our_features_grid_two {
  padding-bottom: 60px;
}
.card.article-card .card-body {
  padding: 13px 15px !important;
}
.card.article-card .card-body .article-types {
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
.tips-articles .article-card .card-title.article-heading a {
  font-size: 14px;
  color: #4d4d4d;
  min-height: 30px;
  display: inline-block;
}
.collage_innimages .col-md-3 {
  padding: 0;
}
.collage_innimages .collage-content {
  right: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.collage_innimages .collage-content a {
  background: none;
  display: block;
  text-align: center;
  background: rgba(62, 61, 61, 0.85);
  font-size: 20px;
  width: 98%;
  margin: 0 auto;
  padding: 13px 30px;
}
.collage_innimages .collage-content a small {
  display: none;
}
.collage_innimages .collage_image.col_imgbig {
  height: 290px;
  object-fit: fill;
}
.collage_innimages .collage_image {
  height: 290px;
  object-fit: fill;
  margin: 0;
}
.review_box .review-ratings .give-your-review li.active span.fa-star {
  color: gold;
}
.ck.ck-content:not(.ck-comment__input *) {
  height: 150px;
  overflow-y: auto;
}
.tips-articles.upcomingmain .sec-title {
  color: #fff;
}
.tips-articles.upcomingmain {
  padding: 60px 0 75px 0;
}
.ed_cols_right .expo_infos h3 a {
  font-size: 16px;
  font-weight: 400;
  color: #000000d4;
}
.ed_cols_right .expo_main {
  margin: 0 0 30px 0;
}
.ed_cols_right .expo_infos p {
  color: #4d4d4d;
  font-size: 15px;
}
.ed_cols_right .expo_infos p span {
  margin-right: 7px;
  margin-top: 2px;
  display: inline-block;
}
.ed_cols .expo_main h3 a {
  font-size: 31px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  color: #444343;
}
.ed_cols p span {
  margin-right: 15px;
  color: #4d4d4d;
  display: inline-block;
  margin-bottom: 7px;
  margin-top: 5px;
}
.ed_cols p sup {
  font-size: 11px;
}
.ed_cols p {
  text-align: justify;
}
.browse-cities.love_dubai {
  position: relative;
  z-index: 1;
  background: none;
  height: 509px;
}
.browse-cities.love_dubai::after {
  /* background: ; */
  background: url('../images/love_dubai.png') no-repeat left bottom;
  content: '';
  height: 450px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background-size: cover;
}
.our-directory .card-title {
  min-height: 51px;
  margin: 0;
}
.upcome_in .card-title a span i {
  color: #ed1b24;
}
.upcome_in .card-title a span {
  margin-right: 8px;
}
.ed_cols p span i {
  color: #ed1b24;
}
.ed_cols_right p span i {
  color: #ed1b24;
}
.menu .navbar-brand img {
  width: 184px;
}
#subscribe_form label#email-error {
  display: block;
  padding: 5px;
}
.most-popular-listing .listing-content a {
  color: black;
}
.bb_directory_infos h4 {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 32px;
  padding-bottom: 17px;
}
.bb_directory_infos h4:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #e51c24;
  height: 5px;
  width: 35px;
  content: '';
  border-radius: 7px;
  margin: 0 auto;
  right: 0;
}
.bb_directory_infos p {
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.25px;
  color: #444;
}
.popform_infos .form-group label {
  display: block;
  margin: 0 0 10px 0;
}
.popform_infos .form-group label.error {
  font-size: 14px;
}
.popsend_btn {
  text-align: center;
}
.popsend_btn .btn {
  background: #e51c24;
  color: #fff;
  transition: all 0.5s ease;
}
.popsend_btn {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 10px;
}
.claim_business_pop .popsend_btn {
  padding-top: 20px;
}
.popsend_btn .btn:hover {
  background: #ce141b;
}
.modal_popde .modal-title {
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}
.popform_infos .form-control {
  background: #f9f9f9;
  border: solid 1px #eee;
  transition: all 0.5s ease;
}
.popform_infos .form-control:focus {
  border-color: rgba(229, 28, 36, 0.35);
}
.share-your-exp .btn {
  background: #328905;
  color: #fff;
  box-shadow: none;
  margin: 24px 0 0 0;
  transition: all 0.5s ease;
}
.share-your-exp .btn:hover {
  background: #59ad00;
}
.business-claim-block .headings {
  text-align: center;
  display: block !important;
}
.business-claim-block .headings h3 {
  font-size: 28px;
  max-width: 510px;
  margin: 0 auto;
}
.business-claim-block .ratings {
  display: block;
  margin: 10px 0 0 0;
}
.business-claim-block .ratings ul li span {
  color: #ddd6d6;
  font-size: 13px;
  /* margin: 0 2px; */
}
.bb_directory_infos {
  padding-top: 20px;
}
.menu .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.our-directory .bl_img img {
  height: 100%;
  width: auto;
  border: none;
  border-radius: 0;
}
.explore_top .our-directory {
  background: none;
  padding: 0;
}
.categories-banner.about_banner.explore_banner h1 {
  height: auto;
  font-size: 43px;
}
.categories-banner.explore_banner .col-12 {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.categories-banner.explore_banner .col-12 p {
  color: #fff;
}
.ed_btn a {
  background: #328905;
  color: #fff;
  border-radius: 3px;
  padding: 8px 11px;
  font-size: 15px;
}
.ed_btn {
  padding-top: 23px;
}
.upcoming_con {
  position: relative;
  z-index: 1;
  background: url('../images/upcoming_concert.jpg') no-repeat left top;
  background-size: cover;
}
.expo_sec {
  padding: 60px 0;
}
.upcoming_con .sec-title {
  color: #fff;
}
.use_main {
  background: #fff;
}
.use_infos {
  padding: 13px 12px;
}
.right_use .use_infos {
  /* min-height: 120px; */
  min-height: 312px;
}
.use_infos h5 {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
.right_use .use_infos p {
  font-size: 12px;
}
.right_use .use_main {
  margin: 0 0 30px 0;
}
.upcoming_con.water_sport {
  background: url('../images/ws_bg.jpg') no-repeat left top;
  background-size: cover;
}
.thingsdo {
  background: url('../images/thing_bg_upper.png') no-repeat left top,
    url('../images/thing_bg_lower.png') no-repeat left bottom #eef1f8;
}
.arab_infos h4 {
  font-size: 15px;
  font-weight: normal;
  color: #4d4d4d;
  padding: 10px 0 10px 0;
  min-height: 80px;
}
.arab_infos h5 {
  font-size: 15px;
  font-weight: 400;
  color: #777;
  margin: 0 0 10px 0;
}
.arab_infos {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 12px;
}
.thing_iconinfos h4 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 50px 0 0;
  position: relative;
  color: #120555;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 11px 0;
  line-height: 26px;
}
.thing_iconinfos h4 .thing_icon {
  position: absolute;
  right: 0;
  margin-left: 20px;
}
.thing_infos p {
  color: #5c567b;
  margin: 0 0 20px 0;
  text-align: justify;
  font-size: 15px;
}
.thingmain {
  margin: 0 0 50px 0;
}
.thing_icon img {
  margin: 0 0 0 30px;
}
.thing_centerimg {
  text-align: center;
}
.browse-cities.love_dubai .sec-title .du_red {
  color: #e51c24;
}
.browse-cities.love_dubai .sec-title .du_grn {
  color: #22b14c;
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
}
.browse-cities.love_dubai .sec-title:after {
  background: none;
}
.browse-cities.love_dubai .sec-title {
  margin: 0;
  padding: 0;
}
.browse-cities.love_dubai {
  position: relative;
  z-index: 1;
  background: #eefffd;
  height: 509px;
  padding: 45px 0 0 0;
}
.browse-cities.love_dubai .sec-title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  background: none;
  box-shadow: none;
}
.arab_infos p {
  text-align: inherit;
  min-height: 90px;
  font-size: 15px;
}
.arabic_eve.arabic_eve1 .arab_infos p {
  min-height: 140px;
}
.explore_top .eta_infos {
  min-height: 110px;
}
.our-directory .owl-theme .owl-nav .owl-prev img,
.our-directory .owl-theme .owl-nav .owl-next img {
  filter: brightness(0) invert(1);
  margin-top: 0;
}

.upcome_in .owl-carousel .owl-item .position-relative {
  height: 230px;
  overflow: hidden;
  object-fit: cover;
}
.upcome_in .card.article-card .card-body .article-types {
  font-size: 15px;
  margin-bottom: 0;
}
.upcome_in .owl-carousel .owl-item .position-relative .card-img {
  height: 230px;
}
.our-directory .card-title a {
  color: #555;
  font-size: 16px;
  transition: all 0.5s ease;
  font-weight: 600;
}
.our-directory .card-title a:hover {
  color: #e51c24;
}
.bd_leslide .carousel-control-next-icon {
  background-image: url(../images/le-arrow-right.png);
  width: 32px;
  height: 32px;
}
.bd_leslide .carousel-control-prev-icon {
  background-image: url(../images/le-arrow-left.png);
  width: 32px;
  height: 32px;
}
.bd_lerightinfos h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  margin: 0 0 30px 0;
}
.bd_adrsinfos p {
  font-size: 16px;
  font-weight: 400;
  color: #262323;
  margin: 0 0 15px 0;
}
.bd_adrsinfos p img {
  margin: 0px 7px 0 0;
  position: relative;
  top: 0px;
}
.bd_adrsinfos p a {
  color: #262323;
  transition: all 0.5s ease;
}
.bd_adrsinfos p a:hover {
  color: #328905;
}
.bd_options a {
  color: #4c4c4c;
  border: solid 1px #4c4c4c;
  border-radius: 6px;
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.5s ease;
  cursor: pointer;
}
.bd_options {
  padding: 13px 0 22px 0;
}
.bd_options a img {
  position: relative;
  top: 0;
  margin: 0 4px 0 0;
}
.bd_options a:hover {
  border: solid 1px #e51c24;
  background: #e51c24;
  color: #fff !important;
}
.bd_options a:hover img {
  filter: brightness(0) invert(1);
}
.bd_dbtns a {
  padding: 9px 21px;
  font-size: 18px;
  background: #328905;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 12px 10px 0 0;
  border: none;
  transition: all 0.5s ease;
}
.bd_dbtns a:hover {
  background: #e51c24;
}
.bd_dbtns a.own_btn {
  background: #e51c24;
}
.bd_dbtns a.own_btn:hover {
  background: #328905;
}
.business-detail-main.detailmain_new {
  padding: 6.5rem 0 3.5rem 0;
}
.bd_bgnew {
  background: #eef1f8;
  padding: 25px 0;
  margin: 0 0 50px 0;
  padding-bottom: 0;
}
.modal-dialog .modal-header {
  border-top: solid 4px #e51c24;
}
.modal-dialog .modal-content {
  border-radius: 7px;
}
.modal-dialog .modal-header .close {
  font-weight: 500;
  font-size: 16px;
  background: #333;
  border-radius: 100%;
  width: 32px !important;
  height: 30px !important;
  text-shadow: none;
  opacity: 1;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 20px !important;
}
.modal-dialog .modal-header .close span {
  position: relative;
  top: -1px;
}
.feature_infos.feature_more {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 34px;
}
.feature_main .feature_infos.feature_more h3 {
  margin: 0;
}
.feature_infos.feature_more i {
  color: #e62830;
}
.dubai-explore-listing-card-container {
  padding: 25px 0px;
}
.dubai-explore-card-title {
  width: 100%;
  height: auto;
  padding: 5px 0px;
  color: #212529;
  background-color: #ddd;
  animation: mymove 3s infinite;
  animation-timing-function: linear;
}
.dubai-explore-card-body {
  padding: 1rem 0rem;
}
.dubai-explore-eta_infos {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  margin-top: 10px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: linear;
}
.dubai-explore-bl-img {
  width: 100%;
  height: 210px;
  background-color: #ddd;
  animation: mymove 2.5s infinite;
  animation-timing-function: linear;
  overflow: hidden;
  object-fit: fill;
}

.dubai-explore-bl-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@keyframes mymove {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}
.explore_top.expo_sec .theme-btn-green {
  background-color: #328905;
  color: #ffffff;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem !important;
  width: 100%;
}
.explore_top.expo_sec .theme-btn-green:hover {
  background-color: #59ad00 !important;
  box-shadow: none !important;
}
.explore_top.expo_sec .our-directory .theme-btn-green.active {
  background-color: #e51c24 !important;
  box-shadow: none !important;
}
.bb_directory_lists.new_bbdesign .bb_listing_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 0px 16px 0;
  margin: 0 0 9px 0;
}
.bb_directory_lists.new_bbdesign .bb_listing_title img {
  margin: 0 16px 0px 0;
  width: 44px;
}
.bb_directory_lists.new_bbdesign .bb_listing_title h4 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  color: #1b1919;
  font-size: 27px;
  font-weight: 500;
  width: 90%;
  display: flex;
  align-items: center;
}
.bb_directory_lists.new_bbdesign .bb_listing_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e8e8e8;
  height: 1px;
  width: 100%;
  content: '';
  border-radius: 0;
}
.bb_directory_lists.new_bbdesign .bb_listing_title h4:after {
  display: none;
}
.bb_directory_lists.new_bbdesign .bb_listing_title h4:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  height: 7px;
  width: 145px;
  content: '';
  border-radius: 0;
  transform: skewX(12deg);
  z-index: 1;
}
.bb_directory_lists.new_bbdesign .bb_listing_title h4:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 4px;
  width: 165px;
  content: '';
  border-radius: 0;
  transform: skewX(8deg) rotate(0deg);
  z-index: -2;
  display: block;
  left: inherit;
}
.bb_listing_newbg {
  background: none;
  padding: 22px;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  height: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.contact_us {
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.most-popular-listing .find-by-widget.findby-category ul li span.icon img {
  width: 22px;
  margin: 4px 0 0 0;
}
.tips-articles .card.article-card .card-body .article-types {
	min-height: 45px;
	text-align: left;
}
.claim_business_pop .popform_infos .g-recaptcha {
  /* padding-left: 15px; */
}
/* .bd_leinfos .bd_leslide {
  width: 100%;
  height: 370px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #d8e2f9;
} */

.bd_leinfos .row {
  align-items: center;
}

.bd_leinfos .bd_leslide {
  width: 100%;
  max-height: 470px;
  object-fit: inherit;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #d8e2f9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .bd_leinfos .bd_leslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.bd_leinfos .bd_leslide img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  width: 100%;
  height: auto;
  object-fit: inherit;
}

#addbusiness .modal_popde.send_enquiry_pop .g-recaptcha {
  /* margin-left: 15px;
  margin-bottom: 20px; */
}
.categories-banner.about_banner.explore_banner {
  margin-bottom: 0;
  margin-top: 100px;
  height: 320px;
}
.arabic_eve.arabic_eve1.expo_sec {
  padding-bottom: 0;
}
.dubai-explore-listing-card-container {
  padding: 25px 0px 0 0;
}
.our_features_grid.our_features_grid_two.exploredubai {
  padding-top: 60px;
  background: #f5f5f5;
}
.tips-articles .card.article-card .card-body .article-types a {
  color: #444343;
  font-size: 16px;
  transition: all 0.5s ease;
}
.tips-articles .card.article-card .card-body .article-types a:hover {
  color: #e51c24;
}
.categories-sec.subcat .category-item img {
  border: solid 1px #cdcecf;
  padding: 3px;
  background: #fff;
}
.thing_infos a {
  color: #e71c23;
  display: inline-block;
  margin: 0 0 0 3px;
  transition: all 0.5s ease;
}
.thing_infos a:hover {
  color: #333;
}
/*night css*/

.review-ratings .give-your-review ul li span.checked,
.review-ratings .give-your-review ul li.active span.checked,
.review-ratings .give-your-review ul li.active span {
  color: gold;
}
.categories-sec .categories-listing .justify-content-around {
  justify-content: flex-start !important;
}
.categories-sec .categories-listing ul li .category-item img {
  width: 100%;
}
.categories-sec .categories-listing .category-item {
  width: 100%;
}
.categories-sec .categories-listing ul li {
  display: flex;
  flex: 0 0 33%;
  max-width: 33%;
}
.menu .navbar-brand {
  padding: 0;
}
.upcoming_con.water_sport .right_use .use_infos p {
  font-size: 15px;
  min-height: 46px;
}
.upcoming_con.water_sport .right_use .use_infos {
  min-height: inherit;
}
.business_list_img {
  height: 193px;
  object-fit: cover;
  width: 100%;
}
.business_list_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: solid 1px #cdcecf;
  padding: 3px;
}
.categories-banner {
  position: relative;
  width: 100%;
  padding: 0;
  background: url('../images/genbanner.png') no-repeat bottom center;
  background-size: cover;
  height: 418px;
  margin-top: 32px;
}
div#livesearch {
  position: absolute;
  background: #fff;
  padding: 13px;
  border-radius: 7px;
  left: 0;
  top: 49px;
  z-index: 1;
  max-height: 230px;
  overflow: auto;
}
div#livesearch a:hover,
div#livesearch p:hover {
  background: #e51c24;
  color: #fff;
  padding: 6px;
  width: 100%;
}
div#livesearch a,
div#livesearch p {
  padding: 6px;
  display: inline-block;
  color: #000;
  font-size: 15px;
}
.slider_form form .form-group {
  position: relative;
}
.our_features_grid {
  z-index: 0;
}
.ed_cols_right .expo_infos h3 {
  line-height: 20px;
}
.toplinks {
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.toplinks .dub_top_rightlinks {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.dub_datetemp {
  color: #fff;
}
.dub_datetemp span {
  margin: 0 7px;
  font-size: 14px;
  color: #fbef7c;
  font-weight: 500;
}
/* Responsive Style

     ==================================== */
.tab_btn_center {
  justify-content: center;
}
.location_btn_set button {
  border-radius: 0;
  text-align: left;
  margin-top: 5px;
}
.location_btn_set button:hover {
  color: #e51c24;
}
.slider_form {
  bottom: 40px;
}
.dist_pos {
  position: absolute;
  right: 0px;
  z-index: 9;
  height: 100%;
  top: 1px;
}
.dist_pos select {
  padding: 7px 9px 10px 9px;
  border: none;
  border-left: 1px solid #ccc;
  background: #fff;
  height: 44px;
}
.radio-toolbar input[type='radio'] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}
.radio-toolbar label:hover {
  background-color: #e51c24;
  color: #fff;
  cursor: pointer;
}
.radio-toolbar input[type='radio']:checked + label {
  background-color: #e51c24;
  color: #fff;
}
.km_section {
  margin-top: 40px;
}
.choice_btn h4 {
  color: #1d3c7f;
  font-weight: 600;
  margin-bottom: 20px;
}
.dubai_blur .expo_img {
  height: 230px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: linear;
}
.col-md-8 .dubai_blur .expo_img {
  height: 390px;
}
@keyframes mymove {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}
.dubai_blur .expo_img img {
  visibility: hidden;
}
.dubai_blur .tig_news_date {
  height: 30px;
  background-color: #ddd;
  animation: mymove 2.5s infinite;
  animation-timing-function: linear;
  margin-top: 5px;
  font-size: 0;
}
.dubai_blur .expo_infos h3,
.dubai_blur .expo_infos p {
  height: 45px;
  background-color: #ddd;
  animation: mymove 3s infinite;
  animation-timing-function: linear;
  margin-top: 5px;
}
.dubai_blur .expo_infos h3 a,
.dubai_blur .expo_infos p {
  font-size: 0;
}
.dubai_crousal_blur .crbox {
  height: 215px;
  background-color: #ddd;
  animation: crmymove 3.5s infinite;
  animation-timing-function: linear;
}
.dubai_crousal_blur .crbox img {
  width: 0;
}
@keyframes crmymove {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}
.dubai_crousal_blur .article-types {
  height: 45px;
  background-color: #ddd;
  animation: crmymove 3s infinite;
  animation-timing-function: linear;
  margin-top: 5px;
}
.dubai_crousal_blur .article-types a {
  font-size: 0 !important;
}
.dist_pos select {
  font-family: 'FontAwesome', 'Poppins', sans-serif;
  color: #495057;
  -webkit-appearance: auto;
}
.dist_pos select option {
  font-size: 14px;
  font-family: 'FontAwesome', 'Poppins', sans-serif;
}
option.change_clr {
  color: #2965e7;
}
p.user_location_address {
  color: #fff;
  font-size: 18px;
}
a.url_link {
  color: #212529;
}
.our_features_grid.our_features_grid_two.exploredubai .expo_img img {
  border: solid 1px #d2d2d2;
  padding: 2px;
}
.popular-categories .collage_image img {
  border: solid 1px #d2d2d2;
  padding: 2px;
}
.map_column {
  margin: 0 0 0px 0;
}
.du_map_col .map_column iframe {
  width: 100%;
  height: 410px;
  border: solid 4px #fff !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.add-review.mb-5 {
  margin-bottom: 0 !important;
}
.review-ratings.mb-5 {
  margin-bottom: 1.25rem !important;
}
.description-sec.mb-5 {
  margin-bottom: 2.5rem !important;
}
.give-your-review .list-unstyled {
  display: flex;
}
.our_features_grid.feature_icon_blocks .feature_main {
  transition: all 0.5s ease;
  background: rgb(255, 248, 248);
  background: linear-gradient(
    0deg,
    rgba(255, 248, 248, 0.19931722689075626) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.our_features_grid.feature_icon_blocks .feature_main:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  background: rgb(229, 28, 36);
  background: linear-gradient(
    0deg,
    rgba(229, 28, 36, 0.258140756302521) 0%,
    rgba(255, 255, 255, 1) 73%
  );
  border-color: #e51c24;
}
.ownbtn_visit {
  text-align: center;
  margin-top: 20px;
  padding: 19px 0;
  border-bottom: solid 2px #c5d2f2;
  background: rgb(228, 235, 251);
  background: linear-gradient(
    0deg,
    rgba(228, 235, 251, 1) 0%,
    rgba(238, 241, 248, 1) 100%
  );
  padding-top: 0px;
  padding-bottom: 0;
  background: #d8e2f9;
  padding-bottom: 11px;
}
.bd_dbtns a.visit_dbus {
  background: #e51c24;
}
.bd_dbtns a.visit_dbus:hover {
  background: #cc0911;
}
.bread_crumb a {
  color: #3e3a3a;
}
.bread_crumb {
  margin: 0 0 8px 0;
}
.bread_crumb a.subcat_bread {
  color: #514c4c;
}
.bread_crumb i {
  margin: 0 10px;
}

.dabout_infos p {
  text-align: justify;
  margin: 0 0 30px 0;
  font-size: 16px;
  letter-spacing: 0.05px;
  color: #5b5a5a;
  line-height: 26px;
}

.dabout_infos h3 {
  font-weight: 600;
  margin: 0 0 15px 0;
}

.d_about_new {
  padding: 60px 0 50px 0;
}
.dabout_img {
  position: relative;
  z-index: 1;
  padding: 10px;
}
.dabout_img .about_bgpat {
  position: absolute;
}
.dabout_img .about_bgpat.about_bgpat1 {
  top: -22px;
  right: 20px;
  z-index: -1;
}
.dabout_infos {
  padding: 0 50px 0 0;
}
.dabout_img .about_bgpat.about_bgpat2 {
  bottom: 30px;
  left: -30px;
  z-index: -1;
}

.dabout_infos.about_dmoreinfos {
  padding: 10px 0 0 0;
}

.our_features_grid.our_features_grid_two.aboutpg_feature {
  background: #f5f5f5;
}

.office_addrs {
  background: #f5f5f5;
  padding: 13px 18px;
  border-radius: 10px;
  margin: 17px 0 0 0;
}
.office_addrs p {
  margin: 0;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.anim-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}

.about_client_says .anim-icon .anim-icon-1 {
  left: 200px;
  top: 275px;
  width: 12px;
  height: 13px;
}

.about_client_says .anim-icon .anim-icon-2 {
  left: 80px;
  bottom: 80px;
  width: 13px;
  height: 12px;
}

.about_client_says .anim-icon .anim-icon-3 {
  top: 180px;
  right: 470px;
  width: 13px;
  height: 12px;
}

.about_client_says .anim-icon .anim-icon-4 {
  right: 370px;
  bottom: 230px;
  width: 12px;
  height: 13px;
}

.about_client_says {
  background: url('../images/client_bgnew.png') right bottom no-repeat #0d1927;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  height: 542px;
}
.client_pshape {
  position: absolute;
}
.client_pshape.client_pshape1 {
  left: 50px;
  top: 0;
}
.client_pshape.client_pshape2 {
  right: 0;
  bottom: 0;
}

.top_sbtitle {
  color: #e51c24;
}
.about_client_says .sec-title {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.about_client_says .sec-title:after {
  background: none;
}
.about_client_says .client_infos {
  color: #fff;
  text-align: justify;
  font-size: 18px;
}
.about_client_says .client_infos .client_name {
  color: #fff;
  margin: 24px 0 0 0;
}

.clients_block {
  height: 430px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.clients_block .owl-theme .owl-nav {
  text-align: left;
  margin-top: 25px;
}
.clients_block .owl-theme .owl-nav .owl-prev,
.clients_block .owl-theme .owl-nav .owl-next {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.clients_block .owl-theme .owl-nav .owl-prev:hover,
.clients_block .owl-theme .owl-nav .owl-next:hover {
  background: #000000;
}

/* home page ratings */
.our-directory.b_listing .ratings .fa-star {
  color: #cfcdcd;
  font-size: 13px;
}
.our-directory.b_listing .ratings .fa-star-half {
  color: #cfcdcd;
  font-size: 13px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1) translateX(2px);
}
.our-directory.b_listing .ratings .fa-star.checked,
.our-directory.b_listing .ratings .fa-star-half.checked {
  color: #eddb1f;
  font-size: 13px;
  -webkit-transform: inherit;
  transform: inherit;
}
/* end home page ratings */

.mission_vision {
  padding: 60px 0;
}
.mv_icon {
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
  margin: 0 0 20px 0;
  border: solid 2px #e51c24;
}
.mv_infos h3 {
  font-weight: 600;
  font-size: 25px;
}
.mission_main {
  margin-top: 30px;
}

.mv_infos {
  text-align: justify;
}

.mission_infos {
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 48px 30px 42px 30px;
}

.dabout_img img {
  border: solid 2px #bfbdbd;
  padding: 2px;
  width: 100%;
}

.dabout_img .about_bgpat img {
  border: none;
  padding: 0;
}

.company_address {
  padding: 0 12px;
}
.company_address h6 {
  color: #444;
  font-weight: 500;
}

.contact_main_new {
  position: relative;
  z-index: 1;
}

.contact_infos_box {
  background: #328905;
  padding: 25px;
  width: 380px;
  min-height: 420px;
  position: absolute;
  z-index: 1;
  top: 45px;
}

.contact_infos_box h3 {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 27px 0;
}

.contact_block form h3 {
  margin-bottom: 27px;
  font-size: 32px;
  font-weight: 500;
}

.contact_block p {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0 0 52px;
}
.contact_block p span {
  position: absolute;
  left: 0;
  top: 0;
}

.contact_block p span i {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 100%;
  border: solid 1px #fff;
  text-align: center;
  line-height: 41px;
  font-size: 21px;
}
.contact_block h4 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 24px 0;
  font-size: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  padding: 0 0 15px 0;
  position: relative;
  z-index: 1;
}
.contact_block h4:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 55px;
  height: 4px;
  background: #fff;
  content: '';
}
.contact_block {
  margin: 0 0 32px 0;
}
.contact_block.c_social_icons i {
  color: #fff;
  margin: 0 15px 0 0;
}

.contactus_new .contact_block form {
  background: #fff;
  margin: 0 0 0 150px;
  padding: 70px 50px 60px 290px;
  box-shadow: -5px -10px 50px 0px rgba(0, 0, 0, 0.1);
  /*border: solid 1px #ddd;*/
}

.contactus_new .contact_block form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #212529;
  padding-left: 0;
}

.contactus_new .contact_block form .form-control:focus {
  border-color: #e51c24;
}

.contactus_new .contact_block form label {
  font-size: 14px;
}
.contactus_new .contact_block form textarea.form-control {
  width: 100%;
}

.contactus_new {
  padding: 40px 0;
}

.contactus_new .contact_block form label sup {
  color: red;
}

.our_features_grid.our_features_grid_two.exploredubai .expo_infos h3 {
	margin-top: 10px;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.popular-categories .sec-title {
  margin: 0 0 0px 0;
}

.menu
  .navbar-light
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.view-all-sub-categories
  a {
  color: #007bff;
  text-align: left;
  font-size: 14px;
}

.our-directory .card-title {
  text-align: center;
}

.our-directory.b_listing .ratings {
  text-align: center;
}

.swal2-actions .swal2-confirm {
  background: #318804 !important;
  border-width: 0 !important;
  transition: all 0.5s ease !important;
}
.swal2-actions .swal2-confirm:hover {
  background: #59ad00 !important;
}

/* things to do*/

.th_binfos {
  width: 590px;
  text-align: center;
  position: relative;
  top: -35px;
  left: 0;
}

.things_banner {
  background: url(../images/things_bannerbg.jpg) right top no-repeat #f3f3f3;
  padding: 170px 0 0 0;
  background-size: cover;
  margin-top: 104px;
  position: relative;
}

.things_banner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/things_bannerbg.jpg) right top no-repeat #f3f3f3;
  content: '';
  background-size: 100%;
  max-width: 150px;
  background: red;
  max-height: 100%;
  height: 100%;
  z-index: -1;
}

.th_binfos h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 76px;
  color: #000;
  text-transform: uppercase;
}
.th_binfos h2 {
  font-size: 184px;
  color: transparent;
  background: rgb(0, 152, 207);
  background: linear-gradient(
    90deg,
    rgba(0, 152, 207, 1) 0%,
    rgba(255, 77, 66, 1) 50%,
    rgba(203, 48, 102, 1) 100%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  padding: 0 22px 0 0;
  font-weight: 400;
  font-family: 'Praise', cursive !important;
}

.thing_sec {
  padding: 55px 0;
}
.thing_title {
  text-align: center;
  font-size: 36px;
  color: #000;
}
.thing_sec2 .thing_title {
  max-width: 808px;
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 36px;
  color: #000;
}
.thing_sec_infos {
  text-align: center;
  color: #4d4d4d;
  font-size: 18px;
}

.thing_sec_infos p {
  text-align: center;
}

.thing_sec1_block {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
}
.thing_secbox {
  flex: 0 0 20%;
  max-width: 20%;
}
.thing_secbox img {
  width: 100%;
  transition: all 0.5s ease;
}
.thing_secbox figure {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
}
.thing_secbox figure::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: '';
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6727065826330532) 0%,
    rgba(0, 0, 0, 0.30575980392156865) 54%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
}
.thing_secbox figure figcaption {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  line-height: 39px;
  transition: all 0.5s ease;
}
.thing_secbox figure figcaption span {
  display: block;
  font-weight: 600;
}

.thing_secbox figure:hover figcaption {
  bottom: 10px;
}

.thing_secbox figure:hover img {
  transform: scale(1.15);
}

.thing_greybg {
  background: #f5f5f5;
}

.thing_sec2_block {
  padding-top: 20px;
}
.thing_sec2_inn {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ececec;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 30px 0 0 0;
  transition: all 0.5s ease;
}
.thing_sec2_inn:hover {
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.15);
}

.thing_sec2_inn .thingsec2_col {
  flex: 0 0 50%;
  max-width: 50%;
}
.thing2_img img {
  width: 100%;
  height: 100%;
}
.thing2_infos {
  padding: 10px 10px 0 15px;
  text-align: justify;
}
.thing2_infos h4 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px 0;
  text-transform: capitalize;
}
.thing2_infos h4 span {
  display: block;
  font-weight: 600;
}
.thing2_infos p {
  font-size: 18px;
}

.thing_sec4 {
  background: url(../images/sec3_bg.webp) left top no-repeat;
  background-size: cover;
}

.thin4_innsec {
  background: #fff;
  padding: 20px 25px;
  max-width: 706px;
  margin-left: auto;
}
.thing_sec4_block {
  display: flex;
  flex-wrap: wrap;
}
.thing_sec4_block .thing4_secbox {
  flex: 0 0 25%;
  max-width: 25%;
}
.thing4_top h6 {
  color: #000;
}
.thing4_top h5 {
  font-size: 24px;
  text-transform: capitalize;
  color: #000;
}
.thing4_top p {
  color: #4d4d4d;
  margin-bottom: 25px;
}
.thing4_secbox figure {
  position: relative;
  z-index: 1;
  margin: 0 10px 0 0;
}
.thing4_secbox figure figcaption {
  position: absolute;
  right: 0;
  bottom: 6px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
  border-radius: 10px 0 0 10px;
  padding: 8px 10px;
  transition: all 0.5s ease;
}
.thing4_secbox figure img {
  width: 100%;
}
.thing4_secbox.thing4_more {
  background: #ececec;
  text-align: center;
}

.thing4_moreinfos {
  height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.thing4_moreinfos a {
  background: #4b9724;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  transition: all 0.5s ease;
  text-decoration: none;
}
.thing4_moreinfos a:hover {
  background: #59ad00;
}

.thing4_secbox figure:hover figcaption {
  background: #000;
}

.thing_sec5 {
  background: url(../images/thing_travelbg.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 540px;
}

.thing_sec5 .thing_sec5_bg2 {
  background: url(../images/thing_travel_line.png) center center no-repeat;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  opacity: 0.75;
}

.thing_travel_img img {
  transform: scale(0.9);
}

.thing_travel_img {
  position: absolute;
}
.thing_travel_img.thing_sec5_img {
  top: 180px;
  z-index: 2;
}
.thing_sec5_block {
  position: relative;
}
.thing_travel_img.thing_sec5_img2 {
  left: 290px;
  top: 106px;
  z-index: 2;
}
.thing_travel_img.thing_sec5_img3 {
  right: 278px;
  top: 165px;
  z-index: 2;
}
.thing_travel_img.thing_sec5_img4 {
  right: 0;
  top: 126px;
  z-index: 2;
}

.thing_sec6_block .thing_sec6_main {
  margin-top: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.thing_sec6_img img {
  width: 100%;
}
.thing_sec6_infos h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.thing_sec6_block .thing_sec6_main:hover h3 {
  color: #e51c24;
}

.thin6_rateinfos {
  color: #667085;
}

.thin6_rateinfos span {
  color: #667085;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}
.thin6_rateinfos span small {
  color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  background: rgb(219, 179, 39);
  background: linear-gradient(
    90deg,
    rgba(219, 179, 39, 1) 0%,
    rgba(231, 191, 49, 1) 54%,
    rgba(219, 179, 39, 1) 100%
  );
}
.thing_sec6_infos {
  padding: 10px;
}

.thing6_info {
  min-height: 68px;
}
.thing6_info p {
  color: #4d4d4d;
  font-size: 14px;
}
.thin6_rateinfos {
  padding: 10px 0 13px 0;
}

.thin6_rateinfos span img {
  margin-left: 10px;
}

.thing_sec7.thing_sec {
  background: url(../images/thing_blogs_bg.webp) left top no-repeat;
  background-size: cover;
}

.thing_sec7 .thing_title {
  color: #fff;
}

.thing_sec7 .thing_title span {
  font-weight: 600;
}

.thing_sec7_block {
  padding-top: 40px;
}

.thing_sec7_img img {
  width: 100%;
}
.thing_sec7_box {
  background: #fff;
}
.thing_sec7_infos {
  padding: 15px 20px;
  min-height: 80px;
}
.thing7_subtitle {
  color: #777;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.thing7_infos {
  font-size: 18px;
  color: #101828;
}

.thing_sec7_box:hover .thing7_infos {
  color: #e51c24;
}

.thing7_right2 .thing7_subtitle {
  font-size: 11px;
}
.thing7_right2 .thing7_infos {
  font-size: 14px;
}
.thing7_right2 .thing_sec7_infos {
  padding: 7px 15px;
}

.thing7_right2 .thing7_subtitle {
  font-size: 11px;
}
.thing7_right2 .thing7_infos {
  font-size: 13.45px;
}
.thing7_right2 .thing_sec7_infos {
  padding: 7px 15px;
}

.thing_sec7_block .thing7_right2 .col-md-6 {
  padding: 0 11px;
}
.thing_sec7_block .thing7_right2 .thing_sec7_box {
  margin-bottom: 20px;
}

.thing7_right2 .thing_sec7_infos {
  min-height: 60px;
}

.things_faqlists .panel-title a {
  font-size: 18px;
  color: #101828;
  text-decoration: none;
}
.thing_sec8_block {
  padding: 50px 0 0 0;
}
.things_faqlists .panel.panel-default {
  border: solid 1px #ddd;
  padding: 13px;
  margin: 0 0 8px 0;
  border-radius: 5px;
}
.things_faqlists .panel-title a i {
  float: right;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  background: url(../images/plus_fIcon.svg) left top no-repeat;
}

.things_faqlists .panel-title a i.fa-minus {
  background: url(../images/minus_ficon.svg) left top no-repeat;
}

.things_faqlists .panel-title a i::before {
  content: none;
}

.things_faqlists .panel-title {
  margin: 0;
}

.things_faqlists .panel-body {
  padding-top: 10px;
}

/*things to do end*/

@keyframes mymove {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}

@keyframes mymove {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}

.thing_sec6_main.thing_blur .thing_sec6_img img {
  visibility: hidden;
}

.thing_sec6_main.thing_blur .thing_sec6_img {
  height: 186px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: linear;
}
.thing_sec6_main.thing_blur .thing_sec6_infos h3 {
  font-size: 0;
  height: 34px;
  background-color: #ddd;
  animation: mymove 2.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
}
.thing_sec6_main.thing_blur .thing_sec6_infos .thing6_info {
  height: 68px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
}
.thing_sec6_main.thing_blur .thing_sec6_infos .thing6_info p {
  font-size: 0;
}

.thing_sec7_box.thing7_blur .thing_sec7_img {
  height: 438px;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: linear;
}
.thing_sec7_box.thing7_blur .thing_sec7_img img {
  visibility: hidden;
}
.thing_sec7_box.thing7_blur .thing7_subtitle {
  height: 26px;
  background-color: #ddd;
  animation: mymove 2.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
  font-size: 0;
}
.thing_sec7_box.thing7_blur .thing7_infos {
  height: 58px;
  background: #ddd;
  background-color: #ddd;
  animation: mymove 3.5s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
  animation-timing-function: linear;
  font-size: 0;
}

.thing7_right2 .thing_sec7_box.thing7_blur .thing_sec7_img {
  height: 203px;
}

.thing7_right2 .thing_sec7_box.thing7_blur .thing7_subtitle {
  height: 16px;
}
.thing7_right2 .thing_sec7_box.thing7_blur .thing7_infos {
  height: 40px;
}

.thing_sec1_block.thing_cros .thing_sec1_block {
  display: block;
}
.thing_sec1_block.thing_cros .thing_secbox {
  flex: inherit;
  max-width: inherit;
}

/*owl-arrow-default*/

.thing_cros .owl-theme .owl-nav .owl-prev {
  margin-right: 1.5rem;
  background: #333 !important;
  padding: 6px 15px !important;
  line-height: 24px;
  opacity: 1 !important;
  transition: all 0.5s ease;
}
.thing_cros .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.thing_cros .owl-theme .owl-nav .owl-prev {
  margin-right: 1.5rem;
  background: #333 !important;
  padding: 6px 15px !important;
  line-height: 24px;
  opacity: 1 !important;
  transition: all 0.5s ease;
}
.thing_cros .owl-theme .owl-nav .owl-next {
  background: #333 !important;
  padding: 5px 15px 5px 15px !important;
  line-height: 27px;
  opacity: 1 !important;
  margin: 0 37px 0 0;
}
.thing_cros .owl-theme .owl-nav .owl-prev:hover,
.thing_cros .owl-theme .owl-nav .owl-next:hover {
  background: #e51c24 !important;
}

.thing_cros .owl-theme .owl-nav .owl-prev img,
.thing_cros .owl-theme .owl-nav .owl-next img {
  filter: brightness(0) invert(1);
  margin-top: 0;
}

/*owl-arrow-default-end*/

.most-popular-listing .find-by-widget.findby-category ul li a:hover {
  color: #ed1d28;
}

.most-popular-listing .col-lg-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.most-popular-listing .col-lg-9 {
  flex: 0 0 70%;
  max-width: 70%;
}

.most-popular-listing .col-lg-3.col-sm-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.most-popular-listing .col-lg-9.col-sm-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.things_banner_new {
  background: url(../images/things_tobanner-_2_.webp) center center no-repeat;
  height: 449px;
  margin-top: 104px;
  background-size: cover;
}

.bb_listing_newbg .bb_listing_title h4 a {
  color: #000;
  transition: all 0.5s ease;
}

.bb_listing_newbg .bb_listing_title h4 a:hover {
  color: #e31d24;
}

.business-claim-block .para-text a {
  color: #000;
  transition: all 0.5s ease;
}

.business-claim-block .para-text a:hover {
  color: #e42630;
}

.gallery-main .gallery li {
  margin-bottom: 6px;
}

.badge.badge-primary {
  background: #87b43d;
  display: inline;
  font-weight: normal;
}

.claimed_busi {
  color: #0070cc;
  position: relative;
  z-index: 1;
  padding: 0 0 0 23px;
  font-weight: 500;
  top: 1px;
  display: inline-block;
  font-size: 16px;
}
.claimed_busi:after {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #0070cc;
  content: '';
  transition: all 0.5s ease;
}
.claimed_busi::before {
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;
  transform: rotate(45deg);
  border-radius: 1px;
}
.claimed_busi.claimed_verify {
  color: #328905;
}
.claimed_busi.claimed_verify:after {
  display: none;
}
.claimed_busi.claimed_verify i {
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 1px;
}

.cv_next {
  display: none;
}

.things_todo_home {
  /* background: url('../images/hm_things_bg.jpg') left top no-repeat; */
  background: url('../images/hm_things_bg_home.jpg') left top no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.thingdo_text {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}
.thingdo_text small {
  display: block;
  font-weight: 500;
}

.thingdo_text small i {
  color: #87b43d;
  font-weight: 600;
  font-style: italic;
  margin-right: 6px;
}

.thingdo_btn a {
  background: #ff0000;
  color: #fff;
  font-size: 26px;
  border-radius: 0.3rem;
  padding: 11px 55px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.thingdo_btn {
  text-align: center;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thingdo_btn a:hover {
  background: #328905;
}
.table.business-working-hours td,
.table.business-working-hours th {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
}
.table.business-working-hours td span {
  color: #3a3a3a;
  font-weight: 500;
}
.table.business-working-hours tr td:nth-child(2) {
  text-align: right;
}
.table.business-address-top td,
.table.business-address-top th {
  border: none;
  padding: 8px 3px;
  text-align: left;
}

.table.business-address-top td a {
  color: #262323;
}

.table.business-address-top td a:hover {
  color: #328905;
}
.table.business-address-top td img {
  max-width: 30px;
}
/* 10 march */
ul.food_category {
  list-style: none;
  padding: 0;
}
ul.food_category li a {
  color: #3a3a3a;
}
ul.food_category li a:hover {
  color: #328905;
}

ul.food_category li {
  max-width: 32%;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.custom_border {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 30px 0;
}

.bd-accordian .card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1px;
  border: none;
}
.bd-accordian .card-header:first-child {
  border-radius: 0;
}
.bd-accordian .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 10px 0;
  border: none;
}
.bd-accordian .card-header a i {
  float: left;
  font-size: 25px;
  padding: 5px 0;
  margin: 0 0px 0 0px;
  color: #195c9d;
}
.bd-accordian .card-header i {
  float: right;
  font-size: 30px;
  width: 1%;
  margin-top: 8px;
  margin-right: 10px;
}
.bd-accordian .card-header a {
  width: 100%;
  float: left;
  color: #565656;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bd-accordian .card-header p {
  margin: 0;
}

.bd-accordian .card-header h3 {
  margin: 0 0 0px;
  font-size: 20px;
  font-family: 'Slabo 27px', serif;
  font-weight: bold;
  color: #3fc199;
}
.bd-accordian .card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 0;
  color: #232323;
  box-shadow: none;
  border-top: 1px soild #000;
  border-radius: 0;
  padding-right: 18px;
  text-align: justify;
}
.bd-accordian .card-block p,
.bd-accordian .card-block li {
  color: #5a5a5a;
  font-size: 15px;
}
.bd-accordian .card-header a[aria-expanded='true'] i {
  transform: rotate(90deg);
}
.related_title {
  margin-bottom: 20px;
}
.bd-accordian .card-header h5 {
  font-size: 16px;
  color: black;
}
a.see_more_food {
  color: #1f8a24;
  font-size: 15px;
}
/* 21 march start */
.pill_hcnt h2 {
  color: #328905;
  font-weight: 500;
  font-size: 36px;
}
/* .main-accordion {
  margin: 50px 0;
} */

.main-accordion .faq-design .card {
  margin-bottom: 15px;
  border: 0;
}

.main-accordion .faq-design .card .card-header {
  border: 0;
  /* -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); */
  border-radius: 2px;
  padding: 0;
}

.main-accordion .faq-design .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #eef1f8;
  /* color: #222; */
  padding: 10px 15px;
  font-size: 21px;
  font-weight: 600;
  white-space: normal;
  padding-right: 35px !important;
  color: #328905;
}

.main-accordion
  .faq-design.faq-arrow
  .card
  .card-header
  .btn-header-link:after {
  /* content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right; */
  top: 20px;
  bottom: 100%;
  right: 14px;
  width: 10px;
  height: 10px;
  content: '' !important;
  border-style: solid;
  border-color: transparent #328905 #328905 transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;

  transform: rotate(226deg);
  float: right;
  position: absolute;
}
.main-accordion
  .faq-design.faq-arrow
  .card
  .card-header
  .btn-header-link.collapsed:after {
  /* content: "\f106"; */
  transform: rotate(45deg);
  border-color: transparent black black transparent;
}

.main-accordion .faq-design .card .card-header .btn-header-link.collapsed {
  background: #eef1f8;
  color: #000;
}

.main-accordion .faq-design .card .collapsing {
  background: #eef1f8;
  line-height: 30px;
}

.main-accordion .faq-design .card .collapse {
  border: 0;
}

.main-accordion .faq-design .card .collapse.show {
  background: #eef1f8;
  line-height: 30px;
  color: #222;
}
.main-accordion .card-body p {
  font-size: 16px;
  line-height: normal;
}
.main-accordion .card-body {
  padding-top: 0;
}
.catogory-faq .main-accordion .faq-design .card .card-header .btn-header-link {
  font-size: 20px;
  font-weight: 500;
}
.piller_tab ul {
  margin-bottom: 60px;
}
.piller_tab ul li a.nav-link.active {
  background: #328905;
  border-radius: 100px;
  padding: 7px 23px;
}

.piller_tab ul li a.nav-link {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

section.local_business {
  background: #eef1f8;
}
.heading_pera p {
  font-size: 16px;
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.heading_pera .sec-title {
  margin-bottom: 24px;
}
.heading_pera {
  margin-bottom: 35px;
}

.business_box {
  background: #fff;
  margin-bottom: 25px;
  overflow: hidden;
}
.business_box_cnt h4 {
  color: #101828;
  font-size: 23px;
}
.business_box_cnt p {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 400;
}
.business_box_cnt {
  padding: 20px 20px 10px 20px;
  min-height: 165px;
}
.business_box:hover img {
  transform: scale(1.1) rotate(2deg);
}

.business_box img {
  transition: 0.2s all ease-in;
}

.senter_hcnt p {
  color: #4d4d4d;
}
/* .senter_hcnt h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
} */
.senter_hcnt {
  text-align: justify;
}
.senter_hcnt h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #328905;
}
section.senter-padding {
  padding: 70px 0;
}
.cmn_btn {
  background: #328905;
  color: #fff;
  border-radius: 3px;
  padding: 9px 20px;
  font-size: 15px;
  display: inline-block;
}

.cmn_btn:hover {
  background: #59ad00;
  color: #fff;
}
.senter_btn {
  margin-top: 30px;
}

section.place-section {
  background: url(/assets/front/images/place-banner.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section.place-section:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
.place_box {
  background: #fff;
  margin-bottom: 25px;
  overflow: hidden;
}
.place_box_cnt h4 {
  color: #4d4d4d;
  font-size: 16px;
}
.place_box_cnt a {
  color: #4d4d4d;
}
.place_box_cnt a:hover {
  color: #459b03;
}
.place_box_cnt p {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 400;
}
.place_box_cnt {
  padding: 20px 20px 10px 20px;
  min-height: 180px;
}
.place_box:hover img {
  transform: scale(1.1) rotate(2deg);
}

.place_box img {
  transition: 0.2s all ease-in;
}
.place-section .sec-title,
.place-section .heading_pera p {
  color: #fff;
}
.mountain-section .heading_pera p {
  max-width: 1250px;
}
.mountain_box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mountain_box_cnt {
  position: absolute;
  bottom: -30%;
  width: 100%;
  padding: 0px 20px;
  transition: 0.5s all ease;
  opacity: 0;
  text-align: justify;
}

.mountain_box_cnt p {
  color: #fff;
  font-size: 14px;
}
.mountain_box:before {
  background: linear-gradient(0deg, black, transparent);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: 0.2s all ease-in;
}
.mountain_box:hover:before {
  opacity: 1;
}
.mountain_box:hover .mountain_box_cnt {
  bottom: 0;
  opacity: 1;
}

/*banner2*/

.slider_form.test {
  bottom: 160px;
}

.ray_pslider .carousel-item.ci_one.ci_two {
  /* background: url(../images/banner-ramdaan3.jpg) left top no-repeat;  */
  background: url(../images/banner-ramdaan4.jpg) left top no-repeat;
}

.banner_infos.banner_infos2 .b_map_mark2 {
  position: absolute;
  right: 97px;
  top: 76px;
}
.ray_pslider .carousel .carousel-inner .carousel-item.ci_one.ci_two::after {
  background: none;
}
.ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
  max-width: 100%;
  color: #494949;
  text-shadow: none;
}
.banner_infos.banner_infos2 .b_map_mark2 img {
  width: 160px;
}

.ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 b {
  color: #328905;
  font-size: 30px;
  font-weight: 600;
}

.banner_infos.banner_infos2 .b_element2 {
  left: 0;
  position: absolute;
  top: 26px;
}
.banner_infos.banner_infos2 .b_element2 img {
  width: 450px;
}
/* useful numbers start */
.useful_numbers_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.useful_numbers_list ul li {
  border-bottom: dashed 1px #ddd;
  margin: 0 0 0px 0;
  padding: 10px 0 10px 32px;
  position: relative;
  z-index: 1;
}
.useful_numbers_list ul li span {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  display: flex;
  margin: 0 0 6px 0;
}
.useful_numbers_list ul li a {
  color: #308604;
  font-weight: 500;
  display: inline-flex;
  padding: 2px 11px 2px 11px;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  background: rgba(48, 134, 4, 0.1);
  border-radius: 35px;
  transition: all 0.5s ease;
}

.useful_numbers_list ul li a:hover {
  background: rgba(48, 134, 4, 0.2);
}

.useful_numbers_list ul li:nth-child(even) {
  background: #fbfbfb;
}
.useful_nums {
  padding: 0 0 50px 0;
}

.useful_numbers_list ul li:after {
  position: absolute;
  left: 7px;
  top: 22px;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  content: '';
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;
  transform: rotate(-49deg);
}

.useful_numbers_list ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #3c9f08;
  content: '';
  transition: all 0.5s ease;
}

.useful_numbers_list ul li:last-child {
  max-width: 100%;
  flex: 0 0 100%;
}

.useful_numbers_list .useful_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.useful_numbers_list .useful_grid .useful_col {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 15px 25px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.useful_colfull {
  padding: 15px 25px;
  margin: 30px 0 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  width: 98%;
}

/* useful numbers end */

/* 28 march */
/* expo crousal start */
.expo_crousal_sec {
  padding: 60px 0;
  padding-bottom: 0;
}
.ed_box {
  position: relative;
}
.ed_box:before {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.73%, #000000 100%);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.ed_box_cnt {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
  padding-bottom: 0;
}

.ed_box_cnt h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.ed_box_cnt p {
  font-size: 14px;
  line-height: 20px;
}
.expo_crousal_sec .heading_pera p {
  max-width: 1130px;
}
/* expo crousal end */
/* new exp banner start */
section.exp_banner {
  background: url(/assets/front/images/exp-banner.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 104px;
  padding: 110px 0 130px 0;
}
.exp-cnt h1 {
  background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 88px;
  line-height: 150%;
}
.exp-cnt p {
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  line-height: 100%;
}
.exp-btn a {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.exp-cnt {
  max-width: 700px;
}
.exp-btn {
  margin-top: 45px;
}
.exp-btn a.active_btn,
.exp-btn a:hover {
  background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
  color: #000;
}
/* new exp banner end */

/* 21 march end */

/* 01 April 2023 start */
.catogory-faq {
  padding: 40px 0 70px;
}
/* 01 April 2023 end */

.custom_faq_section .related_title h2 {
  color: #328905;
  font-size: 22px;
font-weight: 600;
}
.custom_faq_section {
  margin-top: 20px;
}

/*11 april*/

.topbar.topbar_new {
  /* background: rgb(240, 152, 25);
  background: linear-gradient(
    90deg,
    rgba(240, 152, 25, 1) 0%,
    rgba(237, 222, 93, 1) 51%,
    rgba(240, 152, 25, 1) 100%
  ); */
  background: #f1bf32;
}
.topbar.topbar_new .dub_datetemp {
  color: #2d2d2d;
  text-align: left;
}
.topbar.topbar_new span {
  color: #2d2d2d;
}
.topbar.topbar_new .toplinks {
  justify-content: space-between;
}
.topbar.topbar_new .toplinks a {
  color: #2d2d2d;
}

.things_todo_home.things_todo_home_new .thingdo_text small i {
  color: #eea625;
}
.things_todo_home.things_todo_home_new .thingdo_btn a {
  background: #eea625;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.things_todo_home.things_todo_home_new .thingdo_btn a:hover {
  background: #d0161c;
}

.footer.fotr_newr .copyright {
  background: #e51c24;
}
.footer.fotr_newr {
  background: rgb(240, 152, 25);
  background: linear-gradient(
    90deg,
    rgba(240, 152, 25, 1) 0%,
    rgba(237, 222, 93, 1) 51%,
    rgba(240, 152, 25, 1) 100%
  );
}

.footer.fotr_newr::before {
  position: absolute;
  left: 0;
  bottom: 41px;
  background: url(../images/fotr_leftbg.webp) left bottom no-repeat;
  content: '';
  width: 323px;
  height: 292px;
}

.footer.fotr_newr::after {
  position: absolute;
  right: 0;
  bottom: 41px;
  background: url(../images/fotr_rightbg.webp) right bottom no-repeat;
  content: '';
  width: 323px;
  height: 292px;
  z-index: -1;
}
.footer.footer_change {
  /* background: #3A3A3A; */
  /* background: #37414d; */
  background: #1f242a;
  padding-bottom: 0;
}
.footer.footer_change .desc {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.footer.footer_change .title {
	color: #fff;
	font-weight: 600;
}
.footer.footer_change .quick-links a {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
}

.footer.footer_change .quick-links a:hover {
  color: #c91b27;
}

.footer.footer_change .newsletter {
  color: #fff;
}
iframe.ifr {
  width: 1920px;
  height: 1100px;
  margin: auto;
  display: table;
}
.for-frame-style .videobg {
  height: 610px;
}
.add_more_section h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.add_more_section h2 strong {
    font-weight: 700;
}
.add_more_section h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.add_more_section h3 strong {
    font-weight: 700;
}
.add_more_section h4 {
    font-weight: 700;
    margin-bottom: 20px;
}
.add_more_section h4 strong {
    font-weight: 700;
}
.claim-your-business .btn {
  /* background: #efbb3b; */
  background: #eea625;
  color: #2d2d2d;
}
.claim-your-business .btn:hover {
  color: #fff;
}

/*review css*/

.du_review_main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px 0;
}
.du_review_main .du_review_img {
  flex: 0 0 80px;
  max-width: 80px;
}
.du_review_main .du_review_infos {
  flex: 0 0 87%;
  max-width: 87%;
}

.du_reinfoinn h4 {
  font-size: 17px;
}

.du_star_code.bd_adrsinfos .ratings .fa-star,
.du_star_code.bd_adrsinfos .ratings .fa-star.checked,
.du_star_code.bd_adrsinfos .ratings .fa-star-half.checked {
  font-size: 18px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  margin-right: 2px;
  color: #eddb1f;
}

.du_star_code.bd_adrsinfos .ratings .fa-star {
  color: #ecebeb;
  font-size: 18px;
}

.du_reinfo {
  text-align: justify;
}
button#submit-review-form-btn:disabled {
  background-color: #59ad00;
  cursor: not-allowed;
}
button#submit-review-form-btn:disabled:hover {
  background-color: #59ad00 !important;
  cursor: not-allowed;
}
.topbar.topbar_new .toplinks.date_center {
  justify-content: flex-start;
  padding: 0 0 0 142px;
}
/* .menu .navbar-brand img.new-logo-header {
    max-height: 150px;
    width: auto;
    margin-top: -25px;
} */
.menu .navbar-brand img.new-logo-header {
  max-height: 127px;
  width: auto;
  margin-top: -16px;
  position: absolute;
  top: -16px;
  z-index: 999;
} 
.new-logo-footer {
  /* max-width:200px; */
  max-width: 225px;
  max-width: 300px;
  margin-bottom: 25px !important;
}
.our-directory .item .card {
  border-radius: 6px;
  overflow: hidden;
}
.new_logo_center {
  text-align: center;
  padding-right: 20px;
}
.home_event-guide_section span.article-types {
  max-height: 45px;
  overflow: hidden;
}
/* 03 may */
.banner_infos.banner_infos2.cs_info {
  font-weight: 300;
  /* font-size: 58px; */
}

.banner_infos.banner_infos2.cs_info strong {
  color: #ffe77e;
  font-weight: 600;
}
.banner_infos.banner_infos2.cs_info b {
  margin-top: 10px;
  font-weight: 400 !important;
  font-size: 26px !important;
}

.du_map_col .map_column {
  margin: -166px auto 30px auto;
}

.popform_infos {
  padding: 10px 25px;
}

.business-claim-block .text-center.mt-3 {
  margin-top: 0 !important;
}

.menu .navbar-light .navbar-nav .nav-item.navmore a.nav-link {
  pointer-events: inherit;
}

.key_features_bullets ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.key_features_bullets ul li {
  margin: 0 15px 15px 0;
  position: relative;
  z-index: 1;
  padding: 10px 10px 10px 42px;
  float: left;
  width: 100%;
  background: #e8edf7;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
}
.key_features_bullets ul li:before {
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #3c9f08bf;
  content: '';
  transition: all 0.5s ease;
}

.key_features_bullets ul li:after {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 13px;
  content: '';
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;
  transform: rotate(43deg);
}

.key_features_bullets h5 {
  margin: 0 0 16px 0;
  font-size: 16px;
  border-bottom: solid 1px #ddd;
  padding: 0 0 13px 0;
}

.key_features_bullets ul li:nth-child(2n) {
  background: #f2e0ab;
}

.cbt_ytlink .modal-header {
  position: absolute;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cbt_ytlink .modal-header .modal-title {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
}
.modal-dialog.cbt_ytlink .modal-content {
  padding: 0;
  border: none;
  background: none;
}

.modal-dialog.cbt_ytlink .modal-body {
  padding: 0;
}

.modal-dialog.cbt_ytlink .modal-body iframe {
  width: 720px;
  height: 570px;
  margin: 0;
}

.modal-dialog.cbt_ytlink {
  max-width: 800px;
}

.cbt_ytlink .modal-header .close {
  background: #f1bf32;
  opacity: 1;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.wc_popimg {
  box-shadow: 0 00px 40px 0 rgba(218, 142, 28, 0.31),
    0 0px 50px 0 rgba(0, 0, 0, 0.31);
}

.wc_popimg img {
  border: solid 4px #f1bf32a1;
}

.app_buttons_banners {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}
.app_buttons_banners a {
  margin: 0 15px;
}

.app_buttons_footer a {
  display: block;
  margin-top: 12px;
}
.app_buttons_footer {
  padding: 1px 0 0 0;
}

.last_links .list-unstyled.quick-links {
  margin: 0;
}

.app_buttons_footer a img {
  width: 150px;
}

.tips-articles.tips-articles_title .sec-title {
  color: #fff;
}

.categories-sec.subcat .col-md-12 h2 {
  font-weight: 500;
  font-size: 32px;
}

/*step form css*/

.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  padding: 0 0 25px 0;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.list_form_outer {
  padding: 190px 0 60px 0;
}

.list_step_form {
  background: #fff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  max-width: 950px;
  margin: 20px auto 20px auto;
  border: solid 1px #eae6e6;
}
.listform_left {
  background: #c91b27;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 30px 0px 0 30px;
}
.formleft_infos h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
}
.formleft_infos {
  padding: 0 50px 0 40px;
}
.formleft_infos h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f1bf32;
  content: '';
  border-radius: 5px;
  height: 4px;
  width: 65px;
}

.listform_in {
  padding: 30px 30px 40px 0;
}
.stepwizard-step .btn-circle.btn-primary {
  background: #c91b27;
  border: none;
  color: #fff;
}
.stepwizard-step .btn-circle {
  border: solid 1px red;
  background: #fff;
  color: #333;
}
.listform_in form .btn.btn-primary {
  background: #333;
  border-color: #333;
  transition: all 0.5s ease;
}

.listform_in form .btn.btn-primary:hover {
  background: #000;
}

.listform_in form .btn {
  font-size: 16px;
}

.listform_in .form-control:focus {
  border-color: #c91b27;
}

.listform_in form .btn.btn.btn-success {
  background: #c91b27;
  border-color: #c91b27;
}
.listform_in form .btn.btn.btn-success:hover {
  background: #b51520;
  border-color: #b51520;
}

.listform_in .form-group label {
  font-weight: 500;
}

.brwose_file {
  border: dashed 2px #cecdcd;
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  margin: 10px 0 10px 0;
  cursor: pointer;
}
.file_upload {
  position: relative;
}
.file_upload .form-control {
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.main_listform textarea.form-control {
  height: 130px;
}
.fileup_icon img {
  width: 48px;
  margin: 0 0 10px 0;
}

.address_subfill .form-group span {
  font-size: 14px;
  color: #777;
}

.business_start .control-label {
  font-size: 15px;
  color: #777;
}

.listform_in .form-group label span {
  color: red;
}

.listbtns {
  padding: 20px 0 0 0;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.liststeps #progressbar {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}
.liststeps #progressbar li span {
  background: #fff;
  border: solid 1px #c91b27;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 100%;
  line-height: 31px;
  color: #333;
  display: block;
}
.liststeps #progressbar:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}
.liststeps #progressbar li.active span {
  background: #c91b27;
  color: #fff;
}

.plan_pricingmain {
  background: url(/assets/front/images/ppr_banner.webp) left top no-repeat;
  margin-top: 103px;
  padding: 0;
  height: 350px;
  background-size: cover;
}

.ppr_infos {
  position: relative;
  z-index: 1;
  height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0 0 110px;
  margin: 0 auto 0 auto;
  width: 810px;
}
.ppr_infos .icon {
  position: absolute;
  left: 10px;
  top: 76px;
}
.ppr_infos h3 {
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
  line-height: 65px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.75);
}
.ppr_infos p {
  color: #fff;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  background: rgb(237, 222, 93);
  background: radial-gradient(
    circle,
    rgba(237, 222, 93, 1) 0%,
    rgba(240, 152, 25, 1) 100%
  );
  background-clip: text;
  line-height: 50px;
  -webkit-background-clip: text;
}
.ppr_infos .icon img {
  width: 82px;
}

.plan_pricinginfos {
  padding: 50px 0;
}
.topblock_title {
  text-align: center;
}
.topblock_title h3 {
  font-weight: 400;
  font-size: 34px;
  color: #000;
  margin: 0 0 30px 0;
}
.topblock_title h3 span {
  font-weight: 600;
}
.topblock_title h5 {
  font-weight: 400;
  font-size: 17px;
}
.topblock_title h5 em {
  font-weight: 600;
}

/* .topbox_infos {
  background: rgb(237,222,93);
  background: radial-gradient(circle, rgba(237,222,93,1) 0%, rgba(240,152,25,1) 100%);
  margin: 15px;
  border-radius: 10px;
  padding: 40px;
} */
.topbox_infos {
  background: rgb(237, 222, 93);
  background: radial-gradient(
    circle,
    rgba(237, 222, 93, 1) 0%,
    rgba(240, 152, 25, 1) 100%
  );
  margin: 15px;
  border-radius: 10px;
  padding: 0;
  background: none;
}
.top_blockin {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.topbox_infos.topintwo {
  background: rgb(217, 216, 214);
  background: linear-gradient(
    90deg,
    rgba(217, 216, 214, 1) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(233, 233, 233, 1) 49%,
    rgba(255, 255, 255, 1) 75%,
    rgba(229, 228, 226, 1) 100%
  );
  background: none;
}
.topbox_infos h4 {
  color: #000;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.topbox_infos p {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  padding: 7px 28px;
}
.topbox_infos ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.topbox_infos ul li {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 11px 0;
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}
.topbox_infos ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: transparent;
  content: '';
  transition: all 0.5s ease;
  border: solid 1px #000;
}
.topbox_infos ul li::after {
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 11px;
  content: '';
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0px 1px 1px 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.topbox_infos.topintwo h4 {
  color: #000;
}

.price_bottomblock {
  padding: 40px 0 0 0;
}
.price_bottomblock .table thead tr th,
.price_bottomblock .table tfoot tr th {
  font-weight: 600;
  font-size: 27px;
  text-transform: uppercase;
}
.price_bottomblock .table thead tr th,
.price_bottomblock .table tbody tr td,
.price_bottomblock .table thead tr td,
.price_bottomblock .table tfoot tr td,
.price_bottomblock .table tfoot tr th {
  border: none;
  text-align: center;
}
.price_bottomblock .table tbody tr td,
.price_bottomblock .table tfoot tr th,
.price_bottomblock .table tfoot tr td {
  border-top: solid 1px #000;
  vertical-align: middle;
}

.price_bottomblock .table thead tr th:nth-child(2n),
.price_bottomblock .table tbody tr td:nth-child(2n),
.price_bottomblock .table thead tr td:nth-child(2n) {
  background: #fffada;
  text-align: center;
}
.price_bottomblock.interchange-bg .table thead tr th:nth-child(2n), 
.price_bottomblock.interchange-bg .table tbody tr td:nth-child(2n), 
.price_bottomblock.interchange-bg .table thead tr td:nth-child(2n) {
  background: #f5f5f5;
  text-align: center;
}
.price_bottomblock .table tfoot tr:first-child th:nth-child(2),
.price_bottomblock .table tfoot tr:first-child th:last-child {
  color: #e51c24;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price_bottomblock .table tfoot tr:last-child th:nth-child(2),
.price_bottomblock .table tfoot tr:last-child th:last-child {
  color: #318805;
}

.price_bottomblock .table tfoot tr:last-child th small {
  font-weight: 500;
}

.price_bottomblock .table tbody tr td span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.price_bottomblock .table tbody tr td span::after {
  position: absolute;
  left: 0;
  top: -8px;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 17px;
  content: '';
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
}

.price_bottomblock .table tbody tr td span:before {
  position: absolute;
  left: 0;
  top: -13px;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #3fa60b;
  content: '';
  transition: all 0.5s ease;
  margin: 0 auto;
}

.price_bottomblock .table tbody tr td:first-child,
.price_bottomblock .table tfoot tr th:first-child,
.price_bottomblock .table tfoot tr td:first-child {
  text-align: left;
  font-weight: 500;
}
.price_bottomblock .table thead tr th:first-child {
  text-align: left;
}

.price_bottomblock .table tfoot tr td,
.price_bottomblock .table tfoot tr th {
  background: #f5f5f5;
}
.price_bottomblock .table tfoot tr:last-child th span {
  position: relative;
  z-index: 1;
  padding: 0 0 0 38px;
}

.topbox_infos.topintwo p {
  background: #000;
  color: #fff;
}

.price_bottomblock .table tfoot tr:last-child th span::after {
  position: absolute;
  left: 12px;
  top: 6px;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 17px;
  content: '';
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.price_bottomblock .table tfoot tr:last-child th span::before {
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #3fa60b;
  content: '';
  transition: all 0.5s ease;
}

.listform_in .form-group .help-block {
  color: red;
}

.formmain_head {
  text-align: center;
  padding: 0 0 10px 0;
}
.formmain_head h4 span {
  color: #c91b27;
}
.formmain_head h4 {
  font-size: 26px;
}
.formmain_head p {
  margin: 0;
}

.holder img {
  width: 175px;
  border: solid 2px #ddd;
  padding: 2px;
}
.holder {
  text-align: center;
}

.listform_in .form-group .business_start .help-block {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.lf_thank_inofs {
  text-align: center;
  background: rgba(34, 177, 76, 0.06);
  border-radius: 10px;
  padding: 30px 0;
  box-shadow: 0 5px 14px 0 rgba(66, 87, 72, 0.24);
  border-bottom: solid 6px #22b14c;
}
.lf_thankyou_box {
  max-width: 820px;
  margin: 0 auto 30px auto;
}
.lf_thank_inofs h3 {
  color: #22b14c;
  font-weight: 600;
}
.lf_thank_inofs h4 {
  margin: 20px 0 20px 0;
}
.lf_thank_inofs p {
  color: #128233;
  font-weight: 500;
  font-size: 21px;
  text-shadow: 0 2px 1px rgb(244, 255, 246);
}
.lf_thank_btn a {
  background: #22b14c;
  padding: 12px 25px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.lf_thank_inofs h4 span {
  color: #c91b27;
}

.lf_thank_btn a:hover {
  background: #188a3a;
}
.lf_thank_btn {
  padding: 60px 0 0 0;
  text-align: center;
  margin: 0 0 60px 0;
}

.ppr_yesbtn {
  text-align: center;
  padding: 30px 0 0 0;
}
.ppr_yesbtn a {
  background: #ff0000;
  color: #fff;
  font-size: 19px;
  border-radius: 0.3rem;
  padding: 11px 55px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.ppr_yesbtn a:hover {
  background: #eea625;
  color: #000;
  text-shadow: 0 2px 5px rgba(244, 242, 242, 0.25);
}

.price_bottomblock .table {
  border: solid 2px #ddd;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.price_bottomblock .table thead tr th:nth-child(2) {
  background: rgb(210, 160, 24);
  background: linear-gradient(
    90deg,
    rgba(210, 160, 24, 1) 0%,
    rgba(162, 121, 13, 1) 25%,
    rgba(205, 177, 100, 1) 48%,
    rgba(187, 155, 73, 1) 65%,
    rgba(210, 160, 24, 1) 100%
  );
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background: rgb(210, 160, 24);
  background: linear-gradient(
    90deg,
    rgba(210, 160, 24, 1) 0%,
    rgba(189, 143, 24, 1) 17%,
    rgba(162, 121, 13, 1) 51%,
    rgba(205, 177, 100, 1) 77%,
    rgba(210, 160, 24, 1) 100%
  );
}


.price_bottomblock .table thead tr th:nth-child(3) {
  background: rgb(229, 228, 226);
  background: linear-gradient(
    90deg,
    rgba(229, 228, 226, 1) 0%,
    rgba(241, 241, 241, 1) 16%,
    rgba(189, 187, 184, 1) 35%,
    rgba(189, 187, 184, 1) 51%,
    rgba(222, 221, 219, 1) 77%,
    rgba(255, 255, 255, 1) 88%,
    rgba(229, 228, 226, 1) 100%
  );
}
.price_bottomblock.interchange-bg .table thead tr th:nth-child(2) {
  background: rgb(229, 228, 226);
  background: linear-gradient(
    90deg,
    rgba(229, 228, 226, 1) 0%,
    rgba(241, 241, 241, 1) 16%,
    rgba(189, 187, 184, 1) 35%,
    rgba(189, 187, 184, 1) 51%,
    rgba(222, 221, 219, 1) 77%,
    rgba(255, 255, 255, 1) 88%,
    rgba(229, 228, 226, 1) 100%
  );
}


.price_bottomblock.interchange-bg .table thead tr th:nth-child(3) {
  background: rgb(210, 160, 24);
  background: linear-gradient(
    90deg,
    rgba(210, 160, 24, 1) 0%,
    rgba(162, 121, 13, 1) 25%,
    rgba(205, 177, 100, 1) 48%,
    rgba(187, 155, 73, 1) 65%,
    rgba(210, 160, 24, 1) 100%
  );
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background: rgb(210, 160, 24);
  background: linear-gradient(
    90deg,
    rgba(210, 160, 24, 1) 0%,
    rgba(189, 143, 24, 1) 17%,
    rgba(162, 121, 13, 1) 51%,
    rgba(205, 177, 100, 1) 77%,
    rgba(210, 160, 24, 1) 100%
  );
}

.price_bottomblock .table tbody tr td:nth-child(3) {
  background: red;
  background: rgb(230, 227, 223);
  background: linear-gradient(
    90deg,
    rgba(230, 227, 223, 1) 0%,
    rgba(223, 222, 220, 1) 51%,
    rgba(222, 221, 219, 1) 77%
  );
  background: rgb(230, 227, 223);
  background: linear-gradient(
    90deg,
    rgba(230, 227, 223, 1) 0%,
    rgba(235, 233, 231, 1) 51%,
    rgba(235, 233, 230, 1) 77%
  );
  /*! border-left: solid 2px #d2cfcc; */
  background: #f5f5f5;
}
.price_bottomblock.interchange-bg .table tbody tr td:nth-child(3) {
  background: #fffada;
}

.gold_img img {
  transition: all 0.5s ease;
  opacity: 0.9;
}
.gold_img a:hover img {
  transform: translateY(-10px);
  opacity: 1;
}

/**premium page**/

.bdpp_main_section {
  background: url(/assets/front/images/business-detail-premium-products/eseo_banner.jpg)
    left top no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
  margin-top: 104px;
}

.bdpp_main_section.bdpp_cargo_main {
  background: url(/assets/front/images/business-detail-premium-products/cargo_banner.jpg)
}

.bdpp_main_section.bdpp_mohalla_banner {
  background: url(/assets/front/images/business-detail-premium-products/mohalla-banner.jpg) 
}




.bdpp_banner_grid .row {
  width: 100%;
}

.bdpp_main_section:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  top: 0;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 86%);
  opacity: 0.75;
}
.bdpp_leftinfos .bdpp_title {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 2px 2px rgba(0,0,0,0.55);
	max-width: 510px;
}
.bdpp_mainlist_star {
  display: flex;
  flex-direction: row;
  padding: 3px 0;
}
.bdpp_mainlist_star a {
	/* background: rgb(237, 222, 93); */
	background: radial-gradient( circle, rgba(237, 222, 93, 1) 0%, rgba(240, 152, 25, 1) 100% );
	padding: 7px 19px;
	border-radius: 3px;
	color: #000;
	pointer-events: none;
}
.bdpp_star_rate ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bdpp_star_rate ul li {
  display: inline;
}
.bdpp_banner_grid {
  display: flex;
  height: 400px;
  justify-content: flex-start;
  align-items: flex-end;
}
.bdpp_store_code {
  padding: 6px 0;
}
.bdpp_store_code a {
  color: #fff;
  margin: 0 20px 0 0;
}
.bdpp_store_code a span {
  margin: 0 4px 0 0;
}
.bdpp_star_rate li span {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
  background: #87b43d;
  display: inline;
  font-weight: normal;
  color: #fff;
}
.bdpp_star_rate {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 0 0 0 12px;
}
.bdpp_mainlist_star a span {
  margin: 0 6px 0 0px;
}
.bdpp_left_part {
  padding: 0 0 20px 0;
}

.bdpp_social_icons a {
  color: #fff;
  background: #fff;
}

.bdpp_social_icons a img {
  background: #fff;
  border-radius: 10px;
  border: solid 1px rgba(244, 241, 241, 0.75);
}

.bdpp_social_icons a i {
  font-size: 28px;
  margin: 0 0 0 15px;
}
.bdpp_right_part {
  text-align: right;
  height: 168px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.bdpp_options a {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s ease;
  cursor: pointer;
  background: rgba(43, 38, 38, 0.75);
}

.bdpp_options a:hover {
  background: #f1bf32;
  color: #000;
  border-color: #f1bf32;
}
.bdpp_options a:hover img {
  filter: inherit;
}

.bdpp_social_icons a:hover {
  color: #c91b27;
}

.bdpp_options a img {
  position: relative;
  top: 0;
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
  width: 29px;
}

.bd_options a:nth-child(2) img {
  width: 26px;
}

.bdpp_options {
  padding: 32px 0 0 0;
}

.bdpp_secd {
  padding: 60px 0;
}
.bdpp_secd.bdpp_main_section3 {
  background: #eef1f8;
}
.bdpp_stitle {
  text-align: center;
}
.bdpp_stitle h3 {
  font-weight: 500;
  font-size: 38px;
  margin: 0 0 15px 0;
}
.bdpp_whymain {
	text-align: center;
	transition: all 0.8s ease-in-out;
	padding: 20px 22px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.bdpp_whymain:after {
  background: #C91B27;
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  transition: all 0.5s ease-in-out;
}

.bdpp_whymain:hover:after {
  width: 100%
}
.bdpp_whyicon {
  padding: 0 0 20px 0;
}
.bdpp_whyinfos h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 27px;
}
.bdpp_whymain:hover {
  background: #fff;
  box-shadow: 0px 6px 30px 4px rgba(0, 0, 0, 0.07);
  border-radius: 11px;
}
.bdpp_secd.bdpp_main_section2 {
  padding-bottom: 40px;
}

.bdpp_bestmain {
  text-align: center;
  transition: all 0.8s ease-in-out;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0px 6px 30px 4px rgba(0, 0, 0, 0.06);
  margin: 40px 0 0px 0;
  border-bottom: solid 4px aliceblue;
}

.bdpp_bestinfos h4 {
  margin: 0 0 15px 0;
}
.bdpp_bestmain:hover {
  background: #fff;
  box-shadow: 0px 6px 30px 4px rgba(0, 0, 0, 0.09);
  border-radius: 11px;
  border-bottom-color: #f1bf32;
}

.bdpp_besticon {
  margin: 0 0 20px 0;
}
.bdpp_stitle.bdpp_title_left {
  text-align: left;
}
.bdpp_tbtn a {
  margin: 10px 0 0 0px;
  pointer-events: inherit;
  border-radius: 3px;
  padding: 10px 27px;
  font-size: 15px;
  color: #fff;
  background: #c91b27;
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease;
}
.bdpp_tbtn a:hover {
  background: #eea625;
  color: #000;
}
.bdpp_dhibfos p {
  text-align: justify;
}

.bdpp_counter_col {
  background: #1e1e1f;
  border-radius: 10px 0 0px 0px;
  box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.1);
}

.bdpp_wrapper {
  position: relative;
  padding: 40px 0 20px 0;
}
.bdpp_counter {
  border-radius: 0;
  padding: 5px 0;
  border-bottom: solid 1px #3e3e3e;
  padding-bottom: 15px;
  margin: 0 15% 15px 15%;
  text-align: center;
}

.bdpp_counter.bdpb_ksign .timer:after {
  position: absolute;
  top: 0;
  right: 0;
  content: 'K+';
  font-size: 36px;
  color: #fff;
}

.bdpp_counter.bdpb_msign .timer:after {
  position: absolute;
  top: 0;
  right: 0;
  content: 'M+';
  font-size: 36px;
  color: #fff;
}

.bdpp_counter .timer.bdpp_plus {
  padding-right: 27px;
}

.bdpp_counter.bdp_signplus .timer:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 36px;
  color: #fff;
}

.bdpp_counter .timer.ktimer {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 60px 0 0;
}

.bdpp_counter .timer {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 28px;
}

.bdpp_count-title {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bdpp_count-text {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.bdpp_wrapper .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.bdpp_whbg {
  background: #fff;
}
.bdpp_whbg .bdpp_hrs_title {
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 24px;
  color: #1e1e1f;
  font-weight: 600;
}
.bdpp_whbg .bdpp_hrs_title span {
  font-weight: 500;
}

.bdpp_main_section6 {
  background: #328905;
  text-align: center;
  color: #fff;
  padding: 36px 0;
}
.bdpp_justcall h4 {
  font-size: 36px;
  font-weight: 400;
}
.bdpp_main_section6 a {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease;
}

.bdpp_main_section6 a:hover {
  color: #eea625;
}

.bdpp_whbg {
  background: #fff;
  box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 0 0;
}

.bdpp_secd.bdpp_main_section5 {
  background: #eef1f8;
  padding-bottom: 0;
}

.bdpp_whrs .table {
  margin: 0 auto;
  width: 70%;
}
.bdpp_whrs .table tr td {
  border: none;
  border-bottom: solid 1px #c2c2c2;
  text-align: center;
}
.bdpp_whrs .table tr td:first-child {
  text-align: left;
  padding-left: 0;
}
.bdpp_whrs .table tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.bdpp_whrs .table tr td small {
  color: #e51c24;
  font-size: 18px;
}

/**premium gallery **/

.arch-slider {
  margin: 0;
  padding: 30px 0;
  background: #e8e8e8;
}

.arc-images {
  position: relative;
}

.arc-images:before {
  content: ' ';
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 1;
}

a.arc-link:hover .arc-images:before {
  background: rgba(8, 8, 8, 0.75);
  background: rgba(51, 51, 51, 0.6) !important;
}

.architecturalmillwork-lyt .slick-lightbox-close {
  color: rgba(0, 110, 158, 1) !important;
  font-size: 26px !important;
  width: 38px !important;
  height: 44px !important;
  margin-top: 30px;
  margin-right: 80px;
  right: 0 !important;
  top: 2px !important;
}

.architecturalmillwork-lyt .slick-lightbox-close:before {
  font-family: progallery-svg-font-icons !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1 !important;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  content: '\F10A' !important;
  font-size: inherit;
  color: rgba(0, 0, 0, 1) !important;
}

.arch-slider .slick-arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -55px;
  z-index: 111;
  padding: 20px 38.5px;
  cursor: pointer;
}

.arch-slider .slick-arrow.next {
  right: 0;
}

.arch-slider .slick-arrow svg {
  -webkit-filter: drop-shadow(0 1px 0.15px #b2b2b2);
  filter: drop-shadow(0 1px 0.15px #b2b2b2);
  display: inline-block;
}

.slideshow-arrow {
  fill: #e8e8e8;
}

.arch-slider {
  margin: 0;
  padding: 30px 0;
  background: #e8e8e8;
}

.arc-images {
  position: relative;
}

.arc-images:before {
  content: ' ';
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 1;
}

a.arc-link:hover .arc-images:before {
  background: rgba(8, 8, 8, 0.75);
  background: rgba(51, 51, 51, 0.6) !important;
}

.architecturalmillwork-lyt .slick-lightbox-inner {
  background-color: rgba(232, 232, 232, 1) !important;
  z-index: 1111;
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow {
  z-index: 111;
  width: 100px;
  height: 100px;
  background-image: url(//cdn2.hubspot.net/hubfs/4795157/Idxcorporation_December2018/Images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
  margin-top: -50px;
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow:before {
  display: none;
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-prev {
  left: 0;
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-next {
  right: 0;
  transform: rotate(180deg);
}

.architecturalmillwork-lyt .slick-lightbox-close {
  color: rgba(0, 110, 158, 1) !important;
  font-size: 26px !important;
  width: 38px !important;
  height: 44px !important;
  margin-top: 30px;
  margin-right: 80px;
  right: 0 !important;
  top: 2px !important;
}

.architecturalmillwork-lyt .slick-lightbox-close:before {
  font-family: progallery-svg-font-icons !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1 !important;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  content: '\F10A' !important;
  font-size: inherit;
  color: rgba(0, 0, 0, 1) !important;
}

.bdpp_main_section7 .gallery-main .d-flex {
  display: grid !important;
  grid-template-columns: auto auto auto;
}
.bdpp_main_section7 .gallery-main .d-flex .img-gallery-item {
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
}
.bdpp_main_section7 .gallery-main .d-flex .img-gallery-item img {
  grid-row: 1 / -1;
  grid-column: 1;
  display: grid;
  height: auto;
  width: 100%;
}
.bdpp_main_section7 .gallery-main .gallery .image-item {
  height: auto;
  width: auto;
  display: grid;
  align-items: inherit;
  justify-content: inherit;
  background: none;
  grid-template-columns: max-content;
}

.bdpp_secd.bdpp_main_section8 {
  background: #283149;
}
.bdpp_main_section8 .bdpp_stitle {
  color: #fff;
}

.bdpp_main_section8 .owl-carousel .owl-item .bdpp_nmloc img {
  width: auto;
  display: inline-block;
  margin: 0 2px 0 10px;
  width: 13px;
}
.bdpp_tesiouter .bdpp_testimain {
  background: #3b455f;
  display: flex;
  max-width: 600px;
  margin: 30px auto 30px auto;
  flex-wrap: wrap;
  border-radius: 10px;
}

.bdpp_tesiouter .owl-carousel .owl-item .bdpp_testiimg img {
  width: 200px;
}
.bdpp_tesiouter .owl-carousel .owl-item .bdpp_testiimg img {
  width: 200px;
}
.bdpp_tesiouter .owl-carousel .owl-item .bdpp_testiimg {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  flex: 0 0 34%;
  max-width: 34%;
}
.bdpp_testiinfos {
  padding: 0 20px 0 20px;
  flex: 0 0 66%;
  max-width: 66%;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bdpp_testiinfos .bdpp_para {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}
.bdpp_nmloc span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.bdpp_nmloc {
  padding: 10px 0 0 0;
}

.bdpp_main_section8 .bdpp_tbtn {
  text-align: center;
  padding: 18px 0 0 0;
}

.bdpp_main_section9 {
  background: #eef1f8;
}
.bdpp_main_section9 .bdpp_subinfos {
  color: #5e7290;
  text-align: center;
  font-size: 16px;
  max-width: 725px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.bdpp_subform {
  text-align: center;
  position: relative;
  width: 470px;
  margin: 0 auto;
}
.bdpp_subform input {
	border: solid 1px #c0cae0;
	height: 51px;
	border-radius: 5px 0 0 5px;
	padding: 0 115px 0 9px;
	color: #5e7290;
	border-right: none;
	width: 100%;
	position: relative;
	margin-left: -4.5px;
}
.bdpp_subform button {
	background: #c91b27;
	color: #fff;
	border: none;
	height: 51px;
	border-radius: 0 10px 10px 0;
	font-size: 19px;
	padding: 0 16px;
	line-height: 51px;
	border: solid 1px #c91b27;
	position: absolute;
	right: -4.5px;
	top: 10px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.bdpp_subform button:hover {
  background: #eea625;
  color: #000;
  border-color: #eea625;
}

.bdpp_subform {
  text-align: center;
  position: relative;
  width: 470px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.bdpp_lcform {
  background: #eef1f8;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px 40px;
  max-width: 490px;
  margin: 0px auto 0 auto;
}
.bdpp_lcform h4 {
  color: #5e7290;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
.bdpp_connect {
  text-align: center;
}
.bdpp_connect button {
  margin: 10px 0 0 0px;
  pointer-events: inherit;
  border-radius: 3px;
  padding: 10px 27px;
  font-size: 15px;
  color: #fff;
  background: #c91b27;
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.bdpp_connect button:hover {
  background: #eea625;
  color: #000;
}

.bdppcolfills textarea {
  border: none;
  border-radius: 0 0.25rem 0.25rem 0;
  flex: 1 1 auto;
  width: 1%;
  padding: 0.375rem 0.75rem;
  height: 120px;
}
.bdppcolfills .input-group-text {
  background: #fff;
  border: none;
  border-left: solid 4px #c61a28;
  border-radius: 0;
}
.bdppcolfills .form-control {
  border: none;
  height: 52px;
}
.bdppcolfills .input-group.textar_icon .input-group-text {
  align-items: flex-start;
  padding: 7px 14px 0 12px;
}

.bdpp_tesiouter .owl-theme .owl-dots .owl-dot.active span {
  background: #eea625;
  width: 15px;
  height: 15px;
}
.bdpp_tesiouter .owl-theme .owl-dots .owl-dot span {
  margin: 3px 4px;
}

.topbar.topbar_new .toplinks a.top_advertus {
  background: #c91b27;
  color: #fff;
  height: 41px;
  display: inline-block;
  border-radius: 0 0 7px 7px;
  position: relative;
  top: -6px;
  padding: 1px 12px 0 12px;
  transition: all 0.5s ease;
}
.topbar.topbar_new .toplinks a.top_advertus span {
  color: #fff;
  position: relative;
  /*! top: 7px; */
  transition: all 0.5s ease;
  transform: translateY(7px);
  display: inline-block;
}
.topbar.topbar_new .toplinks a.top_advertus:hover {
  background: #d21b28;
  text-shadow: 0 4px 5px rgb(238, 166, 37);
  height: 45px;
}
.topbar.topbar_new .toplinks a.top_advertus:hover span {
  transform: translateY(10px);
}

.advertus_mob {
  display: none;
}

.bdpp_whyicon span {
  padding: 20px 0 20px 0;
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin: 20px auto 20px auto;
  justify-items: center;
  width: 113px;
}

.bdpp_besticon span {
  padding: 20px 0 20px 0;
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
  margin: 20px auto 20px auto;
  justify-items: center;
  width: 113px;
}

.bdpp_besticon span img {
  width: auto;
  height: 80px;
}

.business-claim-block.bdpp_addrs {
  min-height: inherit;
  margin: 0;
  width: 370px;
  padding: 15px 0px 15px 15px;
  position: absolute;
  bottom: 70px;
  left: 0;
  height: 300px;
  top: inherit;
  border-left: solid 6px #f1bf32;
}
.business-claim-block.bdpp_addrs .icon {
  margin: 0 10px 0 0;
}
.business-claim-block.bdpp_addrs .d-flex {
  flex-wrap: wrap;
  align-items: flex-start !important;
}
.business-claim-block.bdpp_addrs .d-flex .para-text {
  flex: 0 0 66%;
}
.bdpp-mapaddres {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 0 0 70px;
}

.bdpp-mapinfos iframe {
	width: 100%;
	height: 514px;
	border: solid 4px #f1bf32;
}

.bdpp_grid_contact {
  padding-top: 40px;
}

.bdpp_grid_contact {
  padding-top: 40px;
}
.bdpp_secd.bdpp_main_section10 {
  background: #333537;
  position: relative;
  z-index: 1;
}
.bdpp_secd.bdpp_main_section10 h3 {
  color: #fff;
}
/* .bdpp_secd.bdpp_main_section10:after {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 58%;
  background: #f5f5f5;
  content: '';
  z-index: -1;
} */

.gallery-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* display: grid; */
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 330px;
  gap: 10px;
}

.gallery-main .gallery li .image-item img {
  height: auto;
  width: 100% !important;
}

.bdpp_secd.bdpp_main_section7 .bdpp_stitle {
  padding: 0 0 30px 0;
}

.gallery_insta {
  position: relative;
  z-index: 1;
}
.gallery_insta:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 30px;
  content: '';
  z-index: 1;
}

/*4 july*/

.bdpp_stitleimg {
	border: solid 2px #cecccc;
	padding: 4px;
}

.bddpp_gallery.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bddpp_gallery.gallery ul li {
  margin: 0 10px;
}
.bddpp_gallery.gallery ul li img {
  border: solid 2px #cecccc;
  padding: 4px;
}

.bdpp_bestinfos p {
	min-height: 100px;
}

.businesspp_logo {
  padding: 0 0 30px 0;
}
.businesspp_logo img {
	width: 170px;
}

.bdpp_dhibfos h4 {
	margin: 12px 0 12px 0;
}

.bdpp_tbtn {
	padding: 11px 0 0 0;
}

/*subcat breadccrub css*/

.subcattitle .catbannr_titleblock {
  height: 418px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.categories-banner .subcattitle .catbannr_titleblock h1 {
  height: auto;
}
.subcattitle .catbannr_titleblock .bread_crumb.bread_crumb2 a {
  color: #fff;
}
.subcattitle .catbannr_titleblock .bread_crumb.bread_crumb2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.75);
}
.subcattitle .catbannr_titleblock .bread_crumb.bread_crumb2 span {
  color: #f1bf32;
}

.most-popular-listing .find-by-widget.findby-category ul li h3 {
	margin-bottom: 0;
	line-height: inherit;
  font-size: 15px;
font-weight: 500;
text-transform: capitalize;
}

.custom_faq_section .bd-accordian .card-header h3 {
	font-size: 16px;
	color: black;
  font-weight: 500;
  font-family: inherit;
}

/*cargo preimuim page*/

.businesspp_logo.cargo_busi_logo img {
  width: 230px;

}
.businesspp_logo.cargo_busi_logo {
  padding-bottom: 15px;
}

.bdpp_grid4.cargo_bdpp_grid .bdpp_besticon span {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.bdpp_grid4.cargo_bdpp_grid .bdpp_besticon span img {
  height: auto;
  transition: all 0.5s ease;
}
.bdpp_grid4.cargo_bdpp_grid .bdpp_bestmain {
  padding: 0;
  overflow: hidden;
  border-radius: 11px;
}
.bdpp_grid4.cargo_bdpp_grid .bdpp_bestinfos {
	padding: 0 20px 20px 20px;
	min-height: 298px;
}
.bdpp_bestinfos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bdpp_bestinfos ul li {
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0 0 7px 0;
  padding: 0 0 0 30px;
}
.bdpp_bestinfos ul li:after {
  position: absolute;
  left: 7px;
  top: 9px;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  content: '';
  border-style: solid;
  border-color: transparent #c91b27 #c91b27 transparent;
  border-width: 0px 2px 2px 0px;
  z-index: 1;
  transform: rotate(-45deg);
}

.bdpp_bestmain:hover .bdpp_besticon span img {
  transform: scale(1.25);
}
.bdpp_grid4.cargo_bdpp_grid .bdpp_besticon {
  height: 252px;
  overflow: hidden;
}

.bdpp_tesiouter.cargo_bdpp_tesiouter .bdpp_testimain {
	max-width: 660px;
}

.bdpp_grid5 .bdpp_counter_col .bdpp_whrs {
  text-align: center;
}
.bdpp_grid5  .bdpp_counter_col .bdpp_whrs .bdpp_hrs_title {
  color: #fff;
  font-size: 24px;
  margin: 30px 0 0 0;
}
.bdpp_grid5 .bdpp_counter_col .bdpp_whrs .bdpp_hrs_title span {
  font-weight: 700;
}


.bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li span {
  background: #F1BF32;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 100%;
  line-height: 95px;
  text-align: center;
  margin: 0 10px 0 0;
}
.bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li span img {
  filter: brightness(0) invert(0);
}
.bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li {
  margin: 0 0 20px 90px;
  color: #fff;
  font-size: 25px;
}
.bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.most-popular-listing .list-item .view-det-btn.enquire_nwbtn {
  margin-top: 10px;
  background: #eea625;
  color: #000000;
}

.most-popular-listing .list-item .view-det-btn.enquire_nwbtn:hover {
	background: #c91b27 !important;
	color: #fff;
}

.bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
	height: 215px;
}
.bdpp_main_section.bdpp_cargo_main .bdpp_right_part .businesspp_logo img {
  width: 300px;
}
.bdpp_main_section.bdpp_cargo_main .bdpp_right_part .businesspp_logo {
  padding: 0 0 10px 0;
}

.bdpp_main_section.bdpp_cargo_main .bdpp_options a.bdppgetdirect {
	border: solid 1px #ffffff42;
	background: #87b43d;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,0.15);
}

.bdpp_main_section.bdpp_cargo_main .bdpp_options  a.bdppgetdirect:hover {
	background: #f1bf32;
	color: #000;
	border-color: #f1bf32;
}
/*
.bdpp_cargo_main .bdpp_leftinfos .businesspp_logo img {
  width: 280px;
}
.bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
  font-size: 32px;
  max-width: 600px;
  margin: 0 0 10px 0;
}
.bdpp_cargo_main .bdpp_leftinfos .businesspp_logo {
  padding-bottom: 10px;
}

.bdpp_cargo_main .bdpp_leftinfos .businesspp_logo img {
  width: 280px;
}
.bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
  font-size: 32px;
  max-width: 600px;
  margin: 0 0 10px 0;
}
.bdpp_cargo_main .bdpp_leftinfos .businesspp_logo {
  padding-bottom: 10px;
}
.bdpp_main_section.bdpp_cargo_main .bdpp_right_part iframe {
  width: 500px;
  height: 310px;
  border: solid 1px #fff;
  padding: 2px;
}

.bdpp_cargo_main .bdpp_options {
	padding: 20px 0 0 0;
}

.bdpp_main_section.bdpp_cargo_main .bdpp_main_section::after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	top: 0;
	z-index: -1;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 116%);
	opacity: 0.75;
} */

/*new Design code */
.feature_iconouter.feature_iconouter_nd {
	max-width: 1174px;
}

.feature_main .feature_img.dl_newfeature_img img {
  width: 32px;
}
.feature_iconouter.feature_iconouter_nd .feature_main .feature_img.dl_newfeature_img {
	margin: 0;
	min-height: 91px;
	padding-bottom: 0;
}

.feature_iconouter.feature_iconouter_nd .feature_main {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 1;
	min-height: 70px;
	overflow: hidden;
	margin: 15px 0;
}
.feature_iconouter.feature_iconouter_nd .feature_infos {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 40px;
	background: #EDEDED;
	z-index: 0;
}
.feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
  font-size: 16px;
}
.feature_iconouter.feature_iconouter_nd .feature_main .feature_img {
  padding-bottom: 25px;
}
.feature_iconouter.feature_iconouter_nd .feature_main .feature_img img {
  height: 37px;
}


.our_features_grid.feature_icon_blocks .feature_iconouter_nd .feature_main:hover {
  border-color: #e8e8e8;
  background: #fff;
}
.feature_iconouter.feature_iconouter_nd .feature_infos:after {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2D2D2D;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease;
}
.feature_iconouter.feature_iconouter_nd .feature_main:hover .feature_infos:after {
  height: 100%;
}

.feature_iconouter.feature_iconouter_nd .feature_main:hover .feature_infos h2{color: #fff}

.business_badges {
  background: #318805;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0 0 12px 0;
  padding: 4px 13px;
}

.business_badges.bb_badge_recent{ background:#F1BF32; color:#2d2d2d}
.business_badges.bb_badge_claimed{background: rgb(41,46,73);
background: linear-gradient(90deg, rgba(41,46,73,1) 0%, rgba(83,105,118,1) 51%, rgba(41,46,73,1) 100%);}

.newdl_directory .business_badges img {
	margin-right: 0px;
	width: 16px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.dl_topcats_home {
	background: #EEF1F8;
	padding: 40px 0;
}
.dl_topcats_inner {
  background: #ffff;
  overflow: hidden;
  border-radius: 10px;
}
.dl_topcats_heading {
  background: #DA1F1E;
  padding: 6px 11px;
  color: #fff;
  text-align: center;
}
.dl_topcats_inner_main {
	padding: 20px 20px 0px 20px;
}
.dl_topcats_sub figure {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	object-fit: cover;
	height: 120px;
}

.dl_topcats_sub figure img {
	max-width: inherit;
	width: 100%;
	height: 120px;
}

.dl_topcats_sub_title {
	text-align: center;
	margin: 5px 0 20px 0;
	font-size: 15px;
	color: #000;
	font-weight: 500;
}

.dl_topcats_sub:hover .dl_topcats_sub_title {
	color: #da1f1e;
}

.dl_topcats_sub.dl_topcats_submore figure {
	min-height: 116px;
	background: #EEF1F8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dl_topcats_sub.dl_topcats_submore figure img {
	width: auto;
	height: auto;
}

.dl_topcats_main.dl_topcats_main_yellow {
	margin-top: 30px;
}

.dl_topcats_main.dl_topcats_main_yellow .dl_topcats_heading {
  background: #F1BF32;
  color: #2d2d2d;
}


.dl_topapps_home {
  background: #C91B27;
  padding: 50px 0 0 0;
}
.dltopapp_mobiles figure {
  margin: 0;
}
.dltop_lines {
  color: #fff;
  font-size: 43px;
}
.dltop_lines span {
  font-weight: 700;
}
.dltopapp_buttons {
  padding: 20px 0 0 0;
}
.dltopapp_buttons a img {
  margin-right: 20px;
}
.dltopapp_infos {
  height: 440px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.dltopapp_logo {
  padding: 0 0 10px 0;
}

.dl_topwhyrely_home {
	padding: 50px 0;
	background: url('../images/newdesign_images/why_relynewbg.png') no-repeat left top #fff;
}


.dl_topwhyrely_outer {
  display: flex;
  flex-wrap: wrap;
}
.dl_topwhyrely_outer .dl_topwhyimg {
  flex: 0 0 25%;
  max-width: 25%;
}
.dl_topwhyrely_outer .dl_topwhyinfos {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 0 0 30px;
}
.dl_topwhyrely_main {
  margin: 40px 0 0 0;
}
.dl_topwhyrely_outer .dl_topwhyinfos h3 {
  font-size: 20px;
  font-weight: 500;
}
.dl_topwhyrely_outer .dl_topwhyinfos p {
  font-size: 15px;
}
.dl_topwhyrely_outer .dl_topwhyimg img {
	border-radius: 12px;
}

.dl_topwhyrely_main.dl_topwhyrely_main2 {
  position: relative;
  left: 45px;
  right: inherit;
}
.dl_topwhyrely_main {
  position: relative;
  right: 45px;
}

.our-directory.newdl_directory .card {
  border-radius: 12px;
  overflow: hidden;
}
.our-directory.newdl_directory .card .card-body {
	background: #F1BF32;
}

.our-directory.newdl_directory .card-body .card-title a {
  color: #202020;
}

.our-directory.b_listing.newdl_directory .ratings .fa-star.checked, .our-directory.b_listing.newdl_directory .ratings .fa-star-half.checked {
	color: #fff;
	font-size: 13px;
	-webkit-transform: inherit;
	transform: inherit;
}

.dl_topcats_home .dl_topcats_main .col-md-6:nth-child(3) .dl_topcats_heading, .dl_topcats_home .dl_topcats_main .col-md-6:last-child .dl_topcats_heading {
	background: #F1BF32;
	color: #2d2d2d;
}

.dl_topcats_home .dl_topcats_main .col-md-6:nth-child(3), .dl_topcats_home .dl_topcats_main .col-md-6:last-child {
	margin-top: 30px;
}

.tips-articles.upcomingmain .sec-title.sec_titlenew span {
	background-image: linear-gradient(90deg, rgb(240, 152, 25) 30%, rgb(237, 222, 93) 53%, rgb(240, 152, 25) 0%);
	background: rgb(240,152,25);
	background: linear-gradient(90deg, rgb(240, 152, 25) 44%, rgb(238, 203, 75) 20%, rgb(240, 152, 25) 55%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.events_guide_newdesign .card {
	border-radius: 12px !important;
	overflow: hidden;
	margin-top: 20px;
}

.events_guide_newdesign .card {
  border-radius: 12px !important;
  overflow: hidden;
}
.events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative .card-img {
  height: 190px;
  border-radius: 0;
}
.events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative {
  height: 190px;
}

.travelogue_newdesign .sec-title.sec_titlenew_black span {
	color: #2d2d2d;
}



.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign {
  background: #EEF1F8;
}
.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img img {
	padding: 0;
	border: none;
	height: 380px;
}
.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 7px 0 rgba(0,0,0,0.10);
}
.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos {
	padding: 10px 24px 0 24px;
}
.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos a h3{
  color: #101828;
  font-size: 24px;
}
.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos p {
  color: #777;
}

.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .expo_infos a h3 {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp {
  height: 203px;
}


.tips-articles.tip_article_newdesign .sec-title span {
  background: rgb(240,152,25);
  background: linear-gradient(90deg, rgb(240, 152, 25) 45%, rgb(238, 203, 75) 20%, rgb(240, 152, 25) 65%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tip_article_newdesign .card.article-card {
	border-radius: 12px !important;
	overflow: hidden;
}

.tip_article_newdesign .card.article-card .card-body .article-types {
	min-height: inherit;
	margin: 0;
}

.tips-articles.tip_article_newdesign #tips-articles {
	padding-top: 25px;
}

.tips-articles.tip_article_newdesign {
	padding-bottom: 3rem;
}

.our_features_grid.feature_icon_blocks .feature_iconouter_nd .feature_infos.feature_more{
  display: none;
}

/*hm_subcat_accord*/


.dl_subcat_accord .accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dl_subcat_accord .accordion .card {
  flex: 0 0 47%;
  max-width: 47%;
  padding: 0 0;
  margin: 15px;
  overflow: hidden;
  border-radius: 12px;
}
.dl_subcat_accord .accordion .card .card-header i {
  display: none;
}
.dl_subcat_accord .accordion .card .card-header .btn.btn-link {
	padding: 12px 11px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.dl_subcat_accord .accordion .card .card-header {
  padding: 0px 15px;
  background: #DA1F1E;
  text-align: center;
}


.dl_subcat_accord .accordion .card .card-header {
  padding: 0px 15px;
  background: #DA1F1E;
  text-align: center;
}

.dl_subcat_accord .accordion .card:nth-child(3) .card-header, .dl_subcat_accord .accordion .card:nth-child(4) .card-header {
  background: #F1BF32;
	color: #2d2d2d;
}

.dl_subcat_accord .accordion .card:nth-child(3) .card-header .btn.btn-link a, .dl_subcat_accord .accordion .card:nth-child(4) .card-header .btn.btn-link a {
  background: #F1BF32;
	color: #2d2d2d;
}

.dl_subcat_accord .accordion .card:nth-child(3) .card-header .btn.btn-link a:hover, .dl_subcat_accord .accordion .card:nth-child(4) .card-header .btn.btn-link:hover a {
  background: #F1BF32;
	color: #C91B27;
}



.dl_subcat_accord .accordion .card .collapse .card-body {
	padding-bottom: 0;
}


.sec-title::after {
  background: none;
  display: none;
}



.our-directory.b_listing .sec-title span {
  /* background-image: linear-gradient(90deg, rgba(240, 152, 25, 1) 0%, rgba(237, 222, 93, 1) 51%, rgba(240, 152, 25, 1) 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  color: #C91B27;
}

.tips-articles.upcomingmain .sec-title span {
  background-image: linear-gradient(90deg, rgba(240, 152, 25, 1) 0%, rgba(237, 222, 93, 1) 51%, rgba(240, 152, 25, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.our_features_grid.our_features_grid_two .feature_main .feature_infos {
  background: rgb(72, 85, 99);
  background: radial-gradient(circle, rgba(72, 85, 99, 1) 0%, rgba(41, 50, 60, 1) 50%);
  padding: 10px;
}

.our_features_grid.our_features_grid_two .feature_main .feature_img {
  margin: 0;
}

/*tags css*/

.ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 h1, .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 h2 {
	font-size: inherit;
	font-weight: inherit;
}

.our-directory .card-title {
  margin: 0 0 0px 0;
  font-size: 18px;
}

.dl_subcat_accord .accordion .card .card-header .btn.btn-link h2 {
	font-weight: inherit;
	font-size: inherit;
}

.tip_article_newdesign .card.article-card .card-body .article-types a h3 {
	color: inherit;
	font-size: inherit;
}

.our-directory.newdl_directory .card-body .card-title a h3 {
	font-weight: inherit;
	font-size: inherit;
}

.dl_subcat_accord .accordion .card .card-header .btn.btn-link a {
  color: #fff;
}
.dl_subcat_accord .accordion .card .card-header .btn.btn-link:hover a {
  color: #F1BF32;
}

.our-directory.newdl_directory .owl-theme .owl-nav .owl-prev img, .our-directory.newdl_directory .owl-theme .owl-nav .owl-next img {
	position: relative;
	top: -2px;
}


.our-directory.b_listing.newdl_directory .card .card-body {
  position: relative;
  z-index: 1;
}
.our-directory.b_listing.newdl_directory .card .card-body:after {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c91b27;
  height: 0%;
  content: "";
  transition: all 0.5s ease;
}
.our-directory.b_listing.newdl_directory .card:hover .card-body:after {
  height: 100%;
}
.our-directory.b_listing.newdl_directory .card .card-title {
  transition: all 0.5s ease;
}
.our-directory.b_listing.newdl_directory .card:hover .card-title a {
  color: #fff;
}


.our-directory.newdl_directory .card:hover {
  box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.05);
}

.sec-title {
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.sec-title span {
  font-weight: 600;
  display: block;
  color: #D81B21;
  font-size: 42px;
}

.dl_topwhyrely_home.dl_topwhyrely_home_aboutpage {
	background-color: #f4f5fb;
}

/*micro page  3*/

.mohalla-section-1 .businesspp_logo.cargo_busi_logo img {
	width: 140px;
}
.mohalla-section-2 .bdpp_grid4.cargo_bdpp_grid .bdpp_bestinfos {
	padding: 0 20px 20px 20px;
	min-height: 210px;
}

.bdpp_mohalla_banner::before {
	content: '';
	position: absolute;
	top: 0;
	border: ;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}

.bdpp_mohalla_banner .businesspp_logo img {
	width: 170px !important;
}
.bdpp_main_section.bdpp_mohalla_banner {
	background: url(/assets/front/images/business-detail-premium-products/mohalla-banner.jpg);
	height: 450px;
	background-size: cover;
}

.dltitl_center .insta_titlein .sec-title {
  text-align: left;
}
.dltitl_center {
  text-align: center;
}
.dltitl_center .insta_titlein .insta_title_img {
  position: absolute;
  left: 0;
  top: 0;
}
.insta_titlein {
	position: relative;
	z-index: 1;
	padding: 0px 0 0 84px;
	max-width: 650px;
	margin: 0 auto;
}

.insta_hmsection {
  padding: 60px 0 10px 0;
  position: relative;
  z-index: 1;
 background: url(/assets/front/images/reels_bg.jpg) left top no-repeat;
 background-size:cover;
}
.insta_hmsection::after {
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	background: #fff;
	content: "";
	width: 250px;
	height: 36px;
	margin: 0 auto;
} 

.adsec_img {
  text-align: center;
  padding-bottom: 50px;
}
.ad_sec {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.ad_sec.ad_sec2 {
  background: #eef1f8;
  margin-top: -10px;
}
.ad_sec.ad_sec2 .adsec_img img {
  width: 100%;
}
.ad_sec.ad_sec2 .adsec_img {
  padding-left: 19px;
  padding-right: 19px;
}

.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp {
	height: 392px;
}

.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_img img {
	height: 200px;
}

.business_listing_adimg {
	text-align: center;
}

.business_detail_wrapper {
  height: 45.75vw;
  position: relative;
  z-index: 1;
  padding-bottom: 183px;
}
 
.business_detail_adsbanner_left {
}

.ads_banner_btm {
	/* margin-top: -163px; */
	position: relative;
	width: 783px;
}

.guest-email {
    text-align: center;
    margin-top: 50px;
}
.guest-email p {
    font-weight: 600;
    margin-bottom:0;
}

.guest-email p a {
    font-weight: 400;
    color: #ff0000;
}
.guest-email p a:hover {
    color: #EEA625;
}
.guest-email p a {
    font-weight: 400;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 8px;
    font-size: 15px;
}
.guest-email p a:hover {
    background: #EEA625;
    border-color: #EEA625;
    color: #000;
}

@media (min-width: 1600px) {
  iframe.ifr {
    position: relative;
    top: -210px;
  }
  /* 03 may */
  .banner_infos.banner_infos2.cs_info {
    /* font-weight: 300; */
    font-size: 50px;
  }
}

@media (min-width: 1910px) {
  .thingsdo {
    background-size: 100%;
  }
}

@media (max-width: 1850px) {
  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 33px;
    top: 56px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 150px;
  }

  .banner_infos.banner_infos2 .b_element2 img {
    width: 400px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 64px;
  }
}

@media (max-width: 1700px) {
  .th_binfos h4 {
    font-size: 68px;
  }

  .th_binfos h2 {
    font-size: 163px;
  }

  .things_banner {
    padding: 160px 0 0 0;
  }
}

@media (max-width: 1600px) {
  .categories-banner h1 {
    font-size: 44px;
  }
  .banner_infos {
    top: 30%;
    font-size: 46px;
    max-width: 900px;
  }
  .no_result {
    padding: 50px 0;
    font-size: 28px;
  }
  .banner_infos .b_map_mark img {
    width: 56px;
  }
  .ray_pslider .carousel-item {
    height: 585px;
  }
  .slider_form {
    bottom: 100px;
  }
  .ray_pslider .carousel {
    height: 585px;
  }
  .browse-cities.love_dubai {
    height: 394px;
  }
  .browse-cities.love_dubai::after {
    height: 380px;
  }
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul {
    padding: 5px;
  }
  .bd_lerightinfos h1 {
    font-size: 44px;
    line-height: 48px;
    margin: 0 0 20px 0;
  }
  .categories-banner.about_banner {
    height: 280px;
  }

  .categories-banner.about_banner h1 {
    height: 260px;
  }

  .thing_sec2 .thing_title {
    font-size: 32px;
  }

  .thing_secbox figure figcaption {
    font-size: 29px;
    line-height: 36px;
  }

  .thing_title {
    font-size: 29px;
    line-height: 36px;
  }

  .thing2_infos p {
    font-size: 18px;
  }

  .thing_sec {
    padding: 50px 0;
  }

  .things_banner_new {
    height: 409px;
  }
  /* 21 march start */
  .pill_hcnt h2 {
    font-size: 34px;
  }
  .main-accordion .faq-design .card .card-header .btn-header-link {
    font-size: 20px;
  }

  .business_box_cnt h4 {
    font-size: 22px;
  }
  .senter_hcnt h2 {
    font-size: 40px;
  }
  /* 21 march end */

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    top: 35%;
  }

  .banner_infos.banner_infos2 .b_element2 img {
    width: 330px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 119px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 140px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 63px;
    top: 86px;
  }

  .slider_form.test {
    bottom: 160px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two.ci_ramadan {
    background-position: -220px top;
  }
  .ed_box_cnt h4 {
    font-size: 20px;
  }
  .ed_box_cnt {
    padding: 10px 15px;
    padding-bottom: 0;
  }
  .exp-cnt h1 {
    font-size: 88px;
    line-height: 145%;
  }
  .exp-cnt p {
    font-size: 34px;
  }
  .exp-cnt {
    max-width: 650px;
  }
  .exp-btn a {
    font-size: 19px;
  }
  /* 01 April 2023 start */
  .catogory-faq {
    padding: 35px 0 60px;
  }
  /* 01 April 2023 end */
  iframe.ifr {
    width: 1600px;
    height: 900px;
  }

  .ppr_infos h3 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
  }

  .ppr_infos p {
    font-size: 38px;
  }

  .topbox_infos h4 {
    font-size: 40px;
  }

  .topbox_infos p {
    font-size: 22px;
    padding: 7px 18px;
  }

  .topbox_infos ul li {
    font-size: 17px;
  }

  .price_bottomblock .table thead tr th,
  .price_bottomblock .table tfoot tr th {
    font-size: 24px;
  }

  .plan_pricingmain {
    height: 300px;
    background-size: cover;
  }

  .ppr_infos {
    height: 300px;
    padding: 0px 0 0 95px;
    margin: 0 auto;
  }
  .ppr_infos .icon img {
    width: 72px;
  }

  .ppr_infos .icon {
    left: 10px;
    top: 56px;
  }

  .bdpp_leftinfos .bdpp_title {
    font-size: 44px;
    font-weight: 600;
  }

  .bdpp_justcall h4 {
    font-size: 34px;
  }

  .bdpp_main_section6 a {
    font-size: 34px;
  }

  .bdpp_stitle h3 {
    font-size: 36px;
    margin: 0 0 5px 0;
  }

  /*newdesigncss*/

.dltop_lines {
	font-size: 39px;
}



}
@media (max-width: 1455px) {
  .categories-banner h1 {
    font-size: 36px;
  }
  .banner_infos {
    top: 31%;
    font-size: 46px;
    line-height: 50px;
  }
  .ray_pslider .carousel-item {
    height: 535px;
  }
  .ray_pslider .carousel {
    height: 535px;
  }
  .slider_form {
    bottom: 80px;
  }
  .browse-cities.love_dubai {
    padding: 35px 0 0 0;
  }
  .bd_lerightinfos h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .expo_sec {
    padding: 40px 0;
  }

  .th_binfos h4 {
    font-size: 56px;
  }

  .th_binfos h2 {
    font-size: 143px;
  }

  .th_binfos {
    width: 510px;
  }

  .thing_sec2 .thing_title {
    font-size: 30px;
  }

  .thing_secbox figure figcaption {
    font-size: 26px;
    line-height: 34px;
  }

  .thing2_infos h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .thing_title {
    font-size: 30px;
  }

  .things_banner_new {
    height: 369px;
  }

  .thingdo_text {
    font-size: 42px;
  }

  .thingdo_btn a {
    font-size: 24px;
    padding: 11px 45px;
  }

  .thingdo_btn {
    height: 113px;
  }

  .bd_leinfos .bd_leslide {
    max-height: 430px;
  }

  .slider_form.test {
    bottom: 140px;
  }
  .banner_infos.banner_infos2 .b_element2 img {
    width: 280px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 126px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 110px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 63px;
    top: 106px;
  }
  .expo_crousal_sec {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .ed_box_cnt h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .exp-cnt h1 {
    font-size: 82px;
    line-height: 140%;
  }
  .exp-cnt p {
    font-size: 30px;
  }
  .exp-cnt {
    max-width: 600px;
  }
  .exp-btn a {
    font-size: 18px;
  }
  section.exp_banner {
    padding: 100px 0 110px 0;
    background-position-x: right;
  }
  iframe.ifr {
    width: 1455px;
    height: 820px;
  }

  .price_bottomblock .table thead tr th,
  .price_bottomblock .table tfoot tr th {
    font-size: 22px;
  }

  .bdpp_leftinfos .bdpp_title {
    color: #fff;
    font-size: 40px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
    height: 203px;
  }

  /*newdesigncss*/

.dltop_lines {
	font-size: 36px;
}


}
@media (max-width: 1366px) {

  .subcattitle .catbannr_titleblock {
    height: 320px;
  }

  .categories-banner {
    /*padding: 12rem 0;*/
    height: 280px;
  }
  .categories-banner h1 {
    height: 270px;
  }
  .banner_infos {
    top: 28%;
    font-size: 36px;
    line-height: 45px;
    padding: 0px;
  }
  .no_result {
    padding: 40px 0;
    font-size: 26px;
  }
  .business_result {
    padding: 35px 0 15px 0;
  }
  .tips-articles .article-card .article-heading a {
    font-size: 15px;
  }
  .collage-content a {
    padding: 8px 15px;
  }
  .collage-content a small {
    margin-top: 8px;
    font-size: 14px;
  }
  .business-claim-block h3 {
    font-size: 28px;
  }
  .slider_form {
    bottom: 110px;
  }
  .banner_infos b {
    font-size: 25px;
  }
  .ray_pslider .carousel-item {
    height: 525px;
  }
  .banner_infos .b_map_mark img {
    width: 50px;
  }
  .ray_pslider .carousel {
    height: 525px;
  }
  .how-it-works .hiw-inner h4 {
    font-size: 17px;
    min-height: 40px;
  }
  .bd_lerightinfos h1 {
    font-size: 46px;
    line-height: 47px;
    margin: 0 0 20px 0;
  }
  .bd_lerightinfos h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .bd_bgnew {
    padding: 25px 0;
    margin: 0 0 40px 0;
    padding-bottom: 0;
  }
  .arabic_eve.arabic_eve1 .arab_infos p {
    min-height: 130px;
    font-size: 15.5px;
  }
  .explore_top.expo_sec .theme-btn-green {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
  .our-directory.b_listing .col-md-2 {
    padding: 0 5px;
  }
  .our-directory.b_listing .col-md-2:first-child {
    padding-left: 15px;
  }
  .our-directory.b_listing .col-md-2:last-child {
    padding-right: 15px;
  }

  .popular-categories .container.p-0 {
    padding: 0 15px !important;
  }

  .thing_sec2 .thing_title {
    font-size: 26px;
  }

  .thing_title {
    font-size: 26px;
  }

  .thing_sec {
    padding: 45px 0;
  }

  .thing_sec6_infos h3 {
    font-size: 22px;
  }

  .thing2_infos p {
    font-size: 17px;
  }

  .things_banner_new {
    height: 349px;
  }
  /* 21 march start */
  .pill_hcnt h2 {
    font-size: 32px;
  }
  .piller_tab ul {
    margin-bottom: 50px;
  }
  .business_box_cnt h4 {
    font-size: 21px;
  }
  .senter_hcnt h2 {
    font-size: 38px;
  }
  /* 21 march end */
  .banner_infos.banner_infos2 .b_element2 img {
    width: 250px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 142px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 43px;
  }

  .slider_form.test {
    bottom: 150px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 39px;
    line-height: 50px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 b {
    font-size: 26px;
    line-height: 36px;
  }
  .exp-cnt h1 {
    font-size: 76px;
    line-height: 135%;
  }
  .exp-cnt p {
    font-size: 26px;
  }
  .exp-cnt {
    max-width: 555px;
  }
  .exp-btn a {
    font-size: 17px;
    margin-right: 3px;
  }
  .exp-btn {
    margin-top: 40px;
  }
  section.exp_banner {
    padding: 90px 0 100px 0;
  }
  /* 01 April 2023 start */
  .catogory-faq {
    padding: 25px 0 50px;
  }
  /* 01 April 2023 end */

  .slider_form.test.iframe_cnt {
    bottom: 165px;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 42px;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 28px;
    font-weight: 600;
  }
  iframe.ifr {
    width: 1366px;
    height: 770px;
  }

  .business-claim-block {
    padding: 1rem;
    min-height: 410px;
  }

  .business-claim-block p.para-text {
    font-size: 14px;
    width: 78%;
  }

  .du_map_col .map_column iframe {
    height: 410px;
  }

  .business-claim-block .headings h3 {
    font-size: 26px;
  }

  .business-det-share-exp {
    padding: 6rem 0 2rem;
  }

  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 36px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part .businesspp_logo img {
    width: 270px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
    height: 190px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
    height: 190px;
  }

  /*newdesigncss*/

.dltop_lines {
	font-size: 36px;
}

.dltop_lines span {
	display: block;
}

.dl_topwhyrely_main {
	position: relative;
	right: 45px;
	max-width: 960px;
	margin: 40px auto 0 auto;
}

.bdpp_mohalla_banner .businesspp_logo img {
  width: 150px;
}


}

@media (max-width: 1280px) {
  .menu .navbar-light .navbar-nav .nav-item.navlinkadd .nav-link {
    margin: 20px 0px 0 0px;
  }
}

@media (max-width: 1240px) {
  .topbar.topbar_new .toplinks.date_center {
    padding: 0 0 0 142px;
  }

  .tips-articles.tip_article_newdesign .card.article-card .card-body .article-types a {
    min-height: 50px;
    display: inline-block;
  }

  .events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative {
    height: 150px;
  }

  .events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative .card-img {
    height: 150px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp {
    height: 189px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_img img {
    height: 190px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp {
    height: 364px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img img {
    padding: 0;
    border: none;
    height: 360px;
  }

}
@media (max-width: 1220px) {
  .our_features_grid.our_features_grid_two .feature_main .feature_infos {
    text-align: center;
    min-height: 170px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two.ci_ramadan {
    background-position: -380px top;
  }
  iframe.ifr {
    width: 1220px;
    height: 690px;
  }

  .business-claim-block .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .du_map_col .map_column iframe {
    height: 450px;
  }

  .business-claim-block {
    height: 450px;
  }

  .business-claim-block .headings h3 {
    font-size: 21px;
  }

  /*newdesigncss*/

  .dl_topcats_sub figure {
    min-height: 116px;
    height: 116px;
  }

  .dl_topcats_sub figure img {
    max-width: inherit;
    width: 100%;
    height: 116px;
    object-fit: cover;
  }

  .dl_topcats_sub.dl_topcats_submore figure img {
    width: auto;
    height: auto;
  }

  .dl_topcats_sub_title {
    font-size: 14px;
  }

  .ads_banner_btm {
    width: 66%;
  }

}
@media (max-width: 1199px) {
  .feature_main .feature_infos h2 {
    font-size: 17px;
  }
  .feature_main .feature_infos p {
    font-size: 15px;
  }
  .menu .navbar-brand img {
    width: 180px;
  }
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .menu .navbar-light .navbar-nav .navlinkadd .nav-link {
    padding: 8px 12px;
    font-size: 14px;
  }
  .menu
    .navbar-light
    .navbar-nav
    .nav-item
    .dropdown-menu
    ul
    li
    .dropdown-item {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 280px;
  }
  .business_result .business_resultcard {
    height: 139px;
    margin: 0 0 10px 0;
  }
  .business_result .card-body a h5 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .claim-your-business {
    padding: 2rem 0;
  }
  .sec-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }
  .our-directory .owl-carousel {
    padding-bottom: 0;
  }
  .banner_infos {
    font-size: 39px;
    line-height: 52px;
  }
  .menu .navbar-brand img {
    width: 164px;
  }
  .banner_infos {
    font-size: 34px;
    line-height: 44px;
  }
  .banner_infos b {
    font-size: 24px;
  }
  .business-detail-main.detailmain_new {
    padding: 6rem 0 3rem 0;
  }
  .bd_lerightinfos h1 {
    font-size: 33px;
    line-height: 42px;
  }
  .bd_dbtns a {
    padding: 7px 14px;
    font-size: 16px;
  }
  .arabic_eve.arabic_eve1 .arab_infos p {
    min-height: 130px;
    font-size: 15px;
  }
  .arab_grid .col-md-3 {
    padding: 0 8px;
  }
  .arab_grid .col-md-3:first-child {
    padding-left: 15px;
  }
  .arab_grid .col-md-3:last-child {
    padding-right: 15px;
  }
  .arab_grid .use_img {
    height: 195px;
    object-fit: cover;
  }
  .arab_grid .use_img img {
    height: 100%;
  }
  .claim-your-business h3 {
    font-size: 30px;
  }
  .ed_cols .expo_main h3 a {
    font-size: 28px;
    line-height: 36px;
    display: block;
  }
  .upcoming_con.water_sport .right_use .use_infos p {
    font-size: 14px;
    min-height: 46px;
  }
  .toplinks a {
    font-size: 13.5px;
    padding: 0 2px;
  }
  .dub_datetemp {
    font-size: 14px;
  }
  .toplinks .dub_top_rightlinks {
    top: -2px;
  }
  .categories-banner.about_banner.explore_banner {
    margin-top: 83px;
  }
  .review-ratings .give-your-review .fa-star {
    font-size: 25px;
  }
  .review-ratings .rating-count {
    padding: 0.5rem;
    padding-bottom: 0.15rem;
    margin-right: 10px;
  }

  .categories-banner.about_banner {
    margin-top: 100px;
    height: 260px;
  }

  .categories-banner.about_banner h1 {
    height: 240px;
  }

  .d_about_new {
    padding: 40px 0 30px 0;
  }

  .dabout_infos h3 {
    font-size: 32px;
  }

  .contact_infos_box h3 {
    font-size: 30px;
    margin: 0 0 22px 0;
  }

  .contact_block form h3 {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .contactus_new .contact_block form {
    padding: 70px 40px 60px 270px;
  }

  .our-directory .card-title {
    min-height: 51px;
    margin: 0;
    text-align: center;
  }

  .our-directory.b_listing .ratings {
    text-align: center;
  }

  .th_binfos h4 {
    font-size: 46px;
  }
  .th_binfos h2 {
    font-size: 123px;
  }

  .th_binfos {
    width: 440px;
  }

  .things_banner {
    padding: 170px 0 0 0;
    margin-top: 100px;
  }

  .thing_secbox figure figcaption {
    font-size: 22px;
    line-height: 30px;
  }

  .thing_sec6_infos h3 {
    font-size: 20px;
  }

  .thing_sec6_infos h3 {
    font-size: 18px;
  }

  .thing_travel_img img {
    transform: scale(0.75);
  }

  .thing_travel_img.thing_sec5_img3 {
    top: 225px;
  }

  .thing2_infos h4 span {
    display: inline-block;
  }

  .thing2_infos h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .most-popular-listing .col-lg-9.col-sm-9 {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .most-popular-listing .col-lg-3.col-sm-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .things_banner_new {
    height: 309px;
    margin-top: 100px;
  }

  .cv_next {
    display: block;
    margin-top: 7px;
  }

  .thingdo_text {
    font-size: 38px;
  }

  .thingdo_btn a {
    font-size: 22px;
    padding: 11px 40px;
  }

  .thingdo_btn {
    height: 103px;
  }
  /* 21 march start */
  .pill_hcnt h2 {
    font-size: 30px;
  }
  .piller_tab ul li a.nav-link {
    font-size: 18px;
  }
  .business_box_cnt h4 {
    font-size: 20px;
  }
  .business_box_cnt {
    min-height: 183px;
  }
  .senter_hcnt h2 {
    font-size: 34px;
  }
  section.senter-padding {
    padding: 60px 0;
  }
  /* 21 march end */

  .ray_pslider .carousel-item.ci_one.ci_two {
    height: 475px;
  }

  .ray_pslider.ray_pslider_new .carousel {
    height: 475px;
  }

  .banner_infos.banner_infos2 .b_element2 img {
    width: 200px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 36px;
    line-height: 46px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 b {
    font-size: 24px;
    line-height: 35px;
  }

  .slider_form.test {
    bottom: 140px;
    max-width: 750px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 148px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 90px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 33px;
    top: 105px;
  }
  .ed_box_cnt h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .ed_box_cnt p {
    font-size: 13px;
    line-height: 19px;
  }
  section.exp_banner {
    margin-top: 99px;
    padding: 80px 0 90px 0;
  }
  .exp-cnt h1 {
    font-size: 67px;
  }
  .exp-cnt p {
    font-size: 24px;
    max-width: 500px;
  }
  /* 01 April 2023 start */
  .catogory-faq {
    padding: 20px 0 43px;
  }
  /* 01 April 2023 end */
  .right_use .use_infos {
    min-height: 307px;
  }

  .slider_main.for-frame-style {
    margin-top: 90px;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 38px;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 26px;
  }
  iframe.ifr {
    width: 1199px;
    height: 685px;
  }

  .plan_pricingmain {
    background: url(/assets/front/images/ppr_banner.jpg) left top no-repeat;
    margin-top: 100px;
  }

  .topbar.topbar_new .toplinks a.top_advertus {
    height: 39px;
  }

  .topbar.topbar_new .toplinks a.top_advertus:hover {
    height: 42px;
  }

  .bdpp_main_section {
    margin-top: 100px;
  }

  .bdpp_bestinfos h4 {
    font-size: 20px;
  }

  .bdpp_bestinfos p {
    min-height: 125px;
  }

  .bdpp_justcall h4 {
    font-size: 32px;
  }

  .bottom-area.business_listing_bottom p {
    font-size: 25px;
  }

  .bdpp_grid4.cargo_bdpp_grid .bdpp_besticon span img {
    height: 100%;
  }

  .bdpp_grid4.cargo_bdpp_grid .bdpp_besticon span {
    height: 100%;
  }

  .bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li {
    margin: 0 0 20px 50px;
    font-size: 22px;
  }

  .feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
    font-size: 15px;
  }

  .dltopapp_infos {
    height: 400px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp {
    height: 199px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp {
    height: 425px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp img {
    height: 365px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp img {
    height: 199px;
  }


  .sec-title span {
    font-size: 36px;
}

.left_midtitle .sec-title {
    font-size: 32px;
    line-height: 42px;
}

.our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos {
	padding: 0px 24px 0 24px;
}

.insta_titlein {
	max-width: 570px;
}



}
@media (max-width: 1140px) {
  .our_features_grid.our_features_grid_two .feature_main .feature_infos {
    min-height: 170px;
  }
  .upcoming_con.water_sport .right_use .use_infos {
    min-height: inherit;
    padding: 10px 8px;
  }
  .upcoming_con.water_sport .right_use .use_infos p {
    font-size: 13px;
    min-height: 40px;
  }
  .gallery-main .gallery .image-item {
    width: 220px;
  }
  .review-ratings .rating-count p.rating_big {
    font-size: 30px;
  }
  .review-ratings .give-your-review .fa-star {
    font-size: 24px;
  }
  .review_box {
    padding: 25px;
  }

  .thing2_infos p {
    font-size: 16px;
  }
  .right_use .use_infos {
    min-height: 300px;
  }
}

@media (max-width: 1120px) {
  .things_banner {
    background-position: -290px top;
  }

  .thing_sec2 .thing_title {
    font-size: 24px;
    max-width: 100%;
  }

  .thing_title {
    font-size: 24px;
    line-height: 32px;
  }

  .thing2_infos p {
    font-size: 17px;
  }
}

@media (max-width: 1100px) {
  .use_grid {
    width: 630px;
    margin: 0 auto;
  }
  .use_grid .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .use_grid .right_use .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .use_main {
    margin: 0 0 30px 0;
  }
  .business-detail-main.detailmain_new .col-lg-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .business-detail-main.detailmain_new .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .gallery-main .gallery .image-item {
    width: 190px;
    height: 120px;
  }
  .gallery-main .gallery .image-item img {
    height: 160px;
  }
  .review_box {
    padding: 15px;
  }
  .right_use .use_infos {
    min-height: 230px;
  }

  .menu .navbar-brand img.new-logo-header {
    max-height: 107px;
    margin-top: -8px;
}

.ads_banner_btm {
	/* margin-top: -131px; */
	position: relative;
	width: 59%;
}

}

@media (max-width: 1080px) {
  .categories-banner.about_banner {
    margin-top: 99px;
  }
  .exp-cnt h1 {
    font-size: 58px;
  }
  .exp-cnt p {
    font-size: 20px;
    max-width: 418px;
    line-height: normal;
  }
  .exp-btn {
    margin-top: 26px;
  }
  .exp-btn a {
    font-size: 16px;
    padding: 5px 12px;
  }

  .plan_pricingmain {
    margin-top: 98px;
    background-position: center center;
  }

  .price_bottomblock .table thead tr th,
  .price_bottomblock .table tfoot tr th {
    font-size: 20px;
  }

  .topbox_infos h4 {
    font-size: 35px;
  }

  .topbox_infos p {
    font-size: 20px;
  }

  .topblock_title h3 {
    font-size: 32px;
  }

  .bdpp_main_section {
    margin-top: 99px;
  }

  /*newdesigncss*/

.dl_topwhyrely_main {
	position: relative;
	right: 45px;
	max-width: 810px;
	margin: 40px auto 0 auto;
}


}

@media (max-width: 1060px) {
  .gallery-main .gallery .image-item {
    width: 175px;
  }
  .review-ratings .rating-count p.rating_big {
    font-size: 24px;
  }
  .du_map_col .map_column iframe {
    height: 450px;
  }
  .review_box {
    padding: 15px;
  }
  .menu .navbar-brand img {
    width: 130px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos a h3{
    font-size: 20px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos a h3{
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp {
    height: 187px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp img {
    height: 187px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp {
    height: 345px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp img {
    height: 335px;
  }
  

}

@media (max-width: 1030px) {

  .dl_subcat_accord .accordion .card {
    flex: 0 0 46%;
    max-width: 46%;
  }

}

@media (max-width: 1024px) {
  .categories-banner.about_banner {
    margin-top: 98px;
  }

  .things_banner_new {
    height: 259px;
  }
  /* 21 march start */
  .place_box_cnt {
    min-height: 200px;
  }
  /* 21 march end */

  .slider_form.test {
    bottom: 114px;
    max-width: 700px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 32px;
    line-height: 43px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 b {
    font-size: 22px;
    line-height: 33px;
  }
  section.exp_banner {
    margin-top: 92px;
  }

  .bdpp_main_section {
    margin-top: 98px;
  }

  /*newdesigncss*/


  .dl_topcats_inner_main .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dl_topcats_sub figure {
    min-height: 146px;
  }

  .dl_topcats_sub figure img {
    height: 146px;
    object-fit: cover;
  }

  .dl_topcats_sub.dl_topcats_submore figure {
    min-height: 146px;
  }

  .dl_topcats_sub figure {
    min-height: 126px;
  }

  .dl_topcats_sub figure img {
    height: 126px;
    object-fit: cover;
  }

  .dl_topcats_sub.dl_topcats_submore figure {
    min-height: 126px;
  }

  .dltop_lines {
    font-size: 28px;
  }

  .dltopapp_infos {
    height: 360px;
  }

  .dltopapp_infos {
    height: 280px;
  }

  .dl_subcat_accord .accordion .card .collapse .card-body .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }


}

@media (max-width: 1000px) {
  .things_banner {
    margin-top: 90px;
  }

  .th_binfos h4 {
    font-size: 41px;
  }
  .th_binfos h2 {
    font-size: 113px;
  }

  .th_binfos {
    width: 390px;
  }

  .things_banner_new {
    height: 289px;
    margin-top: 90px;
    background-position: left top;
  }

  .plan_pricingmain {
    margin-top: 93px;
  }

  .ppr_infos h3 {
    font-size: 44px;
    line-height: 54px;
  }

  .ppr_infos p {
    font-size: 33px;
  }

  .ppr_infos .icon img {
    width: 62px;
  }

  .ppr_infos .icon {
    top: 66px;
  }

  .ppr_infos {
    padding: 0px 0 0 82px;
  }


}

@media (max-width: 999px) {
  .categories-banner.about_banner {
    margin-top: 93px;
  }

  .bdpp_main_section {
    margin-top: 93px;
  }

}

@media (max-width: 991px) {
  .useful_nums {
    padding: 0 0 40px 0;
    margin-top: -20px;
  }

  .categories-banner.about_banner {
    margin-top: 0px;
  }

  .d_about_new .col-md-5,
  .d_about_new .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dabout_img {
    text-align: center;
  }

  .dabout_img img {
    width: 100%;
  }

  .dabout_img .about_bgpat {
    display: none;
  }

  .dabout_infos {
    padding: 0 0px 0 0;
  }

  .d_about_new {
    padding: 10px 0 20px 0;
  }

  .dabout_infos h3 {
    text-align: center;
  }

  .about_client_says {
    background-image: none;
    height: auto;
  }

  .about_client_says .clients_block {
    height: auto;
  }

  .about_client_says .clients_block .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .client_pshape {
    position: absolute;
    opacity: 0.25;
  }

  .about_client_says .sec-title {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }

  .clients_block .owl-theme .owl-nav {
    text-align: center;
    margin-top: 25px;
  }

  .about_client_says .client_infos {
    text-align: center;
  }

  .top_sbtitle {
    text-align: center;
  }

  .contact_infos_box {
    padding: 25px 20px;
    width: 330px;
    top: 45px;
  }

  .contactus_new .contact_block form {
    margin: 0 0 0 130px;
    padding: 70px 24px 60px 228px;
  }

  .contactus_new .contact_block form label {
    font-size: 13.5px;
    margin-bottom: 4px;
  }

  .contactus_new .contact_block form .form-control {
    font-size: 14.5px;
  }

  .collage_innimages .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .things_banner {
    margin-top: 0px;
    padding: 140px 0 0 0;
  }

  .thing2_infos p {
    font-size: 16px;
    line-height: 24px;
  }

  .thing2_infos h4 span {
    display: inline-block;
    font-weight: 600;
  }

  .thing2_infos h4 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 9px 0;
  }

  .thing_secbox {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .thing_sec2 .thing_title {
    font-size: 22px;
  }

  .thing_title {
    font-size: 22px;
    line-height: 30px;
  }

  .thing_sec6_block .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .most-popular-listing .col-lg-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .most-popular-listing .col-lg-9 {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .menu .navbar-light .navbar-nav .nav-item.navlinkadd .nav-link {
    display: inline-block;
    width: auto;
  }

  .things_banner_new {
    height: 289px;
    margin-top: 0;
  }
  /* 10 march */
  ul.food_category li {
    max-width: 49%;
  }
  /* 21 march start */
  .pill_hcnt h2 {
    font-size: 27px;
  }
  .pill_hcnt p {
    font-size: 15px;
  }
  .main-accordion .faq-design .card .card-header .btn-header-link {
    padding: 8px 15px;
    font-size: 17px;
    font-weight: 600;
  }
  .main-accordion .card-body p {
    font-size: 15px;
  }
  .main-accordion .card-body {
    padding-bottom: 0;
  }
  .business_box_cnt h4 {
    font-size: 19px;
  }
  .business_box_cnt {
    min-height: 225px;
  }
  .senter_hcnt h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .senter_hcnt p {
    font-size: 15px;
  }
  .senter_btn {
    margin-top: 20px;
  }
  .place_box_cnt {
    min-height: 180px;
  }
  .mountain_box_cnt p {
    font-size: 12px;
  }
  /* 21 march end */

  .ray_pslider .carousel-item {
    height: 365px;
  }

  .ray_pslider .carousel {
    height: 365px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 32px;
    line-height: 43px;
    top: 20%;
  }

  .banner_infos.banner_infos2 .b_element2 img {
    width: 170px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 158px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 72px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 13px;
    top: 115px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two {
    height: 345px;
  }

  .ray_pslider.ray_pslider_new .carousel {
    height: 345px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two.ci_ramadan {
    background-position: right top;
  }
  section.exp_banner {
    margin-top: 0px;
  }
  .exp-cnt h1 {
    font-size: 54px;
    line-height: 110%;
  }
  .exp-cnt p {
    font-size: 18px;
    max-width: 450px;
  }
  .exp-btn a {
    font-size: 15px;
    padding: 5px 11px;
  }
  section.exp_banner {
    padding: 73px 0 80px 0;
  }
  /* 01 April 2023 start */
  .main-accordion
    .faq-design.faq-arrow
    .card
    .card-header
    .btn-header-link:after {
    top: 13px;
  }
  .catogory-faq {
    padding: 15px 0 38px;
  }
  /* 01 April 2023 end */

  .slider_main.for-frame-style {
    margin-top: 0px;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 32px;
  }
  iframe.ifr {
    width: 991px;
    height: 570px;
  }
  .menu .navbar-brand img.new-logo-header {
    max-height: 105px;
    margin-top: -15px;
}
  .new_logo_site_nav nav.navbar .navbar-collapse {
    padding-top: 55px;
  }

  .plan_pricingmain {
    margin-top: 0px;
  }

  .ppr_infos {
    padding: 0px 0 0 82px;
    margin: 0 auto 0 auto;
    width: 710px;
  }

  .price_bottomblock .table thead tr th,
  .price_bottomblock .table tfoot tr th {
    font-size: 17px;
  }

  .price_bottomblock .table tfoot tr:last-child th span::after {
    top: -3px;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 24px;
  }

  .price_bottomblock .table tbody tr td,
  .price_bottomblock .table thead tr td,
  .price_bottomblock .table tfoot tr td {
    font-size: 15px;
  }

  .price_bottomblock .table tfoot tr:first-child th:nth-child(4),
  .price_bottomblock .table tfoot tr:first-child th:last-child {
    text-decoration-thickness: 1px;
  }

  .list_form_outer {
    padding: 70px 0 60px 0;
  }

  .bdpp_main_section {
    margin-top: 0px;
  }

  .bdpp_secd.bdpp_main_section2 .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bdpp_bestinfos h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 28px;
    min-height: 50px;
  }

  .bdpp_bestinfos p {
    min-height: 150px;
  }

  .bdpp_stitle h3 {
    font-size: 34px;
    margin: 0 0 10px 0;
  }

  .bdpp_stitle h3 {
    font-size: 32px;
  }

  .bdpp_secd {
    padding: 50px 0;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
    height: 172px;
  }
  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 28px;
    max-width: 410px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part .businesspp_logo img {
    width: 220px;
  }

  .bdpp_options a {
    padding: 10px 9px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_options a.bdppgetdirect {
    display: block;
    margin: 0 0 20px 0;
    padding: 7px 9px;
  }


  .bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li {
    margin: 0 0 20px 10px;
    color: #fff;
    font-size: 22px;
  }

  .events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative {
    height: 240px;
  }

  .events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative .card-img {
    height: 240px;
    border-radius: 0;
  }

  .left_midtitle .sec-title {
    text-align: center;
}

}

@media (max-width: 890px) {

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos a h3 {
    font-size: 19px;
    line-height: 29px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos {
    padding: 0px 24px 10px 24px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp {
    height: 194px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp img {
    height: 194px;
  }

}


@media (max-width: 860px) {
  .contactus_new .contact_block form .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .thing2_infos p {
    font-size: 14px;
    line-height: 22px;
  }

  .thing2_img img {
    width: 100%;
    height: 100%;
  }

  .thin4_innsec {
    max-width: 100%;
    margin-left: auto;
  }

  .thing_sec6_infos h3 {
    font-size: 16px;
  }

  .thing2_infos h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .thing4_top h5 {
    font-size: 22px;
  }

  .thing_travel_img.thing_sec5_img3 {
    right: 218px;
  }

  .thing_travel_img img {
    transform: scale(0.7);
  }

  .banner_infos.banner_infos2 .b_element2 img {
    opacity: 0.75;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 62px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    right: 13px;
    top: 155px;
  }
  .exp-cnt h1 {
    font-size: 50px;
  }
  .exp-cnt p {
    font-size: 17px;
    max-width: none;
  }
  section.exp_banner {
    padding: 69px 0 76px 0;
  }
  iframe.ifr {
    width: 860px;
    height: 505px;
  }
  .for-frame-style .videobg {
    height: 495px;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 30px;
    left: 25px;
    right: 25px;
    top: 25%;
  }
  .slider_form.test.iframe_cnt {
    bottom: 150px;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 25px;
    line-height: 32px;
    margin-top: 8px;
  }
}


@media (max-width: 840px) {
  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
    height: 190px;
  }

  .bdpp_main_section::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 116%);
    opacity: 0.75;
  }

}

@media (max-width: 780px) {

  .dl_subcat_accord .accordion .card {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 768px) {
.dl_subcat_accord .accordion .card .collapse {
  display: block;
}

}

@media (max-width: 767px) {
  .contact_block form h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .contact_infos_box h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }

  .contact_infos_box {
    padding: 25px 20px;
    width: 100%;
    top: 0;
    position: inherit;
    margin: 0 0 40px 0;
  }

  .contactus_new .contact_block form {
    margin: 0 0 0 0;
    padding: 25px 20px;
  }

  .contactus_new {
    padding: 10px 0 20px 0;
  }

  .things_banner {
    padding: 110px 0 0 0;
  }

  .th_binfos h2 {
    font-size: 93px;
  }
  .th_binfos h4 {
    font-size: 36px;
  }

  .things_banner {
    padding: 110px 0 0 0;
    background-position: -220px top;
  }

  .th_binfos {
    width: 290px;
  }

  .thing_travel_img img {
    transform: scale(0.85);
  }

  .thing2_img img {
    width: 100%;
    height: auto;
  }

  .thing_sec2_block {
    padding-top: 20px;
    max-width: 546px;
    margin: 0 auto;
  }

  .thing2_infos p {
    font-size: 16px;
    line-height: 26px;
  }

  .thing_sec2_inn {
    margin: 10px 0 0 0;
  }

  .thing4_moreinfos {
    padding: 0 15px;
  }

  .thing4_secbox figure figcaption {
    font-size: 14px;
  }

  .thing4_moreinfos {
    height: 134px;
  }

  .thing6_info {
    min-height: inherit;
  }

  .thing_sec7_block .thing7_right2 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }

  .thing7_right2 {
    padding-top: 30px;
  }

  .thing_sec7_infos {
    min-height: inherit;
  }

  .thing4_secbox figure {
    margin: 0 0px 0 0;
  }

  .thing_travel_img {
    position: inherit;
  }

  .thing_travel_img.thing_sec5_img {
    top: 0;
    z-index: 2;
  }

  .thing_travel_img.thing_sec5_img2 {
    left: 20px;
    top: 0;
    z-index: 2;
  }

  .thing_travel_img.thing_sec5_img3 {
    right: 0;
    top: 0;
    z-index: 2;
  }

  .thing_travel_img.thing_sec5_img4 {
    right: 0;
    top: 0;
    z-index: 2;
  }

  .thing_sec5_block {
    position: relative;
    text-align: center;
  }

  .thing_sec5 {
    height: auto;
  }

  .thing_sec5_block {
    padding-top: 30px;
  }

  .faq_rightimg {
    text-align: center;
  }

  .most-popular-listing .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .most-popular-listing .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .how-it-works {
    padding: 3rem 0 1rem 0;
  }

  .things_todo_home.things_todoexplore {
    margin-top: 40px;
  }

  .bd_leinfos .bd_leslide {
    max-height: inherit;
  }

  .bd_leinfos .bd_leslide img {
    width: 280px;
    height: auto;
    object-fit: inherit;
    border: solid 1px #d8e2f9;
    border-radius: 10px;
  }

  .bd_leinfos .bd_leslide {
    max-height: 320px;
    border: none;
  }
  /* 10 march */
  ul.food_category li {
    max-width: 32%;
  }
  /* 21 march start */
  .piller_tab ul {
    margin-bottom: 35px;
  }
  .piller_tab ul li a.nav-link {
    font-size: 16px;
  }
  .pill_img_area {
    text-align: center;
    margin-bottom: 30px;
  }
  .pill_hcnt h2 {
    font-size: 24px;
  }
  .business_box_cnt h4 {
    font-size: 18px;
  }
  .business_box_cnt {
    min-height: 180px;
  }
  .senter_img_area {
    margin-bottom: 30px;
    text-align: center;
  }
  .senter_hcnt h2 {
    font-size: 28px;
  }
  .senter_hcnt {
    text-align: center;
  }
  .senter_btn {
    text-align: center;
  }
  section.senter-padding {
    padding: 50px 0;
  }
  .expo_sec.pb-767 {
    padding-bottom: 35px;
  }
  .place_box img {
    width: 100%;
  }
  .place_box_cnt {
    min-height: 160px;
  }
  .mountain_box {
    margin-bottom: 25px;
  }
  .mountain_box img {
    width: 100%;
  }
  .mountain-section .col-md-4:last-child .mountain_box {
    margin-bottom: 0;
  }
  .mountain_box_cnt p {
    font-size: 13px;
  }
  /* 21 march end */

  .ray_pslider.ray_pslider_new .carousel-item {
    height: 345px;
  }

  .slider_form.test {
    bottom: 110px;
  }

  .banner_infos.banner_infos2 .b_element2 img {
    opacity: 0.55;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 52px;
    opacity: 0.55;
  }

  .banner_infos.banner_infos2 .b_map_mark2 {
    position: absolute;
    right: 3px;
    top: 165px;
  }

  .slider_form.test {
    bottom: 80px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 29px;
    line-height: 33px;
    top: 20%;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 b {
    font-size: 20px;
    /* line-height: 36px; */
    line-height: 28px;
  }

  .banner_infos.banner_infos2.cs_info b {
    font-size: 20px !important;
  }

  .slider_form form .form-submit button img {
    width: 21px;
    position: relative;
    left: -2px;
    top: -2px;
  }
  .expo_crousal_sec {
    padding: 35px 0;
    padding-bottom: 0;
  }
  .exp-cnt h1 {
    font-size: 44px;
  }
  .exp-cnt p {
    font-size: 16px;
  }
  .exp-btn {
    margin-top: 22px;
  }
  .exp-btn a {
    font-size: 14px;
  }
  section.exp_banner {
    padding: 58px 0 63px 0;
  }
  section.exp_banner {
    background-position-x: center;
  }

  .footer.fotr_newr::before {
    display: none;
  }

  .footer.fotr_newr::after {
    display: none;
  }

  .ray_pslider
    .carousel
    .carousel-inner
    .carousel-item.ci_one.ci_two.ci_ramadan::after {
    position: absolute;
    top: 0;
    background: none;
    left: 0;
    right: 0;
    content: '';
    z-index: 0;
    height: 100%;
    width: 100%;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 28px;
    top: 20%;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 23px;
    line-height: 30px;
  }
  .slider_form.test.iframe_cnt {
    bottom: 75px;
  }
  iframe.ifr {
    width: 767px;
    height: 432px;
  }
  .for-frame-style .videobg {
    height: 430px;
  }

  .du_review_main .du_review_infos {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .toplinks.date_center {
    text-align: right;
  }
  .date_center .dub_top_rightlinks {
    text-align: right !important;
  }
  header.site-nav-col.new_logo_site_nav {
    padding-bottom: 10px;
  }

  .key_features_bullets ul li {
    width: 100%;
  }

  .ray_pslider .carousel-item.ci_one.ci_two {
    height: 415px;
  }

  .app_buttons_banners {
    bottom: 27px;
  }

  .bdpp_leftinfos {
    text-align: center;
  }

  .bdpp_mainlist_star {
    justify-content: center;
  }

  .bdpp_right_part {
    text-align: center;
    height: 168px;
    align-items: center;
    justify-content: center;
  }

  .bdpp_stitleimg {
    margin: 0 0 30px 0;
  }

  .bdpp_stitleimg img {
    width: 100%;
  }

  .bdpp_bestinfos h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 28px;
    min-height: inherit;
  }

  .bdpp_bestinfos p {
    min-height: inherit;
  }

  .bdpp_lcform {
    margin: 0px auto 40px auto;
  }

  .bdpp_justcall h4 {
    font-size: 28px;
  }

  .bdpp_main_section6 a {
    font-size: 28px;
    display: block;
  }

  .business-claim-block.bdpp_addrs {
    position: inherit;
    bottom: 0;
    height: auto;
    margin: 0 auto 30px auto;
    max-width: 490px;
    width: auto;
  }

  .bdpp-mapaddres {
    padding: 0 0 0 0;
  }

  .bdpp_subform {
    width: 440px;
  }

  .bottom-area.business_listing_bottom .btn.btn-primary {
    margin: 20px auto 0 auto;
    width: 250px;
    display: block;
  }

  .bottom-area.business_listing_bottom p {
    font-size: 22px;
  }

  .bdpp_main_section.bdpp_cargo_main {
    height: 540px;
  }

  .bdpp_banner_grid {
    display: flex;
    height: 470px;
    justify-content: center;
    align-items: flex-end;
  }

  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 28px;
    max-width: inherit;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part .businesspp_logo img {
    width: 220px;
    padding: 100px 0 20px 0;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part {
    height: 140px;
  }
  .bdpp_main_section.bdpp_cargo_main::after {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 126%);
    opacity: 0.95;
  }

  .bdpp_grid4.cargo_bdpp_grid .bdpp_bestinfos {
    padding: 0 20px 20px 20px;
    min-height: inherit;
  }

  .bdpp_grid4.cargo_bdpp_grid .bdpp_besticon span img {
    height: auto;
    transition: all 0.5s ease;
    width: 100%;
  }

  .bdpp_grid4.cargo_bdpp_grid .bdpp_besticon span {
    width: auto;
    height: auto;
  }

  .bdpp_grid4.cargo_bdpp_grid .bdpp_besticon {
    height: auto;
    overflow: hidden;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_main .expo_infos {
    padding: 0px 10px 5px 10px;
  }

  .bdpp_stitleimg {
		margin: 20px 0 30px 0;
	  }
	.bdpp_mohalla_banner .businesspp_logo img {
		width: 100px !important;
	}
	.mohalla-section-2 .bdpp_grid4.cargo_bdpp_grid .bdpp_bestinfos {
		padding: 0 20px 20px 20px;
		min-height: 110px;
	}
	.mohalla-section-2 p {
		min-height: 0;
	}
	.mohalla-section-2 h4 {
		min-height: 0;
	}


  .sec-title span {
    font-size: 36px;
  }

  .dltitl_center .insta_titlein .insta_title_img img {
    width: 52px;
  }

  .insta_titlein {
    padding: 0px 0 0 64px;
    max-width: 540px;
    margin: 0 auto;
  }

  .ad_sec {
    margin-top: 20px; 
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp {
    height: auto;
  }

  .ads_rightimg {
    text-align: center;
  }
  .business_listing_adimg {
    padding: 10px 0 25px 0;
  }
} 

@media (min-width: 992px) {
  header .navbar.bg-light {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 991px) {
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 390px;
    top: 120px;
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    opacity: 0;
  }
  .menu .navbar-light .navbar-nav .nav-item.show .dropdown-menu.show {
    top: 130%;
    height: auto;
    overflow: inherit;
    padding: inherit;
    border: inherit;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .menu
    .navbar-light
    .navbar-nav
    li.nav-item.lastdrop.show
    .dropdown-menu.show {
    right: 0;
    left: inherit;
  }
  .menu .navbar-light .navbar-nav .nav-item {
    cursor: pointer;
  }
  .menu .navbar-light .navbar-nav .nav-item a.nav-link {
    padding: 1.35rem 0.5rem;
  }
  .menu .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    top: 64px;
    display: block;
    opacity: 1;
    height: auto;
  }
  .menu .navbar-light .navbar-nav .nav-item.navlinkadd .nav-link {
    padding: 8px 7px;
    margin: 16px 0 0 0px;
    pointer-events: inherit;
  }

  .menu .navbar-light .navbar-nav .nav-item.dropdown.lastdrop .dropdown-menu {
    left: inherit;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .menu .navbar-light .navbar-nav .nav-item a.nav-link {
    pointer-events: none;
    padding: 1.5rem 0.4rem;
  }
  .menu .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    height: auto;
    top: 72px;
  }
  .menu .navbar-light .navbar-nav .nav-item.navlinkadd .nav-link {
    padding: 6px 8px;
    margin: 20px 6px 0 0px;
    pointer-events: inherit;
  }
  .menu .navbar-light .navbar-nav .nav-item {
    margin: 0 2px;
  }
}

@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-brand {
    width: 130px;
  }
  .header .hd-quick-search .form-control {
    width: 130px;
  }
  .landing-header {
    padding: 6rem 0 3rem;
  }
  .categories-sec .categories-listing .category-item {
    width: 100%;
  }
  .category-left-sec {
    height: 400px;
  }
  .category-right-sec {
    height: 192px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Home Page Responsive Style

     ==================================== */

  .header .navbar-brand {
    width: 200px;
  }
  .header .navbar-collapse {
    justify-content: end;
  }
  .header .navbar-nav .nav-link {
    font-size: 14px;
  }
  .landing-header {
    background: url('../images/BannerBase-V1-1920PX.png') no-repeat bottom
      center;
    background-size: cover;
    padding: 8rem 0 2rem;
  }
  .landing-header .main-title {
    font-size: 48px;
  }
  .landing-header .main-title::after {
    top: 10px;
  }
  .search-block .search-btn {
    float: right;
    margin-top: 1rem;
  }
  .popular-categories .inner-content {
    padding: 0.5rem;
    width: 160px;
    left: 10px;
    bottom: 15px;
  }
  .latest-business-listing h5 {
    font-size: 16px;
    margin-top: 1rem;
  }
  .latest-business-listing .align-items-center {
    align-items: start !important;
  }
  .popular-categories .inner-content span,
  .popular-categories .inner-content p {
    font-size: 12px;
  }
  .how-it-works .hiw-inner {
    padding: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .how-it-works .hiw-inner h4 {
    font-size: 16px;
  }
  .claim-your-business h3 {
    font-size: 22px;
  }
  .claim-your-business .btn {
    font-size: 14px;
  }
  /* Page Category Listing Responsive Style

     ==================================== */

  .categories-sec .search-category {
    margin-top: 1rem;
  }
  .listing-members p {
    width: 90%;
  }
  .categories-sec .categories-listing .category-item {
    width: 100%;
  }
  .category-left-sec {
    height: 300px;
  }
  .category-right-sec {
    height: 142px;
  }
  /* Business Listing Responsive Style

     ==================================== */

  .business-listing-banner {
    padding: 4rem 0;
  }
  .business-listing-banner h1 {
    font-size: 38px;
  }
  .card-bottom-btn {
    text-align: right !important;
  }
  .share-your-exp h1 {
    font-size: 38px;
  }
  .share-your-exp p {
    width: 100%;
  }
  /* Business Detail Responsive Style

     ==================================== */

  .business-detail-banner {
    padding: 6rem 0;
  }
  .business-detail-main {
    padding: 3rem 0;
  }
  .business-info-sec {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  .business-info-sec .left {
    margin: 0 auto 1rem;
  }
  .gallery-main .gallery .image-item {
    width: 220px;
  }
  .business-claim-block {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  .business-det-share-exp {
    padding: 3rem 0;
  }
  .business-claim-block .icon {
    min-width: 40px;
    margin-right: 1rem;
  }
}
@media (max-width: 1120px) {
  .menu .navbar-light .navbar-nav .nav-item {
    margin: 0 3px;
  }
  .menu .navbar-brand img {
    width: 154px;
  }
  .menu .navbar-light .navbar-nav .navlinkadd .nav-link {
    padding: 8px 10px;
    font-size: 13.5px;
  }
}
@media (max-width: 1080px) {
  .menu .navbar-brand img {
    width: 134px;
  }
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 14.5px;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media (max-width: 1037px) {
}

@media (max-width: 1030px) {
  .useful_numbers_list .useful_grid .useful_col {
    padding: 15px 20px;
    margin: 0 8px;
  }

  .useful_colfull {
    padding: 15px 20px;
    width: 97.5%;
  }
}

@media (max-width: 1024px) {
  .banner_infos {
    top: 28%;
    font-size: 30px;
    max-width: 750px;
    line-height: 40px;
    padding: 10px;
  }
  .ray_pslider .carousel {
    height: 455px;
  }
  .ray_pslider .carousel-item {
    height: 455px;
  }
  .slider_form {
    bottom: 40px;
  }

  .menu .navbar-brand img {
    width: 124px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .upcome_in .owl-carousel .owl-item .position-relative {
    height: 290px;
  }
  .upcome_in .owl-carousel .owl-item .position-relative .card-img {
    height: 290px;
  }

  .menu .navbar-light .navbar-nav .nav-item.navlinkadd .nav-link {
    padding: 7px 5px;
  }

  .menu .navbar-light .navbar-nav .navlinkadd .nav-link {
    font-size: 13.5px;
  }

  .menu .navbar-brand img {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .feature_main {
    margin: 10px 0;
  }
  .sort-by {
    margin: 0 0 30px 0;
  }
  .our_features_grid {
    padding: 50px 0;
  }
  header {
    position: inherit;
  }
  .slider_main {
    margin-top: 0;
  }
  .slider_form {
    padding: 0 15px;
  }
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul {
    list-style: none;
    padding: 10px;
  }
  .menu
    .navbar-light
    .navbar-nav
    .nav-item
    .dropdown-menu
    ul
    li:nth-child(2n + 2) {
    margin: 0 0 0 0px;
  }
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 390px;
  }
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
    margin-bottom: 8px;
    margin-left: 7px;
  }
  .banner_infos {
    font-size: 30px;
    line-height: 40px;
  }
  .no_result {
    padding: 30px 0;
    font-size: 24px;
  }
  .business_result .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .claim-your-business {
    padding: 1rem 0;
  }
  .popular-categories {
    padding: 3rem 0 0 0;
  }
  .browse-cities {
    padding-top: 1rem;
  }
  .business-claim-block h3 {
    font-size: 22px;
  }
  .business-detail-main {
    padding-bottom: 130px;
  }
  .review_box {
    margin-bottom: 40px;
  }
  .popular-categories {
    padding: 3rem 0 40px 0;
  }
  .bb_directory_infos {
    margin-top: 0;
  }
  .bb_directory_infos h4 {
    font-size: 28px;
  }
  .bb_directory_infos p {
    font-size: 15px;
    line-height: 24px;
  }
  .categories-banner {
    height: 280px;
    margin: 0;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .menu .navbar-light .navbar-nav .nav-item {
    color: #fff;
  }
  .our_features_grid.our_features_grid_two .feature_main .feature_infos {
    text-align: center;
    min-height: 130px;
  }
  .menu .navbar-light .navbar-nav .nav-item.dropdown a.nav-link::after {
    border-color: transparent #fff #fff transparent;
  }
  .menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .navbar-light .navbar-toggler-icon {
    border-top: solid 2px transparent;
    border-bottom: solid 2px #fff;
    height: 1em;
    width: 1em;
    position: relative;
    z-index: 1;
  }
  .navbar-light .navbar-toggler-icon::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    background: #e5e5e5;
    content: '';
    top: 7px;
    margin-left: auto;
  }

  .navbar-light .navbar-toggler-icon::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 24px;
    height: 2px;
    background: #e5e5e5;
    content: '';
    top: -2px;
    margin-left: auto;
  }

  .our-directory .sort-by .nav-item .nav-link {
    font-size: 17px;
  }
  .feature_iconouter {
    margin: 0 auto 0px auto;
  }
  .how-it-works .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left_midtitle {
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .left_midtitle .sec-title {
    text-align: center;
  }
  .left_midtitle .sec-title {
    text-align: center;
    margin: 0;
  }
  .how-it-works::after {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.45) 0%,
      rgba(255, 255, 255, 0.65) 50%
    );
  }
  .business-detail-main.detailmain_new {
    padding: 0rem 0 3rem 0;
  }
  .bd_lerightinfos h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
    padding: 0.25rem 0.55rem 0.4rem 0.55rem;
    border: none;
    position: relative;
    top: 4px;
  }
  .bd_options a {
    padding: 10px 9px;
    font-size: 13px;
    display: block;
    margin: 0 0 7px 0;
    width: 170px;
    text-align: center;
  }
  .bd_adrsinfos p {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .categories-sec .categories-listing ul li {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our-directory.b_listing .row {
    display: block;
    flex-direction: column;
    flex-wrap: inherit;
    float: none;
  }

  .our-directory.b_listing .dubai-explore-listing-card-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .our-directory.b_listing .row .col-md-2 {
    width: auto;
    max-width: initial;
    flex: 0 0 100%;
    flex-direction: column;
    float: none;
    display: inline-block;
    margin: 0 0 10px 0;
  }
  .dubai-explore-listing-card-container.all_cat .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
  }
  .dubai-explore-bl-img {
    width: 100%;
  }
  .arabic_eve.expo_sec .arab_grid .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .arabic_eve.expo_sec .arab_grid {
    width: 590px;
    margin: 0 auto;
  }
  .categories-banner.explore_banner .col-12 {
    height: 300px;
  }
  .business_list_img {
    height: 173px;
  }
  .toplinks .dub_top_rightlinks {
    text-align: center;
    position: inherit;
    top: 0;
  }
  .toplinks {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .categories-banner.about_banner.explore_banner {
    margin-top: 0;
  }
  .gallery-main .gallery .image-item {
    width: 170px;
  }

  .thingdo_text {
    font-size: 33px;
  }

  .thingdo_btn a {
    font-size: 20px;
    padding: 11px 35px;
  }

  .thingdo_btn {
    height: 89px;
  }

  .ray_pslider.ray_pslider_new .carousel {
    height: 345px;
  }

  .useful_numbers_list ul li a {
    margin: 4px 0;
  }

  .topbar.topbar_new .toplinks.date_center {
    justify-content: center;
    padding: 0;
  }

  .topbar.topbar_new .dub_datetemp {
    text-align: center;
  }

  .topbar.topbar_new .toplinks a.top_advertus {
    border-radius: 7px;
    height: 33px;
    top: 0;
  }
  .topbar.topbar_new .toplinks a.top_advertus span {
    transform: translateY(0px);
  }
  .topbar.topbar_new .toplinks .dub_top_rightlinks a {
    line-height: 30px;
  }

  .topbar.topbar_new .toplinks a.top_advertus:hover {
    height: 33px;
  }

  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 28px;
    max-width: 400px;
    margin: 0 auto;
  }

  .topbar.topbar_new .toplinks a.top_advertus:hover span {
    transform: translateY(0px);
  }

  .subcattitle .catbannr_titleblock {
    height: 280px;
  }

  .categories-banner .subcattitle .catbannr_titleblock h1 {
    height: auto;
    padding-top: 0;
  }

  .most-popular-listing .list-item .view-det-btn.enquire_nwbtn {
    margin-top: 0;
    background: #eea625;
    color: #000000;
  }

  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 32px;
    max-width: 450px;
  }

  .bdpp_main_section.bdpp_cargo_main .bdpp_right_part .businesspp_logo img {
    width: 240px;
  }

  /*newdesigncss*/

.dl_topwhyrely_main {
	right: 0;
	max-width: 100%;
	margin: 40px auto 0 auto;
}

.dl_topwhyrely_main.dl_topwhyrely_main2 {
	left: 0;
	right: inherit;
}



}
@media (max-width: 930px) {
  .business-detail-main.detailmain_new .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .business-detail-main.detailmain_new .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .du_map_col .map_column {
    margin: 0 auto 30px auto;
  }

  .useful_numbers_list ul li span {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .business-det-share-exp.share-your-exp .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .business-claim-block p.para-text {
    width: 94%;
  }

  .business-claim-block {
    padding: 1rem;
    height: auto;
    overflow: auto;
  }

  .du_map_col .map_column iframe {
    height: 350px;
  }

  .ads_banner_btm {
    margin-top: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  
}

@media (max-width: 868px) {
  .banner_infos {
    top: 21%;
    font-size: 31px;
    max-width: 600px;
    line-height: 41px;
    padding: 10px;
  }
}

@media (max-width: 860px) {
  .useful_numbers_list .useful_grid .useful_col {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 15px;
    margin: 0 15px 0 0;
  }

  .useful_colfull {
    padding: 15px 20px;
    width: 98%;
    margin: 20px 0 0 0;
  }

  /*newdesigncss*/

  .dltopapp_infos {
    height: auto;
  }

  .dltopapp_buttons a img {
    margin-right: 20px;
    width: 150px;
  }

}

@media (max-width: 780px) {
  .useful_numbers_list .useful_grid .useful_col {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 15px;
    margin: 0 15px 0px 0;
  }

  .useful_colfull {
    padding: 15px 20px;
    width: 95%;
    margin: 15px 0 0 0px;
  }
}

@media (max-width: 767px) {
  /* Home Page Responsive Style

     ==================================== */

  .header {
    padding: 0;
  }
  .landing-header {
    background: url('../images/BannerBase-V1-1920PX.png') no-repeat bottom
      center;
    background-size: cover;
  }
  .sec-title {
    font-size: 28px;
  }
  .header .navbar-collapse {
    background-color: #f1f1f1;
    padding: 1rem;
    text-align: center;
    margin-top: 1rem;
    z-index: 1;
  }
  .landing-header .landing-banner {
    padding: 0 1rem;
  }
  .landing-header .main-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .landing-header .main-title::after {
    display: none;
  }
  .landing-header {
    padding: 6rem 0 2rem;
  }
  .search-block .search-block-input span {
    font-size: 12px;
  }
  .search-block .search-btn {
    font-size: 16px;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
    display: table;
    margin: 2rem auto 0;
  }
  .landing-banner .search-block .search-block-input.right {
    margin-left: 0;
  }
  .our-specification .inner-sec p {
    font-size: 12px;
  }
  .how-it-works .hiw-inner {
    margin-bottom: 2rem;
    text-align: center;
    padding: 0 1.5rem;
  }
  .how-it-works .hiw-inner h4 {
    font-size: 16px;
  }
  .our-specification .inner-sec {
    margin-bottom: 1rem;
  }
  .claim-your-business {
    padding: 2rem 0 0;
  }
  .claim-your-business .claim-business-txt {
    padding: 0;
  }
  .claim-your-business .btn {
    font-size: 16px;
    display: table;
    margin: 0 auto;
  }
  .tips-articles h3 {
    font-size: 28px;
  }
  .claim-your-business h3 {
    font-size: 24px;
  }
  .tips-articles {
    padding: 3rem 0 1rem;
  }
  .tips-articles .article-card {
    margin-bottom: 2rem;
  }
  .tips-articles .view-all {
    font-size: 12px;
    top: 10px;
  }
  .latest-business-listing h5 {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  /* Category Page Responsive Style

     ==================================== */

  .categories-sec .sort-categories .nav-item .nav-link {
    font-size: 12px;
  }
  .categories-sec .search-category .form-control {
    font-size: 14px;
  }
  .categories-banner h1 {
    font-size: 29px;
    padding-top: 0;
  }
  .categories-sec .search-category {
    margin-top: 1rem;
  }
  .categories-sec .categories-listing .category-item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .listing-members h3 {
    font-size: 24px;
  }
  .listing-members p {
    width: 100%;
  }
  .category-left-sec {
    height: auto;
  }
  .category-right-sec {
    margin: 15px;
  }
  /* Business Listing Page Responsive Style

     ==================================== */

  .business-listing-banner {
    padding: 3rem 0;
  }
  .business-listing-banner h1 {
    font-size: 28px;
  }
  .most-popular-listing .most-popular-listing-content .card {
    padding: 1rem;
  }
  .most-popular-listing .header-sec,
  .most-popular-listing .header-sec .form-inline {
    display: block !important;
  }
  .most-popular-listing .list-item img {
    display: table;
    margin: 0 auto;
  }
  .most-popular-listing .list-item .ratings {
    text-align: right;
    margin-top: 1rem;
  }
  .most-popular-listing .list-item .contact-det li {
    display: block;
    margin-bottom: 0.5rem;
  }
  .share-your-exp h1 {
    font-size: 34px;
  }
  .share-your-exp p {
    width: 100%;
  }
  .most-popular-listing .ratings ul li {
    font-size: 14px;
  }
  .most-popular-listing .header-sec .form-control,
  .most-popular-listing .header-sec .custom-select {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  /* Business Detail Responsive Style

     ==================================== */

  .business-info-sec {
    position: relative;
    width: 100%;
  }
  .business-info-sec .left {
    margin: 0 auto 1rem;
  }
  .business-detail-main {
    padding: 3rem 0;
  }
  .description-sec {
    text-align: left;
    margin-top: 2rem;
  }
  .gallery-main .gallery ul {
    justify-content: flex-start;
  }
  .gallery-main .gallery ul li {
    margin: 5px 5px;
  }
  .review-ratings .rating-count {
    margin-bottom: 0;
    text-align: center;
  }
  .review-ratings .give-your-review .fa-star {
    font-size: 24px;
  }
  .add-review .review-ratings {
    justify-content: flex-start;
  }
  .review-ratings .give-your-review {
    padding: 0rem;
  }
  .add-review .btn {
    display: table;
    margin: 3rem auto 0;
  }
  .comments-sec .from-comment {
    font-size: 12px;
    margin-bottom: 0.2rem;
  }
  .comments-sec .date,
  .comments-sec .reply-comment-btn {
    font-size: 12px;
  }
  .comments-sec .comment-text {
    font-size: 12px;
    padding: 0.5rem;
  }
  .business-claim-block {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  .business-det-share-exp {
    padding: 3rem 0 1rem 0;
  }
  .business-claim-block .headings {
    text-align: center;
  }
  .business-claim-block h3 {
    font-size: 19px;
    margin-bottom: 0.5rem;
    line-height: 28px;
  }
  .business-claim-block .icon {
    min-width: 40px;
    margin-right: 1rem;
  }
  .footer .footer-logo,
  .footer .title,
  .footer ul li,
  .footer .newsletter {
    text-align: left;
  }

  .footer .footer-social {
    justify-content: flex-start;
  }
  .footer .copyright {
    margin-top: 0;
  }
  .footer .copyright p {
    font-size: 12px;
  }
  .footer .desc {
    width: 100%;
    text-align: justify;
  }
  .our_features_grid .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .menu .navbar-brand img {
    width: 160px;
  }
  .slider_form {
    position: inherit;
    bottom: 0px;
    padding: 15px;
    background: #e31d24;
    border-radius: 5px;
    margin: 20px 15px 0 15px;
  }
  .slider_form form .form-group .form-control {
    box-shadow: none;
  }
  .slider_form form .form-submit {
    width: 67px;
    position: absolute;
    right: 3px;
    bottom: 30px;
  }
  .slider_form form .form-submit button {
    background: #333;
    height: 43px;
    line-height: 55px;
    top: -2px;
    padding: 0 10px;
  }
  .slider_form form {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .slider_form form .select-wrap.form-group {
    width: 100%;
    margin-right: 8px;
  }
  .slider_form form .form-group {
    width: 100%;
  }
  .slider_form form .form-group .form-control {
    box-shadow: none;
    padding-right: 51px;
  }
  .contact_block form {
    width: 100%;
    padding: 20px;
  }
  .categories-banner.about_banner {
    background: url('../images/about_banner.jpg') no-repeat -750px center;
  }
  .business-info-sec .left {
    width: 100%;
    text-align: center;
  }
  .business-info-sec .right {
    width: 100%;
    text-align: center;
  }
  .our-directory .bl_img {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .our-directory .bl_img img {
    height: 150px;
    object-fit: contain;
  }

  .banner_infos {
    top: 27%;
    font-size: 32px;
    max-width: 100%;
    line-height: 40px;
    padding: 0px;
    margin: 0 5px;
  }
  .business_result .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .review_box {
    padding: 15px;
    margin-bottom: 25px;
  }
  .categories-banner {
    height: 240px;
  }
  .categories-banner h1 {
    height: 220px;
  }
  .business-detail-main {
    padding-bottom: 80px;
  }
  .share-your-exp h1 {
    font-size: 24px;
  }
  .left_midtitle {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .left_midtitle .sec-title {
    text-align: center;
  }
  .collage_innimages .collage_image.col_imgbig {
    height: auto;
    object-fit: fill;
  }
  .collage_innimages .collage_image {
    height: auto;
  }
  .browse-cities.love_dubai {
    height: 344px;
  }
  .browse-cities.love_dubai .sec-title {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
  }
  .ed_cols .expo_main h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .ed_cols_right {
    margin-top: 30px;
  }
  .ed_cols_right .expo_img img {
    width: 100%;
  }
  .ed_cols_right .expo_infos {
    text-align: center;
    padding-top: 17px;
  }
  .our_features_grid.our_features_grid_two {
    padding-bottom: 20px;
  }
  .tips-articles {
    padding: 3rem 0 1rem;
    background-size: cover;
  }
  .ray_pslider .carousel-item {
    height: 395px;
  }
  .ray_pslider.ray_pslider_new .carousel {
    height: 415px;
  }
  .slider_form form .form-group .form-control {
    border-radius: 35px 35px 35px 35px;
  }
  .slider_form form .form-group input.form-control {
    border-radius: 35px;
    box-shadow: none;
  }
  .slider_form form .form-submit {
    width: 47px;
    position: absolute;
    right: 27px;
    bottom: 30px;
  }
  .slider_form form .form-submit button {
    background: #333;
    height: 46px;
    line-height: 45px;
    top: 42px;
    padding: 0 10px;
  }
  .business-detail-banner {
    padding: 5rem 0;
  }
  .feature_main .feature_infos {
    min-height: inherit;
  }
  .browse-cities.love_dubai::after {
    height: 340px;
  }
  .collage_innimages .collage-content {
    bottom: 11px;
  }
  .bd_lerightinfos {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .bd_options a {
    margin: 0 auto 7px auto;
    width: 200px;
  }
  .bd_bgnew {
    padding: 20px 0;
    margin: 0 0 0px 0;
    padding-bottom: 0;
  }
  .contact_us {
    height: auto;
    margin: -20px 0 30px 0;
  }
  .tips-articles .card.article-card .card-body .article-types {
    min-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .footer {
    padding: 3rem 0 3rem;
  }
  .categories-sec .categories-listing .category-item .img {
    width: 100%;
    height: auto;
  }
  .categories-sec .categories-listing ul li {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .categories-sec .categories-listing .category-item .img {
    height: auto;
  }
  .categories-sec .categories-listing .category-item {
    width: 100%;
    height: auto;
  }
  .our-directory.b_listing .row {
    text-align: center;
  }

  .categories-banner.about_banner.explore_banner {
    height: 230px;
  }

  .categories-banner.explore_banner .col-12 {
    height: 210px;
  }
  .categories-banner.explore_banner h1 {
    height: auto;
    font-size: 32px;
  }
  .business_list_img {
    height: 153px;
  }
  .dist_pos {
    right: 45px;
  }
  .slider_form form .form-submit {
    bottom: 73px;
  }
  .location_btn_set button {
    width: calc(100% - 200px);
    margin-left: 22px;
  }
  .dist_pos {
    right: 0;
    top: -62px;
    width: 49%;
  }
  .slider_form form .select-wrap.form-group {
    /* width: 49%; */
    width: 100%;
    margin-right: 8px;
  }
  .dist_pos select {
    width: 100%;
    border-radius: 50px;
    height: 46px;
  }
  .select-wrap.form-group select#category {
    appearance: auto;
  }
  .select-wrap.form-group:after {
    display: none;
  }
  .slider_form form .form-group .form-control {
    padding-right: 21px;
  }
  .banner_infos {
    top: 17%;
  }
  .slider_form {
    position: absolute;
    bottom: 10px;
    background: none;
  }
  .slider_form form .form-submit button {
    /* background: #e51c24; */
    background: #d81b21;
    right: -19px;
    top: 42px;
  }
  .collage_image img {
    margin-top: 0;
  }
  .collage_innimages .collage_image {
    margin: 0 0 30px 0;
  }
  .popular-categories .collage_image img {
    height: auto;
  }

  .our_features_grid.our_features_grid_two .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ownbtn_visit {
    margin-top: 0;
    padding-top: 0px;
  }

  .our_features_grid.our_features_grid_two .feature_main .feature_infos {
    text-align: center;
    min-height: inherit;
  }

  .our-directory.b_listing
    .dubai-explore-listing-card-container
    .row
    .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .thingmain.thing_right {
    margin-top: 35px;
  }

  .expo_sec {
    padding: 40px 0 0 0;
  }

  .dabout_infos h3 {
    font-size: 28px;
  }

  .mission_infos {
    text-align: center;
    margin: 0 0 30px 0;
  }

  .mv_icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto 30px auto;
  }

  .mission_main {
    margin-top: 0;
  }

  .mission_vision {
    padding: 60px 0 30px 0;
  }

  .mv_infos {
    text-align: center;
  }

  .our-directory.b_listing .sec-title {
    margin-bottom: 50px;
  }

  .our-directory .owl-theme .owl-nav {
    bottom: -30px;
    top: inherit;
    left: 0;
  }

  .our-directory .owl-theme .owl-nav .owl-next {
    margin: 0 0px 0 0;
  }

  .our-directory {
    padding: 38px 0 64px 0;
  }

  .popular-categories .sec-title {
    margin: 0 0 30px 0;
  }

  .most-popular-listing .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .most-popular-listing .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .thingdo_btn {
    height: auto;
    padding-top: 20px;
  }

  .thingdo_text {
    font-size: 30px;
    text-align: center;
  }

  .ray_pslider .carousel-item.ci_one.ci_two.ci_ramadan {
    background-position: right top;
  }

  .ppr_infos h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .ppr_infos p {
    font-size: 27px;
    line-height: 37px;
  }

  .ppr_infos .icon img {
    width: 52px;
  }

  .ppr_infos {
    padding: 0px 0 0 75px;
    width: 530px;
    height: 210px;
  }
  .plan_pricingmain {
    height: 210px;
  }

  .ppr_infos .icon {
    left: 10px;
    top: 46px;
  }

  .topblock_title h3 {
    font-size: 29px;
    margin: 0;
  }

  .topbox_infos h4 {
    font-size: 32px;
  }

  .topbox_infos {
    margin: 20px 10px;
    padding: 20px;
  }

  .price_bottomblock {
    padding: 30px 0 0 0;
  }

  .price_bottomblock .table tbody tr td,
  .price_bottomblock .table tfoot tr th,
  .price_bottomblock .table tfoot tr td {
    white-space: nowrap;
  }

  .listform_left {
    border-radius: 30px 30px 0 0px;
    padding: 40px 0 30px 0;
    text-align: center;
  }

  .listform_in {
    padding: 30px 30px 40px 30px;
  }

  .formleft_infos h2::after {
    margin: 0 auto;
    right: 0;
  }

  .formleft_infos h2 {
    font-size: 30px;
  }

  .list_form_outer {
    padding: 30px 0 40px 0;
  }

  .topbar.topbar_new .toplinks a.top_advertus {
    display: none;
  }

  .topbar.topbar_new .dub_datetemp {
    text-align: right;
  }

  .footer.footer_change {
    background: #1f242a;
    padding-bottom: 48px;
  }

  .advertus_mob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .advertus_mob a {
    background: #f1bf32;
    color: #fff;
    height: auto;
    display: block;
    border-radius: 7px 7px 0 0;
    padding: 10px 12px 11px 12px;
    transition: all 0.5s ease;
    color: #000;
    margin: 0 5px;
    font-weight: 600;
    font-size: 18px;
  }

  .advertus_mob a:hover {
    background: #000;
    color: #f1bf32;
  }

  .advertus_mob {
    display: block;
  }

  .bdpp_stitle h3 {
    font-size: 26px;
  }
  .bdpp_justcall h4 {
    font-size: 24px;
  }

  .bdpp_main_section6 a {
    font-size: 22px;
    margin-top: 6px;
  }

  .bdpp_banner_grid .row {
    width: auto;
  }

  .bdpp_banner_grid {
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: flex-end;
  }

  .subcattitle .catbannr_titleblock {
    height: 240px;
  }

  /*newdesigncss*/

  .dl_topcats_sub figure {
    min-height: 216px;
  }

  .dl_topcats_sub figure img {
    height: 216px;
  }

  .dl_topcats_sub.dl_topcats_submore figure {
    min-height: 216px;
  }

  .dltopapp_mobiles {
    text-align: center;
    padding: 40px 0 0 0;
  }

  .dltopapp_logo img {
    width: 279px;
  }

  .dltopapp_infos {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .dl_topwhyrely_outer {
    margin-top: 30px;
  }

  .dl_topwhyrely_outer .dl_topwhyimg {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dl_topwhyrely_outer .dl_topwhyinfos {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0 0px;
  }

  .dl_topwhyrely_main .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dl_topwhyrely_outer {
    margin-top: 0;
  }

  .dl_topwhyrely_main {
    margin: 20px auto 0 auto;
  }

  .dl_topcats_home .dl_topcats_main .col-md-6 {
    margin-top: 30px;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp {
    height: auto;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp img {
    height: auto;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .expo_img .img-wrapp {
    height: auto;
  }

  .our_features_grid.our_features_grid_two.exploredubai.travelogue_newdesign .ed_cols_right .expo_main .img-wrapp img {
    height: auto;
  }

  .our_features_grid.our_features_grid_two.exploredubai .expo_infos h3 {
    margin: 8px 0 19px 0;
    text-align: left;
  }

  .tips-articles.tip_article_newdesign .card.article-card .card-body .article-types a {
    min-height: inherit;
    display: inline-block;
  }

  .tips-articles .card.article-card .card-body .article-types {
    min-height: inherit;
  }

  .tips-articles.events_guide_newdesign .card.article-card .card-body .article-types {
    text-align: left;
    min-height: 40px;
  }

  .tips-articles.upcomingmain.events_guide_newdesign {
    padding: 40px 0 30px 0;
  }

  .feature_iconouter.feature_iconouter_nd .col-lg-2.duhide_feature {
    display: none;
  }

  .feature_iconouter.feature_iconouter_nd .col-lg-2.duhide_feature {
    display: none;
  }
  .feature_iconouter.feature_iconouter_nd .feature_main {
    border: none;
    min-height: 50px;
    margin: 0;
  }
  .feature_iconouter.feature_iconouter_nd .col-lg-2 {
    flex: 0 0 25%;
    max-width: 33.333333%;
    padding: 0 5px;
  }
  .feature_iconouter.feature_iconouter_nd .col-lg-2 .feature_infos {
    background: none;
  }
  .feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
    font-size: 16px;
  }
  .feature_iconouter.feature_iconouter_nd .feature_main .feature_img {
    padding-bottom: 6px;
  }

  .feature_iconouter.feature_iconouter_nd .feature_infos::after {
    display: none;
  }

  .feature_iconouter.feature_iconouter_nd .feature_main:hover .feature_infos h3 {
    color: #000;
  }

  .our_features_grid {
    padding: 20px 0 10px 0;
  }

  .our_features_grid.feature_icon_blocks .feature_iconouter_nd .feature_main:hover {
    border-color: #e8e8e8;
    background: #fff;
    box-shadow: none;
  }

  .our_features_grid.feature_icon_blocks .feature_iconouter_nd .feature_infos.feature_more {
    display: block;
    height: auto;
    margin: 10px 0;
    min-height: 26px;
  }

  .feature_iconouter.feature_iconouter_nd .feature_main .feature_img.dl_newfeature_img {
    margin: 6px 0 20px 0;
    min-height: inherit;
    padding-bottom: 6px;
  }

  .our-directory {
    padding: 48px 0 64px 0 !important;
  }

  .claim-your-business .btn {
    margin-top: 20px !important;
  }

  .dl_subcat_accord .accordion .card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0;
    margin: 0 0 2px 0;
  }


  /* .dl_subcat_accord .accordion .card .collapse {
    display: none;
  }

  .dl_subcat_accord .accordion .card .collapse.show {
    display: block;
  } */

  .dl_subcat_accord .accordion .card .card-header .btn.btn-link {

    text-align: left;
    width: 90%;
  }

  .dl_subcat_accord .accordion .card .card-header i {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 9;
    width: 30px;
    margin-right: auto;
    text-align: right;
    pointer-events: none;
  }

  .how-it-works {
    background: none;
}

.our-directory.b_listing .sec-title {
    margin-bottom: 10px;
}

.feature_iconouter.feature_iconouter_nd .feature_main:hover .feature_infos h2 {
	color: red;
}

.dl_subcat_accord .accordion .card .card-header .btn.btn-link a {
	color: #fff;
	display: inline-block;
}

.menu .navbar-brand img.new-logo-header {
  margin-top: -10px;
}

.menu .navbar-toggler {
  position: relative;
  top: 6px;
}

}
@media (max-width: 670px) {
  .banner_infos {
    top: 17%;
    font-size: 28px;
    line-height: 36px;
    margin: 0 15px;
  }
  .banner_infos b {
    font-size: 21px;
  }
  .bb_directory_lists.new_bbdesign .bb_listing_title h4 {
    color: #1b1919;
    font-size: 22px;
  }

  .collage_innimages .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* 21 march 2023 start*/
  .business_box_cnt {
    min-height: 200px;
  }
  /* 21 march 2023 end*/
  .exp-cnt h1 {
    font-size: 40px;
  }
  .exp-cnt p {
    font-size: 15px;
  }
  .exp-btn a {
    padding: 4px 8px;
  }
  .exp-cnt {
    max-width: 410px;
  }
  section.exp_banner {
    padding: 50px 0 55px 0;
  }

  .bdpp_testiinfos {
    padding: 10px 20px 10px 20px;
    flex: 0 0 82%;
    max-width: 82%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bdpp_tesiouter .owl-carousel .owl-item .bdpp_testiimg {
    flex: 0 0 15%;
    max-width: 15%;
    border-radius: 10px;
  }

  .bdpp_tesiouter .owl-carousel .owl-item .bdpp_testiimg {
    flex: 0 0 15%;
    max-width: 15%;
    border-radius: 10px;
    overflow: visible;
  }

  .bdpp_tesiouter .owl-carousel .owl-item .bdpp_testiimg img {
    width: 100%;
    border-radius: 10px;
  }

}
@media (max-width: 640px) {
  .use_grid {
    width: 100%;
    margin: 0 auto;
  }

  .thing4_moreinfos {
    height: 100%;
  }

  .thing_sec4_block .thing4_secbox {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .thing_sec4_block .thing4_secbox {
    margin-bottom: 10px;
  }

  .thing_secbox figure figcaption {
    font-size: 19px;
    line-height: 25px;
  }
  .right_use .use_infos {
    min-height: 246px;
  }

  .footer .footer-logo img {
    width: 270px;
  }

  /*newdesigncss*/

.dl_topwhyrely_outer .dl_topwhyinfos p {
	font-size: 14px;
}

.dl_topwhyrely_outer .dl_topwhyinfos h3 {
	font-size: 17px;
}

.dl_topwhyrely_main .col-md-6 {
	padding: 0 8px;
}


.sec-title span {
  font-size: 30px;
}

.left_midtitle .sec-title {
  font-size: 26px;
  line-height: 37px;
}

.insta_titlein {
	max-width: 460px;
}

}
@media (max-width: 600px) {
  .upcome_in .owl-carousel .owl-item .position-relative {
    height: auto;
  }
  .upcome_in .owl-carousel .owl-item .position-relative .card-img {
    height: auto;
  }
  .arabic_eve.expo_sec .arab_grid {
    width: 100%;
    margin: 0 auto;
  }
  .arab_grid .use_img img {
    height: 100%;
    width: 100%;
  }
  .arab_main {
    margin: 0 0 30px 0;
  }
  .our-directory .bl_img img {
    height: auto;
  }
  .our-directory .bl_img {
    height: auto;
  }

  .tips-articles .card.article-card .card-body .article-types {
    min-height: inherit;
  }

  .tips-articles.upcomingmain {
    padding: 50px 0 45px 0;
  }
  .right_use .use_infos {
    min-height: 265px;
  }

  .tips-articles.events_guide_newdesign .card.article-card .card-body .article-types {
    text-align: left;
    min-height: inherit;
  }

  .events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative .card-img {
    height: auto;
    border-radius: 0;
  }

  .events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative .card-img {
    height: auto;
    border-radius: 0;
  }

  .our-directory {
    padding: 48px 0 54px 0 !important;
  }

  .our-directory .card-title {
    margin: 0 0 12px 0;
    min-height: inherit;
}

}
@media (max-width: 576px) {
  .our-directory.b_listing
    .dubai-explore-listing-card-container
    .row
    .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .our-directory.b_listing .dubai-explore-listing-card-container .row {
    display: flex;
    flex-direction: column;
  }

  .our-directory .bl_img {
    height: auto;
  }
  .banner_infos {
    top: inherit;
    font-size: 25px;
    line-height: 36px;
    padding: 5px;
    margin: 0 15px;
    top: 61px;
  }
  .slider_main .landing-banner-carousel .owl-theme .owl-dots {
    display: none;
  }
  .footer .quick-connect .form-group {
    text-align: center;
  }
  .listing-content {
    text-align: center;
  }
  .most-popular-listing .list-item .contact-det {
    text-align: center;
  }
  .claim-your-business h6 {
    text-align: left;
    margin-bottom: 10px;
  }
  .claim-your-business p {
    width: 100%;
    text-align: left;
  }
  .claim-your-business h3 {
    text-align: left;
    margin-bottom: 15px;
  }
  .privacy_policyinfos h4 {
    font-size: 20px;
    text-align: center;
  }
  .banner_infos b {
    font-size: 19px;
  }
  .ray_pslider .carousel {
    height: 400px;
  }
  .banner_infos .b_map_mark img {
    width: 40px;
  }
  .browse-cities.love_dubai {
    height: 284px;
  }
  .browse-cities.love_dubai::after {
    height: 250px;
  }
  .our_features_grid .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our_features_grid.our_features_grid_two .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our_features_grid.our_features_grid_two .feature_main .feature_infos {
    text-align: center;
    min-height: inherit;
  }
  .bd_lerightinfos h1 {
    font-size: 24px;
  }
  .footer .footer-logo,
  .footer .title,
  .footer ul li,
  .footer .newsletter {
    text-align: center;
  }
  .business-claim-block {
    margin: -160px auto 30px auto;
  }
  .business_list_img {
    height: 100%;
    width: 100%;
  }
  .slider_form form .form-group .form-control {
    height: 43px;
  }
  .dist_pos select {
    height: 43px;
  }
  .dist_pos {
    top: -59px;
  }
  .slider_form form .form-submit button {
    height: 43px;
  }
  .gallery-main .gallery .image-item {
    width: 100%;
    height: auto;
  }
  .gallery-main .gallery ul li {
    margin: 0 5px 5px 5px;
  }
  .gallery-main .gallery .image-item img {
    height: auto;
  }
  .ed_cols .expo_main h3 a {
    font-size: 22px;
    line-height: 32px;
  }
  .claim-your-business img {
    width: 100%;
  }
  .popular-categories .container.p-0 {
    padding: 0 15px !important;
  }

  .most-popular-listing .list-item .contact-det li {
    text-align: left;
  }

  .dubai-explore-bl-img {
    width: 100%;
    height: auto;
  }

  .dubai-explore-bl-img img {
    height: auto;
    width: 100%;
  }
  .categories-banner h1 {
    font-size: 24px;
  }

  .th_binfos h2 {
    font-size: 73px;
  }

  .th_binfos h4 {
    font-size: 30px;
  }

  .th_binfos {
    width: 230px;
  }

  .things_banner {
    background-position: -240px top;
  }

  .thing2_infos p {
    font-size: 16px;
    line-height: 24px;
  }

  .thing_sec2 .thing_title {
    font-size: 24px;
  }

  .thing_sec {
    padding: 38px 0;
  }

  .thing_title {
    font-size: 24px;
    line-height: 33px;
  }

  .thing_sec6_block .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .thing_sec6_block .thing_sec6_main {
    margin-top: 20px;
  }

  .thing_sec2_inn .thingsec2_col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .thing_sec1_block {
    padding: 10px 0 0 0;
  }

  .footer .footer-social {
    justify-content: center;
  }

  .most-popular-listing .col-lg-9.col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .most-popular-listing .col-lg-3.col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .things_banner_new {
    height: 289px;
    background-position: -40px top;
  }

  .most-popular-listing .list-item .ratings {
    text-align: center;
  }

  .thingdo_text {
    font-size: 26px;
  }

  .thingdo_btn a {
    padding: 11px 30px;
  }
  /* 21 march start */
  .piller_tab ul {
    margin-bottom: 25px;
  }
  .pill_hcnt h2 {
    font-size: 22px;
  }
  .main-accordion .faq-design .card .card-header .btn-header-link {
    font-size: 16px;
  }
  .business_box img {
    width: 100%;
  }
  .business_box_cnt {
    min-height: auto;
  }
  section.senter-padding {
    padding: 45px 0;
  }
  .senter_hcnt h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .expo_sec.pb-767 {
    padding-bottom: 25px;
  }
  .place_box_cnt {
    min-height: auto;
  }
  /* 21 march end */

  .slider_form.test {
    bottom: 60px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two {
    height: 375px;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 26px;
    line-height: 31px;
    top: 10%;
  }

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 b {
    font-size: 18px;
    /* line-height: 30px; */
    line-height: 26px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 161px;
  }

  .ray_pslider.ray_pslider_new .carousel {
    height: 375px;
  }
  .exp-cnt h1 {
    font-size: 34px;
  }
  .exp-cnt p {
    font-size: 14px;
    line-height: 20px;
  }
  .exp-cnt {
    max-width: 335px;
  }
  .exp-btn a {
    font-size: 13px;
  }
  .exp-cnt {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  section.exp_banner {
    background-position-x: right;
  }
  section.exp_banner:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
  }

  .useful_numbers_list .useful_grid .useful_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    margin: 20px 0px 0px 0;
  }

  .useful_colfull {
    padding: 15px 20px;
    width: 100%;
    margin: 0px 0 0 0px;
  }

  .app_buttons_banners {
    bottom: 17px;
  }

  .useful_numbers_list ul li::before {
    width: 22px;
    height: 22px;
  }

  .useful_numbers_list ul li::after {
    position: absolute;
    left: 6px;
    top: 21px;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    transform: rotate(-47deg);
  }
  .right_use .use_infos {
    min-height: 283px;
  }
  .for-frame-style .videobg {
    height: 410px;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 25px;
    top: 18%;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
  }

  .du_review_main .du_review_infos {
    flex: 0 0 83%;
    max-width: 83%;
  }
  .menu .navbar-brand img.new-logo-header {
    max-height: 100px;
    margin-top: -8px;
}

  .new_logo_site_nav nav.navbar .navbar-collapse {
    padding-top: 40px;
  }

  .popform_infos {
    padding: 10px 15px;
  }

  .app_buttons_footer {
    text-align: center;
  }

  .top_blockin {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .ppr_infos h3 {
    font-size: 21px;
    line-height: 34px;
  }
  .ppr_infos .icon img {
    width: 45px;
  }

  .ppr_infos p {
    font-size: 22px;
    line-height: 31px;
  }

  .ppr_infos .icon {
    position: inherit;
    left: 0;
    top: 0;
  }

  .ppr_infos {
    height: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0 0 0px;
    margin: 0 auto 0 auto;
    width: 300px;
  }

  .ppr_infos p {
    font-size: 20px;
    line-height: 31px;
  }

  .date_center .dub_top_rightlinks {
    text-align: right !important;
  }

  .bdpp_secd.bdpp_main_section2 .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .businesspp_logo {
    text-align: center;
  }

  .bdpp_dhibfos p {
    text-align: center;
  }

  .bdpp_dhibfos {
    text-align: center;
  }

  .bdpp_tbtn {
    text-align: center;
  }

  .bdpp_subform {
    width: 100%;
  }

  .bdpp_grid_contact {
    padding-top: 20px;
  }

  .bdpp_subform button {
    font-size: 17px;
    line-height: 48px;
  }

  .bdpp_whrs .table {
    width: 100%;
  }


/*newdesigncss*/

.feature_iconouter.feature_iconouter_nd .col-lg-2 {
	width: 50%;
}

.dltop_lines {
	font-size: 24px;
}

.dltopapp_mobiles img {
	width: 340px;
}

.dltop_lines {
	font-size: 22px;
}

.dltopapp_logo img {
	width: 259px;
}

.dltopapp_buttons a img {
	margin-right: 10px;
	width: 140px;
}

.insta_titlein {
	max-width: 320px;
}

}

@media (max-width: 500px) {
  .du_review_main .du_review_infos {
    flex: 0 0 78%;
    max-width: 78%;
  }

  .topblock_title h3 span {
    display: block;
  }

  .bdpp_main_section.bdpp_cargo_main {
    height: 540px;
  }

  .bdpp_banner_grid {
    height: 370px;
  }

  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }

}
@media (max-width: 480px) {
  .title-5 {
    text-align: center;
  }

  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 370px;
  }
  .categories-banner {
    height: 190px;
  }
  .categories-banner h1 {
    height: 180px;
  }
  .categories-banner.about_banner {
    background: url('../images/about_banner.jpg') no-repeat -970px center;
  }
  .banner_infos {
    font-size: 21px;
    line-height: 32px;
    padding: 3.5px;
    margin: 0 5px;
    background: none;
  }
  .banner_infos b {
    font-size: 17px;
    line-height: 30px;
  }
  .banner_infos::after {
    background: #000;
    border-top: none;
    border-bottom: solid 2px #e31d24;
    padding: 16px 0;
  }
  .banner_infos::before {
    position: absolute;
    content: '';
    background: #000;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skewX(-15deg);
    width: 50%;
    border-bottom: solid 2px #e31d24;
    padding: 16px 0;
  }
  .slider_main .item {
    padding-bottom: 50px;
  }
  .business_result .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .business_result .business_resultcard {
    height: auto;
    margin: 0 0 10px 0;
  }
  .business_result .card-body a h5 {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .business-detail-main {
    padding-bottom: 60px;
  }
  .feature_main {
    padding: 15px;
  }
  .use_grid .right_use .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .use_img img {
    width: 100%;
  }
  .upcoming_con.water_sport .right_use .use_infos {
    text-align: center;
  }
  .upcoming_con.water_sport .right_use .use_infos p {
    font-size: 13px;
    min-height: inherit;
    padding-bottom: 6px;
  }
  .arabic_eve.expo_sec .arab_grid .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .arab_grid .use_img {
    height: auto;
  }
  .arabic_eve.arabic_eve1 .arab_infos p {
    min-height: inherit;
    font-size: 15px;
  }
  .arab_infos h4 {
    min-height: inherit;
  }
  .arab_infos p {
    min-height: inherit;
  }
  .categories-banner.explore_banner h1 {
    height: auto;
    font-size: 26px;
    padding: 0;
  }
  .location_btn_set button {
    width: auto;
  }
  .bd_dbtns a {
    padding: 7px 10px;
    font-size: 14px;
  }

  .thing_secbox {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .thing_sec7_block .thing7_right2 .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .things_faqlists .panel-title a {
    font-size: 16px;
  }

  .things_faqlists .panel.panel-default {
    padding: 10px;
  }

  .thing_secbox {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .thing_secbox figure img {
    width: auto;
  }

  .thing_secbox figure {
    margin: 0 auto;
    width: 256px;
  }

  .things_faqlists .panel-title a i {
    margin-left: 15px;
  }

  .things_banner_new {
    height: 249px;
    background-position: -70px top;
  }

  .thingdo_text {
    font-size: 24px;
  }

  .thingdo_btn a {
    font-size: 18px;
    padding: 11px 25px;
  }
  ul.food_category li {
    max-width: 49%;
  }
  /* 21 march start */
  .senter_hcnt h2 {
    font-size: 23px;
  }
  .senter_img_area {
    margin-bottom: 22px;
  }
  /* 21 march end */

  .ray_pslider .carousel-item.ci_one.ci_two .banner_infos.banner_infos2 {
    font-size: 24px;
    line-height: 31px;
    /* top: 5%; */
    top: 9%;
  }
  .banner_infos.banner_infos2 .b_map_mark2 {
    right: inherit;
    top: 247px;
    left: 0;
    margin: 0 auto 0 0;
    width: 52px;
  }

  .banner_infos.banner_infos2 .b_element2 {
    top: 161px;
    display: none;
  }

  .ray_pslider .carousel-item.ci_one.ci_two {
    /* background: url(../images/banner-ramdaan3.jpg) -494px top no-repeat; */
    /* background: url(../images/banner-ramdaan4.jpg) -494px top no-repeat; */
    background-position-x: right top !important;
  }

  .slider_form.test {
    bottom: 50px;
  }

  .app_buttons_banners a img {
    width: 150px;
  }

  .banner_infos.banner_infos2 .b_map_mark2 img {
    width: 42px;
  }
  /* .exp-cnt h1 {
      font-size: 30px;
  } */
  .right_use .use_infos {
    min-height: auto;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 22px;
    left: 18px;
    right: 18px;
    top: 20%;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 17px;
    line-height: 24px;
  }
  .iframe_cnt .form-control {
    font-size: 14px;
  }

  .du_review_main .du_review_img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .du_review_main .du_review_infos {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .du_reimginn {
    text-align: center;
  }

  .du_reinfoinn {
    padding: 20px 0 0 0;
    text-align: center;
  }

  .du_reinfo {
    text-align: justify;
    text-align-last: center;
  }
  .new_logo_slider .banner_infos.banner_infos2 {
    font-size: 20px !important;
    top: 17% !important;
  }
  .new_logo_slider .slider_form.test {
    bottom: 40px;
  }

  .slider_form form .form-group input.form-control {
    font-size: 14px;
  }

  .business-claim-block .headings h3 {
    font-size: 22px;
  }

  .business-claim-block .icon {
    margin-right: 0.5rem;
  }

  .dub_datetemp span {
    margin: 0 3px;
    font-size: 13.5px;
  }

  .toplinks a {
    font-size: 12.5px;
    padding: 0 0px;
  }

  .topbar.topbar_new .toplinks .dub_top_rightlinks a.top_advertus {
    width: 126px;
    padding: 1px 9px 0 9px;
  }

  .bdpp_leftinfos .bdpp_title {
    color: #fff;
    font-size: 31px;
  }

  .bdpp_mainlist_star {
    flex-direction: column;
  }

  .bdpp_mainlist_star {
    justify-content: center;
  }

  .bdpp_star_rate {
    justify-content: center;
  }

  .bdpp_right_part {
    text-align: center;
    height: 118px;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
  }

  .bdpp_store_code a {
    color: #fff;
    margin: 0 0px 7px 0;
    display: block;
  }

  .bdpp_right_part {
    text-align: center;
    height: 88px;
    align-items: center;
    justify-content: center;
    padding: 0 0 32px 0;
  }

  .bdpp_justcall h4 {
    font-size: 22px;
  }

  .bdpp_main_section6 {
    padding: 36px 0 27px 0;
  }

  .subcattitle .catbannr_titleblock {
    height: 180px;
  }

  .bdpp_banner_grid {
    height: 470px;
  }

  .bdpp_main_section.bdpp_cargo_main {
    height: 610px;
  }

  .bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li {
    font-size: 20px;
  }

  .bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li span {
    background: #F1BF32;
    width: 85px;
    height: 85px;
    line-height: 85px;
  }

  .bdpp_grid5.cargo_bdpp_grid5 .bdpp_wrapper ul li span img {
    filter: brightness(0) invert(0);
    width: 44px;
  }

  /*newdesigncss*/

.dl_topcats_sub figure {
	min-height: 166px;
}

.dl_topcats_sub figure img {
	height: 166px;
}

.dl_topcats_sub.dl_topcats_submore figure {
	min-height: 166px;
}

.dltopapp_mobiles img {
	width: 280px;
}

.dltop_lines {
	font-size: 20px;
}

.feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
	font-size: 14px;
}

.dl_topwhyrely_main .col-md-6 {
	flex: 0 0 100%;
	max-width: 100%;
}

.dl_topwhyrely_outer .dl_topwhyinfos {
	text-align: center;
}

.dl_topwhyrely_home {
	padding: 40px 0 30px 0;
}

.dl_topwhyrely_main {
	margin: -10px auto 0 auto;
}

.dl_topwhyrely_main.dl_topwhyrely_main2 {
	left: 0;
	right: inherit;
	margin-top: 10px;
}

.events_guide_newdesign .upcome_in .owl-carousel .owl-item .position-relative {
	height: auto;
}

.our-directory.b_listing .sec-title {
	margin-bottom: 10px;
}


}

@media (max-width: 420px) {
  .ray_pslider .carousel-item.ci_one.ci_two {
    /* background: url(../images/banner-ramdaan3.jpg) -503px top no-repeat; */
    background: url(../images/banner-ramdaan4.jpg) -503px top no-repeat;
  }
  .for-frame-style .ray_pslider_new .vid_text {
    font-size: 18px;
    top: 22%;
  }
  .for-frame-style .ray_pslider_new .vid_text b {
    font-size: 16px;
    line-height: 23px;
  }
  .slider_form.test.iframe_cnt {
    bottom: 85px;
  }
  .iframe_cnt .form-control {
    font-size: 13px;
  }

  .dub_datetemp span {
    font-size: 13px;
  }

  .app_buttons_banners a img {
    width: 130px;
  }

  .bdpp_cargo_main .bdpp_leftinfos .bdpp_title {
    font-size: 21px;
    margin: 0 0 7px 0;
  }

  /*newdesigncss*/

  .dl_topcats_sub figure {
    min-height: 146px;
  }

  .dl_topcats_sub figure img {
    height: 146px;
  }

  .dl_topcats_sub.dl_topcats_submore figure {
    min-height: 146px;
  }

  .feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
    font-size: 13.5px;
  }


}

@media (max-width: 410px) {
  .ray_pslider .carousel-item.ci_one.ci_two {
    /* background: url(../images/banner-ramdaan3.jpg) -523px top no-repeat; */
    background: url(../images/banner-ramdaan4.jpg) -523px top no-repeat;
  }

  .feature_iconouter.feature_iconouter_nd .feature_main .feature_img img {
    height: 31px;
  }

  .feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
    font-size: 13px;
  }

}

@media (max-width: 400px) {
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
  }
  .menu .navbar-light .navbar-nav .nav-item .dropdown-menu ul li {
    width: 100%;
  }
  .business-detail-main {
    padding-bottom: 40px;
  }

  .things_banner_new {
    height: 219px;
  }
  .topbar.topbar_new .toplinks a {
    font-size: 12.5px;
    padding: 0 1px;
  }
  .menu .navbar-brand img.new-logo-header {
    max-height: 84px;
    margin-top: 1px;
    margin-left: -7px;
}

  .topbar.topbar_new .toplinks .dub_top_rightlinks a.top_advertus {
    width: 124px;
    top: 5px;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 500;
  }

  .topbar.topbar_new .toplinks .dub_top_rightlinks a {
    line-height: 30px;
    position: relative;
    top: -2px;
  }

  .date_center .dub_top_rightlinks {
    text-align: right !important;
    top: 0;
  }

   /*newdesigncss*/

   .dl_topcats_inner_main .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dl_topcats_sub figure {
    min-height: inherit;
  }

  .dl_topcats_sub figure img {
    height: inherit;
  }

  .dl_topcats_sub.dl_topcats_submore figure {
    min-height: 136px;
  }

  .dl_topcats_inner_main {
    padding-bottom: 0;
  }

  .sec-title span {
    font-size: 28px;
  }

  .insta_titlein {
    max-width: 300px;
  }


}


@media (max-width: 390px) {

  .feature_iconouter.feature_iconouter_nd .feature_main .feature_infos h2 {
    font-size: 12px;
  }
}


@media (max-width: 375px) {
  .slider_main .item {
    padding-bottom: 70px;
  }
  .feature_main .feature_infos h2 {
    font-size: 17px;
  }
  .feature_main {
    padding: 13px 8px;
  }
  .feature_main .feature_infos h2 {
    font-size: 15px;
  }
  .review_box {
    padding: 15px 3px;
  }

  .th_binfos {
    width: 100%;
  }
  .things_banner {
    background-position: -280px top;
    top: -65px;
  }

  .thing4_moreinfos a {
    padding: 5px 10px;
  }

  .thing4_moreinfos p {
    font-size: 15px;
  }

  .thingdo_text {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .menu .navbar-brand img.new-logo-header {
    max-height: 90px;
    margin-left: -12px;
    margin-top: 0;
}
  .toplinks .dub_top_rightlinks {
    top: -4px;
  }

  .sec-title span {
    font-size: 26px;
  }

  .insta_titlein {
    max-width: 280px;
  }

}
