@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
* {
  z-index: auto;
}

.st-actionContainer {
  z-index: 9999;
  position: fixed;
  display: inline-block;
}
.right-bottom {
  bottom: 80px;
  right: 10px;
  float: right !important;
}
.left-bottom {
  bottom: 2em;
  left: 2em;
  float: left !important;
}

div.st-actionContainer li {
  list-style: none;
}

.st-panel {
  position: fixed;
  width: auto;
  margin-bottom: 80px;
  background-color: #ffffff;
  color: #202020;
  border: 1px solid #0090d1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  display: none;
  padding: 10px 14px;
  bottom: 50px;
  max-width: 400px;
  width: 100%;
  right: 7px;
  font-family: Roboto;
  font-size: 15px;
}

.st-panel .btn-cls {
  float: right;
  cursor: pointer;
}

.st-panel-header {
  background-color: white;
  color: #0090d1;
  font-size: 25px;
  padding-bottom: 25px;
  padding-top: 10px;
}

.st-panel-contents {
  padding: 15px;
}
.st-button-main {
  color: #404040;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: table;
  padding: 0px 13px;
}
.st-button-main > i {
  display: table-cell;
  vertical-align: middle;
}

.st-btn-container {
  background: #e3be00;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.rotateForward {
  animation-name: rotateF;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gridChild {
  flex: 0 0 33.33%;
  height: 50px;
  background-color: #999;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 50px;
}

.gridChild:hover {
  background-color: #eee;
  color: black;
}

/*===== form effect======*/
.enquiry-form .form-filed .formfield {
  position: relative;
  box-sizing: border-box;
  /* float: left; */
  margin: auto;
  padding: 0px;
  border: 0px;
  font-size: 1em;
}
/* 
.enquiry-form .form-filed .formfield * {
  box-sizing: border-box;
}

.enquiry-form .form-filed #firstnamefield,
#email {
  width: 100%;
  min-width: 250px;
}

.enquiry-form .form-filed #addressfield {
  width: 100%;
}

.enquiry-form .form-filed #zipcodefield {
  width: 100%;
  min-width: 250px;
}

.enquiry-form .form-filed #cityfield {
  width: 100%;
} */
.enquiry-form .form-filed .formfield > input {
  height: calc(1.5em + 0.75rem + 10px);
}
.enquiry-form .form-filed .formfield > input,
.enquiry-form .form-filed .formfield > textarea {
  padding: 10px;
  margin: 0;
  /* width: 100%; */
  /* border: 1px solid #e1e1e1; */
  border-radius: 10px;
}

.enquiry-form .form-filed .formfield {
  margin: 0;
}

.enquiry-form .form-group {
  margin-bottom: 10px;
}

.enquiry-form .form-filed .formfield > label {
  position: absolute !important;
  top: 14px;
  bottom: 0;
  left: 10px;
  font-size: 14px;
  color: #ababab;
  font-weight: 400;
  transition: 0.2s ease-in-out;
  line-height: 16px;
}

.enquiry-form .form-filed .formfield > .form-control:focus {
  border: 1px solid #16a2e1;
  box-shadow: 0px 0px 10px #16a1e158;
}

.enquiry-form .form-filed .form-control:focus + label,
input:valid + label {
  color: #5a5a5a;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px;
  /*outline: 1px solid red; /*for debugigng purposes only*/
  background: white;
  transition: 0.2s ease-in-out;
  line-height: 11px;
  top: -5px;
  left: 10px;
  height: 20px;
  width: auto;
}
.enquiry-form .form-filed .formfield > .form-control:focus ~ label,
.enquiry-form .form-filed .formfield > textarea:focus ~ label {
  /* transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); */
  color: #5a5a5a;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px;
  /*outline: 1px solid red; /*for debugigng purposes only*/
  background: white;
  transition: 0.2s ease-in-out;
  line-height: 11px;
  top: -5px;
  left: 10px;
  height: 20px;
  width: auto;
}
.enquiry-form .form-filed .formfield > .form-control::placeholder {
  color: #ffffff;
}
.enquiry-form
  .form-filed
  .formfield
  > .form-control:not(:placeholder-shown)
  ~ label {
  color: #5a5a5a;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px;
  /*outline: 1px solid red; /*for debugigng purposes only*/
  background: white;
  transition: 0.2s ease-in-out;
  line-height: 11px;
  top: -5px;
  left: 10px;
  height: 20px;
  width: auto;
}

.enquiry-form .quantity {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.enquiry-form .quantity button {
  background-color: #ffffff;
  color: #9b9b9b;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.enquiry-form .quantity button:first-child {
  border-right: 1px solid #ced4da;
}
.enquiry-form .quantity button:last-child {
  border-left: 1px solid #ced4da;
}

.enquiry-form .quantity button:hover,
.enquiry-form .quantity button:focus,
.enquiry-form .quantity button:active {
  background-color: #0289fb;
  /* border: 1px solid #0289fb; */
  color: #ffffff;
  outline: 0;
}

.enquiry-form .input-box {
  width: 34px;
  text-align: center;
  border: none;
  padding: 8px 8px;
  font-size: 16px;
  outline: none;
}
.number {
  margin: 100px;
}
.minus,
.plus {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* Hide the number input spin buttons */
.enquiry-form .input-box::-webkit-inner-spin-button,
.enquiry-form .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.enquiry-form .input-box[type="number"] {
  -moz-appearance: textfield;
}

/*===== form effect======*/

@media screen and (max-width: 1170px) and (min-device-width: 921px) {
  .navbar-brand img {
    margin-right: 0px;
  }
  .cust-navbar .navbar-nav .nav-link {
    line-height: 23px;
    padding: 24px 15px;
  }
  .main-search {
    right: 55px;
  }
  .searchbar:hover > .search_input {
    line-height: 37px;
  }
  .heading-dest h2 {
    font-size: 40px;
  }
  .heading-dest h2 span {
    font-size: 48px;
  }
  .subline {
    font-size: 30px;
  }
  .newsection .newsec-img-info .tour-inof-main span {
    font-size: 30px;
  }
  .icon-whyus::after {
    padding: 42px;
    right: -65px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand img {
    margin-right: 0px;
  }
  .cust-navbar .navbar-nav .nav-link {
    line-height: 18px;
    padding: 15px 17px;
    font-size: 14px;
  }
  .search_icon {
    height: 30px;
    width: 30px;
  }
  .search_icon svg {
    font-size: 12px;
  }
  .icon-whyus::after {
    display: none;
  }
  .main-search {
    right: 55px;
  }
  .icon-label {
    font-size: 14px;
  }
  .icon-whyus > img {
    width: 175px;
  }
  .icon-whyus1 > img {
    width: 175px;
  }
  .why-choose {
    padding: 40px 0px 60px 0px;
  }
  .retional-attraction .img-info ul {
    padding: 0px;
  }
  .retional-attraction .img-info {
    width: 100%;
    text-align: center;
  }
  .retional-attraction .img-info h4 {
    padding: 0px;
  }
  .why-choose {
    padding: 20px 0px 0px 0px;
  }

  .pl-35 {
    padding-left: 10px;
  }
  .sppb-addon-title {
    font-size: 48px;
    line-height: 50px;
  }
  h2.offer-text {
    font-size: 42px;
  }
  .price {
    font-size: 28px;
  }
  .price svg {
    font-size: 24px;
  }
  .price span {
    font-size: 20px;
  }
  .inner-testinomials {
    padding: 50px 0px 26px 0px;
  }
  .disp-no {
    display: none;
  }
  .heading-dest h2 span {
    font-size: 35px;
  }
  .heading-dest h2 {
    font-size: 36px;
  }
  .heading-dest h2 span {
    font-size: 47px;
    display: block;
  }
  .heading-dest {
    display: none;
  }
  .subline {
    font-size: 24px;
    font-weight: 200;
  }
  /* .footer2 {
    padding: 30px 0;
  }
  .footer2 .footer-packages h4 {
    font-size: 15px;
  }
  .footer2 .site-links h4 {
    font-size: 15px;
  }
  .footer2 .contact-no h4 {
    font-size: 15px;
  }
  .footer2 .broucher h4 {
    font-size: 15px;
  }
  .footer2 .footer-packages ul li a {
    line-height: 32px;
    font-size: 12px;
  }
  .footer2 .site-links ul li a {
    line-height: 32px;
    font-size: 12px;
  }
  .footer2 .contact-no ul li a {
    line-height: 32px;
    font-size: 12px;
  } */
  /* .footer2 .broucher ul li a {
    line-height: 32px;
    font-size: 12px;
  } */
  /* .footer2 .social-links ul li {
    padding: 0 20px 0 0;
  }
  .footer2 .social-links ul li a svg {
    font-size: 19px;
  } */
  .outer-heading-dest h3 {
    font-size: 15px;
  }
  .testimonial4_slide p {
    font-size: 14px;
    line-height: 17px;
  }
  .bg-trans .logo-white {
    display: none;
  }
  .bg-trans .logo-voilet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .bg-trans .logo-white {
    display: none;
  }
  .bg-trans .logo-voilet {
    display: block;
  }
  .testimonial4_slide p {
    font-size: 14px;
    line-height: 17px;
  }

  .st-panel {
    max-width: 341px;
    width: 100%;
    margin-right: 12px;
    right: 0px;
  }

  .heading-offer h2:before {
    width: 40px;
    left: 0px;
    top: 16px;
  }

  .heading-offer h2:after {
    width: 40px;
    right: 0px;
    top: 16px;
  }
  .heading-offer h2 {
    position: relative;
    font-size: 24px;
  }
  .heading-offer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .why-choose {
    padding: 20px 0px 100px 0px;
  }
  .heading-ico h2:after {
    right: 0 !important;
    width: 35px;
  }
  .heading-ico h2:before {
    left: 0 !important;
    width: 35px;
  }
  .icon-whyus::after {
    display: none;
  }
  * {
    z-index: auto;
  }
  .heading-dest h2 span {
    font-size: 35px;
  }
  .heading-dest h2 {
    font-size: 36px;
  }
  .heading-dest h2 span {
    font-size: 47px;
    display: block;
  }
  .heading-dest {
    top: 32%;
    left: 0px;
  }
  .heading-dest {
    display: none;
  }
  .icon-label {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .why-choose {
    padding: 20px 0px 0px 0px;
  }

  .pl-35 {
    padding-left: 10px;
  }
  .sppb-addon-title {
    font-size: 48px;
    line-height: 50px;
  }
  h2.offer-text {
    font-size: 42px;
  }
  .price {
    font-size: 28px;
  }
  .price svg {
    font-size: 24px;
  }
  .price span {
    font-size: 20px;
  }
  .inner-testinomials {
    padding: 50px 0px 26px 0px;
  }
  .outer-nav {
    background: #000;
  }
  .menu-right {
    float: none;
  }
  .dropdown-item {
    font-size: 16px;
  }
  .navbar-light .cust-navbar .navbar-nav .nav-link {
    padding: 8px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
  }
  .navbar-light.scrolled .cust-navbar .navbar-nav .nav-link {
    color: #333;
  }

  .nav-item {
    padding: 0px !important;
  }
  .navbar-light .cust-navbar .navbar-nav .active > .nav-link,
  .navbar-light.navbar-dark .navbar-nav .nav-link.active,
  .navbar-light.navbar-dark .navbar-nav .nav-link.show,
  .navbar-light.navbar-dark .navbar-nav .show > .nav-link {
    color: #0090d1;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    width: 22px;
    height: 22px;
  }
  .navbar-dark .navbar-toggler {
    border-color: rgb(255, 255, 255);
  }
  .scrolled .navbar-nav .nav-link {
    padding: 8px 0px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 18px;
  }
  .scrolled .navbar-toggler {
    border-color: rgb(0, 0, 0);
  }
  .scrolled .outer-nav {
    background: #fff;
  }
  .searchbar:hover > .search_input {
    width: 144px;
    line-height: 30px;
  }
  .scrolled .main-search .searchbar:hover > .search_input {
    width: 160px;
    top: 1px;
    line-height: 30px;
  }

  .retional-attraction .img-info {
    left: auto;
    width: 100%;
    text-align: center;
  }
  .outer-heading-dest h3 {
    text-align: center;
  }
  .navbar-brand img {
    height: 55px;
  }
  .carousel {
    position: relative;
    margin-top: 65px;
  }
  /* .bg-wht{
    padding: 0px 0px;
    background: #ffffff;
    box-shadow: 5px 2px 10px #00000075;
} */
  .search_icon {
    height: 30px;
    width: 30px;
  }
  /* .search_icon {
    color: #0090d1;
  }
  .searchbar {
    border: 1px solid #a1a1a1;
  } */
  .search_icon svg {
    font-size: 12px;
  }
  .icon-list {
    position: absolute;
    right: 58px;
    top: 21px;
    display: none;
  }
  .icon-list svg {
    font-size: 30px;
    /* color: #ffffff; */
  }
  .navbar-light .navbar-toggler {
    padding: 0px;
    position: relative;
    top: -2px;
  }
  .main-search {
    position: fixed;
    right: 100px;
    top: 2px;
    height: 65px !important;
    display: none !important;
  }
  .searchbar:hover > .search_icon {
    background: transparent;
    color: #0090d1;
    top: 1px;
  }
  .scrolled .main-search .searchbar {
    border: 1px solid #a1a1a1;
  }

  .retional-attraction .img-info h4 {
    padding: 0px;
  }
  /*.testimonial4_slide p {
    max-height: 92px;
    overflow-x: scroll;
}*/
  .newsection .newsec-img-info .tour-inof-main p:after {
    display: none;
  }
  .newsection .newsec-img-info .tour-inof-main p:before {
    display: none;
  }
  .cust-carousel .carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
  }
  .carousel-indicators {
    bottom: -20px;
  }
  .testm-btn span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .testm-btn span svg {
    color: #006a9c;
    font-size: 13px;
  }
  .right-bottom {
    bottom: 80px;
    transition: right 0.8s ease;
    right: 10px;
    float: right !important;
    border-radius: 0px;
    overflow: hidden;
  }
  .st-actionContainer:hover {
    right: 0px;
  }
}

/*media query end*/
.cust-carousel .carousel-control-prev-icon {
  display: none;
}

.cust-carousel .carousel-control-next-icon {
  display: none;
}
.carousel-indicators .active {
  opacity: 1;
  background: #ffd712;
  background-clip: padding-box;
}

.st-button-main span {
  padding-left: 7px;
}
