@font-face {
  font-family: "Azo Sans Bk";
  src: url("../fonts/Azo-Sans/AzoSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/Azo-Sans/AzoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Azo Sans Lt";
  src: url("../fonts/Azo-Sans/AzoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Azo Sans Md";
  src: url("../fonts/Azo-Sans/AzoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/Azo-Sans/AzoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Azo Sans Tn";
  src: url("../fonts/Azo-Sans/AzoSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

:root {
  --priamry: #2a2a2a;
  --secondary: #3b5d38;
  --secondaryhover: #173c14;
  --pista: #cdd9cc;
  --white: #fff;
  --black: #000;
  --greybg: #f9f9f9;
}

/*common css*/

.home-page-main {
  font-family: "Azo Sans";
  font-size: 16px;
  line-height: 20px !important;
  color: var(--priamry);
  background: var(--greybg);
}

.container {
  max-width: 1310px;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

.btn-primary:hover {
  background: var(--secondaryhover);
  border-color: var(--secondaryhover);
  color: var(--white) !important;
}

.forest-btn.btn-primary:not(:disabled):not(.disabled):active {
  background: var(--secondaryhover);
  border-color: var(--secondaryhover);
}

.forest-btn.btn button {
  background-color: transparent;
  border: none;
  font-family: "Azo Sans";
}

.btn i {
  font-size: 16px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #e4e4e4;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #b66230;
}

/*header start css*/

nav.navbar {
  position: unset !important;
  background: #fff;
  padding: 13px 0 17px 0;
}

nav.navbar .container {
  margin: 0 auto !important;
}

nav.navbar .navbar-brand {
  color: var(--priamry) !important;
  display: flex;
  align-items: center;
}

nav.navbar .navbar-brand .block-info img {
  width: 50px;
  height: 50px;
}

nav.navbar .navbar-brand .col-auto {
  align-items: center;
  display: inline-flex;
  width: 102px;
  white-space: normal;
  padding: 0 0 0 10px;
}

nav.navbar .navbar-brand .col-auto small {
  display: none;
}

nav.navbar .navbar-brand .col-auto strong {
  font-size: 16px;
  display: inline-block;
  line-height: 20px;
}

nav.navbar .navbar-brand .block-info {
  margin: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--priamry) !important;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 40px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-collapse .btn {
  background: var(--secondary);
  border-radius: 10px !important;
  border-color: var(--secondary);
  font-size: 16px;
  padding: 8px 15px 7px !important;
  line-height: 20px;
  height: 35px;
  margin-left: 12px;
}

.navbar-expand-lg .navbar-collapse .btn .fe-lock {
  display: none;
}

.navbar-expand-lg .navbar-collapse .btn:hover {
  background: var(--secondaryhover);
  border-color: var(--secondaryhover);
  color: var(--white) !important;
}

.navbar-expand-lg .navbar-collapse .btn-white {
  background: var(--white);
  border-color: #395936 !important;
  color: var(--secondaryhover);
  margin-left: 40px;
}

nav.navbar .container > .d-sm-block {
  display: none !important;
}

/*header end css*/

/*top-banner css*/

.new-banner {
  min-height: unset;
  padding: 193px 0 272px;
  height: auto;
}

.middle-banner {
  display: flex;
  align-items: center;
}

.top-title {
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
  margin-bottom: 20px;
}

.left-top {
  width: 50%;
}

.right-top {
  width: 50%;
  text-align: center;
}

.new-banner .download-app-tag {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.new-banner .download-app-tag div {
  width: 100%;
  text-align: right;
}

.new-banner .download-app-tag .download-app-text {
  transform: rotate(-10deg);
  position: relative;
  right: 2%;
  padding-bottom: 20px;
}

.new-banner .download-app-tag .download-app-arrow {
  position: absolute;
  right: 36%;
  top: 10%;
  width: 90px;
  height: 90px;
  padding: 0 30px;
}

.new-banner .download-app-tag .download-app-arrow img {
  width: 100%;
  height: auto;
}

.top--sub-title {
  margin: 0;
}

.top--sub-title {
  margin: 0;
}

/* .new-banner .right-top .right-top-desktop {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 170px;
  padding-left: 50px;
} */
.right-top-desktop .block-info {
	display: block;
}

.new-banner .right-top .right-top-desktop .applogo {
  width: 100%;
}

.new-banner .right-top .right-top-mobile {
  display: none;
}

/* Main section css */

.home-main-section {
  display: flex;
  flex-wrap: wrap;
}

/*map-section css*/

.map-section {
  max-width: 1280px;
  margin: -80px auto 0;
  background: var(--secondary);
  color: var(--white);
  text-align: center;
  padding: 26px 40px 35px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  order: 1;
}

.top-map-plus {
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 10px);
}

.top-map-plus::before {
  content: "+";
  width: 15px;
  height: 15px;
  background: var(--white);
  color: var(--secondary);
  border-radius: 50px;
  display: inline-block;
  font-size: 15px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 1px;
  line-height: 17px;
}

.top-map-plus::after {
  content: "+";
  width: 10px;
  height: 10px;
  background: var(--white);
  color: var(--secondary);
  border-radius: 50px;
  display: inline-block;
  font-size: 15px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 1px;
}

.bottom-plus {
  top: auto;
  bottom: 5px;
}

.serachtitle {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  margin: 0 0 15px;
}

.searchfrom {
  width: 100%;
  margin: 0;
}

.searchbar-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0px;
}

.searchbar-sec .btn {
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  background: var(--white);
  padding: 0;
  margin-left: 10px;
  border-radius: 0;
}

.searchbar-sec .serach-btn i {
  font-size: 28px;
}

.searchbar-sec input {
  width: calc(100% - 130px);
  height: 55px;
  color: var(--priamry);
  border: 0;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 20px;
}

.searchbar-sec input::placeholder {
  color: var(--priamry);
}

.searchbar-sec input:focus-visible {
  outline: none;
}

.searchbar-sec .btn img {
  height: 30px;
}

.searchbar-sec .map-btn {
  background: var(--pista);
}

.hunder-check {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 35px;
  min-height: 30px;
}

.hunder-check .label-check {
  margin: 0;
  padding: 7px 0 0 40px;
}

.hunder-check input {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 0;
  opacity: 0;
}

.hunder-check .label-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: var(--white);
}

.hunder-check input:checked + .label-check::after {
  content: "";
  background-image: url(../graphics/close.png);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 7px;
  top: 7px;
  background-size: cover;
}

/*forest-area css*/

.forest-area {
  padding: 50px 0 138px 0;
  width: 100%;
  order: 2;
}

.forest-area .serachtitle {
  min-height: 78px;
  margin: 0 0 35px 0;
}

.forest-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.forest-right {
  width: 600px;
  flex: unset;
  max-width: 100%;
  padding: 0;
  min-height: 489px;
}

#map {
  border-radius: 10px;
}

.forest-left {
  width: calc(100% - 600px);
  flex: unset;
  max-width: 100%;
}

.forest-cnt {
  padding-right: 80px;
  display: flex;
  flex-wrap: wrap;
}

.forest-cnt .forest-data {
  width: 47.4%;
  max-width: 100%;
  flex: unset;
  margin: 0 30px 30px 0;
  padding: 0;
}

.forest-cnt .forest-data:nth-child(2n + 2) {
  margin: 0 0px 30px 0;
}

.forest-data .block-info img.img-fluid.w-100 {
  height: 80px;
}

.forest-data .card {
  border: 0;
  box-shadow: 0 5px 0px 0px #e4e4e4;
  margin: 0;
}

.forest-div {
  padding: 10px 28px 16px 18px !important;
}

.forest-div a {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.forest-div .text-truncate {
  margin: 0 0 8px 0;
  flex: unset;
  max-width: 100%;
}

.forest-div .user-card {
  font-size: 14px;
  line-height: 18px;
  color: var(--priamry) !important;
  display: flex;
  align-items: flex-start;
  border-bottom: 0.5px solid #3b5d38;
  padding-bottom: 24px;
  margin-bottom: 9px;
}

.forest-div a:hover {
  color: var(--secondary);
}

.forest-div .user-card img {
  width: 9px;
  margin-top: 1px;
  height: 14px;
}

.forest-div .user-card .user-number {
  width: calc(100% - 10px);
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  white-space: normal;
  -webkit-box-orient: vertical;
}

.forest-div .user-card .user-number span {
  font-size: 14px;
  display: block;
  line-height: 18px;
}

.fenched-name {
  margin-bottom: 16px;
  width: 100%;
}

.fenched-name .small {
  color: var(--priamry) !important;
  font-size: 12px;
  line-height: 15px;
  padding-left: 9px;
}

.forest-btn {
  border-radius: 10px;
  height: 50px;
  line-height: 20px;
  font-size: 16px;
  padding: 15px 55px;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.fenched-name i {
  color: var(--secondary);
  font-size: 17px;
}

.fenched-name i.fence-grey {
  color: #9e9e9e;
}

/* forests-media-mobile css  */

.forests-media-mobile {
  display: none;
}

/* forest-media css  */

.forests-media {
  padding: 57px 0 44px;
  width: 100%;
  order: 3;
}

.forests-media .serachtitle {
  margin-bottom: 30px;
}

.forests-media .owl-item .grab {
  height: 50px;
}

.forests-media .owl-item .grab img {
  height: 100%;
}

.fenched-name .set__opacity {
  opacity: 1;
}

.mapbox {
  background: var(--secondary);
  color: var(--white);
  text-align: center;
  padding: 9px;
  margin-right: 33px;
}

.read-more-button {
  background: var(--secondary);
  color: var(--white);
}

/* find-hunderstand css */

.find-hunderstrand {
  padding: 150px 0;
  width: 100%;
  order: 4;
}

.find-hunderstrand .forest-main {
  align-items: center;
}

.find-hunderstrand .forest-cnt > img {
  width: 100%;
  border-radius: 10px;
}

.find-hunderstrand .forest-left {
  display: block;
  width: 50%;
}

.find-hunderstrand .forest-right {
  width: 50%;
  min-height: auto;
}

.find-hunderstrand .forest-right .img-mobile {
  display: none;
}

.find-hunderstrand .forest-right p {
  margin-bottom: 3.2rem;
}

.find-hunderstrand .forest-btn {
  padding: 5px;
  height: 35px;
  line-height: normal;
  display: flex;
  align-items: center;
  max-width: 185px;
  justify-content: center;
}

/* dog-forest-info */

.dog-forest-info {
  width: 100%;
  order: 5;
}

.dog-forest-info .forest-btn {
  padding: 4px 10px;
  height: unset;
  line-height: normal;
}

.dog-forest-info .dog-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
}

.dog-forest-info .dog-info .icon-wrapper {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dog-forest-info .dog-info .count {
  padding-left: 20px;
}

.dog-forest-info .dog-info i {
  color: #b5602d;
}

.dog-forest-info .mapbox {
  position: relative;
  min-width: 235px;
  border-radius: 10px;
  padding: 20px;
  margin-right: 50px;
}

.dog-forest-info .mapbox .image-wrapper {
  width: 90px;
  height: 90px;
  display: block;
  padding: 5px;
  margin: 0 auto;
}

.dog-forest-info .mapbox .image-wrapper i {
  font-size: 46px;
}

.dog-forest-info .mapbox .image-wrapper img {
  width: 100%;
  height: auto;

  /* width: 30px;
    height: 48px; added by developer */
}

.dog-forest-info .mapbox .image-wrapper.first-map {
  padding: 5px 25px;
}

.dog-forest-info {
  position: relative;
  padding: 90px 0 120px;
}

.dog-forest-info::before {
  content: "";
  position: absolute;
  background-image: url(../graphics/downloadapp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
}

.dog-forest-info .download-app-tag {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.dog-forest-info .download-app-tag div {
  width: 100%;
}

.dog-forest-info .download-app-tag .download-app-text {
  transform: rotate(10deg);
  position: relative;
  right: 2%;
  display: block;
  margin-top: 60px;
}

.dog-forest-info .download-app-tag .download-app-arrow {
  position: absolute;
  left: -13%;
  top: 32%;
  width: 80px;
  height: 80px;
  padding: 0 25px;
}

.dog-forest-info .download-app-tag .download-app-arrow img {
  width: 100%;
  height: auto;
}

.dog-forest-info .download-app-tag .download-app-link {
  margin-bottom: 50px;
}

.dog-forest-info .serachtitle p {
  font-weight: 400;
}

.dog-forest-info .download-app-desktop {
  display: block;
}

.dog-forest-info .download-app-mobile {
  display: none;
}

.top-map-plus::before,
.top-map-plus::after {
  width: 15px;
  height: 15px;
  line-height: 17px;
  font-size: 16px;
}

/* dog-forest-ratings */

.dog-forest-ratings {
  padding: 150px 0 0;
  width: 100%;
  order: 6;
}

.dog-forest-ratings .serachtitle {
  color: var(--secondaryhover);
}

.dog-forest-ratings .serachtitle p {
  color: var(--priamry);
  font-weight: 400;
}

.dog-forest-ratings .rating-stars img {
  max-width: 110px !important;
  border-radius: 0px;
  width: 100%;
  height: auto;
}

.dog-forest-ratings .forest-card {
  position: relative;
  padding: 28px 0 !important;
  border-radius: 10px;
  box-shadow: 0 5px 0px 0px #e4e4e4;
}

.dog-forest-ratings .forest-card .top-rating {
  position: absolute;
  top: -28px;
  right: 2%;
  width: 50px;
  height: 50px;
  padding: 0 8px;
}

.dog-forest-ratings .forest-card .top-rating img {
  border-radius: 0;
}

.dog-forest-ratings .forest-comment {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  white-space: normal;
  -webkit-box-orient: vertical;
  min-height: 45px;
}

.dog-forest-ratings .review-view {
  color: var(--priamry);
  text-decoration: underline;
}

.dog-forest-ratings .forest-location {
  display: flex;
  align-items: center;
  margin: 12px 0;
  margin-bottom: 0 !important;
}

.dog-forest-ratings .forest-location a {
  color: #173c14;
  font-size: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  padding-left: 10px;
}

/* forest-overview */

.forest-overview {
  padding: 150px 0;
  width: 100%;
  order: 7;
}

.forest-overview .forest-btn {
  padding: 4px 10px;
  height: unset;
  line-height: normal;
}

.forest-overview .forest-cnt {
  padding-left: 80px;
  padding-right: 0;
}

.forest-overview .forest-cnt > img {
  width: 100%;
  border-radius: 10px;
}

.forest-overview .forest-left {
  width: 50%;
}

.forest-overview .hvad-section {
  background-color: #fff;
  padding: 110px 0;
  margin-bottom: 150px;
  margin-top: 150px;
}

.forest-overview .hvad-section .section-btm {
  margin-top: 80px;
}

.forest-overview .hvad-section .section-btm p {
  max-width: 500px;
}

.forest-overview .hvad-section .forest-overview-main .forest-left h2 {
  padding-top: 64px;
  padding-bottom: 16px;
}

.forest-overview .hvad-section .forest-overview-main {
  align-items: flex-start;
}

.forest-overview .hvad-section-last .forest-overview-main .subsection-top {
  margin-bottom: 34px;
}

.forest-overview
  .hvad-section-last
  .forest-overview-main
  .subsection-top
  .serachtitle {
  margin: 0 0 30px;
}

.forest-overview .hvad-section-last .forest-overview-main.forest-list {
}

.forest-overview .hvad-section-last .forest-overview-main.forest-list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 30px 0;
}

.forest-overview .hvad-section-last .forest-overview-main.forest-list ul li {
  width: 50%;
  padding: 10px 0;
}

.forest-overview
  .hvad-section-last
  .forest-overview-main.forest-list
  ul
  li
  img {
  width: 16px;
  height: auto;
  margin-right: 30px;
}

.forest-overview .hvad-section-last .forest-overview-main h2 {
  font-size: 20px;
  font-weight: 700;
}

.forest-overview .hvad-section ul {
  list-style-type: none;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  width: 100%;
}

.forest-overview .hvad-section ul li {
  width: 50%;
  padding: 12px 0;
}

.forest-overview .hvad-section ul li img {
  width: 16px;
  height: auto;
  margin-right: 30px;
}

.forest-overview .forest-left .mobile-image {
  display: none;
}

.forest-overview .forest-right .web-image {
  display: block;
}

.forest-overview .forest-right {
  width: 50%;
  min-height: unset;
}

/* forest-locations */

.forest-locations {
  width: 100%;
  order: 2;
  padding: 80px 0 0;
}

.forest-locations .owl-item .item {
  text-align: left;
  margin: 0 20px;
}

.forest-locations .owl-item .item .card {
  box-shadow: 0 5px 0px 0px #e4e4e4;
}

.details-page-hero {
  padding: 125px;
}

.details-page-hero .right-top .right-top-desktop {
  padding: 0;
}

/* forest-details-map */

.forest-details-map {
  width: 100%;
  order: 3;
  padding: 150px 0 200px;
}

.forest-details-map .map {
  height: 600px !important;
  padding: 0;
}

/* footer */

.page-footer {
  background-color: var(--pista);
  width: 100%;
}

.page-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.page-footer .footer-top .footer-top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.page-footer .footer-top .footer-top-inner .logocontent {
  padding: 5px 30px 0;
}

.page-footer .footer-top .footer-top-inner .logocontent .title {
  color: var(--secondaryhover);
  display: block;
  padding-bottom: 10px;
}

.page-footer .footer-top .footer-top-inner .logocontent p {
  margin-bottom: 0;
}

.page-footer .footer-navigation {
  padding-top: 40px;
}

.page-footer .footer-navigation .footer-navigation-title {
  color: var(--secondaryhover);
  padding-bottom: 10px;
  display: block;
}

.page-footer .footer-navigation .social-links {
  position: relative;
}

.page-footer .footer-navigation .social-links::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #173c14;
  position: absolute;
  right: 50px;
  top: 2px;
}

.page-footer .footer-navigation ul {
  padding-top: 10px;
  margin: 0;
}

.page-footer .footer-navigation ul.social_icns li {
  margin-right: 20px;
}

.page-footer .footer-navigation ul.social_icns li a {
  color: var(--priamry);
  font-size: 40px;
}

.page-footer .footer-navigation ul.navbar-nav .nav-item .nav-link {
  color: var(--priamry);
  padding: 10px 0;
  text-decoration: underline;
}

.page-footer .footer_images {
  width: 100%;
}

.page-footer .footer_images_desktop {
  justify-content: space-between;
  width: 100%;
  padding: 75px 10px 110px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.page-footer .footer_images a {
  margin: unset;
}

.page-footer .copyright-section {
  text-align: center;
  background-color: var(--secondaryhover);
  font-size: 14px;
  padding: 5px;
  color: var(--white);
}

.page-footer .footer_images_mobile {
  display: none;
}

.page-footer .footer_images_left {
  display: flex;
  justify-content: center;
  width: 100%;
}

.page-footer .footer_images_right {
  display: flex;
  justify-content: center;
  width: 100%;
}

/*---------- lending  hun deskov  ------------*/

.forest-details-page-hero {
  padding: 75px 0;
}

.forest-details-page-hero .right-top .right-top-desktop {
  padding-top: 0;
}

.forest-details .details-page-map {
  width: 600px;
  flex: unset;
  max-width: 100%;
  padding: 0;
}

.details-page-first {
  padding: 40px;
  background: #ffffff;
  border-radius: 15px;
  margin: -236px 0 auto;
  position: relative;
  border: 0;
  box-shadow: 0 10px 0px 0px #e4e4e4;
  padding-bottom: 62px;
  margin-right: 80px;
  width: calc(100% - 680px);
  flex: unset;
  max-width: 100%;
}

.description-class .w-100 .mb-1 strong {
  font-size: 30px;
  color: #2a2a2a;
  text-align: center;
  margin: 50px 0 37px;
  display: block;
  line-height: 39px;
}

.forest-image h3 strong {
  line-height: 39px;
  display: block;
}

.forest-image h3 {
  margin-bottom: 50px;
}

a.btn.edit-forest {
  color: #b5602d;
  display: block;
  text-align: left;
  padding: unset;
  font-size: 16px;
}

.forest-details .row,
.forest-image .row,
.forest-ralated .row {
  margin: 0;
}

.details-page-first p.more {
  font: normal normal normal 16px/20px Azo Sans;
  letter-spacing: 0px;
  color: #2a2a2a;
  opacity: 1;
  margin-bottom: 20px;
}

.details-page-first .description-text {
  color: #3b5d38 !important;
  margin-top: 9px !important;
  padding: 0;
}

.description-class .button-facts {
  display: block;
  border: 2px solid #3b5d38;
  border-radius: 10px;
  background: transparent;
  margin: 50px auto 0;
  font-size: 16px;
  padding: 5px 10px;
  color: #173c14;
  line-height: 20px;
  width: 200px;
  height: 35px;
}

.forest-details .top-map-plus::before,
.forest-details .top-map-plus::after {
  width: 10px;
  height: 10px;
  font-size: 14px;
  line-height: 14px;
}

.forest-details .forest-btn-wrapper .forest-btn {
  height: unset;
  padding: 7px 10px;
  max-width: 175px;
}

/*-------------------forest-image  section --------*/

.ralated-list-info > .col-lg-3 {
  flex: 0 0 22.24%;
  max-width: 22.24%;
  padding: 0;
  margin: 0 47px 0 0;
}

.ralated-list-info > .col-lg-3:nth-child(4n + 4) {
  margin: 0;
}

.ralated-list-info > .col-lg-3 .card {
  margin-bottom: 0;
}

.forest-ralated .forest-ralate-grid-wrapper {
  width: 100%;
}

.forest-ralated .container > .row {
  margin: 0;
}

.facta-section .facility.row ul li.not-show {
  opacity: 0.6;
}

.forest-details .facilities-class {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.forest-details .facilities-main {
  display: flex;
  justify-content: space-between;
}

.forest-details .facilities-class {
  display: flex;
  text-align: center;
  position: relative;
  flex: 0 0 33.3%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
  align-items: center;
}

.forest-details .facilities-class .image-wrapper.first-map {
  height: 95px;
}

.forest-details .facilities-class .image-wrapper.first-map i {
  line-height: 83px;
  font-size: 50px;
}

.forest-details .facilities-class .image-wrapper.first-map {
  background: var(--secondary);
  color: var(--white);
  text-align: center;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  width: 120px;
  height: 120px !important;
  position: relative;
  margin-bottom: 20px;
}

.forest-details .details-page-map #map {
  border-radius: 10px;
  display: block;
  height: 403px !important;
}

.forest-details .details-page-map #map canvas {
  width: 100% !important;
}

.forest-details .address-class .first-map {
  margin-right: 10px;
}

.forest-details .address-class {
  padding: 10px;
  position: relative;
  width: 100%;
  background: #3b5d38;
  color: white;
  text-align: center;
  border-radius: 10px;
  margin: 54px 0 40px;
  padding: 15px;
}

.details-page-first .address-class {
  display: none;
}

.home-main-section .details-page-first a.morelink {
  color: #2a2a2a;
}

.forest-btn-wrapper.mx-auto.text-center {
  margin-top: 20px;
}

.forest-details .details-page-first .rating-wrapper {
  padding: 0 10px 0 0;
}

.forest-details .details-page-first .serachtitle {
  margin: 50px 0 0 0;
  color: #173c14;
  font-size: 50px;
  line-height: 65px;
}

.forest-details .details-page-first .rating-info {
  margin: 20px 0 50px 0;
}

.forest-details .details-page-first .rating-info img {
  width: 125px;
}

.forest-details .navigation-span {
  text-decoration: underline;
  font-weight: bold;
}

.forest-details .chevron-right {
  padding: 0 10px;
  font-size: 10px;
}

/*--------------------- forest-rating  section -2------------------*/

.forest-rating .ratings-wrapper {
  display: block;
  width: 100%;
  margin: 5px 0 50px;
}

.forest-rating .ratings-wrapper img {
  width: 125px;
}

.forest-image {
  padding-top: 122px;
}

.forest-image h3 {
  font-size: 30px;
}

section.forest-rating .text-secondary {
  text-align: center;
}

section.forest-image .block-info .col-auto > img {
  width: 100%;
  display: block;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/*--------------------- forest-rating  section --3------------------*/

.facta-section .login-methods {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.facta-section .facta-h3 {
  margin: 0px 0 50px;
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
}

section.login-facebook.facta-section p.facta-p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 20px;
}

.facta-section .address-icon i {
  color: #b5602d;
  margin-right: 9px;
}

section.login-facebook.facta-section .login-fb-button {
  border-radius: 10px;
  line-height: 17px;
  font-size: 16px;
  background-color: #38485d;
  color: #ffff;
  padding: 7px 10px 5px;
  text-align: left;
  border: 2px solid #38485d;
}

section.login-facebook.facta-section .login-mail-button:hover,
section.login-facebook.facta-section .login-fb-button:hover {
  background-color: #173c14;
  color: white;
}

section.login-facebook.facta-section .login-mail-button {
  border: 2px solid #3b5d38;
  border-radius: 10px;
  line-height: 18px;
  font-size: 16px;
  color: #173c14;
  background-color: transparent;
  padding: 7px 10px 5px;
}

section.login-facebook.facta-section span {
  margin-top: 20px;
  display: block;
}

.row.mt-5.mb-5.facta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.facility.row ul {
  list-style-type: none;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px;
  width: 100%;
}

.morelink {
  display: block;
  text-align: left;
  padding-top: 10px;
}

.facta-section .facility.row ul li {
  margin: 10px 0;
  width: 100%;
}

.facta-section span.facility-icon {
  margin-right: 20px;
  font-size: 20px;
  color: #b5602d;
  width: 23px;
  display: inline-block;
}

.facta-section span.success i {
  color: var(--secondary);
  padding-right: 5px;
}

.facta-section .sec-left {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  box-shadow: 0 5px 0px 0px #e4e4e4;
  margin-right: 80px;
  width: calc(100% - 680px);
  flex: unset;
  max-width: 100%;
}

.facta-section .sec-left .address-label p {
  margin-bottom: 0;
}

.facta-section .sec-left .address {
  margin-bottom: 40px;
}

.facta-section .sec-right {
  max-width: 100%;
  width: 600px;
  border-radius: 15px;
  flex: unset;
  padding: 0;
}

.facta-section .sec-right .forest-cnt {
  padding-right: 0px;
}

.facta-section .sec-right img {
  display: block;
  max-width: 100%;
  flex: unset;
  border-radius: 10px;
}

.facta-section .forest-cnt .forest-data {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.forest-ralated .card-header strong {
  color: var(--secondaryhover);
  font-size: 1.7rem;
}

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
  padding: 46px;
}

.facta-section .forest-cnt .forest-data {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.forest-ralated {
  padding: 150px 0;
}

.forest-image .col-md-3 {
  flex: 0 0 23.24%;
  max-width: 23.24%;
  padding: 0;
  margin: 0 30px 0 0;
}

.ratingSlider .col-lg-3 {
  margin-bottom: 30px;
}

.dog-forest-ratings .container .row > .col-lg-12 {
  padding: 0;
}

.forest-image .col-md-3:nth-child(4n + 4),
.ralated-list-info > .col-lg-3:nth-child(4n + 4) {
  margin: 0;
}

.ratingSlider .card-title {
  font-size: 16px;
}

.ratingSlider a.font-weight-bold {
  font-size: 20px;
  line-height: 26px;
}

.ratingSlider .col-lg-3 .card {
  margin: 0;
}

.login-facebook .facta-h3 {
  margin-bottom: 20px;
}

.login-facebook {
  padding: 55px 0 100px 0;
}

.forest-ralated .card-header strong {
  color: var(--secondaryhover);
  font-size: 1.7rem;
  display: block;
  padding: 40px 0;
}

.forest-ralated .forest-ralate-cards .ralated-list-info {
  margin: 50px 0 55px;
}

.forest-ralated .forest-ralate-cards .forest-btn-wrapper {
  width: 100%;
  text-align: center;
}

.forest-ralated .forest-ralate-cards .forest-btn-wrapper .forest-btn {
  height: unset;
  padding: 8px 10px 8px;
  line-height: 17px;
  max-width: 175px;
}

/* -------- section.login-facebook.facta-section ---------*/

.hhoverlay {
  margin-top: 66px;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100000000000000020;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgb(255 255 255);
}

.mobilenavigation {
  border-bottom: 1px solid #f0f0f0;
  margin-right: 32px;
  margin-left: 20px;
}

.mobilenavigation a {
  font-size: 23px;
  font-weight: 600;
  color: #2a2a2a;
  padding-bottom: 11px;
  padding-top: 11px;
}

.tree {
  border: 1px solid #3b5d38;
  border-radius: 17px;
  padding: 4px 12px;
  color: #3b5d38;
  margin-right: -17px;
}

.user-top {
  border: 1px solid #3b5d38;
  border-radius: 55%;
  padding: 4px 8px;
  color: #3b5d38;
}

.forest-overview-main {
  align-items: center;
}

.forest-overview .hvad-section .forest-overview-main .forest-left h2 {
  padding-top: 60px;
  padding-bottom: 10px;
}

.forest-overview .hvad-section-last .forest-overview-main.forest-list {
  margin-bottom: 30px;
}

.forest-overview .forest-cnt > img {
  margin-top: 40px;
}

.forest-overview .hvad-section-last .forest-overview-main .icons-listings i,
.forest-overview .hvad-section .icons-listings i {
  color: #b5602d;
  margin-right: 25px;
}

.facta-section .facility.row ul li .facility-name {
  font-weight: bold;
}

.dog-forest-main {
  padding: 78px 0;
  min-height: 222px;
}

.dog-forest-main .top-title {
  margin: 0;
}

.dog-forest-contact {
  width: 100%;
}

.dog-forest-contact .card {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.dog-forest-contact .col-lg-12 {
  padding: 0;
}

.dogpark__info {
  max-width: 760px;
  margin-right: auto;
}

.title-for-dog h2 {
  font-size: 40px;
  color: #173c14;
  line-height: 52px;
  font-weight: bold;
  margin: 50px 0 20px;
}

.dog-forest-des {
  margin: 0 0 50px;
}

.dog-area {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.dog-area .dogpark_name {
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 30px;
  width: 100%;
}

.comman-dogpark {
  width: 50%;
  display: inline-block;
}

.comman-dogpark .custom-switch {
  padding: 0 0 40px 0;
  min-height: 80px;
  line-height: normal;
}

.comman-dogpark .custom-switch .custom-control-label {
  display: flex;
  width: 100%;
  padding-right: 120px;
  align-items: center;
  line-height: 40px;
}

.comman-dogpark .custom-switch .custom-control-label::before {
  position: absolute;
  right: 0;
  left: auto;
  width: 80px;
  height: 40px;
  border-radius: 50px;
  background: #e4e4e4;
}

.comman-dogpark .custom-switch .custom-control-label::after {
  position: absolute;
  left: auto;
  right: 45px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  top: 5px;
}

.comman-dogpark .custom-switch > span {
  position: absolute;
  right: 95px;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
}

.left-dogpark {
  padding-right: 90px;
}

.right-dogpark {
  padding-left: 90px;
}

.comman-dogpark .custom-control-input:checked ~ .custom-control-label:after {
  right: 30px;
}

.comman-dogpark .custom-control-input:checked ~ .custom-control-label::before {
  background: #3b5d38;
}

.inputs-dog {
  width: 100%;
}

.dog-facilities {
  width: 100%;
  padding-top: 50px;
}

.bottom-btn-dog {
  width: 100%;
}
.inputs-100 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.inputs-100 .inputs-50 {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inputs-25 {
  width: 165px;
}

.dog-rights {
  margin-right: 40px;
}

.inputs-100 > .inputs-50.dog-rights-pad {
  padding-right: 40px;
  width: calc(100% - 370px);
}

.inputs-100 > .inputs-50 {
  width: 370px;
}

.inputs-100 label,
.title-of-forest {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px !important;
  display: block;
  width: 100%;
  font-weight: bold;
}
.inputs-100 label .text-danger {
  color: #b5602d !important;
  font-size: 20px;
  font-weight: bold;
}

.inputs-100 .form-control {
  border: 1px solid #2a2a2a;
  font-size: 16px;
  color: #2a2a2a;
  padding: 10px 20px;
}

.inputs-100 .form-control::placeholder {
  color: rgb(42 42 42 / 50%);
}

.inputs-100 .form-control textarea {
  min-height: 80px;
}

.inputs-100 textarea.form-control {
  min-height: 80px;
  padding: 10px 20px;
}

.inputs-100 select.form-control::placeholder {
  color: #2a2a2a;
}
.forest-dog-ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 77px;
}

.forest-dog-ul .forest-dog-li {
  padding: 0;
  margin-bottom: 25px;
  min-height: 35px;
}

.forest-dog-ul .forest-dog-li:nth-child(odd) {
  padding-right: 90px;
}

.forest-dog-ul .forest-dog-li:nth-child(even) {
  padding-left: 90px;
}

.forest-dog-ul .forest-dog-li .icon {
  font-size: 16px;
  width: 15px;
  color: #b5602d;
  margin-right: 16px;
}

.forest-dog-ul .forest-dog-li .custom-checkbox {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #2a2a2a;
  position: absolute;
  right: 90px;
  border-radius: 10px;
  text-align: center;
  font-size: 0;
  padding: 4px;
}

.forest-dog-ul .forest-dog-li input:checked + .custom-checkbox {
  font-size: 25px;
}

.forest-dog-ul .forest-dog-li input {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 90px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.forest-dog-ul .forest-dog-li:nth-child(even) .custom-checkbox {
  right: 0;
}

.forest-dog-ul .forest-dog-li:nth-child(even) input {
  right: 0;
}
.forest-overview .hvad-section .icons-listings i {
  width: 16px;
  margin-right: 25px;
}
.bottom-btn-dog .btn {
  width: 200px;
  height: 35px;
  line-height: 20px;
  background: #3b5d38;
  border-color: #3b5d38;
  border-radius: 10px;
  font-size: 16px;
}

.forest-btn-text {
  display: block;
  margin: 20px 0 0 0;
}

.submit-correction {
  margin: 0 0 150px;
}

.select-arrow {
  position: relative;
  width: 100%;
}

.select-arrow select {
  appearance: none;
  -webkit-appearance: none;
}

.select-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2a2a2a;
  position: absolute;
  right: 10px;
  top: 18px;
}

/* slider css Date: 12-01-2021  */

.mySlider {
  position: relative;
  padding-bottom: 15px;
}

/* Item */

.slick-dots {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  bottom: 0px;
  list-style: none;
  padding: 0;
}

.ratingSlider .slick-dots {
  display: block;
  position: absolute;
  transform: unset;
  left: 0;
  margin: 0;
  bottom: -10px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  background-color: #e4e4e4;
  text-indent: -999999px;
  padding: 0 6px;
}

.slick-dots .slick-active button {
  background-color: #b66230;
}

.slick-list {
  padding: 0 20% 0 0;
}

/*blog detail page*/
.blog-details-header {
  padding: 165px 0;
  min-height: 400px;
}

.blog-details-header .top-title {
  margin: 0;
}

.forest-blog-page {
  padding: 80px 0 0;
}

.forest-pages .forest-blogs {
  padding: 0;
  margin: 0 55px 55px 0;
  flex: 0 0 30.46%;
  max-width: 30.46%;
}

.forest-pages .forest-blogs:nth-child(3n + 3) {
  margin: 0 0 55px 0;
}

.forest-pages .forest-blogs .card {
  margin: 0;
}

.blog-pages .block-info {
  height: 195px;
  display: block;
}

.blog-pages .block-info img {
  height: 100%;
  width: auto;
}

.blog-pages .card-content {
  padding: 20px 30px;
  min-height: unset;
}

.blog-pages .card-content .text-truncate a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.blog-pages .card-content .text-truncate {
  margin: 0 0 20px;
}

.blog-pages p {
  margin: 0 0 20px;
  min-height: 140px;
  margin: 0 0 20px;
  min-height: 140px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog-pages a.read_more {
  position: unset;
  text-align: center;
  display: inline-block;
  border: 2px solid #3b5d38;
  border-radius: 10px;
  width: 100px;
  height: 35px;
  padding: 7px 10px;
  font-size: 16px;
  color: #173c14;
  line-height: 20px;
  margin: 0 auto;
}

.blog-pages a.read_more:hover {
  background: #173c14;
  color: #fff;
  border-color: #173c14;
}

.blog-pages {
  box-shadow: 0 5px 0px 0px #e4e4e4;
  border-radius: 10px;
}

.pagination .page-item .page-link {
  border: 0;
  border-radius: 10px;
  background: #fff;
  margin: 0 10px 0 0;
  width: 35px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  box-shadow: 0 5px 0px 0px #e4e4e4;
  text-align: center;
  transition: 0.5s all;
}

.pagination .page-item:last-child .page-link {
  margin: 0;
}

.pagination .page-item.active .page-link {
  background: #fff !important;
  border: 1px solid #3b5d38 !important;
  color: #2a2a2a;
}

.pagination {
  margin-bottom: 0;
}
.pagination .page-item [aria-label*="« Previous"],
.pagination .page-item [aria-label*="Next »"],
.pagination .page-item[aria-label*="« Previous"] .page-link,
.pagination .page-item[aria-label*="Next »"] .page-link {
  font-size: 0;
}

.pagination .page-item [aria-label*="« Previous"]::before,
.pagination .page-item[aria-label*="« Previous"] .page-link::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  color: #2a2a2a;
}

.pagination .page-item [aria-label*="Next »"]::before,
.pagination .page-item[aria-label*="Next »"] .page-link::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  color: #2a2a2a;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}
.pagination .page-item {
  min-height: 40px;
}
.pagination .page-item .page-link:hover {
  box-shadow: none;
  margin-top: 5px;
}

.forest-ralated .forest-ralate-cards .ralated-list-info {
  padding-bottom: 0;
}

.map-box-container .col-md-12 {
  display: flex;
  flex-wrap: wrap;
}

.dog-forest-info .mapbox p,
.dog-forest-info .mapbox .top-map-text {
  margin-bottom: 10px;
}
/* Media Queries responsive */

@media (min-width: 1330px) {
  .forest-blog-main .dog-forest-info {
    padding: 114px 0 163px;
  }
}
@media (max-width: 1700px) {
  .dog-forest-info {
    padding: 60px 0 100px;
  }
}

@media (max-width: 1650px) {
  .dog-forest-info .map-box-container {
    margin-top: 2.5rem !important;
  }
}

@media (max-width: 1550px) {
  .dog-forest-info {
    padding: 60px 0 40px;
  }
}

@media (max-width: 1430px) {
  .dog-forest-info .map-box-container {
    margin-top: 1rem !important;
  }
  .dog-forest-info .mapbox .image-wrapper {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .dog-forest-info .mapbox .image-wrapper.first-map {
    padding: 5px 15px;
  }
  .dog-forest-info .block-right img {
    width: 200px;
  }
  .dog-forest-info .mapbox .image-wrapper i {
    font-size: 36px;
  }
}

@media (max-width: 1330px) {
  .forest-cnt .forest-data {
    width: unset;
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0;
    padding: 0 12px;
  }
  .dog-forest-info .mapbox {
    margin-right: 30px;
  }
  .dog-forest-info::before {
    width: 53%;
  }
  .dog-forest-info .serachtitle p {
    margin-bottom: 15px !important;
  }
  .forest-pages {
    justify-content: center;
  }

  .forest-pages .forest-blogs {
    margin: 0 50px 50px 0;
  }
  .forest-pages .forest-blogs:nth-child(3n + 3) {
    margin: 0 0px 50px 0;
  }
}

@media (max-width: 1310px) {
  .details-page-first,
  .facta-section .sec-left {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .forest-details .details-page-map,
  .facta-section .sec-right {
    width: 50%;
  }
  .forest-image .col-md-3,
  .ralated-list-info > .col-lg-3 {
    margin: 0 27px 0 0;
    flex: 0 0 23.24%;
    max-width: 23.24%;
  }
}

@media (max-width: 1280px) {
  .forest-cnt {
    padding-right: 10px;
  }
  .top-title {
    font-size: 44px;
  }
  .dog-forest-info .mapbox {
    margin-right: 20px;
  }
  .dog-forest-info .serachtitle br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .dog-forest-info {
    padding: 10px 0 10px;
  }
  .dog-forest-info .block-right img {
    width: 160px;
  }
  .forest-details .facilities-class .image-wrapper.first-map {
    width: 100px;
    height: 100px !important;
  }
  .forest-details .facilities-class .image-wrapper.first-map i {
    line-height: 63px;
    font-size: 40px;
  }
  .forest-details .address-class {
    margin: 25px 0 30px;
  }
  .forest-image {
    padding-top: 80px;
  }
  .forest-image .col-md-3,
  .ralated-list-info > .col-lg-3 {
    margin: 0 23px 0 0;
  }
  .dog-forest-ratings {
    padding: 80px 0 0;
  }
  .login-facebook {
    padding: 50px 0;
  }
  .facta-section .sec-left {
    padding: 20px;
  }
  .facta-section.forest-rating .facta-h3 {
    margin: 50px 0 20px;
  }
  .facta-section .sec-left .address {
    margin-bottom: 10px;
  }
  .facta-section .facility.row ul li {
    margin: 15px 0 0;
  }
  .forest-ralated {
    padding: 80px 0;
  }
  .forest-ralated .forest-ralate-cards .ralated-list-info {
    margin: 30px 0 25px;
  }
  .forest-pages .forest-blogs {
    margin: 0 41px 41px 0;
  }
  .forest-pages .forest-blogs:nth-child(3n + 3) {
    margin: 0 0px 41px 0;
  }
  .blog-pages p {
    -webkit-line-clamp: 5;
    min-height: 100px;
  }
  .blog-pages .block-info {
    height: 160px;
  }
  .blog-details-header {
    padding: 115px 0;
    min-height: 300px;
  }
  .blog-pages .card-content {
    padding: 20px;
  }
}

@media (max-width: 1100px) {
  .top--sub-title {
    font-size: 14px;
  }
  .forest-right {
    width: 450px;
  }
  .forest-left {
    width: calc(100% - 450px);
  }
  .serachtitle {
    font-size: 26px;
  }
  .dog-forest-info .mapbox {
    min-width: unset;
  }
  .dog-forest-info .mapbox .image-wrapper {
    width: 70px;
    height: 70px;
  }
  .dog-forest-info .mapbox .image-wrapper.first-map {
    padding: 5px 18px;
  }
  .dog-forest-info .mapbox p,
  .dog-forest-info .mapbox .top-map-text {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-collapse .btn {
    font-size: 14px;
  }
  .forest-image .col-md-3,
  .ralated-list-info > .col-lg-3 {
    margin: 0 22px 0 0;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container {
    padding: 0 15px;
  }
  .top-title {
    font-size: 38px;
  }
  .top--sub-title {
    font-size: 12px;
  }
  .serachtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .dog-forest-info .block-right,
  .dog-forest-info .block-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dog-forest-info .mapbox {
    margin-right: 10px;
    padding: 5px 10px;
  }
  .navbar > .container {
    justify-content: flex-end;
  }
  nav.navbar .navbar-brand {
    margin-right: auto !important;
    margin-left: 0;
  }
  nav.navbar .tree {
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
  }
  nav.navbar .user-top {
    margin-right: 10px;
    line-height: 28px;
    font-size: 13px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
  }
  nav.navbar .user-top i {
    line-height: 26px;
  }
  nav.navbar .menubar .icon-bar {
    background-color: #2a2a2a;
    width: 24px;
    height: 3px;
    display: block;
    transition: all 0.2s;
    margin-bottom: 4px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
  }
  .closeicon {
    width: 24px;
    text-align: center;
    line-height: 25px;
    font-size: 45px;
    vertical-align: middle;
    margin-top: 10px;
  }
  .closeicon > a {
    font-size: inherit !important;
    color: #2a2a2a;
  }
  #mobilemenu {
    margin-top: 74px;
    height: calc(100% - 74px);
    border-bottom: 10px solid #3b5d38;
  }
  #mobilemenu .map-section {
    margin: 0 auto 20px !important;
    max-width: calc(100% - 30px);
    padding: 25px 20px 5px 20px !important;
  }
  #mobilemenu .map-section .serachtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .mobilenavigation {
    border-bottom: 1px solid #f0f0f0;
    margin-right: 15px;
    margin-left: 15px;
  }
  #mobilemenu .header-top .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  #mobilemenu .header-top .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    position: relative;
  }
  #mobilemenu .download-app-img {
    margin-top: 25px;
  }
  #mobilemenu .header-top .navbar-nav .nav-link:after {
    content: "";
    border-left: 8px solid #2a2a2a;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .details-page-first,
  .facta-section .sec-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .forest-details .details-page-map,
  .facta-section .sec-right {
    width: 100%;
  }
  .forest-image .col-md-3,
  .ralated-list-info > .col-lg-3 {
    margin: 0 30px 30px 0;
    flex: 0 0 47.96%;
    max-width: 47.96%;
  }
  .forest-image .col-md-3:nth-child(2n + 2),
  .ralated-list-info > .col-lg-3:nth-child(2n + 2) {
    margin: 0 0px 30px 0;
  }
  .dog-forest-info .mapbox:last-child {
    margin: 0;
  }
  .forest-pages .forest-blogs,
  .forest-pages .forest-blogs:nth-child(3n + 3) {
    margin: 0 30px 30px 0;
    flex: 0 0 47.96%;
    max-width: 47.96%;
  }

  .forest-pages .forest-blogs:nth-child(2n + 2) {
    margin: 0 0px 30px 0;
  }
}

@media (max-width: 900px) {
  .top-title {
    font-size: 33px;
  }
  .top--sub-title {
    font-size: 11px;
  }
  .forest-right {
    width: 400px;
  }
  .forest-left {
    width: calc(100% - 400px);
  }
  .serachtitle {
    font-size: 20px;
    line-height: 27px;
  }
  .dog-forest-info .serachtitle {
    margin-bottom: 5px;
  }
  .dog-forest-info .serachtitle p {
    margin-bottom: 0px;
  }
  .dog-forest-info .mapbox p,
  .dog-forest-info .mapbox .top-map-text {
    font-size: 13px;
    line-height: 16px;
  }
  .dog-forest-info .mapbox .image-wrapper {
    padding: 5px 2px;
    width: 50px;
    height: 50px;
  }
  .dog-forest-info .mapbox .image-wrapper.first-map {
    padding: 0 10px;
  }
  .dog-forest-info .block-right img {
    width: 145px;
  }
  .dog-forest-info::before {
    width: 100%;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .dog-forest-info::before {
    background-position: 125%;
  }
}

@media (max-width: 767px) {
  .serachtitle {
    line-height: 30px;
  }
  .serachtitle br {
    display: none;
  }
  .forest-cnt {
    padding-right: 0px;
  }
  /* new-banner */
  .new-banner {
    background-image: none !important;
    background-color: transparent;
    color: var(--secondaryhover);
    padding: 25px 0 30px;
  }
  .middle-banner {
    flex-wrap: wrap;
  }
  .new-banner .left-top {
    width: 100%;
  }
  .top-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .top--sub-title {
    font-size: 16px;
    color: var(--priamry);
  }
  .new-banner .mid-top {
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0 30px;
  }
  .new-banner .mid-top img {
    width: 100%;
    height: auto;
  }
  .new-banner .right-top {
    width: 100%;
  }
  .new-banner .right-top .right-top-desktop {
    display: none;
  }
  .new-banner .right-top .right-top-desktop.download-app-img {
    display: block;
  }
  .new-banner .right-top .right-top-mobile {
    display: block;
    text-align: left;
  }
  .new-banner .right-top .right-top-mobile .download-top-title {
    font-size: 20px;
    font-weight: 700;
  }
  .right-top-mobile .top--sub-title {
    padding: 10px 0 15px;
  }
  /* map-section */
  .map-section {
    margin: 0px 15px;
    padding: 20px 25px;
  }
  .searchbar-sec input {
    width: calc(100% - 90px);
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .searchbar-sec .btn {
    width: 35px;
    height: 35px;
  }
  .searchbar-sec .btn img {
    height: 20px;
  }
  .map-section .checkbox .hunder-check {
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .searchbar-sec .serach-btn i {
    font-size: 20px;
  }
  /* forest-area */
  .forest-area {
    padding: 30px 0 105px;
  }
  .forest-area .forest-main .forest-left {
    width: 100%;
    order: 1;
  }
  .forest-area .forest-main .forest-btn-wrapper {
    order: 2;
    padding: 25px 0;
  }
  .forest-btn {
    height: auto;
    padding: 7px 20px;
  }
  .forest-area .forest-main .forest-right {
    width: 100%;
    order: 3;
    padding: 0 12px;
    min-height: 351px;
    height: 351px !important;
  }
  .forest-area .serachtitle {
    margin-bottom: 15px;
    line-height: 27px;
    min-height: 55px;
  }
  .forest-area .forest-left .serachtitle {
    min-height: 25px;
    margin-bottom: 15px;
  }
  .forest-area .forest-cnt .forest-data:nth-child(2n + 2) {
    margin-bottom: 25px;
  }
  .forest-area .forest-cnt .forest-data {
    margin-bottom: 25px;
  }
  /* forests-media-mobile */
  .forests-media-mobile {
    display: block;
    width: 100%;
    order: 4;
    padding: 30px 0;
  }
  .forests-media-mobile .serachtitle {
    padding: 0 15px;
  }
  .forests-media-mobile .brands {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .forests-media-mobile .brands .item {
    width: 120px;
    padding: 10px 15px;
  }
  .forests-media-mobile .brands .item img {
    width: 100%;
    height: auto;
  }
  /* forests-media */
  .forests-media {
    display: none;
  }
  /* find-hunderstrand */
  .find-hunderstrand {
    padding: 20px 0;
    order: 3;
  }
  .find-hunderstrand .forest-left {
    display: none;
  }
  .find-hunderstrand .forest-right {
    width: 100%;
  }
  .forest-right {
    display: block;
    width: 100%;
  }
  .find-hunderstrand .forest-right p {
    margin-bottom: 1.2rem;
  }
  .find-hunderstrand .forest-right .img-mobile {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: -10px 0 20px;
  }
  .find-hunderstrand .forest-right .img-mobile img {
    width: 100%;
    height: auto;
  }
  .find-hunderstrand .serachtitle {
    margin-bottom: 20px;
  }
  .find-hunderstrand .forest-main {
    margin: 0;
  }
  /* dog-forest-info */
  .dog-forest-info {
    background-color: transparent !important;
    padding: 0px;
  }
  .dog-forest-info::before {
    background-image: none;
  }
  .dog-forest-info .serachtitle p {
    margin-bottom: 10px !important;
  }
  .dog-forest-info .mapbox {
    margin-right: 0;
    margin-left: 0;
    width: 45.7%;
    max-width: 215px;
  }
  .dog-forest-info .mapbox:first-child {
    margin-right: 20px;
  }
  .dog-forest-info .mapbox br {
    display: none;
  }
  .dog-forest-info .map-box-container {
    padding: 0;
    margin: 20px 0 !important;
  }
  .dog-forest-info .block-right,
  .dog-forest-info .block-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dog-forest-info .block-right {
    background-color: #fff;
  }
  .dog-forest-info .block-right img {
    width: 100%;
    height: auto;
  }
  .dog-forest-info .download-app-desktop {
    display: none;
  }
  .dog-forest-info .download-app-mobile {
    display: block;
  }
  .dog-forest-info .mapbox .image-wrapper i {
    font-size: 30px;
  }
  .dog-forest-info .mapbox .image-wrapper i {
    font-size: 30px;
  }
  /* dog-forest-ratings */
  .dog-forest-ratings {
    padding: 30px 0 0;
  }
  .dog-forest-ratings .serachtitle {
    line-height: 26px;
  }
  .forest-rating .ratings-wrapper {
    margin: 10px 0 30px;
  }
  .dog-forest-ratings .forest-card {
    padding: 20px 0 29px !important;
  }
  .dog-forest-ratings .card-title {
    font-size: 16px;
  }
  .dog-forest-ratings .serachtitle p {
    margin-bottom: 0px !important;
  }
  .dog-forest-ratings .forest-card .top-rating {
    top: -20px;
  }
  .dog-forest-ratings .forest-location {
    margin: 15px 0 15px !important;
    padding: 0 !important;
  }
  .dog-forest-ratings .forest-card > .block-info {
    margin-top: 20px !important;
  }
  .facta-section .facta-h3 {
    margin: 50px 0 10px;
    font-size: 20px;
    line-height: 26px;
    color: #173c14;
  }
  .forest-image .container,
  .dog-forest-ratings .container,
  .facta-section .container {
    padding: 0 20px;
  }
  .facta-row {
    margin-top: 0 !important;
  }
  .facta-section .sec-left {
    background: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
  }
  .facta-section .facility.row ul li {
    margin: 20px 0 0;
  }
  section.login-facebook.facta-section .login-mail-button {
    line-height: 20px;
    margin-left: 0 !important;
    border-color: #173c14;
  }
  section.login-facebook.facta-section span {
    margin-top: 30px;
  }
  section.login-facebook.facta-section p.facta-p {
    margin: 0 0 30px;
  }
  .facta-section .login-methods {
    margin: 0 !important;
  }
  section.login-facebook.facta-section .login-fb-button {
    line-height: 20px;
    padding: 7px 15px 6px 14px;
    margin: 0 0 10px;
  }
  /* forest-overview */
  .forest-overview {
    padding: 30px 0 50px;
  }
  .forest-overview .forest-right .web-image {
    display: none;
  }
  .forest-overview .forest-left .mobile-image {
    display: block;
    padding: 36px 0;
  }
  .forest-overview .hvad-section .forest-overview-main .forest-left h2 {
    padding-top: 16px;
  }
  .forest-overview .forest-left {
    width: 100%;
    order: 2;
    padding: 0;
    margin-top: 20px;
  }
  .forest-overview .forest-right {
    width: 100%;
    order: 1;
    padding: 0;
  }
  .forest-overview .forest-cnt {
    padding-left: 0;
  }
  .forest-overview .forest-btn {
    margin-top: 0 !important;
  }
  .forest-overview .hvad-section {
    padding: 0;
  }
  .forest-overview .hvad-section .section-btm {
    margin-top: 50px;
  }
  .forest-overview .hvad-section ul {
    padding-left: 0;
    margin-top: 0;
  }
  .forest-overview .hvad-section ul li {
    width: 100%;
  }
  .forest-overview .hvad-section .forest-btn {
    margin: 0 -12px;
  }
  .forest-overview .hvad-section-last .forest-overview-main.forest-list ul li {
    width: 100%;
  }
  /* forest-details-map */
  .forest-details-map {
    padding: 50px 0 80px;
  }
  /* page-footer */
  .page-footer .footer-navigation {
    text-align: center;
  }
  .page-footer .footer-wrapper {
    padding: 20px 12px !important;
  }
  .page-footer .footer-top {
    padding-bottom: 20px;
  }
  .page-footer .footer-navigation {
    padding-top: 10px;
  }
  .page-footer .footer-navigation .footer-navigation-title {
    padding: 0 35px;
  }
  .page-footer .footer-navigation .footer-navigation-title br {
    display: none;
  }
  .page-footer .footer-navigation ul {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .page-footer .nav-1 {
    order: 3;
  }
  .page-footer .nav-2 {
    display: none;
  }
  .page-footer .socials {
    order: 1;
    padding-bottom: 40px;
  }
  .page-footer .socials p {
    margin-bottom: 5px !important;
  }
  .page-footer .footer-navigation ul.social_icns img {
    height: 40px !important;
  }
  .page-footer .app-store-link {
    order: 2;
    padding-bottom: 50px;
  }
  .page-footer .app-store-link a {
    margin-top: 0 !important;
  }
  .page-footer .app-store-link div {
    justify-content: center;
  }
  .page-footer .footer_images_desktop {
    display: none;
  }
  .page-footer .footer_images_mobile {
    display: block;
    padding: 0 5px 60px;
  }
  .page-footer .footer_image_wrapper {
    width: 90px;
    height: 90px;
    padding: 10px 5px;
  }
  .page-footer .footer_image_wrapper img {
    max-width: unset;
    width: 100%;
    height: auto;
  }
  .page-footer .footer-navigation ul.social_icns li {
    margin: 0 10px;
  }
  .map-section .checkbox .hunder-check {
    padding-right: 15px;
  }
  .forest-overview .hvad-section {
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 10px 0 !important;
  }
  .forest-overview .hvad-section .forest-overview-main .forest-left h2 {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .forest-overview .hvad-section-last .forest-overview-main.forest-list ul {
    margin: 15px 0;
  }
  .details-page-first {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
  }
  .forest-details-page-hero {
    display: none;
  }
  .forest-details .section-row {
    margin: 0 -15px;
  }
  nav.navbar {
    border-bottom: 2px solid #3b5d38 !important;
  }
  .forest-details .details-page-first .serachtitle {
    margin: 20px 0 0 0;
    font-size: 30px;
    line-height: 39px;
  }
  .forest-details .details-page-first .rating-info {
    margin: 5px 0 34px 0;
  }
  .details-page-first .address-class {
    display: block;
    margin: 30px 0px;
  }
  .details-page-first p.more {
    margin: 0 0 21px 0;
  }
  .details-page-first .description-text {
    margin-top: 9px !important;
  }
  .description-class .w-100 .mb-1 strong {
    font-size: 20px;
    margin: 47px 0 20px;
    line-height: 26px;
  }
  .forest-details .facilities-class .image-wrapper.first-map {
    width: 80px;
    height: 80px !important;
    padding: 10px;
    margin-bottom: 5px;
  }
  .forest-details .facilities-class .image-wrapper.first-map i {
    line-height: 60px;
    font-size: 35px;
  }
  .forest-details .facilities-name {
    font-size: 12px;
    line-height: 15px;
    display: block;
  }
  .description-class .button-facts {
    padding: 7px 16px;
    width: auto;
    height: auto;
    margin: 30px auto;
  }
  .details-page-map .address-class {
    display: none;
  }
  .forest-details .details-page-map {
    padding: 0 20px;
  }
  .forest-btn-wrapper.mx-auto.text-center {
    margin-top: 20px;
  }
  .direction-button form {
    margin-bottom: 0;
  }
  .forest-image {
    padding-top: 50px;
  }
  .forest-image h3 {
    font-size: 20px;
    color: #173c14;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .forest-image .card-body {
    padding: 0 !important;
  }
  .facta-section .address-icon i {
    margin-right: 20px;
  }
  .facta-section .sec-left .address {
    margin-bottom: 30px;
  }
  .facta-section span.facility-icon {
    font-size: 14px;
    width: 19px;
    display: inline-block;
    margin-right: 10px;
  }
  .facta-section .sec-right {
    display: none;
  }
  .forest-ralated {
    padding: 20px 0 50px;
  }
  .forest-ralate-grid .serachtitle {
    display: block;
    margin-bottom: 30px;
  }
  .forest-ralate-cards .mySlider__item {
    border-radius: 10px;
    height: auto !important;
  }
  .forest-ralate-cards .mySlider__item .card-body > .block-info {
    height: 80px;
    display: block;
    overflow: hidden;
  }
  .forest-ralated .forest-ralate-cards .ralated-list-info {
    margin: 0 -10px !important;
  }
  .facility.row ul {
    padding: 0;
  }
  .forest-ralate-cards .mySlider__item h4 a {
    font-size: 20px;
  }
  .forest-image h3 strong {
    line-height: normal;
  }
  .forest-ralate-cards .mySlider__item h4 {
    margin: 0 0 6px 0;
  }
  .forest-ralate-cards .mySlider__item .user-card span {
    font-size: 16px;
  }
  .forest-ralate-cards .mySlider__item .user-card {
    padding-bottom: 20px;
  }
  .forest-ralate-cards .mySlider__item .small {
    font-size: 14px;
  }
  .forest-ralate-cards .mySlider__item .fenched-name i {
    font-size: 20px;
  }
  .forest-ralate-cards .mySlider__item .card {
    box-shadow: 0 5px 0px 0px #e4e4e4;
    margin-bottom: 40px;
  }
  .forest-ralate-cards .slick-dots li,
  .ratingSlider .slick-dots li {
    margin-right: 20px;
  }
  .forest-ralate-cards .slick-dots button,
  .ratingSlider .slick-dots button {
    width: 10px;
    padding: 0;
    height: 10px;
  }
  .forest-ralated .forest-ralate-cards .forest-btn-wrapper {
    margin-top: 30px;
  }
  .forest-ralated .forest-ralate-cards .forest-btn-wrapper .forest-btn {
    line-height: 20px;
    padding: 7px 10px 6px;
  }
  .facta-section .login-methods > div {
    width: 100%;
  }
  .ratingSlider .slick-slide .card {
    width: 100%;
  }
  .forest-image .col-md-3:nth-child(2n + 2),
  .ralated-list-info > .col-lg-3:nth-child(2n + 2),
  .forest-image .col-md-3:nth-child(4n + 4),
  .ralated-list-info > .col-lg-3:nth-child(4n + 4) {
    margin: 0 0px 20px 0;
  }
  .forest-image .col-md-3,
  .ralated-list-info > .col-lg-3 {
    flex: 0 0 47.14%;
    max-width: 47.14%;
    margin: 0 20px 20px 0;
  }
  .forest-rating .row {
    margin-bottom: 20px;
  }
  .ratingSlider .slick-dots {
    bottom: -30px;
  }
  .login-facebook {
    padding: 0;
  }

  .dogpark__info {
    max-width: 100%;
  }

  .title-for-dog h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
  }

  .dog-area .dogpark_name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .comman-dogpark {
    width: 100%;
    padding: 0;
  }
  .comman-dogpark .custom-switch {
    padding: 0 0 25px 0;
    min-height: 65px;
  }
  .inputs-100 > .inputs-50 {
    width: 100%;
  }
  .dog-rights {
    margin-right: 20px;
  }
  .inputs-25 {
    width: 46.5%;
  }
  .inputs-100 > .inputs-50.dog-rights-pad {
    padding: 0 0 20px;
    width: 100%;
  }
  .inputs-100 {
    margin-bottom: 20px;
  }
  .inputs-100 label .text-danger {
    font-size: 16px;
    line-height: 20px;
  }
  .inputs-100 label,
  .title-of-forest {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px !important;
  }
  .dog-facilities {
    padding-top: 10px;
  }
  .forest-dog-ul .forest-dog-li:nth-child(odd),
  .forest-dog-ul .forest-dog-li:nth-child(even) {
    padding: 0;
  }

  .forest-dog-ul .forest-dog-li input,
  .forest-dog-ul .forest-dog-li .custom-checkbox {
    right: 0;
    border: 2px solid #2a2a2a;
  }
  .forest-dog-ul {
    margin-bottom: 17px;
  }
  .submit-correction {
    margin: 0 0 50px;
  }
  .title-for-dog h2 br,
  .forest-btn-text br {
    display: none;
  }
  /* Slider wrapper */
  .mySlider {
    margin-bottom: 100px !important;
    max-width: 900px !important;
    margin: 0 auto 0px !important;
    overflow: hidden !important;
  }
  /* Item */
  .mySlider__item {
    display: inline-flex !important;
    height: 230px !important;
    margin-left: -3px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  /* Add padding to slick list */
  .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .map-box-container .col-md-12 {
    padding: 0;
  }
  .dog-forest-ratings .container .row > .col-lg-12 {
    padding: 0 15px;
  }
  .forest-pages .forest-blogs,
  .forest-pages .forest-blogs:nth-child(3n + 3) {
    margin: 0 22px 22px 0;
  }
  .forest-pages .forest-blogs:nth-child(2n + 2) {
    margin: 0 0 22px 0;
  }
  .blog-details-header {
    padding: 20px 0 50px;
    min-height: unset;
    color: #2a2a2a;
  }
  .forest-blog-page {
    padding: 0;
  }
  .forest-blog-main .forest-ralated {
    padding: 20px 0 61px;
  }
  .forest-blog-main .dog-forest-info .serachtitle {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .forest-blog-main .dog-forest-info p.font-16 {
    margin-bottom: 30px !important;
  }
  .forest-blog-main .dog-forest-info .dog-info {
    font-size: 14px;
  }
  .forest-blog-main .dog-forest-info .dog-info .count {
    padding-left: 10px;
  }
  .forest-blog-main .dog-forest-info .block-left .mt-4 {
    margin: 30px 0 !important;
  }
  .forest-blog-main .dog-forest-info .block-left .mt-4 .font-14 {
    font-size: 16px !important;
    line-height: 20px;
  }
  .forest-blog-main .dog-forest-info .map-box-container {
    margin: 0 0 25px 0px !important;
  }
  .forest-blog-main .dog-forest-info .download-app-mobile {
    margin: 0 !important;
  }
  .forest-blog-main .dog-forest-info .block-right {
    padding: 0;
  }
  .top-map-plus::before,
  .top-map-plus::after {
    width: 10px;
    height: 10px;
    line-height: 14px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .dog-forest-info .mapbox {
    width: 45.6%;
    padding: 12px 5px;
  }
  .forest-locations .owl-item .item {
    margin: 0px;
  }
}

@media (max-width: 575px) {
  .dog-forest-info .mapbox {
    width: 47.1%;
  }
  .dog-forest-info .mapbox .image-wrapper {
    height: 47px;
    width: 50px;
    padding: 2px;
  }
  .dog-forest-info .mapbox .image-wrapper.first-map {
    padding: 0 11px;
  }
  nav.navbar .navbar-brand .block-info img {
    width: 44px;
    height: 44px;
  }
  nav.navbar .navbar-brand .col-auto {
    width: 90px;
    padding: 0 0 0 7px;
  }
  nav.navbar .navbar-brand .col-auto strong {
    font-size: 14px;
    line-height: 18px;
  }
  #mobilemenu .map-section .hunder-check .label-check::before,
  #mobilemenu .map-section .hunder-check input {
    width: 25px;
    height: 25px;
  }
  #mobilemenu .map-section .hunder-check .label-check {
    padding: 5px 0 0 32px;
    font-size: 13px;
  }
  #mobilemenu .map-section .hunder-check input:checked + .label-check::after {
    left: 5px;
    top: 5px;
  }
  .forest-details .details-page-map #map {
    height: 200px !important;
  }
  .forest-pages .forest-blogs,
  .forest-pages .forest-blogs:nth-child(3n + 3) {
    margin: 0 0 30px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-pages p {
    -webkit-line-clamp: 7;
  }
  .pagination {
    margin: 20px 0 80px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog-page-cnt nav.mx-auto {
    width: 100%;
    padding: 0 15px;
  }
  .forest-left p a img {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .forest-cnt .forest-data {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* forest-details-map */
  .forest-details-map .map {
    height: 250px !important;
  }
}

@media (max-width: 390px) {
  .forest-image .col-md-3,
  .ralated-list-info > .col-lg-3 {
    margin: 0 16px 16px 0;
  }
  .forest-image .col-md-3:nth-child(2n + 2),
  .ralated-list-info > .col-lg-3:nth-child(2n + 2),
  .forest-image .col-md-3:nth-child(4n + 4),
  .ralated-list-info > .col-lg-3:nth-child(4n + 4) {
    margin: 0 0px 16px 0;
  }
}

@media (max-width: 374px) {
  /* navbar */
  nav.navbar {
    border-bottom: 2px solid #3b5d38 !important;
  }
  .forest-details .details-page-first {
    border-radius: 0;
    border: 0;
  }
  .forest-details .details-page-first .serachtitle {
    margin: 20px 0 0 0;
    font-size: 30px;
  }
  .forest-details .details-page-first .rating-info {
    margin: 5px 0 35px 0px;
  }
  .description-class .w-100 .mb-1 strong {
    font-size: 20px;
    text-align: center;
    margin: 47px 0;
    display: block;
  }
  .forest-details .details-page-map .address-class {
    display: none;
  }
  .forests-media-mobile .brands .item {
    width: 100px;
  }
  .dog-forest-info .mapbox {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
  .dog-forest-info .mapbox:first-child {
    margin-right: 0;
  }
  .page-footer .footer-top .footer-top-inner .logocontent {
    padding: 0 10px;
  }
  .forest-details .facilities-class .image-wrapper.first-map {
    width: 65px;
    height: 65px !important;
  }
  .forest-details .facilities-class .image-wrapper.first-map i {
    line-height: 45px;
    font-size: 28px;
  }
  .pagination .page-item .page-link {
    padding: 8px;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
    margin: 0 7px 0 0;
    border-radius: 5px;
  }
  .pagination .page-item [aria-label*="« Previous"],
  .pagination .page-item [aria-label*="Next »"],
  .pagination .page-item[aria-label*="« Previous"] .page-link,
  .pagination .page-item[aria-label*="Next »"] .page-link {
    font-size: 0;
  }
  .pagination .page-item [aria-label*="« Previous"]::before,
  .pagination .page-item[aria-label*="« Previous"] .page-link::before,
  .pagination .page-item [aria-label*="Next »"]::before,
  .pagination .page-item[aria-label*="Next »"] .page-link::before {
    font-size: 15px;
  }
}
