/* GLOBAL STYLES
-------------------------------------------------- */

body {
  font-size: 15px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hind", sans-serif;
  color: #777777;
  font-weight: 400;
  background-color: #f6faf5;
  overflow-x: hidden;
}
input, select, button {
  height: 50px;
  padding: 0 15px;
}
input, select, textarea {
  width: 100%;
  color: 15px;
  vertical-align: middle;
}
input, button, select, textarea {
  background: transparent;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #777777;
  font-family: "Hind", sans-serif;
}
textarea {
  padding: 10px 15px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Montserrat", sans-serif;
  color: #211a1e;
}
h4{
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}
a{
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover{
  text-decoration:none;
}
h1{
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
h2{
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}
h3{
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}
h6{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
  margin: 0;
  margin-bottom: 15px;
}
img{
  max-width: 100%;
}
.law-section{
  color: #333;
}
.box-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(34,34,34,.15);
    box-shadow: 0 2px 10px rgba(34,34,34,.15);
}
.bg-grey {
    background-color: #f9fafc;
}
.BoxedContent {
    width: 100%;
    padding: 20px;
}
.tabgroup {
    padding-left: 0;
    margin-bottom: 30px;
    padding: 0;
    display: block;
    border-bottom: 1px solid #c7c7c7;
    background: #fefeff;
}

.tabgroup li a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.tabgroup li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    background: #47a025;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.tab-content {
    width: 100%;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.bg-darkgrey {
    background-color: #333;
}
.padding-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-section-xs {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-section-top{
  padding-top: 60px;
}
.padding-section-bottom{
  padding-bottom: 100px;
}
.section-title-inner{
  margin-bottom: 15px;
}
.mt-10{
  margin-top: 10px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-50-reverse {
  margin-top: -50px;
}
.pb-30{
  padding-bottom: 30px;
}
.section-title h2{
  font-weight: 700;
  margin-top: -6px;
  margin-bottom: 12px;
}
.section-divider{
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 1;
}
.section-title p{
  margin-bottom: 0px;
}
.section-title{
  margin-bottom: 55px;
}
.thin-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-review{
  background: #fffcf1 !important;
  background-color: #fffcf1 !important;
}
.bg-review-dark{
  background: #ebefea !important;
  background-color: #ebefea !important;
}
.reviews-section{
  background-color: #ebefea;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 0px solid #dfe3e7;
  border-radius: 0.267rem;
  margin-bottom: 1.5rem;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  transition: all .3s ease-in-out;
  padding: 15px;
}
.zoom{
  transition: transform .40s;
}
.zoom:hover {
  transform: scale(1.1);
}
.section-title img {
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
  .padding-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-section-bottom {
    padding-bottom: 70px;
  }
  h1{
    font-size: 30px;
    line-height: 42px;
  }
  h2{
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 20px;
    line-height: 32px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .breadcrumb-section{
    margin-top: 42px !important;
  }
  ul.breadcrumb-list li{
    font-size: 16px !important;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel{
  background-color: #211a1e !important;
  margin-top:92px;
}
/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top:30%;
  z-index: 10;
  color: white;
  right: 0;
  left: 0;
  width: 100%;
}
.carousel-caption h1{
	color: white;
	font-weight: 700;
	font-size: 50px;
}
.carousel-caption p{
	margin-top:30px;
	font-size: 20px;
}
.carousel-caption a{
	margin-top: 25px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  min-height: calc(100vh - 122px);
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-control-next, .carousel-control-prev{
  display: none;
}

/*---------------BREADCRUMBS SECTION--------------*/

.breadcrumb-section{
  margin-top: 92px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.breadcrumb-section > div,.breadcrumb-section > *{
  position: relative;
  z-index: 2;
}
.breadcrumb-section:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #211a1e;
  opacity: 0.7;
}
.breadcrumb-title h1,
.breadcrumb-title h2
{
  margin-top: -5px;
  color: white;
}
ul.breadcrumb-list{
  padding-left: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: -10px;
}
ul.breadcrumb-list li{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: inline-block;
  color: white;
  font-weight: 500;
}
ul.breadcrumb-list li:last-child:after{
  content: '';
}
ul.breadcrumb-list li:after{
  content: '/';
  padding: 0 5px;
}
ul.breadcrumb-list li a{
  color: white;
}
ul.breadcrumb-list li a:hover{
  color: #47a025;
}
/*-----------WIDGETS SECTION----------*/

.widgets.widgets-reviews {
  padding-left: 0;
  margin-top: 0;
  padding: 30px;
  background: #ebefea;
}
.widgets-license .single-widget:first-child,
.widgets-single-product .single-widget:first-child,
.widgets-single-review .single-widget:first-child,
.widgets-reviews .single-widget:first-child {
  margin-top: 0px;
}
.widget-states ul li,
.widget-categories ul li{
  padding: 10px 0;
  border-bottom: 1px dotted #d7d7d7;
}
.widget-states ul li:first-child,
.widget-categories ul li:first-child{
  padding-top: 0;
}
.widgets-license .single-widget,
.widgets-single-product .single-widget,
.widgets-single-review .single-widget,
.widgets-reviews .single-widget {
  margin-top: 50px;
}
.widgets-license .single-widget .widget-title,
.widgets-single-product .single-widget .widget-title,
.widgets-single-review .single-widget .widget-title,
.widgets-reviews .single-widget .widget-title {
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
  margin-top: -5px;
  margin-bottom: 30px;
}
.widgets-license .single-widget .widget-title:after,
.widgets-single-product .single-widget .widget-title:after,
.widgets-single-review .single-widget .widget-title:after,
.widgets-reviews .single-widget .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 65px;
  background: #47a025;
}
.single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget-states ul li a,
.widget-categories ul li a{
  display: block;
  font-weight: 400;
  color: #777777;
}
.widget-states ul li a:before,
.widget-categories ul li a:before{
  content: "\f0a9";
  display: inline-block;
  font-family: "Font Awesome 5 pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 900;
}
.widget-states ul li a:after,
.widget-categories ul li a:after{
  content: "";
  clear: both;
  display: table;
}
.widget-states ul li a.active,
.widget-categories ul li a.active,
.widget-categories ul li a:hover{
  color: #47a025;
}
.widget-popular-product ul li:first-child,
.widget-recent-reviews ul li:first-child {
  padding-top: 0;
}
.widget-popular-product ul li{
  border-bottom: none !important;
}
.widget-popular-product ul li,
.widget-product-reviews ul li,
.widget-recent-reviews ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 0;
  border-bottom: 1px solid #eeeeee;
}
.popular-product-image{
  border: 1px solid #ebebeb;
}
.popular-product-image,
.recent-reviews-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 20px;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.popular-product-image:before,
.recent-reviews-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popular-product-image:hover:before,
.recent-reviews-image:hover:before {
  opacity: 1;
  visibility: visible;
}
.popular-product-image:after,
.recent-reviews-image:after{
  content:"\f0c1";
  display: inline-block;
  font-family: "Font Awesome 5 pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 15px;
  font-weight: 900;
}
.popular-product-image:hover:after,
.recent-reviews-image:hover:after {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.popular-product-content h6{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #211a1e;
  font-weight: 700;
}
.recent-reviews-content h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
  color: #211a1e;
  font-weight: 700;
}
.reviews-title-container h6 a,
.popular-product-content h6 a,
.recent-reviews-content h6 a {
  color: #211a1e;
}
.popular-product-content h6 a:hover,
.recent-reviews-content h6 a:hover{
  color: #47a025;
}
.recent-reviews-content {
  margin-top: -4px;
}
@media only screen and (max-width: 992px){
.license-sidebar {
    margin-top: 25px;
}
}
/*---------------- CONTACT PAGE-----------*/

.contact h2 {
  margin-top: -5px;
}
.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}

.form-field {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.field-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 15px);
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media only screen and (max-width: 575px){
  .field-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form label {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  color: #211a1e;
  line-height: 22px;
}
.form input, .form textarea, .form select {
  border: 1px solid #d2d2d2;
  background: transparent;
  color: #777777;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form textarea {
  min-height: 162px;
}
/*----------------KNOTS PAGE----------*/
.knot-top{
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.15);
  box-shadow: 0 2px 10px rgba(34, 34, 34, 0.15);
  z-index: 1;
}
.knot-top:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(71, 160, 37,0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.knot-top img {
  width: auto;
  height: 280px;
}
.knot-bottom {
  padding-top: 25px;
}
.knot-bottom h6 {
  margin-bottom: 8px;
  font-weight: 700;
}
.knot-bottom h6 a{
  color:#211a1e;
}
.knot-bottom h6 a:hover {
  color: #47a025;
}
.knot:hover .knot-top:before {
  visibility: visible;
  opacity: 1;
}
/*--------------KNOT INNER PAGE------------*/
.content-tab{
  width: 100%;
}
.content-tab>.active {
  display: block;
}
/*------ LICENSE PAGE--------*/

ul.license-meta {
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 12px;
}
.license-meta li:not(:last-child) {
    margin-right: 15px;
}
.license-meta li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}
.license-meta li a {
    color: #777777;
}
.license-meta li a:hover {
    color: #47a025;
}
.license-meta li i {
    color: #47a025;
    margin-right: 5px;
    font-size: 14px;
}
/*--------MAP PAGE-------*/
.map-page {
    /* margin-top: 123px; */
}
#gmap{
  
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	#gmap{
		height: 92vh;
	}
}
.map-search i {
    font-size: 25px;
    vertical-align: middle;
    line-height: 50px;
    color: #9a9a9a !important;
    padding-left: 17px;
}
.map-search input{
  font-size: 17px;
}
.map-search input::placeholder{
  color: #9a9a9a !important;
}
.map-search button{
  background: #ee972d !important;
  min-width: 217px !important;
  text-transform: uppercase;
}
#search-form{
	z-index: 1;
	position: absolute;
   	right: 20%;
    top: 5% !important;
}

ul.list-unstyled.text-center.map-list {
    
    height: 100%;
}
.row.results {
    height: 45vh;
    overflow: auto;
    margin-top: 10px;
}
.empty-list li{
   padding:15px;
}
.zoom-list li:last-child{
  border-bottom: none;
}
.zoom-list li,
.map-list li{
  padding:5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.zoom-list li a,
.map-list li a{ 
  font-weight: 500;
  color: #43333d;
}
.map-list li a span{
  font-size: 18px;
}
.zoom-list li a i,
.map-list li a i{
  font-size: 30px;
}
#filter-form{
  background: #f5faf4;
  border-radius: 10px;
  left:9% !important;
  position: absolute;
  top:14%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
	
	#gmap{
		visibility: hidden;
	}
	#search-form{
		display: none;
	}
	#filter-form{
		left:0;
		top: 0;
	}
}
#filter-form button{
  background: white;
  height: auto;
  padding: 1px 17px 1px 17px !important;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
}
#filter-form button i {
    font-size: 13px;
}
.filter-list{
  padding-left: 1.25rem;
  list-style: none;
  margin-top: 20px;
}
.filter-list li{
  display: inline-block;
  margin-right: 0px;
}
.sort-options input[type='radio']{
  -webkit-appearance:none;
  width: 16px;
  height: 16px;
  outline: none;
  border: none;
}

.sort-options label{
  font-size: 13px;
  color: #a9a9a9;
  margin-left:10px;
}
.sort-options .custom-control label{
	margin-left:20px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label,
.sort-options  input[type='radio']:checked + label{
  color: #696969;
  font-weight: 500;
}
.sort-options input[type='radio']:after {
        width: 16px;
        height: 16px;
        border-radius: 15px;
        top: 0px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid white;
}
.sort-options  input[type='radio']:checked:after {
        width: 16px;
        height: 16px;
        border-radius: 15px;
        top: 0px;
        left: -1px;
        position: relative;
        background-color: #8f9b5d;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid white;
}
.sort-options h6{
  color: #4f4f4f;
  font-weight: 600;
  padding-left: 1.25rem;
  font-size: 14px;
}
.sort-opt {
    margin-bottom: 10px;
}
.custom-control-label:before{
  width: 14px;
  height: 14px;
  top:5px;
  left:20px !important;
  border:1px solid #daecd6;
  background-color:white;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  top:5px;
  background-color:#8f9b5d;
}

.custom-control-label:after{
  width: 14px;
  height: 14px;
  top:5px;
  left:20px !important;
}
.see-all a{
  font-size: 13px;
  color: #8f9b5d;
}
.search-result img{
  max-width: 100%;
}
.search-result:last-child{
  margin-bottom: 15px;
}
.search-result{
  background: white;
  border:1px solid #ebf3e8;
  padding: 10px 1.25rem 10px 1.25rem;
  margin-top: 15px;
}
.result-title{
  margin-bottom: 15px;
}

.search-result .address{
  color: #828282;
}
.search-result .amenities{
  color: #414141;
  font-weight: bold;
}
.search-result .address,
.search-result .amenities,
.search-result .rating{
  margin-bottom: 10px;
}
.search-result > div{
  font-size: 13px;
}
.search-result .fa-star{
  color:#414141;
}

.search-result .fa-star.checked{
  color: orange;
}
.search-result span.review-count{
  margin-left: 20px;
  font-weight: 500;
  vertical-align: middle;
  color: #656565;
}
.result-title span{
  border: 5px solid #daecd6;
  border-radius: 50%;
  border-left: none;
  border-right: none;
}
.result-title img{
  width: 30px;
}
.result-title > * {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}
.custom-pagination{
      margin: 0;
    padding: 10px;
}
.custom-pagination li{
  margin-left: 10px;
}
.custom-pagination li a{
  color: #4a4a4a;
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
}
.custom-pagination li.active a.page-link,
.custom-pagination li a:hover{
  background-color: #f4a642;
  border-color: #f4a642;
  color: white;
}
.paginate{
  background: #fdf0e0;
  border-radius: 0px 0px 10px 10px;
}
/*---------VILLAGE PAGE---------*/
.village-thumb {
    width: 90%;
    border: 3px solid #e1e4d3;
    padding: 10px 30px;
}
.based-on .fa-star.checked{
  color:#ffcc00;
}
.based-on .fa-star{
  font-size: 16px;
}
.based-count{
  color: #211b1f;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.author-images .images-list,
.village-images .images-list{
  display: flex;
}
.author-images .images-list img{
  flex: 1;
  width: 20%;
  padding:10px;
}
.row.author-images {
    margin: 15px 0px;
}
.village-images .images-list img{
  flex: 1;
  width: 25%;
  padding:10px;
}
.village-faq .vfaq-top{
  display: flex;
}
.village-faq .vfaq-top .faq-title{
  flex: 1;
}
.review-button button,
.village-faq .faq-button button{
  background: #818a53;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    font-size:16px;
}
.review-rating .fa-star-half-alt,
.review-rating .fa-star{
  /*color: #efa739;*/
  font-size: 25px;
}
.write-review {
    margin-top: 20px;
}
.write-review a,
.review-rating .review-count a{
  color: #2c2c2c;
  text-decoration: underline;
  font-weight: 500;
}
.write-review a i{
  margin-left: 10px;
  font-size: 16px;
}
.write-review a{
  color: #8f9b5d;
  font-size: 20px;
  font-weight: 500;
}
.review-rating .review-count{
  color: #2c2c2c;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 500;
}
.fishing-reviews{
  padding: 0px;
  width: 100%;
}
.fishing-title h3{
  color:#f1a341;
  margin-bottom: 0px;
}
.fishing-title{
  background: #201a1e;
  padding:10px;
}
.review-bottom{
  padding: 20px;
}
.rating-section{
  display: flex;
}
.rating-section > div{
  flex: 1;
}
.village-author {
    padding: 30px;
}
.author-top img {
    margin-bottom: 10px;
}
.author-bottom h6{
  font-weight: bold;
  color:#201a1e;
}
@media (max-width: 992px){
  .author-bottom .cell-coverage{
  border-right: none !important;
  border-left: none !important;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 10px 15px !important;
  margin:10px auto;
}
.more-details {
    padding: 10px 15px !important;
}
.author-bottom{
  text-align: center;
}
}
.author-bottom .cell-coverage{
  border-right: 1px solid rgba(0,0,0,.1);
  border-left: 1px solid rgba(0,0,0,.1);
  padding: 0px 50px;
}
.more-details {
    padding: 0px 0px 0px 50px;
}
.more-details p{
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
}
.author-bottom .cell-coverage i{
  font-size: 35px;
  color: #2a6c8f;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
.author-bottom .cell-coverage p{
  color: #444444;
}
.author-bottom .rating span.checked{
color: #f1a75c;
}
.author-bottom .rating .review-count{
  margin-left: 10px;
  color: #444444;
  font-weight: 600;
}
@media (min-width: 576px){
.author-details .based-on{
  margin-top: 10px;
  text-align: center;
}
}
.author-details .based-on{
  margin-left: auto;
  margin-bottom: 15px;
}
.author-top h6{
  font-weight: 600;
  color:  #818a53;
  margin-bottom: 0px;
}
.author-top span{
  font-weight: 600;
  color:#4a4a4a;
}
.based-on{
  border:1px solid #fecd04;
  border-radius: 5px;
  padding: 11px 25px;
}
.vreview-title h4{
  font-weight: 700;
}
.village-reviews,
.village-faq,
.village-features{
  padding: 35px 45px;
  border-radius: 0px;
  border:1px solid #e4f1e0;
  width: 100%;
}
.village-features{
	height: 100%;
	margin-bottom: 0px;
}
.feature-list ul li {
    color: #3a3a3a;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Hind",sans-serif;
}
.feature-list ul li i{
  font-size: 20px;
  margin-right: 10px;
}
.village.card{
  padding: 35px 45px;
  border-radius: 0px;
  border:1px solid #e4f1e0;
}
.village-info{
  flex-direction: row;
}
.village-info > div{
  padding: 5px;
}
.village-info div:not(:last-child){
  border-right: 2px solid #eaeaea;
}
.village-info div h5{
  font-family: "Hind",sans-serif;
  margin-bottom: 0px;
}
.village-info div h5 a{
  color:#201a1e;
  text-decoration: underline;
}
.village-summary{
  padding: 35px 45px;
}
.village-summary p{
  font-size: 17px;
}
.village-summary p a{
  color: #8f9b5d;
  font-weight: 600;
}
.village-info,
.village-action.card{
  width: 100%;
  border-radius: 0px;
  border:1px solid #e4f1e0;
}
.village-action.card{
  padding-bottom: 5px;
}
.village-action .dropdown-menu.show .dropdown-item i{
  color:#faa844;
  margin-right: 10px;
}
h6.question{
  color:#333333;
  font-weight: 700; 
  display: inline-flex;
  width:100%;
}
h6.question:before{
  content: "Q";
  margin-right: 10px;
  color:#818a53;
	
}
p.answer{
  color:#454545;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  width:100%;
}
.vfaq-bottom {
    margin-top: 20px;
}
p.answer:before{
  content: "A";
  margin-right: 10px;
  color:#faa844;
  font-weight: 700;
  font-size: 19px;
}
.village-action .dropdown-menu.show:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 0px 20px 20px 20px;
    border-style: solid;
    border-color: #201a1e transparent;
}
.village-action .dropdown-menu.show:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 7px;
    border-width: 0 23px 23px 23px;
    border-style: solid;
    border-color: #fff transparent;
}
.village-action .dropdown-item:last-child{
  border-bottom: none;
}
.village-action .dropdown-item{
  padding: 10px;
  background-color: #201a1e;
  color: #f6faf5;
  border-bottom: 1px solid #393337;
}
.village-action button{
  border:1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
  margin-left: 6px;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.village-action button.upload{
  color: #201a1e;
}
.village-action button.save-list{
  color: #818a53;
}
.village-action button.save-list:hover{
  background: #818a53;
  color: white;
}
.fishing-social ul{
  list-style: none;
  padding: 0;
}
.fishing-social ul li{
  margin-left: 10px;
    margin-top: 10px;
    font-size: 20px;
}
.fishing-social ul li.facebook a {
    color: #3b5999;
    border-color: #3b5999;
}
.fishing-social ul li.website a{
  background: #8f9b5d;
}
.fishing-social ul li a {
  text-align: center;
    display: block;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    padding: 14px 22px;
    color: white;
}
.weather-bottom h3 sup:first-child{
  font-size: 25px;
}
.weather-bottom h3 sup sup{
  font-size: 13px !important;
  top:-0.3em;
}
.weather-bottom h3 sup:nth-child(2){
  margin-left: 10px;
  font-size: 16px !important;
  top: -1.0em;
}
.weather-bottom i{
  font-size: 60px;
  color: #8f9b5d;
}
.widget-nearby i{
  font-size: 50px;
}
.nearby-distance{
  color: #8f9b5d;
  font-weight: 500;
  font-size: 14px;
}
.widget-nearby .rating span {
    font-size: 12px;
    color: #cccccc;
}
.row.nearby-details {
    padding: 15px 0px;
}
.nearby-name{
  color: #201a1e;
  font-size: 17px;
}
.nearby-distance,
.nearby-name{
  margin-bottom: 0px;
}
.weather-main i{
  font-size: 100px;
    color: #fbef4d;
}
.widget-nearby,
.widget-weather {
    padding: 20px 30px;
}
.row.weather-bottom,
.row.weather-main {
    padding: 10px 0px 20px 0px;
}
.day-name{
  font-weight: 700;
  color: #201a1e;
}
.month-name{
  font-weight: 600;
}
.weather-bottom h3{
  font-family: "Hind", sans-serif;
    font-size: 40px;
    color: #faa844;
    font-weight: 600;
    margin-bottom: 0;
}
.weather-main h2{
  font-family: "Hind", sans-serif;
    font-size: 60px;
    color: #8f9b5d;
    font-weight: 600;
    margin-bottom: 0;
}
ul.weather-list{
  padding:0;
  list-style: none;
}
.weather-list span{
  font-weight: 600;
}
.weather-main h2 sup{
  top:-1.0em;
  font-size: 25px;
}
.widget-weather .widget-title h2{
  color: #faa844;
}
.fishing-social ul li.twitter a {
    color: #55acee;
    border-color: #55acee;
}
.fishing-social ul li.instagram a {
    color: #E1306C;
    border-color: #E1306C;
}
.fishing-social ul li.facebook a:hover {
    background: #3b5999;
}
.fishing-social ul li.twitter a:hover {
    background: #55acee;
}
.fishing-social ul li.instagram a:hover {
    background: #E1306C;
}
.fishing-social ul li a:hover {
    color: #ffffff;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.village-action .dropdown-menu.show{
  padding: 20px 20px;
  top: 22px !important;
  background: #201a1e;
  border:3px solid white;
}
.village-info > div,
.village-details > div{
  flex: 1;
  align-self: flex-end;
}
.feature-list ul{
  list-style: none;
  padding: 0px;
}
.vreview-title h4,
.faq-title h2,
.feature-list h2,
.village-summary h2,
.village-title h1,
.village-title h2{
  color: #faa844;
}
.village-right p a,
.village-right p span{
  font-weight: 500;
}
.village-right p:last-child{
  margin-bottom: 0px;
}
.village-address span{
  color: #4a4a4a;
}
.village-phone span{
  color: #f8a944;
}
.village-email a{
  color: #343434;
}
.village-right p{
  font-size: 17px;
  color: #909a5d;
}
/*------- LAW PAGE-------*/
.law-section .tabgroup li {
    text-align: center;
    width: 24.6%;
    margin: 0 !important;
    list-style: none;
    display: inline-block;
}
.law-section .tabgroup li a.active {
    background-color: #d5d6d6;
}
.law-section .tabgroup li a {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: inline-block;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    padding: 10px !important;
}
@media only screen and (max-width: 767px){
  .law-section .tabgroup li{
      width: 23.6%;
  }
  .law-section .tabgroup li a {
      font-size: 15px !important;
  }
}
.law-description{
  padding: 0 20px 20px;
}
.ccw-laws {
    margin-top: 50px;
}
.laws-header {
    padding: 15px 20px;
    cursor: pointer;
}

.laws-header h4 {
    margin: 0;
    text-align: left;
    color: white;
}
.laws-body {
    padding: 30px 20px;
    padding-top: 20px;
}
.laws-header i {
    float: left;
    font-size: 28px;
    margin-right: 10px;
    margin-top: 2px;
    color: #82a950;
    vertical-align: middle;
    transition-duration: .5s;
}
.laws-header.statues i{
  margin-top: -2px !important;
}
.laws-header.collapsed i {
    transform: rotate(-90deg);
}
.alert-box {
    margin: 0 auto;
    padding: 15px 15px 0;
    border-radius: 15px;
    border: 1px solid red;
    background-color: white;
}
.alert-box.allowed {
    border-color: #649a3d;
}
.off-limit{
    color: red;
    font-size: 60px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-table;
}
.allowed-limit{
    color: #649a3d;
    font-size: 72px;
    text-align: center;
    width: 100%;
    margin: 20px auto 0;
    display: inline-table;
}
.laws-header h5 {
    margin: 0;
    text-align: left;
    color: white;
    font-size: 16px;
    line-height: 24px;
}
.off-img{
  margin: 0 auto;
  display: table;
  text-align: center;
  margin-bottom: 30px;
}
/*---------------REVIEWS PAGE-------------- */
.reviews-page{
  background-color: #f6faf5 !important;
}
.review-top{
  overflow: hidden;
  position: relative;
}
.review-thumb img{
  height: 180px;
  width: 270px
}

.review-content {
  margin-top: 25px;
}
.review-title{
  font-weight: 700;
  font-size: 20px;
  font-family: "Hind", sans-serif;
}
.review-title a {
  color: #211a1e;
}
.review-title a:hover {
  color: #47a025;
}
/*--------REVIEWS INNER PAGE-----*/
.product-details-title,
.review-details-title {
  margin-top: -5px;
  margin-bottom: 5px;
}
.single-product-page,
.single-review-page{
  position: relative;
  z-index: 1;
}
.product-details-largeimage a,
.review-details-largeimage a {
  position: relative;
  z-index: 1;
  display: block;
}
.product-details-largeimage a:before,
.review-details-largeimage a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-details-largeimage a:after,
.review-details-largeimage a:after {
  content: "\f31e";
  display: inline-block;
  font-family: "Font Awesome 5 pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 3;
  font-weight: 900;
}
.product-details-largeimage a:hover:after,
.product-details-largeimage a:hover:before,
.review-details-largeimage a:hover:after,
.review-details-largeimage a:hover:before {
  visibility: visible;
  opacity: 1;
}
.product-details-share ul,
.review-details-share ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.product-meta li:not(:last-child),
.review-meta li:not(:last-child) {
  margin-right: 10px;
}
.product-details-share ul li,
.review-details-share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.product-details-share ul li a,
.review-details-share ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
  font-size: 18px;
  line-height: 1;
}
.author-img{
  margin-top: -5px;
  height: 100%;
  width: 40px;
  border-radius: 10%;
}
.wishlist-area{
  position: relative;
  z-index: 1;
}
.product-meta li i,
.review-meta li i { 
  color: #47a025;
  margin-right: 5px;
  font-size: 16px;
}


.review-table div.row.color 
{
    background-color: #47a0250d;
	margin: 0;
	padding:10px 0;
}

.review-table  div.row.color:nth-child(even) {
    background-color: #47a02530;
}
.review-table h3 
{
	color: white;
	background-color: #47a025;
	padding: .75rem;
	margin:0;
}
.review-table .top-content h5
{
	font-weight: 800;
}
.review-table .review-number,
.provide-area .review-number
{
	font-size:100px;
	line-height: 100%;
	color: #f0a342;
	margin: auto;
	font-family:"Hind", sans-serif;
	display: block;
}

.review-table .top-content
{
	margin:10px 0;
}
.review-table .fa-star
{
	font-size:20px;
}
.provide-area .fa-star
{
	font-size:24px;
	
}
.review-table .sale,
.provide-area .sale,
.product-review .sale

{
	height: 45px;
    line-height: 45px;
    min-width: 100px;
    padding: 0 25px;
	background: #47a025;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
   
   
   
}
.gradient-border {
  --border-width: 4px;
  position: relative;
  display: flex;

 
  color: white;
  background: #222;
  
}
.gradient-border::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #f0a342,#47a025);
  background-size: 300% 300%;
  background-position: 0 50%;
  
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

.provide-area .row
{
	margin:0;
}

.review-table .price,
.provide-area .price,
.product-review .price
{
	font-size:26px;
	color: #211a1e;
	font-weight: 500;
	line-height: 45px;
	
}
.review-table .price img,
.provide-area .price img
{
	margin: -5px 5px 0;
	
}

.provide-area 
{
	font-size:18px;
	line-height:32px;
}
.provide-area p
{
	text-align:justify;
}
.provide-area .product-gallery
{
	text-align: center;
    display: block;
}
.provide-area .product-gallery img
{
	margin:5px;
}




/* Old Review Table */
.review-table thead {
  color: white;
  background-color: #47a025;
}
.review-table tr {
  background-color: #47a0250d;
}
.review-table tr:nth-child(even) {
  background-color: #47a02530;
}
.review-table th{
  text-transform: uppercase;
  font-weight: 700;
}
.review-table th.wishlist-col-image{
  width: 180px;
  min-width: 180px;
}
.review-table th.wishlist-col-name{
  min-width: 250px;
}
.review-table th.wishlist-col-button{
  min-width: 100px;
}
.review-table tr td{
  vertical-align: middle;
}
.wishlist-button{
  height: 45px;
  line-height: 45px;
  min-width: 100px;
  padding: 0 25px;
  background: #211a1e;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
}
.wishlist-button:before{
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  background: #47a025;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wishlist-button:hover{
  color: #ffffff;
}
.wishlist-button:hover:before{
  top: 0;
}
.provide-list{
  padding-left: 0;
  display: block;
}
.provide-list li:not(:last-child) {
  margin-bottom: 10px;
}
.provide-list li{
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.pro-list li i {
  color: #47a025;
}
.con-list li i {
  color: #dc3545;
}
.provide-list li i{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: inherit;
}
.custom-margin:first-child{
  margin: 0px;
  margin-bottom: 55px;
}
.custom-margin{
  margin:80px 0 40px;
}
@media only screen and (max-width: 767px){
  .wishlist-col-image {
    width: 120px !important;
    min-width: 120px !important;
  }
  .review-table th.wishlist-col-name {
    min-width: 0px;
  }
}
/*---------------HOME REVIEWS CONTENT-------------- */
.reviews-container{
  height: 250px;
}
.reviews-content{
  margin-top:-30px;
}
.blog-title h6 a:hover,
a.readmore:hover,
h6.blog-title a:hover,
.reviews-title-container h6 a:hover{
  color: #47a025;
}

.reviews-image:hover {
  transform: scale(1.1);
}
.reviews-image:hover:before{
  width: 100%;
  left: 0px;
}


.reviews-container{
  background-color: transparent;
  width: 100%;
  height: 250px;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.reviews-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform .5s;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.reviews-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #211a1e;
  opacity: 0.55;
  z-index: -1;
}
.reviews-image h6{  
  color: #ffffff;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}
.reviews-image{
  transition: transform .5s;
}
.reviews-title-container{
  padding-top: 25px;
}
.reviews-title-container h6{
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.blog-title h6,
h6.blog-title{

    font-weight: 700;
    font-size: 20px;
    font-family: "Hind", sans-serif;
}
.blog-title h6{
  margin-top: 10px;
}
/*----------BLOG CONTENT------*/
@media only screen and (max-width: 992px){
  .blog-details-image,
  .review-thumb,
  .blog-thumb{
    text-align: center;
  }
  .widgets.widgets-single-review {
    margin-top: 25px;
  }
  .widgets.widgets-single-review,
  .widgets.widgets-reviews{
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  .widget-product-reviews ul li, .widget-product-reviews ul li:first-child {
    float: left;
    width: 50%;
    padding: 25px 0;
  }
  .recent-reviews-image, .recent-reviews-image img {
    height: 39px;
  }
  .widget-product-reviews ul li, .widget-product-reviews ul li:first-child {
    padding-top: 15px;
    width: 100%;
    float: left;
  }
  .widget-states ul li, .widget-states ul li:first-child,
  .widget-categories ul li, .widget-categories ul li:first-child {
    float: left;
    width: 25%;
    padding: 10px 0;
  }
  .single-widget {
    float: left;
    width: 100%;
  }
  .single-widget ul {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px){
  .widget-states ul li, .widget-states ul li:first-child,
  .widget-categories ul li, .widget-categories ul li:first-child {
    width: 50%;
  }
}
a.readmore{
  display: inline-block;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  color: #777777;
}
a.readmore:hover:after{
  padding-left: 15px;
}
a.readmore:after{
  content: "\f30b";
  display: inline-block;
  font-family: "Font Awesome 5 pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 900;
}
.blog-thumb img{
  height: 280px;
  width: 420px;
}
.blog-title a {
    color: #111111;
}
.page-share{
  margin-bottom: 30px;
  border-top: 1px solid #efefef;
  margin-top: 30px;
  border-bottom: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}
.share-title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  line-height: 40px;
}
.page-share ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.page-share ul li.facebook a:hover {
  background: #3b5999;
}
.page-share ul li.twitter a:hover {
  background: #55acee;
}
.page-share ul li.pinterest a:hover {
  background: #bd081c;
}
.page-share ul li a:hover {
  color: #ffffff;
}
.page-share ul li.facebook a {
  color: #3b5999;
  border-color: #3b5999;
}
.page-share ul li.twitter a {
  color: #55acee;
  border-color: #55acee;
}
.page-share ul li.pinterest a {
  color: #bd081c;
  border-color: #bd081c;
}

.page-share ul li a:hover {
  background: #47a025;
  color: #ffffff;
}
.page-share ul li a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  padding: 6px 22px;
  color: #777777;
}
.page-share ul li a i {
  font-size: 18px;
  margin-right: 5px;
}
.page-share ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 0;
}
.page-author {
  background: #ebefea;
  padding: 30px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-author-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 100px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  overflow: hidden;
  margin-right: 30px;
}
.blog-content{
  margin-top: 25px;
}
@media only screen and (max-width: 575px){
  .page-author-content {
    margin-top: 20px;
  }
  .page-author {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*----------BLOG INNER-------*/

.blog-details-title{
  font-size: 32px;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  margin-top: -5px;
  margin-bottom: 5px;
}
/*--------------- NEWSLETTER CONTENT-------------- */
.newsletter-section{
  background-size: cover;
  background-position: center bottom;
  background-repeat: repeat;
}
/* Featurettes
------------------------- */
.states-list{
  padding-left: 0px;
  padding-right: 0px;
}
.states-list li{
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px 0;
  text-align: center;
  margin-bottom: 5px !important;
}

.states-list li a{ color: #47a025; }


.blog-image img{
  max-width: 100%;
}

.newsletter-title {
  margin-bottom: 0;
  font-weight: 700;
}
.map-search,
.newsletter-form{
  background: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.map-search input,
.newsletter-form input {
  background: #ffffff;
  border: 0;
  outline: none;
  -webkit-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  width: 100%;
  vertical-align: middle;
  height: 50px;
  padding: 0 15px;
  transition: all 0.4s ease-out 0s;
  color: #777777;
  font-family: "Hind", sans-serif;

}
.map-search button,
.button.button-submit,
.carousel-caption a,
.newsletter-form button{
  display: inline-block;
  height: 50px;
  min-width: 150px;
  background: #47a025;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
  font-family: "Hind", sans-serif;
  border: none;
}

.button.button-submit:before,
.carousel-caption a:before,
.newsletter-form button:before{
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  background: #211a1e;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.button.button-submit:hover:before,
.carousel-caption a:hover:before,
.newsletter-form button:hover:before{
  top: 0;
}
#back-top-top {
  display: none;
  position: fixed;
  left: auto;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  padding: 11px;
  line-height: 1;
  text-align: center;
  background: #47a025;
  color: #ffffff;
  font-size: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #47a025;
  -webkit-animation: slideInRight 0.4s ease-in-out 1 both;
  animation: slideInRight 0.4s ease-in-out 1 both;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

nav div.collapsing,
nav div.collapse.show {
  position: absolute;
  /* bottom: 0px; */
  top: 92%;
  background: #47a025;
  width: 100%;
}
div.collapsing li.nav-item,
div.collapse.show li.nav-item {
  margin: 0;
}
div.collapsing li.nav-item a,
div.collapse.show li.nav-item a {
  color: white !important;
  padding: 7px 5% !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
div.collapse.show li.nav-item a.dropdown-item 
{
	 color: black !important;
}											  				  
div.collapsing li.nav-item.active > a, div.collapsing li.nav-item:hover > a,
div.collapse.show li.nav-item.active > a,div.collapse.show li.nav-item:hover > a {
  background: #ffffff;
  color: #47a025 !important;
}
.navbar-toggler {
  padding: 0px;
  font-size: 14px !important;
  line-height: 0;
  background-color: transparent;
  border: none;
  /* border-radius: .25rem; */
}
.navbar-toggler:focus{
	outline: none;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 575px){
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .carousel-caption p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px){
  .blog-details-title {
    font-size: 22px;
  }
}

/*---------------HEADER CSS-------------------------- */


header.bg-light{
  background-color: #f6faf5 !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
a.navbar-brand {
  padding: 0px;
}
nav.navbar{
  padding: 11px 0px;
}
li.nav-item{
  margin: 0 18px;
  margin-left: 0px;
}
li.nav-item > a{
  color: #211a1e !important;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
li.nav-item.active > a ,li.nav-item:hover > a{
  color: #47a025 !important;
}
@media only screen and (max-width: 767px){
  .navbar-brand img{
    max-height:100%;
    width: auto;
  }
  .navbar-brand {
    height: 50px;
  }
}
.navbar-toggler>.close {
  display:inline;
  font-size: 17px;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  display:none;
}
/*---------------FOOTER CSS-------------------------- */
.bg-footer{

  background-color: #211a1e; 
}
.footer-md-section,
.footer-bt-section {
  border-top: 1px outset black;
  padding-top: 20px;
  color: white;
}

.footer-bottom {
  padding: 0 0 20px;
}
footer .widget-title{
  color:#f8a944;
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
  margin-top: -5px;
  font-size: 18px;
}
.social-icons,
.menu-links{
  padding:0px
}
.social-icons li,
.menu-links li{
  list-style: none;
  margin-bottom: 10px;
}
.social-icons li a {
  display: inline-block;
  height: 36px;
  width: 35px;
  border: 1px solid #4a3c43;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: white;
}
.social-icons li a i{
  line-height: 35px;
}
.social-icons li a:hover {
  background: #4a3c43;
}
.menu-links li a{
  color: #ffffff;
}
.footer-bt-section a,
.footer-bt-section p{
  color:white;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-widget.widget-partners {
  border: 1px solid #4a3c43;
  border-radius: 10px;
  padding-right: 20px;
}

.single-widget.widget-info {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px){
  .states-list li {
    width: 49%;
  }
}


/* ------------ checkout ---------*/

.tm-breadcrumb-area{
  background-image: url("breadcrumb-bg.jpg");
    margin-top: 143px;
}
.tm-breadcrumb-area {
    background-position: bottom center;
}
.tm-padding-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
[data-overlay], [data-secondary-overlay], [data-black-overlay], [data-white-overlay] {
    position: relative;
}
[class*="bg-image-"], [data-bgimage] {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.bg-grey {
    background-color: #f9fafc;
}
[data-overlay="2"]:before, [data-secondary-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
    opacity: 0.2;
}
[data-white-overlay]:before {
    background-color: #ffffff;
}
[data-overlay]:before, [data-secondary-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.tm-breadcrumb h2 {
    margin-top: -5px;
    font-family: "Montserrat", sans-serif;
    color: black;
}

.tm-flashalert> a span {
    color: #47a025;
    font-weight: 600;
}

.tm-breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
    margin-bottom: -10px;
}
.tm-breadcrumb ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    display: inline-block;
    color: black;
    font-weight: 500;
}
.tm-breadcrumb ul li a {
    color: #111111;
}

.tm-breadcrumb ul li::after {
    content: '/';
    padding: 0 5px;
}

.tm-breadcrumb ul li:last-child::after {
    display: none;
}

.tm-header-toparea {
    border-bottom: 1px solid #ebebeb;
    background: #111111;
    color: #ffffff;
}

.tm-header-info {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
}
.tm-header-info li {
    display: inline-block;
    margin-right: 30px;
    list-style: none;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    vertical-align: middle;
}
.tm-header-info li a {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
}

.tm-header-icons {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    padding: 10px 0;
}
.tm-header-icons li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
}
.tm-header-icons li a, .tm-header-icons li button {
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    height: auto;
    padding: 3px;
}
.tm-header-info li i {
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    vertical-align: text-bottom;
}


.tm-section {
    position: relative;
    z-index: 1;
}
.tm-padding-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.tm-flashalert
{
  text-align:center;
  display:none;
}
.tm-flashalert> span {
    font-size:20px;
	font-weight: bold;
	display: block;
    background: transparent;
    padding: 13px 20px;
 
   
  
    -webkit-box-shadow: 0px 3px 6px 2px #47a025#47a025;
    box-shadow: 0px 15px 6px 2px rgba(0, 0, 0, 0.2);
}

.tm-checkout-couponform {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tm-checkout-couponform input:not([type="submit"]) {
    max-width: 300px;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-checkout-form .small-title {
    font-weight: 700;
    text-transform: uppercase;
}

.tm-form-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
}
.tm-form-fieldhalf {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 calc(50% - 15px) !important;
    -ms-flex: 0 0 calc(50% - 15px) !important;
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
}
.tm-form-field {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tm-form label {
    font-family: "Hind", sans-serif;
    font-size: 15px;
    color: #111111;
    line-height: 22px;
}
.tm-form input, .tm-form textarea, .tm-form select {
    border: 1px solid #d2d2d2;
    background: transparent;
    color: #777777;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.tm-form .nice-select {
    border: 1px solid #d2d2d2;
    background: transparent;
    color: #777777;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nice-select .current {
    display: block;
    padding: 0;
}
.nice-select .list {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 180px;
    width: 100%;
    margin-top: 1px;
}

.nice-select {
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 48px;
    padding: 0 15px;
    padding-right: 35px;
    width: 100%;
    border-color: #ebebeb;
    font-size: 15px;
}

.nice-select .list .option {
    padding: 0 15px;
    min-height: auto;
    line-height: 30px;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select::after {
    content: "";
  font-family: '';
    font-size: 10px;
    position: absolute;
    border: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    height: 9px;
    width: 9px;
    line-height: 1;
    text-align: center;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select .list .option:hover {
    background: #47a025;
    color: #47a025;
}
/*
input[type=checkbox] ~ label, input[type=radio] ~ label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

input[type=checkbox] ~ label:before, input[type=radio] ~ label:before {
    content: "";
    font-family: "Font Awesome 5 pro";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #dddddd;
    height: 15px;
    width: 15px;
    line-height: 1.5;
    font-size: 9px;
    text-align: center;
}
input[type=checkbox], input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=checkbox]:checked ~ label:before, input[type=radio]:checked ~ label:before {
    content: "\f00c";
    color: #47a025;
    border-color: #47a025;
}
input[type=radio]:checked~label::before {
    content: "";
    color: #47a025;
    border-color: #47a025;
}
*/
.tm-form input:focus, .tm-form textarea:focus, .tm-form select:focus {

     outline: 0;
    border: 1px solid green;
}

.tm-form .nice-select:focus{
  outline: 0;
    border: 1px solid green;
}
/*-------------- Second section -------------*/


.tm-checkout-orderinfo {
    background: #f9fafc;
    padding: 30px;
}
.tm-checkout-ordertable thead th {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    border-top: none;
    color: black;
}
.tm-checkout-ordertable tbody td {
    padding: 10px 0;
    color: black;
}
.tm-checkout-ordertable td, .tm-checkout-ordertable th {
    padding: 0;
}
.tm-checkout-ordertable tfoot tr:first-child td {
    padding-top: 25px;
}
.tm-checkout-subtotal td, .tm-checkout-shipping td {
    font-size: 16px;
    padding: 5px 0;
    border-bottom: none;
    color: black;
}
.tm-checkout-total td {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}
.tm-checkout-total td + td {
    color: #218838;
}
.tm-checkout-payment {
    margin-top: 20px;
}
input[type=checkbox] ~ label, input[type=radio] ~ label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}
input[type=checkbox]:checked ~ label, input[type=radio]:checked ~ label {
    color: #47a025;
}
.tm-checkout-payment label {
    margin-bottom: 0;
    display: block;
    color: #111111;
    font-weight: 700;
}
input[type=radio] ~ label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border: 2px solid #dddd
    -webkit-border-radius: 100px;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    margin-top: -8px;
    line-height: .5;
    font-size: 28px;
}
.tm-button::before, a.tm-button::before, button.tm-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    background: #111111;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.tm-button, a.tm-button, button.tm-button {
    display: inline-block;
    height: 50px;
    min-width: 150px;
    background: #47a025;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    vertical-align: middle;
    font-size: 16px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.tm-button:hover::before, a.tm-button:hover::before, button.tm-button:hover::before {
    top: 0;
}

/*----------------- Second col end ----------*/

/*------------news letter checkout ----------*/

.tm-section {
    position: relative;
    z-index: 1;
}
.tm-padding-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-pattern {
    background: #f9fafc;
    background-image: url();
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: repeat;
}

.tm-newsletter-title {
    margin-bottom: 0;
    font-weight: 700;
}
.tm-newsletter-form {
    background: #ffffff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tm-newsletter-form input {
    background: #ffffff;
    border: 0;
    outline: none;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.tm-newsletter-call {
    padding-left: 30px;
    border-left: 1px solid #c5c6c7;
}

.tm-newsletter-call p {
    margin-bottom: 0;
    color: #47a025;
}
.tm-newsletter-call h3 {
    margin-bottom: 0;
    line-height: 1;
}
.tm-newsletter-call h3 a {
    color: #111111;
    font-weight: 700;
}
.tm-form-field a {
    color: #777777;
    font-weight: 600;
}
/*------------news letter checkout end ----------*/