@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap");

html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}

.tourz-search-form.int-tour {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
}
.tourz-search-form.int-tour div:nth-child(1) {
  width: 78% !important;
  float: left;
}

.tourz-search-form.int-tour div:nth-child(2) {
  width: 20%;
  float: right;
}

.tour-des {
  text-align: justify;
  /* border-left: 5px solid #0e74bb; */
  padding-left: 20px;
}
/*
#inter-tour-package .owl-prev,
#inter-tour-package .owl-next {
  width: 30px;
  height: 30px;
  background-color: #f4364f;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-content: center;
}

#inter-tour-package .owl-prev {
  left: -20px;
}

#inter-tour-package .owl-next {
  right: -20px;
}
*/

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px !important;
  height: 30px !important;
  background-color: #f4364f !important;
  color: #fff !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  place-content: center !important;
}

.owl-nav .owl-prev {
  left: -20px !important;
}

.owl-nav .owl-next {
  right: -20px !important;
}

.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}

/* a {
  transition: all 0.4s ease !important;
} */

.view-all-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.view-all-btn-container.left {
  justify-content: left !important;
  margin-bottom: 15px;
  margin-top: 10px;
}
.view-all-btn-container a {
  height: 45px;
  line-height: 45px;
  /* background: #f4364f; */
  /* background: linear-gradient(to bottom, #f4364f, #dc2039); */
  background: #f4364f;
  outline: none;
  font-size: 16px;
  display: block !important;
  color: #fff;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  padding: 0px 20px;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.package-price-btn {
  height: 45px;
  line-height: 45px;
  background: #f4364f;
  width: 160px;
  outline: none;
  border: none;
  font-size: 16px;
  display: block !important;
  color: #fff;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  padding: 0px 20px;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.package-price-btn:hover {
  background: #0964a5;
}

.package-details .package-price-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.package-details .package-price-table tbody td,
.package-details .package-price-table thead th {
  font-size: 18px !important;
  vertical-align: middle !important;
}
.view-all-btn-container a:hover {
  background: #0964a5;
}

.packages-container .b_pack h4 {
  /* background-color: #f4364f; */
  /* margin-bottom: 10px; */
  margin-top: 10px;
  color: #0e74bb;
  font-size: 16px;
}

.packages-container .b_pack h4 a {
  padding: 5px 0;
  color: #f4364f;
  font-size: 18px;
  text-align: left;
  text-wrap: wrap;
}

/* .bottom-strip {
  width: 100%;
  background: #3c3c3c;
  overflow: hidden;
  margin: 0px;
  position: fixed;
  bottom: -1000%;
  display: none;
  z-index: 50;
  display: flex;
  justify-content: center;
  transition: all ease 1s;
}

.bottom-strip.active {
  bottom: 0%;
  transition: all ease 0.3s;
} */
/* .strip-container {
  display: none;
} */
.bottom-strip {
  width: 100%;
  background: #3c3c3c;
  overflow: hidden;
  margin: 0px;
  position: fixed;
  bottom: 0%;
  z-index: 50;
  display: flex;
  justify-content: center;
  z-index: 999;
  padding: 8px 0;
}

/* .bottom-strip.active {
  bottom: 0%;
} */

.bottom-strip .bottom-strip-text a {
  color: #fff;
  /* padding: 2px 0 8px 0px; */
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.bottom-strip .bottom-strip-text .stripbottom {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: #f4364f;
  outline: none;
  font-size: 16px;
  display: block !important;
  color: #fff;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  padding: 0px 20px;
  /* width: 235px; */
  margin-left: 30px;
  transition: all 0.3s;
  border-radius: 5px;
}
.bottom-strip .bottom-strip-text .stripbottom:hover {
  background-color: #0964a5;
}
.location-tour-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.location-package {
  margin: 50px 0;
}
.location-tour-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 215px;
  height: 80px;
}

.location-tour-box a {
  border-radius: 15px;
}

.location-tour-box::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  /* background-image: linear-gradient(to bottom, #f4364fd8, #dc2039c9); */
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.location-tour-box:hover::before {
  background-image: linear-gradient(to bottom, #f4364fd8, #dc2039c9);
  transition: all 3s ease;
}
.location-tour-box p.location-tour-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
  font-size: 20px;
}

.guidelines {
  background-image: url(../assets/img/bg/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.guidelines .guidelines-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.tour-month-box a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  display: grid;
  place-content: center;
  background-color: #f4364f;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.tour-month-box a:hover {
  background-color: #0964a5;
}
.tour-month {
  margin: 50px 0 100px;
}

.tour-month .spe-title {
  margin-bottom: 15px;
}

#holiday-packages .owl-prev,
#holiday-packages .owl-next {
  width: 30px;
  height: 30px;
  background-color: red;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-content: center;
}

#holiday-packages .owl-prev {
  left: -20px;
}

#holiday-packages .owl-next {
  right: -20px;
}

.international-tour .homeBlog .homeBlogTxt h3 {
  height: auto !important;
}

/* faq start */

.faq-container {
  margin-bottom: 50px;
}

.faq-container .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.faq-container .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}
.faq-container .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq-container .accordion button:hover,
.faq-container .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.faq-container .accordion button:hover::after,
.faq-container .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.faq-container .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.faq-container .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 35px;
  /* width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px; */
}
.faq-container .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #dc2039;
}
.faq-container .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  font-size: 30px;
  /* background: currentColor; */
  background: #dc2039;
}
.faq-container .accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.faq-container .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-container .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 0.5s ease;
  /* will-change: opacity, max-height;   */
}
.faq-container .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  /* transition: opacity 200ms linear, max-height 200ms linear; */
  transition: all 0.5s ease;
  /* will-change: opacity, max-height; */
}
.faq-container .accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 2em 0;
}

.faq-container button span {
  font-size: 17px;
}

.accordion-text p {
  text-align: justify;
}

.accordion-text ul {
  list-style: none;
}

.accordion-text ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.accordion-text ul li::before {
  content: "\f105";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  left: -20px;
  color: #dc2039;
}

/* faq end */

.india-tour ul {
  list-style: none;
  padding-left: 0;
}
.india-tour li {
  padding: 10px 0;
}

.india-tour li:not(:last-child) {
  border-bottom: 1px dashed #222;
}

.india-tour li a {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
/* .india-tour li a span {
  display: block;
} */

.tour-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.tour-days {
  display: flex;
}
.night-pack,
.day-pack {
  display: flex;
  align-items: center;
}

.day-pack {
  margin-left: 20px;
}

.night-pack img,
.day-pack img {
  width: auto;
  margin-right: 5px;
}
.state-keyword ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.state-keyword ul li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
  background-color: #0e74bb;
  color: #fff;
}
.state-keyword ul li a:hover {
  background-color: #f4364f;
}
.tour-content p {
  text-align: justify;
}

.popular-package h4 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}

.input-field label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.packages-container .view-all-btn-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.packages-container .view-all-btn-container a {
  line-height: 40px;
  height: 40px;
}

.spe-title h2 span,
.spe-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.spe-title p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}

.link-btn {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 15px;
  /*border-radius: 30px;*/
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  /* font-family: Arial; */
  font-size: 13px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #f4364f;
  /* background: linear-gradient(to bottom, #f4364f, #dc2039); */
}
.link-btn:hover {
  background: #0964a5;
}

/* faq wapper  start */
.faq-wapper {
  margin-bottom: 50px;
}

.faq-wapper .spe-title {
  margin-bottom: 30px;
}

.faq-wapper .accordion-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.faq-wapper .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #ddd; */
}
.faq-wapper .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.faq-wapper .set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  /* border-bottom: 1px solid #ddd; */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.faq-wapper .set > a i {
  float: right;
  margin-top: 2px;
  color: #dc2039;
}
.faq-wapper .set > a span.title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #352f2f;
}
.faq-wapper .set > a span b {
  color: #dc2039;
}

/* .faq-wapper .set > a.active {
  background-color: #3399cc;
  color: #fff;
} */
.faq-wapper .content {
  background-color: #fff;
  /* border-bottom: 1px solid #ddd; */
  display: none;
  padding-left: 20px;
}
.faq-wapper .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/* faq wapper  end */

/* .golden-tour-content {
  margin-bottom: 50px;
} */
.golden-tour-content .tour_head {
  margin: 30px 0;
}

.banner_book_1 ul li.dl1 a.tour-links {
  /* background-color: #253d52 !important; */
  background: linear-gradient(to bottom, #253d52, #253d52);
  font-size: 17px;
}

.tour-menu-fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner_book_1.trip-links-contianer ul li.dl1 {
  width: calc(100% / 7);
}

.incl-red ul li {
  list-style: none;
  font-size: 14.5px;
  color: #7f7f7f;
}

.incl-red ul li::before {
  content: "\f00d";
  font-family: "fontawesome";
  color: #e6121a;
  position: absolute;
  left: 28px;
}

.incl-green ul li {
  list-style: none;
  font-size: 14.5px;
  color: #7f7f7f;
  /* margin-bottom: 15px; */
}

.incl-green ul li::before {
  content: "\f00c";
  color: #5b9229;
  font-family: "fontawesome";
  position: absolute;
  left: 28px;
}
.include-package h3 {
  margin: 30px 0;
  font-weight: 500;
}

.trip-heading {
  color: #000 !important;
  font-size: 26px !important;
  /* padding: 10px 15px; */
  font-weight: 500 !important;
}
.trip-heading.big {
  color: #000 !important;
  font-size: 18px;
  padding: 10px 15px;
  font-size: 36px !important;
}

.tour-price thead {
  background-color: #ffc000;
  color: #222;
  font-size: 16px;
}

.golden-tour-content .nav-item .nav-link {
  font-size: 18px;
}

.golden-tour-content .nav-item.active .nav-link {
  background-color: #d34205 !important;
  color: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.special-note ul li {
  /* list-style: none; */
  font-size: 14.5px;
  color: #7f7f7f;
}
.tour-links.active {
  color: #fff;
  background: linear-gradient(to bottom, #f4364f, #dc2039) !important;
  font-weight: 600;
}

.tour-package-container {
  position: relative;
  margin-bottom: 30px;
}
.tour-package-img {
  width: 100%;
  overflow: hidden;
}
.tour-package-container .tour-package-title a {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  font-size: 20px;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}

.more-content {
  display: none;
}

.readmore-btn {
  margin-top: 10px;
  display: inline-block;
  color: #f4364f;
  font-weight: bold;
}
.inter-holiday-tour a .card-img {
  position: relative;
}

.inter-holiday-tour .icon {
  position: absolute;
  bottom: -17px;
  right: 5px;
  z-index: 99;
  background-color: #f4364f;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 20px;
}
.inter-holiday-tour .card-des {
  margin-top: 10px;
}
.inter-holiday-tour .card-des h3 {
  margin-bottom: 0;
}
.inter-holiday-tour .card-des p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.inter-holiday-tour:hover .card-img .icon {
  background-color: #0964a5;
}

.menu-title {
  font-size: 25px !important;
  text-align: center;
  margin-bottom: 15px !important;
}

.view-btn {
  margin-left: 70%;
}

.border-0 {
  border: none !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.price-request {
  font-weight: 500 !important;
  color: #f4364f;
  text-align: center;
  margin: 0 !important;
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.india-tour-package h4 a {
  text-align: center !important;
}
.b_packages {
  overflow-x: hidden;
}
.package-title {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, #000);
  width: 100%;
  overflow: hidden;
}
.package-title h4 a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
}
.internation-tour-packages {
  overflow-x: hidden;
  margin-bottom: 15px;
  position: relative;
}
.internation-tour-packages img {
  height: auto;
}

.mobile-cta-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: scroll;
  background-color: #fff;
  padding: 8px 0 0;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  display: none;
  z-index: 999999 !important;
}

.mobile-cta-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.mobile-cta-container .mobile-cta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-cta-container .mobile-cta .mobile-cta-icon {
  font-size: 20px;
}
.mobile-cta-container .mobile-cta .mobile-cta-title {
  margin-top: -5px;
}
.mobile-cta-container .mobile-cta .mobile-cta-title span {
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

.month-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgrey;
  margin-top: 10px;
  padding: 10px 0;
}
#travel-by-month .owl-nav .owl-prev,
#travel-by-month .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: rgb(212, 212, 212);
  color: #000;
  display: grid;
  place-content: center;
}
#travel-by-month .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
#travel-by-month .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.border {
  border: 1px solid lightgrey;
}
.mt-20 {
  margin-top: 20px;
}

.sitemap-link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sitemap-link a.link-btn {
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid lightgray;
  color: #616161 !important;
  font-weight: 600;
  margin-bottom: 10px;
}
.sitemap-link a.link-btn:hover {
  background-color: #f4364f;
  color: #fff !important;
}

.sitemap-content {
  margin-bottom: 50px;
}

.aboutTableOverflow table tbody tr {
  display: flex;
  flex-direction: column;
}

.nav.nav-tabs {
  display: flex;
  justify-content: center;
}

.input-field.textarea label {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
}
.input-field.captcha label {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
}

.note-content {
  margin: 0px 50px;
  padding-bottom: 30px;
}

.nav.nav-tabs > li.nav-item {
  float: left;
  margin-bottom: -1px;
  width: 100%;
  text-align: center;
  border: 1px solid lightgray;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.nav.nav-tabs > li.nav-item.active {
  border-color: transparent;
}

.tab-content .tab-content-box {
  display: flex;
  justify-content: center;
}

.input-field.accomodation-select {
  width: 50%;
}

.inner_banner.no-banner {
  background: none;
  background-size: cover;
  padding: 10px 0px 10px 0px;
  position: relative;
}
.inner_banner.no-banner::before {
  background-image: none;
}

.inner_banner.no-banner a,
.inner_banner.no-banner i {
  color: #000;
}

.inner_banner.no-banner a.bread-acti {
  color: #0e74bb !important;
}

.tour_head.mb-0 {
  margin-bottom: 0 !important;
}

.inner_banner.no-banner ul {
  margin-top: 10px;
  float: right;
  margin-bottom: 5px;
}

.india-tour-package h4.package-heading {
  text-align: left;
  color: #f4364f;
  margin-bottom: 10px;
  width:100%;
}
.india-tour-package p.price-request-heading {
  color: #f4364f;
  font-size: 19px;
      font-weight: 500;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.special-title {
  position: relative;
}

.special-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f4364f;
}

.packages-tabs  .nav.nav-tabs{
    margin: 20px 0;
}

.packages-tabs .nav-tabs > li.active > a{
    background-color: #f4364f;
    color: #fff;
}


.package-price{
    color:  #f4364f;
        font-weight: 500;
    font-size: 19px;
}

.mtb-50{
    margin: 50px 0;
}

.mb-30{
    margin-bottom:30px;
}


.package-bg{
     background-image: url(../img/bg/winter-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.tour-detail-table th,
.tour-detail-table td{
    text-align:center;
}


.custom-tab .nav-tabs > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #f4364f;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.content-box{
    padding:30px;
}

.content-box-title {
    background:#0e74bb;
    color:#fff;
    padding:10px;
}
.thank-title{
    color:#0e74bb;
}

.mobile-fixed-links {
    padding-left: 0; 
 
}

ul.mobile-fixed-links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    bottom: -14px;
    width: 100%;
    background: #fff;
    z-index:999999 !important;
    padding-top:5px;   display:none;
}

ul.mobile-fixed-links li {
    display:grid;
    place-content:center;
    text-align:center;
    
}



.select-field{
   background: #fff;
    border: 0px;
    height: 45px;
    border-radius: 2px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #efefef;
}


.select-field:valid{
    border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}









