@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,700&display=swap');

html {
  font-size: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0d;
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 90px;
  line-height: 90px;
}

h2 {
  font-size: 48px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #676767;
  margin: 0px;
}

input, textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  color: #676767;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 24px;
  overflow-x: hidden;
}
.headerblue_bg {
/*    background: #213f98;*/
background-color:#000000;
}
header .container-fluid, .box_shadowtop.header_two .container-fluid{
    padding-left:150px;
    padding-right:150px;
}
   .head_number {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 16px;
}
.head_number a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.side_or {
    height: 21px;
    width: 26px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f3923d;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.head_number a::after {
    position: absolute;
    content: "";
    border-right: 1px solid #80808066;
    height: 11px;
    top: 12px;
    right: -4px;
    transform: rotate(11deg);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.red_clss {
    z-index: 99;
    font-size: 13px;
    box-shadow: unset !important;
    padding: 3px 10px;
    border-radius: 7px;
    background: #f3923d !important;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
/*    margin-right: 15px;*/
    margin-left: 10px;
    font-weight: 500;
    width: 167px;
    border: 2px solid #f3923d;
    transition:all 0.3s ease-out 0s;
   
}
.red_clss i {
    margin-right: 5px;
}
.red_clss:hover{
    background: #fff !important;
    color: #f3923d;
    border-color: #f3923d !important;
}
.header_two {
    padding: 0;
}
@media (min-width: 767px){
.header_two {
    height: 62px;
}
}
.header_two {
    background: #fff;
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.22);
    
}
.comp_logo {
    position: absolute;
    z-index: 999;
}
.comp_logo:after {
    top: -70px !important;
    box-shadow: none;
}
.comp_logo:after {
    background: #ffffff;
    content: "";
    height: 131px;
    position: absolute;
    right: -29px;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    width: 2000px;
    z-index: -1;
/*    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/
    border-radius: 184% 68% 0 0;
    transform: skewX(20deg);
    top: -28px;
}
.wsmobileheader {
    display: none;
}
.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}
.wsmenu>.wsmenu-list {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
}
.wsmenu>.wsmenu-list>li {
    display: block;
    float: left;
    align-self: center;
    list-style: none;
    line-height: 0;
}
.ls_none {
    list-style: none;
}
 .wsshopmyaccount p {
    font-size: 13px;
}
.wsmenu>.wsmenu-list>li>.wsmenu-click {
    border-color: rgba(0, 0, 0, 0.20);
}
.wsmenu .wsmenu-click {
    display: none;
}
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    color: #57595b;
}
.wsmenu>.wsmenu-list>li.wsshopmyaccount:last-child>a {
    margin-right: 0px !important;
}
.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    color: #3e3c3c;
    font-size: 13px;
    font-weight: 500;
}
.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    color: #3e3c3c;
    border-bottom: 2px solid transparent;
    transition: 0.9s;
}
.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    display: block;
    font-size: 13px;
    padding: 30px 0px 30px 0px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    margin: 0px 12px;
}
.dev-dnone {
    display: none;
}
@media (max-width: 767px){
.dev-dnone {
    display: block !important;
}
.wsmobileheader.hidden-xs-down h4{
  width:206px;
}
}
.smllogo img {
 
    object-fit:cover;
/*    height: 70px;*/
}
@media only screen and (max-width: 767px){
.wsmobileheader {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom: 10px;
    border-bottom: 1px solid #80808021;
    border-top: 1px solid #80808021;
    transition: all 0.25s ease-in-out;
}
}
@media only screen and (max-width: 991px){
.wsmobileheader>.smllogo {
    margin: 2px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.routes
{
font-size: 12px!important;
  overflow:all!important;
  white-space: normal!important;
}
.extra-info h3{
   
    display: -webkit-box;
  -webkit-line-clamp: 2!important;
}
.entry-content1 a i
{
  font-size: 12px!important;
  margin-right: 3px!important
}
  .entry-content1 a
  {
    font-size: 14px!important;
    line-height: 23px!important;
    padding: 0 3px!important;
  }
#journal .container-fluid
{
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.mb-60
{
  margin-bottom: 20px!important
}
.package-div-bottom span.price-strike
{
  display: none!important;
}
.package-div-bottom p
{
  display: inline-block!important;
  line-height: 1!important
}
#journal a
{
  width: 100%!important;
  margin: 0 5px!important ;
  text-align: center!important;
}
.package-div-bottom
{
  width: 100%!important;
  margin:5px 10px!important;
  text-align: left!important; 
}
.entry-content1 a span
{
  display: inline-block!important;
}
#journal img.card__img
{
  width: 100%!important;
  height: 200px!important
}
.listing_lines::before{ margin: 3px 6px 0 7px!important;}
.entry-content1
{
  flex-direction: row!important;
}
.entry-content1
{
  width: 100%!important
}
.horizontal
{
  flex-direction: column!important;
}
.card__content
{
  width: 100%!important;
}
.img-div
{
  width: 100%!important
}
header .container-fluid, .box_shadowtop.header_two .container-fluid{
    padding-left:0px;
    padding-right:0px;
}
.header_two {
  overflow-x:hidden;
}
.red_clss{
  margin-right:8px;
  width: 90px!important;
    font-size: 11px!important;
    border-radius:3px;
}
}
.head_number_head a {
    position: relative;
    color: #213f98;
}
.sprt_num {
    font-weight: 400;
}
.tag1{
    display:none;
}
html{
  overflow-x:hidden;
}
.head_number .sprt_num span i, .head_number .sprt_num i{
    margin-right: 6px;
    color: #f79a25;
}
@media(max-width:991px){
  .wsmobileheader h4
  {
    font-size: 15px;
    line-height: 18px;
  }}
  #pdCarousel1 {
  --pd-c-control-size: 1;
  --pd-c-control-color: 170, 170, 170;
  --pd-c-selector-color: 255, 165, 0;
  --pd-c-selector-bg-color: 51, 51, 51;
  --pd-c-control-bg-opacity: 0.1;
  --pd-c-slides: 5;
  --pd-c-height:500px;
  --pd-c-selector-border-r: 30%;
  /* 0-50 : square-to-circle */
  /* hide the radio inputs, we're using style labels as our selectors */
  /* push all slides off canvas when a slide has been manually selected (we'll override below for our selected slide) */
  /* set slide position when a manual selection has been made */
  /* make prev/next bgs a bit darker when hovering */
  /* shared selector style */
  /* show a coloured dot for the animator selector */
  /* show a coloured dot for the manually selected slide */
  /* if a slide has been manually selected, hide the animated selector indicator */
  /* pause our animations when hovering over a slide */
  /* unfortunately, can't pause when hovering over the slider controls */
  /* stop animations when a slide has been manually selected */
}
#pdCarousel1.pd-carousel {
  width: 100%;
  height: var(--pd-c-height);
  position: relative;
  overflow: hidden;
}
#pdCarousel1 .pd-carousel__input {
  display: none;
}
#pdCarousel1 .pd-carousel__items {
  background: RGB(var(--pd-c-selector-bg-color));
  width: 100%;
  margin: 0;
  padding: 0;
  width: calc(var(--pd-c-slides) * 100%);
  /* extend off canvas */
  height: 100%;
  overflow: hidden;
  animation: pd-carousel 12.5s infinite;
}
#pdCarousel1 .pd-carousel__item {
  width: calc( 100% / var(--pd-c-slides) );
  /* equivalent to 100% of original container */
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#pdCarousel1 input[type=radio]:checked ~ .pd-carousel__items .pd-carousel__item {
  margin-left: -100%;
}
#pdCarousel1 input[type=radio].pd-carousel__input:nth-child(1):checked ~ .pd-carousel__items .pd-carousel__item:nth-child(1) {
  margin-left: 0 !important;
}
#pdCarousel1 input[type=radio].pd-carousel__input:nth-child(2):checked ~ .pd-carousel__items .pd-carousel__item:nth-child(2) {
  margin-left: 0 !important;
}
#pdCarousel1 input[type=radio].pd-carousel__input:nth-child(3):checked ~ .pd-carousel__items .pd-carousel__item:nth-child(3) {
  margin-left: 0 !important;
}
#pdCarousel1 input[type=radio].pd-carousel__input:nth-child(4):checked ~ .pd-carousel__items .pd-carousel__item:nth-child(4) {
  margin-left: 0 !important;
}
#pdCarousel1 input[type=radio].pd-carousel__input:nth-child(5):checked ~ .pd-carousel__items .pd-carousel__item:nth-child(5) {
  margin-left: 0 !important;
}
#pdCarousel1 .pd-carousel__prev,
#pdCarousel1 .pd-carousel__next {
  color: RGB(var(--pd-c-control-color));
  background: RGBA(var(--pd-c-selector-bg-color), var(--pd-c-control-bg-opacity));
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(2rem * var(--pd-c-control-size));
  font-weight: bold;
  width: calc(var(--pd-c-control-size) * 1.5rem);
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
#pdCarousel1 .pd-carousel__next {
  right: 0;
  top: 0;
}
#pdCarousel1 .pd-carousel__prev:hover,
#pdCarousel1 .pd-carousel__next:hover {
  background: RGBA(var(--pd-c-selector-bg-color), calc(var(--pd-c-control-bg-opacity) * 2));
}
#pdCarousel1 .pd-carousel__prev:before {
  content: "‹";
}
#pdCarousel1 .pd-carousel__next:before {
  content: "›";
}
#pdCarousel1 .pd-carousel__selector_items {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(var(--pd-c-control-size) * 1rem);
  z-index: 1;
  list-style: none;
  padding-right: calc(2rem * var(--pd-c-control-size));
}
#pdCarousel1 .pd-carousel__selector_item {
  border: 1px solid RGB(var(--pd-c-control-color));
  border-radius: var(--pd-c-selector-border-r);
  background: RGB(var(--pd-c-selector-bg-color));
  width: calc(var(--pd-c-control-size) * 1rem);
  height: calc(var(--pd-c-control-size) * 1rem);
  float: left;
  margin-right: calc(var(--pd-c-control-size) * 0.5rem);
  position: relative;
}
#pdCarousel1 .pd-carousel__selector {
  border-radius: var(--pd-c-selector-border-r);
  width: calc(var(--pd-c-control-size) * 1rem);
  height: calc(var(--pd-c-control-size) * 1rem);
  position: absolute;
  cursor: pointer;
  top: 0;
}
#pdCarousel1 .pd-carousel__selector_on {
  animation: pd-selector 12.5s infinite;
  pointer-events: none;
  top: 0;
  left: -1px;
  z-index: 1;
}
#pdCarousel1 input[type=radio].pd-carousel__input:nth-child(5):checked ~ .pd-carousel__selector_items .pd-carousel__selector_item:nth-child(5) .pd-carousel__selector, #pdCarousel1 input[type=radio].pd-carousel__input:nth-child(4):checked ~ .pd-carousel__selector_items .pd-carousel__selector_item:nth-child(4) .pd-carousel__selector, #pdCarousel1 input[type=radio].pd-carousel__input:nth-child(3):checked ~ .pd-carousel__selector_items .pd-carousel__selector_item:nth-child(3) .pd-carousel__selector, #pdCarousel1 input[type=radio].pd-carousel__input:nth-child(2):checked ~ .pd-carousel__selector_items .pd-carousel__selector_item:nth-child(2) .pd-carousel__selector, #pdCarousel1 input[type=radio].pd-carousel__input:nth-child(1):checked ~ .pd-carousel__selector_items .pd-carousel__selector_item:nth-child(1) .pd-carousel__selector, #pdCarousel1 .pd-carousel__selector_on {
  margin-top: -1px;
  margin-left: -1px;
  background: orange;
}
#pdCarousel1 input[type=radio].pd-carousel__input:checked ~ .pd-carousel__selector_items .pd-carousel__selector_on {
  background: transparent;
}
#pdCarousel1 .pd-carousel__items:hover,
#pdCarousel1 .pd-carousel__items:hover ~ .pd-carousel__selector_items .pd-carousel__selector_on {
  animation-play-state: paused;
}
#pdCarousel1 input[type=radio].pd-carousel__input:checked ~ .pd-carousel__items,
#pdCarousel1 input[type=radio].pd-carousel__input:checked ~ .pd-carousel__selector_items .pd-carousel__selector_on {
  animation: none;
}
@keyframes pd-carousel {
  0%, 16% {
    margin-left: 0%;
  }
  20%, 36% {
    margin-left: -100%;
  }
  40%, 56% {
    margin-left: -200%;
  }
  60%, 76% {
    margin-left: -300%;
  }
  80%, 96% {
    margin-left: -400%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes pd-selector {
  0%, 16% {
    margin-left: calc(0rem * var(--pd-c-control-size));
  }
  20%, 36% {
    margin-left: calc(1.5rem * var(--pd-c-control-size));
  }
  40%, 56% {
    margin-left: calc(3rem * var(--pd-c-control-size));
  }
  60%, 76% {
    margin-left: calc(4.5rem * var(--pd-c-control-size));
  }
  80%, 96% {
    margin-left: calc(6rem * var(--pd-c-control-size));
  }
  100% {
    margin-left: 0;
  }
}

#pdCarousel1 img {
  height: var(--pd-c-height);
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-carousel__item-contents,
.tooltip {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  padding-left: calc(2rem * var(--pd-c-control-size));
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-110 {
    padding-top: 110px;
}
@media (max-width: 768px)
{
  .mb-60
 {
  margin-bottom: 10px;
 }
 .pt-110
 {
  padding-top: 15px;
 }
 .pt-90
 {
  padding-top: 30px;
 }
 .pb-90
 {
  padding-bottom: 15px;
 }
 .pb-60
 {
  padding-bottom: 15px;
 }
 .pb-80
 {
  padding-bottom: 15px;
 }
  .tag1
  {
    display: none;
  }
 #pdCarousel1
 {
  --pd-c-height:auto;
 } 
 .entry-content1
 {
  margin-top: 5px;
 }
/* .entry-content1 {
    position: absolute;
    top: 10px;
    right: 15px;
}*/
 .entry-content1 a.cat-btn-call
 {
   width: 25px;
  height: 25px;
  text-align: center;
 }
  .entry-content1 a.cat-btn-whatsapp
 {
   width: 25px;
  height: 25px;
  text-align: center;
 }
 .entry-content1 a i
 {
  margin-right: 0;
  line-height: 15px;
 }
 .entry-content1 a span
 {
  /*display: none;*/
 }
 #pdCarousel1 .pd-carousel__selector_item
 {
  width: 5px;
  height: 5px;
 }
 #pdCarousel1 .pd-carousel__selector
 {
  width: 5px;
  height: 5px;
 }
 #journal .container-fluid
 {
  padding-left: 10px;
  padding-right: 10px;
 }
 #destination .container-fluid
 {
  padding-left: 10px;
  padding-right: 10px;
 }
}
.mb-60 {
    margin-bottom: 60px;
}
.section-title.section-title-two h2 {
  font-weight: 300;
  line-height: 50px;
}
.section-title.section-title-two h2 span.line {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.section-title.section-title-two h2 span.line:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  height: 8px;
  width: 100%;
  background-color: #f19e1e;
  z-index: -1;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
 #journal .container-fluid
 {
  padding-left:100px;
  padding-right:100px;
}
.list-view{
  background:#fff;
  border-radius: 10px;
  box-shadow: 0 0 12px #00000026;
}
.routes
{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.extra-info h3{
    font-size: 1.25rem;
    margin-bottom: 1px;
    margin-top: 10px;
    color: #111;
    text-transform:capitalize;
    line-height: 1;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.extra-info i{
  line-height: 25px;
    padding: 0 6px;

}
.extra-info label{
    color: #111;
    font-weight: 500;
}
.routes{
  font-size:16px;
  line-height: 18px;
  margin:10px 0 0 0;
}
.icon-part{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content: space-between;
 width: 100%;
 padding:10px 0;
}
.icon-part .icon-txt{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.icon-part .icon-txt i{
  font-size:24px;
color: #f19e1e;
}
.icon-part .icon-txt span{
  font-size:16px;
  line-height: 18px;
  color:#777;
  margin-top:4px;
}
.photo-div{
  height:100%;
}
img.photo-img{
  height:-webkit-fill-available;
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.listing_lines i
  {
    font-size: 16px!important;
    width: 15px!important;
    height: 15px!important;
    line-height: 15px!important;
    margin-bottom: 4px!important;
        margin-right: 8px;
  }
  .entry-content1 {
    /*width:225px;*/
    display:flex;
    flex-direction:column;
    margin:0 auto;
  }
  .cat-btn-offer i{
    margin-right:5px;
  }

.price-text {
/*    font-size: 20px;
    color: #f79a25;
    font-weight: 700;*/
    text-align: center;
    font-weight: 700;
    color: #111;
    font-size: 1.5rem;
    margin-bottom:11px;
}
.price-note{
  margin: 10px auto 0 auto;
 text-align:center;
}
.price-strike {
    font-size: 14px;
    text-decoration: line-through;
}
span.percolr {
    color: #f79a25;
    font-weight: bold;
    font-size: 14px;
}
.days{
  color: #dd304ce6;
  padding: 2px 5px;
  font-size: 22px;
  font-family: cursive;
  font-weight: bolder;
}
.package-details{
  font-size: 16px;
    font-weight: bold;
        margin: 18px 0 0 15px;
}
.package-details-points{
 padding:11px 0 0 15px;
}
.package-details-points span{
  font-size:16px;
  line-height: 26px;
}
.listing_lines::before{
 width: 10px;
    height: 10px;
    border-radius: 100px;
    border: 2px solid #f79a25;
    display: block;
    margin: 8px 6px 0 -7px;
    float: left;
    content:"";
  }
  @media (min-width: 810px) and (max-width: 1180px){

#journal .container-fluid{
  padding-left: 15px;
    padding-right:15px;
}
#destination .container-fluid{
  padding-left:15px;
    padding-right:15px;
}
.card__title {
    font-size: 16px;
    line-height: 20px;
}
.price-text{
  font-size: 16px;
}
.price-strike{
  font-size: 12px;
}
span.percolr{
  font-size: 12px;
}
#journal a.cat-btn-call, #journal a.cat-btn-whatsapp, #journal a.cat-btn-offer {
  padding: 1px 1px;
}
.extra-info h3
{
  font-size: 16px;
}
header .container-fluid, .box_shadowtop.header_two .container-fluid
{
  padding-left: 30px;
  padding-right: 30px;
}
#pdCarousel1
{
  --pd-c-height: 380px;
}
.pt-110
{
  padding-top: 35px;
}
.pb-90
{
  padding-bottom: 30px;
}
.package-details-points span
{
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.icon-part .icon-txt i
{
  font-size: 16px;
}
.icon-part .icon-txt span
{
  font-size: 12px;
}
.days
{
  font-size: 13px;
}
#journal a {
    width: 90px;
    padding: 0 10px;
    font-size: 10px;
    line-height:20px;
}
.package-div-bottom{
  width: 125px ;
  padding: 7px;
}
.card__content{
  width:40%;
  padding:9px;
}
}