/**** old */
@font-face {
  font-family: SFUIText-Regular;
  src: url(../fonts/SFUIText-Regular_gdi.eot);
  src: url(../fonts/SFUIText-Regular_gdi.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SFUIText-Regular_gdi.woff) format("woff"),
    url(../fonts/SFUIText-Regular_gdi.ttf) format("truetype"),
    url(../fonts/SFUIText-Regular_gdi.otf) format("opentype"),
    url(../fonts/SFUIText-Regular_gdi.svg#SFUIText-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: SFUIText-Bold;
  src: url(../fonts/SFUIText-Bold_gdi.eot);
  src: url(../fonts/SFUIText-Bold_gdi.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SFUIText-Bold_gdi.woff) format("woff"),
    url(../fonts/SFUIText-Bold_gdi.ttf) format("truetype"),
    url(../fonts/SFUIText-Bold_gdi.otf) format("opentype"),
    url(../fonts/SFUIText-Bold_gdi.svg#SFUIText-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

input:not([type="radio"], [type="checkbox"]),
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

.card-wrapper {
  max-width: 400px;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.card-img {
  width: 400px;
  height: 200px;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.priceTagConainer {
  position: relative;
}

.priceTag {
  float: right;
  border-radius: 50%;
  padding: 10px;
  background-color: white;
  text-align: center;
  position: absolute;
  top: -25px;
  right: 10px;
  width: 100px;
  height: 100px;
}

.priceTag p {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 5px;
}

.priceTag span {
  color: #13a936;
  font-weight: bold;
  font-size: 27px;
  position: relative;
  top: -7px;
}

.card-content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 15px 10px 0px;
}

.card-heading {
  font-size: 20px;
  font-weight: bold;
  min-height: 45px;
}

.card-heading img {
  margin-left: 8px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style-type: square;
  margin-left: 0;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  min-height: 178px;
}

/* @media (min-width: 768px) and (max-width: 1199px) {
  .list {
    min-height: 235px;
  }
} */

.list li {
  padding: 0 5px 0 0px;
  margin-bottom: 15px;
  list-style: none;
}

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

.list li::before {
  content: "■";
  position: absolute;
  left: 13px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

.actionButton {
  font-size: 18px;
  color: #0555af;
  text-align: end;
  cursor: pointer;
  /* position: absolute;
    bottom: 0;
    right: 20px;
    padding-bottom: 10px; */
}

.actionButton a {
  color: #0555af;
  text-decoration: none;
}

.actionButton a:hover {
  text-decoration: underline;
}

.list li h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 3px;
}

.list li p {
  color: #666;
  font-size: 16px;
  margin-bottom: 0;
}

.slider-wrapper {
  position: relative;
  display: inline-block;
}

.slider-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 212, 255, 0) 58%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 212, 255, 0) 58%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 212, 255, 0) 58%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 212, 255, 0) 58%
  );
  /* IE10+ */
  background: linear-gradient(
    180deg,
    rgba(67, 66, 66, 0.8) 0%,
    rgba(204, 208, 208, 0) 58%
  );
  /* W3C */
}

.imgCard {
  position: relative;
}

.imgtext {
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 15px;
  color: white;
  z-index: 10;
  display: block;
  width: 90%;
}

#new-slider2 .imgtext {
  top: auto;
  bottom: 15px;
}

.imgCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-container {
  max-width: 100%;
  margin: 0 auto;
}

.custom-owl-prev,
.custom-owl-next {
  cursor: pointer;
  background-color: #ddd;
  border: none;
  padding: 10px;
  margin: 5px;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

#new-slider2 .owl-nav {
  top: 30%;
}

.owl-nav .owl-prev {
  position: absolute;
  top: -10%;
  left: -45px;
}

.owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 50px;
}

.owl-nav .owl-next {
  position: absolute;
  top: -10%;
  right: -45px;
}

.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev span {
  display: none;
}

.owl-prev.disabled {
  opacity: 0.5;
}

.owl-next.disabled {
  opacity: 0.5;
}

.owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 50px;
}

.form_heding {
  color: #0555af;
  font-weight: 400;
  font-size: 26px;
}

.needs-validation {
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 11px;
  padding-right: 42px;
  border: 1px solid #c1d5ec;
}

.form_line {
  border-bottom: 1px solid #333;
  width: 102%;
  height: 4px;
  margin-bottom: 4px;
}

.senior_dis {
  margin-top: 30px;
}

/* .upperside {
  padding-bottom: 0;
  border-bottom: 1px solid #333;
} */

.downside {
  padding-top: 5px;
}

.custombtn {
  display: flex;
  justify-content: end;
  /* width: 100%; */
}

.custombtn button {
  background-color: #3a5292;
  color: white;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}

.sideCard {
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

.discounttag {
  border: 1px solid #3a5292;
  width: 80%;
  border-radius: 0.5rem;
}

.discounttag :last-child {
  background-color: #3a5292;
  color: white;
  text-align: center;
  letter-spacing: 0.5rem;

  margin-bottom: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.discounttag :last-child p {
  padding-bottom: 0;
}

.discounttag :first-child {
  color: #3a5292;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.form-row .input-sm {
  padding: 0 10px 0 10px;
  height: 45px;
  display: inline;
  float: none;
  border-radius: 0;
  color: #999;
  font-weight: 500;
  line-height: 22px;
  background-size: 26px 16px;
  font-size: 18px;
}

.form-row .input-sm2 {
  color: #999;
  font-size: 16px;
}

.form-control:focus {
  color: #999 !important;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-row input::placeholder {
  color: #000;
}

.custombtn button.btn_submit {
  background-image: linear-gradient(to bottom, #fb9700, #eb270d);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  padding: 7px 15px 8px;
  line-height: 1.42857;
  border: solid #fa2a00 1px;
  text-decoration: none;
}

.custombtn button.btn_submit:hover {
  background: #0879d0;
  background-image: -webkit-linear-gradient(top, #0879d0, #043893);
  background-image: -moz-linear-gradient(top, #0879d0, #043893);
  background-image: -ms-linear-gradient(top, #0879d0, #043893);
  background-image: -o-linear-gradient(top, #0879d0, #043893);
  background-image: linear-gradient(to bottom, #0879d0, #043893);
  text-decoration: none;
  border: solid #042c9d 1px;
}

.main_section {
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  background-position: center top;
  padding: 15px 10px;
  float: left;
}

.form-left {
  width: 62%;
  float: left;
  background-color: #fff;
}

.form-right {
  width: 36.5%;
  float: right;
  text-align: right;
}

/***********************Header****************/

#tpLink.sa-tpbLink {
  font-size: 15px;
  color: #0555af;
}

#tpLink {
  margin-bottom: 0px;
  margin: 14px 0 10px 0;
}

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

.book-online-txt {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 9px;
}

.sa-ptxtsz {
  display: inline-block;
  vertical-align: top;
  font-size: 23px;
  color: #d93025;
  font-family: SFUIText-Bold;
}

.sa-ptxtsz i {
  position: relative;
  top: 0px;
  font-size: 25px;
}

.sa-ptxtsz a {
  color: #d93025;
  text-decoration: none;
}

.sa-ptxtsz a:hover {
  color: #d93025;
  text-decoration: none;
}

.lockdown {
  width: 300px;
  text-align: right;
}

.sa-24-blk {
  text-align: right;
  line-height: 26px;
}

.dropdowns a,
.dropdowns li,
.dropdowns nav,
.dropdowns ul {
  margin: 0;
  padding: 0;
}

.navTp {
  list-style: none;
  background: #1554b4;
  background: -moz-linear-gradient(top, #447cd2 33%, #1554b4 73%) !important;
  background: -webkit-linear-gradient(top, #447cd2 33%, #1554b4 73%) !important;
  background: linear-gradient(to bottom, #447cd2 33%, #1554b4 73%) !important;
  font-size: 15px;
  background: inherit !important;
}

.navTp:after,
.navTp:before {
  content: " ";
  display: table;
}

.navTp:after {
  clear: both;
}

.navTp ul {
  list-style: none;
}

.navTp li {
  position: relative;
}

.navTp > li > a {
  display: block;
}

.navTp li ul {
  position: absolute;
  left: -9999px;
}

.navTp > li.hover > ul {
  left: 0;
}

.navTp li li.hover ul {
  left: 100%;
  top: 0;
}

.navTp li li a {
  display: block;
  position: relative;
  z-index: 100;
  width: 171px;
  font-size: 11px;
  padding: 4px;
}

.navTp li li li a {
  z-index: 200;
}

.dropdowns {
  margin-top: 4px;
  width: auto;
}

.navTp a {
  color: #fff;
}

.navTp > li.first {
  margin-left: 1px;
}

.navTp > li {
  border-right: 1px solid #fff;
  text-align: center;
}

.navTp > li.last {
  border-right: 0;
}

.navTp a:hover {
  background: #1554b4 !important;
}

.navTp li li a {
  background: #1554b4 !important;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: left;
}

.navTp li a:hover + hover {
  background: #447cd2 !important;
}

.navTp li li a:hover {
  background: #447cd2 !important;
}

.navTp a {
  padding: 4px;
}

a,
a:active,
a:link,
a:visited {
  outline: 0;
  background: 0;
}

:focus {
  outline: 0;
}

.stroke {
  margin: 5px auto 0px;
  background: #fff !important;
  padding: 0;
}

.stroke ul {
  list-style: none;
  text-align: right;
}

.stroke ul li,
.stroke ul li.last {
  display: inline-block;
}

.navTp a {
  background: inherit !important;
}

.navTp a:hover {
  background: #f2f2f2 !important;
  color: #2d2d2d;
}

.stroke ul li a {
  display: block;
  text-decoration: none;
  color: #5f6368;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 8px 10px;
}

.stroke ul li a,
.stroke ul li a:after,
.stroke ul li a:before {
  transition: all 0.5s;
}

.stroke ul li a.active {
  color: #1a73e8 !important;
}

.stroke ul li a {
  position: relative;
}

.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: ".";
  color: transparent;
  background: #1a73e8;
  height: 4px;
}

.stroke ul li a.active:after {
  width: 100%;
}

.visible-xs {
  display: none !important;
}

.m_bottom {
  margin-bottom: 4px !important;
}

.p_lzero {
  padding-right: 0 !important;
  position: relative;
}

.p_lzero i {
  margin-right: 10px;
}

.marTpLogo {
  margin: 12px 0 0;
}

.log a {
  position: relative;
  top: 12px;
}

/* @media (max-width: 767px) {
.cfgInner .container {
  padding: 0;
}
} */

/***************Right Banner*************/

.upto_main {
  min-height: 300px;
  /* background-color: rgb(255 255 255 / 90%); */
  width: 100%;
}

.upto_main .uptotxt {
  background: url(https://cdn.airfuture.com/img/prods/cruise/images/banner-top.png)
    no-repeat bottom left;
  height: 233px;
  text-align: left;
  font-weight: bold;
  padding: 18px 0 0 22px;
}

.upto_main .uptotxt .Up_to {
  font-size: 30px;
  color: rgb(255, 255, 255);
  padding-left: 3px;
}

.upto_main .uptotxt .OFF {
  font-size: 75px;
  color: rgb(255, 255, 255);
  line-height: 0.468;
  font-weight: bold;
  margin: 12px 0 10px;
  font-family: "SFUIText-Bold";
}

.upto_main .uptotxt .Cheap_Cruises {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.66rem;
  padding-left: 3px;
}

.banner_sec_por .world_lar {
  margin-top: 3px;
  background: rgb(181 181 181 / 30%);
  padding: 14px 0;
  font-size: 22px;
  color: rgb(55, 101, 175);
  font-weight: bold;
}

.banner_sec_por h1 {
  font-size: 28px;
  color: rgb(55, 101, 175);
  font-weight: bold;
}

.banner_call {
  /* margin-top: 0px; */
  color: #d8252b;
  font-size: 32px;
  font-weight: bold;
  padding: 2px 0 0;
}

.banner_call a {
  color: #d8252b;
  text-decoration: none;
}

.banner_call a:hover {
  color: #d8252b;
}

.banner_call i {
  font-size: 30px;
}

.banner_deal {
  color: #d8252b;
  font-size: 24px;
  margin-top: 7px;
  font-weight: bold;
  font-style: italic;
}

.banner_deal span {
  color: rgb(55, 101, 175);
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
}

.banner_sec_por {
  padding: 17px 0 0;
  background-color: rgb(255 255 255 / 80%);
}

.sa-moreMb-cont {
  display: none;
}

.sa-icnInfo {
  text-align: center;
  margin: 31px 0 0;
  padding: 0;
}

.sa-icnInfo img {
  text-align: center;
}

.sa-icnInfo h2 {
  font-size: 21px;
  color: #0555af;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 23px;
}

.polDest {
  margin-top: 27px !important;
}

.sa-for-new {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sa-top-callbox {
  text-align: center;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

.sa-call-inner-sec {
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px;
}

.sa-call-inner-sec h2 {
  color: #0555af;
  font-size: 25px;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 27px;
  font-weight: 600;
}

.getcl-blk {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 5px;
}

.getcl-blk .get-phnimg {
  padding-right: 10px;
  display: none;
}

.sa-call-new {
  display: inline-block;
  font-size: 25px;
  margin: 0px 12px;
  color: #d93025;
  vertical-align: middle;
}

.getcl-blk .sa-phno-txt {
  display: inline-block;
  vertical-align: middle;
}

.sa-phno-txt a {
  color: #d93025;
  font-size: 29px;
  text-decoration: none;
}

.sa-phno-txt a:hover {
  text-decoration: none;
  color: #d93025;
}

.sa-or {
  display: inline-block;
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
}

a.sa-clnowbtn,
a.sa-clnowbtn:hover {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #0555af;
  text-decoration: underline;
}

.sa-for-new {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_shadow {
  background-color: #fff;
  box-shadow: 0px 9px 19px 9px #e3e3e3;
  -webkit-box-shadow: 0px 9px 19px 9px #e3e3e3;
  -moz-box-shadow: 0px 9px 19px 9px #e3e3e3;
  /* min-height: 520px;
        position: relative; */
  /* padding: 0 !important; */
}

.popular_top {
  /* margin-bottom: 25px; */
}

.popular_bottom {
  margin-bottom: 15px;
}

.accordion_mine .accordion-item {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion_mine .accordion-button:not(.collapsed) {
  color: #0555af;
  background-color: #fff;
}

.accordion_mine .accordion-button {
  font-size: 20px;
  padding: 15px 0;
  display: block;
}

.accordion_mine .accordion-body {
  font-size: 17px;
  color: #555;
  padding: 15px 0;
  /* text-align: justify; */
}

/******************Footer**************/
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  /* list-style: none; */
  margin-bottom: 0 !important;
}

.lnkBg1 {
  background: #ce1d2b;
  margin-top: 30px;
  padding: 20px 0;
}

.disClaim {
  color: #414141;
  padding-top: 8px;
  font-size: 12px;
  text-align: justify;
}

.disClaim p {
  padding: 0 0 14px 0;
}

.disClaim .bk {
  font-size: 15px;
  padding: 3px 0;
  cursor: pointer;
  color: #959595;
  margin-bottom: 12px;
}

.disClaim .bk.last {
  margin-bottom: 0px;
}

.disClaim .termsBrd {
  border-top: 1px solid #959595;
  display: none;
}

.disClaim .othInf {
  margin: 10px 0;
  line-height: 22px;
  padding-left: 20px;
}

.disClaim a {
  color: #414141;
  text-decoration: underline;
}

.disClaim a:hover {
  color: #414141;
  text-decoration: underline;
}

.disClaim ul {
  list-style: disc;
}

.disClaim .bk {
  font-size: 15px;
  padding: 3px 0;
  cursor: pointer;
  color: #959595;
  margin-bottom: 12px;
}

.disClaim .dis_sav {
  border-top: 1px solid #959595;
  display: none;
}

.noBg {
  background: 0;
  padding: 20px 0 0;
}

.btmFot {
  display: table;
  width: 100%;
}

.btmFot .ct {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #333;
  display: inherit;
  width: inherit;
}

.btmFot h2 {
  font-size: 18px;
  color: #fff;
  padding: 1px 15px 12px 0;
  margin: 7px 0 0 0;
  line-height: 24px;
  float: left;
  width: 207px;
  margin-top: 9px;
  display: inline-block;
  min-height: inherit;
}

.btmFot .lnk ul {
  padding: 10px 0 7px 0;
  list-style: none;
  margin-left: 210px;
}

.btmFot .lnk li a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}

.btmFot .lnk li a:hover {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
}

.btmFot .ltLnk li a:hover {
  color: #fff;
  font-size: 12px;
  line-height: 29px;
}

.btmFot p {
  padding: 0px 0 0 0;
}

.lnk img {
  margin-right: 3px;
}

.btmFot .ct .lnk.sa-trustpilot-blk img {
  border: 0;
}

.btmFot .lnkimg {
  background: 0;
  min-height: inherit;
}

.btmFot .lnk ul li {
  display: inline-block;
  margin-right: 12px;
}

.prtn {
  display: table;
  width: 100%;
  margin-top: 34px;
  margin-top: 40px;
}

.prtn .ct:first-child {
  width: 11%;
}

.prtn .ct:last-child {
  width: 11%;
}

.prtn .ct {
  display: table-cell;
  width: 15%;
  text-align: center;
}

.prtn .ct1 {
  display: table-cell;
  width: 32%;
  text-align: center;
}

.prtn .trvlx img {
  margin: 14px 0 0 0;
}

.prtn .iatan img {
  margin: 5px 0 0 0;
}

.prtn .arc img {
  margin: 10px 0 0 0;
}

.prtn .asta img {
  margin: 0;
}

.prtn .crd img {
  margin-top: 7px;
  margin-right: 4px;
}

.prtn h3 {
  padding: 0 0 12px;
  margin: 0;
  color: #555;
  font-weight: 400;
  font-size: 12px;
}

.cpyBg {
  padding: 10px 0;
  font-size: 13px;
  margin: 37px 0 14px;
  text-align: center;
  color: #555;
}

.cpyBg a {
  color: #337ab7;
  text-decoration: none;
}

.social-iconlist li a {
  float: left;
  margin-right: 4px;
}

.social-iconlist li a img {
  margin-right: 0;
}

.sa-trustpilot-blk {
  margin-left: 210px;
}

.sa-trustpilot-blk .custmTxt {
  text-transform: inherit;
  font-size: 13px;
}

.sa-trustpilot-blk .bold-underline {
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

.sa-trustpilot-blk a:hover {
  color: #fff;
}

.sa-trustpilot-blk .trustMnNwRt {
  width: inherit;
  text-align: left;
  margin-left: 0;
}

.sa-trustpilot-blk a {
  display: inline-block;
  color: #fff;
}

.starTrust {
  padding: 4px 0 0;
}

.trustMnNwRt {
  margin: 7px 0 10px 0;
  padding: 0;
  width: 83%;
  text-align: center;
}

.custmTxt {
  padding: 9px 0 5px;
  color: #fff;
}

.sa-btm-subsc {
  margin: 28px 0 0 0;
  border-top: solid 1px #e7e7e7;
  padding-top: 27px;
}

.simple-subscription-form {
  color: #fefefe;
  border-radius: 0;
  text-align: center;
}

.subsc-txt {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 3px;
  display: -webkit-inline-box;
}

.subsc-inp-blk {
  display: inline-block;
  width: 330px;
  position: relative;
}

.subsc-inp-blk .message_box {
  float: left;
}

.simple-subscription-form .btn,
.simple-subscription-form .input-group-addon {
  border-radius: 0;
}

.cheers-txt {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 5px;
}

.input-group-addon {
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.subsc-inp-blk input {
  padding: 3px 10px !important;
}

.p_lzero a {
  color: #0555af;
  float: left;
  text-decoration: none;
  font-size: 17px;
  /* width: 50%; */
}

.discount-section {
  width: 40%;
}

.p_lzero a:hover {
  text-decoration: none;
}

.add_hover a {
  text-decoration: underline;
}

.add_hover a:hover {
  text-decoration: none;
}

.add_collapse {
  position: absolute;
  width: 100%;
  top: 33px;
}

.add_body {
  padding: 10px !important;
  float: left;
  width: 100%;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
}

/* .col_pse {
  height: 155px;
} */

.add_body span {
  float: left;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #0555af;
  display: block;
}

.add_body span label {
  font-size: 16px;
  color: #555 !important;
  display: contents;
}

.add_body span i {
  font-size: 18px;
  color: #0555af;
  cursor: pointer;
}

input.zip {
  border: 1px solid #ccc;
  height: 38px;
  margin-right: 10px;
  max-width: 140px;
  padding: 0 10px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #7f9db9;
}

input.discount_chk {
  border: 1px solid #ccc;
  height: 20px;
  margin-right: 10px;
  width: 20px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
}

input.discount_chk:focus-within {
  outline-style: dotted;
  outline-color: #0555af;
  outline-width: 2px;
}

.arrow-down {
  display: inline-block;
  width: 17px;
  /* Adjust width of the arrow image */
  height: auto;
  /* Maintain aspect ratio */
  margin-left: 5px;
  /* Adjust as needed */
  transition: transform 0.3s ease;
  rotate: 180deg;
}

.collapsed .arrow-down {
  transform: rotate(180deg);
  /* Rotate arrow for collapsed state */
}

.popover-body {
  padding: 0px;
  font-family: "Signika", sans-serif;
}

.popover {
  width: 290px !important;
  border: 1px solid #a1bdeb;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#popover-content-logout > * {
  background-color: #ff0000 !important;
}

.popover-content {
  padding: 0;
}

.btn-close-popover {
  position: absolute;
  top: -17px;
  z-index: 16;
  right: -12px;
  width: 16px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
  opacity: 1 !important;
  border: 1px solid #4560ad;
  color: #4560ad;
  line-height: 15px;
}

.btn-close-popover:hover {
  opacity: 1 !important;
  background-color: #e9efff;
}

.sub_submit {
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
  height: 34px !important;
  padding: 3px 10px !important;
}

.sub_submit:hover {
  background-color: #286090 !important;
  border-color: #204d74 !important;
}

.add_body {
  display: none;
  margin-top: 5px !important;
}

****************Floating************** label {
  position: relative;
  bottom: 10px;
}

.form-floating > label {
  top: -6px;
  left: 10px;
  font-size: 18px;
  color: #666;
}

.new_label label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  top: -10px;
  font-size: 15px;
  color: #999;
  left: 19px;
  background: #fff;
  padding: 0 3px !important;
}

.new_label2 label {
  color: #999;
}

.floating-select:focus ~ .new_label label,
.floating-select:not([value=""]):valid ~ .new_label label {
  top: -10px;
  font-size: 15px;
  color: #999;
  left: 19px;
  background: #fff;
  padding: 0 3px !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0) !important;
}

.form-floating-custom > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  top: -6px;
  background: #fff;
  padding: 0 3px;
  height: 25px;
  left: 15px;
  color: #3081dd;
}

.form-floating-custom > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}

.star label:after {
  content: "*";
  color: #333;
}

/*  */
.vodiapicker {
  display: none !important;
}

#a {
  padding-left: 0px;
}

#a img,
.btn-select img {
  width: 35px;
}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover {
  background-color: #f4f3f3;
}

#a li img {
  margin: 5px;
}

#a li span,
.btn-select li span {
  font-size: 15px;
  cursor: default;
  margin-left: 0px;
}

/* item list */

.b {
  height: 400px;
  overflow: auto;
  display: none;
  width: 100%;
  max-width: 283px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  position: absolute;
  z-index: 100;
  background: #fff;
}

.open {
  display: show !important;
}

.btn-select {
  cursor: default;
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-select li {
  cursor: default;
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:hover {
  /* background-color: #F4F3F3; */
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

#cruise-line {
  cursor: default;
}

#cruise-line-img {
  cursor: default;
  position: absolute;
  top: 100%;
  left: 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 999;
  /* Set a high z-index value */
  display: none;
  /* visibility: hidden; */
  /* border: 1px solid rgb(7, 7, 7); */
  height: 400px;
  overflow-x: auto;
}

#cruise-line-img li {
  cursor: default;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 5px;
}

#cruise-line-img li p {
  font-size: 14px;
}

#cruise-line-img img {
  image-resolution: inherit;
  width: 55px;
  height: 35px;
  vertical-align: middle;
  /* image-resolution: 300dpi; */
}

/* select2 */
.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container--default .select2-selection--single {
  height: 47px !important;
  background-color: #fff !important;
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 16px !important;
  width: 18px !important;
  margin: auto !important;
  left: auto !important;
  right: 15px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
  overflow-y: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 46px !important;
}

/*  */
/* p {
  list-style-type: none;
} */
/* #f {
  margin-right: 21px;
} */

/* tooltip  */
.tooltip-error {
  margin: 0px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid rgb(255, 0, 0);
  color: rgb(255, 0, 0);
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  z-index: 50;
  font-size: 17px;
  width: auto;
  max-width: 255px;
}

.tooltip-error::after {
  background: #fff;
  border: 1px solid rgb(255, 0, 0);
  border-right: none;
  border-bottom: none;
  content: "";
  height: 14px;
  position: absolute;
  top: -8px;
  left: 25px;
  transform: rotate(45deg);
  width: 14px;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 15px !important;
}

:-moz-placeholder {
  color: #999 !important;
  font-size: 15px !important;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-size: 15px !important;
}

.dropdown-text {
  color: #999 !important;
  font-size: 15px !important;
}

.form-select option {
  font-weight: 500;
  font-size: 17px;
  /* color: red; */
}

.form-select option.placeholder {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

/* Default styling for the select box */
select {
  color: #999 !important;
  /* Color for the placeholder */
}

/* Styling for when a value is selected */
select.selected {
  color: #000 !important;
  /* Color for selected options */
}

/* 
select option {
  color: #000;
} */

/* Optionally style the placeholder differently */
select option:disabled {
  color: #999 !important;
  /* Same as the select default color */
}

.wth2-styledCheckbox {
  position: absolute;
  opacity: 0;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.dropdown-menu .drop_nt_scroll {
  overflow: inherit !important;
}

/* new */
.top_heading {
  position: relative;
  top: 10px;
}

.top_heading,
.top_heading2,
.top_heading3,
.top_heading4 {
  font-size: 22px;
  color: rgb(55, 101, 175);
  /* font-weight: 600; */
  margin: 21px 0 18px !important;
}

.top_heading2 {
  margin: 31px 0 31px !important;
}

.top_heading3 {
  margin: 24px 0 26px !important;
}

.top_heading4 {
  margin: 31px 0 15px !important;
}

/* popover */

.close {
  cursor: pointer;
}

.popover-body .close {
  width: auto;
  top: -12px;
  right: -10px;
  position: absolute;
}

.popover-body .close:after {
  content: "\f057";
  font: normal normal normal 28px / 1 FontAwesome;
  top: 0px;
  right: 0px;
  position: absolute;
  color: #0555af;
  background-color: #fff;
  border-radius: 50%;
}

.popover {
  min-width: 550px;
  max-width: 550px;
  border: 1px solid #d9d9d9;
}

#f {
  color: #13a936;
  margin-top: 10px;
  margin-bottom: 0px;
}

#formSubmitted {
  text-align: justify;
  font-size: 17px;
  line-height: 18px;
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  font-family: SFUIText-Regular;
}

input[type="checkbox"]:hover {
  cursor: pointer;
}

.popover-body h6 {
  font-weight: 600;
  color: #0555af;
}

.popover-body p {
  text-align: justify;
}

/* discount-label */
.discount-label {
  padding-right: 5px;
}

/*  */
.dropdown-menu {
  border: 1px solid rgb(219 219 219) !important;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #777;
  border-radius: 3px;
  float: left;
}

input[type="checkbox"]:checked {
  background: #0555af
    url(https://cdn.airfuture.com/img/prods/cruise/images/checkmark.svg)
    no-repeat center center;
}

.sa-call-now-section {
  margin: 0px;
  padding: 15px 20px;
  box-shadow: inherit;
  border: solid 1px #e1e1e1;
  text-align: center;
}

.sa-assist-img-desk {
  width: 106px;
  display: inline-block;
}

.accordion-button::after {
  position: absolute;
  right: 0;
}

/**************************Media Query start here*****************/

@media (max-width: 991px) {
  .priceTag {
    width: 75px;
    height: 75px;
  }

  .priceTag p {
    font-size: 15px;
  }

  .priceTag span {
    font-size: 22px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .card-heading img {
    max-width: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card-heading img {
    max-width: 150px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .list {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .needs-validation {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px !important;
  }

  .form_line {
    width: 100%;
  }

  .add_dis_grid {
    display: grid;
  }

  .senior_dis {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .custombtn button.btn_submit {
    width: 100%;
    font-size: 21px;
    line-height: 28px;
    background: #fd5021;
    border: solid 1px #b13817;
  }

  .custombtn button.btn_submit:hover {
    background: #f23400;
  }

  #new-slider2 {
    margin-top: 5px;
  }

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

  .m_bottom {
    margin-bottom: 0px !important;
  }

  .p_lzero {
    padding-right: 0.77rem !important;
    margin-bottom: 8px;
  }

  .visible-xs {
    display: block !important;
  }

  #main_ctr {
    transition: margin-left 0.5s;
    width: 100%;
    overflow: hidden;
  }

  .border-btm-mb {
    border-bottom: 0px solid #e1e1e1;
  }

  .border-tp-mb {
    border-top: 0px solid #e1e1e1;
  }

  .marTpLogo {
    margin-top: 0;
    padding: 4px 0 6px 12px;
  }

  .log a {
    position: initial;
  }

  .log img {
    height: 48px;
    width: auto;
    /* margin-left: 10px; */
  }

  .sa-call-blk {
    text-align: right;
    padding-top: 14px;
    padding-right: 0px !important;
  }

  .sa-call-blk .sa-24-blk {
    margin-top: 0;
    margin-right: 15px;
    position: relative;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-table;
    height: 40px;
    float: revert;
  }

  .sa-24-blk a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
  }

  .sa-call-blk .hambrg {
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    color: #d93025;
    padding: 4px 5px 0px;
    width: 23px;
    height: 30px;
    margin-right: 10px;
  }

  .sa-free-mob {
    font-size: 16px;
    font-style: italic;
    color: #d93025;
    line-height: 11px;
    padding-right: 3px;
    color: #0555af;
    display: table-row;
  }

  .sa-24-blk .sa-phn-ico {
    vertical-align: top;
    padding-left: 5px;
    font-size: 22px;
    color: #fe6b15;
    position: absolute;
    left: -30px;
    top: 13px;
  }

  .sa-24-blk .sa-call-txt {
    color: #0555af;
  }

  .sa-free-mob {
    color: #0555af;
    display: table-row;
  }

  .sa-call-blk .hambrg span {
    display: block;
    height: 2px;
    background: #d7e7ef;
  }

  .sa-call-blk .hambrg span:nth-child(2) {
    margin: 4px 0px;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #d93025;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    border-left: solid 1px #ddd;
  }

  .sidenav a {
    color: #fff;
    z-index: 9;
    text-decoration: none;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 55px;
    margin-left: 0;
    line-height: 15px;
    padding: 10px 8px 15px;
    z-index: 99;
  }

  .stroke ul li,
  .stroke ul li.last {
    display: block;
  }

  .stroke ul li a:after {
    height: 3px;
    background: #0555af;
  }

  .stroke {
    background: #0555af !important;
    margin-top: 0px;
  }

  .stroke ul li a,
  .stroke ul li a:hover,
  .stroke ul li a.active {
    color: #fff !important;
    background: #0555af !important;
  }

  .dropdowns {
    margin-top: 0px;
  }

  .dropdowns .active {
    display: block;
  }

  .navTp > li {
    float: none;
  }

  .navTp > li > .parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    font-weight: 700;
    font-size: 15px;
  }

  .navTp > li.hover > .parent:after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    font-weight: 700;
    font-size: 15px;
  }

  .navTp ul {
    display: block;
    width: 100%;
  }

  .navTp li li.hover ul,
  .navTp > li.hover > ul {
    position: static;
  }

  .navTp li li a {
    display: block;
    position: relative;
    z-index: 100;
    width: 100%;
    font-size: 13px;
    padding: 10px 14px;
  }

  /* .navTp > li > a {
    display:block;
    padding:10px;
  } */

  .navTp a {
    background: #d93025;
    font-size: 14px;
  }

  .navTp > li {
    border-right: 0;
    width: 100%;
    text-align: left;
  }

  .navTp > li.last {
    border-right: 0;
    width: 100%;
    text-align: left;
  }

  .navTp ul {
    width: 100%;
  }

  .navTp a {
    color: #fff;
    background: #d93025 !important;
    background: 0;
    background: 0;
    background: 0;
    filter: none;
    border-bottom: 1px solid #fff;
  }

  .navTp a:hover {
    background: red !important;
  }

  .navTp li li a {
    background: #cf0104;
    border-left: none;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
  }

  .navTp > li > .parent {
    padding-right: 15px;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .cfgInner .container {
    width: 880px;
  }
}

@media (min-width: 1200px) {
  .cfgInner .container {
    width: 1024px;
  }

  .navTp > li {
    border-right: 1px solid #fff;
    text-align: center;
  }

  .navTp > li.last {
    border-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navTp {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navTp {
    font-size: 11px;
  }

  .stroke ul li a {
    padding: 10px 3px 10px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .upto_main .uptotxt {
    padding: 25px 0 0 25px;
  }

  .upto_main .uptotxt .Up_to {
    font-size: 30px;
  }

  .upto_main .uptotxt .OFF {
    font-size: 60px;
  }

  .upto_main .uptotxt .Cheap_Cruises {
    font-size: 19px;
    letter-spacing: 0.55rem;
    margin-top: 15px;
  }

  .banner_sec_por .world_lar {
    font-size: 18px;
  }

  .banner_call {
    font-size: 30px;
    padding: 10px 0 0;
  }

  .banner_sec_por h1 {
    font-size: 25px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .upto_main .uptotxt .Up_to {
    font-size: 30px;
  }

  .upto_main .uptotxt .OFF {
    font-size: 77px;
  }

  .upto_main .uptotxt .Cheap_Cruises {
    font-size: 25px;
  }

  .form-left {
    width: 100%;
  }

  .form-right {
    width: 100%;
    display: none;
  }

  .imgtext {
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 15px;
    color: white;
    z-index: 10;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .banner_sec_por {
    padding: 22px 0 0;
  }
}

@media (max-width: 767px) {
  .sa-icnInfo {
    margin: 12px 0 0;
  }
}

@media (max-width: 420px) {
  .sa-icnInfo img {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .sa-call-inner-sec {
    margin-bottom: 8px;
    display: block;
  }
}

@media (max-width: 767px) {
  .getcl-blk {
    display: block;
    margin: 6px 0px;
    line-height: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sa-call-inner-sec h2 {
    font-size: 24px;
  }

  .sa-phno-txt a {
    font-size: 24px;
  }

  a.sa-clnowbtn,
  a.sa-clnowbtn:hover {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sa-or {
    padding: 0px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sa-or {
    padding: 0 5px;
  }

  .sa-call-inner-sec h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .sa-phno-txt a {
    font-size: 20px;
  }

  a.sa-clnowbtn,
  a.sa-clnowbtn:hover {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* .sa-icnInfo {
    margin: 0px 0 0;
  } */

  .sa-phno-txt a {
    color: #fe6b15;
    font-size: 24px;
  }

  .sa-call-inner-sec h2 {
    font-size: 19px;
    line-height: 23px;
    text-align: center;
  }

  .sa-call-new {
    display: inline-block;
    margin: 0px 3px 0px 0px;
    color: #0555af;
    vertical-align: middle;
    font-size: 25px;
  }

  a.sa-clnowbtn,
  a.sa-clnowbtn:hover {
    font-size: 20px;
    line-height: 20px;
  }

  .no-paddLF {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .sa-call-inner-sec h2 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 991px) {
  /* .box_shadow {
    margin-bottom: 25px;
  } */

  .popular_bottom .mb-zero {
    margin-bottom: 0px;
  }

  /* .popular_top {
    margin-bottom: 0px;
  } */

  .popular_bottom {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .accordion_mine .accordion-button {
    padding: 12px 10px 12px 0;
  }
}

@media (max-width: 767px) {
  .cpyBg {
    margin-top: 5px;
    font-size: 12px;
  }

  .lnkBg1 {
    margin-top: 10px;
    padding-bottom: 17px;
    background: #0555af;
  }

  .footer_cont {
    padding-left: 5px;
    padding-right: 5px;
  }

  .btmFot .ct {
    display: block;
    width: 50%;
    padding-left: 12px;
    float: left;
  }

  .btmFot .ct:not(:nth-child(6)) {
    display: none;
  }

  .btmFot h2 {
    width: 194px;
  }

  .btmFot .lnk ul {
    margin-left: 221px;
  }

  .btmFot .lnk ul li {
    display: inline-block;
    margin-right: 5px;
  }

  .btmFot .ct:last-child h2 {
    min-height: inherit;
    text-align: left;
    padding-right: 3px;
  }

  .btmFot .lnkimg {
    padding-right: 10px;
    background-position: right 0 top 10px;
  }

  .btmFot .mrTp {
    margin-top: 8px;
  }

  .btmFot .lnk li a {
    color: #fff;
  }

  .btmFot .ct:last-child {
    width: 100%;
    padding-right: 12px;
  }

  .sa-btm-subsc {
    margin: 20px 15px 0 15px;
    text-align: right;
    padding-top: 10px;
  }

  .subsc-txt {
    padding: 7px 0px 7px 0px;
  }

  .subsc-inp-blk {
    width: inherit;
  }

  .subsc-inp-blk .input-group-addon {
    width: auto;
  }

  .disClaim {
    padding-top: 0px;
  }

  .disClaim .bk,
  .disClaim p {
    padding-left: 0;
    padding-right: 0;
  }

  .disClaim .bk {
    padding: 3px 10px;
    margin-bottom: 0px;
  }

  .disClaim p {
    padding: 0 10px 14px;
  }

  .disClaim .bk,
  .disClaim p {
    padding-left: 0;
    padding-right: 0;
  }

  .disClaim .bk.last {
    margin-bottom: 0px;
  }

  .sa-icnInfo h2 {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .accordion_mine .accordion-button {
    font-size: 17px;
  }

  .accordion_mine .accordion-body {
    font-size: 15px;
    padding: 5px 0;
  }

  .list li h4,
  .list li p,
  .actionButton {
    font-size: 15px;
  }

  .btmFot .ct:nth-child(6) h2 {
    display: none;
  }

  .btmFot .ct:last-child .lnk {
    text-align: left;
  }

  .sa-trustpilot-blk {
    margin-left: 0px;
    margin-top: 0px;
  }

  .sa-trustpilot-blk .trustMnNwRt {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cheers-txt {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 640px) {
  .top_heading,
  .top_heading2,
  .top_heading3 {
    margin: 17px 0 11px !important;
    line-height: 26px;
  }

  .top_heading2 {
    margin: 27px 0 28px !important;
  }

  .top_heading3 {
    margin: 20px 0 21px !important;
  }

  .top_heading4 {
    margin: 27px 0 10px !important;
  }
}

@media only screen and (min-width: 430px) {
  #formSubmitted {
    text-align: justify;
    color: #13a936;
    font-size: 15px;
    line-height: 18px;
    display: none;
  }
}

@media (max-width: 767px) {
  .sa-call-now-section {
    margin: 1px 2px 0;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #e1e1e1;
  }
}

@media screen and (max-width: 414px) {
  .sa-call-now-section {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sa-assist-img-desk {
    vertical-align: middle;
  }
}

@media (max-width: 360px) {
  .sa-assist-img-desk {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custMn .pdTp {
    padding-top: 12px;
    text-align: justify;
  }

  .btmFot .lnkimg {
    background-position: right 8px top 10px;
  }

  .btmFot .lnk li a {
    font-size: 13px;
    display: inline-block;
  }

  .btmFot .lnk li a:hover {
    font-size: 13px;
  }

  .prtn .trvlx img {
    width: auto;
    height: auto;
  }

  .prtn .arc img,
  .prtn .nrt img {
    width: 88%;
    height: auto;
  }

  .prtn .iatan img {
    width: auto;
    height: auto;
  }

  .prtn .asta img {
    width: 90%;
    height: auto;
  }

  .prtn .crd img {
    width: 21%;
    height: auto;
  }

  .prtn h3 {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .subsc-txt {
    display: contents;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dateInp {
    height: 34px;
    width: 210px;
  }

  .lnk img {
    margin-right: -2px;
  }

  #bookFlt .rtPd {
    padding-right: 16px;
  }

  .prtn .trvlx img {
    width: auto;
    height: auto;
  }

  .prtn .arc img {
    width: 88%;
    height: auto;
  }

  .prtn .nrt img {
    width: auto;
    height: auto;
  }

  .prtn .iatan img {
    width: auto;
    height: auto;
  }

  .prtn .asta img {
    width: 100%;
    height: auto;
  }

  .prtn .crd img {
    width: auto;
    height: auto;
  }

  .prtn h3 {
    font-size: 11px;
  }

  .sa-call-now-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sa-call-inner-sec h2 {
    font-size: 21px;
  }

  a.sa-clnowbtn,
  a.sa-clnowbtn:hover {
    font-size: 24px;
  }

  .sa-phno-txt a {
    font-size: 24px;
  }

  .navTp {
    font-size: 14px;
  }

  .navTp > li {
    width: auto;
  }

  .stroke ul li a {
    padding: 10px 7px 10px;
  }

  .log a {
    position: initial;
  }
}

.request_btn {
  top: -35px;
  width: 48%;
  right: 0px;
  position: absolute;
  float: right;
}

.add_mt {
  margin-top: 14px !important;
}

@media (max-width: 767px) {
  .request_btn {
    position: static !important;
    width: 100% !important;
  }

  .add_mt {
    margin-top: 0px !important;
  }

  #f {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .popular_top {
    margin-bottom: 0px;
  }

  .popover {
    min-width: 220px;
    max-width: 220px;
  }
}

@media screen and (max-width: 414px) {
  .sa-365 {
    display: none;
  }
}

.cr_nav.nav-justified .nav-item {
  background-color: #3765af;
}

.cr_nav.nav-justified .nav-item .nav-link {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  white-space: nowrap;
}

.cr_nav.nav-justified .nav-item:hover {
  background-color: #1a73e8;
}

.cr_nav.nav-pills .nav-link.active,
.cr_nav.nav-pills .show > .nav-link {
  background-color: #1a73e8;
}

.booking_form_new {
  padding-top: 35px;
  margin-bottom: 100px;
}

.booking_form_new .form-select {
  border-radius: 0;
  height: 50px;
  font-size: 1.25rem;
}

.cr_tabcontent {
  background: #fff;
  padding: 6px 15px 10px 15px;
  /*overflow: hidden;*/
}

.cr_row_top {
  margin-top: 30px !important;
  margin-bottom: 17px !important;
}

.cr_row_bottom {
  margin-bottom: 30px;
}

.cr_found_num {
  font-size: 36px;
  font-weight: 700;
  color: #ff0000;
}

.cr_found_txt {
  font-size: 24px;
  color: #0555af;
}

.cr_btn_reset {
  background: #808080 !important;
  width: 138px;
  color: #fff !important;
  border-radius: 0px !important;
  font-size: 23px !important;
}

.btn.cr_btn_showcruise {
  background-image: linear-gradient(to bottom, #fb9700, #eb270d);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff !important;
  font-size: 20px;
  padding: 6px 5px 8px;
  line-height: 1.42857;
  border: solid #fa2a00 1px;
  text-decoration: none;
  width: 100%;
  font-size: 23px;
}

.btn.cr_btn_showcruise:hover {
  background: #0879d0;
  background-image: -webkit-linear-gradient(top, #0879d0, #043893);
  background-image: -moz-linear-gradient(top, #0879d0, #043893);
  background-image: -ms-linear-gradient(top, #0879d0, #043893);
  background-image: -o-linear-gradient(top, #0879d0, #043893);
  background-image: linear-gradient(to bottom, #0879d0, #043893);
  text-decoration: none;
  border: solid #042c9d 1px;
}

.cr_temp_height {
  align-items: center;
}

.submit_row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.more_choice_txt {
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding-top: 30px;
}

.tabber_ico {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}

.cruise_name {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .cr_nav.nav-justified .nav-item .nav-link {
    font-size: 20px;
  }

  .tabber_ico {
    width: 30px;
  }

  .more_choice_txt {
    font-size: 1.5625rem;
  }

  .cr_btn_reset {
    width: 117px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .more_choice_txt {
    font-size: 1.5625rem;
    padding-top: 20px;
  }

  .cr_nav.nav-justified .nav-item .nav-link {
    font-size: 16px;
  }

  .tabber_ico {
    width: 25px;
  }

  .booking_form_new .form-select {
    font-size: 1.25rem;
  }

  .cr_found_num {
    font-size: 28px;
  }

  .cr_found_txt {
    font-size: 22px;
  }

  .cr_btn_reset {
    font-size: 18px !important;
    width: 90px;
  }

  .btn.cr_btn_showcruise {
    font-size: 18px;
  }

  .booking_form_new {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .cr_temp_height {
    height: inherit;
  }

  .more_choice_txt {
    font-size: 1rem;
  }

  .more_choice_txt {
    padding-top: 15px;
  }

  .booking_form_new {
    padding-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 9px 19px 9px #e3e3e3;
    -webkit-box-shadow: 0px 9px 19px 9px #e3e3e3;
    -moz-box-shadow: 0px 9px 19px 9px #e3e3e3;
  }

  .tabber_ico {
    display: none;
  }

  .cr_nav.nav-justified .nav-item .nav-link {
    font-size: 16px;
  }

  .cr_found_txt {
    font-size: 18px;
  }

  .cr_found_num {
    font-size: 20px;
  }

  .submit_row {
    margin-bottom: 0px;
  }

  .cr_row_bottom {
    margin-bottom: 10px;
  }

  .cr_btn_reset {
    font-size: 18px !important;
  }

  .btn.cr_btn_showcruise {
    font-size: 18px;
  }

  .cr_row_top {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .booking_form_new .form-select {
    height: inherit;
    font-size: 1.25rem;
  }

  .cr_mob_bann_bg {
    background: 0 0 !important;
  }
}

@media (max-width: 575px) {
  .last_min_mob {
    display: none;
  }

  .btn.cr_btn_showcruise {
    font-size: 14px;
  }

  .cr_btn_reset {
    font-size: 14px !important;
  }

  .cr_nav.nav-justified .nav-item .nav-link {
    font-size: 14px;
    padding: 0.5rem 0.2rem;
  }

  .main_section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* new css */
.skip_block_list {
  position: absolute;
  left: 10%;
  top: 20px;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

/*sanjeev css start*/
#tpLink.sa-tpbLink .header_char img {
  height: 59px;
}
#tpLink.sa-tpbLink .header_char {
  display: inline-block;
  vertical-align: middle;
}
#tpLink.sa-tpbLink .header_phone {
  display: inline-block;
  vertical-align: middle;
}
.sa-trustpilot-blk .trustMnNwRt {
  width: inherit;
  text-align: left;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.sa-trustpilot-blk .trrust_char {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.sa-assist-img-desk_sec {
  display: none;
}
.sa-top-callbox {
  text-align: right;
  margin-bottom: 0px;
  margin-right: 15px;
}
.sa-call-inner-sec {
  display: block;
  margin-bottom: 16px;
}
.getcl-blk {
  padding-top: 0px;
}
.get_noti {
  min-height: 200px;
}
.sub_submit {
  height: 37px !important;
}
.sa-call-now-section {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 37px;
  background: #fff url(https://www.airtkt.com/img/res/get_call.jpg) no-repeat
    left -50px;
  min-height: 130px;
}
.sa-for-new {
  justify-content: right;
  padding: 0px 20px;
}
.sa-trustpilot-blk a {
  text-decoration: none;
}
.dis_new {
  color: #959595;
  margin-top: 15px;
  font-size: 13px;
}
.dis_new sup {
  font-size: 13px;
}

.cruise_ph_txt {
  font-size: 30px;
  line-height: 15px;
}
.small_ph_no {
  display: block;
  font-size: 18px;
  text-align: left;
  margin-left: 27px;
  line-height: 14px;
}
.cruise_ph_txt_mid {
  vertical-align: middle;
  display: inline-block;
}
.cruise_ph_txt_mid_small {
  float: left;
  text-align: left;
  padding-left: 75px;
  font-size: 21px !important;
  line-height: 16px !important;
}
.sa-or {
  vertical-align: top;
  padding: 11px 4px 0px;
}
a.sa-clnowbtn,
a.sa-clnowbtn:hover {
  vertical-align: top !important;
  padding-top: 2px;
}
.cruise_ph {
  font-weight: bold;
  font-size: 35px;
}
.sa-phno-txt a {
  line-height: 34px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sa-ptxtsz {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sa-call-now-section {
    background: #fff url(https://www.airtkt.com/img/res/get_call_mob.jpg)
      no-repeat left -50px;
  }
  #tpLink.sa-tpbLink .header_char img {
    height: 29px;
  }
  .cruise_ph {
    font-size: 24px;
  }
  .log img {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .sa-top-callbox {
    margin-bottom: 10px;
    margin-right: 0px;
    text-align: center;
  }
  .sa-call-now-section {
    background: none;
    margin: 0px 5px 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #e1e1e1;
  }
  .sa-assist-img-desk_sec {
    display: block;
    margin: 10px 0px 15px;
    background: #fff
      url(https://cdn.airfuture.com/img/prods/cruise/images/background/bannerbg-3.jpg?v=0.0.02)
      no-repeat center top;
    background-position-y: 0px;
    background-size: cover;
    width: 100%;
    height: 106px;
    padding: 68px;
  }
  .sa-assist-img-desk {
    display: none;
  }

  .btmFot .ct:last-child .lnk {
    text-align: center;
  }
  .sa-trustpilot-blk .trustMnNwRt {
    text-align: center;
  }
  .sa-trustpilot-blk .custmTxt {
    font-size: 16px;
  }
  .sa-trustpilot-blk .custmTxt a {
    text-decoration: none;
  }
  .sa-call-blk .header_char_mob {
    display: inline-block;
    vertical-align: middle;
  }
  .sa-call-blk .header_char_mob img {
    width: 70px;
  }
  .sa-24-blk a {
    vertical-align: top;
  }
  .sa-for-new {
    padding: 0px 0px;
  }
  .sa-call-inner-sec h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .sa-or {
    display: block;
    font-size: 25px;
    line-height: 31px;
    padding-top: 0px;
    padding-bottom: 3px;
  }
  .mob-birthday-blk {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #c1d5ec;
  }
  h2.m_bname {
    font-size: 24px;
    line-height: 26px;
    margin: 0px 0px 3px 0px;
    font-family: SFUIText-Bold;
  }
  .m_bmessage {
    text-align: center;
    background: #fff;
    color: #f1cb3d;
    padding: 5px 5px;
  }
  .main_section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sa-call-blk .sa-24-blk {
    margin-right: 10px;
  }
  .sa-phno-txt a.curise_ph_mob {
    font-size: 18px;
    line-height: 25px;
  }
  .log img {
    width: auto;
  }
}

@media (max-width: 359px) {
  .sa-call-blk .header_char_mob img {
    width: 50px;
  }
  .sa-24-blk a {
    font-size: 14px;
  }
  .sa-free-mob {
    font-size: 14px;
  }
}

/*sanjeev css end*/
