
.vcard {
  display: initial;
  margin: 0;
  border: 0;
  padding: 0;
}

a {
  color: #616161;
}

a:hover {
  color: #222;
}

a:link,
a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

ul {
  margin-left: 1.5rem;
}

ol {
  margin-left: 1.8rem;
}

input,
textarea {
  box-shadow: none !important;
}

h1 {
  font-size: 1.875rem;
}

/* Header */

#header h1 {
  font-family: inherit;
  font-size: 2rem;
}

#header a {
  color: #fff;
}

/* Navigation menus */

.nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#header ul.sub-menu,
#header ul.children {
  display: none;
}

#header ul.sub-menu li:last-child,
#header ul.children li:last-child {
  border-bottom: none;
}

#header ul.sub-menu li > a:before,
#header ul.children li > a:before {
  content: "\f0da";
  margin: 0 4px 0 2px;
  font-family: "FontAwesome";
}

#header a:hover,
#header li:hover > a,
#header li.current_page_item > a,
#header li.current_page_ancestor > a {
  color: #e1e8da;
}

#header li[class*="children"] > a:after {
  content: "\f0d7";
  margin-left: 4px;
  font-family: "FontAwesome";
}

#header li[class*="children"] li {
  margin-left: 0.6rem;
  text-indent: -0.6rem;
}

/* Front page slider */

.home .flex-viewport {
  position: relative;
  overflow: visible !important;
  height: inherit !important;
}

.flexslider {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.home .slides li {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 420px !important;
}

.flexslider-section {
  overflow: hidden;
}

.flex-left-opacity,
.flex-right-opacity {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.flex-left-opacity {
  left: -100%;
}

.flex-right-opacity {
  right: -100%;
}

.flex-title,
.flex-caption {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  -webkit-text-shadow: 2px 2px 2px #000;
  -moz-text-shadow: 2px 2px 2px #000;
}

.flex-title {
  font-size: 2rem;
}

.flex-next,
.flex-prev {
  height: 55px !important;
}

/* Breadcrumbs */

.breadcrumbs {
  display: block;
  overflow: hidden;
  margin: 2rem 0;
  list-style: none;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.breadcrumbs > *:before {
  content: "\f105";
  color: #aaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  font-family: "FontAwesome";
}

.breadcrumbs > *:first-child:before {
  content: "";
  margin: 0;
}

/* Articles */

.single article {
  margin-bottom: 2rem;
}

/* Article navigation links */

.navlink {
  border-top: 1px dotted #ddd;
  padding-top: 1rem;
}

.navlink > span {
  width: 50%;
}

.navlink-meta {
  display: block;
}

.navlink-prev {
  padding-right: 0.25rem;
}

.navlink-next {
  padding-left: 0.25rem;
}

/* page links */

#page-links {
  margin-bottom: 1rem;
  line-height: 2rem;
}

#page-links a {
  text-decoration: none;
}

#page-links span {
  padding: 3px 13px;
  background: #f3ec70;
  color: #fff;
}

#page-links a span {
  background: transparent;
  color: #777;
}

#page-links a span:hover {
  background: #f4efe3;
}

/* Archives */

.archive-title > span {
  font-size: 80%;
}

.ym-alert-box {
  margin-bottom: 0px !important;
  text-align: center;
  padding: 1px;
  color: #fff !important;
}

.alert-box.info {
  background-color: #2f5794 !important;
  border-color: #bdc3c7 !important;
}

a.getstart {
  color: #e21111;
}

article.archive .inline-postmeta {
  margin-left: 0;
  font-size: 0.875rem !important;
  margin-bottom: 5px;
  line-height: 20px;
}

article.archive .inline-list > li {
  margin-left: 0;
  margin-right: 1rem;
}

.more,
.more a {
  margin-bottom: 10px;
  margin-top: 0px;
}

/* Pagination */

.pagination {
  margin: 2rem 0 0;
}

.screen-reader-text {
  display: none;
}

.page-numbers {
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
}

.page-numbers li {
  display: inline-block;
  margin: 0 0 5px;
  line-height: 2em;
}

.page-numbers li:first-child {
  margin-left: 0;
}

.page-numbers li a,
.page-numbers li span {
  display: block;
  padding: 0 1em;
}

.page-numbers li span.current {
  background: #d38734;
  color: #fff;
  cursor: default;
}

.page-numbers a:hover {
  background: #f4efe3;
}

.columns.medium-12.ppp {
  margin-top: 375px;
  padding-top: 75px;
  padding-bottom: 20px;
}

h2.letplan {
  text-align: center;
  color: #c2c300;
}

/* Images */

.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.alignleft {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 1rem 1rem 0;
}

.alignright {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 0 1rem 1rem;
}

.alignnone {
  margin: 0 auto 1rem;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  margin-top: 3px;
  color: #888;
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
}

.wp-caption-text a,
*[itemprop="articleBody"] a {
  text-decoration: underline;
}

/* Password protected posts */

label[for^="pwbox"] {
  float: left;
}

label[for^="pwbox"] > input[type="password"] {
  width: 12rem;
}

label[for^="pwbox"] + input[type="submit"] {
  height: 2.3125rem;
  margin-top: 1.26rem;
  border: 0;
  background: #777;
  color: #fff;
  cursor: pointer;
}

label[for^="pwbox"] + input[type="submit"]:hover {
  background: #222;
}

/* Texts */

.text-black {
  color: #222;
}

.text-gray {
  color: #777;
}

.text-green {
  color: #269951;
}

.text-blue {
  color: #256a84;
}

.text-red {
  color: #d35034;
}

.text-yellow {
  color: #d38734;
}

.font-quicksand {
  font-family: inherit;
}

.font-awesome {
  font-family: "FontAwesome";
}

.font-bold {
  font-weight: bold;
}

.font-bigger {
  font-size: 125%;
}

.font-smaller {
  font-size: 90%;
}

/* Buttons */

.button.black {
  background-color: #555;
  border-color: #444;
  color: #fff;
}
.button.transparent {
  background: transparent;
}

.button.black:hover,
.button.black:focus {
  background: #222;
}

/* Tables */

table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 0px;
}


table thead,
table tfoot {
  background: #f5f5f5;
}

table thead tr:last-child {
  border-bottom: 1px solid #ddd;
}

table tfoot tr {
  border-top: 1px solid #ddd;
}

table tr th,
table tr td {
  padding: 0.25rem;
}

/* Comments */

#comments,
#respond {
  margin: 0 0 1rem;
  padding: 2% 3%;
  font-size: 0.875rem;
}

#comments > h3,
#respond > h3 {
  margin-bottom: 2rem;
  font-family: inherit;
  font-weight: bold;
}

#comments {
  background: #fafaff;
}

.comment-body {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.comment-meta {
  margin-bottom: 0.875rem;
}

.comment-author img {
  float: left;
  margin-right: 0.5rem;
}

.comment-metadata {
  font-size: 80%;
}

.bypostauthor b {
  color: #d35034;
}

.bypostauthor b:after {
  content: "\f005";
  margin-left: 0.125rem;
  font-family: "FontAwesome";
}

.reply {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

#respond {
  background: #f3f3f3;
}

#commentform label {
  display: inline-block;
}

.required {
  color: #d35034;
}

.comments_pagination a {
  display: inline-block;
}

.comments_pagination a:hover {
  background: #f4efe3;
}

.comments_pagination .page-numbers {
  padding: 0.3rem 0.7rem;
  font-size: 0.875rem;
}

.comments_pagination .current {
  background: #d38734;
  color: #fff;
}

.form-submit input {
  margin-bottom: 0;
}

/* Widgets */

.widget {
}

.widget h1 {
  margin-top: 0;
  font-family: inherit;
}

.widget ul {
  margin-left: 0;
  list-style: none;
}

.widget ul li {
  padding: 0 1rem;
  text-indent: -1rem;
  color: #26a65b;
}

.widget ul li:before {
  content: "\f111";
  margin: 0 0.5rem 0 2px;
  font-family: "FontAwesome";
  font-size: 12px;
  /* color: #26a65b; */
}

/* Widget calendar */

#wp-calendar {
  text-align: center;
}

#wp-calendar caption {
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0.25rem 0;
  background: #eaeaea;
}

/* Widget Posts */

.post-date {
  margin-left: 6px;
  font-size: 0.875rem;
}

/* Widget RSS */

.rss-date,
.rssSummary,
.widget_rss cite {
  font-size: 0.875rem;
}

.rssSummary {
  text-indent: 0;
}

.widget_rss cite {
  display: block;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #ddd;
  text-indent: 0;
}

/* Page top button */

.page-top {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 4%;
  width: 4.5rem;
  margin-bottom: 0;
  border-radius: 2.8rem;
  -webkit-border-radius: 2.8rem;
  background: #269951;
  opacity: 0.5;
  line-height: 4.5rem;
  text-align: center;
}

.page-top a {
  display: block;
  color: #fff;
}

.page-top:hover {
  opacity: 0.8;
}

/* External media links */

.moveWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.moveWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quick-sale {
  display: inline;
}
.quick-sale a {
  text-decoration: none;
}

.quick-sale ins {
  text-decoration: none;
}
.quick-sale h2 {
  font-size: 12px;
  margin: 5px;

  text-decoration: none;
}
.quick-sale ul {
  padding: 0px;
}
.quick-sale li {
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-top: 0px;
  overflow: hidden;
  display: inline-block;
  width: 23%;
  text-decoration: none;
}

span .onsale {
  position: relative;
  top: 25px;
  left: 10px;
  background-color: yellow;
  padding: 1px;
  display: block;
  font-size: 11px;
  width: 40px;
  text-align: center;
}

.quick-sale .button {
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.quick-sale .span {
  text-decoration: none;
}
.quick-sale img {
  display: block;
  text-align: -webkit-match-parent;
}
@media only screen and (max-width: 767px) {
  .quick-sale li {
    position: relative;
    top: 0px;
    margin-right: 5px;
    margin-top: 0px;
    overflow: hidden;
    display: inline-block;
    width: 97%;
    text-decoration: none;
  }
  #footer .menu-item {
    position: relative;
  }
  #footer .menu-item::after {
    content: "";
    width: 2px;
    height: 61%;
    position: absolute;
    right: 6px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #ffff;
  }
  #footer .menu .menu-item:last-child::after {
    display: none;
  }
  .widget h6.greenHead {
    margin: 5px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1123px) {
  .quick-sale li {
    position: relative;
    top: 0px;
    margin-right: 5px;
    margin-top: 0px;
    overflow: hidden;
    display: inline-block;
    width: 48%;
    text-decoration: none;
  }
  .quick-sale img {
    width: 80%;
  }
  .quick-sale h2 {
    height: 40px;
  }
}
@media only screen and (max-width: 40.062em) {
  .flex-title {
    padding: 10% 1.5rem 0.5rem;
    font-size: 1.75rem;
    line-height: 1;
  }
  .nav {
    margin-bottom: 0;
    border: 2px solid transparent;
    background: #e7e7e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .nav-button {
    margin-bottom: 0;
    padding: 0.35rem 0;
  }
  #header .menu-item > a {
    display: block;
    border-top: 1px dashed #ccc;
    padding: 0.35rem;
  }
  #header .menu-item:hover,
  #header .menu-item:hover {
    background: #eee;
  }
  .flexslider {
    margin-bottom: 2rem;
  }
  .flex-control-nav {
    bottom: -2rem;
  }
  .alignright,
  .alignleft {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .page-top {
    right: 1%;
    bottom: 1%;
    width: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 40.063em) {
  /* Header */
  #header {
    background-color: #26a65b;
    text-align: right;
  }
  #header h1 {
    font-size: 2.4rem;
  }
  .home .flex-viewport li {
    max-height: 300px;
  }
  .flex-title {
    top: 35%;
  }
  .flex-caption {
    top: 40%;
    font-size: 1.5rem;
  }
  #header ul.sub-menu,
  #header ul.children {
    position: absolute;
    margin-left: 0;
    border: 1px dashed #ddd;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    right: 0;
  }
  #header ul.sub-menu li,
  #header ul.children li {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ddd;
    line-height: 2;
    font-size: 0.875rem;
  }
  #header ul.sub-menu li > a,
  #header ul.children li > a {
    padding: 0.35rem;
  }
  #header ul.sub-menu li:hover,
  #header ul.children li:hover {
    background: #fff;
  }
  #header ul.sub-menu .sub-menu,
  #header ul.sub-menu .children {
    top: 0;
    left: 100%;
    width: 100%;
  }
  /* Front page slider */
  .slider-title {
    font-size: 2.5rem;
  }
  .slider-caption {
    font-size: 1.5rem;
  }
  /* Articles */
  article h1 {
    font-size: 2rem;
  }
  /* Archives */
  .archive-title {
    margin: 0 0 1.5rem;
    font-size: 2.2rem;
  }
  article.archive h1 {
    margin-top: 0;
  }
  /* Widget */
  .widget h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .home .flex-viewport li {
    max-height: none;
    height: 100% !important;
  }
  .post-date {
    vertical-align: text-top;
  }
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: -46px;
  }
}

.features {
  text-align: center;
}

.features hr {
  width: 25%;
  margin: 1rem auto;
}

@media only screen and (max-width: 40em) {
  .features .columns {
    margin-bottom: 5rem;
  }
}

::-webkit-scrollbar {
  width: 0.8rem;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  /* border-left: 1px solid #ccc; */
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

p.site-desc {
  margin-top: -5px;
  margin-bottom: 6px;
  float: right;
  color: #fff;
  font-size: 10px;
  font-family: inherit;
  padding-top: -5px;
  letter-spacing: 0.8px;
}

.likefb {
  margin-top: 19px;
}

#footer-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#footer-nav li {
  display: inline;
}

#footer-nav ul li a {
  color: #ffffff;
}

#footer-nav li + li::before {
  content: " | ";
}

.filter-bar {
  min-height: 3em;
  background-color: #eff3f6;
  margin: 3px;
  height: 40px;
}

.filter-bar-green {
  background-color: #7dc301;
  height: 38px;
}

.top-slider {
  width: 100%;
  overflow: hidden;
}

.pkg-select {
  height: 31px;
  padding: 0px;
}

/* Header Menu */

.ymHeader {
  /* box-shadow: 0px 1px 1px #ddd; */
  margin-top: 4px;
}

.ymHeaderNav {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: auto;
}

.ymPlannerButton {
  text-align: center;
  line-height: 1.2em;
  color: #fff;
  width: auto;
  margin-top: 23px;
  padding: 5px 7px 5px 7px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 17px;
  font-family: inherit;
}

.ymHeaderPopUp {
  height: 1.5em;
  top: 15px;
  float: right;
  cursor: pointer;
  margin-top: 0.3em;
  margin-left: 0.3em;
  float: right;
}

.main-btn {
  background-color: rgb(123, 195, 0);
}

/* Card */

.pkg-card {
  background-color: #f9f9f9;
  overflow: hidden;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pkg-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.pkg-review {
  border-top: 1px solid #e4e8eb;
  padding: 1px;
}

.pkg-thumb a:hover {
  background-image: url(img/fea.png);
}

.row.pkg-option {
  border: #e7e7e7;
  border-bottom-style: double;
  border-top-style: double;
  border-radius: 4px;
  padding: 2px;
}

.pkgoptlist {
  list-style: none;
}

.greentick {
  font-size: 12px;
  color: #7ec406;
}

a.newplan {
  text-decoration: underline;
}

.row.newtrip {
  overflow: hidden;
}

.ym-gray {
  color: #c0c6cc;
}

/* Home Planner*/

.HomePlanner {
  padding: 5px 7px 5px 7px;
  border: 1px solid #efefef;
  margin: 2px;
  margin-left: 15px;
  margin-right: 15px;
}

.planbutton {
  background-color: #fc0559;
  margin-top: 2px;
}

#topFirst {
  font-family: inherit;
  background-color: #1d9a51;
  height: 1.8em;
  line-height: 1.8em;
}

#topFirst .top_menu_container {
  width: 80%;
  float: none;
  margin: auto;
}

#topFirst ul {
  margin: 0;
  padding: 1px;
  list-style-type: none;
  list-style-image: none;
  font-size: 16px;
  line-height: 1.8em;
  position: relative;
}

#topFirst li {
  display: inline-block;
  padding-left: 20px;
  border-right: 1px solid rgb(233, 233, 233);
  padding-right: 8px;
}

#topFirst ul li a {
  color: #fff;
  font-weight: 100;
  font-size: 15px;
}

#topFirst li + li::before {
  color: #fff;
  width: 1px;
  padding-right: 2px;
}

.ul.slides {
  width: 100%;
}

.timelinelist li {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  color: #7bc300;
  background: #eeeeee;
}

.wprs_site_rate_it {
  background-repeat: no-repeat;
  width: 250px;
  background-position: 95% 100%;
  background-color: #fff;
  padding: 20px 0 0 20px;
}

.imagecredit {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.75));
  color: #9a9a90;
  padding: 10px 0;
}

.filtering {
  border-style: solid;
  border-width: 1px;
  background-color: #eff3f6;
  border-color: #dcdcdc;
  border-radius: 3px;
  padding: 2px;
  margin-top: 20px;
}

.pkg-single-header {
  border-bottom: 1px solid #efefef;
}

#single-pkg-header {
  background-color: rgb(244, 248, 251);
}

ul.pkgfeaturesul {
  font-size: 11px;
}

.link-green {
  color: rgb(123, 195, 0);
}

span.alpha {
  position: absolute;
  top: 19px;
  padding: 2px 1px;
  border: 2px;
  font-size: 12px;
  border-color: #000;
  color: rgba(249, 249, 249, 0.97);
  text-shadow: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

#sidebar .ec-stars-overlay {
  background-color: #fff;
}

#single-pkg-header .ec-stars-value {
  font-size: 0.9em;
}

.filterh3 {
  padding-top: 8%;
  padding-left: 1%;
}

.pkg-single-header .ec-stars-value {
  display: inline;
}

a.sharecss {
  color: #ffffff;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.headbook {
  margin-top: 5px;
}

.filterbutton {
  margin-top: 25px;
}

.row {
  max-width: 100%;
}

.HeaderTopDropDown {
  display: inline-block;
  color: #fff;
  font-family: inherit;
  padding-left: 5px;
  font-size: 13px;
  height: 1.8em;
  line-height: 1.8em;
  display: -webkit-inline-box;
}

.goog-te-combo {
  color: #fff;
  background: rgba(255, 255, 255, 0) !important;
  border: 0px solid #000 !important;
}

.TopPanelAlign {
  display: block;
}

.DetailsTextBox1 {
  height: 30px;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  border: 0px solid #ddd;
  text-align: left;
  border-radius: 4px;
  font-family: inherit;
  line-height: 30px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 5px;
  border-right-width: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: auto;
}

.DetailsTextBox2 {
  height: 30px;
  outline: none;
  color: #4d4d4d;
  font-size: 13px;
  border: 1px solid #ddd;
  text-align: left;
  border-radius: 4px;
  margin-top: 15px;
  font-family: inherit;
  line-height: 30px;
  left: 15px;
  padding-left: 7px;
  border-right-width: 0px;
  width: calc(100% - 45px);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.SelectIcon {
  height: 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  line-height: 28px;
  text-align: left;
  padding: 0px;
  cursor: pointer;
  border: 0px solid rgb(226, 226, 226);
  border-left-width: 0px;
  width: auto;
  float: left !important;
}

.SelectIconSmall {
  height: 30px;
  background-color: #ffffff;
  width: 35px;
  margin-top: 15px;
  left: 13px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #4a4a4a;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  cursor: pointer;
  border: 1px solid rgb(226, 226, 226);
  border-left-width: 0px;
}

.SelectOptionsText {
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  background-color: rgb(83, 176, 47);
  cursor: pointer;
}

.SelectOptions {
  height: 100px;
  position: absolute;
  z-index: 999;
  width: calc(100% - 0px);
  color: #fff;
  border: 1px solid rgb(83, 176, 47);
  border-radius: 2px;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  left: 0px;
}

.SelectOptionsSmall {
  height: 90px;
  position: absolute;
  background: rgb(255, 255, 255);
  z-index: 999;
  width: calc(100% - 13px);
  color: #fff;
  border: 1px solid orange;
  border-radius: 3px;
  display: none;
  overflow: hidden;
  left: 15px;
}

.SelectOptions::-webkit-scrollbar {
  width: 3px;
}

.SelectOptions::-webkit-scrollbar-track {
  background: rgba(83, 176, 47, 1);
}

.SelectOptions::-webkit-scrollbar-thumb {
  background: rgb(53, 127, 24);
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-5 {
  margin-top: 5px;
}

.StateSelector {
  display: inline-block;
  float: right;
}

.PlannerButton {
  float: left !important;
}


div#slider .flex-direction-nav a:before {
  font-family: none;
  font-size: 40px;
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0);
  text-shadow: none;
  background-image: url("./img/arrow.PNG");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 29px;
  height: 55px;
  background-position: center;
}

div#slider .flex-direction-nav .flex-prev {
  left: 0px !important;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

.top-slider-p.top-slider-title {
  color: #fff;
  text-align: center;
  margin: 0px;
  font-size: 30px;
  font-family: inherit;
  background-color: rgba(102, 195, 27, 0.8);
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.SliderTitleText {
  text-align: center;
  top: 120px;
  height: 50px;
}

.top-slider-p.top-slider-caption {
  color: #fff;
  text-align: center;
  margin: 0px;
  font-size: 21px;
  font-family: inherit;
  background-color: rgba(27, 163, 195, 0.8);
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.SliderSubTitleText {
  text-align: center;
  top: 120px;
  height: 35px;
}

.SocialMediaPanel {
  text-align: center;
  margin-top: 25px;
}

.footerLinkAlign {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: inherit;
}

input.field {
  color: #383838;
  font-family: inherit;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

input.field:focus {
  background-color: #fff;
}

.widget.widget_meta li {
  color: rgb(123, 195, 0);
  font-size: 14px;
  margin-top: 3px;
}

h1.widgettitle {
  font-family: inherit;
}

/*If Search box present*/

input.submit.button.postfix.black.font-awesome {
  margin: 0px;
  margin-top: 7px;
}

input.field {
  margin-top: 7px;
}

h1 {
  margin: 0px;
}

/* ----------End------------*/

.FilterPackagePanel {
  margin-top: 40px;
  margin-bottom: 40px;
}

.PackagesTitle {
  background-color: #7dc301;
  height: 40px;
  font-family: inherit;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-right: 0px;
}

.ContentOnRight {
  height: 500px;
  background: rgb(240, 240, 240);
  margin-top: 50px;
  color: #ababab;
  text-align: center;
  line-height: 50px;
}

.SortedBy {
  font-family: inherit;
  font-size: 13px;
  color: #c2c2c2;
  height: 40px;
  background-color: rgb(242, 242, 242);
  line-height: 40px;
}

select.FilterPackageSelectBox {
  height: 30px;
  outline: none;
  color: #4d4d4d;
  font-size: 14px;
  border: 1px solid rgba(221, 221, 221, 0);
  text-align: left;
  border-radius: 4px;
  font-family: inherit;
  top: 5px;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  background-color: #fff;
  line-height: 30px;
}

select.FilterPackageSelectBox:hover {
  border-color: rgb(131, 205, 0);
}

.SelectboxContainer {
  height: 40px;
  background-color: rgb(242, 242, 242);
}

.SearchBoxContainer {
  height: 40px;
  background-color: rgb(242, 242, 242);
  line-height: 40px;
  text-align: right;
  color: #b2b2b2;
  cursor: pointer;
}

.SearchBoxContainer:hover {
  color: #7dc301;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgb(242, 242, 242);
  display: inline-block;
  position: relative;
  right: -1px;
  top: 4px;
}

.PackagesText {
  display: inline-block;
  width: calc(100% - 12px);
}

h6.entry-title {
  color: #616161;
  font-family: inherit;
  margin-left: 10px;
  line-height: 35px;
  font-size: 20px;
  text-transform: capitalize;
}

.PackageThumbnail img {
  height: 185px !important;
}

.StarRatingPackage {
  padding-left: 15px;
  color: rgb(252, 175, 35);
  font-size: 16px;
  padding-left: 30px;
  padding-right: 0px;
}

.PackageRate {
  display: inline;
  font-family: inherit;
  color: rgb(123, 195, 0);
  top: -1px;
  left: -5px;
  position: relative;
}

.DayAndNight {
  display: inline-block;
  position: relative;
  top: -4px;
  color: #fff;
}

.PackageRateWrapper {
  display: inline-block;
  padding-left: 15px;
  font-size: 20px;
}

i.fa.fa-moon-o {
  padding-left: 7px;
}

.PackageReview {
  font-family: inherit;
  font-size: 13px;
}

.PackageComment {
  color: rgb(123, 195, 0);
}

a.link-green.PackageReview:hover {
  color: rgb(108, 168, 7);
}

table.help {
  border: 0px solid #ddd;
}

.PackageSid3barThinGreen {
  color: rgb(115, 176, 7);
  font-size: 15px;
  font-family: inherit;
}

.PackageSid3barThinBlack {
  font-family: inherit;
  color: #4d4d4d;
}

.help tr {
  height: 28px;
}

.row.PackageFilterSearchContainer {
  margin: 0px;
  height: 36px;
  position: absolute;
  width: 0px;
  right: -11px;
  top: 2px;
  z-index: 1;
  display: none;
}

input.PackageFilterSearch {
  background-color: white !important;
  border: 0px solid #ddd !important;
  margin: 0px;
  height: 36px;
  color: rgb(125, 195, 1);
  font-size: 15px;
  font-family: inherit;
}

i.fa.fa-search {
  position: relative;
  z-index: 2;
}

.row div#sidebar {
  float: left;
}

ol.breadcrumbs {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0.5rem 0;
}

.breadcrumbs {
  border-width: 0;
  padding: 0;
}

p {
  font-size: 1em;
  text-align: justify;
}

.HotelSearchTitle {
  color: rgb(125, 195, 1);
  font-family: inherit;
  font-size: 17px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 25px;
}

input.HotelSearchTextBox {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: rgb(81, 81, 81);
  font-size: 15px;
  font-family: inherit;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  outline: none;
}

.HotelSearchButtons {
  text-align: right;
  position: absolute;
  top: 6px;
  right: 27px;
  cursor: pointer;
  color: #ddd;
  width: auto;
  padding: 0px;
  outline: none;
}

input.HotelSearchTextBox:focus {
  background-color: #fff;
  border-color: rgb(125, 195, 1);
}

.HotelSearchButtons:hover {
  color: rgb(125, 195, 1);
}

.HotelSearchText {
  color: rgb(181, 181, 181);
  font-size: 15px;
  font-family: inherit;
}

.padding-left-Zero {
  padding-left: 7.5px;
}

.padding-right-Zero {
  padding-right: 7.5px;
}

input.HotelSelectNumberBox {
  padding-right: 0px;
}

.row.SearchButtonHotelSearch {
  background-color: rgb(125, 195, 1);
  color: #fff;
  font-size: 18px;
  font-family: inherit;
  text-align: center;
  height: 40px;
  line-height: 10px;
  border-radius: 4px;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.CalenderIcons {
  font-size: 20px;
  top: 3px;
  right: 16px;
  color: rgb(125, 195, 1);
}

div#calenderCheckoutIcon {
  right: 23px;
}

.RatingCheckBoxWrapper {
  width: auto;
  height: 16px;
  padding-right: 10px;
}

input.RatingCheckBox {
  margin-bottom: 0px;
  height: 16px;
  width: 16px;
  margin-top: 4px;
  outline: none;
}

.RatingStar {
  color: orange;
  width: auto;
  padding-left: 0px;
}

.RatingText {
  float: left !important;
  color: #7e7e7e;
  font-size: 15px;
}

.floatleft {
  float: left !important;
}

.ShareCount {
  text-align: right;
  color: rgb(93, 185, 52);
  font-size: 20px;
}

.ShareText {
  text-align: right;
  color: rgb(208, 208, 208);

  font-size: 12px;
}
.ShareTexts {
  text-align: right;
  color: rgb(160, 160, 159);
  float: right;
  font-size: 10px;
}
.topcontact {
  margin-top: 15px;
}
.pkgtopbooknow {
  color: #fff !important;
  background: RED !important;
}
.ShareIcons {
  line-height: 31px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  background-color: rgb(93, 185, 52);
  margin-top: 19px;
  padding: 0px;
  padding-left: 10px;
  height: 30px;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  width: calc(33.33% - 5px);
  margin-left: 5px;
}

.ShareContentContainer {
  width: auto;
  float: right;
}

.GpIcon {
  background-color: #d73d32;
}

.TwIcon {
  background-color: #00c3f3;
}

.fbIcon {
  background-color: #2d5f9a;
}

.ShareIconText {
  display: inline;
  font-size: 14px;
  font-family: inherit;
  position: relative;
  top: -1px;
  padding-left: 5px;
  text-align: center;
}

a.button.radius.small.main-btn.headbook {
  width: 100%;
  height: 40px;
  padding: 0px;
  line-height: 40px;
  font-size: 15px;
  font-family: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

.PakageLikeIcon {
  color: darkgrey;
  width: auto;
}

.PakageLikeCount {
  color: #aaa;
  font-size: 15px;
  width: auto;
}

.PackageReviews {
}

.PackageTilte {
  width: auto;
}

.thumb-image {
}

.blogmeta .inline-postmeta > li > * {
  font-size: 10px;
}

.flexslider {
  overflow: hidden;
}

.tabs .tab-title.active a {
  border-top: solid 3px #7bc300;
}

h1.entry-title {
  font-family: inherit;
}

a.creditlink {
  color: #777474;
  text-decoration: initial;
  font-size: 11px;
}

.flex-caption {
  position: relative;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  color: #8bce02;
  text-shadow: none;
}

/* home planner */

/* home page Search */

.FfPanel {
  /*background-color: rgba(249, 247, 245, 0.41);*/
  background-color: #f9f7f5;
  position: absolute;
  top: 132px;
  right: 50px !important;
  border-radius: 4px;
  z-index: 9;
}

.FfSelectBoxLabel {
  color: #4a4a4a;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

input.FfSelectBox {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px;
  font-family: inherit;
  height: 35px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  padding: 0px;
  padding-left: 7px;
  font-size: 15px;
}

input.FfTextbox {
  background-color: #fff;
  border-color: #dadad9;
  border-radius: 4px;
  font-family: inherit;
  height: 35px;
  outline: none;
  line-height: 35px;
  padding: 0px;
  padding-left: 7px;
  font-size: 14px;
}

input.FfTextbox:focus {
  background-color: #fff;
  border-color: #7ac300;
  line-height: 35px;
  font-size: 14px;
}

input.FfSelectBox:focus {
  background-color: #fff;
  border-color: #7ac300;
}

.FfLetsStartButton {
  background-color: #7ac300;
  color: #fff;
  line-height: 35px;
  border-radius: 4px;
  margin-top: 35px;
  width: calc(100% - 30px);
  text-align: center;
  cursor: pointer;
  left: 15px;
}

i.fa.fa-calendar.FfCalenderIcon {
  position: absolute;
  top: 9px;
  font-size: 18px;
  color: #7ac300;
  right: 10px;
}

.FfShadow {
  background-image: url("img/shadow.png");
  height: 30px;
  float: left !important;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -15px;
}

.FppIcon {
  height: 160px;
  background-image: url("img/Ic1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54%;
}

.FppTitle {
  color: rgb(122, 195, 0);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

.FppText {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: rgb(91, 91, 91);
}

.FppPanel {
  margin-top: 70px;
  margin-bottom: 40px;
}

.FppReadmore {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  color: #fff;
}

.FppReadmore {
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  color: #8d8d8d;
  float: left !important;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

.FppReadmore:hover {
  background-color: rgb(122, 195, 0);
  color: white;
}

.fppback {
  background-color: rgb(247, 248, 250);
}

.fppfa {
  margin: 18% 18% 18% 154px;
  font-size: 35px !important;
  color: rgb(53, 175, 198);
}

.map {
  /* background-image: url(http://www.fryconsultants.com/images/worldmap.gif); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: -40px;
}

.color-opt {
  background-color: #dad8f1;
}

h5.pkgtitle {
  color: #8bce02;
}

.SPAmazingPanel {
  color: rgb(123, 195, 0);
  font-size: 30px;
  font-weight: 300;
}

.SPAvgRating {
  font-size: 15px;
  color: #979797;
  margin-bottom: 10px;
}

.SPAvgRating i.fa.fa-thumbs-o-up {
  padding-right: 5px;
  color: #7bc300;
  position: relative;
  top: -1px;
}

.SPPercName {
  font-size: 11px;
  color: #979797;
  margin-bottom: 7px;
}

.SPPercBG {
  height: 7px;
  background-color: #d5e6ee;
  position: relative;
  top: 8px;
  padding: 0px;
}

.SPPercVal {
  height: 7px;
  background-color: #7bc300;
  position: absolute;
  top: 8px;
  padding: 0px;
  width: 60%;
}

.SPSupportLeft {
  color: #7bc300;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}

.SPSupportRight {
  color: #8f8f8f;
  font-size: 15px;
  margin-bottom: 7px;
  font-weight: 300;
}

.SPSupport {
  color: #7bc300;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.SPYouMayLike {
  color: #7bc300;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.SPYouMayLikeTitle {
  color: #6e6e6e;
  margin-top: 10px;
}

.SPYouMayLikeAmount {
  color: #7bc300;
  width: auto;
}

.SPYouMayLikeSlash {
  width: auto;
  padding-left: 0px;
  color: #bcbcbc;
  line-height: 25px;
  font-size: 18px;
  padding-right: 8px;
}

.SPYouMayLikeDayCount {
  width: auto;
  padding-left: 0px;
  color: #bcbcbc;
  line-height: 25px;
  font-size: 18px;
  padding-right: 10px;
}

.SPYouMayLikeDayCount i.fa.fa-moon-o {
  padding-left: 5px;
  top: -1px;
  position: relative;
  font-size: 16px;
}

.SPYouMayLikeNightCount {
  width: auto;
  padding-left: 0px;
  color: #bcbcbc;
  line-height: 25px;
  font-size: 18px;
}

.SPYouMayLikeNightCount i.fa.fa-sun-o {
  position: relative;
  top: -1px;
  padding-left: 3px;
  font-size: 16px;
}

.SPYouMayLikeBook {
  line-height: 30px;
  width: auto;
  cursor: pointer;
}
.SPYouMayLikeBook :hover {
  text-decoration: underline;
}

.SPLoadMorePackage {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 30px;
  color: rgb(123, 195, 0);
  left: 15px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
}

.ym-breadcrumbs {
  font-size: 13px;
  font-family: inherit;
  float: right;
}

.poimeta {
  font-size: 12px;
}

.ShareIconText a {
  color: #fff;
  text-decoration: initial;
}

.tm {
  vertical-align: super;
  font-size: 2px;
}

.sharea {
  color: #fff;
  text-decoration: inherit;
}

.replan {
  color: darkorange;
  vertical-align: middle;
  margin-bottom: -32px;
}

.row.columns.medium-12.medium-offset-10.newtrip {
  margin-bottom: -20px;
  margin-top: -15px;
  vertical-align: middle;
}

.vertical-text {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  background: #e23737;
  color: #fff;
  margin-left: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  border: 1px solid #b52c2c;
  text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px -2px 0px rgba(0, 0, 0, 0.1);
  float: left;
}

.break-line {
  border: 2px solid #999;
  width: 50%;
}

.center-block {
  margin: 0 auto;
  display: table;
  float: none;
}

.top-notification {
  padding: 0px;
  margin: 0px;
}

.customer-review-line {
  border-top: 1px solid #f4f4f4;
  padding-bottom: 1rem;
}

a#addpkgroom {
  color: #fff;
}

.left-off-canvas-menu {
  background: #e7e7e7;
}

.shadow {
  position: relative;
  margin-bottom: -178px;
  margin-top: -3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.85)),
    color-stop(64%, rgba(237, 237, 237, 0.68)),
    color-stop(100%, rgba(246, 246, 246, 0.58))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(237, 237, 237, 0) 64%, rgba(246, 246, 246, 0) 100%);
  height: 178px;
}

.shadow a {
  color: #fff;
}

.why-us {
  background-image: url("img/why-us-bg.jpg");
  width: 100%;
  height: 300px;
  text-align: center;
  overflow: hidden;
}

.why-us-icon {
  color: #fff;
  font-size: 65px;
}

.yp {
  color: #fff;
  text-align: center;
}

.why-head {
  color: #fff;
  text-align: center;
}

.pkg-icons {
  font-size: 40px;
  border: 1px solid #efefef;
}

.hotel-icons {
  font-size: 26px;
  border: 1px solid #efefef;
}

.icon-pad {
  padding: 3px;
}

.icon-bg {
  background-color: #ccc;
  border-radius: 50%;
  padding: 3px 3px 2px 4px;
}

.offer-bg {
  background-color: #ffa712;
}

.book-bg {
  background-color: #8bcf00;
}

.offer-icon {
  color: #fff;
}

.package-list {
  background-color: #fff;
}

.flexslider {
  background: none;
}

a.button.warning.proceed {
  background-color: orange;
  color: #fff;
}

#myModal {
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

​ #topFirst {
  height: 69px;
}

/*  Slider Css*/

.flexslider {
  margin: 0;
}

div#carousel img {
  width: 360px;
  height: 135px;
  padding: 2px;
  cursor: pointer;
}

.flexslider .slides img {
  max-height: 444px;
}

.breadcrumbs > * a {
  color: #616161;
}

.breadcrumbs > * {
  color: #616161;
}



.twitter-typeahead {
  display: block !important;
}

.roomtypes {
  background-color: #fff;
  padding: 10px;
  border-top: 3px solid #5db934;
  margin-top: 10px !important;
}

#ym-pln {
  background-color: #f3f3f3;
}

.row.LeftPanelHeader.ng-binding.ng-scope {
  background-color: #fff;
}

#mblmenu {
  font-size: 40px;
  color: #fff;
  float: right;
}

#tawktoLink {
  visibility: hidden !important;
}

.scrollcen {
  margin-left: 35% !important;
}

md-select {
  background-color: #f3f3f3;
}

.row.plannerbg {
  background-color: #f4f4f4;
}

/* Try yatramantra */

.try-yatra {
  background-color: #e6e6e6;
  border: 2px solid #f9f8f3;
  border-radius: 10px;
}

ul.try-ul li {
  color: #000;
  list-style: none;
  padding: 0;
}

h4.tryym {
  font-size: 20px;
}

a.tiny.expanded.success.try-btn {
  float: right;
}

/* START Make the cart table responsive */

/* http://css-tricks.com/responsive-data-tables/ */

@media screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 4px;
  }
  .woocommerce-page table.shop_table {
    border: none;
  }
  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #fff;
    height: 10px;
  }
  /*
Label the data
*/
  
  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }
  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
  }
  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    margin: 0;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
  /* make buttons full width, text wide anyway, improves effectiveness */
  
  /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    display: none;
  }
}

/* END Make the cart table responsive */

#mobile-query {
  background-color: ORANGE;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
}

.stateselection {
  position: absolute;
}

.plusminusbtn {
  display: flex;
  float: right;
}

.smalllabel {
  font-size: 11px;
  margin-top: 2px;
  margin-left: 13px;
  color: rgba(0, 0, 0, 0.44);
}

.leadgen {
  margin-top: -300px;
}

.leadform {
  background-color: #fff;
  padding: 14px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.71);
  margin-top: -100px;
  margin-bottom: 60px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.row.plner {
  background-color: rgba(152, 152, 96, 0.21);
}

.btn {
  box-shadow: 0 1px 4px rgb(123, 136, 123);
  font-weight: bold;
  background-color: #c91f37;
  color: #fff;
  line-height: 35px;
  /*border-radius: 4px;*/
  margin-top: 35px;
  width: calc(100% - 50px);
  text-align: center;
  cursor: pointer;
  left: 15px;
  transition: background-color 0.3s;
}

.btn:hover,
.btn:focus {
  /*background-color: #27ae60;*/
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.17);
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
  padding: 12px 24px;
}

.btn:before {
  background-color: #7ac300;
  color: #fff;
  line-height: 35px;
  /*border-radius: 4px;*/
  margin-top: 35px;
  width: calc(100% - 30px);
  text-align: center;
  cursor: pointer;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}

.FfPanel {
  position: absolute;
  top: 132px;
  right: 22px;
}
/* .card-1:hover { */
/* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
/* } */

.simple-button:hover {
  color: #333;
  background: #fff;
}

.simple-button {
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  color: #ffffff;
  min-width: 130px;
  margin-right: 10px;
  text-decoration: none;
  padding: 12px 25px;
  margin-top: 25px;
  float: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #84b42d;
}

.quote {
  background: #ebf3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-family: cursive;
  font-size: 15px;
}

.quote:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}

.student .photo {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}

.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}

.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

.videodiv {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  padding: 1px;
}

img.andra {
  border-radius: 59%;
}

.testimonial-more {
  color: #84b42d;
  text-decoration: underline;
}

.wrapper .flexslider .slides img {
  max-height: none !important;
}

.appdiv {
  background-color: rgba(185, 183, 174, 0.19);
}

img.googleplay {
  width: 200px;
}

.header_page.has-image {
  /* height: 425px; */
  margin-bottom: 20px;
}

.header_page1 {
  height: 325px;
  margin-bottom: 20px;
}

.getquotetitle {
  text-align: center;
  color: #6f6666;
  text-transform: uppercase;
}

.leadform-pkg {
  color: #453;
  padding: 9px;
  border: 1px #efefef solid;
  background-color: #dfe2d1;
  font-size: 12px;
}

.PanelContainer {
  margin-bottom: 100px;
  border-top: 1px solid #efefef;
}

/* new editing */

.planertop {
  background-color: #c91f37;
}

.planertop h4 {
  color: white;
  text-align: center;
}

.errspan {
  float: right;
  margin-right: 10px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
  color: #4e8bac;
  padding: 0px 7px 0px 7px;
  border-left: 1px solid #bcc8d1;
  background-color: white;
}

.errspan1 {
  float: right;
  margin-right: 2px;
  margin-top: 7px;
  position: relative;
  z-index: 2;
  color: #4e8bac;
  padding: 0px 7px 0px 7px;
  border-left: 1px solid #bcc8d1;
}

.plusminusbtn {
  background-color: #fff;
  height: 38px;
  border: 1px solid #dadad9;
}

#adultcount {
  border: none;
  background: transparent;
  padding: 0;
}

.adultsdd {
  padding-left: 8px;
}

.qtyplus,
.qtyminus {
  width: 100%;
  height: 100%;
  border: none;
  color: #1d1919;
  background-color: transparent;
  font-size: 22px;
  font-weight: 500;
}

/*  image card*/

.home-card {
  font-family: inherit;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #e5e5e5;
  border-radius: 2px;
  line-height: 13px;
}

.home-card .title {
  line-height: 3rem;
  font-size: 1.5rem;
}

.home-card .content {
  padding: 1.3rem;
  font-weight: 300;
  border-radius: 0 0 2px 2px;
}

.home-card p {
  margin: 0;
}

.home-card .action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 1.3rem;
  color: #2d2727;
}

.home-card .image {
  position: relative;
}

.home-card .image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.3rem;
  color: #fff;
  line-height: 1.5rem;
  text-shadow: rgba(3, 3, 3, 0.68) 2px 2px 2px;
}

.home-card .image img {
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: 165px;
}

.size_300x250 {
  width: 300px;
  height: 252px;
}

.size_300x250 .textContainer {
  background: url(https://www.yatramantra.com/kerala/wp-content/themes/yatra/img/blue_bg.png) no-repeat bottom left;
  padding: 5% 5% 8% 5%;
}

.textContainer {
  text-align: center;
  color: #fff;
  position: absolute;
  width: inherit;
  padding: 5% 5% 10% 5%;
  z-index: 10;
}

.size_250x250 .logoContainer,
.size_300x250 .logoContainer {
  height: 20px;
}

.logoContainer {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: inherit;
}

.size_300x250 .cta {
  font-size: 90%;
}

.cta {
  color: #fff;
  cursor: pointer;
  background-color: #0ea82d;
  border-radius: 3px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 5px 10px;
}

/*  editing  appdiv*/

.appdiv {
  background-color: #26a65b;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 4px 5px 0px #d7d7d7;
  margin: auto;
  color: #fff;
}

.important {
  color: #960518;
}
.adultsfoam {
  margin-left: 11px;
  margin-right: 11px;
}
.adultsrow {
  padding-right: 19px;
}
.bookbar {
  margin-top: -312px !important;
  position: absolute;
  color: #fff;
  padding-left: 146px;
}
.line_book {
  border-bottom: 2px solid #d0c3c3;
  padding-top: 9px;
  width: 52%;
  margin-left: 20%;
}
.travelplanform {
}
form.travelplanform .row .columns {
  padding: 0 0.7rem 0 0.9rem;
}
.qtyplus {
  border-left: 1px solid #dadad9;
}
.qtyminus {
  border-right: 1px solid #dadad9;
}
div#formsubmitbutton > button {
  width: 125px;
  float: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  left: 0px;
  right: 0px;
}

div#formsubmitbutton {
  width: 125px;
  margin: auto;
}
div.buildbutton div#buttonreplacement {
  width: 35px;
  margin: auto;
  margin-top: -35px;
}
h3.herotext {
  color: white;
  font-weight: 600;
  font-size: 37px;
}
.btnbookbar {
  background-color: green;
}
.btnbookbar {
  background-color: green;
}
.buildbutton {
  padding: 10px;
}
.no-bullet ul {
  font-size: 22px;
  font-family: inherit;
  font-weight: 300;
  list-style: none;
  margin: 0px;
}
ul#menu-main-menu li {
  padding: 10px;
}
.btnbookbar1 {
  background: transparent;
  border: 2px solid white;
}
.FfLetsStartButton btn {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
span.textpart {
  color: #2b97f8;
}

.trustdiv {
  border-top: 2px solid rgba(76, 69, 62, 0.12);
  margin-top: -15px;
}
#uwpqsf_id {
  border: 1px solid #ccc;
  background-color: #efefef;
  border-radius: 5px;
  padding: 5px;
}
.pkgtabs {
  background-color: #efefef;
}
.pkgoptiontab {
  background-color: #efefef;
}
.button-bar .button-group {
  margin-right: 0;
}
.route {
  font-size: 11px;
  margin-left: 10px;
  margin-bottom: 3px;
  padding-bottom: 2px;
}
p.star-option {
  margin-bottom: 0px;
}
.label-container {
  position: fixed;
  bottom: 48px;
  left: 70px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #fff;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
  margin-left: -99px;
}

.msgfloat {
  position: fixed;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  bottom: 50%;
  right: -105px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #178c10;
  color: #fff;
  text-align: center;
}
i.fa.fa-android.alert-android {
  font-size: 2rem;
  color: #47a047;
}
.alert-box.secondary {
  margin-bottom: 0;
  background-color: #fff700;
}
a.alert-android {
  color: #000;
}
.mobile-head {
  background-color: #26a65b;
  height: 85px;
}
.mobile-head a {
  position: relative;
}
span.mobile-tag {
  font-size: 9px;
  color: #eae4e4;
  position: absolute;
  bottom: -25px;
  right: 3px;
}
.hero-title {
  position: relative;
  margin-top: -200px;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.85)),
    color-stop(64%, rgba(237, 237, 237, 0.68)),
    color-stop(100%, rgba(246, 246, 246, 0.58))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(237, 237, 237, 0.68) 64%,
    rgba(246, 246, 246, 0.58) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(121, 118, 118, 0.09) 0%,
    rgba(16, 7, 7, 0.27) 64%,
    rgba(19, 12, 12, 0.05) 100%
  );
  height: 178px;
  text-align: center;
}
.hero-title h1 {
  color: #fff;
  text-align: center;
  font-size: 65px;
  font-family: inherit;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
span.hero-p p {
  text-align: center;
  font-family: inherit;
}
#footer_style {
  background-image: url("img/header-bg-1.jpg");
  height: 69px;
  -webkit-box-shadow: -1px -15px 11px -5px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px -15px 11px -5px rgba(237, 237, 237, 1);
  box-shadow: -1px -15px 20px -5px rgb(253, 255, 249);
}
.sub-day {
  background-color: #dcdcdc;
}
.full-itinerary {
  margin-top: 5px;
  border-bottom: 2px solid #efefef;
  padding-top: 5px;
}
.poi-image img {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}

.poi-image:hover img {
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -moz-transform: scale(1.25); /* Firefox */
  -ms-transform: scale(1.25); /* IE 9 */
  -o-transform: scale(1.25); /* Opera */
  transform: scale(1.25);
}
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -2px;
}

.ribbon-green {
  font-size: 10px;
  color: #333;
  text-transform: capitalize;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #bfdc7a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.row.sidebar-related {
  margin-top: 5px;
}
.row.perpersondiv {
  background-color: #77c2e6;
  color: #fff;
  font-size: 20px;
}
span.customizable {
  font-size: 8px;
  position: absolute;
  color: rgb(255, 255, 255);
  left: 200px;
}
.pkg-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.pkg-ttl:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #009ce9;
  position: absolute;
  left: 70%;
  top: 50%;
  overflow: hidden;
}
.viewpkg {
  font-size: 12px !important;
}
.duration {
  padding-left: 10px;
  color: #f96161;
}
h3.holidays {
  text-align: center;
  border-bottom: 2px double #0c0b2f0d;
  border-left-width: 30px;
  align-content: center;
  margin: 0px;
}
h2.pkg-footer-tax {
  font-size: 20px;
}

.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-number-group input[type="number"]::-webkit-inner-spin-button,
.input-number-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.input-number-group .input-group-button {
  line-height: calc(80px / 2 - 5px);
}

.input-number-group .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: 1px solid #cacaca;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 40px;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
}

.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}
.flex-form > * {
  border: 0;
  padding: 10px;
  background: white;
  line-height: 50px;
  font-size: 20px;
  border-radius: 0;
  outline: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.flex-form > *:last-child {
  border-right: 0;
}

.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
}

.flex-form {
  display: flex;
  border: 1px solid #dbdbdb !important;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
}

.inner {
  margin-left: 50px;
}
.cn {
  -webkit-box-shadow: -1px -1px 18px 19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 18px 19px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 18px 19px rgba(0, 0, 0, 0.75);
}
h3.hero-text {
  font-size: 3em;
  margin-bottom: 0px;
  color: #02003b;
  /* text-shadow: rgb(3, 3, 3) 4px 4px 4px; */
}

h3.hero-text1 {
  font-size: 3em;
  color: #fff;
  text-align: center;
}
span.yatra-hero {
  color: orange;
}

.about-the-author {
  background-color: #fefefe;
  padding: 1rem;
  border: 1px solid #cacaca;
}

.about-the-author .separator-left {
  text-align: left;
}

.about-the-author .separator-left::before,
.about-the-author .separator-left::after {
  display: table;
  content: " ";
}

.about-the-author .separator-left::after {
  clear: both;
}

.about-the-author .separator-left::after {
  position: relative;
  width: 5rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.3rem auto 0;
  margin-left: 0;
}

.about-the-author .author-title {
  text-transform: uppercase;
}

.about-the-author .author-social .fa-stack {
  display: inline-block;
}

.about-the-author .author-social .fa-stack.facebook {
  color: #4c70ba;
}

.about-the-author .author-social .fa-stack.facebook:hover,
.about-the-author .author-social .fa-stack.facebook:focus {
  color: #3b5998;
}

.about-the-author .author-social .fa-stack.twitter {
  color: #83c3f3;
}

.about-the-author .author-social .fa-stack.twitter:hover,
.about-the-author .author-social .fa-stack.twitter:focus {
  color: #55acee;
}

.about-the-author .author-social .fa-stack.linkedin {
  color: #009ee8;
}

.about-the-author .author-social .fa-stack.linkedin:hover,
.about-the-author .author-social .fa-stack.linkedin:focus {
  color: #007bb5;
}

.news-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

button.call {
  background-color: black;
  border: 1px solid #777;
  color: Springgreen;
}

.inline-list .PackageRateWrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.inline-list .PackageRateWrapper .PackageRate {
  left: 5px;
  top: 12px;
}
.inline-list .PackageRateWrapper .Package-view {
  display: inline-block;
  position: relative;
  float: right;
  right: 14px;
}
.inline-list .PackageRateWrapper .btn-curved {
  padding: 12px 12px;
  border-radius: 5px;
}
select {
  -moz-appearance: none !important;
  padding: 0px 7px;
}
.mobile-head > div.small-12 {
  top: 12px;
}

.header-rightside-menu {
  width: auto;
  display: block;
  position: absolute;
  right: 0px;
}

.SocialMediaPanel a {
  margin: 10px;
}

/*  single page tab section  */

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 25px 15px;
}


/*quick-sale option X4 items inline listing*/

.ym-quick-sale ul.products li.product {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin: 25px 15px;
}
.ym-quick-sale ul.products li.product h2 {
  font-size: 12px;
}
.ym-quick-sale ul.products li.product a.button {
  padding: 4px;
  border-radius: 3px;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  display: block;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}
div.table-responsive {
  overflow: auto;
}

::-webkit-scrollbar {
  height: 5px;
}

/*  single page product image flex slider  */


.header-logo-menu-section,
.HeaderTopPart {
  float: none;
  margin: auto;
}

.columns.medium-11.HeaderTopPart {
  width: 70%;
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  div#topFirst div.top_menu_container {
    width: 90%;
  }
  .woocommerce ul.products li.product .price {
    width: auto;
  }
}
@media screen and (max-width: 676px) {
  .header-logo-menu-section .nav.header-rightside-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-logo-menu-section .nav.header-rightside-menu .ymHeader {
    padding-right: 0px;
  }
}

/* Large only, min-width 1025px and max-width 1440px  */
@media screen and (min-width: 64.063em) and (max-width: 90em) {
  .home.page-template-default .medium-5.medium-offset-6.card-1 {
    width: 53%;
  }
}

/* Medium and up */
@media screen and (max-width: 64em) {
  .ym-quick-sale ul.products li.product {
    width: 25%;
  }
  .ym-enquiry-content h3.hero-text {
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 15px;
  }
}

/* Large and up */
@media screen and (max-width: 48em) {
  /*  single page product image flex slider  */
  .woocommerce-page div.product div.summary,
  .woocommerce-page div.product div.images {
    width: 100%;
  }

  .ym-quick-sale ul.products li.product {
    width: 25%;
  }
}

/* Medium only */
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  #topFirst li {
    padding-left: 3px;
  }
  .header-logo-menu-section {
    margin: 0px !important;
    width: 100%;
  }
  section.top-slider h3.hero-text {
    opacity: 0.7;
    font-size: 2.5rem;
  }

  section.top-slider h3.hero-text1 {
    opacity: 0.7;
    font-size: 2.5rem;
  }

  section.top-slider h3.hero-text span.yatra-hero {
    opacity: 1;
  }
  .header-rightside-menu {
    width: auto;
  }
  .home.page-template-default .top-slider {
    height: 300px;
  }
  .home.page-template-default .top-slider .top-slider-quote {
    height: 0px;
    overflow: hidden;
  }
  div.FfPanel {
    position: relative !important;
    width: 100%;
    right: 0px !important;
    top: 0px;
    margin: 0px !important;
  }
}

/* Small only */
@media screen and (max-width: 40em) {
  .show-for-small-only.mobile-head {
    padding: 50px 0px;
  }
  .show-for-small-only.mobile-head .header-container-mobile {
    position: relative;
    vertical-align: middle;
    display: block;
    padding: 6px 0px;
    margin: 0px;
    margin-top: -50px;
  }
  .show-for-small-only.mobile-head .menu-opt {
    float: none;
    display: inline-block;
    bottom: 0px;
    top: 0px;
    vertical-align: middle;
    position: inherit;
    padding: 0px;
  }
  .show-for-small-only.mobile-head .logo-img {
    vertical-align: middle;
    float: none;
    display: inline-block;
    position: absolute;
  }
  .show-for-small-only.mobile-head .cart-opt a.fa-shopping-cart {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 12px;
    bottom: 0px;
    vertical-align: middle;
  }

  section.top-slider h3.hero-text {
    font-size: 1.4rem;
  }

  section.top-slider h3.hero-text1 {
    font-size: 1.4rem;
  }

  .header_page {
    height: 230px;
    margin-bottom: 20px;
  }
  .header_page1 {
    height: 230px;
    margin-bottom: 20px;
  }
  h3.hero-text {
    font-size: 2em;
  }
  h3.hero-text1 {
    font-size: 2em;
  }
  .FfPanel {
    position: relative;
    top: 0px;
    right: 0px !important;
    margin-top: 0px;
  }
  form.travelplanform .row .columns.room-person-count {
    padding-bottom: 15px;
  }
  .plusminusbtn input {
    text-align: center;
  }

  span.mobile-tag {
    bottom: -30px;
  }

  /* holiday family package home cards end */

  /* footer */
  .contact-tollfree {
    position: relative;
    top: 0px;
    padding-top: 25px;
  }
  .SocialMediaPanel {
    margin-top: 0px;
  }
}

/* small screen max 425px */
@media screen and (max-width: 26.5625em) {
  ol.breadcrumbs li {
    font-size: 8px;
  }

  .ym-quick-sale ul.products li.product {
    width: 35%;
  }
}
@media screen and (max-width: 20em) {
  .ym-quick-sale ul.products li.product {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}
/*styles for more bedrooms*/
.link1 {
  text-align: right;
  margin-top: -50px;
}
.head1 {
  font-size: 16px;
  color: white;
  display: inline-block;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.marg1 {
  margin-top: -20%;
}

.woocommerce .onsale.featured1 {
  background-color: transparent !important;
  font-size: 12px;
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  bottom: 200px;
  width: 55px;
  color: black;
}
.siz {
  font-size: 16px;
  margin-left: 5px;
}
/*heading*/
.column1 {
  opacity: 1;
  position: relative;
  transform: translateY(0px);
  transition: all 0.75s ease 0s;
  width: 100%;
}
.tick-wrap {
  height: 40px;
  margin: 0px;
  overflow: hidden;
  width: auto;
}
.tick-wrap h2 span {
  display: inline-block;
  flex-shrink: 1;
}


@media only screen and (max-width: 600px) {
  .link1 {
    font-size: 80%;
    text-align: right;
    margin-top: -50px;
  }
  .label {
    font-size: 6px;
  }
  .woocommerce .onsale.featured1 {
    background-color: transparent !important;
    font-size: 12px;
    position: absolute;
    top: 5px !important;
    right: -5px !important;
    bottom: 200px;
    width: 55px;
    color: black;
  }
  
  .siz {
    font-size: 13px;
    margin-left: 5px;
  }
}
.icon_tax_title {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .icon_tax_title {
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1439px) {
  .icon_tax_title {
    font-size: 20px;
    text-align: center;
  }
}
.offer_available {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
span.offer_weight {
  font-weight: 600;
}
._9i12 {
  width: 80%;
  position: relative;
  padding: 15px 15px 10px 0;
  border: 1px dashed #9b9b9b;
  border-radius: 3px;
  margin: 0;
  margin-bottom: 5px;
}
._3Prn {
  position: absolute;
  top: -12px;
  left: 10px;
  font-size: 1rem;
  color: #012b72;
  background: #fff764;
  padding: 3px 8px 3px 5px;
  border: 1px solid #ded215;
  border-radius: 4px;
  z-index: 1;
}
/*salestag*/
.salestag {
  background-color: #f1c40f;
  /* width: 60px; */
  font-size: 10px;
  float: right;
  position: absolute;
  top: 15px;
  margin-bottom: -25px;
  right: 0px;
  padding: 0px 5px;
  color: #000;
}
.salestagx {
  background-color: green;
  width: 60px;
  font-size: 10px;
  float: right;
  position: relative;
  top: 45px;
  margin-bottom: -25px;
  color: black;
}
@media only screen and (max-width: 760px) {
  .salestag {
    background-color: #f1c40f;
    position: relative;
    top: 10px;
    width: 40px;
    font-size: 6px;
  }
  .salestagx {
    background-color: green;
    color: black;
    position: relative;
    top: 25px;
    width: 40px;
    font-size: 6px;
  }
}
/*  Single Package Timeline*/
.history-tl-container {
  font-family: inherit;
  width: 100%;
  display: block;
  position: relative;
}
.history-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}
.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 300px;
  min-height: 50px;
  /*background: rgba(255,255,0,0.1);*/
  border-left: 1px dashed #86d6ff;
  padding: 0 0 50px 30px;
  position: relative;
}
.history-tl-container ul.tl li:last-child {
  border-left: 0;
}
.history-tl-container ul.tl li::before {
  position: absolute;
  left: -10px;
  top: -5px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #258cc7;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:hover::before {
  border-color: #258cc7;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-title {
  text-align: justify;
  position: relative;
  top: -15px;
}
ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
ul.tl li .timestamp {
  color: #8d8d8d;
  position: absolute;
  width: 100px;
  left: -16%;
  text-align: right;
  font-size: 20px;
  top: -20px;
}
.image-timeline {
  float: right;
  margin-left: 8px;
}
.titlehead {
  font-size: 20px;
  font-weight: 900;
}
.box1 {
  background: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  width: 80%;
  top: -54px;
  padding: 15px;
}
.box1c {
  background: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  width: 80%;
  top: 25px;
  padding: 10px;
}
.imgc {
  height: 50px;
  width: 35px;
  border-radius: 50%;
  margin-left: 13px;
}
.imgc1 {
  height: 50px;
  width: 120px;
  margin-left: 12px;
  display: inline;
}
.hoteltitle {
  padding-left: 5px;
  display: inline;
}
.hotel-content {
  color: blue;
  padding-left: 79px;
  font-size: 18px;
  display: inline;
}
.margb {
  padding-right: 15px;
}
.nightstay {
  font-size: 14px;
  display: inline;
  padding-left: 5px;
}
.altop {
  top: -8px;
  position: relative;
  left: -7px;
}
.star {
  display: inline;
  padding-left: 15px;
}
.star-1:after {
  content: "(★)";
}
.star-2:after {
  content: "(★★)";
}
.star-3:after {
  content: "(★★★)";
}
.star-4:after {
  content: "(★★★★)";
}
.star-5:after {
  content: "(★★★★★)";
}
.history-tl-container ul.tl span {
  list-style: none;
  margin: auto;
  margin-left: 300px;
  min-height: 100px;
  /* background: rgba(255,255,0,0.1); */
  border-left: 1px dashed #86d6ff;
  padding: 0 0 50px 30px;
  position: relative;
}
.cd {
  font-size: 14px;
  position: relative;
  left: 250px;
}
.cd1 {
  font-size: 14px;
  position: relative;
  left: 251px;
  top: -40px;
}

@media only screen and (max-width: 767px) {
  .history-tl-container ul.tl li {
    margin-left: 55px;
    padding: 0px 0 0px 10px;
  }
  ul.tl li .timestamp {
    left: -28%;
    font-size: 14px;
    top: -9px;
    width: 55px;
    font-size: 10px;
  }
  .titlehead {
    font-size: 12px;
    top: 10px;
    position: absolute;
  }
  ul.tl li .item-title {
    top: -15px;
    font-size: 10px;
    padding-top: 15px;
    width: 100%;
  }
  .image-timeline {
    float: left;
    margin-left: 0px;
  }
  .box1 {
    height: 175px;
    width: 90%;
    top: 0px;
    left: 0px;
    line-height: 20px;
    padding: 0;
  }
  .imgc {
    height: 50px;
    width: 20px;
    margin-left: 8px;
  }
  .hoteltitle {
    padding-left: 10px;
    font-size: 10px;
  }
  .nightstay {
    font-size: 8px;
    padding-left: 4px;
  }

  .imgc1 {
    width: 68px;
    margin-left: 10px;
  }

  .altop {
    line-height: 0px;
  }
  .image-timeline1 {
    float: left;
    margin-left: 14px;
    margin-top: 5px;
  }
  .history-tl-container ul.tl span {
    margin-left: 55px;
    padding: 0 0 77px 30px;
  }
  .cd {
    font-size: 14px;
    left: 7px;
    top: 0px;
  }
  .cd1 {
    font-size: 14px;
    left: 8px;
  }
  .cabtitle {
    padding-left: 15px !important;
    font-size: 12px !important;
  }
  .starc {
    padding-left: 15px !important;
  }
  .cabseater {
    padding-left: 15px !important;
    font-size: 8px;
  }
}
@media only screen and (max-width: 321px) {
  ul.tl li .timestamp {
    left: -37%;
    padding-top: 3px;
    width: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .history-tl-container ul.tl li {
    margin-left: 100px;
    padding: 0 0 30px 20px;
  }
  ul.tl li .timestamp {
    left: -25%;
    font-size: 15px;
    top: -12px;
  }
  .titlehead {
    font-size: 20px;
    padding-top: 4px;
  }
  ul.tl li .item-title {
    font-size: 12px;
  }
  .box1 {
    width: 100%;
    left: 0px;
    top: -35px;
  }
  .imgc {
    width: 25px;
  }
  .hoteltitle {
    font-size: 12px;
  }
  .imgc1 {
    width: 90px;
  }
  .nightstay {
    font-size: 11px;
  }
  .history-tl-container ul.tl span {
    margin-left: 101px;
    padding: 0 0 79px 30px;
  }
  .cd {
    font-size: 18px;
    left: 43px;
    top: 0px;
  }
  .cd1 {
    font-size: 18px;
    position: relative;
    left: 43px;
    top: -25px;
  }
  .cabtitle {
    font-size: 14px !important;
  }
  .starc {
    display: grid !important;
  }
  .cabseater {
    font-size: 10px;
    padding-left: 28px !important;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1339px) {
  .hoteltitle {
    font-size: 16px;
  }
  .imgc1 {
    width: 110px;
  }
  ul.tl li .timestamp {
    left: -17%;
  }
}
.image-dummy-car {
  float: right;
  top: 0px;
  width: 115px;
  position: relative;
}
.cabtitle {
  color: brown;
  padding-left: 25px;
  font-size: 20px;
  display: inline;
}
.cabseater {
  display: inline;
  padding-left: 25px;
}
.starc {
  display: inline;
  padding-left: 30px;
}
a#noshow {
  color: red;
}

div#topFirst .top_menu_container .list-sites-all.state-list {
  position: absolute;
  z-index: 2;
}

.menu.drop_down_list_custom {
  background: #1d9a51c9;
}

div#topFirst .drop_down_custom.active {
  border: none;
  padding: 0px 17px;
  padding-left: 0px;
  margin-left: -14px;
}
div#topFirst .drop_down_list_custom {
  display: none;
}
div#topFirst .drop_down_custom.active:hover .drop_down_list_custom {
  display: block;
  position: absolute;
}
div#topFirst .menu.drop_down_list_custom li.menu-item {
  display: block;
  padding: 0px 17px;
  text-align: left;
  border: none;
}

div#topFirst .top_menu_container .list-sites-all.state-list .menu.drop_down_list_custom li.menu-item {
  display: block;
}

#topFirst .top_menu_container .list-sites-all.state-list .menu.drop_down_list_custom li.menu-item:hover {
  background: #1a7b42;
  font-weight: 900;
  color: #1d9a51;
  opacity: 1;
}
#topFirst .top_menu_container .list-sites-all.state-list .menu.drop_down_list_custom li.menu-item:hover a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  div#topFirst .top_menu_container .list-sites-all.state-list {
    left: 30px;
  }
}
ul.woomenu {
  position: relative;
  background: #fff;
  width: 250px;
  width: 100%;
  margin: 0px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 0px;
}

.woomenu li a {
  width: 100%;
  padding: 0px 40px;
  margin: 0px;
  height: 50px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #686868;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.woomenu li a:hover {
  background: #efefef;
}
.woomenu li.is-active a {
  background: #1991eb;
  color: #fff;
}

.woomenu li:first-child a:hover,
.woomenu li:first-child a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.woomenu li:last-child a:hover,
.woomenu li:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.woomenu li a:hover i {
  color: #ea4f35;
}

.woomenu i {
  margin-right: 15px;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.woomenu em {
  font-size: 10px;
  background: #ea4f35;
  padding: 3px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: normal;
  color: #fff;
  margin-top: 17px;
  margin-right: 15px;
  line-height: 10px;
  height: 10px;
  float: right;
}

.woomenu li.selected a {
  background: #efefef;
}
