@font-face {
  font-family: "ProximaNova-Regular";
  src: url("proxinova/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("proxinova/ProximaNova-Regular.woff") format("woff"),
    url("proxinova/ProximaNova-Regular.ttf") format("truetype"),
    url("proxinova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("proxinova_bold/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("proxinova_bold/ProximaNova-Bold.woff") format("woff"),
    url("proxinova_bold/ProximaNova-Bold.ttf") format("truetype"),
    url("proxinova_bold/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

header {
  transition: 0.5s;
}
.container {
  transition: 0.9s;
}
header .active.new {
  text-align: center;
  transition: 0.9s;
}
header .active.new .container {
  max-width: 1642px !important;
  margin: 0px !important;
  float: none;
  display: inline-block;
  transition: 0.9s;
  width: 1240px;
}
header .active.new .logo {
  padding: 5px 0px !important;
}
header .active.new .logo img {
  max-width: 75%;
}
header .active.new ul.topnav {
  padding: 0px 0 0px 0px !important;
}
.active.new a.new_cls img {
  max-width: 20% !important;
}
header .active.new ul.topnav li a {
  font-size: 13px;
  margin: 0 33px;
}
header .active.new span.addition {
  font-size: 10px;
}
header:hover a {
  color: #000 !important;
}
header:hover {
  background: #fff !important;
  transition: 0.5s;
}

.content {
  width: 100% !important;
  float: left !important;
}
.logo {
  padding: 15px 0px !important;
}
ul.topnav {
  padding: 15px 0 !important;
}
ul.topnav li a {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.2rem !important;
  font-weight: 600 !important;
  transition: 0.9s;
}
a.new_cls img {
  max-width: 35% !important;
  padding-top: 5px;
}
footer {
  width: 100%;
  float: left;
}
.logo {
  padding: 15px 0px;
}
.slider {
  background: url(../img/Endemic-main.jpg);
  background-repeat: no-repeat;
  background-attachment: unset !important;
  background-position: unset !important;
  height: 425px !important;
  text-align: center;
  padding-top: 200px;
  position: relative !important;
  width: 100%;
  float: left;
  background-size: 100% 100% !important;
}

span.addition a {
  color: #edb95d !important;
}
body {
  margin: 0px;
  background: #f7f7f7;
  color: #000000;
  padding-top: 93px;
  font-family: "Poppins", sans-serif;
}
body.checkinonline {
  padding: 40px 0;
  background: #f7f7f7;
}
.lato_bold {
  font-family: "Poppins", sans-serif;
}
.container {
  width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
header {
  background: #000000;
  position: fixed !important;
  z-index: 999;
  width: 100%;
  top: 0;
}
.logo {
  padding: 23px 0px;
}
.logo img {
  max-width: 100%;
}
a.new_cls {
  width: 100%;
  float: left;
  text-align: center;
}
a.new_cls img {
  max-width: 45%;
  padding-top: 5px;
}
span.addition {
  color: #edb95d !important;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 0px;
}
.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}
.block-item-text label {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed;
  width: auto;
  float: left;
}
ul.topnav {
  list-style: none;
  margin: 0px;
  padding: 18px 0;
  text-align: center !important;
}
.description-container p {
  font-size: 14px;
  margin: 0px;
}
ul.topnav li {
  display: inline-block;
}
ul.topnav li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
  display: inline-block;
  transition: 0.9s;
}
ul.topnav li a:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
  background: #fff;
}
ul.topnav li a:hover {
  text-decoration: none;
}
ul.topnav li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.filters {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
}
.special_button {
  padding: 20px 0px;
  position: relative;
  right: -300px;
  width: auto;
  float: left;
}
.special_button a {
  background: #edb95d !important;
  color: #000;
  font-weight: 500;
  border-radius: 20px;
  -webkit-border-radius: 50px;
  padding: 6px 20px;
}
@keyframes glowing {
  0% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
  50% {
    background-color: #edb95d;
    box-shadow: 0 0 40px #edb95d;
  }
  100% {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
}
.special_button a {
  animation: glowing 1500ms infinite;
}
.slider {
  background: url(../img/slider_tmp.jpg) center;
  top: 0 !important;
  background-size: cover;
  padding: 1px 0;
}
.slider {
  color: #ffffff;
}
.content {
  padding: 40px 0;
}
.custom_border {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.featured_img img {
  width: 100%;
  border-style: double;
}
a {
  color: #8c8f8e;
}
.single_cruise {
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
  background: #ffffff;
  border-radius: 5px;
  margin: 15px 0;
}
.single_cruise h2 {
  font-size: 18px;
  margin: 0px;
}
.short_desc {
  margin-top: 13px;
  font-size: 14px;
  color: #8c8f8e;
}
.actions {
  margin-top: 20px;
}
.price_height {
  min-height: 35px;
}
/* .view_button{float: left;} */
.view_button {
  background: #415f13;
  border-color: #415f13;
  font-size: 16px;
  border-radius: 50px;
  padding: 2px 15px;
  font-weight: bold;
  color: #e4e8d8;
}
.view_button:hover {
  background: #000000;
  border-color: #495824 !important;
}
/* .inquire_button{float: right;} */
.inquire_button {
  background: #495824;
  border-color: #495824;
  font-size: 16px;
  border-radius: 50px;
  padding: 2px 15px;
  font-weight: bold;
  color: #e4e8d8;
}
.inquire_button:hover {
  background-color: #000000;
  border-color: #495824 !important;
}
.price_str {
  color: #f40023;
}
footer {
  background: #232323;
  padding: 20px 0px;
  color: #ffffff;
}
footer i {
  color: #23a455;
}
.title {
  font-size: 20px;
}
footer a {
  color: #ffffff;
}
footer ul {
  list-style: none;
  padding: 0px;
}
footer ul li {
  margin: 5px 0;
}
.margb30 {
  margin-bottom: 30px;
}
.ui-slider-horizontal .ui-slider-range {
  height: 11px !important;
}
.range {
  margin-top: 15px;
}
.range_start,
.day_start {
  float: left;
  color: #017a5e;
  font-weight: bold;
}
.range_end,
.day_end {
  float: right;
  color: #017a5e;
  font-weight: bold;
}
.ui-widget-header {
  background: #44828c !important;
}
.ui-widget.ui-widget-content {
  border: 1px solid #017a5e !important;
}
.clear {
  clear: both;
}
.ship_name_button,
.last_minute,
.price_range_click,
.day_range_click {
  background: #44828c !important;
  border-color: #44828c !important;
}
.orange_box {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: #017a5e;
  border: 1px solid #ffffff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.mt-3rem {
  margin-top: 3rem !important;
}
#dnone {
  display: none;
}
[v-cloak] {
  display: none;
}
.ship_db_name {
  color: #495824;
  font-family: "Poppins", sans-serif !important;
  font-size: 21px;
  font-weight: bold;
}
.paging {
  margin: 0 10px;
}
.send_email {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.modal-header {
  background: #120a8f;
  color: #ffffff;
}
.modal-header button {
  color: #ffffff;
}
.icon {
  color: #ffffff;
  display: none;
}
.filter_slide {
  background: #cccccc;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
}
.org_price {
  color: red;
  font-size: 18px;
}
.bonus_img span {
  color: #000000;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  letter-spacing: -0.8px;
}
.bonus_img img {
  width: 100%;
}
.bonus_txt {
  margin: auto;
}
.text_large {
  font-size: 38px !important;
  font-family: "Poppins", sans-serif !important;
  display: block;
  margin: 10px 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
  width: auto;
  padding-right: 10px;
}
.amenities_height {
  height: 152px;
  overflow: hidden;
}
.show_less {
  display: none;
  cursor: pointer;
  color: #017a5e;
}
.show_more {
  cursor: pointer;
  color: #017a5e;
}
.twpx {
  font-size: 12px;
  color: #8c8f8e;
  border-bottom: 2px solid #000;
  margin-bottom: 3px;
  width: 100%;
  float: left;
}
.row.single_cruise hr {
  border-top: 2px solid #e4e8d8 !important;
  margin: 10px 0px !important;
}
.row.date_fields.new.st {
  margin-bottom: 15px;
}
.price.lato span {
  font-size: 12px;
  width: 100%;
  float: left;
  color: #8c8f8e;
  font-weight: bold;
}
.success_colour {
  color: #0e262c !important;
  font-size: 13px !important;
}
.grey_colour {
  color: #cccccc;
  font-size: 13px !important;
}
.rating span {
  text-transform: uppercase;
  font-size: 14px;
}
.price.lato {
  line-height: 21px;
}
.island_height {
  height: 152px;
  overflow: hidden;
}
.show_island_less {
  display: none;
  cursor: pointer;
  color: #017a5e;
}
.show_island_more {
  cursor: pointer;
  color: #017a5e;
}

.animal_height {
  height: 152px;
  overflow: hidden;
}
.show_animal_less {
  display: none;
  cursor: pointer;
  color: #017a5e;
}
.show_animal_more {
  cursor: pointer;
  color: #017a5e;
}

.spot_height {
  height: 152px;
  overflow: hidden;
}
.show_spot_less {
  display: none;
  cursor: pointer;
  color: #44828c;
  font-weight: bold;
}
.show_spot_more {
  cursor: pointer;
  color: #44828c;
  font-weight: bold;
}

.price {
  font-size: 18px;
}
.title_width {
  width: 355px;
  float: left;
}
.promotion {
  color: #017a5e;
  font-weight: bold;
  font-size: 12px !important;
}
.star_c_icon {
  position: absolute;
  top: 8px;
  right: 30px;
}
.end_c_icon {
  position: absolute;
  top: 8px;
  right: 20px;
}
.info h2 {
  font-size: 24px;
}
.info h3 {
  font-size: 18px;
}
.modal-title {
  width: 100%;
  margin: 0 auto;
  font-size: xx-large;
}
.black_bg {
  background: #000000;
  border: 1px solid #000000;
}
.black_bg:hover {
  background: #000000;
  border: 1px solid #000000;
}
.btn-danger:not(:disabled):not(.disabled):active {
  background: #000000;
  border: 1px solid #000000;
}
.error_class {
  color: red;
  display: none;
}
.info {
  text-align: center;
}
.datepicker td {
  width: 30px !important;
  height: 30px !important;
}
.featured_img {
  position: relative;
}

.bottom_right {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.padlr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.featured_img {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: center;
}
.effect {
  background: #000;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.effect:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}
.effect:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}
.featured_img_link:hover .featured_img {
  -webkit-transform: scale(1.5, 1.5);
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
}
.featured_img_link:hover .effect {
  opacity: 0.4;
}
.featured_img_link:hover .effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.featured_img_link:hover .effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.best_seller {
  position: absolute;
  right: -5px;
  top: -5px;
  left: -4px;
  z-index: 1;
  overflow: hidden;
  width: 90px;
  height: 90px;
  text-align: right;
}
.best_seller span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 118px;
  display: block;
  background: #79a70a;
  background: #44828c;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px;
  left: -26px;
}
.best_seller span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #44828c;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #44828c;
}
.best_seller span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #44828c;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #44828c;
}
.best_seller_down {
  position: absolute;
  bottom: 5px;
  font-size: 11px;
  color: #ffffff;
  background: #44828c;
  right: 5px;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  font-weight: bold;
  width: 75px;
  text-align: center;
  padding: 5px;
}

.pad15 {
  padding: 15px;
}

.slider {
  background: url("../img/Endemic-main.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 93px;
  background-size: initial;
  height: 300px;
  text-align: center;
  padding-top: 200px;
}
.slider h1 {
}
.login {
  width: 400px;
  margin: 0 auto;
}
.info h1 {
  font-size: 18px;
}
.modal-backdrop.show {
  z-index: 99;
}
.days_div {
  width: 100%;
  margin-top: 15px;
}
.main_list_iti {
  width: 100%;
  float: left;
  padding: 0px;
  position: relative;
  margin-bottom: 15px;
  background: #ffffff;
}
.main_list_iti:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 52px;
  top: 56px;
}
.main_list_iti li {
  display: flex;
  /* display: -webkit-flex; */
  display: -ms-flex;
  position: relative;
}
.main_list_iti li span.iti_date {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #000000;
  padding: 10px;
  color: #ffffff;
  width: 105px;
  text-align: center;
}
.main_list_iti li .sub_list_iti {
  padding-left: 125px;
  position: relative;
}
.main_list_iti li .sub_list_iti li {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.days_div {
  display: none;
}
.days_div > ul:last-child {
  margin-bottom: 0;
  overflow: hidden;
}
.row.single_cruise > div:last-child {
  background: #f8f8f8;
}
.iti_detail {
  color: #120a8f;
}
.datepicker {
  z-index: 1000 !important;
}
.correct_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot_link {
  cursor: pointer;
  color: #017a5e;
}
.my_modal_header {
  background: #ffffff !important;
  color: #000000 !important;
}
.clr_bl {
  color: #000000 !important;
}
.island_info a {
  color: #007bff;
}
.spots_list {
  /*padding: 0px;*/
}
.spots_list li {
  /*display: inline-block;
    float: left;
    padding: 0 16px 0 8px;
    position: relative;
    line-height: 1.3;*/
}
.spots_list li:after {
  /*display: block;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #444;
    position: absolute;
    right: 0;
    top: 8px;*/
}
.date_range.lato_bold {
  margin-top: 20px;
}
.spots_list li a {
  color: #007bff;
}
.spots_list li:last-child::after {
  /*height: 0px; width: 0px;*/
}
.nomp {
  margin: 0px;
  padding-left: 16px;
}
.white_background {
  background: #ffffff;
}
.border_black {
  border-top: 1px solid rgba(0, 0, 0) !important;
}
.txt_jusitfy {
  text-align: justify;
}
.slider_image {
  background-position: center;
  padding-top: 0px;
  background-attachment: scroll;
  height: 500px;
  background-repeat: no-repeat;
}
.date_range {
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .title_width {
    width: 290px;
  }
}
@media (max-width: 1024px) {
  ul.topnav li a {
    padding: 20px 0px;
    font-size: 16px;
    margin: 0 12px;
  }
  header .active.new ul.topnav li a {
    margin: 0 18px !important;
  }
  ul.topnav {
    display: block ! !important;
    padding-left: 20px !important;
    padding: 14px 0;
  }
  a.new_cls img {
    padding-top: 10px;
  }
  span.addition {
    font-size: 11px;
  }
  .special_button {
    padding: 20px 0;
  }
  .special_button a {
    padding: 5px 10px;
  }
  .title_width {
    width: 280px;
  }
  .actions {
    align-items: center;
  }
  .ship_db_name {
    font-size: 20px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12 {
    padding-right: 0px !important;
  }
  .logo img {
    max-width: 115%;
  }
  .logo {
    padding: 20px 0px;
  }

  .star_c_icon {
    right: 25px;
  }
  .price_height {
    min-height: 80px;
  }
}
@media (max-width: 912px) {
  header .active.new ul.topnav li a {
    margin: 0 4px !important;
  }
  ul.topnav li a {
    letter-spacing: 0.1rem !important;
  }
  .container {
    max-width: 800px;
  }
  ul.topnav li a {
    font-size: 16px;
    margin: 0 8px;
  }
  .slider h1 {
    font-size: 30px;
  }
  .featured_img {
    height: 240px;
  }
  a.btn.btn-sm.btn-primary.view_button.lato_bold {
    font-size: 16px;
  }
  a.btn.btn-sm.btn-primary.inquire_button.lato_bold {
    font-size: 16px;
  }
  .date_range.lato_bold {
    font-size: 19px;
  }
  .slider h2.lato_bold {
    font-size: 25px;
  }
  label.custom-control-label {
    font-size: 14px;
  }
  .info h2 {
    font-size: 20px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12 {
    margin-bottom: 10px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12:last-child {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 820px) {
  ul.topnav li a {
    font-size: 14px;
    margin: 0 8px;
  }
  .slider h1 {
    font-size: 30px;
  }
  .featured_img {
    height: 240px;
  }
  a.btn.btn-sm.btn-primary.view_button.lato_bold {
    font-size: 16px;
  }
  a.btn.btn-sm.btn-primary.inquire_button.lato_bold {
    font-size: 16px;
  }
  .date_range.lato_bold {
    font-size: 19px;
  }
  .slider h2.lato_bold {
    font-size: 25px;
  }
  label.custom-control-label {
    font-size: 14px;
  }
  .info h2 {
    font-size: 20px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12 {
    margin-bottom: 10px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12:last-child {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 769px) {
  ul.topnav li a {
    padding: 20px 0px;
    margin: 0px 6px;
    font-size: 14px;
  }
  .title_width {
    width: 370px;
  }
  .special_button {
    padding: 20px 0;
  }
  .special_button a {
    font-size: 15px;
  }
  .slider h1 {
    font-size: 30px;
  }
  .row.date_fields.new span.star_c_icon {
    right: 30px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12 {
    padding-right: 15px !important;
    margin-bottom: 10px;
  }
  .featured_img {
    height: 240px;
  }
  .info h2 {
    font-size: 20px;
  }
  .star_c_icon {
    right: 19px;
  }
  .row.date_fields .col-md-12.col-lg-6.col-xs-12:last-child {
    margin-bottom: 0px !important;
  }
  .price {
    font-size: 20px;
  }
  .slider h2 {
    font-size: 25px;
  }
  .price_height {
    min-height: auto;
  }
  .form_tour_search {
    display: block;
  }
  label.custom-control-label {
    font-size: 14px;
  }
  button.btn.btn-sm.btn-outline-secondary.paging.new {
    float: right;
    margin: 0px;
  }
  footer a {
    font-size: 15px;
  }
  .orange_box {
    padding: 4px;
  }
}

@media (max-width: 736px) {
  body {
    padding-top: 186px;
  }
  .slider {
    padding-top: 150px;
  }
  .logo {
    text-align: center;
  }
  ul.topnav {
    height: auto !important;
  }
  .special_button {
    text-align: center;
    padding: 20px 0;
  }
  .featured_img {
    height: 250px;
  }
  .special_button a {
    padding: 5px 20px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 570px) {
  body {
    padding-top: 180px;
  }
  header {
    position: absolute !important;
  }
  .slider {
    display: none;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .form_tour_search {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0px;
  }
  ul.topnav {
    display: none;
  }
  .icon {
    display: block;
    text-align: center;
  }
  ul.topnav li {
    display: block !important;
  }
  ul.topnav {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    height: auto !important;
    padding: 0px !important;
  }
  .filter_slide {
    display: block;
  }
  .title_width {
    width: 195px;
  }
  .ship_db_name {
    font-size: 20px;
  }
  .price_height {
    min-height: 80px;
  }
  .login {
    width: 335px;
  }
  .info h2 {
    font-weight: bold;
    font-size: 15px;
  }
  a.new_cls img {
    max-width: 15% !important;
  }
  span.addition {
    padding-bottom: 10px;
  }
  .content {
    padding: 20px 0;
  }
  .logo img {
    max-width: 50%;
  }
  .info {
    margin-top: 20px;
  }
  .info h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .title {
    font-weight: bold;
  }
}

@media (max-width: 520px) {
  body {
    padding-top: 0px;
  }
  header {
    position: unset !important;
  }
  .slider {
    display: none;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .form_tour_search {
    display: none;
    margin-top: 15px;
  }
  .container {
    width: 100%;
    padding: 0px;
  }
  ul.topnav {
    display: none;
  }
  .icon {
    display: block;
    text-align: center;
  }
  ul.topnav li {
    display: block !important;
    width: 100%;
  }
  ul.topnav {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    height: auto !important;
    padding: 0px !important;
  }
  .filter_slide {
    display: block;
    margin-bottom: 0;
  }
  .title_width {
    width: 260px;
  }
  .ship_db_name {
    font-size: 20px;
  }
  .price_height {
    min-height: 80px;
  }
  .login {
    width: 335px;
  }
}

@media (max-width: 414px) {
  body {
    padding-top: 0px;
  }

  .slider {
    display: none;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .form_tour_search {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0px;
  }
  ul.topnav {
    display: none;
  }
  .icon {
    display: block;
    text-align: center;
  }
  ul.topnav li {
    display: block !important;
  }
  ul.topnav {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    height: auto !important;
    padding: 0px !important;
  }
  .filter_slide {
    display: block;
  }
  .title_width {
    width: 195px;
  }
  .ship_db_name {
    font-size: 14px;
  }
  .twpx {
    font-size: 12px;
  }
  .price.lato {
    line-height: 20px;
    font-size: 16px !important;
  }
  .date_range.lato_bold {
    font-size: 14px;
  }
  .date_range.lato_bold {
    margin-top: 0px;
  }
  .actions.text-center.row .text-center.col-md-6.col-6 a {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    float: left;
  }
  a.new_nw {
    font-size: 14px;
  }
  .short_desc {
    font-size: 13px;
  }
  .actions.text-center.row .text-center.col-md-3.col-3 {
    padding: 0;
  }

  .price_height {
    min-height: 80px;
  }
  .login {
    width: 335px;
  }
  .inquire_button {
    width: 100%;
    float: left;
    padding: 2px 10px;
  }
  .date_range {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  header {
    position: unset !important;
  }
  .single_cruise h2 {
    font-size: 20px;
  }
  .price_height {
    min-height: 80px;
  }
  .inquiry_form label {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  header {
    position: absolute !important;
  }
  .title_width {
    width: 150px;
  }
}
