@font-face {
  font-family: "Fira Sans Medium", sans-serif;
  src: url("../../fonts/Fira_Sans/FiraSans-Medium.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "FiraSans Regular", sans-serif;
  src: url("../../fonts/Fira_Sans/FiraSans-Regular.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "FiraSans Light", sans-serif;
  src: url("../../fonts/Fira_Sans/FiraSans-Light.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "FiraSans Bold", sans-serif;
  src: url("../../fonts/Fira_Sans/FiraSans-Bold.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "Lato Regular", sans-serif;
  src: url("../../fonts/Lato/Lato-Regular.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "Lato Light", sans-serif;
  src: url("../../fonts/Lato/Lato-Light.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "Lato Bold", sans-serif;
  src: url("../../fonts/Lato/Lato-Bold.ttf") format(ttf);
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
.homeSlider {
  height: 70vh;
  min-height: 400px;
  max-height: 750px;
  z-index: 0;
}
.homeSlider .homeSlickSlider {
  width: 100%;
  height: 100%;
}
.homeSlider .homeSlickSlider .homeSlickSlide {
  width: 100%;
  position: relative;
  height: 70vh;
  min-height: 400px;
  max-height: 750px;
}
.homeSlider .homeSlickSlider .homeSlickSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent {
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent h1 {
  font-family: "Lato Bold", sans-serif;
}
@media (max-width: 550px) {
  .homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent h1 {
    max-width: calc(100% - 40px);
    font-size: 26px;
    max-height: 60px;
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent h1 {
    max-width: calc(100% - 40px);
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 28px;
  }
}
.homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent p {
  max-width: 450px;
  margin-bottom: 30px;
  max-height: 120px;
  overflow: hidden;
}
@media (max-width: 550px) {
  .homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent p {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 400px) {
  .homeSlider .homeSlickSlider .homeSlickSlide .homeSlickSlideContent p {
    max-width: calc(100% - 40px);
    margin-bottom: 15px;
    line-height: 19px;
  }
}
.homeSlider .homeSlickSlider .slick-dots {
  bottom: 50%;
  -webkit-transform: translateY(75%);
  -moz-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%);
  width: auto;
  right: 40px;
}
@media (max-width: 576px) {
  .homeSlider .homeSlickSlider .slick-dots {
    right: 15px;
  }
}
.homeSlider .homeSlickSlider .slick-dots li {
  display: block;
}
.homeSlider .homeSlickSlider .slick-dots li button {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  margin: 15px;
}
.homeSlider .homeSlickSlider .slick-dots li button::before {
  content: "";
  display: none;
}
.homeSlider .homeSlickSlider .slick-dots li.slick-active button {
  background: transparent;
}

.btn {
  background-color: #41b649;
  font-size: 15px;
  font-family: "Lato Regular", sans-serif;
  color: #fff;
  padding: 15px 15px;
  border: none;
  border-radius: 25px;
  min-width: 135px;
  text-align: center;
}
.btn:hover {
  background: #fff;
  color: #41b649;
  border: none;
}
.btn:focus {
  background: #fff;
  color: #41b649;
  outline: none;
  border: none;
  box-shadow: none;
}
.btn:active {
  background-color: #fff;
  color: #41b649;
  outline: none;
  border: none;
}

.homePlaceItem {
  overflow: hidden;
  background-color: #41b649;
  height: 280px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.homePlaceItem > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.homePlaceItem div.itemDescription {
  background-color: rgba(65, 182, 73, 0.7);
  position: absolute;
  z-index: 1;
  height: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px 15px;
}
.homePlaceItem div.itemDescription img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transform: all 0.5s linear;
}
.homePlaceItem div.itemDescription span {
  color: #fff;
  vertical-align: middle;
}
.homePlaceItem div.hoverOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.homePlaceItem div.hoverOverlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.homePlaceItem:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.homePlaceItem:hover div.hoverOverlay {
  opacity: 1;
}

.blogItem {
  margin-bottom: 30px;
}
.blogItem .blogImg {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.blogItem .blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogItem .blogDescription {
  max-height: 188px;
  overflow: hidden;
}
.blogItem .blogDescription span {
  display: block;
  margin-bottom: 10px;
}
.blogItem .blogDescription a {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  max-height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
  text-decoration: none;
}
.blogItem .blogDescription a:hover {
  color: #41b649;
}
.blogItem .blogDescription p {
  height: 96px;
  overflow: hidden;
}

.customTabs {
  position: relative;
  overflow: hidden;
}
.customTabs #beautifulPlacesMain {
  overflow: hidden;
  -webkit-transition: transform 1s linear;
  -moz-transition: transform 1s linear;
  transform: transform 1s linear;
}
@media (max-width: 991px) {
  .customTabs #beautifulPlacesMain {
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
}
.customTabs #fullMap {
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transform: all 1s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  top: 0;
}
@media (max-width: 991px) {
  .customTabs #fullMap {
    display: none !important;
  }
}
.customTabs #photosTab {
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transform: all 1s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  top: 0;
}
@media (max-width: 991px) {
  .customTabs #photosTab {
    display: none !important;
  }
}
.customTabs #photosTab a {
  width: 100%;
  height: 139px;
  display: block;
  margin-bottom: 30px;
}
.customTabs #photosTab a.btn {
  width: 150px;
  height: unset;
  display: block;
  margin: auto;
  margin-top: 2px;
}
.customTabs #photosTab a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customTabs #videosTab {
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transform: all 1s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  top: 0;
}
@media (max-width: 991px) {
  .customTabs #videosTab {
    display: none !important;
  }
}
.customTabs #videosTab iframe {
  width: 100%;
  height: 250px;
}

#myMap {
  height: 100%;
  width: 100%;
}

.bgParallax {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0.2;
  z-index: -1;
}
.bgParallax.bgParallax1 {
  background: url(../images/bgParallax1.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-color: #f5f5f5;
}
.bgParallax.bgParallax2 {
  background: url(../images/bgParallax2.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  background-color: #f5f5f5;
}

.banner {
  height: 50vh;
  min-height: 400px;
}
.banner .bannerImg {
  width: 100%;
  height: 100%;
}
.banner .bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toursItem {
  height: 280px;
  margin-bottom: 30px;
  width: 100%;
}
.toursItem .mediaLeft {
  height: 280px;
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 500px) {
  .toursItem .mediaLeft {
    width: 100%;
  }
}
.toursItem .mediaLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(65, 182, 73, 0.5);
}
.toursItem .mediaRight {
  height: 280px;
  position: relative;
  width: 50%;
  display: inline-block;
  padding-left: 15px;
  float: left;
}
@media (max-width: 500px) {
  .toursItem .mediaRight {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.toursItem .mediaRight .toursDate {
  color: #41b649;
}
.toursItem .mediaRight .toursDate p {
  font-family: "Lato Regular", sans-serif;
}
.toursItem .mediaRight .tourDescription {
  max-height: 182px;
  overflow: hidden;
}
.toursItem .mediaRight p {
  font-size: 14px;
}
.toursItem .mediaRight .btn {
  position: absolute;
  bottom: 0;
}

.paginationParent {
  text-align: center;
  padding: 60px 0;
}
.paginationParent .parent {
  margin: auto;
}
.paginationParent .parent a {
  color: #41b649;
  font-weight: 400;
  font-size: 20px;
  padding: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.paginationParent .parent a:hover {
  text-decoration: none;
}
.paginationParent .parent .current {
  font-weight: 600;
  font-size: 26px;
}
.paginationParent .parent nav ul {
  justify-content: center;
  margin-bottom: 80px;
}
.paginationParent .parent nav ul li a {
  cursor: pointer;
  font-size: 14px;
}
.paginationParent .parent nav ul .page-item {
  display: none !important;
}
.paginationParent .parent nav ul .page-item1 {
  margin: 0 10px;
}
.paginationParent .parent nav ul .page-item1:first-child a {
  padding: 10px 10px 10px 0;
}
.paginationParent .parent nav ul .page-item1:last-child a {
  padding: 10px 0px 10px 10px;
}
.paginationParent .parent nav ul .page-item1 a {
  color: #333333;
  font-family: "Lato Light", sans-serif;
  font-weight: 100;
  border-radius: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.paginationParent .parent nav ul .page-item1 a i {
  margin: 0 10px;
}
.paginationParent .parent nav ul .page-item1 a:hover {
  color: #fff;
  background-color: #41b649;
}

.paginationItem:first-child.active ~ .paginationParent .page-item1:first-child {
  display: none;
}

.paginationItem:nth-last-child(2).active ~ .paginationParent .page-item1:last-child {
  display: none;
}

.eventItem {
  height: 545px;
  margin-bottom: 30px;
  width: 100%;
}
.eventItem .mediaTop {
  height: 280px;
  width: 100%;
  display: inline-block;
  float: left;
}
.eventItem .mediaTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(65, 182, 73, 0.5);
}
.eventItem .mediaBottom {
  height: 245px;
  padding-top: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}
@media (max-width: 400px) {
  .eventItem .mediaBottom {
    height: 265px;
  }
}
.eventItem .mediaBottom .eventDate {
  color: #41b649;
}
.eventItem .mediaBottom .eventDate p {
  font-family: "Lato Regular", sans-serif;
}
.eventItem .mediaBottom .eventDescription * {
  display: none;
}
.eventItem .mediaBottom .eventDescription *:first-child {
  display: block;
}
.eventItem .mediaBottom p {
  font-size: 14px;
}
.eventItem .mediaBottom .btn {
  position: absolute;
  bottom: 0px;
}

.eventsBottom {
  padding-bottom: 55px;
  font-family: "Lato Light", sans-serif;
}
.eventsBottom ul {
  color: #41b649;
  padding-left: 20px;
}
.eventsBottom ul li {
  margin: 10px 0;
}
.eventsBottom ul li:first-child {
  margin-top: 0;
}
.eventsBottom ul li span {
  color: #333333;
}

.eventSection .slick-prev:before,
.eventSection .slick-next:before {
  color: black !important;
}
.eventSection .eventImg {
  padding: 0 8px;
  height: 240px;
  margin-bottom: 20px;
}
.eventSection .eventImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventSection .eventImg .slick-prev {
  left: 0 !important;
  z-index: 9;
}
.eventSection .eventImg .slick-next {
  right: 0 !important;
}
.eventSection .eventInfo {
  background-color: rgba(65, 182, 73, 0.2);
  padding: 8px 15px;
  height: 240px;
}
.eventSection .eventInfo .eventLocation p i {
  margin-left: 15px;
  color: #41b649;
}
.eventSection .eventInfo .eventLocation p strong {
  font-size: 18px;
  margin-top: 5px;
  display: block;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.eventSection .eventInfo .eventLocation p:first-child {
  margin-bottom: 20px;
  display: block;
}

.hotelsSection form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-bottom: 75px;
}
.hotelsSection form label {
  color: #333333;
  font-size: 14px;
}
.hotelsSection form select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.hotelsSection form select:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  background: #f5f5f5;
}
.hotelsSection form input {
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.hotelsSection form input:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  background: #f5f5f5;
}
.hotelsSection .hotelItem {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
}
.hotelsSection .hotelItem .mediaTop {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.hotelsSection .hotelItem .mediaTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hotelsSection .hotelItem .mediaTop .overlayHover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(65, 182, 73, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.hotelsSection .hotelItem .mediaTop .overlayHover a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hotelsSection .hotelItem .mediaTop:hover a img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.hotelsSection .hotelItem .mediaBottom {
  width: 100%;
  height: 75px;
  padding: 10px 5px;
  position: relative;
}
.hotelsSection .hotelItem .mediaBottom a {
  color: #333333;
}
.hotelsSection .hotelItem .mediaBottom .hotelName {
  width: 100%;
  float: left;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .name {
  float: left;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings {
  float: right;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars {
  cursor: pointer;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars .star {
  float: left;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsSection .hotelItem .mediaBottom .hotelName .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsSection .hotelItem .mediaBottom .hotelLocation {
  padding-right: 10px;
  width: 100%;
  float: left;
  bottom: 10px;
  position: absolute;
}
.hotelsSection .hotelItem .mediaBottom .hotelLocation .location {
  float: left;
  display: inline-block;
}
.hotelsSection .hotelItem .mediaBottom .hotelLocation .price {
  float: right;
  display: inline-block;
}
.hotelsSection .hotelItem:hover .overlayHover {
  opacity: 1;
}
.hotelsSection .cityShortText {
  padding: 0 10%;
  margin-bottom: 70px;
}
.hotelsSection .topImg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 80px;
}
.hotelsSection .topImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelsSection .leftSideFilter .filterName {
  background-color: #41b649;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
.hotelsSection .leftSideFilter form {
  padding: 0;
  background-color: transparent;
}
.hotelsSection .leftSideFilter form > div {
  margin-bottom: 30px;
}
.hotelsSection .leftSideFilter form input[type=checkbox] {
  margin-top: 8px;
  -webkit-appearance: radio;
  appearance: radio;
  color: #41b649;
}
.hotelsSection .leftSideFilter form label {
  margin-left: 20px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .hotelsSection .leftSideFilter form {
    padding: 15px;
  }
}
.hotelsSection .leftSideFilter .filterItemMap {
  background-color: #41b649;
  height: 180px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.hotelsSection .leftSideFilter .filterItemMap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hotelsSection .leftSideFilter .filterItemMap div.itemDescription {
  background-color: rgba(65, 182, 73, 0.7);
  position: absolute;
  z-index: 1;
  height: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px 15px;
}
.hotelsSection .leftSideFilter .filterItemMap div.itemDescription span {
  color: #fff;
  vertical-align: middle;
}
.hotelsSection .leftSideFilter .ratings {
  float: right;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars {
  cursor: unset;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars .star {
  float: left;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars .star polygon {
  fill: transparent;
  pointer-events: none;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: transparent;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: transparent;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: transparent;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: transparent;
}
.hotelsSection .leftSideFilter .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: transparent;
}

.irs--flat .irs-line {
  background-color: #f0f3f3;
}

.irs--flat .irs-bar {
  background-color: #41b649;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background-color: #41b649;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child, .irs--flat .irs-handle > i:first-child {
  background-color: #41b649;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #41b649;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  color: #333333;
  background-color: #f0f3f3;
}

i.fas.fa-map-marker-alt {
  color: #41b649;
}

.aboutUsSection {
  margin-bottom: 80px;
}
.aboutUsSection h3 {
  margin: 80px 0 30px;
  font-size: 20px;
  font-family: "Fira Sans Medium", sans-serif;
}

.contactUsSection form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-bottom: 75px;
}
.contactUsSection form label {
  color: #333333;
  font-size: 14px;
}
.contactUsSection form select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.contactUsSection form select:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  background: #f5f5f5;
}
.contactUsSection form input {
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.contactUsSection form input:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  background: #f5f5f5;
}
.contactUsSection .contact-map {
  height: 377px;
  margin-top: 48px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .contactUsSection .contact-map {
    margin-top: 0px;
  }
}

.sortHotels {
  background-color: #f0f3f3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sortHotels .sortHotelsMD {
    display: none;
  }
}
.sortHotels .sortHotelsMD ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}
.sortHotels .sortHotelsMD ul li {
  color: #333333;
}
.sortHotels .sortHotelsMD ul li a {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.sortHotels .sortHotelsMD ul li a:hover {
  color: #41b649;
}
.sortHotels .sortHotelsMD ul li.active a {
  color: #41b649;
}
.sortHotels .sortHotelsSM {
  padding: 15px 30px;
  display: flex;
}
@media (min-width: 768px) {
  .sortHotels .sortHotelsSM {
    display: none;
  }
}
.sortHotels .sortHotelsSM div {
  display: inline-flex;
  margin-right: 30px;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-toggle {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
  outline: none !important;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-toggle:hover {
  color: #41b649;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-menu {
  border-radius: 0;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-menu .dropdown-item {
  border-radius: 0;
  padding: 0;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-menu .dropdown-item a {
  padding: 0.25rem 1.5rem;
  display: block;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-menu .dropdown-item a:hover {
  text-decoration: none;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #41b649;
  border-radius: 0;
}
.sortHotels .sortHotelsSM div.dropdown .dropdown-menu .dropdown-item.active a {
  color: #fff;
}
.sortHotels .sortHotelsSM ul {
  list-style: none;
  padding: 0;
}
.sortHotels .sortHotelsSM ul li {
  color: #333333;
}
.sortHotels .sortHotelsSM ul li a {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.sortHotels .sortHotelsSM ul li a:hover {
  color: #41b649;
}
.sortHotels .sortHotelsSM ul li.active a {
  color: #41b649;
}

.hotelsList {
  float: right;
  width: 100%;
}
.hotelsList .hotelListItem .hotelPhoto {
  margin-bottom: 20px;
  height: 220px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(65, 182, 73, 0.5);
}
.hotelsList .hotelListItem .hotelPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelsList .hotelListItem .hotelDescription {
  height: 220px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .hotelsList .hotelListItem .hotelDescription {
    height: auto;
  }
}
.hotelsList .hotelListItem .hotelDescription .topDescription {
  height: 160px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .hotelsList .hotelListItem .hotelDescription .topDescription {
    height: auto;
  }
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName h5 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings {
  display: inline-block;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars {
  cursor: unset;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars .star {
  float: left;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsList .hotelListItem .hotelDescription .topDescription .hotelNameInfo .hotelName .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelsList .hotelListItem .hotelDescription .bottomDescription {
  overflow: hidden;
}
.hotelsList .hotelListItem .hotelDescription .bottomDescription .smallHotelPhotos {
  display: inline-block;
}
.hotelsList .hotelListItem .hotelDescription .bottomDescription .smallHotelPhotos .photosSmall {
  overflow: hidden;
}
.hotelsList .hotelListItem .hotelDescription .bottomDescription .smallHotelPhotos .photosSmall img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}
.hotelsList .hotelListItem .hotelDescription .hotelPrice {
  text-align: right;
}
@media (max-width: 576px) {
  .hotelsList .hotelListItem .hotelDescription .hotelPrice {
    margin-top: 20px;
    float: right;
  }
}
.hotelsList .hotelListItem .hotelDescription .hotelPrice h5 {
  margin-bottom: 5px;
}
.hotelsList .hotelListItem .hotelDescription .hotelPrice p {
  margin-bottom: 0;
}
.hotelsList .hotelListItem .hotelDescription .btn {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 576px) {
  .hotelsList .hotelListItem .hotelDescription .btn {
    left: 15px;
    right: unset;
  }
}

.filterHotels .btn {
  float: right;
  margin-bottom: 30px;
}
.filterHotels .btn:hover {
  color: #41b649;
}

@media (min-width: 992px) {
  .leftSideFilter {
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
}

@media (max-width: 991px) {
  .leftSideFilter {
    position: fixed;
    width: 200px;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #f0f2f1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transform: all 0.3s linear;
  }
  .leftSideFilter .closeFilter {
    width: 100%;
    height: 50px;
  }
  .leftSideFilter .btnClose {
    border: none;
    font-size: 30px;
    background: transparent;
    padding: 5px 15px;
    float: right;
    cursor: pointer;
  }
}
.hotelSingleContent {
  padding-bottom: 30px;
}
.hotelSingleContent .slickSliderTop {
  height: 340px;
  width: 100%;
  margin-bottom: 10px;
}
.hotelSingleContent .slickSliderTop .slickItemTop {
  height: 340px;
}
.hotelSingleContent .slickSliderTop .slickItemTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelSingleContent .slickSliderBottom {
  height: 45px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 30px;
}
.hotelSingleContent .slickSliderBottom .slickItemBottom {
  height: 45px;
  padding: 0 2px;
}
.hotelSingleContent .slickSliderBottom .slickItemBottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelSingleContent .slickSliderBottom .slick-prev:before,
.hotelSingleContent .slickSliderBottom .slick-next:before {
  color: #333;
}
.hotelSingleContent .hotelSingleShortDescription {
  padding-top: 50px;
}
.hotelSingleContent .hotelSingleShortDescription h5 {
  margin-bottom: 20px;
}
.hotelSingleContent .hotelSingleShortDescription .hotelLocation {
  margin-top: 5px;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars {
  cursor: unset;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars .star {
  float: left;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelSingleContent .hotelSingleShortDescription .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.hotelSingleContent form {
  margin-bottom: 0;
  min-height: 395px;
  padding-top: 50px;
  background-color: rgba(65, 182, 73, 0.2);
  margin-bottom: 50px;
}
.hotelSingleContent form .form-group {
  margin-bottom: 40px;
}
.hotelSingleContent .nav.nav-pills {
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
@media (max-width: 560px) {
  .hotelSingleContent .nav.nav-pills li {
    width: 100%;
  }
}
.hotelSingleContent .nav.nav-pills li a {
  background-color: rgba(65, 182, 73, 0.2);
  padding: 15px 20px;
  color: #333333;
  border-radius: 0;
}
.hotelSingleContent .nav.nav-pills li a.active {
  background-color: #41b649;
  color: #fff;
}
.hotelSingleContent .tab-content {
  background-color: rgba(65, 182, 73, 0.2);
  padding-bottom: 30px;
  color: #333;
}
.hotelSingleContent .tab-content .titleTabs {
  background-color: #41b649;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.hotelSingleContent .tab-content .titleTabs h6 {
  margin-bottom: 0;
}
.hotelSingleContent .tab-content p {
  padding: 0 15px;
}
.hotelSingleContent .tab-content .infoContent {
  padding-top: 40px;
}
.hotelSingleContent .tab-content #pills-details ul {
  padding-left: 40px;
  margin-bottom: 40px;
}
.hotelSingleContent .tab-content #pills-location {
  padding: 30px 15px 0;
}
.hotelSingleContent .tab-content #pills-location h6 {
  margin-bottom: 30px;
}
.hotelSingleContent .tab-content #pills-location p {
  padding: 0;
}
.hotelSingleContent .myMap {
  height: 350px !important;
}
.hotelSingleContent .reviewsList {
  padding: 30px 15px;
}
.hotelSingleContent .reviewsList .pagination {
  margin-bottom: 0 !important;
}
.hotelSingleContent .reviewsList .reviewItem {
  margin-bottom: 30px;
}
.hotelSingleContent .reviewsList .reviewItem .reviewPhoto {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
.hotelSingleContent .reviewsList .reviewItem .reviewPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelSingleContent .reviewsList .reviewItem h6 {
  margin-bottom: 20px;
}
.hotelSingleContent .reviewsList .reviewItem p {
  padding-left: 0;
}
.hotelSingleContent .writeReview h6 {
  margin-bottom: 30px;
}
.hotelSingleContent .writeReview form {
  min-height: unset;
}
.hotelSingleContent .writeReview form .form-group {
  margin-bottom: 20px;
}
.hotelSingleContent .writeReview form input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: #f0f2f1;
}
.hotelSingleContent .writeReview form textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px 15px;
  resize: none;
  overflow-y: scroll;
  border: none;
  background-color: #f0f2f1;
}
.hotelSingleContent .available-room table {
  margin-top: 40px;
}
.hotelSingleContent .available-room table .room-img {
  width: 265px;
  height: 166px;
}
.hotelSingleContent .available-room table .room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelSingleContent .available-room table .room-type {
  text-transform: uppercase;
  font-weight: 600;
}
.hotelSingleContent .available-room table .room-type a {
  color: #333333;
}
.hotelSingleContent .available-room table .room-type a:hover {
  text-decoration: none;
}
.hotelSingleContent .available-room table ul {
  padding: 0;
}
.hotelSingleContent .available-room table ul li {
  color: #333333;
  font-size: 14px;
  list-style: none;
}
.hotelSingleContent .available-room table thead {
  background-color: #41b649;
}
.hotelSingleContent .available-room table tbody tr th {
  font-weight: 400;
}

.roomSlider .roomImg {
  width: 300px;
  height: 200px;
}
.roomSlider .roomImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roomSlider button.slick-next.slick-arrow {
  right: 0 !important;
}
.roomSlider button.slick-prev.slick-arrow {
  left: 0 !important;
  z-index: 4;
}
.roomSlider .slick-prev:before {
  color: black;
}
.roomSlider .slick-next:before {
  color: black;
}

.gallerySection .gallery {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .gallerySection .gallery .gallery-item {
    width: 255px;
  }
}
.gallerySection .gallery .gallery-item {
  height: 190px;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallerySection .gallery .gallery-item:hover a img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.gallerySection .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallerySection .gallery .gallery-item-center {
  width: 100%;
}

.rentCarSection .topImg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 80px;
}
.rentCarSection .topImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rentCarSection .leftSideFilter .filterName {
  background-color: #41b649;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
.rentCarSection .leftSideFilter form {
  padding: 0;
  background-color: transparent;
}
.rentCarSection .leftSideFilter form > div {
  margin-bottom: 30px;
}
.rentCarSection .leftSideFilter form input[type=checkbox] {
  margin-top: 8px;
  -webkit-appearance: radio;
  appearance: radio;
  color: #41b649;
}
.rentCarSection .leftSideFilter form label {
  margin-left: 20px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .rentCarSection .leftSideFilter form {
    padding: 15px;
  }
}
.rentCarSection .leftSideFilter .filterItemMap {
  background-color: #41b649;
  height: 180px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.rentCarSection .leftSideFilter .filterItemMap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rentCarSection .leftSideFilter .filterItemMap div.itemDescription {
  background-color: rgba(65, 182, 73, 0.7);
  position: absolute;
  z-index: 1;
  height: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px 15px;
}
.rentCarSection .leftSideFilter .filterItemMap div.itemDescription span {
  color: #fff;
  vertical-align: middle;
}
.rentCarSection .leftSideFilter .ratings {
  float: right;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars {
  cursor: unset;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars .star {
  float: left;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars .star polygon {
  fill: transparent;
  pointer-events: none;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: transparent;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: transparent;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: transparent;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: transparent;
}
.rentCarSection .leftSideFilter .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: transparent;
}
.rentCarSection .carFeatures {
  display: inline-flex;
  margin-top: 30px;
}
.rentCarSection .carFeatures .flex-icon {
  display: inline-flex;
}
.rentCarSection .carFeatures .car-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.rentCarSection .carFeatures .car-icon img {
  width: 100%;
  object-fit: cover;
}
.rentCarSection .carFeatures .number-p {
  margin-top: 5px;
}

.ratings {
  display: inline-block;
}
.ratings .starsRating .stars {
  cursor: unset;
}
.ratings .starsRating .stars .star {
  float: left;
}
.ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}

.sortrentCars {
  background-color: #f0f3f3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sortrentCars .sortrentCarsMD {
    display: none;
  }
}
.sortrentCars .sortrentCarsMD ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}
.sortrentCars .sortrentCarsMD ul li {
  color: #333333;
}
.sortrentCars .sortrentCarsMD ul li a {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.sortrentCars .sortrentCarsMD ul li a:hover {
  color: #41b649;
}
.sortrentCars .sortrentCarsMD ul li.active a {
  color: #41b649;
}
.sortrentCars .sortrentCarsSM {
  padding: 15px 30px;
  display: flex;
}
@media (min-width: 768px) {
  .sortrentCars .sortrentCarsSM {
    display: none;
  }
}
.sortrentCars .sortrentCarsSM div {
  display: inline-flex;
  margin-right: 30px;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-toggle {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
  outline: none !important;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-toggle:hover {
  color: #41b649;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-menu {
  border-radius: 0;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-menu .dropdown-item {
  border-radius: 0;
  padding: 0;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-menu .dropdown-item a {
  padding: 0.25rem 1.5rem;
  display: block;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-menu .dropdown-item a:hover {
  text-decoration: none;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #41b649;
  border-radius: 0;
}
.sortrentCars .sortrentCarsSM div.dropdown .dropdown-menu .dropdown-item.active a {
  color: #fff;
}
.sortrentCars .sortrentCarsSM ul {
  list-style: none;
  padding: 0;
}
.sortrentCars .sortrentCarsSM ul li {
  color: #333333;
}
.sortrentCars .sortrentCarsSM ul li a {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
.sortrentCars .sortrentCarsSM ul li a:hover {
  color: #41b649;
}
.sortrentCars .sortrentCarsSM ul li.active a {
  color: #41b649;
}

.rentCarsList {
  float: right;
  width: 100%;
}
.rentCarsList .rentCarListItem .rentCarPhoto {
  margin-bottom: 20px;
  height: 220px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(65, 182, 73, 0.5);
}
.rentCarsList .rentCarListItem .rentCarPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rentCarsList .rentCarListItem .rentCarDescription {
  height: 220px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .rentCarsList .rentCarListItem .rentCarDescription {
    height: auto;
  }
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription {
  height: 160px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .rentCarsList .rentCarListItem .rentCarDescription .topDescription {
    height: auto;
  }
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName h5 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName p .fas.fa-map-marker-alt {
  color: #41b649 !important;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings {
  display: inline-block;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars {
  cursor: unset;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars .star {
  float: left;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarsList .rentCarListItem .rentCarDescription .topDescription .rentCarNameInfo .rentCarName .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarsList .rentCarListItem .rentCarDescription .rentCarPrice {
  text-align: right;
}
@media (max-width: 576px) {
  .rentCarsList .rentCarListItem .rentCarDescription .rentCarPrice {
    margin-top: 20px;
    float: right;
  }
}
.rentCarsList .rentCarListItem .rentCarDescription .rentCarPrice h5 {
  margin-bottom: 5px;
}
.rentCarsList .rentCarListItem .rentCarDescription .rentCarPrice p {
  margin-bottom: 0;
}
.rentCarsList .rentCarListItem .rentCarDescription .bottomDescription {
  overflow: hidden;
}
.rentCarsList .rentCarListItem .rentCarDescription .bottomDescription .smallrentCarPhotos {
  display: inline-block;
}
.rentCarsList .rentCarListItem .rentCarDescription .bottomDescription .smallrentCarPhotos .photosSmall {
  overflow: hidden;
}
.rentCarsList .rentCarListItem .rentCarDescription .bottomDescription .smallrentCarPhotos .photosSmall img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}
.rentCarsList .rentCarListItem .rentCarDescription .bottomDescription .btn {
  float: right;
  margin-top: 8px;
}
.rentCarsList .rentCarListItem .rentCarDescription .btn {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 576px) {
  .rentCarsList .rentCarListItem .rentCarDescription .btn {
    left: 15px;
    right: unset;
  }
}

.filterrentCars .btn {
  float: right;
  margin-bottom: 30px;
}
.filterrentCars .btn:hover {
  color: #41b649;
}

.btn {
  padding: 10px;
}

@media (max-width: 991px) {
  .leftSideFilter {
    position: fixed;
    width: 200px;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #f0f2f1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transform: all 0.3s linear;
  }
  .leftSideFilter .closeFilter {
    width: 100%;
    height: 50px;
  }
  .leftSideFilter .btnClose {
    border: none;
    font-size: 30px;
    background: transparent;
    padding: 5px 15px;
    float: right;
    cursor: pointer;
  }

  .res-order .col-lg-6:last-child {
    order: 2;
  }
  .res-order .col-lg-6:nth-child(2) {
    order: 3;
  }

  .policy-description {
    margin-bottom: 25px;
  }
}
.tourSingleContent {
  padding-bottom: 30px;
}
.tourSingleContent .slickSliderTop {
  height: 340px;
  width: 100%;
  margin-bottom: 10px;
}
.tourSingleContent .slickSliderTop .slickItemTop {
  height: 340px;
}
.tourSingleContent .slickSliderTop .slickItemTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tourSingleContent .slickSliderBottom {
  height: 45px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 30px;
}
.tourSingleContent .slickSliderBottom .slickItemBottom {
  height: 45px;
  padding: 0 2px;
}
.tourSingleContent .slickSliderBottom .slickItemBottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tourSingleContent .slickSliderBottom .slick-prev:before, .tourSingleContent .slickSliderBottom .slick-next:before {
  color: #333;
}
.tourSingleContent .tourSingleShortDescription {
  padding-top: 40px;
}
.tourSingleContent .tourSingleShortDescription h5 {
  margin-bottom: 20px;
}
.tourSingleContent .tourSingleShortDescription .hotelLocation {
  margin-top: 5px;
  margin-bottom: 0px;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars {
  cursor: unset;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars .star {
  float: left;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.tourSingleContent .tourSingleShortDescription .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.tourSingleContent .toursLocPrice {
  height: 100%;
  padding-top: 40px;
  position: relative;
  text-align: right;
}
.tourSingleContent .toursLocPrice a {
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media (max-width: 991px) {
  .tourSingleContent .toursLocPrice a {
    left: 0;
    right: unset;
  }
}
.tourSingleContent form {
  margin-bottom: 0;
  min-height: 395px;
  padding-top: 50px;
  background-color: rgba(65, 182, 73, 0.2);
  margin-bottom: 50px;
}
.tourSingleContent form .form-group {
  margin-bottom: 40px;
}
.tourSingleContent .nav.nav-pills {
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
@media (max-width: 768px) {
  .tourSingleContent .nav.nav-pills li {
    width: 100%;
  }
}
.tourSingleContent .nav.nav-pills li a {
  background-color: rgba(65, 182, 73, 0.2);
  padding: 15px 20px;
  color: #333333;
  border-radius: 0;
}
.tourSingleContent .nav.nav-pills li a.active {
  background-color: #41b649;
  color: #fff;
}
.tourSingleContent .tab-content {
  background-color: rgba(65, 182, 73, 0.2);
  color: #333;
}
.tourSingleContent .tab-content .titleTabs {
  background-color: #41b649;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.tourSingleContent .tab-content .titleTabs h6 {
  margin-bottom: 0;
}
.tourSingleContent .tab-content p {
  padding: 0 15px;
}
.tourSingleContent .tab-content h5 {
  padding: 0 15px;
}
.tourSingleContent .tab-content .infoContent {
  padding-top: 40px;
}
.tourSingleContent .tab-content #pills-details ul {
  padding-left: 40px;
  margin-bottom: 40px;
}
.tourSingleContent .tab-content #pills-location {
  padding: 30px 15px 0;
}
.tourSingleContent .tab-content #pills-location h6 {
  margin-bottom: 30px;
}
.tourSingleContent .tab-content #pills-location p {
  padding: 0;
}
.tourSingleContent .tab-content .tourGoogleMap {
  padding: 30px 15px;
}
.tourSingleContent .tab-content .tourGoogleMap iframe {
  width: 100%;
}
.tourSingleContent .myMap {
  height: 350px !important;
}
.tourSingleContent .reviewsList {
  padding: 30px 15px;
}
.tourSingleContent .reviewsList .pagination {
  margin-bottom: 0 !important;
}
.tourSingleContent .reviewsList .reviewItem {
  margin-bottom: 30px;
}
.tourSingleContent .reviewsList .reviewItem .reviewPhoto {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
.tourSingleContent .reviewsList .reviewItem .reviewPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tourSingleContent .reviewsList .reviewItem h6 {
  margin-bottom: 20px;
}
.tourSingleContent .reviewsList .reviewItem h6::first-letter {
  text-transform: uppercase;
}
.tourSingleContent .reviewsList .reviewItem p {
  padding-left: 0;
}
.tourSingleContent .reviewsList .stars[data-stars] .star polygon {
  fill: #eec600;
}
.tourSingleContent .writeReview h6 {
  margin-bottom: 30px;
}
.tourSingleContent .writeReview form {
  padding-top: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  min-height: unset;
}
.tourSingleContent .writeReview form .form-group {
  margin-bottom: 20px;
}
.tourSingleContent .writeReview form input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: #f0f2f1;
}
.tourSingleContent .writeReview form textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px 15px;
  resize: none;
  overflow-y: scroll;
  border: none;
  background-color: #f0f2f1;
}

.rentCarSingleContent {
  padding-bottom: 80px;
}
.rentCarSingleContent .main-image {
  width: 100%;
  height: 220px;
}
.rentCarSingleContent .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rentCarSingleContent form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-bottom: 75px;
}
.rentCarSingleContent form label {
  color: #333333;
  font-size: 14px;
}
.rentCarSingleContent form select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.rentCarSingleContent form select:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  background: #f5f5f5;
}
.rentCarSingleContent form input {
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
}
.rentCarSingleContent form input:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  background: #f5f5f5;
}
.rentCarSingleContent .carSingleDescription {
  padding-top: 20px;
}
.rentCarSingleContent .carSingleDescription .rentCarName h5 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.rentCarSingleContent .carSingleDescription .rentCarName .rentCarLocation {
  margin-top: 5px;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings {
  display: inline-block;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars {
  cursor: unset;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars .star {
  float: left;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars .star polygon {
  fill: #d8d8d8;
  pointer-events: none;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars[data-stars] .star polygon {
  fill: #eec600;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarSingleContent .carSingleDescription .rentCarName .ratings .starsRating .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList {
  padding: 30px 15px;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList .pagination {
  margin-bottom: 0 !important;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList .reviewItem {
  margin-bottom: 30px;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList .reviewItem .reviewPhoto {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList .reviewItem .reviewPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList .reviewItem h6 {
  margin-bottom: 20px;
}
.rentCarSingleContent .carSingleDescription .rentCarName .reviewsList .reviewItem p {
  padding-left: 0;
}
.rentCarSingleContent .carSingleDescription .writeReview h6 {
  margin-bottom: 30px;
}
.rentCarSingleContent .carSingleDescription .writeReview form {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: unset;
}
.rentCarSingleContent .carSingleDescription .writeReview form .form-group {
  margin-bottom: 20px;
}
.rentCarSingleContent .carSingleDescription .writeReview form input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: #f0f2f1;
}
.rentCarSingleContent .carSingleDescription .writeReview form textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px 15px;
  resize: none;
  overflow-y: scroll;
  border: none;
  background-color: #f0f2f1;
}
.rentCarSingleContent form {
  margin-bottom: 0;
  min-height: 395px;
  padding-top: 50px;
  background-color: rgba(65, 182, 73, 0.2) !important;
  margin-bottom: 50px;
}
.rentCarSingleContent form .form-group {
  margin-bottom: 40px;
}
.rentCarSingleContent .options .header-options,
.rentCarSingleContent .summary .header-options,
.rentCarSingleContent .policy .header-options {
  background: #41b649;
}
.rentCarSingleContent .options .titleTabs,
.rentCarSingleContent .summary .titleTabs,
.rentCarSingleContent .policy .titleTabs {
  background-color: #41b649;
  color: #fff;
  padding: 15px;
}
.rentCarSingleContent .options .titleTabs h6,
.rentCarSingleContent .summary .titleTabs h6,
.rentCarSingleContent .policy .titleTabs h6 {
  margin-bottom: 0;
}
.rentCarSingleContent .options form,
.rentCarSingleContent .summary form,
.rentCarSingleContent .policy form {
  padding-top: 20px;
  margin-bottom: 20px;
}
.rentCarSingleContent .options .table-striped tbody tr:nth-of-type(odd),
.rentCarSingleContent .options .policy-description,
.rentCarSingleContent .summary .table-striped tbody tr:nth-of-type(odd),
.rentCarSingleContent .summary .policy-description,
.rentCarSingleContent .policy .table-striped tbody tr:nth-of-type(odd),
.rentCarSingleContent .policy .policy-description {
  background-color: rgba(65, 182, 73, 0.2) !important;
}
.rentCarSingleContent .options .table-striped td,
.rentCarSingleContent .summary .table-striped td,
.rentCarSingleContent .policy .table-striped td {
  border: none;
  padding: 15px !important;
}
.rentCarSingleContent .bottomDescription .carFeatures {
  margin-top: 21px;
}

.searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transform: all 0.5s linear;
}
.searchOverlay .closeSearchButton {
  position: absolute;
  right: 20px;
  top: 15px;
}
.searchOverlay .closeSearchButton button {
  background-color: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 32px;
  font-weight: 100;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.searchOverlay .inputForm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 343px;
}
@media (max-width: 400px) {
  .searchOverlay .inputForm {
    width: 90%;
  }
}
.searchOverlay .inputForm form {
  display: flex;
}
.searchOverlay .inputForm form input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  outline: none;
  box-shadow: none;
  color: #fff;
}
@media (max-width: 400px) {
  .searchOverlay .inputForm form input {
    width: calc(100% - 40px);
  }
}
.searchOverlay .inputForm form button {
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 28px;
  line-height: 26px;
  padding: 0;
  margin-left: 10px;
  width: 28px;
}

.cartSection table {
  width: 100%;
  background-color: rgba(65, 182, 73, 0.2);
  color: #333333;
  margin-bottom: 30px;
}
.cartSection table thead {
  background-color: #41b649;
  color: #fff;
}
.cartSection table thead th {
  padding: 15px 10px;
}
.cartSection table thead th h6 {
  margin-bottom: 0;
}
.cartSection table thead th:last-child {
  text-align: right;
}
.cartSection table thead th .emtpyCart {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.cartSection table tbody {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.cartSection table tbody:last-child() {
  border-bottom: none;
}
.cartSection table tbody tr td {
  padding: 15px 10px;
}
.cartSection table tbody tr td h5 {
  margin-bottom: 5px;
}
.cartSection table tbody tr td h6 {
  margin-bottom: 0;
}
.cartSection table tbody tr td:last-child {
  text-align: right;
}
.cartSection table tbody tr td span {
  float: right;
}
.cartSection table tbody tr td .form-group {
  text-align: left;
  margin-bottom: 0;
}
.cartSection table tbody tr td .form-group textarea {
  width: 100%;
  margin-bottom: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
  resize: none;
}
.cartSection table tbody tr td a {
  color: #41b649 !important;
  cursor: pointer;
}
.cartSection table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.7);
}
.cartSection .titleTabs {
  background-color: #41b649;
  color: #fff;
  padding: 15px;
  margin-bottom: 0px;
}
.cartSection .titleTabs h6 {
  margin-bottom: 0;
}
.cartSection form input {
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cartSection form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cartSection .orderSummary {
  background-color: rgba(65, 182, 73, 0.2);
  margin-bottom: 30px;
}
.cartSection .orderSummary .paymentType {
  padding: 15px;
}
.cartSection .orderSummary .paymentType form .btn {
  margin-bottom: 30px;
}
.cartSection .orderSummary .paymentSummary p:last-child {
  color: #ff2626;
}
.cartSection .yourInfo {
  margin-bottom: 80px;
  background-color: rgba(65, 182, 73, 0.2);
}
.cartSection .yourInfo .yourInfoForm {
  padding: 15px;
}
.cartSection .yourInfo .yourInfoForm .passwordFields {
  margin-top: 30px;
  height: 0;
  overflow: hidden;
}
.cartSection .yourInfo .yourInfoForm .btn {
  margin-bottom: 0;
}
.cartSection .yourInfo .yourInfoForm label a {
  color: #41b649;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header .header {
  background-color: rgba(65, 182, 73, 0.9);
  color: #fff;
}
header .header .topNav {
  font-family: "Lato Light", sans-serif;
  font-size: 14px;
  text-align: right;
  padding: 15px 0 10px;
}
header .header .topNav > div {
  display: inline-block;
  margin-left: 30px;
}
header .header .topNav > div i {
  margin-right: 5px;
}
header .header .topNav > div i.fa-phone {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 991px) {
  header .header .topNav {
    text-align: left;
  }
  header .header .topNav > div:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header .header .topNav {
    height: 50px;
  }
  header .header .topNav > div {
    display: none;
  }
}
header .header .bottomNav nav.navbar {
  padding: 0 0 15px 0;
}
@media (max-width: 991px) {
  header .header .bottomNav nav.navbar .navbar-toggler {
    order: 4;
    padding-left: 0;
    padding-right: 0;
  }
}
header .header .bottomNav nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
  height: 3px;
  position: relative;
  display: block;
}
header .header .bottomNav nav.navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  margin-top: -9px;
}
header .header .bottomNav nav.navbar .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  margin-top: 9px;
}
header .header .bottomNav nav.navbar .navbar-brand {
  padding: 0;
  font-size: 20px;
  color: #fff;
}
header .header .bottomNav nav.navbar .navbar-brand img {
  width: 250px;
}
header .header .bottomNav nav.navbar .navbar-brand i {
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
  margin-right: 5px;
  font-size: 22px;
}
@media (max-width: 991px) {
  header .header .bottomNav nav.navbar .navbar-collapse {
    position: absolute;
    background: rgba(65, 182, 73, 0.9);
    width: 100%;
    top: 100%;
    text-align: center;
    margin-top: 2px;
  }
}
header .header .bottomNav nav.navbar .navbar-collapse ul.navbar-nav {
  margin: 0 0 0 auto;
}
header .header .bottomNav nav.navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  color: #fff;
  font-family: "Lato Regular", sans-serif;
  font-size: 16px;
  padding: 0;
  margin-left: 25px;
}
@media (max-width: 991px) {
  header .header .bottomNav nav.navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    margin-left: 0;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  header .header .bottomNav .rightNav {
    order: 2;
    position: absolute;
    top: -35px;
    right: 0;
  }
}
header .header .bottomNav .rightNav ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 0;
}
header .header .bottomNav .rightNav ul li {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
header .header .bottomNav .rightNav ul li button {
  outline: none !important;
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-toggle {
  color: #fff;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
  outline: none !important;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: unset;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-menu .dropdown-item {
  border-radius: 0;
  padding: 0;
  margin-left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-menu .dropdown-item a {
  padding: 0.25rem 1.5rem;
  display: block;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transform: all 0.3s linear;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-menu .dropdown-item a:hover {
  text-decoration: none;
  color: #41b649;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #41b649;
  border-radius: 0;
}
header .header .bottomNav .rightNav ul li.dropdown .dropdown-menu .dropdown-item.active a {
  color: #fff;
}
header .header .bottomNav .rightNav ul li.headerCart a {
  color: #fff;
}

body p {
  font-family: "Lato Light", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
body p.descriptionP, body .descriptionP p {
  margin-bottom: 45px;
}
body h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
body h2 {
  font-family: "Fira Sans Medium", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333333;
}
body h2.defaultH2::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #6bc571;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 10px;
}
body h3 {
  font-size: 28px;
}
body h4 {
  font-size: 24px;
}
body h5 {
  font-size: 20px;
  font-family: "Fira Sans Medium", sans-serif;
  margin-bottom: 35px;
  color: #333333;
}
body h6 {
  font-size: 18px;
}
body section.defaultSection {
  padding: 75px 0px 0px;
  position: relative;
}
body section.defaultSection.latestBlog {
  padding-bottom: 45px;
}
body main {
  position: relative;
}
body .pb70 {
  padding-bottom: 75px;
}
body label {
  font-family: "Lato Regular", sans-serif;
}

footer {
  background-color: #333333;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
footer .footer {
  z-index: 1;
  padding: 50px 0px 20px;
  position: relative;
}
footer .footer .row > div {
  margin-bottom: 30px;
}
footer .footer h5 {
  color: White;
  margin-bottom: 25px;
}
footer .footer .footerParallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/footerBackground.png);
  background-size: 100%;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  opacity: 0.1;
}
footer .footer .footerLogo a {
  padding: 0;
  font-size: 20px;
  color: #fff;
}
footer .footer .footerLogo a i {
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
  margin-right: 5px;
  font-size: 22px;
}
footer .footer ul {
  list-style: none;
  padding: 0;
}
footer .footer ul li {
  margin: 17px 0;
}
footer .footer ul li a {
  color: #fff;
}
footer .footer .subscribeNewsletter {
  position: relative;
  margin-top: 15px;
}
footer .footer .subscribeNewsletter p {
  margin-bottom: 5px;
}
footer .footer .subscribeNewsletter form {
  width: 100%;
}
footer .footer .subscribeNewsletter form input {
  width: calc(100% - 37px);
  display: inline-block;
  height: 42px;
  border-radius: 0;
}
footer .footer .subscribeNewsletter form .btn {
  border-radius: 0;
  padding: 10px 12px 10px 10px;
  min-width: unset;
  display: inline-block;
}
footer .footer .subscribeNewsletter .socialNetworks {
  margin-top: 40px;
  text-align: right;
  font-size: 22px;
}
@media (max-width: 576px) {
  footer .footer .subscribeNewsletter .socialNetworks {
    text-align: left;
  }
}
footer .footer .subscribeNewsletter .socialNetworks a {
  margin-left: 15px;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transform: all 0.5s linear;
}
@media (max-width: 576px) {
  footer .footer .subscribeNewsletter .socialNetworks a:first-child {
    margin-left: 0;
  }
}
footer .footer .subscribeNewsletter .socialNetworks a:hover {
  color: #41b649;
}
footer .copyright {
  z-index: 2;
  background-color: #2d2d2d;
  padding: 10px 0;
  text-align: center;
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright p a {
  color: #e5335e;
}

/*# sourceMappingURL=style.css.map */
