html,
body {
  font-family: "Jotia W00 Regular", serif !important;
}

/* CSS Resets */
ul,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
a,
p {
  font-family: "Jotia W00 Regular", serif;
  color: #FFF;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Header & Nav */
body {
  overflow-x: hidden;
}

.tm-header {
  background: #03476e;
  height: 80px;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10;
}

.tm-site-name-container {
  padding-top: 20px;
}

@media only screen and (max-width: 836px) {
  .tm-site-name-container {
    margin-left: -55px !important;
  }

}

.tm-site-name {
  color: #FFA700;
  font-size: 27px;
  font-weight: 600;

}

.tm-site-name:hover,
.tm-site-name:focus {
  color: #ff720b;
}

.mobile-menu-icon {
  display: none;
}

.tm-nav {
  margin: 0% 0%;
  display: block;
  overflow: hidden;
}

.tm-nav li {
  list-style: none;
  float: left;
}

.tm-nav li a {
  color: white;
  display: block;
  /* padding: 45px 34px 15px 34px; */

  transition: all 0.3s ease;
  padding: 10px 10px;
  margin: 20px 2px;
  border-radius: 0px;
}

.tm-nav li a::after {
  content: "";
  margin-top: 5px;
  display: block;
  width: 0;
  height: 3px;
  background: #FFA700;
  transition: width 0.4s;
}

/* .tm-nav li a:focus, */
.tm-nav li a:hover::after {
  /* background: #FFA700; */
  /* border-bottom: 5px solid #FFA700; */
  /* color: #000; */
  width: 100%;
}



/* Banner */
.tm-banner-inner {
  height: auto;
  margin: 100px auto;
  position: absolute;
  display: flex;
  padding: 3.7em;
  justify-content: left;
  text-align: left;
  width: 80%;
  flex-direction: column;
}



.tm-banner-title,
.tm-banner-subtitle {
  color: white;
}

.tm-banner-title {
  font-size: 55px;
  font-weight: 600;
}

.tm-banner-subtitle {
  font-size: 30px;
}

#aboutus-title {
  font-size: 48px;
  margin-top: 50px;
  text-transform: uppercase;
}


#ourservices-title {
  font-size: 48px;
  margin-top: 50px;
  text-transform: uppercase;
}

#contact-title {
  font-size: 48px;
  margin-top: 50px;
  text-transform: uppercase;
}

#tc-title {
  font-size: 48px;
  margin-top: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 765px) {
  #aboutus-title {
    margin-top: 10px;
  }

}

@media only screen and (max-width: 361px) {
  #aboutus-title {
    font-size: 40px !important;
  }

}

@media only screen and (max-width: 361px) {
  #ourservices-title {
    font-size: 32px !important;
    margin-top: 10px;
  }

}

@media only screen and (max-width: 361px) {
  #contact-title {
    font-size: 30px !important;
  }

}

@media only screen and (max-width: 361px) {
  #tc-title {
    font-size: 28px !important;
    margin-top: 5px !important;
  }

}

@media only screen and (min-width: 362px) and (max-width: 415px) {
  #ourservices-title {
    font-size: 34px !important;
    margin-top: 5px;
  }

}

@media only screen and (min-width: 362px) and (max-width: 415px) {
  #contact-title {
    font-size: 30px !important;
    margin-top: 5px;
  }

}

@media only screen and (min-width: 362px) and (max-width: 415px) {
  #tc-title {
    font-size: 30px !important;
    margin-top: 5px;
  }

}

@media only screen and (min-width: 765px) and (max-width: 835px) {
  #ourservices-title {
    font-size: 40px !important;
    margin-top: 5px;
  }

}

@media only screen and (min-width: 765px) and (max-width: 835px) {
  #contact-title {
    font-size: 40px !important;
    margin-top: 15px;
  }

}

@media only screen and (min-width: 765px) and (max-width: 835px) {
  #aboutus-title {
    font-size: 48px !important;
  }

}

@media only screen and (min-width: 765px) and (max-width: 835px) {
  #tc-title {
    font-size: 48px !important;
  }

}


@media only screen and (min-width: 1000px) and (max-width: 1026px) {
  #tc-title {
    font-size: 48px !important;
  }

}

.tm-yellow-text {
  color: #FFA700;
}

.tm-banner-link {
  background: rgba(252, 221, 68, 0.39) none repeat scroll 0% 0%;
  border: 1px solid #d2b731;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 18px 40px;
  margin-top: 30px;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.tm-banner-link:hover,
.tm-banner-link:focus {
  background: rgba(252, 221, 68, 1);
  color: #000;
}

.flexslider.flexslider-banner {
  max-width: 100%;
  height: 100%;
  z-index: 0;
}

.flexslider.flexslider-banner .slides>li {
  text-align: center;
}

.flexslider.flexslider-banner .flex-direction-nav a:before {
  color: #FFA700;
}

.flex-direction-nav a {
  height: 50px;
}

.flexslider .flex-direction-nav {
  display: none;
}

/* Section 1, index.html */
.tm-gray-bg {
  background-color: #fff;
}



.form-control {
  border-radius: 0.8rem;
}

.form-control:focus {
  border: 0.2rem solid rgb(38, 125, 255);
  box-shadow: 0px 1px 1px rgba(237, 237, 237, 0.075) inset,
    0px 0px 8px rgba(225, 225, 225, 0.6);
}

.tm-yellow-gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */
  background: #f5d11d;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d11d', endColorstr='#e8bc06', GradientType=0);
  /* IE6-9 */
}

.tm-green-gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ec66b+0,2dc970+1,2ac96c+2,2bc76e+4,2bc869+5,2ac871+6,29c86c+7,28c76b+15,2bc76c+16,21bb61+73,1eb860+100 */
  background: #2ec66b;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom,
      #2ec66b 0%,
      #2dc970 1%,
      #2ac96c 2%,
      #2bc76e 4%,
      #2bc869 5%,
      #2ac871 6%,
      #29c86c 7%,
      #28c76b 15%,
      #2bc76c 16%,
      #21bb61 73%,
      #1eb860 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ec66b', endColorstr='#1eb860', GradientType=0);
  /* IE6-9 */
}

.tm-red-gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e97262+0,ef6865+1,ed6c5f+2,f07162+4,f17062+5,eb6f67+6,ec6c5f+7,ec6b5e+18,eb5d4f+56,e95242+100 */
  background: #e97262;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom,
      #e97262 0%,
      #ef6865 1%,
      #ed6c5f 2%,
      #f07162 4%,
      #f17062 5%,
      #eb6f67 6%,
      #ec6c5f 7%,
      #ec6b5e 18%,
      #eb5d4f 56%,
      #e95242 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e97262', endColorstr='#e95242', GradientType=0);
  /* IE6-9 */
}

.tm-yellow-gradient-bg,
.tm-green-gradient-bg,
.tm-red-gradient-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
}

.tm-city-price-container {
  padding: 30px 0;
  font-size: 16px;
  color: white;

  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tm-city-price-container:hover {
  font-weight: 600;
}

.tm-yellow-btn {
  width: 130px;
  height: 40px;
  background-color: #03476e;
  border: medium none;
  color: #ffffff;
  font-size: 12px;
  margin: 24px auto;
  transition: all 0.5s;

  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.tm-yellow-btn:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.495),
    inset 2px 2px 10px rgba(189, 189, 189, 0.495);
  transform: scale(1.1);
}

.tm-form-inner {
  padding: 42px 30px 42px;
}

/*http://cssdeck.com/labs/different-css3-box-shadows-effects*/
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 160px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tm-white-bg {
  background-color: #fff;
}

.tm-home-box-1 {
  width: 346px;
  height: 436px;
  border-radius: 20px;
  overflow: hidden;
}

.tm-home-box-1-center {
  margin: 0 auto;
}

.tm-home-box-1-right,
.tm-home-box-2-right,
.tm-home-box-i-right {
  margin-left: auto;
}

.input-group-addon {
  border-radius: 0;
}






@keyframes slide-up2 {
  0% {
    transform: translateY(.5em);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes glow-load {
  0% {
    box-shadow: none;
  }

  100% {
    box-shadow:
      0px 0px 10px #000;
  }
}


@keyframes glow-load1 {
  0% {
    box-shadow: none;
  }

  100% {
    box-shadow:
      none;
  }
}

@keyframes blur-load {
  0% {
    opacity: 0;
    filter: blur(0.2em);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}


.form-item,
.textarea-div {
  opacity: 0;
}

.form-item1 {
  animation: .2s cubic-bezier(0.47, 0, 0.745, 0.715) .3s 1 slide-up2;
  animation-fill-mode: forwards;
}

.form-item2 {
  animation: .2s cubic-bezier(0.47, 0, 0.745, 0.715) .4s 1 slide-up2;
  animation-fill-mode: forwards;
}

.form-item3 {
  animation: .2s cubic-bezier(0.47, 0, 0.745, 0.715) .5s 1 slide-up2;
  animation-fill-mode: forwards;
}

.form-item4 {
  animation: .2s cubic-bezier(0.47, 0, 0.745, 0.715) .6s 1 slide-up2;
  animation-fill-mode: forwards;
}

form {
  background-color: #fff;
  border-radius: 1.25em;
  padding: 1.5em;

  border-width: 1px solid black;
  margin: 0 10px;
}

form label {
  color: rgb(191, 191, 191);
}

input::placeholder {
  color: rgb(52, 50, 50);
  /* Change placeholder color to your desired color */
  font-family: "Jotia W00 Regular", serif;
}

textarea::placeholder {
  color: rgb(52, 50, 50);
  /* Change placeholder color to your desired color */
  font-family: "Jotia W00 Regular", serif;
}


option,
select,
input,
.textarea-div textarea {
  background: #fff;
  color: rgb(52, 50, 50);
  border: 1px solid #031c29;
  border-width: 1px;
  font-family: "Jotia W00 Regular", serif;
}

.form-header {
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin-bottom: 1.25em;
  color: #f0860c;
}

label {
  display: block;
  margin-bottom: 0.35em;
  margin-top: 0.35em;
}

input:not(.btn),
select {
  padding: 0.625em 1em;
  width: 100%;
  outline: 0;
  margin-bottom: 1.25em;
  border-radius: 0.55em;
}

.textarea-div {
  width: 70%;
  margin-left: -1px;
  margin-right: 127px;
}


#travel-class {
  border-radius: 8px;
  height: 41px;
}

#tourtextarea {
  width: 50% !important;
  margin-left: 5px;
  margin-right: 15px;
}

#prefered-destination {
  margin-left: 26px;
  height: 53px !important;
}

@media screen and (max-width: 768px) {
  #prefered-destination {
    margin-left: 0px !important;
  }

  #tourtextarea {
    width: 100% !important;
    margin-left: 0px !important;
  }

}


@media screen and (min-width: 1000px) and (max-width: 1026px) {
  #prefered-destination {
    margin-left: 20px !important;
  }

  #tourtextarea {
    width: 40% !important;
    margin-left: 10px !important;
    margin-right: 5px !important;
  }
}

textarea {
  padding: 10px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  max-height: 53px;
  margin-left: 28px;
}

.btn-container {
  margin: 0 auto;
  padding-bottom: 1em;
}

.form-btn {
  background: #03476e;
  border: none;
  font-size: 20px;
  padding: .6em;
}

.form-btn1 {
  background: #fff;
  border: none;
  font-size: 16px;
  padding: .3em;
  color: #03476e;
  cursor: pointer;
}

#form-row {
  margin-top: -40px;
  height: 100%;
  border-radius: 5px !important;
}

#buttonnow {
  color: #03476e;
  border-radius: 5px;
}

#buttonnow:hover {
  color: #fff;
}

#buttonnow::after {

  margin-top: 5px;
  display: none;
  width: 0;
  height: 3px;
  background: #000;
  transition: width 0.4s;
  color: #fff;
}

.form-btn1:hover {
  background: #03476e;
}



.btn-glow {
  animation: .5s ease-out 0s 1 blur-load;
  border-radius: 0.7em;
  color: white;
  transition: .4s;
}

.btn-glow:hover {
  box-shadow: 0px 0px 10px #03476e;
}

.form-btn:hover {
  background: #fff;
}


@media only screen and (min-width: 35.8em) {
  .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .form-item {
    width: 30%;
  }




  .form-container {
    padding: 5em 0;
    width: 80%;
  }
}

@media only screen and (min-width: 60.625em) {
  .form-container {
    padding: 8em 0;
    width: 70%;
  }

}

@media screen and (max-width: 768px) {
  textarea {
    margin-left: 0px !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 890px) {
  textarea {
    margin-left: 17px !important;
  }
}

@media screen and (min-width: 890px) and (max-width: 1024px) {
  textarea {
    margin-left: 23px !important;
  }
}

@media screen and (max-width: 414px) {
  form {
    margin: 10px 13px;
  }
}



@media screen and (min-width: 392px) and (max-width: 413px) {

  .textarea-div {
    width: 100%;
  }

}

@media screen and (min-width: 414px) and (max-width: 464px) {
  form {
    margin: 10px 18px;
  }

  .textarea-div {
    width: 100%;
  }

}


@media screen and (max-width: 376px) {
  form {
    margin: 10px 5px;
  }

  .textarea-div {
    width: 100%;
  }
}


@media screen and (min-width: 466px) and (max-width: 601px) {
  .flexslider-banner {
    margin-top: -15px !important;
  }

  #form-row {
    margin-top: -40px !important;
  }

  .tm-banner-inner {
    margin-top: -35px !important;
    width: 100%;

  }

  .tm-banner-title {
    font-size: 25px !important;
  }

  .textarea-div {
    width: 100%;
    margin-left: 10px;
    min-width: 440px;
  }
}


@media screen and (min-width: 767px) and (max-width: 837px) {
  .flexslider-banner {
    margin-top: -15px !important;
  }

  #form-row {
    margin-top: -10px !important;
  }

  .tm-banner-inner {
    margin-top: 8px !important;
    width: 100%;

  }

  .navi-item .navi-link {
    border: transparent !important;
  }

  .tm-banner-title {
    font-size: 35px !important;
  }

  .tm-banner-subtitle {
    font-size: 18px !important;
  }

  .textarea-div {
    width: 50%;
    max-width: 600px;
    margin-left: -1px !important;
    margin-right: 146px;
  }

  #prefered-destination {
    margin-left: 15px !important;

  }


  #tourtextarea {
    width: 40% !important;
    margin-left: 6px !important;
  }
}



@media screen and (min-width: 1000px) and (max-width: 1025px) {
  .textarea-div {
    width: 60%;
    max-width: 600px;
    margin-left: -2px;
  }

  .btn-container {
    margin-right: 20px;
  }
}




.newsletter {
  background: url("../img/newsletter_banner.jpg");
  background-size: cover;
  height: 400px;
  animation: 1s cubic-bezier(0.47, 0, 0.745, 0.715) .7s 1 glow-load1;

  margin: 30px 10px;
  justify-content: center;
}

#newslettersuccess-wrapper {
  display: none;
  font-size: 15px;
  padding-top: -10px;
  padding-bottom: 60px;
  color: #FFF;
  font-family: "Jotia W00 Regular", serif;
}

#flights-wrapper {
  display: none;
  font-size: 15px;
  padding-top: -10px;
  padding-bottom: 40px;
  color: #000;
  font-family: "Jotia W00 Regular", serif;
}

#tour-wrapper {
  display: none;
  font-size: 15px;
  padding-top: -10px;
  padding-bottom: 40px;
  color: #000;
  font-family: "Jotia W00 Regular", serif;
}

.newsletter-header {
  font-size: 30px;
  padding-top: 60px;
  color: #fff;
  font-family: "Jotia W00 Regular", serif;
}

.newsletter-subheader {
  font-size: 15px;
  padding-top: -10px;
  padding-bottom: 40px;
  color: #fff;
  font-family: "Jotia W00 Regular", serif;
}

#newsletter_email {
  padding: 1.725em 1em;
  width: 100%;
  outline: 0;
  margin-bottom: 1.25em;
  border-radius: 0.55em;
  height: 40px;
}

#newsletter-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -40px !important;
}

@media screen and (max-width: 416px) {
  #newsletter-form {
    display: block;
  }

  .form-itemN {
    width: 100%;
    min-width: 200px !important;
    margin-top: -10px !important;
  }

  .form-itemA {
    width: 100%;
    min-width: 200px !important;
    margin-top: -10px !important;
  }

  .newsletter-header {
    margin-top: -70px !important;
    font-size: 27px !important;
  }

}


@media screen and (max-width: 376px) {
  .form-itemN {
    width: 100%;
    min-width: 200px !important;
    margin-top: -10px !important;
  }

  .form-itemA {
    width: 100%;
    min-width: 200px !important;
    margin-top: -10px !important;
  }

  .newsletter-header {
    margin-top: -80px !important;
    font-size: 27px !important;
  }

  .newsletter-subheader {
    margin-bottom: -20px;
  }
}

.form-itemN {
  width: 20%;
}

.form-itemA {
  width: 20%;
  margin-right: 10px;
}




/*Section 2, index.html */
.section-margin-top {
  margin-top: 100px;

}

hr {
  border-top: 1px solid #111010;
}

.tm-section-header {
  margin-bottom: 70px;
  overflow: hidden;
}

.tm-section-title {
  text-align: center;

  font-size: 36px;
  font-weight: 300;
  color: #011019;
}

.tm-home-box-2 {
  background-color: white;
  max-width: 280px;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  margin: 10px auto;
}


.tm-home-box-2:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-home-box-2 h3 {
  font-size: 14px;
  padding: 30px 25px;

}

.tm-home-box-i {
  background-color: white;
  max-width: 380px;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  margin: 10px auto;
}


.tm-home-box-i:hover {
  scale: 0.9;
  cursor: pointer;
}

.tm-home-box-i h3 {
  font-size: 14px;
  padding: 30px 25px;

}


#hiddinggems {
  padding: 10px 10px;
}

#paddindadjust {
  padding: 20px 15px;
}

.tm-home-box-2-container {
  border-top: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tm-home-box-2-link {
  display: inline-block;
  height: 100%;
  color: black;
  transition: all 0.3s ease;
  text-align: center;
}

.tm-home-box-2-link:hover,
.tm-home-box-2-link:focus {
  font-weight: bold;
  color: #FFA700;
}

.tm-home-box-i-container {
  border-top: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tm-home-box-i-link {
  display: inline-block;
  height: 100%;
  color: black;
  transition: all 0.3s ease;
  text-align: center;
}

.tm-home-box-i-link:hover,
.tm-home-box-i-link:focus {
  font-weight: bold;
  color: #FFA700;
}

.border-left {
  border-left: 1px solid #ddd;
}

.border-right {
  border-right: 1px solid #ddd;
}

.tm-home-box-2-icon {
  padding: 20px;
  width: 60px;
  height: 60px;
  font-size: 1.4em;
}

.tm-home-box-2-description {
  display: inline-block;
  text-align: center;

}

.tm-home-box-2-description.box-3 {
  width: 175px;
}

.tm-home-box-i-icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  font-size: 1.4em;
}

.tm-home-box-i-description {
  display: inline-block;
  text-align: center;

}

.tm-home-box-i-description.box-3 {
  width: 175px;
}

.home-description {
  margin: 50px auto;
  padding: 0 30px;
  text-align: center;
}

.tm-home-box-3 {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}

.tm-home-box-3:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-home-box-3-img-container {
  float: left;
  width: 250px;
  height: 150px;
}

.img-responsive {
  width: 100%;
}

.tm-home-box-3-info {
  height: 225px;
  max-width: 295px;
  float: right;
  border: 1px solid #ccc;
  border-left: none;
}

.tm-home-box-3-description {
  padding: 35px 25px 44px;
}

.section-padding-bottom {
  padding-bottom: 5px;
}

/* Services */




article.card {
  max-width: 254px;

  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  max-height: 254px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

article.card:hover {
  scale: 1.1;
  cursor: pointer;
}

article.card .thumb {
  position: relative;
  width: auto;
  height: 254px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/new-york-city.png") no-repeat center;
  background-size: 100%;
  border-radius: 3px;
}

#services1 {
  background: url(../img/holidays_services.png);
  background-size: cover;
}

#services2 {
  background: url(../img/flight_bookings.jpeg);
  background-size: cover;
}

#services3 {
  background: url(../img/travel_insurance.jpg);
  background-size: cover;
}

#services4 {
  background: url(../img/hotel_bookings.jpg);
  background-size: cover;
}

#services5 {
  background: url(../img/airport_transfers.jpg);
  background-size: cover;
}

#services6 {
  background: url(../img/visa_assistance.jpg);
  background-size: cover;
}

#services7 {
  background: url(../img/car_rentals.jpg);
  background-size: cover;
}

#services8 {
  background: url(../img/coming_soon.jpg);
  background-size: cover;
}

.article-text {
  position: absolute;
  bottom: 20px;
  /* Adjust as needed */
  left: 20px;
  /* Adjust as needed */
  color: white;
  font-size: 20px;
  /* Adjust as needed */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Add shadow for better visibility */
  font-family: "Jotia W00 Regular", serif;
}

article.card .infos {
  width: auto;
  height: 350px;
  position: relative;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card .infos .title {
  position: relative;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #152536;
  font-family: "Jotia W00 Regular", serif;
  font-size: 1.9rem;

  text-shadow: 0 0 0px #03476e;
  margin-bottom: 20px;
}

article.card .infos .flag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
  background-size: 100% auto;
  display: inline-block;

}

#nigeria {
  background: url("../img/nigeria_flag.png");
  background-size: cover;
}

#qatar {
  background: url("../img/qatar_flag.png");
  background-size: cover;
}

#australia {
  background: url("../img/australia_flag.png");
  background-size: cover;
}

#china {
  background: url("../img/china_flag.png");
  background-size: cover;
}

#mexico {
  background: url("../img/mexico_flag.png");
  background-size: cover;
}

#switzerland {
  background: url("../img/switzerland_flag.png");
  background-size: cover;
}

#south_africa {
  background: url("../img/south_africa_flag.png");
  background-size: cover;
}

article.card .infos .date,
article.card .infos .seats {
  margin-bottom: 10px;

  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: "Jotia W00 Regular", sans-serif;
}

article.card .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card .infos .txt {
  font-family: "Jotia W00 Regular", serif;
  line-height: 2;
  font-size: 1rem;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  margin-bottom: 20px;
}

article.card .infos .details {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  letter-spacing: 1px;
  color: #4e958b;
  font-family: "Jotia W00 Regular", sans-serif;
  font-size: 0.9rem;

  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card:hover .infos {
  transform: translateY(-260px);
}

article.card:hover .infos .seats,
article.card:hover .infos .txt,
article.card:hover .infos .details {
  opacity: 1;
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.pulse {
  --color: #ef6eae;
  --hover: #03476e;

  p {
    color: #011019;
  }
}

button {
  color: var(--color);
  transition: 0.25s;
}

button:hover,
button:focus {
  border-color: var(--hover);
  color: #fff;
}

button {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin-top: 40px;
  padding: 1em 2em;
  border-radius: 3px;
}


.tm-tours-box-1 {
  width: 100%;
  max-width: 532px;
  margin-bottom: 50px;
  /* height: 10px;  */
  transition: all 0.3s ease-in-out;
}

.tm-tours-box-1:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-tours-box-1-info {
  background: white;
  padding: 40px;
  overflow: hidden;
}

.tm-tours-box-1-info-left,
.tm-tours-box-1-info-right {
  float: left;
  width: 43%;
}

.tm-tours-box-1-info-left {
  border-right: 1px solid #b1b1b1;
  padding-right: 30px;
}

.tm-tours-box-1-info-right {
  padding-left: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.gray-text {
  color: #212121;
}

.tours-1-description {
  line-height: 1.8;
  width: 251px;
}

#tm-tours-box-1-3 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.tm-tours-box-1-link {
  overflow: hidden;
}

.tm-tours-box-1-link-left {
  background-color: #1ca7c8;
  padding: 20px 30px;
  float: left;
  width: 75%;

}

.tm-tours-box-1-link-right {
  float: left;
  background-color: #1687a6;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 17px 30px;
  width: 25%;
  transition: all 0.3s;
  text-align: center;
}

.tm-tours-box-1-link-right:hover,
.tm-tours-box-1-link-right:focus {
  color: white;
  background-color: #1d98b9;
}

.tm-tours-box-1-link-left,
.tm-tours-box-1-link-right {
  color: white;
  height: 60px;
}

.tm-tours-box-2 {
  max-width: 254px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.tm-tours-box-2:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-tours-box-2-info h3 {
  font-size: 14px;

  padding-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}

.tm-tours-box-2-info {
  padding: 20px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.tm-tours-box-2-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #8c8c8c;
  color: white;

  transition: all 0.3s ease;
}

.tm-tours-box-2-link:hover,
.tm-tours-box-2-link:focus {
  color: white;
  background-color: #e8ba0f;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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


/* Packages */


article.card1 {
  max-width: 354px;

  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  max-height: 254px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

article.card1:hover {
  scale: 1.1;
  cursor: pointer;
}

article.card1 .thumb {
  position: relative;
  width: auto;
  height: 254px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/new-york-city.png") no-repeat center;
  background-size: 100%;
  border-radius: 3px;
}

.article-text {
  position: absolute;
  bottom: 20px;
  /* Adjust as needed */
  left: 20px;
  /* Adjust as needed */
  color: white;
  font-size: 20px;
  /* Adjust as needed */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Add shadow for better visibility */
  font-family: "Jotia W00 Regular", serif;
}

article.card1 .infos {
  width: auto;
  height: 350px;
  position: relative;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card1 .infos .title {
  position: relative;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #152536;
  font-family: "Jotia W00 Regular", serif;
  font-size: 1.9rem;

  text-shadow: 0 0 0px #03476e;
  margin-bottom: 20px;
}

article.card1 .infos .flag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
  background-size: 100% auto;
  display: inline-block;

}


article.card1 .infos .date,
article.card .infos .seats {
  margin-bottom: 10px;

  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: "Jotia W00 Regular", sans-serif;
}

article.card1 .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card1 .infos .txt {
  font-family: "Jotia W00 Regular", serif;
  line-height: 2;
  font-size: 1rem;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  margin-bottom: 20px;
}

article.card1 .infos .details {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  letter-spacing: 1px;
  color: #4e958b;
  font-family: "Jotia W00 Regular", sans-serif;
  font-size: 0.9rem;

  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card1:hover .infos {
  transform: translateY(-260px);
}

article.card1:hover .infos .seats,
article.card1:hover .infos .txt,
article.card1:hover .infos .details {
  opacity: 1;
}


#packages1 {
  background: url(../img/package1.jpg);
  background-size: cover;
}

#packages2 {
  background: url(../img/package2.jpg);
  background-size: cover;
}

#packages3 {
  background: url(../img/package3.jpg);
  background-size: cover;
}

#packages4 {
  background: url(../img/package4.jpg);
  background-size: cover;
}

#packages5 {
  background: url(../img/package5.jpg);
  background-size: cover;
}

#packages6 {
  background: url(../img/package6.jpg);
  background-size: cover;
}

#packages7 {
  background: url(../img/package7.jpg);
  background-size: cover;
}

#packages8 {
  background: url(../img/package8.jpg);
  background-size: cover;
}

#packages9 {
  background: url(../img/package9.jpg);
  background-size: cover;
}


@media screen and (min-width: 768px) and (max-width: 834px) {

  article.card1 .infos .title {
    position: relative;
    margin: 5px 0;
    letter-spacing: 3px;
    color: #152536;
    font-family: "Jotia W00 Regular", serif;
    font-size: 1.9rem;

    text-shadow: 0 0 0px #03476e;
    margin-bottom: 10px;
  }

  article.card1 .infos .txt {
    font-family: "Jotia W00 Regular", serif;
    line-height: 2;
    font-size: 1rem;
    color: rgba(21, 37, 54, 0.7);
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    margin-bottom: 10px;
  }

  article.card1 .infos button {
    margin-top: 5px;
    padding: 2px 2px;
  }
}




/* About */
.about-section {
  margin-top: 150px;
}

.tm-about-box-1 {
  background-color: white;
  width: 255px;
  height: 380px;
  padding: 30px;
  text-align: center;
}

.tm-about-box-1-img {
  display: block;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 5px solid #d4d4d4;
  transition: all 0.3s ease;
}

.tm-about-box-1-img:hover,
.tm-about-box-1-img:focus {
  border: 5px solid #0092ca;
}

.tm-about-box-1-title {
  font-size: 17px;
  font-style: italic;

  margin-bottom: 15px;
}

.tm-about-box-1-title span {
  font-size: 14px;
  font-style: normal;
  text-transform: none;
}

.tm-social-icon {
  color: #b1b1b1;
  font-size: 18px;
  padding: 0 10px;
}

.tm-social-icon:hover {
  scale: 1.05;
}

.tm-testimonials-box {
  width: 272px;
  height: 530px;
  background-color: #e8ba0f;
  float: left;
}

.tm-testimonials-title {
  background-color: rgb(96, 104, 116);
  color: white;
  padding: 20px;
  text-align: center;

  font-weight: 300;
}

.tm-testimonials-content {
  padding: 8px 10px;
  text-align: center;
  font-style: italic;
}

.tm-testimonial {
  padding-top: -20px;
  padding-bottom: 22px;
}

.tm-what-we-do-right {
  text-align: center;
  justify-content: center;
  width: 100%;
}


.tm-about-box-2-text {
  text-align: left;
  width: 100%;
}

.tm-about-box-2-title {

  text-align: left;
  margin-bottom: 30px;
}

.tm-about-box-2-description {
  text-align: left;
  justify-content: left;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tm-about-box-2-footer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: right;

  padding-top: 10px;
  padding-bottom: 10px;
}

/* Flexslider */
.flex-caption,
.flexslider.flexslider .slides img {
  float: left;
  height: 100% !important;
}

.flex-caption {
  width: 572px;
  padding: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

#package-slider {
  max-height: 500px !important;
  height: 100% !important;
  border-radius: 10px !important;
}

.flexslider.flexslider-banner .slides img {
  display: block;
  width: 100%;
}

.flexslider {
  border: none;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
}

.flexslider.flexslider-about {
  max-width: 1100px;
}

.flexslider.flexslider-about img {
  max-width: 528px;
}

.slider-title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 25px;

}

.slider-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: left;
}

.slider-description {
  color: #b1b1b1;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: justify;
}

.slider-social {
  text-align: right;
}

/* Popular Tourist Sites */
.figure-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-evenly;
  width: 100%;
}

.figure {
  background: transparent;
  display: inline-block;
  margin: 10px;
  max-width: 370px;
  min-width: 180px;
  overflow: hidden;
  position: relative;
  justify-content: center;
  text-align: center;
  width: 100%;
  border: 0px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  max-height: 200px;
  transition: all 0.3s ease-in-out;
}

.figure:hover {
  scale: 1.1;
  cursor: pointer;
}

.figure * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.figure img {
  vertical-align: top;
  width: 100%;
  backface-visibility: hidden;
}

.figure figcaption {
  position: absolute;
  background-color: #efefef;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 5px 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1em;
  /* 1.1em */
  overflow: hidden;
  height: 44px;
  width: 150px;
  border-radius: 20px;
}

.figure h3 {

  font-size: 0.9em;
  margin: 0;
  letter-spacing: 2px;
}

.figure h3.hover {
  color: #efefef;
}

.figure a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.figure .title {
  transform: translatey(50%);
  color: #011019;
}

.figure .hover {
  transform: translatey(50%);
}

.figure:hover>img,
.figure.hover>img {
  opacity: 1;
}

.figure:hover figcaption,
.figure.hover figcaption {
  background-color: #1d1d1d;
}

.figure:hover .title,
.figure.hover .title {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.figure:hover .hover,
.figure.hover .hover {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.figure:before,
.figure:after,
.figure figcaption:before,
.figure figcaption:after {
  position: absolute;
  content: '';
  background-color: #1687a6;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  opacity: 0.8;
}

.figure:before,
.figure:after {
  height: 1px;
  width: 0%;
}

.figure:before {
  top: 0;
  left: 0;
}

.figure:after {
  bottom: 0;
  right: 0;
}

.figure:hover img,
.figure.hover img {
  opacity: 0.4;
}








/* Contact */
.tm-contact-box-1 {
  background-color: #f4f4f4;
  padding: 40px;
}

.contact-image {
  float: left;
  width: 100%;
  max-width: 494px;
}

.contact-text {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.effect2-contact::before,
.effect2-contact::after {
  max-width: 550px;
}

#google-map {
  height: 335px;
  width: 100%;
}

.tm-submit-btn {
  background: #f5d11d;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom,
      #f5d11d 0%,
      #f3d10e 1%,
      #efcf1c 2%,
      #fccd0d 4%,
      #f7ca0d 5%,
      #f9cb1e 6%,
      #f7cb10 7%,
      #f8cc14 8%,
      #f0c40c 54%,
      #edc50c 55%,
      #e9c108 71%,
      #ecc008 78%,
      #e6be06 91%,
      #e9bd06 93%,
      #e8bc06 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d11d', endColorstr='#e8bc06', GradientType=0);
  /* IE6-9 */
  width: 100%;
  border: none;
  height: 40px;

  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}

.tm-submit-btn:hover {
  background: #f5d11d;
}

.contact-social {
  margin-top: 20px;
}

.contact-social .fa {
  color: white;
}

.tm-social-facebook {
  background-color: #4a7dbb;
}

.tm-social-dribbble {
  background-color: #e4588e;
}

.tm-social-twitter {
  background-color: #77d1ee;
}

.tm-social-instagram {
  background-color: #527aa1;
}

.tm-social-google-plus {
  background-color: #ce5754;
}

.contact-social .tm-social-icon {
  padding: 5px 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.contact-social .tm-social-icon:last-child {
  margin-right: 0;
}

.row.reveal .tm-home-box-2,
.tm-home-box-3,
.tm-tours-box-1,
.tm-tours-box-2 {
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.row.reveal .tm-home-box-2:hover,
.tm-home-box-3:hover,
.tm-tours-box-2:hover,
.tm-tours-box-1:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

@media screen and (max-width: 1199px) {
  .tm-banner {
    margin-top: 7%;
  }

  .tm-banner-title {
    font-size: 50px;
  }

  .tm-banner-subtitle {
    font-size: 30px;
  }

  .tm-home-section-1 {
    top: -50px;
  }

  .tm-home-box-1 {
    width: 300px;
    height: 388px;
  }

  .hotel-search-form .form-group {
    margin-bottom: 18px;
  }

  .tm-home-box-2-description {
    padding: 0.5rem 0.75rem;
  }

  .tm-home-box-i-description {
    padding: 0.5rem 0.75rem;
  }

  .tm-home-box-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-box-2-description.box-3 {
    width: 185px;
  }

  .tm-home-box-i-description.box-3 {
    width: 185px;
  }

  .tm-about-box-1 {
    width: 215px;
    padding: 24px 15px;
  }

  .tm-testimonials-box {
    width: 220px;
  }

  .tm-testimonials-content {
    padding: 20px;
  }

  .tm-what-we-do-right {
    width: 100%;
  }

  .tm-about-box-2-img {
    max-width: 280px;
    height: auto;
  }

  .tm-about-box-2-text {
    width: 100%;
    text-align: left;
  }

  .flex-caption {
    padding: 25px;
    max-width: 500px;
  }

  .flexslider.flexslider-about .slides img {
    max-width: 450px;
  }

  .slider-title {
    margin-bottom: 15px;
  }

  .slider-subtitle {
    margin-bottom: 20px;
  }

  .slider-description {
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .tm-contact-box-1 {
    padding: 30px;
  }

  .contact-image {
    max-width: 450px;
  }

  .flexslider.flexslider-about .slides img {
    width: 450px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .tm-home-box-2-description {
    width: 94px;
  }

  .tm-home-box-i-description {
    width: 94px;
  }

  .tm-home-box-2-icon {
    padding: 18px;
    width: 55px;
    height: 55px;
  }

  .tm-home-box-i-icon {
    padding: 18px;
    width: 55px;
    height: 55px;
  }

  .tm-home-box-3-description {
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 991px) {
  .tm-banner {
    margin-top: 8%;
  }

  .tm-home-box-1 {
    margin-bottom: 50px;
    width: 346px;
    height: 436px;
  }

  .tm-home-box-2 {
    margin: 0 auto 30px;
  }

  .tm-home-box-2-description {
    vertical-align: top;
  }

  .tm-home-box-2-description.box-3 {
    width: 175px;
  }

  .tm-home-box-i {
    margin: 0 auto 30px;
  }

  .tm-home-box-i-description {
    vertical-align: top;
  }

  .tm-home-box-i-description.box-3 {
    width: 175px;
  }


  .hotel-search-form .form-group {
    margin-bottom: 30px;
  }

  .home-description {
    margin: 40px auto 40px;
  }

  .tm-tours-box-1-link-left {
    width: 65%;
  }

  .tm-tours-box-1-link-right {
    width: 35%;
  }

  .tm-tours-box-2 {
    margin: 0 auto 30px;
  }


  .article-card {
    margin: 0 auto 30px;
  }

  .article-card1 {
    margin: 0 auto 30px;
  }

  .tm-about-box-1 {
    margin: 0 auto 30px;
    width: 100%;
  }

  .tm-what-we-do-right {
    float: none;

    max-width: 100%;
  }

  .tm-about-box-2-img {
    max-width: 100%;
  }

  .tm-about-box-2-text {
    width: 100%;
  }

  .tm-testimonials-box {
    max-width: 340px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
    height: auto;
  }

  .flexslider.flexslider-about,
  .flexslider.flexslider-about .slides img,
  .flex-caption {
    max-width: 528px;
    width: 100%;
  }

  .flexslider .slides img,
  .flex-caption {
    width: 100%;
  }

  .contact-text {
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }

  .tm-contact-form-input {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .tm-banner {
    margin-top: 8%;
  }

  /* http://www.impressivewebs.com/animate-display-block-none/
	 * Comment by Jon Christensen
	 */
  .tm-nav.show {
    opacity: 1;
    height: auto;
    transition: opacity 1s, height 0;
  }

  .tm-nav {
    opacity: 0;
    transition: opacity 1s, height 0 1s;
    height: 0;
    position: fixed;
    z-index: 1000;
    top: 69px;
    right: 5px;
    background: rgba(15, 15, 15, 0.7);
    transition: all 0.3s ease;
  }

  .tm-nav li {
    float: none;
  }

  .tm-nav li a {
    color: white;
    display: block;
    padding: 20px 30px 20px;
  }

  /* mobile menu icon */
  .mobile-menu-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: transparent !important;
    z-index: 1000;
    display: flex;
  }

  .mobile-menu-icon-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* mobile menu icon stick */
  .mobile-menu-icon .stick {
    position: absolute;
    width: 30px;
    height: 3px;
    background: white;
    transition: ease-in-out 0.1s;
  }

  .mobile-menu-icon .stick-1 {
    transform: translate(0, -10px);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon .stick-4 {
    transform: translate(0, 10px);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon.show .stick-1 {
    transform: translate(0, 0);
    opacity: 0;
    transition-delay: 0s;
  }

  .mobile-menu-icon.show .stick-4 {
    transform: translate(0, 0);
    opacity: 0;
    transition-delay: 0s;
  }

  .mobile-menu-icon.show .stick-2 {
    transform: rotate(-45deg);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon.show .stick-3 {
    transform: rotate(45deg);
    transition-delay: 0.1s;
  }

  /* .- { height: 400px;	} */
  .tm-banner-title {
    font-size: 40px;
  }

  .tm-banner-subtitle {
    font-size: 24px;
  }

  .tm-banner-inner {
    top: 0;
    margin: 60px auto;
  }

  .tm-banner-link {
    padding: 12px 30px;
    margin-top: 10px;
  }

  /* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */
  .tm-home-box-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .tm-home-box-1-2 {
    height: auto;
  }

  .tm-tours-box-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-what-we-do-right {
    text-align: center;
  }

  .section-margin-top.about-section {
    margin-top: 120px;
  }

  .tm-section-header {
    margin-bottom: 40px;
  }

  .tm-about-box-1 {
    width: 100%;
    max-width: 300px;
    padding: 30px;
  }



  .tm-about-box-2-text {
    margin: 30px auto;
  }
}

@media screen and (max-width: 600px) {
  .tm-banner {
    margin-top: 18%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .section-margin-top {
    margin-top: 50px;
  }

  .tm-banner-title {
    font-size: 30px;
  }

  .tm-banner-subtitle {
    font-size: 16px;
  }

  .tm-banner-link {
    padding: 10px 25px;
  }

  .tm-home-section-1 {
    top: 0;
  }

  .tm-home-box-3-img-container,
  .tm-home-box-3-info {
    float: none;
  }

  .tm-home-box-3-info {
    max-width: 250px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .tm-home-box-3-description {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .tm-home-box-3 {
    max-width: 250px;
  }

  .tm-home-box-2-description.box-3 {
    width: 120px;
  }

  .tm-home-box-i-description.box-3 {
    width: 120px;
  }
}

@media screen and (max-width: 420px) {
  .tm-banner {
    margin-top: 18%;
  }

  .tm-banner-title {
    font-size: 20px;
  }

  .tm-banner-subtitle {
    font-size: 12px;
  }

  .tm-banner-link {
    padding: 5px 10px;
  }

  .tm-tours-box-1-info-left,
  .tm-tours-box-1-info-right {
    float: none;
    width: 100%;
  }

  .tm-tours-box-1-info-left {
    border-right: none;
    border-bottom: 1px solid #b1b1b1;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .tm-tours-box-1-info-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .tm-tours-box-1-link-left,
  .tm-tours-box-1-link-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .tm-banner {
    margin-top: 20%;
  }

  .tm-section-title {
    font-size: 28px;
  }
}


/* .upper_links:hover {
  box-shadow: 1px 1px 5px 9px rgb(59, 2, 59);
}   commented as no more required  */

/* Kept underline thing which looks cool */
#one::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FFA700;
}

.tm-banner-link {
  transition: transform 0.04s;
}

.tm-banner-link:hover {
  transform: scale(1.07);
}

.tm-yellow-btn:hover {
  box-shadow: 1px 1px 12px 9px rgb(116, 116, 20);
}

.bottom:hover {
  color: purple;
}

.media {
  transition: transform 0.02s;
}

.media:hover {
  transform: scale(1.1);
  background-color: purple;
}

/* Header & Nav */

.tm-nav li a.active,
.tm-nav li a:focus,
.tm-nav li a:hover {
  /* background: #FFA700; */
  color: #ffffff;
}

.tm-banner {
  margin-top: 2%;
}

.tm-yellow-text {
  color: #FFA700;
}

/* Section 1, index.html */
.tm-gray-bg {
  background-color: #fff;
}

.tm-home-section-1 {
  position: relative;
  top: -50px;
}

.tm-yellow-gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */
  background: #f5d11d;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom,
      #f5d11d 0%,
      #f3d10e 1%,
      #efcf1c 2%,
      #fccd0d 4%,
      #f7ca0d 5%,
      #f9cb1e 6%,
      #f7cb10 7%,
      #f8cc14 8%,
      #f0c40c 54%,
      #edc50c 55%,
      #e9c108 71%,
      #ecc008 78%,
      #e6be06 91%,
      #e9bd06 93%,
      #e8bc06 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d11d', endColorstr='#e8bc06', GradientType=0);
  /* IE6-9 */
}

.tm-form-inner {
  padding: 40px 30px 44px;
}

/*Section 2, index.html */

.tm-date-header {
  color: #011019;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Jotia W00 Regular", serif;
  text-align: center;
  font-size: 22px;
}

.tm-date {
  color: #8ba4b4;
  padding: 10px 15px;
  font-weight: 400;
  font-family: "Jotia W00 Regular", serif;
  text-align: center;
}

#paddindadjust {
  padding: 30px 15px;
}

#paddindadjust1 {
  padding: 15px 10px;
}

#paddindadjust3 {
  padding: 20px 10px;
}

.tm-home-box-i-container {
  border-top: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tm-home-box-i-link {
  display: inline-block;
  height: 100%;
  color: black;
  transition: all 0.3s ease;
  text-align: center;
}

.tm-home-box-i-link:hover,
.tm-home-box-i-link:focus {
  font-weight: bold;
  color: #FFA700;
}



.border-left {
  border-left: 1px solid #ddd;
}

.border-right {
  border-right: 1px solid #ddd;
}

.tm-home-box-2-icon {
  padding: 20px;
  width: 60px;
  height: 60px;
  font-size: 1.4em;
}

.tm-home-box-2-description {
  display: inline-block;
  text-align: center;

}

.tm-home-box-2-description.box-3 {
  width: 175px;
}



.tm-home-box-i-icon {
  padding: 20px;
  width: 60px;
  height: 60px;
  font-size: 1.4em;
}

.tm-home-box-i-description {
  display: inline-block;
  text-align: center;

}

.tm-home-box-i-description.box-3 {
  width: 175px;
}



.home-description {
  margin: 50px auto;
  padding: 0 30px;
  text-align: center;
}

.tm-home-box-3 {
  margin-bottom: 50px;
  max-width: 555px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.tm-home-box-3:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-home-box-3-img-container {
  float: left;
}

.tm-home-box-3-info {
  height: 225px;
  max-width: 305px;
  float: right;
  border: 1px solid #ccc;
  border-left: none;
}

.tm-home-box-3-description {
  padding: 40px 30px 44px;
}

.section-padding-bottom {
  padding-bottom: 5px;
}

/* Tours */
.tm-tours-box-1 {
  width: 100%;
  max-width: 532px;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}

.tm-tours-box-1:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-tours-box-1-info {
  background: white;
  padding: 40px;
  overflow: hidden;
}

.tm-tours-box-1-info-left,
.tm-tours-box-1-info-right {
  float: left;
  width: 43%;
}

.tm-tours-box-1-info-left {
  border-right: 1px solid #b1b1b1;
  padding-right: 30px;
}

.tm-tours-box-1-info-right {
  padding-left: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.gray-text {
  color: #212121;
}

.tours-1-description {
  line-height: 1.8;
  width: 251px;
}

#tm-tours-box-1-3 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.tm-tours-box-1-link {
  overflow: hidden;
}

.tm-tours-box-1-link-left {
  background-color: #1ca7c8;
  padding: 20px 30px;
  float: left;
  width: 75%;

}

.tm-tours-box-1-link-right {
  float: left;
  background-color: #1687a6;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 17px 30px;
  width: 25%;
  transition: all 0.3s;
  text-align: center;
}

.tm-tours-box-1-link-right:hover,
.tm-tours-box-1-link-right:focus {
  color: white;
  background-color: #1d98b9;
}

.tm-tours-box-1-link-left,
.tm-tours-box-1-link-right {
  color: white;
  height: 60px;
}

.tm-tours-box-2 {
  max-width: 254px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.article-card {
  max-width: 254px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.article-card1 {
  max-width: 254px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.tm-tours-box-2:hover {
  scale: 1.1;
  cursor: pointer;
}

.tm-tours-box-2-info h3 {
  font-size: 14px;

  padding-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}

.tm-tours-box-2-info {
  padding: 20px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.tm-tours-box-2-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #8c8c8c;
  color: white;

  transition: all 0.3s ease;
}

.tm-tours-box-2-link:hover,
.tm-tours-box-2-link:focus {
  color: white;
  background-color: #e8ba0f;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

/* About */
.about-section {
  margin-top: 150px;
}

.tm-about-box-1 {
  background-color: white;
  width: 255px;
  height: 380px;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* border: 2px solid black; */
}

.tm-about-box-1-img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 5px solid #d4d4d4;
  transition: all 0.3s ease;
}

.tm-about-box-1-img:hover,
.tm-about-box-1-img:focus {
  border: 5px solid #0092ca;
}

.tm-about-box-1-title {
  font-size: 17px;
  font-style: italic;

  margin-bottom: 0;

}

.tm-about-box-1-title span {
  font-size: 14px;
  font-style: normal;
  text-transform: none;
}

.tm-social-icon {


  color: #b1b1b1;
  font-size: 18px;
  padding: 0 10px;
}

.tm-social-icon:hover {
  scale: 1.05;
}

.tm-testimonials-box {
  width: 272px;
  height: 530px;
  background-color: #e8ba0f;
  float: left;
}

.tm-testimonials-title {
  background-color: rgb(96, 104, 116);
  color: white;
  padding: 20px;
  text-align: center;

  font-weight: 300;
}

.tm-testimonials-content {
  padding: 30px;
  text-align: center;
  font-style: italic;
}

.tm-testimonial {
  padding-top: -20px;
  padding-bottom: 22px;
}

.tm-what-we-do-right {
  text-align: center;
  justify-content: center;
  width: 100%;
}


.tm-about-box-2-text {
  text-align: left;
  width: 100%;
}

.tm-about-box-2-title {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}

.tm-about-box-2-description {

  margin-bottom: 20px;
}

.tm-about-box-2-footer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: right;

  padding-top: 10px;
  padding-bottom: 10px;
}

/* Flexslider */
.flex-caption,
.flexslider.flexslider .slides img {
  float: left;
}

.flex-caption {
  width: 572px;
  padding: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.flexslider.flexslider-banner .slides img {
  display: block;
  width: 100%;
}

.flexslider {
  border: none;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
}

.flexslider.flexslider-about {
  max-width: 1100px;
}

.flexslider.flexslider-about img {
  max-width: 528px;
}

.slider-title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 25px;

}

.slider-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: left;
}

.slider-description {
  color: #b1b1b1;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: justify;
}

.slider-social {
  text-align: right;
}

/* Contact */
.tm-contact-box-1 {
  background-color: #f4f4f4;
  padding: 40px;
}

.contact-image {
  float: left;
  width: 100%;
  max-width: 494px;
}

.contact-text {
  float: left;
  width: 100%;
}

.effect2-contact::before,
.effect2-contact::after {
  max-width: 550px;
}

#google-map {
  height: 335px;
  width: 100%;
}

.tm-submit-btn {
  background: #f5d11d;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom,
      #f5d11d 0%,
      #f3d10e 1%,
      #efcf1c 2%,
      #fccd0d 4%,
      #f7ca0d 5%,
      #f9cb1e 6%,
      #f7cb10 7%,
      #f8cc14 8%,
      #f0c40c 54%,
      #edc50c 55%,
      #e9c108 71%,
      #ecc008 78%,
      #e6be06 91%,
      #e9bd06 93%,
      #e8bc06 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d11d', endColorstr='#e8bc06', GradientType=0);
  /* IE6-9 */
  width: 100%;
  border: none;
  height: 40px;

  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}

.tm-submit-btn:hover {
  background: #f5d11d;
}

.contact-social {
  margin-top: 20px;
}

.contact-social .fa {
  color: white;
}

.tm-social-facebook {
  background-color: #4a7dbb;
}

.tm-social-dribbble {
  background-color: #e4588e;
}

.tm-social-twitter {
  background-color: #77d1ee;
}

.tm-social-instagram {
  background-color: #527aa1;
}

.tm-social-google-plus {
  background-color: #ce5754;
}

.contact-social .tm-social-icon {
  padding: 5px 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.contact-social .tm-social-icon:last-child {
  margin-right: 0;
}

.row.reveal .tm-home-box-2,
.tm-home-box-3,
.tm-tours-box-1,
.tm-tours-box-2 {
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.row.reveal .tm-home-box-2:hover,
.tm-home-box-3:hover,
.tm-tours-box-2:hover,
.tm-tours-box-1:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}






.check {
  background-color: #000;
  color: white;
  height: 100px;
  width: 100%;
  position: relative;
  top: 100px;
  margin-bottom: 150px;
}

.arz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 345px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  font-family: "Jotia W00 Regular", serif;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.arz-overlay>* {
  transform: translateY(20px);
  transition: transform 0.3s;
}

.arz-overlay:hover {
  opacity: 1;
}

.arz-overlay:hover>* {
  transform: translateY(0);
}

.arz-title {
  font-size: 2em;
  font-weight: bold;
}

.arz-titleAdd {
  font-size: 1.25em;
  margin-top: 0.25em;
}

.arz-img-responsive {
  max-height: 344px;
  max-width: 346px;
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 1199px) {
  .tm-banner {
    margin-top: 7%;
  }

  .tm-banner-title {
    font-size: 50px;
  }

  .tm-banner-subtitle {
    font-size: 30px;
  }

  .tm-home-section-1 {
    top: -50px;
  }

  .tm-home-box-1 {
    width: 300px;
    height: 388px;
  }

  .hotel-search-form .form-group {
    margin-bottom: 18px;
  }

  .tm-home-box-2-description,
  .tm-home-box-i-description {
    padding: 0.5rem 0.75rem;
  }

  .tm-home-box-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-box-2-description.box-3,
  .tm-home-box-i-description.box-3 {
    width: 185px;
  }

  .tm-about-box-1 {
    width: 215px;
    padding: 24px 15px;
  }

  .tm-testimonials-box {
    width: 220px;
  }

  .tm-testimonials-content {
    padding: 20px;
  }

  .tm-what-we-do-right {
    width: 100%;
  }

  .tm-about-box-2-img {
    max-width: 280px;
    height: auto;
  }

  .tm-about-box-2-text {
    width: 100%;
  }

  .flex-caption {
    padding: 25px;
    max-width: 500px;
  }

  .flexslider.flexslider-about .slides img {
    max-width: 450px;
  }

  .slider-title {
    margin-bottom: 15px;
  }

  .slider-subtitle {
    margin-bottom: 20px;
  }

  .slider-description {
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .tm-contact-box-1 {
    padding: 30px;
  }

  .contact-image {
    max-width: 450px;
  }

  .contact-text {
    max-width: 400px;
  }

  .flexslider.flexslider-about .slides img {
    width: 450px;
  }

  .tm-nav.show {
    opacity: 1;
    height: auto;
    transition: opacity 1s, height 0;
  }

  .tm-nav {
    opacity: 0;
    transition: opacity 1s, height 0 1s;
    height: 0;
    position: fixed;
    z-index: 1000;
    top: 69px;
    right: 15px;
    background: rgba(15, 15, 15, 0.7);
    transition: all 0.3s ease;
  }

  .tm-nav li {
    float: none;
  }

  .tm-nav li a {
    color: white;
    display: block;
    padding: 20px 30px 20px;
  }


  /* mobile menu icon */
  .mobile-menu-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: rgba(15, 15, 15, 0.7);
    z-index: 1000;
    display: flex;
  }

  .mobile-menu-icon-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* mobile menu icon stick */
  .mobile-menu-icon .stick {
    position: absolute;
    width: 30px;
    height: 3px;
    background: white;
    transition: ease-in-out 0.1s;
  }

  .mobile-menu-icon .stick-1 {
    transform: translate(0, -10px);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon .stick-4 {
    transform: translate(0, 10px);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon.show .stick-1 {
    transform: translate(0, 0);
    opacity: 0;
    transition-delay: 0s;
  }

  .mobile-menu-icon.show .stick-4 {
    transform: translate(0, 0);
    opacity: 0;
    transition-delay: 0s;
  }

  .mobile-menu-icon.show .stick-2 {
    transform: rotate(-45deg);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon.show .stick-3 {
    transform: rotate(45deg);
    transition-delay: 0.1s;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .tm-home-box-2-description {
    width: 94px;
  }

  .tm-home-box-2-icon {
    padding: 18px;
    width: 55px;
    height: 55px;
  }

  .tm-home-box-i-description {
    width: 94px;
  }

  .tm-home-box-i-icon {
    padding: 18px;
    width: 55px;
    height: 55px;
  }

  .tm-home-box-3-description {
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 991px) {
  .tm-banner {
    margin-top: 8%;
  }

  .tm-home-box-1 {
    margin-bottom: 50px;
    width: 346px;
    height: 436px;
  }

  .tm-home-box-2 {
    margin: 0 auto 30px;
  }

  .tm-home-box-2-description {
    vertical-align: top;
  }

  .tm-home-box-2-description.box-3 {
    width: 175px;
  }



  .tm-home-box-i {
    margin: 0 auto 30px;
  }

  .tm-home-box-i-description {
    vertical-align: top;
  }

  .tm-home-box-i-description.box-3 {
    width: 175px;
  }

  .hotel-search-form .form-group {
    margin-top: 3px;
  }

  .home-description {
    margin: 40px auto 40px;
  }

  .tm-tours-box-1-link-left {
    width: 65%;
  }

  .tm-tours-box-1-link-right {
    width: 35%;
  }

  .tm-tours-box-2 {
    margin: 0 auto 30px;
  }

  .article-card {
    margin: 0 auto 30px;
  }

  .article-card1 {
    margin: 0 auto 30px;
  }

  .tm-about-box-1 {
    margin: 0 auto 30px;
    width: 100%;
  }

  .tm-what-we-do-right {
    width: 100%;
  }

  .tm-about-box-2-img {
    max-width: 100%;
  }

  .tm-about-box-2-text {
    width: 100%;
    text-align: left;
  }

  .tm-testimonials-box {
    max-width: 340px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
    height: auto;
  }

  .flexslider.flexslider-about,
  .flexslider.flexslider-about .slides img,
  .flex-caption {
    max-width: 528px;
    width: 100%;
  }

  .flexslider .slides img,
  .flex-caption {
    width: 100%;
  }

  .contact-text {
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }

  .tm-contact-form-input {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .tm-banner {
    margin-top: 8%;
  }

  /* http://www.impressivewebs.com/animate-display-block-none/
	 * Comment by Jon Christensen
	 */
  .tm-nav.show {
    opacity: 1;
    height: auto;
    transition: opacity 1s, height 0;
  }

  .tm-nav {
    opacity: 0;
    transition: opacity 1s, height 0 1s;
    height: 0;
    position: fixed;
    z-index: 1000;
    top: 69px;
    right: 15px;
    background: rgba(15, 15, 15, 0.7);
    transition: all 0.3s ease;
  }

  .tm-nav li {
    float: none;
  }

  .tm-nav li a {
    color: white;
    display: block;
    padding: 20px 30px 20px;
  }

  /* mobile menu icon */
  .mobile-menu-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: rgba(15, 15, 15, 0.7);
    z-index: 1000;
    display: flex;
  }

  .mobile-menu-icon-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* mobile menu icon stick */
  .mobile-menu-icon .stick {
    position: absolute;
    width: 30px;
    height: 3px;
    background: white;
    transition: ease-in-out 0.1s;
  }

  .mobile-menu-icon .stick-1 {
    transform: translate(0, -10px);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon .stick-4 {
    transform: translate(0, 10px);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon.show .stick-1 {
    transform: translate(0, 0);
    opacity: 0;
    transition-delay: 0s;
  }

  .mobile-menu-icon.show .stick-4 {
    transform: translate(0, 0);
    opacity: 0;
    transition-delay: 0s;
  }

  .mobile-menu-icon.show .stick-2 {
    transform: rotate(-45deg);
    transition-delay: 0.1s;
  }

  .mobile-menu-icon.show .stick-3 {
    transform: rotate(45deg);
    transition-delay: 0.1s;
  }

  /* .- { height: 400px;	} */
  .tm-banner-title {
    font-size: 40px;
  }

  .tm-banner-subtitle {
    font-size: 24px;
  }

  .tm-banner-inner {
    top: 0;
    margin: 60px auto;
  }

  .tm-banner-link {
    padding: 12px 30px;
    margin-top: 10px;
  }

  /* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */
  .tm-home-box-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .tm-home-box-1-2 {
    height: auto;
  }

  .tm-tours-box-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-what-we-do-right {
    text-align: center;
  }

  .section-margin-top.about-section {
    margin-top: 120px;
  }

  .tm-section-header {
    margin-bottom: 40px;
  }

  .tm-about-box-1 {
    width: 100%;
    max-width: 300px;
    padding: 30px;
  }

  .tm-about-box-2-img,
  .tm-about-box-2-text {
    float: none;
  }

  .tm-about-box-2-text {
    margin: 30px auto;
  }
}

@media screen and (max-width: 600px) {
  .tm-banner {
    margin-top: 18%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .section-margin-top {
    margin-top: 50px;
  }

  .tm-banner-title {
    font-size: 30px;
  }

  .tm-banner-subtitle {
    font-size: 16px;
  }

  .tm-banner-link {
    padding: 10px 25px;
  }

  .tm-home-section-1 {
    top: 0;
  }

  .tm-home-box-3-img-container,
  .tm-home-box-3-info {
    float: none;
  }

  .tm-home-box-3-info {
    max-width: 250px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .tm-home-box-3-description {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .tm-home-box-3 {
    max-width: 250px;
  }

  .tm-home-box-2-description.box-3 {
    width: 120px;
  }

  .tm-home-box-i-description.box-3 {
    width: 120px;
  }
}

@media screen and (max-width: 420px) {
  .tm-banner {
    margin-top: 18%;
  }

  .tm-banner-title {
    font-size: 20px;
  }

  .tm-banner-subtitle {
    font-size: 12px;
  }

  .tm-banner-link {
    padding: 5px 10px;
  }

  .tm-tours-box-1-info-left,
  .tm-tours-box-1-info-right {
    float: none;
    width: 100%;
  }

  .tm-tours-box-1-info-left {
    border-right: none;
    border-bottom: 1px solid #b1b1b1;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .tm-tours-box-1-info-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .tm-tours-box-1-link-left,
  .tm-tours-box-1-link-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .tm-banner {
    margin-top: 20%;
  }

  .tm-section-title {
    font-size: 28px;
  }
}

.upper_links:hover {
  /* box-shadow: 1px 1px 5px 9px rgb(59, 2, 59); */
}

#one {
  /* box-shadow: 1px 1px 5px 9px rgb(59, 2, 59); */
}

.tm-banner-link {
  transition: transform 0.04s;
}

.tm-banner-link:hover {
  transform: scale(1.07);
}

.tm-yellow-btn:hover {
  background-color: #e8bd06;
  border: 3px solid #03476e;
  color: #03476e;
  font-weight: bold;
}

.bottom:hover {
  color: #03476e;
}

.media {
  transition: transform 0.02s;
}

.media:hover {
  transform: scale(1.1);
  background-color: purple;
}

.tm-about-box-2-img {
  height: 200px;
  width: 300px;
  object-fit: cover;
}

.parent {
  display: flex;
  align-items: center;
}

.info-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}




/* Individual Packages */

.package-cards {
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.packagecards_item {
  display: flex;
  padding: 2rem;
  min-width: 200px;
  border-radius: 10px;
  margin: 0 auto;
}

.packagecards_item img {
  border-radius: 10px;
  width: 100%;
}

#notincluded {
  justify-content: end;
}

@media (min-width: 40rem) {
  .packagecards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .packagecards_item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 460px) {
  .packagecards_item {
    margin: 0 1px;
  }

  .packagecards_item img {
    margin: 0 2px;
    width: 100%;
    border-radius: 0px;
  }

  .packagecard_content {
    padding: 6px 6px 1px;
    width: 100%;
  }
}

@media screen and (max-width: 464px) {
  .packagecards_item img {
    width: 100%;
    border-radius: 0px;
  }
}



.package_card {
  background-color: var(--white);
  border-radius: 1.25rem;
  box-shadow: 14px 20px 20px 14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.packagecard_content {
  padding: 26px 56px 76px 16px;
  width: 100%;
}

.packagecard_title {
  margin-bottom: 5px;
  font-family: "Jotia W00 Regular", serif;
  font-size: 28px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
}

.packagecard_text {
  margin: 26px 0;

}

.packagecard_text p {
  font-family: "Jotia W00 Regular", serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-bottom: 10px;
}

.packagecard_btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-transform: capitalize;
  font-family: "Jotia W00 Regular", serif;
  float: right;
}


.packagecard_btn:hover {
  text-decoration: underline;
}

.orange {
  color: var(--orange);
}

#sa-title {
  font-size: 48px;
  margin-top: 50px;
  text-transform: uppercase;
  text-wrap: wrap;
  width: 100%;
}

#qa-title {
  font-size: 48px;
  margin-top: 50px;
  text-transform: uppercase;
  text-wrap: wrap;
  width: 100%;
  width: 900px;
}

@media screen and (min-width: 414px) and (max-width: 480px) {
  #sa-title {
    font-size: 25px;
    margin-top: -10px;
    text-transform: uppercase;
    width: 80%;
    width: 300px !important;
  }
}

@media screen and (min-width: 414px) and (max-width: 480px) {
  #qa-title {
    font-size: 25px;
    margin-top: -10px;
    text-transform: uppercase;
    width: 80%;
    width: 300px !important;
  }
}

@media screen and (max-width: 413px) {
  #sa-title {
    font-size: 20px;
    margin-top: 10px !important;
    text-transform: uppercase;
    width: 250px !important;
  }
}

@media screen and (max-width: 413px) {
  #qa-title {
    font-size: 20px;
    margin-top: 10px !important;
    text-transform: uppercase;
    width: 250px !important;
  }
}

@media screen and (min-width: 760px) and (max-width: 894px) {
  #sa-title {
    font-size: 40px !important;
    margin-top: 20px;
    text-transform: uppercase;
    width: 700px !important;
  }
}

@media screen and (min-width: 760px) and (max-width: 894px) {
  #qa-title {
    font-size: 40px !important;
    margin-top: 20px;
    text-transform: uppercase;
    width: 700px !important;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1025px) {
  #sa-title {
    font-size: 46px !important;
    margin-top: 20px;
    text-transform: uppercase;
    width: 900px !important;
  }
}

/*Contact Us*/

.inner-container {
  position: relative;
  z-index: 1;
  background-color: #03476e;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
  margin: 0 15px;
}

.form-column {
  position: relative;
}

.form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px 45px;
  background-color: #fff
}


.contact-form {
  position: relative
}

@media only screen and (max-width: 464px) {
  .contact-form {
    margin: 0 -50px !important;
    margin-left: -65px !important;
  }
}

@media only screen and (max-width: 400px) {
  .contact-form {
    margin: 0 -30px !important;
    margin-left: -45px !important;
  }
}


.contact-form .form-group {
  position: relative;
  margin-bottom: 20px
}



.contact-form select {
  border-radius: 5px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select,
.contact-form textarea {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 60px !important;
  color: #222;
  font-size: 14px !important;
  line-height: 38px !important;
  padding: 10px 30px !important;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #03476e
}

.contact-form .form-group textarea {
  max-height: 250px !important;
  resize: none !important;
  margin-left: 0px !important;
  width: 100% !important;
}

@media screen and (min-width: 1025px) {
  .contact-form .form-group textarea {
    min-width: 632px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
  .contact-form .form-group textarea {
    min-width: 500px;
  }
}

@media screen and (min-width: 767px) and (max-width: 834px) {
  .contact-form .form-group textarea {
    min-width: 352px;

  }
}

@media screen and (min-width: 890px) and (max-width: 1024px) {

  .contact-form .form-group textarea {
    margin-left: 0px !important;
  }
}

.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #03476e;
  font-family: "Jotia W00 Regular", serif !important;
  background: #03476e;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;

}

.contact-form .theme-btn:hover {
  color: #03476e;
  border-color: #03476e;
  background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500
}


#success-wrapper {
  display: none;
  background-color: #fff;
  border-radius: 1.25em;
  padding: 1.5em;

  border-width: 1px solid black;
  margin: 0 10px;
  height: 483px;
}


.success-card {
  background: var(--clr-white);
  width: 100%;
  border-radius: 1.875rem;
  height: 200px;

}

.success-header {
  padding-top: 25px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6.8rem;
  color: #000;
  height: auto;
}

@media only screen and (max-width: 835px) {
  .success-header {
    padding-top: 25px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 5rem;
    color: #000;
    height: auto;
  }

}

.success-msg {
  padding: 15px 0;
  line-height: 30px;
  color: #000;
  font-size: 25px;
}

.info-column {
  position: relative
}


.info-column .inner-column {
  position: relative;
  padding: 30px 10px
}

.info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 25px
}

.info-column .list-info {
  position: relative;
  margin-bottom: 40px;
  list-style-type: none;
}

.info-column .list-info li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 1.5em;
  padding-left: 45px;
  font-family: "Jotia W00 Regular", serif !important;
}


@media screen and (min-width: 767px) and (max-width: 835px) {

  .info-column .list-info li {
    font-size: 12px;
    padding-left: 35px;
  }


}



#pn {
  padding-top: 12px;
}

#offn {
  padding-bottom: 2px;
}



.info-column .list-info li:last-child {
  margin-bottom: 0
}

.info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 30px
}


.social-icon-four {
  position: relative
}

.social-icon-four li {
  position: relative;
  margin-right: 12px;
  display: inline-block;
  font-family: "Jotia W00 Regular", serif !important;
}

.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  font-family: "Jotia W00 Regular", serif !important;
}

@media screen and (min-width: 1000px) and (max-width: 1025px) {

  .social-icon-four li.follow {

    margin-top: -30px;
  }

  .info-column .inner-column {
    padding-top: 10px;
  }
}



.social-icon-four li a {
  position: relative;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.social-icon-four li a:hover {
  color: #222
}


/*FAQS*/

#faq1 {
  text-align: left;

  ul {
    font-family: "Jotia W00 Regular", serif;
  }

  li {
    font-family: "Jotia W00 Regular", serif;
  }
}



/*TC*/

#tc {
  margin-bottom: 2px !important;
  font-size: 16px;
  font-weight: 600;
}

/*News*/

.news-options-container {
  margin: 10em 0 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  text-align: center;
}

.option {
  background-color: #d5d5d5;
  border: none;
  cursor: pointer;
  padding: 0.8em 1.5em;
  border-radius: 0.5em;
  border: none;
  text-transform: capitalize;
  font-family: "Jotia W00 Regular", serif;
}

option {
  font-family: "Jotia W00 Regular", serif;
}

.news-container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
}

.news-card {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  box-shadow: 0 0 15px rgba(85, 85, 85, 0.2);
  margin: 1em 0;
  border-radius: 15px;
  font-family: "Jotia W00 Regular", serif;
}

.news-card img {
  border-radius: 15px 15px 0 0;
}

.news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  font-size: 15px;
}

.news-title {
  font-weight: 600;
  color: #0b0028;
}

.news-description {
  color: #6f6f6f;
  text-align: justify;
  margin: 0.8em 0 1em 0;
}

.view-button {
  position: relative;
  text-decoration: none;
  background-color: #03476e;
  color: #ffffff;
  width: 7em;
  text-align: center;
  padding: 0.3em 0.2em;
  border-radius: 5px;
}

.news-active {
  background-color: #03476e;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .news-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-image-container {
  max-width: 200px;

  img {
    width: 100%;
  }
}

/*homepage form*/

.menu-tabs {
  position: relative;
  text-align: left;
}

.navi {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navi-tabs {
  border-bottom: 0;
}

.navi-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  margin-bottom: -1px;
  position: relative;
  transition: all 200ms linear;
}

.navi-link {
  font-size: 1rem;
  background: #03476e;
  border: 1px solid #03476e;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 10px 0 10px 0;
}

@media only screen and (max-width: 1024px) {
  .navi-link {
    padding: .5rem 0.1em !important;
  }

}

.navi-item .navi-link:active {
  background: #fff !important;
  border: 1px solid #fff;
  width: 100%;
  position: relative;
  color: #03476e;
}






.navi-item:first-child .navi-link {
  border-radius: 5px 0 0;
}

@media only screen and (max-width: 830px) {
  .tab-text {
    display: none;
  }
}

.navi-link:active span {
  color: #03476e;
}

.search-box {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}

.tab-content {
  padding: 20px 15px 5px;
}


.tab-text {
  font-size: 20px;
  padding: 20px 10px 20px 10px;

}


@media screen and (max-width: 1024px) {
  .tm-banner-title {
    font-size: 40px;
  }

  .tm-banner-inner {
    margin: 60px auto;
  }
}


#form-row {
  margin: 0 auto;
  min-width: 100px !important;
  box-shadow: 0 15px 32px -10px rgb(108 117 125 / 10%), 0 4px 11px -3px rgb(0 0 0 / 25%);
  border-radius: 5px !important;

}



@media screen and (max-width: 464px) {
  .tm-banner-inner {
    margin: -10px auto !important;
    width: 100% !important;
  }

  .tm-banner-title {
    font-size: 22px !important;
  }

  #more {
    margin-top: -20px
  }

  .trip-type-container {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100px;
    padding: 0 0 6px 6px !important;
    margin-top: -30px;
  }

  .trip-type-container label {
    font-size: 10px;
  }

  .trip-type-option input {
    margin: 0 auto;
    width: 10px;
  }

  .form {
    width: 100%;
    min-width: 250px !important;
    margin: 0 auto !important;
  }
}



@media screen and (max-width: 376px) {
  .tm-banner-inner {
    margin-top: -35px !important;
  }
}


#flights:active {
  background: #fff;
}

.active-tab {
  background-color: #fff;
  /* Background color when active */
  color: #03476e;
  /* Text color when active */
  border: transparent !important;
}





.trip-type-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 26px 26px;
  margin-top: -30px;
}

.trip-type-label {
  margin-right: 10px;
  font-weight: bold;
  font-family: "Jotia W00 Regular", serif;
}

.trip-type-option label {
  font-family: "Jotia W00 Regular", serif;
  width: 100%;
  margin-left: 5px;
  color: #03476e;
}

.trip-type-option {
  display: flex;
  width: 300px;
  justify-content: space-evenly;
}

.trip-type-option input {
  margin: 0 auto;
  width: 20px;
}

/*why choose us */
#whychooseus {
  margin-top: -60px;
}


#aboutus-section {
  margin-top: -40px;
}

.package-infos {
  min-width: 200px;
  display: flex;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 10px;
}

.pulse-container {
  display: flex;
  flex-direction: column;
  font-family: "Jotia W00 Regular", serif;

  .visa-text {
    color: #000;
    margin-bottom: -15px;
    font-weight: 800;
    text-align: center;
  }
}


/*booking form*/

.booking_form {
  margin: 0 auto;
  padding: 0 300px 0 300px;
  background: #fff;
  border-radius: 8px;
  min-width: 300px !important;

  fieldset {
    margin: 0 auto;
    min-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .booking_form {
    padding: 0 100px 0 100px;
  }

  .booking_form textarea {
    margin: 0 auto !important;
    border: 1px solid #000;
  }
}

@media screen and (min-width: 482px) and (max-width: 836px) {
  .booking_form {
    padding: 0 56px 0 56px !important;
  }
}

@media screen and (min-width: 414px) and (max-width: 836px) {
  .booking_form {
    padding: 0 56px 0 56px !important;

    fieldset {
      margin: 0 auto;
      min-width: 200px !important;
    }
  }
}


@media screen and (max-width: 413px) {
  .booking_form {
    padding: 0 36px 0 36px !important;

    fieldset {
      margin: 0 auto;
      min-width: 200px !important;
    }
  }
}

#booking-section {
  margin: 0 auto;
}

.booking_form h1 {
  margin: 0 0 30px 0;
  text-align: center;
  color: #000;
  font-family: "Jotia W00 Regular", serif;
  font-weight: 800;
  padding-top: 20px;
}

.booking_form fieldset label {
  font-family: "Jotia W00 Regular", serif;
}

.booking_form fieldset select {
  border-radius: 8px !important;
  height: 40px !important;
}

.booking_form fieldset input[type="radio"],
input[type="checkbox"] {
  margin: 0 0px 0px 0px !important;
}

.booking_form .gender-options input[type="radio"] {
  padding-left: -20px !important;
}

.booking_form .gender-options label {
  display: flex;
  align-items: center;
  margin-top: 25px;
}


.booking_form .gender-label {
  display: block;
  margin-bottom: 8px;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

.gender-options {
  display: block;
  justify-content: space-evenly;
  max-width: 100px;
  margin-bottom: 20px;
}


#hotel-options {
  max-width: 100px !important;
  margin-bottom: 10px;
  display: inline-block;

  p {

    min-width: 50px;
    color: rgb(191, 191, 191);
    font-weight: 700;
  }


}


#room-options {
  max-width: 200px !important;
  margin-bottom: 10px;
  display: inline-block;

  p {

    min-width: 120px;
    color: rgb(191, 191, 191);
    font-weight: 700;
  }


}


.booking_button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #03476e;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 10px;
  width: 50%;
  border: 1px solid #03476e;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px;
  font-family: "Jotia W00 Regular", serif;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label .light {
  font-weight: 300;
  min-width: 100px;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

.hotel-heading {
  font-size: 18px;
  font-weight: 800;
}


.q-header {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.q-subheader {
  padding-top: 20px !important;
}

.booking_form textarea {
  margin: 0 auto;
  border: 1px solid #000;
}

#contact-header {
  height: 85px !important;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  animation: bounce 1s infinite alternate; /* Added animation */
}
.whatsapp-icon {
  margin-top: 16px;
}

/* Bouncing animation */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* for mobile */
@media screen and (max-width: 767px){
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 10px;
    font-size: 22px;
    animation: bounce 1s infinite alternate; /* Added animation */
  }
}