* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Domaine Medium Italic";
  src: url("../fonts/DomaineDispNarMedium-Italic.eot");
  src: url("../fonts/DomaineDispNarMedium-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DomaineDispNarMedium-Italic.woff2") format("woff2"),
    url("../fonts/DomaineDispNarMedium-Italic.woff") format("woff"),
    url("../fonts/DomaineDispNarMedium-Italic.ttf") format("truetype"),
    url("../fonts/DomaineDispNarMedium-Italic.svg#DomaineDispNarMedium-Italic")
      format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Domaine Semibold Italic";
  src: url("../fonts/DomaineDispNarSemibold-Italic.eot");
  src: url("../fonts/DomaineDispNarSemibold-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DomaineDispNarSemibold-Italic.woff2") format("woff2"),
    url("../fonts/DomaineDispNarSemibold-Italic.woff") format("woff"),
    url("../fonts/DomaineDispNarSemibold-Italic.ttf") format("truetype"),
    url("../fonts/DomaineDispNarSemibold-Italic.svg#DomaineDispNarSemibold-Italic")
      format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.home-client-logo {
  background: #f4f4f4;
}

.main-header {
  /* background: #b7b6c6; */
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  transition: all 0.6s ease-in-out;
}

.new_main-header {
  /* background: #b7b6c6; */
  /* margin-left: 15%; */
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  transition: all 0.6s ease-in-out;
}

.nav-active {
  transition: all 0.6s ease-in-out;
  background-color: black !important;
}

.main-header-inn {
  /* padding: 10px 10px 7px 10px;
  background: rgba(0, 0, 0, 0.7); */
  padding: 10px 10px 7px 10px;
  background: rgb(0 0 0 / 90%);
}

.new_main-header-inn {
  padding: 10px 10px 7px 10px;
}

.logo {
  float: left;
  margin-left: 1%;
}

.logo img {
  width: 130px;
}

.head-menu {
  float: right;
  font-size: 18px;
  padding-top: 4px;
  margin-right: -1%;
}

.new_head-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-top: 4px;
}

.new_cardTitle {
  position: absolute;
  padding: 6px 26px;
  bottom: 0;
  margin: 10px;
  background-color: white;
  border-radius: 60px;
  font-family: "Domaine Semibold Italic";
  font-size: 24;
  font-weight: bold;
}

.head-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.new_head-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.head-menu ul li {
  display: inline-block;
  margin: 0px 2px 0px 0px;
  vertical-align: middle;
}

.new_head-menu ul li {
  display: inline-block;
  margin: 0px 2px 0px 0px;
  vertical-align: middle;
}

.head-menu ul li a {
  color: #000;
  margin: 0 !important;
  cursor: pointer;
  font-family: "Poppins";
  display: inline-block;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
  padding: 10px 15px;
}

.new_head-menu ul li a {
  color: #000;
  margin: 0 !important;
  cursor: pointer;
  font-family: "Poppins";
  display: inline-block;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
  padding: 10px 15px;
  min-width: 100% !important;
  text-align: left;
}

.head-menu ul li a:hover {
  background: #02596a !important;
  border-radius: 25px;
  color: white;
}

.new_head-menu ul li a:hover {
  background: #02596a !important;
  border-radius: 25px;
  color: white;
}

.head-menu ul li a:focus {
  background: #02596a;
  border-radius: 25px;
  color: white;
}

.new_head-menu ul li a:focus {
  background: #02596a !important;
  border-radius: 25px;
  color: white;
}

.head-menu ul li p:hover {
  color: #3a7fff;
}

.new_head-menu ul li p:hover {
  color: #3a7fff;
}

.nav__toggle {
  position: absolute;
  cursor: pointer;
  margin: 0px;
  right: 10px;
  display: none;
}

.close,
/* input[type="checkbox"] {
  display: none;
} */

.hamburger {
  margin-top: 0.2rem;
}

.nav__menu li {
  list-style: none;
  display: inline-block;
}

.nav__menu a {
  text-decoration: none;
  color: initial;
  /* font-size: 1.2rem; */
  font-size: 0.9rem;
}

.nav__menu p {
  color: white;
  font-size: 1.2rem;
}

#nav__checkbox:checked ~ ul.nav__menu li {
  display: block;
}

#nav__checkbox:checked ~ label.nav__toggle .hamburger {
  display: none;
}

#nav__checkbox:checked ~ label.nav__toggle .close {
  display: block;
}

.hero-main {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-main-img {
  margin: 0px auto;
}

.hero-main-img img {
  display: block;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  min-height: 700px;
}

.hero-main-img_3 {
  margin: 0px auto;
}

.hero-main-img_3 img {
  display: block;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  min-height: 200px;
}

.hero-main-img_4 {
  margin: 0px auto;
}

.hero-main-img_4 img {
  display: block;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  min-height: 200px;
}

.poppins_font {
  font-family: "Poppins";
}

.main_header_detail {
  position: absolute;
  top: 14%;
  left: 3%;
  color: white;
  margin-left: 113px;
}

.main_header_detail p {
  font-size: 2em;
  letter-spacing: 4px;
}

.main_header_detail_p {
  font-size: 20px !important;
  font-family: "Poppins";
  letter-spacing: 0 !important;
}

.main_header_detail_p_2 {
  text-align: center;
  letter-spacing: 0 !important;
  font-size: 15px !important;
  font-family: "Poppins";
  background: #fe9e16;
  width: 50%;
  border-radius: 25px;
  padding: 10px;
  color: black;
}

.main_header_detail h1 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 2em;
  margin-bottom: 20px;
}

.main_header_detail h2 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 1.5em;
  margin-bottom: 10px;
}

.main_header_detail h5 {
  font-size: 1.7em;
  letter-spacing: 4px;
}

/* .main_header_detail_2 {
  position: absolute;
  top: 30%;
  left: 5%;
  color:white;
  text-shadow: 5px 4px 9px black;
}
.main_header_detail_2 p {
  font-size: 3em;
  font-style: italic;
  letter-spacing: 4px;
}
.main_header_detail_2 h1 {
  font-size: 6em;
  margin-bottom: 10px;
} */
@media only screen and (min-width: 570px) {
  .main_header_detail {
    position: absolute;
    top: 30%;
    left: auto;
    color: white;
    margin-left: 113px;
  }

  /* .main_header_detail p {
    font-size: 2em;
    letter-spacing: 4px;
  }
  .main_header_detail_p{
    font-size: 20px !important;
    font-family: 'Poppins';
    letter-spacing: 0 !important;
  }
  .main_header_detail_p_2{
    text-align: center;
    letter-spacing: 0 !important;
    font-size: 15px !important;
    font-family: 'Poppins';
    background: #fe9e16;
    width: 50%;
    border-radius: 25px;
    padding: 10px;
    color: black;
  }
  .main_header_detail h1 {
    font-family: 'Caveat', 'Domaine Semibold Italic';
    font-size: 6em;
    margin-bottom: 10px;
  }
  .main_header_detail h5 {
    font-size: 1.7em;
    letter-spacing: 4px;
  }   */
}

@media only screen and (min-width: 450px) {
  .main_header_detail {
    position: absolute;
    /* top: 25%; */
    left: auto;
    font-size: 40px;
    color: white;
    margin-left: 113px;
  }
}

.view_upcoming_tour {
  margin-top: 30px;
  border: 10px solid #ccc;
  width: fit-content;
  padding: 20px;
}

.view_upcoming_tour h2 {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 5px;
}

.travel_highlight {
  /* padding: 70px; */
  /* background-image: url("download.png"); */
  background-size: cover;
}

.travel_highlight h1 {
  font-size: 2.5em;
  padding-left: 50px;
}

.travel_highlightparent,
.enjoy_spiritparent {
  display: flex;
  padding: 10px;
  margin-top: 20px;
}

.enjoy_spiritright {
  display: flex;
  padding: 10px;
}

.travel_highlightchild {
  flex: 0.33;
  margin: 10px;
}

.travel_highlightchild img {
  width: 100%;
  max-height: 300px;
}

.travel_highlightchild h6,
.travel_highlightchild p {
  font-size: 1.5em;
  margin-top: 10px;
}

.enjoy_the_spirit {
  padding: 70px;
  /* background-image: url("download2.png"); */
  background-size: cover;
}

.enjoy_spiritchild {
  flex: 0.5;
  margin: 10px;
}

.enjoy_the_spirit h1 {
  font-size: 3em;
}

.enjoy_spiritchild h3 {
  font-size: 2.5em;
}

.enjoy_spiritchildleft {
  flex: 0.3;
  margin: 10px;
}

.enjoy_spiritchildleft img {
  width: 100%;
  height: 190px;
}

.enjoy_spiritchildright {
  flex: 0.7;
  margin: 10px;
}

.enjoy_spiritchildright h6 {
  font-size: 1.5em;
}

.enjoy_spiritchildright p {
  font-size: 1.5em;
  margin-top: 10px;
}

.contact_detail {
  /* background-image: url("image-026.jpg"); */
  background-size: cover;
  color: white;
  padding: 40px;
}

.contact_detail_2 {
  background-image: url("image-026.jpg");
  background-size: cover;
  color: white;
  padding: 40px;
  text-shadow: 5px 4px 9px black;
}

.contact_detail_3 {
  /* background-image: url("image-026.jpg"); */
  background-size: contain;
  color: white;
  padding: 40px;
  /* text-shadow: 5px 4px 9px black; */
}

.contact_email {
  margin-left: 50px;
}

.email {
  margin-bottom: 30px;
}

.nomargin {
  margin: 0 !important;
}

.contact_detail h1 {
  font-size: 4em;
  margin-bottom: 20px;
}

.contact_detail h6 {
  font-size: 1.5em;
}

.contact_detail p {
  font-size: 1em;
  margin-bottom: 10px;
  color: black;
}

.footer {
  background-image: url("footer-bg.jpg");
  background-size: cover;
  display: flex;
  padding: 40px 60px;
  margin-top: 30px;
}

.footer_left {
  flex: 0.5;
  display: flex;
}

.footer_leftchild {
  flex: 0.33;
}

.footer_leftchild p {
  font-size: 1.5em;
  margin-bottom: 0 !important;
}

.footer_leftchild h6 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.footer_right {
  flex: 0.5;
  /* display: flex; */
  justify-content: flex-end;
  align-items: center;
}

.footer_right img {
  width: 200px;
  height: 100px;
}

.copyright {
  text-align: center;
  margin: 20px;
}

.main-menu .dropdown {
  position: relative;
}

.new_main-menu .dropdown {
  position: relative;
}

.main-menu .dropdown:hover ul {
  display: block;
}

.new_main-menu .dropdown:hover ul {
  display: block;
}

.main-menu .dropdown ul {
  position: absolute;
  left: 10px;
  width: 170px;
  display: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  color: rgb(0, 0, 0);
  padding: 10px;
  background: white;
  font-size: 15px;
  border-radius: 10px;
}

.new_main-menu .dropdown ul {
  position: absolute;
  left: 10px;
  width: 200px;
  display: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  color: rgb(0, 0, 0);
  padding: 10px;
  background: white;
  font-size: 15px;
  border-radius: 10px;
  padding-bottom: 25px;
  padding-top: 15px;
}

.main-menu .dropdown ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.new_main-menu .dropdown ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  border-bottom: 1px solid #937d8e;
}

.main-menu .dropdown ul li a {
  display: block;
  padding: 10px;
  text-align: left;
}

.new_main-menu .dropdown ul li a {
  display: block;
  padding: 3px;
  text-align: left;
}

.main-menu .dropdown ul li a:hover {
  background: #1e40c8;
  color: #fff;
}

.new_main-menu .dropdown ul li a:hover {
  background: #1e40c8;
  color: #fff;
}

.dropbtn {
  color: rgb(255, 255, 255) !important;
  margin-right: 10px;
}

.dropbtn_dark {
  color: black !important;
  margin-right: 10px;
}

.dropbtn_dark:hover {
  /* color: #3a7fff !important; */
  color: #ffffff !important;
  background: #02596a;
  border-radius: 25px;
}

.dropbtn:focus {
  background: #02596a;
  border-radius: 25px;
}

/* @media only screen and (max-width: 1400px) { */

@media only screen and (max-width: 800px) {
  .bannerCaption {
    font-size: 12px !important;
  }

  .main_header_detail {
    left: 0px !important;
    margin-left: 20px !important;
    top: 20px !important;
  }

  #testimonial .icon img:first-child {
    display: none !important;
  }

  #about_4 h1 {
    line-height: 1 !important;
  }

  .item img {
    height: inherit !important;
  }

  .new_thumb-wrapper {
    max-width: 100% !important;
    margin: 0px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .nav__toggle {
    top: 14px;
  }

  .nav__menu a,
  .nav__menu p {
    font-size: 15px;
  }

  .head-menu ul li a br {
    display: none;
  }

  .new_head-menu ul li a br {
    display: none;
  }

  .head-menu ul li a {
    padding: 15px 10px !important;
  }

  .new_head-menu ul li a {
    padding: 15px 10px !important;
  }

  .head-menu ul li p {
    padding: 0px !important;
  }

  .new_head-menu ul li p {
    padding: 0px !important;
  }

  .head-menu {
    float: none;
    width: 100%;
    padding-top: 0px;
    margin-right: 2%;
  }

  .new_head-menu {
    float: none;
    width: 100%;
    padding-top: 0px;
    margin-right: 2%;
  }

  .head-menu ul {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 52px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0px;
  }

  .new_head-menu ul {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 52px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0px;
  }

  .nav__toggle {
    display: block;
  }

  .nav__menu {
    flex-direction: row;
    display: none;
  }

  #nav__checkbox:checked ~ .nav__menu {
    /* display: block; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .head-menu ul li {
    display: block;
    padding: 5px;
  }

  .new_head-menu ul li {
    display: block;
    padding: 5px;
  }

  .enjoy_spiritparent {
    flex-direction: column;
  }

  .main-menu .dropdown ul {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    top: 30px;
  }

  .new_main-menu .dropdown ul {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .travel_highlightparent,
  .footer {
    flex-direction: column;
  }

  .main_header_detail h1 {
    font-size: 2em;
  }

  .main_header_detail h5 {
    font-size: 1.4em;
    letter-spacing: 4px;
  }
}

@media only screen and (max-width: 600px) {
  .enjoy_spiritchild h3 {
    font-size: 1.5em;
  }

  .enjoy_spiritright {
    flex-direction: column;
  }

  .footer_left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_leftchild {
    margin-bottom: 20px;
  }

  .enjoy_the_spirit {
    padding: 20px;
  }

  .footer_leftchild p {
    text-align: center;
  }

  .footer_leftchild h6 {
    text-align: center;
  }

  .contact_detail h1 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 900px) {
  /* .footer_class{
    width: 1200px;
  }
  .row_copyright{
    width: 1200px;
  }
  section {
    width: 1200px;
  } */
  /* .travel_highlight {
    width: 1200px;
  } */
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-6 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .col-6 {
    width: 100% !important;
  }

  .website_navbar {
    display: none !important;
  }
}

/* @media only screen and (max-width: 580px) and (max-width: 575px) {
  .left-heading{
    text-align: center;
  }
  #about_2 .left-heading h6{
    text-align: center;
    font-family: 'Caveat', 'Domaine Semibold Italic';
    font-size: 30px;
    font-weight: 700;
    color: #ea2763;
    line-height: 40px;
    margin-bottom: 3%;
    letter-spacing: 0.5px;
  }
  #about_2 p{
    margin: 0 20%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  #about_2 .row{
    margin: 0 -40%;
  }
  #about_2 .container a{
    margin-left: 20%;
  }

}

@media (max-width: 575px) {
  .left-heading{
    text-align: center;
  }
  #about_2 .left-heading h6{
    text-align: center;
    font-family: 'Caveat', 'Domaine Semibold Italic';
    font-size: 50px;
    font-weight: 700;
    color: #ea2763;
    line-height: 40px;
    margin-bottom: 3%;
    letter-spacing: 0.5px;
  }
  #about_2 p{
    text-align: center !important;
  }
  #about_2 .row{
    margin: 0 25%;
  }
} */

/* ---------------------------------------------------------------------------------------------*/
/* Contact CSS Code*/
.cover-page {
  height: 100vh;
  /* background: pink; */
}

.navDark {
  background: rgba(0, 0, 0, 0.6);
}

.nav-link {
  color: rgb(216, 216, 216) !important;
}

.nav-link.active,
.nav-link:hover {
  color: #fdd86a !important;
}

.subComponent {
  padding: 50px 0px;
}

.subComponent-lg {
  padding: 80px 0px;
}

#hero {
  background: url("./img/bg.png") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

#hero h1 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 60px;
}

#packageBody {
  background-color: rgb(245, 245, 245);
}

.wrapped-page {
  width: 100%;
  height: 100vh;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.item-center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.img-carousel {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.carousel-caption {
  height: 50%;
}

.carousel-caption h3 {
  font-size: 5em;
  font-weight: 700;
  text-shadow: 3px 3px 10px black;
}

.carousel-caption p {
  color: rgb(255, 239, 16);
  text-shadow: 2px 2px 5px black;
}

.card {
  margin: 10px 0px;
}

@media (min-width: 284px) {
  .card-columns {
    margin: 0px 20px;
  }

  .tour-msg {
    margin: 0px 10px;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }

  .tour-msg {
    margin: 0px 20px;
  }
}

@media (min-width: 986px) {
  .card-columns {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }

  .tour-msg {
    margin: 0px 50px;
  }
}

.packageBody .badge {
  margin: 0px 5px;
  cursor: pointer;
  text-transform: capitalize;
}

.tour-cover {
  width: 90%;
  padding: 20px 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  margin: 50px auto;
}

.tour-cover img {
  width: 100%;
}

.tour-gallery img {
  width: 50%;
  height: 100px;
  object-fit: cover;
  padding: 5px;
}

.tour-msg input,
.tour-msg textarea {
  width: 100%;
  margin: 5px;
  border: 1px solid #6c757d;
  padding: 10px;
  border-radius: 5px;
  background: none;
}

.msg input,
.msg textarea {
  width: 100%;
  margin: 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}

.msg .btn {
  margin: 5px;
}

.reviews {
  background: #f1f1f1;
  padding: 40px 0px 80px 0px;
  margin: 0px;
}

#aboutBody {
  background: #f1f1f1;
  color: #2b2b2b;
}

.svg-group p {
  margin: 15px 0px;
}

.svg-card {
  background: rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  padding: 30px;
  margin: 10px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.svg-card:hover {
  border-radius: 50%;
}

.wrapped-services {
  background: url("./img/bg2.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}

#servicesBody {
  background: rgba(0, 0, 0, 0.7);
}

#contactBody {
  background: #6d613c;
  color: rgba(0, 0, 0, 0.7);
}

#footerBody {
  background: #383322;
  color: rgba(0, 0, 0, 0.7);
}

#footerBody a {
  color: rgba(0, 0, 0, 0.6);
}

#footerBody a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.svg-card-2 {
  color: #ffffff;
  padding: 30px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

.svg-card-2:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #e0e0e0;
  background: rgba(255, 255, 255, 0.3);
}

.svg-card-3 {
  padding: 30px;
  /* margin: 10px; */
  color: black;
}

.headerTitle p {
  color: rgba(0, 0, 0, 0.5);
}

* {
  transition-duration: 0.3s;
}

#home {
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

/* ---------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------*/
/* CSS For Itinerary */
.about {
  padding: 30px 0;
}

.about .title {
  font-size: 38px;
  font-weight: 700;
}

.about p {
  /* padding-top: 20px; */
  text-align: justify;
}

.booking-form {
  border-radius: 10px;
  background: #f5f6fa;
  /* padding: 15px; */
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

::-webkit-input-placeholder {
  color: black;
  font-weight: bold;
  font-size: 15px;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 5px;
  padding: 20px 20px 0 20px;
}

.booking-form .form-control {
  background-color: #fff;
  border-radius: 25px;
  border: none;
  height: 4em;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 15px;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control + .select-arrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(62, 72, 92, 0.3);
  font-size: 14px;
}

.booking-form select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
  display: inline-block;
  color: #3e485c;
  font-weight: 700;
  margin-bottom: 1px;
  margin-left: 7px;
}

.booking-form .submit-btn {
  display: center;
  color: white;
  background-color: #ea2763;
  font-weight: 700;
  font-size: 15px;
  padding: 7px;
  /* margin-left: 115px; */
  border-radius: 25px;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-family: "Poppins";
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  opacity: 0.9;
}

.booking-cta {
  margin-top: 80px;
  margin-bottom: 30px;
}

.booking-cta h1 {
  font-size: 72px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-shadow: 5px 4px 9px black;
}

.booking-cta h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-shadow: 5px 4px 9px black;
}

.booking-cta li {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-shadow: 5px 4px 9px black;
}

.booking-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.errormessage {
  color: rgb(255, 0, 0) !important;
  text-align: left;
  /* font-weight: bolder; */
  padding: 2px;
}

.enquiry-view-container {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  padding: 36px 24px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 24px 0px;
}

.provider_containertitle {
  font-size: 20px !important;
  color: brown !important;
  margin-bottom: -5px !important;
  font-weight: bold;
}

.provider_containertitle hr {
  margin-bottom: -5px !important;
}

.application_card .provider_containertitle {
  font-size: 22px !important;
  color: #55aad3 !important;
}

.application_card {
  padding: 1rem 1.5rem !important;
}

.application_card label {
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}

.user_data label {
  color: #263f75;
  font-size: 15px;
  text-align: justify;
  /* font-family: 'Poppins'; */
}

.user_data p {
  color: black;
  font-size: 12px;
  text-align: justify;
  font-family: "Poppins";
}

.tour_category {
  border-style: solid;
  border-color: white;
  /* margin: 0 0 20px 5%; */
  width: 100%;
  background: white;
  border-radius: 10%;
  margin-left: 15px;
  /* display: flex; */
}

.tour_category img {
  border-radius: 100%;
  margin: 10% 10% 5% 10%;
}

.tour_category h2 {
  /* margin: 0 0 0 15%; */
  text-align: center;
}

.tour_category button {
  margin: 10% 0 15% 3%;
}

.travel_category {
  display: flex;
}

@media only screen and (max-width: 800px) {
  .travel_category {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.tour_category2 {
  border-style: solid;
  border-color: white;
  /* margin: 0 0 20px 5%; */
  width: 100%;
  background: white;
  margin-bottom: 15px;
  /* display: flex; */
}

.tour_category3 {
  border-style: solid;
  border-color: white;
  /* margin: 0 0 20px 5%; */
  width: 85%;
  background: white;
  margin-bottom: 15px;
  /* display: flex; */
}

.colImage img {
  max-width: 100%;
  max-height: 80%;
  border-radius: 5%;
  margin: 5%;
}

.colImage2 img {
  max-width: 100%;
  max-height: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.carosol_img {
  max-width: 100%;
  max-height: 80%;
  /* border-radius: 5%; */
  /* margin: 5%; */
}

.colData h5 {
  text-align: right;
}

.colData div .row {
  margin-top: 15px;
}

.file-upload-content {
  display: flex;
  text-align: center;
  overflow-x: scroll;
  width: 100%;
}

.gallery_list_view {
  margin: 0 20px 20px 0;
  width: 25%;
  background: white;
  margin-bottom: 15px;
  /* display: flex; */
}

.gallery_list_view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empty {
  width: 10%;
}

.gallery_list_view2 {
  /* margin: 0 20px 20px 0; */
  border-radius: 10px;
  position: relative;
  min-height: 100% !important;
  /* width: 25%; */
  background: white;
  margin-bottom: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 850px) {
  .gallery_list_view2 {
    /* margin: 0 20px 20px 0; */
    /* width: 45% !important; */
    background: white;
    margin-bottom: 15px;
    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
  }
}

.gallery_list_view2 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.carousel .thumb {
  height: 80px;
}

/* .carousel .thumb img {
  width: auto;
} */
.trip_booking_main {
  border-radius: 10px;
  background: #f5f6fa;
}

.trip_booking {
  background: #06aaf1;
  color: white;
  margin: -12px -11px 10px -11px;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.colImage2 ul li .trip_buy_btn,
.trip_buy_btn {
  /* margin: 0 35px 5px 55%; */
  background: #ea2763;
  border: #ea2763;
  border-radius: 25px;
  padding: 5px 0%;
  color: white;
  font-family: "Poppins";
}

@media only screen and (max-width: 1500px) {
  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    background: #ea2763;
    border: #ea2763;
    border-radius: 25px;
    padding: 5px 0%;
    color: white;
    font-family: "Poppins";
  }

  .trip_buy_btn_data {
    margin: 5px 0 0 0;
    float: right;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    background: #ea2763;
    border: #ea2763;
    border-radius: 25px;
    padding: 5px 0%;
    color: white;
    font-family: "Poppins";
  }

  .trip_buy_btn_data {
    margin: 5px 0 0 0;
    float: right;
    font-size: 15px;
  }
}

.trip_buy_btn_data {
  margin: 5px 0 0 0;
  float: right;
  font-size: 15px;
}

.colImage2 .flex_url3 {
  display: flex;
  /* padding-bottom: 5%; */
  /* justify-content: center; */
}

.colImage2 ul {
  list-style-type: none;
}

@media only screen and (max-width: 1200px) {
  .trip_buy_btn_data {
    margin: 0 0 0 -15px;
    float: left;
    font-size: 15px;
  }

  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1360px) {
  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    background: #ea2763;
    border: #ea2763;
    border-radius: 25px;
    padding: 5px 0%;
    color: white;
    font-family: "Poppins";
  }

  .trip_buy_btn_data {
    margin: 5px 0 0 0;
    float: right;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1330px) {
  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    background: #ea2763;
    border: #ea2763;
    border-radius: 25px;
    padding: 5px 6px;
    color: white;
    font-family: "Poppins";
  }

  .trip_buy_btn_data {
    margin: 5px 0 0 0;
    float: right;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1000px) {
  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    background: #ea2763;
    border: #ea2763;
    border-radius: 25px;
    padding: 5px 0%;
    color: white;
    font-family: "Poppins";
  }

  .trip_buy_btn_data {
    margin: 5px 0 0 -10px;
    float: right;
    font-size: 13px;
  }
}

@media only screen and (max-width: 800px) {
  .colImage2 ul li .trip_buy_btn,
  .trip_buy_btn {
    background: #ea2763;
    border: #ea2763;
    border-radius: 25px;
    padding: 10px 0%;
    color: white;
    font-family: "Poppins";
    font-size: 15px;
  }

  .trip_buy_btn_data {
    margin: 5px 0 0 5px;
    float: right;
    font-size: 20px;
  }
}

.trip_price_btn {
  /* float: right; */
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
  background: #fe9601;
  color: white;
  padding: 5px 10px 5px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  /* margin: 15px 12%; */
  top: 17px;
  right: 0%;
}

.p_class {
  margin-top: -20px;
  font-family: "Poppins";
}

.p_class2 {
  margin-top: -20px;
  font-family: "Poppins";
  display: block;
  /* height: 80px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 10% 10px 10%;
}

.p_class3 {
  margin-top: -15px;
  font-family: "Poppins";
  font-size: 15px;
}

.carousel .slide img {
  /* height: 40em;
  width: 80em; */
  vertical-align: top;
  border: 0;
}

.selectdrop {
  width: 90%;
  height: auto;
  margin-top: -35px !important;
}

.selectdrop2 {
  width: 100%;
  height: 60%;
}

.participant {
  float: left;
  font-size: 13px;
}

.participant_row {
  margin-top: -35px !important;
}

.participant_row_error {
  margin-top: -45px !important;
}

.tour_head {
  font-family: "Caveat";
  color: #06aaf1;
}

.travel_category2 {
  padding-bottom: 5%;
  background: white;
}

.travel_category3 {
  padding-top: 5%;
  background: #f5f6fa;
}

.travel_category4 {
  padding-top: 5%;
}

.category_title {
  font-family: "Poppins";
  color: #06aaf1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-btn {
  width: 110px;
}

.trip_booking_2 {
  background: #06aaf1;
  color: white;
  margin: 0px -11px 10px -11px;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.trip_booking_2 p {
  text-align: center;
}

/*
-------------------------------------------
About Avontur Travel Css
---------------------------------------------
*/

/* #about {
  padding: 120px 0px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 765px) {
  #about {
    padding: 20px 0px 120px 0px;
  }
}

#about .right-text {
  align-self: center;
}

#about .right-text p {
  margin-bottom: 40px;
} */

#about_2 {
  padding: 120px 0px;
  /* background-color: #f9f9f9; */
}

#about_2 .right-image {
  align-self: center;
}

#about_2 h1 {
  /* font-size: 26px; */
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about_2 h6 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 26px;
  font-weight: 700;
  color: #ea2763;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about p,
#about_2 p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
}

#about_2 ul li img {
  display: inline;
  float: left;
}

#about_2 ul li .text {
  margin-left: 80px;
}

#about_2 ul li .text h6 {
  padding-top: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
}

#about_2 .row {
  padding-left: 4%;
}

#about_2 .containers {
  margin: 0 5% !important;
}

#about_2 .containers ul li {
  list-style-type: none;
}

a.main-button-slider {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ea2763;
  text-decoration: none;
  color: #fefeff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.margin_top {
  margin-top: 0px;
}

/*
-------------------------------------------
Private Css
---------------------------------------------
*/

/* #about {
  padding: 120px 0px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 765px) {
  #about {
    padding: 20px 0px 120px 0px;
  }
}

#about .right-text {
  align-self: center;
}

#about .right-text p {
  margin-bottom: 40px;
} */

#about_3 {
  padding: 120px 0px;
}

#about_3 .right-image {
  align-self: center;
}

#about_3 h1 {
  /* font-size: 26px; */
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about_3 h6 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 32px;
  font-weight: 700;
  color: #ea2763;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about p,
#about_3 p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#about_3 ul li img {
  display: inline;
  float: left;
}

#about_3 ul li .text {
  margin-left: 80px;
}

#about_3 ul li .text h6 {
  padding-top: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
}

a.main-button-slider_2 {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ea2763;
  text-decoration: none;
  color: #fefeff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-main_2 {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-main-img_2 {
  margin: 0px auto;
}

.hero-main-img_2 img {
  display: block;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  min-height: 450px;
}

.main_header_detail_2 {
  width: 500px;
  position: absolute;
  top: 30%;
  left: 10.5%;
  color: white;
  background-color: #efefed;
  border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
  .main_header_detail_2 {
    top: 15%;
  }
}

@media only screen and (max-width: 600px) {
  .main_header_detail_2 {
    top: 2%;
    width: 300px;
  }
}

@media only screen and (max-width: 350px) {
  .main_header_detail_2 {
    top: 1%;
    width: 250px;
  }
}

.main_header_detail_text {
  padding: 20px;
}

.main_header_detail_h6 {
  font-size: 40px !important;
  line-height: 50px !important;
}

.main_header_detail_2 p {
  font-size: 2em;
  letter-spacing: 4px;
  color: #000;
}

.main_header_detail_2 h6 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 6em;
  margin-bottom: 10px;
}

.tour_head_text {
  font-size: 20px;
  font-family: "Poppins";
  padding: 1% 0 3% 0;
}

.tour_adventure {
  padding: 5px 29px;
  background: white;
  border-radius: 10px;
  /* margin-right: 10px; */
}

.tour_h1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-family: "Caveat";
  color: white;
}

.tour_achivement {
  background-image: url("left-side-grafic.jpg");
  max-width: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

.achievement_text h4 {
  color: #ea2761;
  font-family: "Caveat";
  text-align: left;
  padding: 7% 0 10px 2%;
}

.achievement_text h3 {
  text-align: left;
  padding-left: 2%;
}

.achievement_text p {
  text-align: left;
  padding-left: 2%;
  font-family: "Poppins";
}

.tour_achivement_col {
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.tour_achivement_col2 p {
  text-align: left;
  font-family: "Poppins";
  padding: 4% 0 0 0;
  /* margin: 10% -30% 0 5%; */
  margin-top: 10%;
  margin-left: 5%;
  /* max-width: 70%; */
}

.tour_achivement_col2 ul {
  list-style-type: none;
}

@media only screen and (max-width: 870px) and (min-width: 790px) {
  .tour_achivement_col2 p {
    text-align: left;
    font-family: "Poppins";
    padding: 20% 0% 0 0;
    margin: 0 0%;
    /* max-width: 90%; */
  }

  .tour_achivement_col2 ul li img {
    width: 100%;
    height: 90%;
  }
}

@media only screen and (max-width: 790px) {
  .tour_achivement_col2 p {
    text-align: left;
    font-family: "Poppins";
    padding: 0% 0% 0 0;
    margin: 0 0%;
    /* max-width: 90%; */
  }

  .tour_achivement_col2 img {
    width: 100%;
    height: 70%;
  }

  .tour_achivement_col2 ul li img {
    width: 100%;
    height: 90%;
    padding-left: 0 !important;
  }

  .tour_achivement_col2 .flex_ul {
    margin-left: -5%;
  }

  /* .tour_achivement_col {
    margin: 10% 15% !important;
    width: 70% !important;
  } */
}

@media only screen and (max-width: 780px) {
  .tour_achivement_col2 p {
    text-align: left;
    font-family: "Poppins";
    padding-top: 0;
    margin: 0;
    max-width: 100%;
  }

  .tour_achivement_col {
    margin: 0 !important;
    width: 100% !important;
  }
}

.tour_achivement_col2 .row {
  margin: 0 10px 0 -22%;
}

.tour_achivement_col2 ul li img {
  width: 100%;
  height: 90%;
  padding-left: 20%;
}

.tour_achivement_col2 ul li {
  margin-right: 2%;
}

.tour_achivement_col2 .flex_ul {
  display: flex;
  margin-top: 2%;
}

.tour_activity .flex_url2 {
  display: flex;
  padding: 0 32% 5% 30%;
  justify-content: center;
}

.tour_activity .flex_url2 li {
  margin: 0px 2% 0 2%;
}

@media only screen and (max-width: 1350px) {
  .tour_activity .flex_url2 li {
    margin: 0;
  }

  .p_class3 {
    margin-top: -15px;
    font-family: "Poppins";
    font-size: 10px;
  }
}

.tour_activity ul {
  list-style-type: none;
}

/*
-------------------------------------------
Gallery Css
---------------------------------------------
*/
.home_imgs {
  margin: 0 18% -32px 20%;
}

.home_imgs .flex_url4 {
  display: flex;
  /* padding: 0 32% 5% 30%; */
  justify-content: center;
  list-style-type: none;
}

.logo_imgs {
  margin: 0 10% 0 10%;
}

/*
-------------------------------------------
Hand Picked Tours Css
---------------------------------------------
*/
.service-title {
  color: #03aaf0;
}

.service-title_1 {
  color: #fe9c17;
}

.service-title_2 {
  color: #ea2763;
}

a.main-button-slider_3 {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 20px;
  padding: 12px 20px 10px 20px;
  background-color: #03aaf0;
  text-decoration: none;
  color: #fefeff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider_4 {
  font-size: 24px;
  font-family: "Domaine Semibold Italic";
  border-radius: 60px;
  padding: 6px 26px;
  background-color: #fff;
  text-decoration: none;
  color: #694b63;
  font-weight: bold;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hand {
  margin: 0 10% 0 10%;
}

.hand .flex_url7 {
  display: flex;
  list-style-type: none;
}

.hand .flex_url7 li {
  max-width: 30%;
  margin: 0 3%;
}

.hand .flex_url7 li p {
  font-size: 17px;
  padding: 5%;
}

/*
-------------------------------------------
FAQ Css
---------------------------------------------
*/
.faq_title {
  font-weight: bolder;
}

#testimonial {
  padding: 60px 0px;
  background-color: #f5f5f5;
}

#about_4 {
  padding: 120px 0px;
  background-color: #f5f5f5;
}

#about_4 .right-image {
  align-self: center;
}

#about_4 h1 {
  /* font-size: 26px; */
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

#about_4 h6 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 26px;
  font-weight: 700;
  color: #ea2763;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  padding-left: 20px;
}

#about_4 p {
  margin-bottom: 50px;
}

#about_4 h5 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 35px;
  font-weight: 500;
  color: #ea2763;
  line-height: 40px;
  /* margin-bottom: 85px; */
  /* letter-spacing: 0.5px; */
  padding-left: 20px;
}

#about p,
#about_4 p {
  /* margin-bottom: 30px; */
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: "Poppins";
}

#about_4 ul li img {
  display: inline;
  float: left;
}

#about_4 ul li .text {
  margin-left: 80px;
}

#about_4 ul li .text h6 {
  padding-top: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.section .flex_url5 {
  display: flex;
  list-style-type: none;
}

/*
-------------------------------------------
Contact Us Css
---------------------------------------------
*/
.section .flex_url6 {
  display: flex;
  list-style-type: none;
}

.section .logo_imgs ul {
  margin: 0px 0% 0 -15%;
}

.section .logo_imgs ul li {
  margin: 0 10% 0 0%;
}

@media only screen and (max-width: 1300px) {
  .section .logo_imgs ul {
    margin: 0px 0% 0 -30%;
  }
}

.booking-form_2 {
  background-color: #fe9c17;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  height: auto;
}

.booking-form_2 .form-group {
  position: relative;
  margin-bottom: 5px;
}

.booking-form_2 .form-control {
  background-color: #ebecee;
  border-radius: 15px;
  border: none;
  height: 43px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 10px;
}

.booking-form_2 .form-control.underline-input::-webkit-input-placeholder {
  color: black;
  font-family: "Poppins";
}

.booking-form_2 .form-control::-webkit-input-placeholder {
  color: rgba(2, 2, 2, 0.3);
}

.booking-form_2 .form-control:-ms-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form_2 .form-control::placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form_2 input[type="date"].form-control:invalid {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form_2 select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form_2 select.form-control + .select-arrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(62, 72, 92, 0.3);
  font-size: 14px;
}

.booking-form_2 select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form_2 .form-label {
  display: inline-block;
  color: #3e485c;
  font-weight: 700;
  margin-bottom: 1px;
  margin-left: 7px;
}

.booking-form_2 .submit-btn {
  display: center;
  color: white;
  background-color: #ea2763;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  /* margin-left: 115px; */
  border-radius: 25px;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 25px;
}

.booking-form_2 .submit-btn:hover,
.booking-form_2 .submit-btn:focus {
  opacity: 0.9;
}

#about_5 h6 {
  font-family: "Caveat", "Domaine Semibold Italic";
  font-size: 32px;
  font-weight: 700;
  color: white;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about_5 p {
  font-size: 13px;
  line-height: 10px;
  font-family: "Poppins";
  color: red;
}

.form-btn {
  padding: 10%;
  opacity: 1;
}

.form-btn2 {
  padding: 10%;
  opacity: 1;
}

/*
-------------------------------------------
Carousal Css
---------------------------------------------
*/
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

body {
  background-color: #f5f6fa;
  font-family: "Open Sans", sans-serif;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 30px auto 60px;
  /* padding: 0 80px; */
}

.gallerymodal_carousel .carousel {
  padding: 0 !important;
}

.item {
  text-align: center;
  overflow: hidden;
}

.item h4 {
  font-family: "Domaine Semibold Italic";
  text-align: center;
  color: #545267;
}

.item img {
  height: 184px;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  max-width: 100%;
  display: inline-block;
  border-radius: 20px;
}

.carousel .item .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: #a177ff;
  padding: 6px 15px;
  margin-top: 5px;
}

.carousel .item .btn:hover {
  background: #8c5bff;
}

.carousel .item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.thumb-wrapper {
  min-height: 100%;
  max-width: 80%;
  margin: 0% 15% 0 10%;
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.new_thumb-wrapper {
  min-height: 100%;
  max-width: 80%;
  margin: 0% 10% 0 10%;
  text-align: left;
  background: #fff;
}

@media only screen and (max-width: 570px) {
  .thumb-wrapper {
    /* margin: 0% 30% 0 20%; */
    margin: 0% 15% 0 15%;
  }
}

.thumb-content {
  padding: 15px;
  font-size: 13px;
}

.thumb-content p {
  text-align: left;
  font-family: "Poppins";
}

.thumb-content h4 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins";
  padding: 10px;
}

.img-box {
  border-radius: 20px;
}

.carousel .carousel-control {
  height: 44px;
  width: 44px;
  background: none;
  margin: auto 0;
  border-radius: 50%;
  border: solid #06a9f1;
}

.carousel .carousel-control i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #06a9f1;
  text-shadow: none;
  font-weight: bold;
}

.carousel .carousel-control.left i {
  margin-left: -3px;
}

.carousel .carousel-control.right i {
  margin-right: -3px;
}

.carousel .carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border-color: transparent;
}

.carousel-indicators li {
  background: #ababab;
}

.carousel-indicators li.active {
  background: #555;
}

.tour_head_2 {
  font-family: "Caveat";
  color: #06aaf1;
  font-size: 50px;
}

.new_tour_head_2 {
  font-family: "Domaine Semibold Italic";
  color: #025b69;
  font-size: 50px;
  font-weight: bold;
}

.tour_head_text_2 {
  font-size: 20px;
  font-family: "Poppins";
  padding: 1% 0 3% 0;
}

.tour_head_text_3 {
  font-size: 20px;
  font-family: "Poppins";
  padding: 1% 0 1% 0;
}

.tour_head_text_4 {
  font-size: 20px;
  font-family: "Poppins";
  padding: 0;
}

.footer_heading {
  /* margin-bottom: 40px; */
  font-size: 26px;
  font-weight: bold;
  color: white !important;
  font-family: "Domaine Semibold Italic", "Helvetica Neue", sans-serif;
}

.footer_ul_style li {
  margin-bottom: 20px;
}

.footer_ul_style a {
  text-decoration: none !important;
  color: inherit !important;
}

.gallery_container {
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
  border: 1px solid #ccc;
  border-radius: 20px;
}

/* Tab Change hover  */

.itenary-form .MuiTab-root.Mui-selected {
  color: white !important;
  background-color: #06aaf1;
  border-bottom: none !important;
}

.itenary-form .MuiTabs-indicator {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .tourdetails_form .col-md-7 {
    padding-bottom: 0 !important;
  }

  .tourdetails_form .col-md-5 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .homecarousel_image {
    display: none;
  }
}

.tour_booking_hide {
  max-height: 530px;
}

@media only screen and (max-width: 768px) {
  .tour_booking_hide {
    justify-content: center;
    align-items: center;
  }

  .contact_us {
    align-items: center;
    margin-left: 7%;
  }

  .top_space {
    margin-top: 35% !important;
  }
}

.contact_us {
  margin-left: 7%;
}

.top_space {
  margin-top: 1%;
}

.tour_h1_new {
  font-size: 60px;
  font-family: "Caveat";
  color: black;
}

.drop_list {
  max-height: 600%;
  overflow-y: scroll;
}

.new_drop_list {
  max-height: 600%;
}

.new_drop_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.new_drop_list li {
  position: relative; /* Ensure relative positioning for parent li */
}

.new_drop_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.upcoming-trips-submenu {
  z-index: 1000;
  position: absolute;
  right: 0;
}

.addtional-point-wrapper {
  width: 80%;
  display: flex;
  align-items: stretch;
  gap: 5px;
  /* margin-top: 10px; */
}

.addtional-point-wrapper span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.addtional-point-wrapper .view-additional-point {
  background-color: #0b5ed7;
  border-radius: 5px;
  color: #fff;
}

.modal-additional-input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 10px;
}

.modal-additional-input-wrapper div {
  flex: 1;
}

.additonal-item-wrapper {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #ddd;
}

.additonal-item-wrapper span:first-child {
  flex: 1;
}

.additonal-item-wrapper span:last-child {
  background-color: red;
  color: #fff;
  padding: 0px 15px;
}

.modal-empty-additional {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.new-itienerary {
  padding: 20px 30px !important;
}
.new-itienerary .row {
  padding: 0 !important;
  margin: 0 !important;
}

.new-itienerary .tour_head_text_3 {
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.new-itienerary .search-input {
  margin: 0px !important;
  padding: 0.375rem 0.75rem !important;
  width: 100% !important;
}

.new-itienerary .col-md-4,
.new-itienerary .col-md-3 {
  /* padding-right: 0 !important; */
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .main_header_detail {
    top: 50% !important;
    transform: translateY(-50%);
  }

  .main_header_detail h1 {
    font-size: 22px !important;
  }

  .main_header_detail div {
    font-size: 11px !important;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    bottom: 12px !important;
  }
  .slider-dots .dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border: 1px solid #fff;
    background: transparent !important;
  }

  .slider-dots .dot.active {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #fff;
    background: #fff !important;
  }

  .slider-dots .dot.active::before {
    width: 0px !important;
    height: 0px !important;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
