@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url(font-awesome.min.css);



* {
  font-family: 'Roboto', sans-serif;
  outline: none;
}
body {
  background: #ffffff;
  font-size: 15px;
  line-height: 24px;
}
a {
  transition: 1s;
  color: #C2282B;
}
a:hover {}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/* Text Colors */
.text-color {
  color: #C2282B;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-light {
  color: #a5a5a5;
}
/* Text Sizes */
.text-extrasmall {
  font-size: 15px;
}
.text-small {
  font-size: 18px;
}
.text-medium {
  font-size: 24px;
}
.text-large {
  font-size: 30px;
}
.text-extralarge {
  font-size: 48px;
}
/* Text Style */
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
h5 {
  font-size: 15px;
  font-weight: 400;
}
h6 {
  font-size: 13px;
  font-weight: 400;
}
/* Buttons */
.button {
  /*border-radius: 50px;*/
}
.button:hover {}
.button.red {
  background: #67B826;
  color: #ffffff;
}
.button.red:hover {
  background: #67B826;
  box-shadow: 0px 0px 10px #dfdfdf;
}
.button.redborder {
  background: #ffffff;
  color: #67B826;
  border: 1px solid #67B826;
}
.button.redborder:hover {
  color: #ffffff;	
  background: #67B826;
  box-shadow: 0px 0px 10px #dfdfdf;
}
.button.white {
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 0px 10px #dfdfdf;
}
.button.white:hover {
  opacity: .8;
}
.button.black {
  background: #000000;
  color: #ffffff;
  box-shadow: 0px 0px 10px #dfdfdf;
}
.button.border-white {
  border: 1px solid #ffffff;
  background: transparent;
}
.button.border-white:hover {
  background: #fff;
  color: #000;
}
.button.border-white:hover .user-ic {
  background: url("../images/user-ic-hover.png") no-repeat center;
}
.button.border-red {
  border: 1px solid #67B826;
  background: transparent;
}
.button.ext-large {
  font-size: 18px;
  font-weight: normal;
  padding: 15px 60px;
}
.button.large {
  font-size: 18px;
  font-weight: normal;
  padding: 15px 30px;
}
.button.medium {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px;
}
.button.small {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
}
.button .ic {
  float: left;
  margin-right: 5px;
}
.user-ic {
  background: url("../images/user-ic.png") no-repeat center;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -5px;
}
.whatsapp-ic {
  background: url("../images/whatsapp-ic.png") no-repeat;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top:-5px;
}
.gps-ic {
  background: url("../images/gps-ic.png") no-repeat;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad15 {
  padding: 15px !important;
}
.pad30 {
  padding: 30px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
/* date picker */
.ui-datepicker-calendar tr, .ui-datepicker-calendar tr:nth-child(even) {
  background: transparent;
}
.ui-datepicker-calendar tr td {
  border: 1px solid #efefef;
}
.ui-datepicker-calendar tr td.ui-datepicker-other-month {
  border: none;
}
.top-bar-right .menu li:last-child {
  margin-left: 30px;
}
.menu .button{ padding:10px !important; }
.marketing-hero {
  background: #C2282B;
  min-height: auto;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  z-index: 999;
}
.location {
  margin-left: 30px;
  padding-top: 10px;
}
.search-block {
  background: #fff;
  box-shadow: 0 0 10px #dfdfdf;
  /*border-radius: 30px;*/
  max-height: 393px;
  padding: 30px;
  margin-bottom: 35px;
}
#ui-datepicker-div {
  box-shadow: 0 0 10px #dfdfdf;
  border-radius: 10px;
}
/* plus minus input */
.plus-minus-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 1rem;
  padding: 0.9rem;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*border-radius: 30px;*/
}
.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  height: 20px;
  background: transparent;
  margin-top: -5px;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button, .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
  margin-top: -5px;
}
.button[data-quantity="minus"] {
  background: #fffffff;
}
.button[data-quantity="minus"]:hover .button[data-quantity="minus"]:focus {
  background: #ffffff;
}
.button[data-quantity="plus"] {
  background: #000;
}
.button[data-quantity="plus"]:hover, .button[data-quantity="plus"]:focus {
  background: #000;
}
.button .ic-minus {
  background: url(../images/data-minus.png);
  width: 9px;
  height: 1px;
  display: block;
  position: relative;
  margin-top: 0px;
  margin-left: -4px;
}
.button .ic-plus {
  background: url(../images/data-plus.png);
  width: 9px;
  height: 9px;
  display: block;
  position: relative;
  margin-top: -4px;
  margin-left: -4px;
}
.button .ic-plus:hover, .button .ic-plus:focus {
  background: url(../images/data-plus.png);
  width: 9px;
  height: 9px;
  display: block;
  position: relative;
  margin-top: -4px;
  margin-left: -4px;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* Autocomplete */
.ui-autocomplete {
  position: absolute !important;
  cursor: default;
  border: 1px solid transparent !important;
  margin-top: -31px !important;
  margin-right: 10px !important;
  background: transparent !important;
  padding: 0 !important;
  border-top: none !important;
  padding-top: 1px !important;
  max-height: 300px;
  overflow-y: none;
}
.ui-menu .ui-menu-item {
  width: 100% !important;
  background: #fff !important;
  padding-left: 10px !important;
  padding-bottom: 10px !important;
  border: none !important;
  cursor: pointer;
  font-size: 15px !important;
}
.ui-menu .ui-menu-item:hover {
  color: #a5a5a5;
  text-align: left;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */
  display: block;
}
h3.title {
  font-size: 30px;
  font-weight: bold;
}
h1.title {
  font-size: 30px;
  font-weight: bold;
}
/* Home Slider */
.YoloMarketingHero.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #C2282B;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.YoloMarketingHero.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #C2282B;
}
/* Category */
.birthday-ic {
  background: url("../images/category/birthday.svg");
  display: block;
  widows: 32px;
  height: 32px;
}
#category {
  margin-top: 50px;
}
#category .card {
  border-radius: 0;
  display: block;
  min-height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#category .card .container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
#category .card .bg-overlay {
  border-radius: 0;
  z-index: 1;
}
#category .card .container .img img {
  width: 100%;
  float: left;
  background-size: cover;
  border-radius: 0;
  z-index: 3;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
}
.birthday-ic {
  background: url("../images/category/birthday.svg");
  display: block;
  widows: 32px;
  height: 32px;
}
#category .card .icon {
  text-align: center;
  padding: 15px;
  bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  display: none;
}
#category .card .title {
  text-align: center;
  padding: 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
#category .card .container:hover .img img {
  transform: scale(1.5);
}
.category-more {
  border: 1px solid #d8d8d8;
  display: block;
  min-height: auto;
  height: calc(100% - 30px);
  margin-bottom: 0 !important;
}
.category-more .title {
  color: #000 !important;
  padding: 15px !important;
  position: relative !important;
}
.category-more .container {
  position: relative;
  width: 100%;
  cursor: pointer;
  text-align: center;
  top: 0;
  /* left: 0; */
  /* bottom: 0; */
  /* right: 0; */
  /* float: left; */
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 60px 0 0 0;
}
.category-plus {
  display: block;
  margin: 0 auto;
}
.category-plus-hover {
  display: none;
  margin: 0 auto;
}
.category-more:hover {
  background: #C2282B;
}
.category-more:hover .category-plus-hover {
  display: block;
}
.category-more:hover .category-plus {
  display: none;
}
.category-more:hover .title {
  color: #fff !important;
  padding: 15px !important;
  position: relative !important;
  margin: 0 !important;
}
/* Why book with us */
#WhyBookWithUs {
  padding-top: 50px;
  padding-bottom: 50px;
}
#WhyBookWithUs .grid-container {
  padding: 20px 0 0 0;
  background: #C2282B;
  /*border-radius: 50px;*/
}
#WhyBookWithUs .title {
  width: 100%;
  padding-bottom: 50px;
}
#WhyBookWithUs .card {
  width: 100%;
  /*border-radius: 30px;*/
  background: #fff;
  padding: 15px;
  max-height: 125px;
  height: 125px;
}
#WhyBookWithUs .card .title {
  padding-top: 15px;
}
/* Similar Farms */
#FarmsForYou {}
#FarmsForYou .title {
  width: 100%;
}
#FarmsForYou .card {
  border-radius: 0;
  display: block;
  min-height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px #dfdfdf;
  padding-bottom: 15px;
  border: 1px solid #ddd;
}
.card .img-container {
  position: relative;
  width: 100%;
  min-height: 214px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  padding: 10px;
}
.card .img-container .badge {
  position: absolute;
  left: -3px;
  top: 26px;
  width: 100%;
  background: transparent;
  z-index: 2;
}
.card .img-container .badge .trending {
  background: url("../images/trending.png") no-repeat;
  display: block;
  width: auto;
  height: 30px;
}
.card .img-container .badge .exclusive {
  background: url("../images/exclusive.png") no-repeat;
  display: block;
  width: auto;
  height: 30px;
}
.card .img-container .badge .budget {
  background: url("../images/budget.png") no-repeat;
  display: block;
  width: auto;
  height: 30px;
}
.card .img-container .badge.after {
  width: 3px;
  height: 2px;
}
#FarmsForYou .card .text-container {
  padding: 30px;
  text-align: left;
}
#FarmsForYou .card .text-container .ic-location {
  background: url("../images/location-sm.png");
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
#FarmsForYou .card .text-container h4 {
  font-weight: 700;
  margin: 0;
}
#FarmsForYou .card .text-container p {
  font-size: 15px;
}
#FarmsForYou .card .text-container h5 {
  font-size: 11px;
  font-style: italic;
}
#FarmsForYou .card .text-container .button {
  width: 100%;
}
#FarmsForYou .card .text-container .rate {
  border-radius: 0px;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border: 1px solid #000;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 40%;
  right: 15px;
  padding: 5px;
}
#FarmsForYou .card .text-container .rate .rate-ic {
  background: url("../images/rate-star.png");
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: inline-block;
}
#FarmsForYou .card .text-container .rate .rate-text {
  top: -10px;
  font-size: 13px;
  position: relative;
  clear: both;
}
.FarmsSlider {
  margin-top: 50px;
}
#FarmsForYou .card .container .img img {
  width: 100%;
  float: left;
  background-size: cover;
  border-radius: 30px 30px 0 0;
  z-index: 3;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
}
#FarmsForYou .card .icon {
  text-align: center;
  padding: 15px;
  bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  display: none;
}
#FarmsForYou .card .title {
  text-align: center;
  padding: 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
#FarmsForYou .card .container:hover .img img {
  transform: scale(1.5);
}
#FarmsForYou .owl-theme .owl-dots .owl-dot span {
  background: #C2282B;
}
#FarmsForYou .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #C2282B;
}
/* Refer Friend */
#ReferFriend {
  padding: 0px 0;
  background: #C2282B;
  margin-top: 40px;
}
/* Client Speak */
#ClientSpeak {
  background: #f1f1f1;
  padding: 50px 0;
}
.ClientSpeak .card {
  /*border-radius: 30px;*/
  box-shadow: 0px 0px 10px #dfdfdf;
  margin-top: 25px;
}
.ClientSpeak .card .text-container {
  font-size: 18px;
  text-align: left;
  padding: 30px;
  float: left;
  width: 100%;
}
.ClientSpeak .card .text-container:last-child {
  padding: 0 30px 15px 30px;
}
.ClientSpeak .card .text-container h3 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0
}
.ClientSpeak .card .text-container p {
  font-size: 15px;
  font-weight: 400;
}
.ClientSpeak .card .text-container .rate {
  /*border-radius: 50px;*/
  height: 50px;
  width: 50px;
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 9;
  top: 2%;
  box-shadow: 0px 0px 10px #dfdfdf;
  padding: 5px;
  right: 0;
  float: right;
}
#ClientSpeak .ClientSpeak .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
}
#ClientSpeak .ClientSpeak .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
  border-radius: 30px;
  width: 86px;
  height: 86px;
  line-height: normal;
  background: url("https://www.yolofarms.in/images/clients/prev-arrow.png");
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#ClientSpeak .ClientSpeak .owl-nav .owl-next {
  right: -50px;
  position: absolute;
  border-radius: 30px;
  width: 86px;
  height: 86px;
  line-height: normal;
  background: url("https://www.yolofarms.in/images/clients/next-arrow.png");
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ClientSpeak .card .text-container .rate .rate-ic {
  background: url("../images/rate-star.png");
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: inline-block;
}
.ClientSpeak .card .text-container .rate .rate-text {
  top: -10px;
  font-size: 13px;
  position: relative;
  clear: both;
}
.ClientSpeak .card .img-container {
  border-radius: 30px;
  padding: 0 30px;
  width: 100%;
  display: block;
  max-height: 150px;
min-height:150px;}
#ClientSpeak .owl-carousel .owl-item img {
  border-radius: 0;
  max-height: 120px;
}
#ClientSpeak .ClientUploadImages .owl-nav {
  position: relative;
  width: 100%;
  display: inline-flex;
  left: 0;
  top: -85px;
}
#ClientSpeak .ClientUploadImages .owl-nav .owl-prev:hover, #ClientSpeak .ClientUploadImages .owl-nav .owl-next:hover {
  background: transparent;
}
#ClientSpeak .ClientUploadImages .owl-nav .owl-prev {
  left: 15px;
  position: absolute;
  background: #fff;
  border-radius: 30px;
  width: 15px;
  height: 20px;
  line-height: normal;
  text-indent: 0;
}
#ClientSpeak .ClientUploadImages .owl-nav .owl-next {
  right: 15px;
  position: absolute;
  background: #fff;
  border-radius: 30px;
  width: 15px;
  height: 20px;
  line-height: normal; /* Hide the text. */
  text-indent: 0;
}
/* Blogs */
#Blogs {
  background: #fff;
  padding: 50px 0;
}
.view-all {
    float: right;
    position: relative;
    right: 15px;
}
#Blogs .content {
  margin-top: 50px;
}
#Blogs .card {
  width: 100%;
  float: left;
  border-radius: 0;
  padding: 0;
  border: 1px solid #f1f1f1;
}
#Blogs .card .img-container {
  width: 100%;
  float: left;
  border-radius: 0;
  padding: 0;
}
#Blogs .card .img-container img {
  border-radius: 0;
  width: 100%;
  max-height: 370px;
}
#Blogs .card .text-container {
  width: 100%;
  float: left;
  padding: 30px;
}
#Blogs .card .text-container h4 {
  font-weight: 700;
  font-size: 24px;
}
#Blogs .card .text-container ul {
  margin: 0;
  padding: 0;
}
#Blogs .card .text-container ul li {
  list-style: none;
  width: 50%;
  float: left;
  display: inline-block;
}
#Blogs .card .text-container ul li:first-child {
  text-align: left;
}
#Blogs .card .text-container ul li:last-child {
  text-align: right;
}
#Blogs .card .text-container ul li a {
  width: 100%;
  text-align: center;
  display: inline-block;
}
#Blogs .card .text-container ul li .ic-view {
  float: left;
  background: url("../images/view-ic.png");
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 10px;
}
#Blogs .card .text-container ul li .ic-share {
  float: right;
  background: url("../images/share-ic.png") no-repeat center;
  width: 50px;
  height: 35px;
  margin-top: -7px;
}
ul.share-like li .ic-share {
  float: right;
  background: url("../images/ic-share.png") no-repeat center;
  width: 30px;
  height: 30px;
  margin-top: 0px;
}
#Blogs .card .text-container ul li .blog-share, ul.share-like li .blog-share {
  float: right;
}
#Blogs .card .text-container ul li .social-share{
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 7px;
  z-index: 99;
  float: right;
  width: 50px;
  height: auto;
  text-align: center;
  margin-top: -110px;
  margin-left: -1px;
  display: none;
}

ul.share-like li .social-share {
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 7px;
  z-index: 99;
  float: right;
  width: 50px;
  height: auto;
  text-align: center;
  margin-top: 30px;
  margin-left: -10px;
  display: none;
}

#Blogs .card .text-container ul li .social-share .ic-facebook,
.Blogs ul li .social-share .ic-facebook, 
ul.share-like li .social-share .ic-facebook {
  background: url("../images/Blogs/ic-facebook.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
#Blogs .card .text-container ul li .social-share .ic-instagram, 
.Blogs ul li .social-share .ic-instagram,
ul.share-like li .social-share .ic-instagram {
  background: url("../images/Blogs/ic-instagram.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
#Blogs .card .text-container ul li .social-share .ic-whatsapp,
.Blogs ul li .social-share .ic-whatsapp, 
ul.share-like li .social-share .ic-whatsapp {
  background: url("../images/Blogs/ic-whatsapp.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}
#Blogs .card .text-container ul li .social-share .ic-twitter,
.Blogs ul li .social-share .ic-twitter, 
ul.share-like li .social-share .ic-twitter {
  background: url("../images/Blogs/ic-twitter.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}


#Blogs .card .text-container ul li .blog-share:hover .social-share, 
.Blogs ul li .blog-share:hover .social-share, 
ul.share-like li .blog-share:hover .social-share {
  display: block;
}
#Blogs .card-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#Blogs .card-right .cell {
  padding: 0;
  margin: 0;
}
#Blogs .card-right .img-container {
  width: auto;
  float: left;
}
#Blogs .card-right .img-container img {
  max-height: 270px;
}
#Blogs .card-right .text-container {
  padding: 30px 15px;
}
#Blogs .card-right .text-container p {
  margin-bottom: 0;
}
#Blogs .card-right .text-container ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
/* Blog Page */
.Blogs .card {
  width: 100%;
  float: left;
  border-radius: 0;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}
.Blogs .card:last-child {
  margin-bottom: 0;
}
.Blogs .card .img-container {
  width: 100%;
  float: left;
  border-radius: 0;
  padding: 0;
}
.Blogs .card .img-container img {
  border-radius: 0;
  width: 100%;
  max-height: 370px;
}
.Blogs .card .text-container {
  width: 100%;
  float: left;
  padding: 0;
}
.Blogs .card .text-container a h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.Blogs .card .text-container a h4:hover {
  opacity: .5;
}
.Blogs .card .text-container ul {
  margin: 0;
  padding: 0;
}
.Blogs .card .text-container ul li {
  list-style: none;
  width: 50%;
  float: left;
  display: inline-block;
}
.Blogs .card .text-container ul li {
  float: right;
  width: auto;
}
.Blogs .card .text-container ul li:first-child {
  text-align: left;
  float: left;
}
.Blogs .card .text-container ul li a {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.Blogs .card .text-container ul li .ic-view {
  float: left;
  background: url("../images/view-ic.png");
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 10px;
}
.Blogs .card .text-container ul li .ic-share {
  float: right;
  background: url("../images/share-ic.png") no-repeat center;
  width: 50px;
  height: 35px;
  margin-top: -7px;
}
.Blogs .card .text-container ul li .blog-share {
  float: right;
}
.Blogs .card .text-container ul li .social-share {
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 7px;
  z-index: 99;
  float: right;
  width: 50px;
  height: auto;
  text-align: center;
  margin-top: -110px;
  margin-left: -1px;
  display: none;
}
.Blogs .card .text-container .tags {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.Blogs .card .text-container .tags li {
  float: left;
  display: inline-block;
}
.Blogs .card .text-container .tags a {
  color: #a5a5a5;
  padding-right: 5px;
}
.Blogs .card .text-container ul li .social-share .ic-facebook {
  background: url("../images/Blogs/ic-facebook.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.Blogs .card .text-container ul li .social-share .ic-instagram {
  background: url("../images/Blogs/ic-instagram.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.Blogs .card .text-container ul li .social-share .ic-whatsapp {
  background: url("../images/Blogs/ic-whatsapp.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}
.Blogs .card .text-container ul li .blog-share:hover .social-share {
  display: block;
}
.Blogs .card .text-container ul li span {
  font-size: 13px;
}
.Blogs .card .text-container ul li span i.ic-date-time {
  background: url(../images/Blogs/ic-date-time.png);
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.TrendingBlogs {
  /*border-radius: 30px;*/
  border: 1px solid #d8d8d8;
  padding: 30px !important;
  width: 100%;
  float: left;
  padding-right: 0 !important;
  max-width: 370px;
}
.TrendingBlogs h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.TrendingBlogs .card .number-container {
  width: 100%;
  float: left;
}
.TrendingBlogs .card .number-container h2 {
  color: #C2282B;
  font-size: 48px;
  font-weight: 700;
}
.TrendingBlogs .card .text-container {
  width: 100%;
  float: left;
  padding: 0;
}
.TrendingBlogs .card .text-container a h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}

#Partners {
  padding: 20px 0;
}
/* Footer */
#Footer {
  background: #6c6c6c;
  padding: 40px 0 10px 0;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.footer-socials {
  margin: 30px 0;
  padding-bottom: 30px;
}
.footer-socials li {
  float: left;
  display: inline-block;
}
.footer-socials ul {
  margin: 0;
  padding: 0;
}
.footer-socials li a.facebook {
  background: url("../images/facebook.png") no-repeat;
  width: 32px;
  height: 32px;
  flaot: left;
  display: block;
  margin-right: 30px;
}
.footer-socials li a.instagram {
  background: url("../images/instagram.png") no-repeat;
  width: 32px;
  height: 32px;
  flaot: left;
  display: block;
  margin-right: 30px;
}
.footer-socials li a.twitter {
  background: url("../images/twitter.png") no-repeat;
  width: 32px;
  height: 32px;
  flaot: left;
  display: block;
}
#Footer h4 {
  color: #fff;
  font-weight: 700;
}
#Footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px
}
#Footer ul li {
  list-style: none;
}
#Footer ul li a {
  color: #fff;
  line-height: 30px;
}
#Footer ul li a:hover {
  opacity: .5;
}
.copyrights {
  margin-top: 50px;
  border-top: 1px solid #575757;
}
.footer-list li {
  float: left;
  display: inline;
}
.footer-list li:after {
  content: '|';
  padding-right: 5px;
  color: #fff;
}
.footer-list li:last-child:after {
  content: '';
  padding-right: 5px;
  color: #fff;
}
.footer-list li a {
  color: #fff;
  line-height: 30px;
  padding-right: 10px;
}
.footer-list li a:hover {
  opacity: .5;
}
.footer-list li span {
  color: #fff;
  line-height: 30px;
  padding-right: 10px;
}
.craftedby {
  color: #fff;
  line-height: 30px;
  padding-right: 10px;
  margin-top: 20px;
  float: right;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  background: #d8d8d8;
  border: none;
}
.plus-minus-input .input-group-field:focus {
  background: #fff;
  border: none;
}
/* Register Login Popup */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
  box-shadow: 0px 0px 10px #dfdfdf;
  z-index: 9999;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  border: none;
  max-width: 570px;
  min-height: 150px;
  /*border-radius: 30px;*/
  padding: 0;
  margin: 0 15px;
  margin: 0 auto;
}
.modal-content .container {
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  clear: both;
  top: 0;
  border: none;
}
.modal-content #RegisterLoginTabs ul {
  padding: 0;
  width: 100%;
  display: block;
  background: transparent;
  border: none !important;
  margin: 0;
}
.modal-content #RegisterLoginTabs li {
  width: 50%;
  line-height: 30px;
  text-align: center;
  list-style: none;
  display: block;
  float: left;
  border: none !important;
  border-bottom: 1px solid #d8d8d8 !important;
  background: transparent;
  padding: 0;
  margin: 0;
}
.modal-content #RegisterLoginTabs li a {
  line-height: 40px;
  font-size: 24px;
  background: transparent;
  color: #a5a5a5;
  font-weight: 400;
  border-bottom: none;
  border: none !important;
  outline: none;
  width: 100%;
  text-align: center;
}
.modal-content #RegisterLoginTabs li.is-active a {
  line-height: 30px;
  font-size: 24px;
  background: transparent;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
.modal-content #RegisterLoginTabs {
  margin: 0;
  list-style-type: none;
  margin-bottom: 50px;
  display: inline;
  padding: 0;
  float: left;
  width: 100%;
  background: #fff;
  /*border-radius: 30px;*/
  border: none !important;
}
.modal-content .ui-tabs .ui-tabs-panel {
  border-top: 0;
  background: transparent;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 50px;
  padding-bottom: 15px;
  border: none !important;
}
.modal-content .ui-tabs .ui-tabs-panel h4 {
  margin-bottom: 30px;
  font-weight: 700;
}
.modal-content .ui-tabs .ui-tabs-panel input {
  height: 50px;
  border: 1px solid #000;
}
.modal-content .ui-tabs .ui-tabs-panel input[type=checkbox] {
  height: auto;
  border: 1px solid #000;
}
.modal-content #RegisterLoginTabs li.ui-tabs-active a, .modal-content #RegisterLoginTabs li.ui-tabs-active a:focus {
  background: transparent;
  border: none !important;
  outline: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.modal-content #RegisterLoginTabs li.ui-tabs-active {
  border-bottom: 1px solid #000 !important;
}
.modal-content #RegisterLoginTabs .ui-tabs-panel a {
  color: #C2282B;
  text-decoration: underline;
}
.modal-content #RegisterLoginTabs .ui-tabs-panel a.forgotpassword {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding-top: 30px;
  float: right;
  font-weight: 400;
}
/* The Close Button */
.close {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  background: #d8d8d8;
  padding: 12px 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -15px;
  right: -15px;
  float: right;
  clear: both;
  position: absolute;
  z-index: 9999;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#forgotPassword-popup {
  padding: 40px;
}
#forgotPassword-popup .backtologin {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding-top: 30px;
  float: right;
  font-weight: 400;
}
#forgotPassword-popup .close {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  background: #d8d8d8;
  padding: 12px 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -65px;
  right: -65px;
  float: right;
  clear: both;
  position: relative;
  z-index: 9999;
}

.modalpopup {
  padding: 70px;
}
.modalpopup .backtologin {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding-top: 30px;
  float: right;
  font-weight: 400;
}
.modalpopup .close {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  background: #d8d8d8;
  padding: 12px 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -85px;
  right: -85px;
  float: right;
  clear: both;
  position: relative;
  z-index: 9999;
  opacity: 1;
}
.modal-content input {
  height: 50px;
  border: 1px solid #000;
}
.modal-content textarea {
  border: 1px solid #000;
}
/* The container */
.modal-content .ui-tabs-panel .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.modal-content .ui-tabs-panel .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 25px;
  border: none;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #C2282B;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Internal Pages */
.page-title {
  padding: 30px 0;
}
.page-title h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
}
#page-content {
  padding: 100px 0;
  padding-bottom: 0;
}
#page-content .content {
  padding: 65px 0px;
}
#page-content .content .content {
  padding: 0 !important;
}
.never-miss-story {
  background: #f1f1f1 url("../images/Blogs/never-miss-story.png") right no-repeat;
  /*border-radius: 30px;*/
  min-height: 270px;
  margin-top: 0px;
}
.never-miss-story .content {
  padding: 65px 50px !important;
  font-size: 15px;
}
.never-miss-story .content h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.never-miss-story .content p {
  padding: 0;
  margin: 0;
}
.never-miss-story .input-group-button {
  margin-left: -50px;
}
#loading {
  width: 100%;
  text-align: center;
}
#loading img {
  margin: 0 auto;
  margin-top: 50px;
}
.TrendingBlogs.stick {
  position: fixed;
  background: #fff;
}
.social-block {
  border: 1px solid #d8d8d8;
  padding: 30px;
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.social-block h3 {
  line-height: 50px;
  font-weight: 700;
}
.social-block .facebook {
  float: left;
  margin-right: 15px;
  background-image: url("../images/facebook-color.png");
  display: block;
  width: 48px;
  height: 48px;
}
.social-block .instagram {
  float: left;
  margin-right: 15px;
  background-image: url("../images/instagram-color.png");
  display: block;
  width: 48px;
  height: 48px;
}
.social-block .youtube {
  float: left;
  margin-right: 15px;
  background-image: url("../images/youtube-color.png");
  display: block;
  width: 69px;
  height: 48px;
}
.social-block .yolo-destine {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.social-block .yolo-destine h4 {
  line-height: 90px;
  font-weight: 700;
}
.social-block .yolo-destine img {
  float: left;
  margin-right: 30px;
}
.social-block p {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.social-block .button {
  width: 100%;
}
.blog-details {
  margin-top: 30px;
  text-align: left;
  width: 100%;
}
.blog-details img {
  border-radius: 0;
  width: 100%;
}
.blog-details a.button {
  margin: 30px auto;
}
.blog-details ul {
  margin: 0;
  padding: 0;
  margin-top: -30px;
  width: 100%;
  margin-bottom: 50px;
  float: left;
  padding-bottom: 15px;
}
.blog-details ul li {
  list-style: none;
  width: 50%;
  float: right;
  display: inline-block;
}
.blog-details ul li {
  float: right;
  width: auto;
}
.blog-details ul li:first-child {
  text-align: left;
  float: left;
}
.blog-details ul li a {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.blog-details ul li .ic-view {
  float: left;
  background: url("../images/view-ic.png");
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 10px;
}
.blog-details ul li .ic-share {
  float: right;
  background: url("../images/share-ic.png") no-repeat center;
  width: 50px;
  height: 35px;
  margin-top: -7px;
}
.blog-details ul li .blog-share {
  float: right;
}
.blog-details ul li .social-share {
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 7px;
  z-index: 99;
  float: right;
  width: 50px;
  height: auto;
  text-align: center;
  margin-top: -110px;
  margin-left: -1px;
  display: none;
}
.blog-details .tags {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
.blog-details .tags li {
  float: left;
  display: inline-block;
}
.blog-details .tags a {
  color: #a5a5a5;
  padding-right: 5px;
}
.blog-details ul li .social-share .ic-facebook {
  background: url("../images/Blogs/ic-facebook.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-details ul li .social-share .ic-instagram {
  background: url("../images/Blogs/ic-instagram.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-details ul li .social-share .ic-whatsapp {
  background: url("../images/Blogs/ic-whatsapp.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}
.blog-details ul li .blog-share:hover .social-share {
  display: block;
}
.blog-details ul li span {
  font-size: 13px;
}
.blog-details ul li span i.ic-date-time {
  background: url(../images/Blogs/ic-date-time.png);
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.blog-comment {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.blog-comment p {
  margin-bottom: 5px;
}
.blog-comment p:first-child {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.blog-comment p:nth-child(2) {
  margin-top: -5px;
  font-size: 13px;
  color: #a5a5a5;
}
.blog-comment .child-comment {
  padding-right: 70px;
  padding: 0 0 0 70px;
  margin-top: 15px;
}
.comments {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.comments p {
  margin-bottom: 5px;
}
.comments p:first-child {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.comments p:nth-child(3) {
  margin-top: 0px;
  font-size: 13px;
  color: #a5a5a5;
}
.comments .child-comment {
  padding-right: 70px;
  padding: 0 0 0 70px;
  margin-top: 15px;
}
.social-profiles {
  margin-top: 50px;
}
.profile-details ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.profile-details li {
  float: left;
  width: 50%;
  list-style: none;
}
.profile-details li:nth-child(2) {
  text-align: right;
}
.profile-details li .ic-birthday {
  width: 15px;
  height: 15px;
  background: url("../images/ic-birthday.png");
  display: inline-block;
  margin-right: 5px;
}
.search-block-page {
  background: #fff;
  box-shadow: 0 0 10px #dfdfdf;
  /*border-radius: 30px;*/
  padding: 15px 30px;
  margin-bottom: 0px;
}
.sticky.is-stuck.is-at-top .search-block-page{background:#fff;max-width:100%;border-radius:0;margin-top: 10px;margin-bottom: -10px;border-bottom: 2px solid #C2282B;}
.search-fix{    
	padding: 0 !important;
    /*margin: 0 !important;*/
    border-radius: 0 !important;}



.search-block-page .button {
  margin-top: 25px;
}
.sidebar {
  box-shadow: 0px 0px 10px #dfdfdf;
  /*border-radius: 30px;*/
  padding: 30px;
  height: auto;
  display: inline-block;
}
.sidebar h3 {
  font-weight: 700;
}
.sidebar .section {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.sidebar .section:last-child {
  margin-bottom: 0;
}
.sidebar h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.sidebar ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  list-style: none;
}
.sidebar ul li span {
  float: right;
  color: #a5a5a5;
}
.sidebar ul li .container {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
}
.sidebar ul li .container input {
  opacity: 0;
}
.farm-list {
  width: 100%;
  float: left;
}
.farm-list .card {
  border-radius: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
}
.farm-list .card:last-child {
  /*margin-bottom: 0;*/
}
.farm-list .card {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.farm-list .card .img-container img {
  height: 100%;
  border-radius: 0;
  min-height: 214px;
  border: 1px solid #ddd;
}
.farm-list .card .text-container {
  padding: 15px;
  width: 100%;
  float: left;
  text-align: left;
}
.farm-list .card .text-container h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700
}
.farm-list .card .text-container .location {
  background: #d8d8d8;
  /*border-radius: 30px;*/
  padding: 5px 10px;
  width: auto;
  position: relative;
  display: inline;
  margin: 0;
  font-size: 13px;
}
.farm-list .card .text-container .ic-location {
  background: url("../images/location-sm.png") no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.farm-list .card .rateandreview {
  float: left;
  text-align: right;
  width: 100%;
}
.farm-list .card .rateandreview h4 {
  margin: 0;
  width: 100%;
  text-align: right;
}
.farm-list .card .rateandreview p {
  margin-top: -5px;
  font-size: 13px;
  text-align: right;
  float: right;
}
.farm-list .card .rateandreview .rate .rate-ic {
  background: url("../images/rate-star.png");
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: inline-block;
}
.farm-list .card .rateandreview .rate .rate-text {
  top: -4px;
  font-size: 15px;
  position: relative;
  clear: both;
}
.farm-list .card .tags {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.farm-list .card .tags li {
  float: left;
  list-style: none;
  padding-right: 10px;
}
.farm-list .card ul {
  float: left;
  margin: 0;
  width: 100%;
}
ul.amenities {
  margin: 0;
  padding: 0;
  float: left;
}
ul.amenities li {
  list-style: none;
  width: 50%;
  float: left;
  line-height: 25px;
  font-size: 13px;
}
ul.amenities li img {
  float: left;
  margin-right: 15px;
  margin-top: 7px;
  width: auto;
  height: 15px;
}
ul.tags li a {
  text-decoration: underline;
  color: #000;
  font-size: 13px;
}
.price-preview {
  width: 100%;
}
.price-preview ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.price-preview li {
  font-size: 11px;
  color: #a5a5a5;
  list-style: none;
  line-height: 18px;
}
.price-preview li.org-price {
  font-size: 15px;
  color: #C2282B;
  text-decoration: line-through;
}
.price-preview li.discount {
  font-size: 15px;
  color: #65bc11;
}
.price-preview li.yousave {
  font-size: 15px;
  color: #a5a5a5;
}
.price-preview li.strgstline {
  font-size: 11px;
  color: #509b07;
  margin-top: 5px;
}
.price-preview li.final-price {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-top: 15px;
}
.farm-list .card .button {
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}
.sticky.is-stuck.is-at-top {
  background: #C2282B;
  z-index: 9999;
}
.sticky.is-stuck.is-at-top .top-bar {
  padding: 5px 15px;
}
.sticky.is-stuck.is-at-top .page-title {
  padding: 5px 0;
}
.sticky.is-stuck.is-at-top .search-block-page {
  padding: 5px 0;
  box-shadow: none;
}
/* Custom Dropdown */
select {
  display: none;
}
.select-dropdown {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #f6f6f6;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin-bottom: 30px;
  float: right;
  width: 270px;
  /*border-radius: 30px;*/
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #000;
  font-weight: 700;
  z-index: 1;
}
.select-dropdown span {
  font-weight: 400;
}
.select-dropdown:focus {
  background-color: #f1f1f1;
}
.select-dropdown:hover {
  background-color: #f3f3f3;
}
.select-dropdown:active, .select-dropdown.open {
  background-color: #f0f0f0 !important;
  border-color: #e4e4e4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  z-index: 3;
}
.select-dropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}
.select-dropdown.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select-dropdown.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.select-dropdown.open .option {
  cursor: pointer;
}
.select-dropdown.wide {
  width: 100%;
}
.select-dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.select-dropdown .list {
  box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  border-radius: 0 0 30px 30px;
  top: -6px;
  padding-top: 50px;
  z-index: -1;
}
.select-dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.select-dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.select-dropdown .option:hover, .select-dropdown .option:focus {
  background-color: #f6f6f6 !important;
}
.select-dropdown .option.selected {
  font-weight: 600;
}
.select-dropdown .option.selected:focus {
  background: #f6f6f6;
}
.select-dropdown ul {
  margin: 0;
  padding: 0;
}
.select-dropdown li {
  float: left;
  width: 100%;
}
.by {
  bottom: 12px;
  color: #aaa;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.farm-header {
  min-height: 150px;
}
.farm-content {
  margin-top: -160px;
}
.farm-details {
  display: inline-block;
  position: relative;
}
.farm-details {
  width: auto;
  float: left;
}
.farm-details .card {
  border-radius: 0;
  background: #fff;
  border: none;
  padding: 0;
}
.farm-details .card:last-child {
  margin-bottom: 0;
}
.farm-details .card {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.farm-details .card .img-container img {
  height: 100%;
  border-radius: 0;
  min-height: 214px;
}
.farm-details .card .text-container {
  padding: 0;
  width: 100%;
  float: left;
  text-align: left;
}
.farm-details .card .text-container h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.farm-details .card .text-container .location {
  background: #d8d8d8;
  /*border-radius: 30px;*/
  padding: 5px 10px;
  width: auto;
  position: relative;
  display: inline;
  margin: 0;
  font-size: 13px;
}
.farm-details .card .text-container .ic-location {
  background: url("../images/location-sm.png") no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.farm-details .card .rateandreview {
  float: left;
  width: auto;
  padding: 15px;
  text-align: left;
  padding-left: 30px;
  margin-top: 21px;
}
.farm-details .card .rateandreview h4 {
  margin: 0;
  width: auto;
  text-align: left;
  display: inline-block;
  float: left;
  bottom: 0;
}
.farm-details .card .rateandreview p {
  margin-top: 6px;
  font-size: 13px;
  text-align: right;
  float: left;
  padding-left: 10px;
}
.farm-details .card .rateandreview .rate .rate-ic {
  background: url("../images/rate-star.png");
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: inline-block;
}
.farm-details .card .rateandreview .rate .rate-text {
  top: -4px;
  font-size: 15px;
  position: relative;
  clear: both;
}
.farm-details .card .tags {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.farm-details .card .tags li {
  float: left;
  list-style: none;
  padding-right: 10px;
}
.farm-details .card ul {
  float: left;
  margin: 0;
  width: 100%;
}
.filter-button-mobile {
  background: url(../images/filter-button.png);
  width: 40px;
  height: 40px;
  float: right;
  display: none;
  margin-bottom: 15px;
}
.filter-button-mobile-close {
  background: url(../images/filter-close.png);
  width: 40px;
  height: 40px;
  float: right;
  display: none;
}
#pool, #lawn {
  display: none;
}
.farm-details .badge {
  position: absolute;
  left: 4px;
  top: 26px;
  width: 100%;
  background: transparent;
  z-index: 2;
}
.farm-details .badge .trending {
  background: url("../images/trending.png") no-repeat;
  display: block;
  width: auto;
  height: 30px;
}
.badge .exclusive {
  background: url("../images/exclusive.png") no-repeat;
  display: block;
  width: auto;
  height: 30px;
}
.farm-details .badge .budget {
  background: url("../images/budget.png") no-repeat;
  display: block;
  width: auto;
  height: 30px;
}
.farm-details .badge.after {
  width: 3px;
  height: 2px;
}
.farm-details .share-like {
  position: absolute;
  right: 30px;
  top: 26px;
  background: transparent;
  z-index: 2;
  margin: 0;
  padding: 0;
  float: right;
  width: auto;
}
.farm-details .title {
  width: auto;
  float: left;
  font-size: 18px;
  font-weight: 700;
}
.farm-details .share-like li {
  float: left;
  list-style: none;
  padding-right: 8px;
}
.farm-details .share-like li a .ic-like {
  background: url("../images/ic-like.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.farm-details .share-like li a .ic-like-rev {
  /*Prachi - (29/01/2025) Changed image for better icon */
  background: url("../images/readheart.png") no-repeat; 
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.farm-details .share-like li a .ic-share {
  background: url("../images/ic-share.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.farm-details .text {
  float: left;
}
.farm-details ul {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: inline-block;
}
.farm-details ul.border {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.farm-details li {
  float: left;
  padding-right: 15px;
  list-style: none;
}
.farm-details .room-amenities {
  background: #f1f1f1;
  padding: 0;
  width: 100%;
  margin: 15px 0 !important;
  float: left;
  border-left: none;
  border-right: none;
  line-height: 50px;
  padding: 5px 30px;
  border-radius: 0;
}
.farm-details .room-amenities li {
  padding-right: 15px; /* border-right:1px solid #d8d8d8; */ padding: 15px 15px 15px 0;
}
.farm-details .section {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  display: inline-block;
}
.farm-details .section .amenities img {
  height: 18px
}
.farm-details .section h5 span {
  font-weight: normal;
}
.farm-details ul.amenities li {
  list-style: none;
  width: 50%;
  float: left;
  line-height: 40px;
  font-size: 15px;
}
.sparkling {
  border-radius: 30px;
  width: 100%;
  float: left;
  padding: 10px;
  border: 1px solid #d8d8d8;
  line-height: 30px;
}
.ic-sparkling {
  background: url("../images/ic-sparkling.png") no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  float: left;
  margin: 0 15px;
}
.ic-review {
  background: url("../images/review-star.png") no-repeat;
  display: inline-block;
  width: 95px;
  height: 15px;
  padding-right: 10px;
  float: left;
  margin: 5px 15px;
  float: left;
  position: relative;
  display: inline-table;
}
.avg-rating {
  text-align: right;
  float: left;
  width: 100% !important;
}
.avg-rating li {
  width: 100%;
  float: left;
  display: inline-block;
  line-height: 36px;
}
.avg-rating li span {
  float: left;
}
.rating-star {
  width: auto; /* float: right; */ display: inline-flex;
}
.rating-star .star-full {
  background: url("../images/star-full.png") no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  margin: 0 8px 0 0;
  float: left;
  position: relative;
  display: inline-grid;
}
.rating-star .star-half {
  background: url("../images/star-half.png") no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 5px;
  float: left;
  position: relative;
  display: block;
}
.rating-star .star-disable {
  background: url("../images/star-disable.png") no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 10px;
  float: left;
  margin: 0 5px;
  float: left;
  position: relative;
  display: block;
}
.farm-thumb .card {
  border-radius: 0;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 120px;
}
.farm-thumb .card .container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.farm-thumb .card .bg-overlay {
  border-radius: 0;
  z-index: 1;
}
.farm-thumb .card .container .img img {
  width: 100%;
  float: left;
  background-size: cover;
  border-radius: 0;
  z-index: 3;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  min-height: 120px;
}
.farm-thumb:first-child > .card .container .img img {
  min-height: 200px;
}
.farm-thumb .card .icon {
  text-align: center;
  padding: 15px;
  bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  display: none;
}
.farm-thumb .card .title {
  text-align: center;
  padding: 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.farm-thumb .card .container:hover .img img {
  transform: scale(1.5);
}
.yolo-farm-gallery.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 350px;
}
.checkout-block {
  background: #fff;
  border: 1px solid #d8d8d8;
  /*border-radius: 30px;*/
  padding: 0px;
  display: inline;
  float: left;
  /*padding-bottom: 15px;*/
}
.checkout-block.stick {
  position: fixed;
  background: #fff;
  max-width: 370px;
}
.checkout-block .section:first-child {
  padding: 15px 30px;
  background: #d8d8d8;
}
.checkout-block .section {
  padding: 0px;
}
.divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.price-preview li .left {
  float: left;
  width: 70%;
  text-align: left;
}
.price-preview li .right {
  float: left;
  width: 30%;
  text-align: right;
}
.price-preview li .right p {
  margin: 0;
}
.checkout-block .price-preview li {
  padding: 0 30px;
  margin-bottom: 5px;
}
.price-preview li .button {
  width: 100%;
}
.price-preview .base {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 15px !important;
  color: #000;
}
.price-preview .base h4 {
  font-size: 15px;
  font-weight: 400;
  width: auto;
  display: inline-block;
}
.price-preview .base span {
  float: right;
  text-align: right;
  font-size: 15px;
}
.price-preview .promo {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 15px;
  color: #198c19;
}
.price-preview .promo h5 {
  font-size: 15px;
  font-weight: 400;
  width: auto;
  display: inline-block;
}
.price-preview .promo p {
  margin-top: -5px;
}
.price-preview .promo span {
  float: right;
  text-align: right;
  font-size: 15px;
}
.price-preview .taxes-services {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 15px;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
}
.price-preview .taxes-services h5 {
  font-size: 15px;
  font-weight: 400;
  width: auto;
  display: inline-block;
}
.price-preview .taxes-services span {
  float: right;
  text-align: right;
  font-size: 15px;
}
.price-preview .total-payable {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 18px;
  color: #000;
  /*border-bottom: 1px solid #f1f1f1;*/
  color: #a5a5a5
}
.price-preview .total-payable h5 {
  font-size: 16px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
}
.price-preview .total-payable span {
  float: right;
  text-align: right;
  font-size: 16px;
  /*text-decoration: line-through;*/
  color: #a5a5a5;
  line-height: 30px;
  text-decoration: line-through;
}
.price-preview .today-price {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 18px;
  color: #000;
  border-bottom: none;
  color: #a5a5a5
}
.price-preview .today-price h5 {
  font-size: 18px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  color: #198c19;
}
.price-preview .today-price span {
  float: right;
  text-align: right;
  font-size: 18px;
  ine-height: 30px;
  color: #198c19;
  font-weight: 500;
}
.price-preview .person-price {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 15px;
  color: #848484;
  border-bottom: 1px solid #f1f1f1;
}
.price-preview .person-price h5 {
  font-size: 13px;
  font-weight: 700;
  width: auto;
  display: inline-block;
}
.price-preview .person-price span {
  float: right;
  text-align: right;
  font-size: 13px;
}
.price-preview .after-discount {
  width: 100%;
  float: left;
  line-height: normal;
  padding-top: 15px;
  color: #000;
  background: #d8d8d8;
  padding: 5px 30px !important;
Line-height:27px;
}
.price-preview .after-discount h5 {
  font-size: 18px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  margin-bottom: 0px;
}
.price-preview .after-discount span {
  float: right;
  text-align: right;
  font-size: 18px;
}
.price-preview li.guaranty-price-line{
	color: #c2282b !important;
}
.price-preview li.policy-line{
	text-align: center;
	float: left;
	width: 100%;
	color: #888;
	font-size: 12px;
}
.price-preview li.last-child {
  text-align: center;
  font-size: 13px;
}
.price-preview li.last-child p {
  margin: 0;
}
ul.kit-provide {}
ul.kit-provide li {	
  padding: 10px 30px;
  color: #C2282B;
  background: #000000;
  color: #fff;
  border: 1px dashed #ffffff;
}
.term-condition {
  /*border-radius: 30px;*/
  padding: 30px;
  float: left;
  width: 100%;
  margin-top: 20px;
  background: #f1f1f1;
  font-size: 12px;
}
.term-condition ul {
  margin: 0;
  padding: 0;
}
.term-condition li {
  float: left;
  line-height: 20px;
  width: 100%;
  float: left;
}	


/* Start Custom CSS */

.preloader {
  background-color: #f56a6e;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


.strbookedmsg{
	color: #fff;
	font-size: 13px;
	background: #C2282B;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
	padding: 2px 10px;
}

.icon-compkit{
	width: 24px;
}

#kititem-popup, #addressModal-popup, #cancelpolicy-popup, #cancelbook-popup {
  padding: 20px;
}
#kititem-popup .close, #addressModal-popup .close, #cancelpolicy-popup .close, #cancelbook-popup .close {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  background: #d8d8d8;
  padding: 12px 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -40px;
  right: -40px;
  float: right;
  clear: both;
  position: relative;
  z-index: 9999;
  opacity: 1;
}

.clscheckoutpage .order-detail-content,.clscheckoutpage .cart_list{
	padding: 0;
}
.clscheckoutpage .payamttext span{
	font-size: 25px;
	vertical-align: middle;
}
.clscheckoutpage .captchablock{
	margin-bottom: 30px;
}
.clscheckoutpage .totalcaldiv label{
	text-transform: uppercase;
	font-weight: 500;
	
}
.clscheckoutpage .totalcaldiv .clsprice{
	margin-bottom: 10px;
}
.clscheckoutpage .product-titleDiv, .clscheckoutpage .product-mainDiv{
	border: 1px solid #333;
}

.clscheckoutpage .chargediv
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	
}
.clscheckoutpage .kitchargedivcls
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.clscheckoutpage .mettersDiv
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.clscheckoutpage .product-mainDiv.farmdetailsDiv
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: none;
}

.clscheckoutpage .product-mainDiv.extraservicebordercls
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.clscheckoutpage .product-titleDiv{
	background: #333;
	color: #fff;
}
.clscheckoutpage .product-mainDiv{
	padding: 15px;
}
.clscheckoutpage .productimg{
	padding: 0;
	text-align: center;
}
/* End Custom CSS */

/****** Start CSS For Coupon Box ******/
.clscheckoutpage .couponDiv{
	margin-top: 40px;
	padding: 0;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form {
  width: 100%;
  height: 46px;
  /*border: 1px solid #2F2F2F;*/
  position: relative;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form input {
  border: 1px solid #2F2F2F;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  color: #333;
  font-weight: 600;
  /*border-radius: 8px;*/
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form input.error {
  background: rgba(255, 0, 0, 0.4);
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form label.error {
  display: none !important;
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form button[type=submit] {
  border: none;
  outline: none;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #000;
  border: 1px solid #000;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 9px 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  /*border-radius: 8px;*/
}
.clscheckoutpage .subscribe-form-wrap form.mailchimp-form button[type=submit]:hover {
  color: #000;
  background: #f5f5f5;
}

.clscheckoutpage .applycouponDiv{
	margin-top: 40px;
	padding: 0;
	border: 1px solid #999;
	padding: 10px 5px;
}
.clscheckoutpage .applycouponDiv #removecode{
	margin-left: 15px;
	padding: 4px 15px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.clscheckoutpage .applycouponDiv #removecode:hover{
	color: #000;
	background: #f5f5f5;
	border: 1px solid #000;
}
/****** End CSS For Coupon Box ******/

.home-reviewdescr{
	height: 72px;
	overflow: hidden;
}

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

.home-header{
	min-height: 190px;
}
.home-slider{
	margin-top: -85px;
}
#WhyBookWithUs h4.title{
	font-size: 14px;
}
.clsblogpage #page-content{
	padding: 40px 0 10px 0;
}
.clsblogpage .Blogs.content {
	padding: 40px 0px 10px 0px !important;
}


.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgb(255, 255, 255);
  opacity: 0.95;
}
.preloader img {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  margin: -20px;
}

.greyloader {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*z-index: 999999;*/
  background: rgb(255, 255, 255);
  opacity: 0.95;
}
.greyloader img {
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  width: 70%;
}

.menu li:hover .dropdown-content {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}
.dropdown-content a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
	background-color: #ffc3c3;
}
.menu-log .user-ic {
  background: url("../images/user-ic-hover.png") no-repeat center;
  margin-top: -2px;
}

.clsfarmpage #page-content{
	padding: 20px 0;
}

.clsfarmpage .sticky-container{
	min-height: 150px;
}
.clsfarmpage .search-fix{
	margin-top: -80px;
}

/***** Start For Fixed Serch Form in Farm Page *****/
.menu-fixed {
  z-index: 999;
  top: 0;
  border-bottom: 2px solid #db1e22;
  position: fixed;
  width: 100%;
  margin-top: 0px !important;
}
.menu-fixed .page-title {
  padding: 0;
}
.menu-fixed .page-title .search-block-page {
  max-width: 100%;
  padding: 10px 30px 5px 30px;
}

/***** Start For Fixed Serch Form in Farm Page *****/

.clstermspage #page-content{
	padding: 40px 0;
}
.clsblogdetailpage #page-content{
	padding: 20px 15px;
}
.location .browselocation{
	float: left;
	margin-top: -1px;
}
.clsblogdetailpage .blog-details ul{
	margin-bottom: 10px;
}

.clsfarmdetailpage .ratingimg li{
	padding-right: 3px;
	margin-bottom: 3px;
}
.clsfarmdetailpage .ratingimg li img{
	max-width: 160px;
	max-height: 60px;
}
.clsfarmdetailpage .review-section{
	margin-top: 40px;
}
.clsfarmdetailpage .comment-section{
	margin-top: 0px;
}
.clsfarmdetailpage .review-section .rating-star .star-full, .clsfarmdetailpage .review-section .rating-star .star-disable{
	margin-left: 5px;
	margin-right: 5px;
	/*margin-top: 6px;*/
}



/****** Rating CSS ******/
.itemrating {
    float:left;
}
.itemrating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.itemrating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.itemrating:not(:checked) > label {
    float:right;
    width:1.1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:250%;
    line-height:1.2;
    color:#e0e0e0;
}
.itemrating:not(:checked) > label:after{
	background:none;
}
.itemrating:not(:checked) > label:before {
    content: '★ ';
	border:none;
	position:relative;
	background:none;
}
.itemrating > input:checked ~ label {
    color: gold;
}
.itemrating:not(:checked) > label:hover,
.itemrating:not(:checked) > label:hover ~ label {
    color: gold;
}
.itemrating > input:checked + label:hover,
.itemrating > input:checked + label:hover ~ label,
.itemrating > input:checked ~ label:hover,
.itemrating > input:checked ~ label:hover ~ label,
.itemrating > label:hover ~ input:checked ~ label {
    color: gold;
}

#ratereviewModal .modalpopup{
	padding: 40px;
}
#ratereviewModal .modalpopup .close{
	margin-top: -65px;
	right: -65px;
}


/** Start Button CSS For Rating **/
/* Button General */
.btn {
  font-size: 14px;
  padding: 7px 20px 7px 20px;
  border: none;
  background: #e4e4e4;
  color: inherit;
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  margin-left: 3px;
  font-weight: 500;
  display: initial;
}
.btn:hover {
  background-color: #eeeeee;
  color: #666;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-xs {
  font-size: 11px;
  padding: 3px 8px;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 14px;
}
.btn-lg {
  font-size: 16px;
  padding: 10px 30px;
}
.btn-xl {
  font-size: 20px;
  padding: 14px 30px;
}
.btn .fa {
  font-size: 15px;
  /*margin-right: 5px;*/
}
.btn-icon {
  /*padding-left: 10px;
  padding-right: 10px;*/
	padding: 3px 7px;
}
.btn-icon .fa {
  margin: 0;
  font-size: normal;
}
.btn-rounded {
  border-radius: 999px;
}
.btn-square {
  border-radius: 0;
}
.btndiv .btn {
  margin-bottom: 10px;
}
/* Button Default */
.btn-default {
  background-color: rgba(219, 43, 41, 0.7);
   border-color: rgba(219, 43, 41, 0.7);
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: rgba(219, 43, 41, 0.8);
    border-color: rgba(219, 43, 41, 0.8);
    color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #41586e;
    border-color: #41586e;
    color: #ffffff;
}
.btn-default .badge {
  color: #41586e;
  background-color: #fff;
}
/* Button Primary */
.btn-primary {
  background-color: #41586e;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #41586e;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #2c4a69;
  box-shadow: none;
  color: #fff;
}
.btn-primary .badge {
  color: #33577b;
  background-color: #fff;
}
/* Button white */
.btn-white {
  background-color: #e4e4e4;
  color: #666;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-color: #eeeeee;
  color: #666;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background: #d7d7d7;
  box-shadow: none;
  color: #666;
}
.btn-white .badge {
  color: #e4e4e4;
  background-color: #fff;
}
/* Button toggle */
.btn-toggle {
  background-color: #e4e4e4;
  color: #666;
  border-size: 4px;
  border-size: 5px;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background-color: #eeeeee;
  color: #666;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background: #d7d7d7;
  box-shadow: none;
  color: #666;
}
.btn-toggle .badge {
  color: #e4e4e4;
  background-color: #fff;
}
/* Button light */
.btn-light {
  background-color: #fff;
  color: inherit;
  border: 1px solid #BDC4C9;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-color: #f9f9f9;
  color: inherit;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-default {
  box-shadow: none;
  color: inherit;
}
/* Button Success */
.btn-success {
  background-color: #26a65b;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color:#26a65b;
  color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #219150;
  box-shadow: none;
  color: #fff;
}
.btn-success .badge {
  color: #26a65b;
  background-color: #fff;
}
/* Button Info */
.btn-info {
  background-color: #51b7a3;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #5fbdab;
  color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #46a995;
  box-shadow: none;
  color: #fff;
}
.btn-info .badge {
  color: #51b7a3;
  background-color: #fff;
}
/* Button Warning */
.btn-warning {
  background-color: #f39c12;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #f4a425;
  color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #e08e0b;
  box-shadow: none;
  color: #fff;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #fff;
}
/* Button Danger */
.btn-danger {
  background-color: #ef4836;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #f15949;
  color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #ed321e;
  box-shadow: none;
  color: #fff;
}
.btn-danger .badge {
  color: #ef4836;
  background-color: #fff;
}	
.sbreviewDiv{
	margin-top: 20px;
}
#ratereviewModal .modalpopup .file-preview .close{
	display: none;
}
/** End Button CSS For Rating **/	

/****** Rating CSS ******/

.register_form .clsalrereg{
	margin-top: 15px;
}
.register_form .socialbtn{
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.62857143;
	cursor: pointer;
}
.register_form .btnregDiv .button{
	padding: 13px 50px;
}
.clscheckoutpage .aadharDiv{
	margin-bottom: 15px;
}
.clscheckoutpage .aadharnumber{
	margin-bottom: 0;
}
.clscheckoutpage .aadharnote{
	font-size: 12px;
	color: #C2282B;
	font-style: italic;
}


/* Start For My Account */
.clsmyaccpage .page-title {
  text-align: center;
}
.clsmyaccpage .breadcrumbs {
  margin: 0 auto;
  display: inline-block;
}
.clsmyaccpage .breadcrumbs li {
  color: #fff;
  text-transform: none;
  font-size: 15px;
}
.clsmyaccpage .breadcrumbs li a {
  color: #fff;
}
.clsmyaccpage .breadcrumbs li span {
  color: #fff;
  opacity: .5 !important;
}
.clsmyaccpage .accordion {
  margin-top: 0px;
  padding: 30px;
  background: transparent;
}
.clsmyaccpage .accordion ul {
  margin: 0;
  padding: 0;
}
.clsmyaccpage .accordion li {
  width: 100% !important;
}
.clsmyaccpage .accordion li:hover {
  background: transparent !important;
}
.clsmyaccpage .accordion-title {
  font-size: 15px;
  color: #000000 !important;
  font-weight: bold;
  border: none;
  padding: 30px 0;
}
.clsmyaccpage :last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.clsmyaccpage .accordion-content {
  display: none;
  padding: 15px 0;
  border: none;
  border-bottom: 0;
  color: #0a0a0a;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  background: transparent;
}
.clsmyaccpage .accordion-content p {
  margin: 0;
}
.clsmyaccpage .accordion-title::before {
  color: #C2282B;
}
.clsmyaccpage .accordion-title:hover, .clsmyaccpage .accordion-title:focus {
  background-color: transparent;
}
.clsmyaccpage .accordion-item li {
  width: 50% !important;
  float: left;
  text-align: left;
  padding-left: 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.clsmyaccpage .accordion-item li span {
  font-weight: 700;
  width: auto;
  display: inline-flex;
  color: #C2282B
}
.clsmyaccpage .accordion-item li span:last-child {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
.clsmyaccpage table th {
  background: #C2282B;
  color: #fff;
}
.clsmyaccpage table td {
  vertical-align: top;
}
.clsmyaccpage .myaccount {
  margin: 0 auto;
}
.clsmyaccpage .myaccount i {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  display: block;
  margin-bottom: 15px;
}
.clsmyaccpage .myaccount .profile {
  background: url("../images/myaccount/profile.png") no-repeat center;
}
.clsmyaccpage .myaccount .booking {
  background: url("../images/myaccount/booking.png") no-repeat center;
}
.clsmyaccpage .myaccount .address {
  background: url("../images/myaccount/address.png") no-repeat center;
}
.clsmyaccpage .myaccount .wishlist {
  background: url("../images/myaccount/wishlist.png") no-repeat center;
}
.clsmyaccpage .myaccount a span {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.clsmyaccpage .myaccount li {
  width: 25%;
  display: inline-grid;
}
.clsmyaccpage .tabs-title a {
  float: left;
  padding: 15px 30px;
}
.clsmyaccpage .tabs-title > a:hover, .clsmyaccpage .tabs-title > a:focus, .clsmyaccpage .tabs-title > a[aria-selected='true'] {
  background: #C2282B;
  color: #fff;
}
.clsmyaccpage .myaccount li a {
  font-size: 15px;
  color: #000;
}
.clsmyaccpage .myaccount li:hover {
  background: #C2282B;
}
.clsmyaccpage .myaccount li.is-active .profile, .clsmyaccpage .myaccount a:hover .profile {
  background: url("../images/myaccount/profile-active.png") no-repeat center;
}
.clsmyaccpage .myaccount li.is-active .booking, .clsmyaccpage .myaccount a:hover .booking {
  background: url("../images/myaccount/booking-active.png") no-repeat center;
}
.clsmyaccpage .myaccount li.is-active .address, .clsmyaccpage .myaccount a:hover .address {
  background: url("../images/myaccount/address-active.png") no-repeat center;
}
.clsmyaccpage .myaccount li.is-active .wishlist, .clsmyaccpage .myaccount a:hover .wishlist {
  background: url("../images/myaccount/wishlist-active.png") no-repeat center;
}
.clsmyaccpage .myaccount .tabs {
  width: 100%;
  border: none;
  background: transparent;
}
.clsmyaccpage .myaccount .tabs-content {
  width: 100%;
  border: none;
  padding: 15px 30px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 50px #dfdfdf;
}
.clsmyaccpage .tabs-panel .close {
  background: #C2282B;
  padding: 10px;
  color: #fff;
  display: inline;
  position: relative;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 10px;
  left: -30px;
  top: 15px;
  border-radius: 0;
}
.clsmyaccpage .gridlist {
  width: 100%;
  float: left;
}
.clsmyaccpage .gridlist li {
  float: left;
  padding-bottom: 15px;
  border: none;
  display: inherit;
  width: 100% !important;
}
.clsmyaccpage .gridlist li:first-child {
  width: 100% !important;
  float: left;
}
.clsmyaccpage .gridlist .gridlist li {
  float: left;
  padding-bottom: 15px;
  border: none;
  display: inherit;
  width: 50% !important;
}
.clsmyaccpage .gridlist li span {
  font-size: 15px;
  display: inline-grid;
}
.clsmyaccpage .gridlist li span:nth-child(odd) {
  font-size: 15px;
  color: #C2282B;
}
.clsmyaccpage .gridlist li span:nth-child(even) {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  padding: 0 5px;
}
.clsmyaccpage .gridlist li li span:nth-child(odd) {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}
.clsmyaccpage .gridlist li li span:nth-child(even) {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  padding: 0 5px;
}
.clsmyaccpage .booking-content {
  margin-bottom: 30px;
}
.clsmyaccpage .booking-content h4 {
  padding-top: 15px;
}
.clsmyaccpage .bookingtable td p {
  font-style: italic;
  color: #a5a5a5;
}
/*.bookingtable img {width:100%; }*/
.clsmyaccpage .gridlist-price {
  width: 100% !important;
  text-align: right;
  float: left;
}
.clsmyaccpage .gridlist-price li {
  width: 100% !important;
  display: inline-flex;
}
.clsmyaccpage .gridlist-price li span:nth-child(odd) {
  font-size: 15px;
  color: #C2282B;
  width: 70%;
  float: left;
}
.clsmyaccpage .gridlist-price li span:nth-child(even) {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  padding: 0 5px;
  width: 30%;
  float: left;
  text-align: right !important;
  display: inline;
}
.clsmyaccpage #tab-booking .accordion-title {
  padding: 0;
}
.clsmyaccpage .address-card {
  display: block;
  min-height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px #dfdfdf;
  padding: 15px;
}
.clsmyaccpage .address-card h3 {
  font-size: 18px;
  font-weight: normal;
}
.clsmyaccpage .address-card p {
  float: left;
  width: 100%;
}
.clsmyaccpage .farms .card {
  border-radius: 0;
  display: block;
  min-height: auto;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px #dfdfdf;
  padding-bottom: 15px;
  position: relative;
}
.clsmyaccpage .farms .card .img-container {
  position: relative;
  width: 100%;
  min-height: 214px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  padding: 10px;
}
.clsmyaccpage .farms .card .img-container .badge {
  position: absolute;
  left: -3px;
  top: 26px;
  width: 100%;
  background: transparent;
  z-index: 2;
}
.clsmyaccpage .farms .card .text-container {
  padding: 30px;
  text-align: left;
}
.clsmyaccpage .farms .card .text-container .ic-location {
  background: url("../images/location-sm.png");
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.clsmyaccpage .farms .card .text-container h4 {
  font-weight: 700;
  margin: 0;
}
.clsmyaccpage .farms .card .text-container p {
  font-size: 15px;
}
.clsmyaccpage .farms .card .text-container h5 {
  font-size: 11px;
  font-style: italic;
}
.clsmyaccpage .farms .card .text-container .button {
  width: 100%;
}
.clsmyaccpage .farms .card .text-container .rate {
  border-radius: 0px;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border: 1px solid #000;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 49%;
  right: 30px;
  padding: 5px;
}
.clsmyaccpage .farms .card .text-container .rate .rate-ic {
  background: url("../images/rate-star.png");
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: inline-block;
}
.clsmyaccpage .farms .card .text-container .rate .rate-text {
  top: -10px;
  font-size: 13px;
  position: relative;
  clear: both;
}
.clsmyaccpage .farms .card .img img {
  width: 100%;
  float: left;
  background-size: cover;
  border-radius: 0;
  z-index: 3;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
}
.clsmyaccpage .farms .card .icon {
  text-align: center;
  padding: 15px;
  bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  display: none;
}
.clsmyaccpage .farms .card .title {
  text-align: center;
  padding: 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.clsmyaccpage .farms .card .container:hover .img img {
  transform: scale(1.5);
}









.alert-box {
  padding-right: 3.25rem;
  width: 100%;
}

.alert-box.callout {
  color: #fefefe;
  font-weight: bold;
}

.alert-box.alert {
  border: 3px solid #cc4b37;
  border-radius: 5px;
  background-color: rgba(204, 75, 55, 0.2);
}

.alert-box.warning {
  border: 3px solid #ffae00;
  border-radius: 5px;
  background-color: rgba(255, 174, 0, 0.2);
}

.alert-box.danger {
  border: 3px solid #de2d0f;
  border-radius: 5px;
  background-color: #f04124;
}

.alert-box.success {
  border: 3px solid #3a945b;
  border-radius: 5px;
  background-color: #43AC6A;
}

.alert-box.info {
  border: 3px solid #1779ba;
  border-radius: 5px;
  background-color: rgba(23, 121, 186, 0.2);
}

.alert-box i {
  border: 2px solid #fefefe;
  border-radius: 50%;
  padding: .3em .325em;
  margin-right: 0.5rem;
}

.alert-box .close-button {
  color: rgba(254, 254, 254, 0.5);
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  font-weight: bold;
}

.clsmyaccpage .bookingtable .img{
	text-align: center;
}
.clsmyaccpage .bookingtable .img .extservimg{
	max-width: 100px;
}
.clsmyaccpage .booking-content .btnbookcancel{
	float: right;
}

.clsmyaccpage select {
  display: block;
}
/* End For My Account */


/* Start For About Page */
.clsaboutpage #page-content{
	padding: 50px 0;
}
.clsaboutpage .textblock .block, .clsfaqpage .textblock .block {
  background: #fff;
  box-shadow: 0px 0px 50px #dfdfdf;
}
.clsaboutpage .section-title {
  margin: 20px 0;
}
.clsaboutpage .mt0 {
  margin-top: 0;
}
.clsaboutpage .p0 {
  padding: 0 !important;
}
.clsaboutpage .textblock h3 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  padding: 50px;
  padding-bottom: 0;
  text-align: right;
  line-height: 40px;
}
.clsaboutpage .textblock h3 img {
  float: left;
  fill: #000;
}
.clsaboutpage .textblock h3.title {
  background: #f1f1f1;
  padding: 30px;
  color: #000;
  font-weight: normal;
  text-align: left;
}
.clsaboutpage .textblock h3.title-bg {
  background: #fff;
  padding: 30px;
  color: #000;
  font-weight: normal;
  text-align: left;
}
.clsaboutpage .textblock p {
  margin-top: 0px;
  padding: 15px 0 0 0;
}
.team .card {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  text-align: center;
  transition: .5s;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.clsaboutpage .team .card:hover {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 50px #dfdfdf;
  border: 1px solid #fff;
}
.clsaboutpage .team .card .section {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.clsaboutpage .team .card .section img {
  width: 100%;
  max-height: 190px;
  margin: 0 auto;
  margin-bottom: 30px;
  min-height: 190px;
  object-fit: cover;
}
.clsaboutpage .team .card .section h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.clsaboutpage .team .card .section p {
  font-size: 13px;
}
.clsaboutpage .team .card .section a {
  font-size: 12px;
}
.clsaboutpage .career-block {
  background: #f1f1f1;
  padding: 30px;
  margin-top: 50px;
}
.clsaboutpage .career-block h3.title {
  padding: 70px 0;
  font-size: 24px;
  line-height: 48px;
  padding-left: 50px;
}
.clsaboutpage .career-block h3.title:before {
  width: 5px;
  height: 50px;
  float: left;
  margin-right: 30px;
  content: '';
  background: #C2282B;
  line-height: normal;
}
.clsaboutpage .career-block p {
  padding-top: 70px;
  font-size: 18px;
}
/* End For About Page */


/* Start For FAQ Page */
.clsfaqpage #page-content{
	padding: 50px 0;
}
.clsfaqpage .accordion {
  margin-top: 0px;
  padding: 30px;
  background: transparent;
}
.clsfaqpage .accordion ul {
  margin: 0;
  padding: 0;
}
.clsfaqpage .accordion li {
  width: 100% !important;
}
.clsfaqpage .accordion li:hover {
  background: transparent !important;
}
.clsfaqpage .accordion-title {
  font-size: 15px;
  color: #000000 !important;
  font-weight: bold;
  border: none;
  padding: 30px 0;
}
.clsfaqpage :last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.clsfaqpage .accordion-content {
  display: none;
  padding: 15px 0;
  border: none;
  border-bottom: 0;
  color: #0a0a0a;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  background: transparent;
}
.clsfaqpage .accordion-content p {
  margin: 0;
}
.clsfaqpage .accordion-title::before {
  color: #C2282B;
}
.clsfaqpage .accordion-title:hover, .clsfaqpage .accordion-title:focus {
  background-color: transparent;
}
.clsfaqpage .accordion-item li {
  width: 50% !important;
  float: left;
  text-align: left;
  padding-left: 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.clsfaqpage .accordion-item li span {
  font-weight: 700;
  width: auto;
  display: inline-flex;
  color: #C2282B
}
.clsfaqpage .accordion-item li span:last-child {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.faqnodata{
	min-height: 100px;
}
.faqnodata div.faqnocontent{
	padding: 50px 0;
	text-align: center;
}
/* End For FAQ Page */


/* Start For Enquiry Page */
.clsenquirypage .enquiry-card, .clscareerpage .enquiry-card {
  margin-top: -100px;
}
.clsenquirypage .enquiry-card .block, .clscareerpage .enquiry-card .block {
  border-radius: 0;
  display: block;
  min-height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 0px 50px #dfdfdf;
  padding: 0;
  margin-top: 50px;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.clsenquirypage .enquiry-card .block, .clscareerpage .enquiry-card .block {
  padding: 0 50px;
  background: #ffffff;
  /* box-shadow: none; */
  margin-top: 0;
}
.clsenquirypage .enquiry-card h3 , .clscareerpage .enquiry-card h3 {
  text-align: left;
  color: #000000;
  width: 100%;
  font-weight: 700;
  padding: 30px 15px;
  padding-bottom: 0;
}
.clsenquirypage .enquiry-card h5, .clscareerpage .enquiry-card h5 {
  text-align: left;
  color: #000000;
  width: 100%;
  font-weight: 400;
  padding: 30px 15px;
}
.clsenquirypage .enquiry-card select, .clscareerpage .enquiry-card select, .clshomepage .homesearchform select, .clsfarmpage .banner-booking-form select, #location-popup select {
  display: block;
  font-size: 15px;
}
.clsenquirypage input,.clsenquirypage  select, .clscareerpage input,.clscareerpage  select {
  height: 50px;
  border: 1px solid #000 !important;
}
/*.clsenquirypage .enquiry-card input,.clsenquirypage  select, .clscareerpage .enquiry-card input,.clscareerpage  select {
  height: 50px;
  border: 1px solid #000 !important;
}*/
.clsenquirypage  textarea, .clscareerpage  textarea{
	border: 1px solid #000 !important;
}	

input.error,select.error,textarea.error {
	border: 1px solid #f00 !important;	
}
/* End For FAQ Page */

.clscareerpage .file-error-message{
	font-size: 12px;
}
.clscareerpage .file-error-message span.close{
	display: none;
}
.clscareerpage .fileinput-remove{
	position: relative;
}
.clscareerpage .alert-box{
	padding: 10px 14px;
}
.clscareerpage .resumenote{
	color: #999;
	font-size: 11px;
	margin-top: 10px;
}

.clsfarmdetailpage #FarmsForYou h3.title{
	font-size: 30px;
}
.clsfarmdetailpage #FarmsForYou .text-container h4{
	font-size: 18px;
}
.clsfarmdetailpage #FarmsForYou .text-container h4.text-color{
	color: #C2282B;
}

.clscheckoutpage .light_text{
	color: #8c8c8c;
}
.clscheckoutpage .disc_text{
	color: #1e8448;
}
.clscheckoutpage .wallet_text{
	color: #C2282B;
	font-size: 13px;
	font-weight: 400 !important;
	
}
.clscheckoutpage .wallet_text i{
	font-size: 12px;
	
}
.clscheckoutpage .trans_text{
	font-size: 13px;
	font-weight: 400 !important;
	
}
.clscheckoutpage .trans_text i{
	font-size: 12px;
	
}
.clscheckoutpage .referralDiv{
	padding: 2px 0;
	background: #000000;
	color: #fff;
}
.clscheckoutpage .referralDiv label{
	color: #f5f5f5;
	text-transform: none;
	font-size: 14px;
}

.clsfarmpage .banner-booking-form .formblock1{
	padding-left: 0;
}
.clsfarmpage .banner-booking-form .searchDiv{
	padding-left: 0;
	padding-right: 0;
}
.clsfarmpage .banner-booking-form .searchDiv .btnfarmsearch{
	padding: 10px 20px;
}

.clsfarmdetailpage .idealcatDiv h5{
	font-size: 13px;
	font-style: italic;
}

.clsfarmdetailpage .fdleftDiv{
	box-shadow: 0px 0px 10px #dfdfdf;
	min-height: auto;
	display: block;
	position: relative;
}
.clsfarmdetailpage .fdleftDiv .text-container{
	padding: 30px 30px 15px 30px;
}
.clsfarmdetailpage .relatedfarmDiv{
	margin-top: 40px;
}
.clsfarmdetailpage .relatedfarmDiv .FarmsSlider{
	margin-top: 15px;
}
.clshomepage .FarmsSlider{
	margin-top: 30px;
}
.clsblogdetailpage .modalpopup{
	padding: 30px;
}
.clsblogdetailpage .modalpopup .close{
	margin-top: -55px;
	right: -50px;
}

/***** Start My Account Wallet *****/
#tab-profile .profileDiv{
	margin-bottom: 20px;
}
#tab-profile .walletDiv{
	border-top: 2px dashed #999;
}
#tab-profile .referral-code{
	background:#f1f1f1;
	padding: 15px;
	color:#000000;
	margin: 30px 0;
	border-top:1px solid #f1f1f1;
	width: 100%;
	display: inline-table;
}
#tab-profile .referral-code img{
	float:left;
	margin-right: 30px;
}
#tab-profile .referral-code h3{
	font-size:18px; 
	margin: 0;
}
#tab-profile .wallet-balance h3{
	font-size:18px;
	margin: 30px 0;
	text-align:right;
	background:#000000;
	color:#fff;
	padding:15px;
	display: inline-block;
	float: right;
}
#tab-profile .ic-share {
  float: right;
  background: url("../images/share-ic.png") no-repeat center;
  width: 50px;
  height: 35px;
  margin-top: -7px;
}
#tab-profile .my-social {
    float: right;
    display: inline-table;
    position: relative;
    margin-top: -40px;
}
#tab-profile .social-share {
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 7px;
  z-index: 99;
  float: right;
  width: 50px;
  height: auto;
  text-align: center;
  margin-top: -110px;
  margin-left: -1px;
  display: none;
}
#tab-profile .social-share .ic-facebook {
  background: url("../images/Blogs/ic-facebook.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
#tab-profile .social-share .ic-twitter {
  background: url("../images/Blogs/ic-twitter.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
#tab-profile .social-share .ic-whatsapp {
  background: url("../images/Blogs/ic-whatsapp.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}
#tab-profile .social-share .ic-copytext {
  background: url("../images/Blogs/ic-copy.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}
#tab-profile .my-social:hover .social-share {
  display: block;
}
#tab-profile .bookingtable td{
    padding: 10px 0 0 10px;
}
#tab-profile .bookingtable td h4{
    font-size: 15px;
    font-weight: 600;
}

/***** End My Account Wallet *****/

#location-popup{
	padding: 30px;
}
#location-popup .close{
	margin-top: -50px;
	right: -50px;
}
#location-popup select{
	height: auto;
}
#location-popup .button{
	height: auto;
	margin-top: 24px;
	margin-bottom: 0;
}

.visittimeline{
	color: #C2282B;
	font-weight: 400;
	letter-spacing: 0.8px;
}
.bookingtable tbody{
	border: 1px solid #ddd;
}

#visitfarmModal select{
	display: block;
	height: 50px;
	border: 1px solid #000;
}

#homesearchform label{
	text-transform: uppercase;
	font-size: 0.800rem;
}
#homesearchform input[readonly]{
	background-color: #fff;
}
#homesearchform input,#homesearchform .plus-minus-input{
	box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
	width: 100%;
}

#Footer .addressBlock p{
	position: relative;
	padding-left: 25px;
	color: #fff;
	line-height: 25px;
}
#Footer .addressBlock p a{
	color: #fff;
}
#Footer .addressBlock p i{
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
}
#Footer .addressBlock p.phoneblock i{
	font-size: 18px;
}
#Footer .addressBlock p.emailblock i{
	font-size: 16px;
}

#dealbannerModal{
	background-color: rgb(0, 0, 0,0.8);
}
#dealbanner-popup{
  padding: 0px;
}
#dealbannerModal .modal-content{
	max-width: 700;
	min-height: 0;
}
#dealbanner-popup .close{
  color: red;
  font-size: 36px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  border-radius: 50px;
  width: 0px;
  height: 0px;
  text-align: center;
  margin-top: 0px;
  right: 4%;
  float: right;
  clear: both;
  position: relative;
  z-index: 999999;
  opacity: 1;
}

.nofarmBlock{
	margin-top: 10%;
}


/* Start For Cookies */
#cookie-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding-top:15px;
}

#cookie-bar {
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    color: white;
    background-color: #444;
}
#cookie-bar p{
	line-height: 0.8;
	font-size: 14px;	
}	
.cb-enable {
    border-radius: 10%;
    color: #000;
    padding: 4px;   
    border-radius: 10%;
    /*font-family: serif;*/
    text-decoration: none;
    transition: .3s background-color;
    background-color:#fff;
    margin-left:10px;
    font-size: 13px;
}
.cb-enable:hover {
    background-color: #C2282B;
    color:#fff;
}
.cb-policy {
    color: white;
    text-decoration: underline;
}
.cb-policy:hover {
    color: #fff;
}
/* End For Cookies */

#ui-datepicker-div{z-index:3 !important;}


@media (max-width: 1024px) {
.farm-thumb:first-child > .card .container .img img {
    min-height: 120px;
}
.clsfarmdetailpage .owl-carousel .owl-item{
	display:inline-flex;
}
}


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{ -ms-touch-action: auto;
        touch-action: auto;}
	
	@media screen and (max-width: 600px) {
     .owl-carousel {
         transition: none;
         text-align: center;
     }
}

.clsfarmpage .owl-carousel .owl-item,.home-slider .owl-carousel .owl-item,#FarmsForYou .owl-carousel .owl-item,.clsblogdetailpage .owl-carousel .owl-item{
	display:inline-flex;
}

/* Start For Custom */
.cls404page #page-content{
	padding: 80px 0 50px;
}
.cls404page h1{
	color: #ff1010;
	font-weight: 600;
	margin-bottom: 30px;
}

.clstransactionpage #WhyBookWithUs .grid-container{
	background-color: #fff;
	border: 2px solid #C2282B;
}
.clstransactionpage .formoreinfo{
	font-size: 14px; 
	letter-spacing: 1px; 
	line-height: 24px; 
	text-align: center;
}
.clsblogpage .clssuccess h6, .clsblogdetailpage .clssucc h6{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #3C763D;
}
.clsblogdetailpage .clserror h6{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #A94442;
}
.clsblogpage .clssuccess h6 b, .clsblogdetailpage .clssucc h6 b, .clsblogdetailpage .clserror h6 b, .clsfarmdetailpage .clslogerrortext{
	font-size: 14px;
}
.clsblogpage .img-container .img img{
	height: 165px;
}
.clsblogdetailpage .blog-content .blog-img img{
	height: 120px;
}

.clscheckoutpage .payment-wizard .login-completed .wizard-content{
	display: none;
}
.clscheckoutpage .payment-wizard #address-wizard .wizard-content{
	display: block;
}
.clscheckoutpage .payment-wizard #address-wizard .wizard-content .content-md{
	margin-top: 0px;
}
.clscheckoutpage .payment-wizard #address-wizard .wizard-content .content-md .newaddressDiv{
	padding-top: 17px; 
	text-align: center;
}
.clscheckoutpage .ordersummaryDiv .table_cart .totalamtDiv{
	padding-left: 11px;
	padding-right: 0px;
}
.clscheckoutpage .ordersummaryDiv .bottomsummary{
	margin-top: 40px; 
	padding-right: 0px;
	padding-left: 0;
}
.clscheckoutpage .ordersummaryDiv .applycouponDiv .couponlabel{
	color: #555;
	font-weight: 500;
	padding-left:15px; 
	font-size: 14px;
	margin-bottom: 0;
}
.clscheckoutpage .paymentmainDiv #paymentoptionDiv{
	min-height: 150px;
}
.clsfarmdetailpage #reviewData .review-item{
	padding-top: 50px;
}

.clsfarmpage #header li.logo a{
	padding: 0;
}

.clsfeedbackpage .feedback-wrapper0{
	max-width: 480px; 
	text-align: center; 
	margin: 15px auto;
}
.clsfeedbackpage .feedback-wrapper0 img{
	padding: 20px;
	background: #C2282B;
}
.clsfeedbackpage .dragslider.success{
	height: 400px; 
	margin-bottom: 20px; 
	padding: 15px;
}
.clsfeedbackpage .dragslider.error{
	height: 325px; 
	margin-bottom: 20px; 
	padding: 15px;
}
.clsfeedbackpage .starratingDiv h2{
	font-size: 15px; 
	padding: 15px 15px 0px;
}

#register-popup .clslogerror h6, #login-popup .clslogerror h6{
	margin-bottom: 0;
	padding-bottom: 0;
	color:#A94442;
	text-align:center;
}
/* End For Custom */


/* Start Sushan CSS */
.clsfarmdetailpage .farmdescription .accordion-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
}
.clsfarmdetailpage .farmdescription .is-active .accordion-title {
    background: transparent;
}
.clsfarmdetailpage .farmdescription ul li{
	float: none;
}
/* End Sushan CSS */


.dealbannerDiv img{
	width: 100%;
	height: 100%;
}
.clsfarmpage .btn-moreevents{
	text-decoration: none;
	color: #C2282B;
}
.farm-details ul.nearbyarea li{
	width: 33.33%;
}
.farm-details ul.nearbyarea li.hidden{
	display: none;
}

@media (max-width: 767px) {
	.fb_dialog{	
		bottom: 50pt !important; 	
	}
}

.clsmyaccpage #tab-booking .clsbookingsmshis
{
	color:#C2282B;
}


/***start css for top banner********/
 #topbanner_background {
  opacity: 1;
  margin: 0px;
  padding: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  z-index: 999;
  position: relative;
  cursor: pointer;
  top: 0px;
}
#topbanner_bar {
  text-align: center;
  margin: 0px;
  padding: 11px 5px;
  left: 0px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: #333;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
}

#topbanner_content {
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
#topbanner_message {
  color: inherit;
  font-size: 17px;
}

.topbannerbuttoncls{
  color: #000;
  padding: 4px;
  border-radius: 10%;
  text-decoration: none;
  transition: .3s background-color;
  background-color: #fff;
  margin-left: 10px;
  font-size: 13px;
}

.topbannerbuttoncls:hover{
  color: #fff;
  background-color: #c2282b;
 
}

.topbannerclosecls{
  float: right;
  color: #000;
  width: 19px;
  border-radius: 50%;
  font-size: 14px;
  padding:2px;
  background-color: #fff;
  text-shadow: none;
  
}

.clsfarmpage #topbanner_background {
  opacity: 1;
  margin: 0px;
  padding: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  z-index: 999;
  position: relative;
  cursor: pointer;
  top: 0px;
}

/**************end css for top banner*********/

.clsmyaccpage .clsotheritemtitle{
	font-size: 18px;
}
.clsmyaccpage .clsotherchargetitle{
	font-size: 16px;
	font-style: italic;
}

.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  padding: 1px 4px;
  margin-left:3px;
  border-radius:50%;
  background-color:#8a8a8a;
}

.tooltips .tooltiptext {
  visibility: hidden;
  background-color: black;
  width:192px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  z-index: 1;
}
.tooltips i{
	color:#fff;
}
.tooltips:hover .tooltiptext {
  visibility: visible;
}

.price-preview .taxes-services .tooltiptext{
    float: left;
   text-align: left;
    font-size: 15px;
	margin-left:5px;
}
 
 #extserviceModal .extserviceDiv 
 {
	overflow: auto;
    width: 99%; 
 } 


/* Sushan New CSS 9 4 2021 */


.farm-deal-flash{    width: 100%;
    float: right;
    text-align: right;
}

.deal-hrs{	
position: relative;
margin-top: -10px;
background: #c2282b;
color: #fff;
padding: 0px 5px;
border-radius: 5px;
font-size: 11px;
line-height: normal;
font-weight: bold;
float: right;
display: flex;
margin-bottom: 2px;
}





.farm-details .share-like li a.ic-share {
  background: url(../images/share-icon.png) no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background-size: contain;
}


.farm-details .share-like li a .ic-like {
  background: url(../images/wishlist-icon.png) no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background-size: contain;
}

.guest-capacity {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
}

.bhk {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
}

.bhk i {
  float: left;
  margin-right: 10px;
  background: url(../images/bhk.jpg) no-repeat center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.farm-guest-bhk { 
  display: flex; 
  align-items: center; /* Align items vertically */
  gap: 15px; /* Add space between elements */
}

.guest-capacity, .bhk {
  display: flex;
  align-items: center; /* Align icon and text */
}

.guest-capacity i, .bhk i {
  width: 15px; /* Set icon size */
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.guest-capacity i {
  float: left;
  margin-right: 10px;
  background: url(../images/guest-capacity.png);
  width: 15px;
  height: 15px;
  background-size: cover;
}

.checkout-block label span {
  float: left;
  display: inline;
  width: 100%;
}

.checkout-block label span:nth-child(2) {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 300;
}

.farm-details .share-like {
  position: absolute;
  right: 15px;
  top: 0;
  background: 0 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  float: right;
  width: auto;
  background: #000000;
  padding: 5px 15px;
  border-radius: 0 0 0 15px;
}

.farm-details .share-like li a {
  float: left;
  display: inline;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 20px;
  max-height: 30px;
}

.farm-details .share-like li {
  padding: 0;
}

.farm-details .share-like li:first-child {
  margin-right: 15px
}
ul.kit-provide li{width:100%;}

.clsfarmdetailpage .farmdescription ul li{    width: 100%;
  padding-right: 0; }
.farmdescription .accordion-content{float:left; width:100%;}
.farmdescription .accordion-content .accordion-content {float:none;}

.farmdescription .accordion-content .readmore{float:right; text-decoration: underline;}



/* Special Features */


#idealmoredetailModal .modal-content{
	max-width: 1000px;
}

.idealmoredetail {
   width: 100%;
}

.idealmoredetail .card ul {
    margin-top: 30px;
}

.idealmoredetail .card li {
    width: 33.33%;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}

.idealmoredetail .card li:last-child {
    margin: 0;
}

.idealmoredetail .card li img {
    width: 32px;
    height: 32px;
    float: left;
}

.idealmoredetail .card li .title {
    width: calc(100% - 42px);
    float: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.idealmoredetail .owl-item.center .card {
    border: 1px solid #999999;
}

.idealmoredetail .card h3 {
    font-weight: bold;
}
