/* Typography */
@font-face {
  font-family: 'BentonSans';
  src: url("../../website-font/BentonSans-Regular.woff2") format("woff2"), url("../../website-font/BentonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansLight';
  src: url("../../website-font/BentonSans-Light.woff2") format("woff2"), url("../../website-font/BentonSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansBlack';
  src: url("../../website-font/BentonSans-Black.woff2") format("woff2"), url("../../website-font/BentonSans-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansMedium';
  src: url("../../website-font/BentonSans-Medium.woff2") format("woff2"), url("../../website-font/BentonSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansBold';
  src: url("../../website-font/BentonSans-Bold.woff2") format("woff2"), url("../../website-font/BentonSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansExtraLight';
  src: url("../../website-font/BentonSans-ExtraLight.woff2") format("woff2"), url("../../website-font/BentonSans-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansItalic';
  src: url("../../website-font/BentonSans-Italic.woff2") format("woff2"), url("../../website-font/BentonSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CaslonGraphiqueEF';
  src: url("../../website-font/CaslonGraphiqueEF.woff2") format("woff2"), url("../../website-font/BentonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  --maincolor1: #20a1aa;
  --maincolor2: #58b9c0;
  --maincolor3: #90cfd4;
  --maincolor4: #c9e8ea;
  --secondrycolor1: #424242;
  --secondrycolor2: #727272;
  --secondrycolor3: #a1a1a1;
  --secondrycolor4: #d0d0d0;
  --white: #fff;
  --black: #000;
  --grey: #f4f4f4;
  --orange: #ff7f00;
  --orange-light: #ff8a16; }

.page-link {
  color: var(--maincolor1); }

.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

.modal-open .navbar {
  padding-right: 0 !important; }

html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0px !important;
  padding: 0;
  font-family: 'BentonSans';
  color: var(--secondrycolor1); }

a {
  text-decoration: none; }

.pos-rel {
  position: relative; }

.overflow-h {
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
div,
p,
form {
  margin: 0;
  padding: 0; }

h1,
h2,
h3 {
  font-family: "CaslonGraphiqueEF"; }

* {
  margin: 0;
  padding: 0;
  outline: none !important; }

a:focus {
  outline: 0; }

.clr {
  clear: both; }

.cursor-p {
  cursor: pointer; }

.only-desktop {
  display: block !important; }

.only-desktop-inline {
  display: flex !important; }

.only-desktop-inline-block {
  display: inline-block !important; }

.only-tab {
  display: none !important; }

.only-mobile {
  display: none !important; }

.only-mobile-inline {
  display: none !important; }

.displayhide {
  display: none; }

.break {
  clear: both;
  line-height: 1px;
  display: block; }

.bdrnone {
  border: 0px !important; }

.wd100 {
  width: 100%; }

.hding {
  font-size: 30px;
  color: #5B616B;
  padding: 0 0 20px 0; }

.mr0 {
  margin: 0 !important; }

.mrt10 {
  margin-top: 10px; }

.mrt20 {
  margin-top: 20px; }

.mrb20 {
  margin-bottom: 20px; }

.mrb5 {
  margin-bottom: 5px !important; }

.mrb10 {
  margin-bottom: 10px; }

.marb_20 {
  margin-bottom: 20px; }

.marb_30 {
  margin-bottom: 30px; }

.m-t-30 {
  margin-top: 30px; }

.mrt0 {
  margin-top: 0 !important; }

.mrb0 {
  margin-bottom: 0; }

.mrl10 {
  margin-left: 10px; }

.mrl20 {
  margin-left: 20px; }

.mrl30 {
  margin-left: 30px; }

.mrl40 {
  margin-left: 40px; }

.mrl50 {
  margin-left: 50px; }

.mrl60 {
  margin-left: 60px; }

.mrl70 {
  margin-left: 70px; }

.mrl80 {
  margin-left: 80px; }

.mrl90 {
  margin-left: 90px; }

.pad-top-60 {
  padding-top: 60px; }

.pad-top-30 {
  padding-top: 30px; }

.mrl0 {
  margin-left: 0; }

.mrr0 {
  margin-right: 0; }

.pd0 {
  padding: 0 !important; }

.pdr0 {
  padding-right: 0; }

.pdb5 {
  padding-bottom: 5px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pd10 {
  padding: 10px; }

.pdb10 {
  padding-bottom: 10px !important; }

.pdl0 {
  padding-left: 0; }

.pdt0 {
  padding-top: 0 !important; }

.pdt5 {
  padding-top: 5px !important; }

.pd5 {
  padding: 5px; }

.pd15 {
  padding: 15px; }

.pd20 {
  padding: 20px; }

.pdb20 {
  padding-bottom: 20px; }

.pdb30 {
  padding-bottom: 30px; }

.padr0 {
  padding-right: 0 !important; }

.padl0 {
  padding-left: 0 !important; }

.pd-top-7 {
  padding-top: 5px; }

.pd-top-7 {
  padding-top: 7px; }

.pd-top-10 {
  padding-top: 10px; }

.pd-top-20 {
  padding-top: 20px; }

.pd-top-30 {
  padding-top: 30px; }

.pd-top-40 {
  padding-top: 40px; }

.pd-top-50 {
  padding-top: 50px; }

.pd-top-60 {
  padding-top: 60px; }

.pd-top-70 {
  padding-top: 70px; }

.pd-top-80 {
  padding-top: 80px; }

.pd-top-90 {
  padding-top: 90px; }

.pd-top-120 {
  padding-top: 120px; }

.pd-top-25p {
  padding-top: 25%; }

.pd-btm-10 {
  padding-bottom: 10px; }

.pd-btm-20 {
  padding-bottom: 20px; }

.pd-btm-30 {
  padding-bottom: 30px; }

.pd-btm-50 {
  padding-bottom: 50px; }

.pd-rgt-10 {
  padding-right: 10px; }

.pd-lft-8 {
  padding-left: 8px; }

.pd-lft-10 {
  padding-left: 10px; }

.pd-lft-20 {
  padding-left: 20px; }

.pd-lft-30 {
  padding-left: 30px; }

.pd-lft-40 {
  padding-left: 40px; }

.pd-lft-50 {
  padding-left: 50px; }

.pd-lft-60 {
  padding-left: 60px; }

.pd-lft-70 {
  padding-left: 70px; }

.pd-lft-80 {
  padding-left: 80px; }

.pd-lft-90 {
  padding-left: 90px; }

.pd-lft-100 {
  padding-left: 100px; }

.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.bdr-rds-5 {
  border-radius: 5px;
  -wekit-border-radius: 5px;
  -moz-border-radius: 5px; }

.valntop {
  vertical-align: top; }

.valnmiddle {
  vertical-align: middle; }

.alncntr {
  text-align: center; }

.text-cntr {
  text-align: center;
  margin: 0 auto; }

.wd5 {
  width: 5%; }

.wd6 {
  width: 6%; }

.wd7 {
  width: 7%; }

.wd8 {
  width: 8%; }

.wd10 {
  width: 10%; }

.wd12 {
  width: 12%; }

.wd13 {
  width: 13%; }

.wd15 {
  width: 15%; }

.wd18 {
  width: 18%; }

.wd20 {
  width: 20%; }

.wd24 {
  width: 24%; }

.wd25 {
  width: 25%; }

.wd26 {
  width: 26%; }

.wd27 {
  width: 27%; }

.wd30 {
  width: 30%; }

.wd33 {
  width: 33%; }

.wd35 {
  width: 35%; }

.wd40 {
  width: 40%; }

.wd50 {
  width: 50%; }

.wd60 {
  width: 60%; }

.wd63 {
  width: 63%; }

.wd75 {
  width: 75%; }

.wd80 {
  width: 80%; }

.wd100 {
  width: 100%; }

.wd30p {
  width: 30px; }

.wd40p {
  width: 40px; }

.wd50p {
  width: 50px; }

.wd60p {
  width: 60px; }

.wd70p {
  width: 70px; }

.wd80p {
  width: 80px; }

.wd85p {
  width: 85px; }

.wd100p {
  width: 100px; }

.wd120p {
  width: 120px; }

.wd150p {
  width: 150px; }

.wd190p {
  width: 190px; }

.wd200p {
  width: 200px; }

.wd230p {
  width: 230px; }

/****** smooth scrolling page start ****/
.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out; }

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out; }

/****** smooth scrolling page end ****/
/* input image start */
input.rdo[type=radio]:not(old) {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0px !important;
  opacity: 0;
  position: relative;
  top: 9px; }

input.rdo[type=radio]:not(old) + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -24px;
  padding-left: 0px;
  background: url("../../images/tik.png") no-repeat -2px -27px;
  line-height: 24px; }

input.rdo[type=radio]:not(old):checked + label {
  background-position: -2px -1px; }

/* input image end */
/*******************************************/
.line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWAgICQdD0xAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==) repeat-x 0 55px;
  padding: 20px 0;
  margin: 0 400px; }
  .line h2 {
    text-align: center;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 30px;
    padding: 20px 0 20px 0; }
    .line h2 span {
      background: #fafafa;
      padding: 0 15px; }

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.break {
  clear: both;
  line-height: 1px;
  display: block; }

.fns12 {
  font-size: 12px; }

.fns15 {
  font-size: 15px; }

.fns16 {
  font-size: 16px !important; }

.fns17 {
  font-size: 17px; }

.fns22 {
  font-size: 22px; }

.fns26 {
  font-size: 26px; }

.bdrnone {
  border: 0px !important; }

.successful-message {
  border-radius: 8px;
  opacity: 0.8;
  padding: 12px 8px;
  text-align: center;
  margin-top: 10px; }
  .successful-message p {
    padding: 0px !important;
    color: black;
    line-height: 24px; }

.scrollbar {
  height: 200px;
  overflow-y: scroll; }

.scrollbar-blu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #e8e8e8;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff; }

.scrollbar-blu::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

.scrollbar-blu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4285f4), to(#4285f4), color-stop(0.6, #3472d9)); }

.scrollbar-light::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #e8e8e8;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff; }

.scrollbar-light::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5; }

.scrollbar-light::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#a5a5a5), to(#a5a5a5), color-stop(0.6, #a5a5a5)); }

.btn-large {
  min-width: 180px;
  text-transform: uppercase;
  background-color: var(--maincolor1);
  color: var(--white);
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.4); }
  .btn-large:hover {
    background-color: var(--maincolor2);
    border: none;
    outline: none;
    color: var(--white); }

.breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--white);
  text-align: left;
  padding: 100px 0 0 20px; }
  .breadcrumbs ul {
    list-style: none; }
    .breadcrumbs ul li {
      font-family: "BentonSansMedium";
      font-size: 10px;
      line-height: 12px;
      color: var(--white);
      display: inline-block;
      padding: 0 15px 0 0;
      margin: 0 8px 0 0;
      background: url("../../images/icon/breadcrumb-arrow-icon.svg") no-repeat right 2px; }
      .breadcrumbs ul li a {
        color: var(--white); }
        .breadcrumbs ul li a:hover {
          text-decoration: underline; }
      .breadcrumbs ul li:last-child {
        background: none; }
  .breadcrumbs .icon-breadcrumb {
    padding: 0px 5px; }

/*******************************************************************/
div[class$="-navigation"] {
  position: absolute; }

div[class$="-navigation"] .prev,
div[class$="-navigation"] .next {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0; }

div[class$="-navigation"] .prev img,
div[class$="-navigation"] .next img {
  height: 14px; }

div[class$="-navigation"] .prev {
  transform: rotate(180deg); }

[class*="-carousel"]:not([class*="navigation"]) {
  opacity: 0;
  transition: 0.4s; }

/* Slider */
/*
.slick-slide {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slide .slick-track,
.slick-slide .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider.slick-initialized {
	opacity: 1;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 12px);
	height: 24px;
	width: 14px;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.slick-arrow.slick-prev {
	left: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAMAAAD9GTxlAAAAq1BMVEUAAAD///+AgIBAQEBJSUk5OTkzMzM7Ozs3Nzc8PDw5OTk1NTU5OTk0NDQzMzM3Nzc1NTUzMzM1NTU2NjY0NDQ0NDQ1NTU0NDQ0NDQ0NDQzMzMzMzM1NTU0NDQ0NDQ0NDQ0NDQzMzMzMzM0NDQ0NDQ0NDQ0NDQ0NDQzMzM0NDQ0NDQzMzM0NDQ0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzORFuyXAAAAOHRSTlMAAQIEBwkKDQ4REiIkJyguNTxETFRdZnB6e3yHiJKTnZ6kpaeosLGyubrBw8nL5enu8fX4+vz9/iOPb2IAAACCSURBVHgBVdBFDsNQEAPQX2Zm5pQZ6vufLNIs7Ex2T4r+2A6Jr7KvJVS/YS017riUqOYDpwLVeuKQo9ov7LJU541Nhup+sEhTvS9mKar/x4QIA2DsNAyOI0k/86kfppIdmtshxVhaDIXcWkhViKyCCh7zlNU/F4Mb51r2063csFE1BikqDn0LXV7RAAAAAElFTkSuQmCC");
}

.slick-arrow.slick-next {
	right: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAMAAAD9GTxlAAAApVBMVEUAAAD///+AgIBAQEBJSUk5OTkzMzM7Ozs3Nzc8PDw5OTk1NTU5OTk0NDQzMzM3Nzc1NTUzMzM1NTU2NjY0NDQ0NDQ1NTU0NDQ0NDQzMzMzMzM1NTU0NDQ0NDQ0NDQ0NDQzMzM0NDQ0NDQ0NDQ0NDQ0NDQzMzM0NDQ0NDQzMzM0NDQ0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzMKGF6XAAAANnRSTlMAAQIEBwkKDQ4REiIkJyguNTxETFRdZnB7fIeIkpOdnqWnqLCxsrm6wcPJy+Xp7vH1+Pr8/f53M2hIAAAAeElEQVR4AWXQ1Q5CMRCE4UoRKO4uUNyFef9H45I/nN59SbO7M6a6iQZvoXMNLB11qcOFva4NOLfVrQmHte4t2C/1aMNupmcHthO9utw/0qdHD6U+PaDJ7Oex3r9RdspFbs4z/IpHhsQI+R0DFg+MXz6xnP/qKilCX9yFDgENIut6AAAAAElFTkSuQmCC");
}
*/
.tooltip-inner {
  max-width: 300px !important; }

.popular-countries {
  margin-bottom: 110px;
  margin-top: 50px;
  height: 594px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%; }

@media (max-width: 1260px) {
  .popular-countries {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 75px;
    height: auto; } }
.popular-countries .world-map {
  position: absolute;
  left: 115px;
  background-image: url("../img/home/world-map.svg");
  background-repeat: no-repeat;
  opacity: 0.05;
  height: 594px;
  width: 100%; }

@media (max-width: 1260px) {
  .popular-countries .world-map {
    left: 0px;
    top: -50px; } }
.popular-countries .countries-description {
  padding-left: 335px;
  display: inline-block;
  padding-bottom: 30px; }

@media (max-width: 1600px) {
  .popular-countries .countries-description {
    padding-left: 180px; } }
@media (max-width: 1360px) {
  .popular-countries .countries-description {
    padding-left: 60px; } }
@media (max-width: 1260px) {
  .popular-countries .countries-description {
    width: 1040px;
    padding: 0px;
    margin: 0px auto 0px;
    display: block; } }
@media (max-width: 1100px) {
  .popular-countries .countries-description {
    width: 880px; } }
@media (max-width: 940px) {
  .popular-countries .countries-description {
    width: 730px; } }
@media (max-width: 760px) {
  .popular-countries .countries-description {
    width: 580px;
    margin: 0 auto 0px; } }
@media (max-width: 610px) {
  .popular-countries .countries-description {
    width: 500px; } }
@media (max-width: 530px) {
  .popular-countries .countries-description {
    max-width: 420px; } }
@media (max-width: 450px) {
  .popular-countries .countries-description {
    max-width: 365px; } }
@media (max-width: 394px) {
  .popular-countries .countries-description {
    max-width: 335px; } }
@media (max-width: 350px) {
  .popular-countries .countries-description {
    max-width: 290px; } }
.popular-countries .countries-description p {
  margin-top: 16px;
  width: 422px; }

@media (max-width: 1260px) {
  .popular-countries .countries-description p {
    width: 100%; } }
.popular-countries .countries-carousel {
  position: absolute;
  padding-left: 865px;
  display: inline-block; }

@media (max-width: 1600px) {
  .popular-countries .countries-carousel {
    padding-left: 710px; } }
@media (max-width: 1360px) {
  .popular-countries .countries-carousel {
    padding-left: 590px; } }
@media (max-width: 1260px) {
  .popular-countries .countries-carousel {
    position: static;
    max-width: 1040px;
    margin: 0px auto 0px;
    padding-left: 0px; }

  .popular-countries .countries-carousel .slick-list {
    overflow: visible; } }
@media (max-width: 1100px) {
  .popular-countries .countries-carousel {
    max-width: 880px; } }
@media (max-width: 940px) {
  .popular-countries .countries-carousel {
    max-width: 730px; } }
@media (max-width: 760px) {
  .popular-countries .countries-carousel {
    max-width: 580px; } }
@media (max-width: 610px) {
  .popular-countries .countries-carousel {
    max-width: 500px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel {
    max-width: 420px; } }
@media (max-width: 450px) {
  .popular-countries .countries-carousel {
    max-width: 365px; } }
@media (max-width: 394px) {
  .popular-countries .countries-carousel {
    max-width: 335px; } }
@media (max-width: 350px) {
  .popular-countries .countries-carousel {
    max-width: 290px; } }
.popular-countries .countries-carousel .item {
  height: 424px;
  width: 291px;
  margin: 0px 12.5px;
  vertical-align: middle;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 768px) {
  .popular-countries .countries-carousel .item {
    margin: 30px 7.5px 0px;
    overflow: hidden; } }
@media (max-width: 760px) {
  .popular-countries .countries-carousel .item {
    height: 360px;
    width: 247px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .item {
    margin: 30px 5px 0px;
    height: 271px;
    width: 186px; } }
.popular-countries .countries-carousel .item:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  height: 120px;
  width: 120px;
  background-image: url("../../images/img/compass-icon.svg");
  background-size: contain;
  bottom: -30px;
  left: -25px; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .item:before {
    width: 100px;
    height: 100px;
    bottom: -25px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .item:before {
    width: 78px;
    height: 78px;
    bottom: -15px;
    left: -15px; } }
@media (min-width: 1261px) {
  .popular-countries .countries-carousel .item.slick-current + .item {
    height: 484px;
    margin-top: 0px; }

  .popular-countries .countries-carousel .item.slick-current + .item .content {
    top: 410px; } }
.popular-countries .countries-carousel .content {
  top: 350px;
  left: 27px;
  position: absolute;
  color: #fff;
  z-index: 1; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content {
    top: 286px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .content {
    top: 200px; } }
.popular-countries .countries-carousel .content:before {
  position: absolute;
  display: inline-block;
  left: -27px;
  width: 291px;
  bottom: -30px;
  content: url("../../images/gradient.svg");
  z-index: -1; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content:before {
    transform: scale(0.85);
    bottom: -38px;
    left: -49px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .content:before {
    transform: scale(0.64);
    bottom: -52px;
    left: -80px; } }
.popular-countries .countries-carousel .content .country {
  font-family: "CaslonGraphiqueEF";
  font-size: 30px;
  line-height: 27px;
  text-align: left; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content .country {
    font-size: 24px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .content .country {
    font-size: 20px; } }
.popular-countries .countries-carousel .content .location {
  font-family: "BentonSans";
  font-size: 16px;
  line-height: 24px;
  text-align: left; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content .location {
    font-size: 14px; } }
.popular-countries .countries-navigation {
  top: 260px;
  left: 830px; }

@media (max-width: 1600px) {
  .popular-countries .countries-navigation {
    left: 675px; } }
@media (max-width: 1360px) {
  .popular-countries .countries-navigation {
    left: 555px; } }
@media (max-width: 1260px) {
  .popular-countries .countries-navigation {
    display: none; } }
.popular-countries .countries-navigation .next {
  transform: rotate(180deg); }

.destinations-section {
  background: #f4f4f4;
  position: relative;
  padding-top: 95px;
  padding-bottom: 135px;
  max-width: 100%;
  margin-bottom: 0px; }

@media (max-width: 1260px) {
  .destinations-section {
    padding-bottom: 115px; } }
@media (max-width: 1100px) {
  .destinations-section {
    padding-top: 75px; } }
@media (max-width: 610px) {
  .destinations-section {
    padding-top: 55px;
    padding-bottom: 95px; } }
@media (max-width: 450px) {
  .destinations-section {
    padding-top: 35px;
    padding-bottom: 75px; } }
@media (max-width: 350px) {
  .destinations-section {
    padding-bottom: 55px; } }
.destinations-section h2 {
  margin-bottom: 55px;
  color: #1A1A1A; }

.destinations-section .destinations-carousel {
  padding: 0px 180px; }

@media (max-width: 1360px) {
  .destinations-section .destinations-carousel {
    padding: 0px 150px; } }
@media (max-width: 1260px) {
  .destinations-section .destinations-carousel {
    padding: 0px 120px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-carousel {
    padding: 0px 60px; } }
@media (max-width: 940px) {
  .destinations-section .destinations-carousel {
    padding: 0px; } }
.destinations-section .destinations-carousel .item {
  height: 424px;
  width: 291px;
  background-size: cover;
  background-position: center;
  margin: 0px 10px;
  vertical-align: middle;
  margin-top: 30px;
  overflow: hidden; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item {
    margin-top: 27px;
    height: 370px;
    width: 256px; } }
@media (max-width: 768px) {
  .destinations-section .destinations-carousel .item {
    margin: 27px 7.5px 0px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item {
    margin-top: 24px;
    height: 315px;
    width: 221px; } }
@media (max-width: 530px) {
  .destinations-section .destinations-carousel .item {
    margin: 24px 5px 0px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item {
    margin-top: 20px;
    height: 260px;
    width: 186px; } }
.destinations-section .destinations-carousel .item:before {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: -30px;
  left: -15px;
  display: block;
  background-image: url("../../images/icon/compass-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  width: 120px; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item:before {
    height: 106px;
    width: 106px;
    bottom: -25px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item:before {
    height: 92px;
    width: 92px;
    bottom: -20px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item:before {
    height: 77px;
    width: 77px;
    bottom: -15px; } }
.destinations-section .destinations-carousel .item.slick-current {
  height: 484px;
  margin-top: 0px; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item.slick-current {
    height: 424px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item.slick-current {
    height: 362px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item.slick-current {
    height: 300px; } }
.destinations-section .destinations-carousel .item.slick-current .content {
  top: 424px; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item.slick-current .content {
    top: 369px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item.slick-current .content {
    top: 313px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item.slick-current .content {
    top: 260px; } }
.destinations-section .destinations-carousel .content {
  top: 365px;
  left: 27px;
  position: absolute;
  color: #fff;
  z-index: 1; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .content {
    top: 316px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .content {
    top: 266px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .content {
    top: 220px; } }
.destinations-section .destinations-carousel .content:before {
  content: "";
  position: absolute;
  left: -27px;
  bottom: -32px;
  width: 291px;
  height: 156px;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  z-index: -1; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .content:before {
    width: 256px;
    bottom: -27px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .content:before {
    width: 221px;
    bottom: -22px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .content:before {
    width: 186px;
    bottom: -16px; } }
.destinations-section .destinations-carousel .content .location {
  font-family: "CaslonGraphiqueEF";
  font-size: 30px;
  line-height: 27px;
  text-align: left; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .content .location {
    font-size: 26px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .content .location {
    font-size: 24px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .content .location {
    font-size: 20px;
    line-height: 24px; } }
.destinations-section .destinations-navigation {
  top: 465px;
  width: 100%; }

@media (max-width: 1260px) {
  .destinations-section .destinations-navigation {
    top: 445px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-navigation {
    top: 425px; } }
@media (max-width: 940px) {
  .destinations-section .destinations-navigation {
    display: none; } }
.destinations-section .destinations-navigation .prev {
  left: 145px; }

@media (max-width: 1360px) {
  .destinations-section .destinations-navigation .prev {
    left: 115px; } }
@media (max-width: 1260px) {
  .destinations-section .destinations-navigation .prev {
    left: 85px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-navigation .prev {
    left: 35px; } }
.destinations-section .destinations-navigation .next {
  right: 145px; }

@media (max-width: 1360px) {
  .destinations-section .destinations-navigation .next {
    right: 115px; } }
@media (max-width: 1260px) {
  .destinations-section .destinations-navigation .next {
    right: 85px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-navigation .next {
    right: 35px; } }
/************************Flight and pacheges css start ******************************************/
.only-desktop .cruiseoffer-block {
  margin-right: 0 !important; }

.cruiseoffer-block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  margin-right: 20px;
  background: var(--white); }
  .cruiseoffer-block .image-box {
    position: relative; }
    .cruiseoffer-block .image-box .offercruise-img {
      width: 100%;
      height: 240px; }
    .cruiseoffer-block .image-box .map-pic {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 100%;
      height: 240px;
      display: none; }
    .cruiseoffer-block .image-box .small-logo {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px 0px 0px 50px;
      padding: 5px 5px 5px 15px;
      width: 120px !important;
      height: 50px !important;
      bottom: 5px !important;
      right: 0px !important; }
      .cruiseoffer-block .image-box .small-logo img {
        height: 100%; }
    .cruiseoffer-block .image-box .discount {
      list-style: none; }
      .cruiseoffer-block .image-box .discount li {
        position: absolute;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
        color: var(--white);
        justify-content: center;
        padding: 0px 20px;
        border-radius: 0 24px 24px 0;
        font-family: "BentonSansMedium";
        font-size: 14px;
        line-height: 50px; }
        .cruiseoffer-block .image-box .discount li span {
          font-family: "CaslonGraphiqueEF";
          font-size: 40px;
          padding: 0px 5px 0 0;
          line-height: 19px;
          vertical-align: text-top; }
        .cruiseoffer-block .image-box .discount li:first-child {
          top: 15px; }
        .cruiseoffer-block .image-box .discount li:nth-child(2) {
          top: 70px; }
        .cruiseoffer-block .image-box .discount li:nth-child(3) {
          top: 125px; }
    .cruiseoffer-block .image-box:hover .map-pic {
      display: block; }
  .cruiseoffer-block .caption {
    padding: 20px; }
    .cruiseoffer-block .caption .title {
      font-family: "BentonSansBold";
      font-size: 24px;
      line-height: 27px;
      color: var(--secondrycolor1);
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      min-height: 85px; }
    .cruiseoffer-block .caption .title1 {
      font-family: "BentonSansBold";
      font-size: 24px;
      line-height: 27px;
      color: var(--secondrycolor1);
      padding: 0 0 15px 0; }
    .cruiseoffer-block .caption .desc {
      font-family: "BentonSans";
      font-size: 14px;
      color: #878787; }
    .cruiseoffer-block .caption ul {
      list-style: none;
      padding: 10px 0 0 0; }
      .cruiseoffer-block .caption ul li {
        font-family: "BentonSansMedium";
        font-size: 14px;
        color: #878787;
        padding-bottom: 5px; }
        .cruiseoffer-block .caption ul li span {
          padding-right: 5px;
          width: 33px;
          vertical-align: bottom; }
        .cruiseoffer-block .caption ul li .icon-calender {
          content: url("../../images/icon/gray-icon/calendericon.png"); }
        .cruiseoffer-block .caption ul li .icon-nights {
          content: url("../../images/icon/gray-icon/nights-grey.png"); }
        .cruiseoffer-block .caption ul li .icon-ship {
          content: url("../../images/icon/gray-icon/shipicon1.png"); }
        .cruiseoffer-block .caption ul li .icon-compass {
          content: url("../../images/icon/gray-icon/compass-grey.png"); }
        .cruiseoffer-block .caption ul li .icon-board-basis {
          content: url("../../images/icon/gray-icon/board-basis-grey.png"); }
    .cruiseoffer-block .caption .offer-bot-wrap {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      border-top: 1px dashed #ccc;
      padding-top: 10px;
      margin-top: 5px; }
      .cruiseoffer-block .caption .offer-bot-wrap .price {
        display: inline-block; }
        .cruiseoffer-block .caption .offer-bot-wrap .price span {
          font-family: "BentonSansMedium";
          font-size: 14px;
          line-height: 38px; }
        .cruiseoffer-block .caption .offer-bot-wrap .price div {
          font-family: "CaslonGraphiqueEF";
          font-size: 40px;
          line-height: 38px; }
      .cruiseoffer-block .caption .offer-bot-wrap .btn-offer {
        margin-top: 20px;
        height: 64px;
        min-width: 180px;
        text-transform: uppercase;
        background-color: var(--maincolor1);
        color: var(--white);
        padding: 20px 0px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.4); }
        .cruiseoffer-block .caption .offer-bot-wrap .btn-offer:hover {
          background-color: var(--maincolor2);
          border: none;
          outline: none;
          color: var(--white); }

@media screen and (max-width: 640px) {
  .cruiseoffer-block .caption .offer-bot-wrap .price div {
    font-size: 32px;
    line-height: 38px; }
  .cruiseoffer-block .caption .offer-bot-wrap .btn-offer {
    margin-top: 25px;
    height: 54px;
    min-width: 150px;
    font-size: 14px;
    padding: 15px 10px; } }
/************************Flight and pacheges css End ******************************************/
/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 1024px) {
  .only-tab {
    display: block !important; } }
@media screen and (max-width: 768px) {
  .not-mobile {
    display: block; }

  .only-mobile {
    display: block; }

  .only-tab {
    display: block !important; } }
@media screen and (max-width: 640px) {
  .only-desktop {
    display: none !important; }

  .only-desktop-inline {
    display: none !important; }

  .only-desktop-inline-block {
    display: none !important; }

  .only-tab {
    display: none !important; }

  .only-mobile {
    display: block !important; }

  .only-mobile-inline {
    display: flex !important; }

  .not-mobile {
    display: none; }

  .mobile-none {
    display: none; }

  .btn-large {
    width: auto;
    padding: 10px 15px;
    font-size: 13px; }

  .breadcrumbs {
    padding: 80px 0 0 0px; }
    .breadcrumbs ul {
      overflow: scroll; } }
/******************************************** Responsive CSS Ends ********************************************/
/****************old calender css start ***************/
/********************old calender css end ************************/
.flatpickr-calendar {
  width: 658px !important;
  padding: 0px !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0px !important; }

.flatpickr-months {
  position: relative; }

.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
  background: #fff !important;
  color: #333 !important; }

.flatpickr-innerContainer {
  border: 0 !important; }

.flatpickr-days {
  border: 0 !important;
  width: 658px !important; }

.flatpickr-day {
  border-radius: 0 !important;
  max-width: 44px !important; }

.dayContainer {
  width: 307.875px !important;
  min-width: 328.875px !important;
  max-width: 328.875px !important; }

.flatpickr-current-month {
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 0 !important; }

.flatpickr-current-month span.cur-month {
  font-weight: 300 !important; }

span.flatpickr-weekday {
  font-size: 12px !important;
  font-weight: 500 !important; }

.flatpickr-prev-month {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  line-height: 20px;
  top: -2px !important;
  width: 25px;
  height: 25px !important;
  left: 0px !important;
  color: rgba(0, 0, 0, 0.9) !important;
  fill: rgba(0, 0, 0, 0.9) !important;
  padding: 0 !important;
  position: absolute; }

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  line-height: 21px;
  top: -2px !important;
  width: 25px;
  height: 25px !important;
  right: 0px !important;
  padding: 0;
  color: rgba(0, 0, 0, 0.9) !important;
  fill: rgba(0, 0, 0, 0.9) !important;
  position: absolute; }

.flatpickr-prev-month:hover {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.9) !important;
  fill: rgba(0, 0, 0, 0.9) !important; }

.flatpickr-months .flatpickr-next-month.flatpickr-next-month:hover {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.9) !important;
  fill: rgba(0, 0, 0, 0.9) !important; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000 !important; }

.numInputWrapper .arrowUp {
  display: none; }

.numInputWrapper .arrowDown {
  display: none; }

.numInputWrapper:hover,
.flatpickr-current-month span.cur-month:hover {
  background: none !important; }

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  display: none; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange.endRange,
.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
  background: #20a1aa !important; }

.mode-toggle-inside button {
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  width: 60px; }

.mode-toggle-inside button.active {
  background: #20a1aa;
  color: #fff; }

.flatpickr-monthSelect-month {
  border-radius: 0 !important;
  border: 0 !important; }

.flatpickr-monthSelect-month.today {
  border-color: #ccc;
  background: #f6f6f6; }

.flatpickr-monthSelect-month.today:hover {
  background: #e6e6e6;
  color: #333; }

.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  box-shadow: none !important; }

.cal-txt {
  margin: 0;
  width: 100%;
  border: 0;
  padding: 5px;
  height: 31px; }

/************************************/
.popup-container {
  width: 700px;
  min-height: 397px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #ccc !important;
  border-radius: 6px;
  padding: 20px;
  margin-top: 10px;
  display: none;
  background: #fff;
  z-index: 10;
  position: relative; }
  .popup-container .tab-toggle {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto 10px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: fit-content; }
    .popup-container .tab-toggle button {
      padding: 6px 16px;
      border: none;
      background: white;
      font-size: 13px;
      cursor: pointer; }
      .popup-container .tab-toggle button.active {
        background-color: var(--maincolor1);
        color: white; }
  .popup-container .month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .popup-container .month-header .arrow-icon {
      background: #fff;
      border: 1px solid #c5c5c5;
      border-radius: 0;
      line-height: 21px;
      width: 25px;
      height: 25px !important;
      padding: 0;
      color: rgba(0, 0, 0, 0.9) !important;
      fill: rgba(0, 0, 0, 0.9) !important; }
      .popup-container .month-header .arrow-icon:hover {
        background: #f5f5f5;
        color: rgba(0, 0, 0, 0.9) !important;
        fill: rgba(0, 0, 0, 0.9) !important; }
      .popup-container .month-header .arrow-icon i {
        font-size: 20px;
        color: #333; }
    .popup-container .month-header h3 {
      margin: 0;
      flex: 1;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      font-family: 'BentonSans'; }
  .popup-container .month-panels {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    .popup-container .month-panels .month-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3px;
      width: 48%; }
      .popup-container .month-panels .month-grid .month-cell {
        padding: 15px 10px;
        text-align: center;
        border-radius: 0px;
        font-size: 14px;
        cursor: pointer;
        background: #f6f6f6; }
        .popup-container .month-panels .month-grid .month-cell:hover {
          background-color: #d7d7d7; }
        .popup-container .month-panels .month-grid .month-cell.selected {
          background-color: var(--maincolor1);
          color: white; }
        .popup-container .month-panels .month-grid .month-cell.in-range {
          background-color: #e2e2e2;
          color: black; }
  .popup-container .calendar_footer {
    margin-top: 15px;
    display: flex;
    justify-content: end;
    border-top: 1px solid #d9d9d9;
    padding: 10px 0 0 0; }
    .popup-container .calendar_footer button {
      padding: 10px 25px;
      font-size: 14px;
      font-weight: 400;
      border: none;
      border-radius: 0;
      cursor: pointer; }
      .popup-container .calendar_footer button.apply-btn {
        background-color: var(--maincolor1);
        color: white; }
        .popup-container .calendar_footer button.apply-btn:hover {
          background-color: var(--maincolor2); }
      .popup-container .calendar_footer button.clear-btn {
        background-color: #fff;
        color: #000;
        margin: 0 10px 0 0; }
        .popup-container .calendar_footer button.clear-btn:hover {
          background-color: var(--secondrycolor2);
          color: #fff; }

/* Typography */
@font-face {
  font-family: 'BentonSans';
  src: url("../../website-font/BentonSans-Regular.woff2") format("woff2"), url("../../website-font/BentonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansLight';
  src: url("../../website-font/BentonSans-Light.woff2") format("woff2"), url("../../website-font/BentonSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansBlack';
  src: url("../../website-font/BentonSans-Black.woff2") format("woff2"), url("../../website-font/BentonSans-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansMedium';
  src: url("../../website-font/BentonSans-Medium.woff2") format("woff2"), url("../../website-font/BentonSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansBold';
  src: url("../../website-font/BentonSans-Bold.woff2") format("woff2"), url("../../website-font/BentonSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansExtraLight';
  src: url("../../website-font/BentonSans-ExtraLight.woff2") format("woff2"), url("../../website-font/BentonSans-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BentonSansItalic';
  src: url("../../website-font/BentonSans-Italic.woff2") format("woff2"), url("../../website-font/BentonSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CaslonGraphiqueEF';
  src: url("../../website-font/CaslonGraphiqueEF.woff2") format("woff2"), url("../../website-font/BentonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  --maincolor1: #20a1aa;
  --maincolor2: #58b9c0;
  --maincolor3: #90cfd4;
  --maincolor4: #c9e8ea;
  --secondrycolor1: #424242;
  --secondrycolor2: #727272;
  --secondrycolor3: #a1a1a1;
  --secondrycolor4: #d0d0d0;
  --white: #fff;
  --black: #000;
  --grey: #f4f4f4;
  --orange: #ff7f00;
  --orange-light: #ff8a16; }

.page-link {
  color: var(--maincolor1); }

.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

.modal-open .navbar {
  padding-right: 0 !important; }

html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0px !important;
  padding: 0;
  font-family: 'BentonSans';
  color: var(--secondrycolor1); }

a {
  text-decoration: none; }

.pos-rel {
  position: relative; }

.overflow-h {
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
div,
p,
form {
  margin: 0;
  padding: 0; }

h1,
h2,
h3 {
  font-family: "CaslonGraphiqueEF"; }

* {
  margin: 0;
  padding: 0;
  outline: none !important; }

a:focus {
  outline: 0; }

.clr {
  clear: both; }

.cursor-p {
  cursor: pointer; }

.only-desktop {
  display: block !important; }

.only-desktop-inline {
  display: flex !important; }

.only-desktop-inline-block {
  display: inline-block !important; }

.only-tab {
  display: none !important; }

.only-mobile {
  display: none !important; }

.only-mobile-inline {
  display: none !important; }

.displayhide {
  display: none; }

.break {
  clear: both;
  line-height: 1px;
  display: block; }

.bdrnone {
  border: 0px !important; }

.wd100 {
  width: 100%; }

.hding {
  font-size: 30px;
  color: #5B616B;
  padding: 0 0 20px 0; }

.mr0 {
  margin: 0 !important; }

.mrt10 {
  margin-top: 10px; }

.mrt20 {
  margin-top: 20px; }

.mrb20 {
  margin-bottom: 20px; }

.mrb5 {
  margin-bottom: 5px !important; }

.mrb10 {
  margin-bottom: 10px; }

.marb_20 {
  margin-bottom: 20px; }

.marb_30 {
  margin-bottom: 30px; }

.m-t-30 {
  margin-top: 30px; }

.mrt0 {
  margin-top: 0 !important; }

.mrb0 {
  margin-bottom: 0; }

.mrl10 {
  margin-left: 10px; }

.mrl20 {
  margin-left: 20px; }

.mrl30 {
  margin-left: 30px; }

.mrl40 {
  margin-left: 40px; }

.mrl50 {
  margin-left: 50px; }

.mrl60 {
  margin-left: 60px; }

.mrl70 {
  margin-left: 70px; }

.mrl80 {
  margin-left: 80px; }

.mrl90 {
  margin-left: 90px; }

.pad-top-60 {
  padding-top: 60px; }

.pad-top-30 {
  padding-top: 30px; }

.mrl0 {
  margin-left: 0; }

.mrr0 {
  margin-right: 0; }

.pd0 {
  padding: 0 !important; }

.pdr0 {
  padding-right: 0; }

.pdb5 {
  padding-bottom: 5px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pd10 {
  padding: 10px; }

.pdb10 {
  padding-bottom: 10px !important; }

.pdl0 {
  padding-left: 0; }

.pdt0 {
  padding-top: 0 !important; }

.pdt5 {
  padding-top: 5px !important; }

.pd5 {
  padding: 5px; }

.pd15 {
  padding: 15px; }

.pd20 {
  padding: 20px; }

.pdb20 {
  padding-bottom: 20px; }

.pdb30 {
  padding-bottom: 30px; }

.padr0 {
  padding-right: 0 !important; }

.padl0 {
  padding-left: 0 !important; }

.pd-top-7 {
  padding-top: 5px; }

.pd-top-7 {
  padding-top: 7px; }

.pd-top-10 {
  padding-top: 10px; }

.pd-top-20 {
  padding-top: 20px; }

.pd-top-30 {
  padding-top: 30px; }

.pd-top-40 {
  padding-top: 40px; }

.pd-top-50 {
  padding-top: 50px; }

.pd-top-60 {
  padding-top: 60px; }

.pd-top-70 {
  padding-top: 70px; }

.pd-top-80 {
  padding-top: 80px; }

.pd-top-90 {
  padding-top: 90px; }

.pd-top-120 {
  padding-top: 120px; }

.pd-top-25p {
  padding-top: 25%; }

.pd-btm-10 {
  padding-bottom: 10px; }

.pd-btm-20 {
  padding-bottom: 20px; }

.pd-btm-30 {
  padding-bottom: 30px; }

.pd-btm-50 {
  padding-bottom: 50px; }

.pd-rgt-10 {
  padding-right: 10px; }

.pd-lft-8 {
  padding-left: 8px; }

.pd-lft-10 {
  padding-left: 10px; }

.pd-lft-20 {
  padding-left: 20px; }

.pd-lft-30 {
  padding-left: 30px; }

.pd-lft-40 {
  padding-left: 40px; }

.pd-lft-50 {
  padding-left: 50px; }

.pd-lft-60 {
  padding-left: 60px; }

.pd-lft-70 {
  padding-left: 70px; }

.pd-lft-80 {
  padding-left: 80px; }

.pd-lft-90 {
  padding-left: 90px; }

.pd-lft-100 {
  padding-left: 100px; }

.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.bdr-rds-5 {
  border-radius: 5px;
  -wekit-border-radius: 5px;
  -moz-border-radius: 5px; }

.valntop {
  vertical-align: top; }

.valnmiddle {
  vertical-align: middle; }

.alncntr {
  text-align: center; }

.text-cntr {
  text-align: center;
  margin: 0 auto; }

.wd5 {
  width: 5%; }

.wd6 {
  width: 6%; }

.wd7 {
  width: 7%; }

.wd8 {
  width: 8%; }

.wd10 {
  width: 10%; }

.wd12 {
  width: 12%; }

.wd13 {
  width: 13%; }

.wd15 {
  width: 15%; }

.wd18 {
  width: 18%; }

.wd20 {
  width: 20%; }

.wd24 {
  width: 24%; }

.wd25 {
  width: 25%; }

.wd26 {
  width: 26%; }

.wd27 {
  width: 27%; }

.wd30 {
  width: 30%; }

.wd33 {
  width: 33%; }

.wd35 {
  width: 35%; }

.wd40 {
  width: 40%; }

.wd50 {
  width: 50%; }

.wd60 {
  width: 60%; }

.wd63 {
  width: 63%; }

.wd75 {
  width: 75%; }

.wd80 {
  width: 80%; }

.wd100 {
  width: 100%; }

.wd30p {
  width: 30px; }

.wd40p {
  width: 40px; }

.wd50p {
  width: 50px; }

.wd60p {
  width: 60px; }

.wd70p {
  width: 70px; }

.wd80p {
  width: 80px; }

.wd85p {
  width: 85px; }

.wd100p {
  width: 100px; }

.wd120p {
  width: 120px; }

.wd150p {
  width: 150px; }

.wd190p {
  width: 190px; }

.wd200p {
  width: 200px; }

.wd230p {
  width: 230px; }

/****** smooth scrolling page start ****/
.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out; }

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out; }

/****** smooth scrolling page end ****/
/* input image start */
input.rdo[type=radio]:not(old) {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0px !important;
  opacity: 0;
  position: relative;
  top: 9px; }

input.rdo[type=radio]:not(old) + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -24px;
  padding-left: 0px;
  background: url("../../images/tik.png") no-repeat -2px -27px;
  line-height: 24px; }

input.rdo[type=radio]:not(old):checked + label {
  background-position: -2px -1px; }

/* input image end */
/*******************************************/
.line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWAgICQdD0xAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==) repeat-x 0 55px;
  padding: 20px 0;
  margin: 0 400px; }
  .line h2 {
    text-align: center;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 30px;
    padding: 20px 0 20px 0; }
    .line h2 span {
      background: #fafafa;
      padding: 0 15px; }

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.break {
  clear: both;
  line-height: 1px;
  display: block; }

.fns12 {
  font-size: 12px; }

.fns15 {
  font-size: 15px; }

.fns16 {
  font-size: 16px !important; }

.fns17 {
  font-size: 17px; }

.fns22 {
  font-size: 22px; }

.fns26 {
  font-size: 26px; }

.bdrnone {
  border: 0px !important; }

.successful-message {
  border-radius: 8px;
  opacity: 0.8;
  padding: 12px 8px;
  text-align: center;
  margin-top: 10px; }
  .successful-message p {
    padding: 0px !important;
    color: black;
    line-height: 24px; }

.scrollbar {
  height: 200px;
  overflow-y: scroll; }

.scrollbar-blu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #e8e8e8;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff; }

.scrollbar-blu::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

.scrollbar-blu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4285f4), to(#4285f4), color-stop(0.6, #3472d9)); }

.btn-large {
  min-width: 180px;
  text-transform: uppercase;
  background-color: var(--maincolor1);
  color: var(--white);
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.4); }
  .btn-large:hover {
    background-color: var(--maincolor2);
    border: none;
    outline: none;
    color: var(--white); }

.breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--white);
  text-align: left;
  padding: 100px 0 0 20px; }
  .breadcrumbs ul {
    list-style: none; }
    .breadcrumbs ul li {
      font-family: "BentonSansMedium";
      font-size: 10px;
      line-height: 12px;
      color: var(--white);
      display: inline-block;
      padding: 0 15px 0 0;
      margin: 0 8px 0 0;
      background: url("../../images/icon/breadcrumb-arrow-icon.svg") no-repeat right 2px; }
      .breadcrumbs ul li a {
        color: var(--white); }
        .breadcrumbs ul li a:hover {
          text-decoration: underline; }
      .breadcrumbs ul li:last-child {
        background: none; }
  .breadcrumbs .icon-breadcrumb {
    padding: 0px 5px; }

/*******************************************************************/
div[class$="-navigation"] {
  position: absolute; }

div[class$="-navigation"] .prev,
div[class$="-navigation"] .next {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0; }

div[class$="-navigation"] .prev img,
div[class$="-navigation"] .next img {
  height: 14px; }

div[class$="-navigation"] .prev {
  transform: rotate(180deg); }

[class*="-carousel"]:not([class*="navigation"]) {
  opacity: 0;
  transition: 0.4s; }

/* Slider */
/*
.slick-slide {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slide .slick-track,
.slick-slide .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider.slick-initialized {
	opacity: 1;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 12px);
	height: 24px;
	width: 14px;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.slick-arrow.slick-prev {
	left: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAMAAAD9GTxlAAAAq1BMVEUAAAD///+AgIBAQEBJSUk5OTkzMzM7Ozs3Nzc8PDw5OTk1NTU5OTk0NDQzMzM3Nzc1NTUzMzM1NTU2NjY0NDQ0NDQ1NTU0NDQ0NDQ0NDQzMzMzMzM1NTU0NDQ0NDQ0NDQ0NDQzMzMzMzM0NDQ0NDQ0NDQ0NDQ0NDQzMzM0NDQ0NDQzMzM0NDQ0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzORFuyXAAAAOHRSTlMAAQIEBwkKDQ4REiIkJyguNTxETFRdZnB6e3yHiJKTnZ6kpaeosLGyubrBw8nL5enu8fX4+vz9/iOPb2IAAACCSURBVHgBVdBFDsNQEAPQX2Zm5pQZ6vufLNIs7Ex2T4r+2A6Jr7KvJVS/YS017riUqOYDpwLVeuKQo9ov7LJU541Nhup+sEhTvS9mKar/x4QIA2DsNAyOI0k/86kfppIdmtshxVhaDIXcWkhViKyCCh7zlNU/F4Mb51r2063csFE1BikqDn0LXV7RAAAAAElFTkSuQmCC");
}

.slick-arrow.slick-next {
	right: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAMAAAD9GTxlAAAApVBMVEUAAAD///+AgIBAQEBJSUk5OTkzMzM7Ozs3Nzc8PDw5OTk1NTU5OTk0NDQzMzM3Nzc1NTUzMzM1NTU2NjY0NDQ0NDQ1NTU0NDQ0NDQzMzMzMzM1NTU0NDQ0NDQ0NDQ0NDQzMzM0NDQ0NDQ0NDQ0NDQ0NDQzMzM0NDQ0NDQzMzM0NDQ0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzM0NDQzMzMzMzMzMzMKGF6XAAAANnRSTlMAAQIEBwkKDQ4REiIkJyguNTxETFRdZnB7fIeIkpOdnqWnqLCxsrm6wcPJy+Xp7vH1+Pr8/f53M2hIAAAAeElEQVR4AWXQ1Q5CMRCE4UoRKO4uUNyFef9H45I/nN59SbO7M6a6iQZvoXMNLB11qcOFva4NOLfVrQmHte4t2C/1aMNupmcHthO9utw/0qdHD6U+PaDJ7Oex3r9RdspFbs4z/IpHhsQI+R0DFg+MXz6xnP/qKilCX9yFDgENIut6AAAAAElFTkSuQmCC");
}
*/
.tooltip-inner {
  max-width: 300px !important; }

.popular-countries {
  margin-bottom: 110px;
  margin-top: 50px;
  height: 594px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%; }

@media (max-width: 1260px) {
  .popular-countries {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 75px;
    height: auto; } }
.popular-countries .world-map {
  position: absolute;
  left: 115px;
  background-image: url("../img/home/world-map.svg");
  background-repeat: no-repeat;
  opacity: 0.05;
  height: 594px;
  width: 100%; }

@media (max-width: 1260px) {
  .popular-countries .world-map {
    left: 0px;
    top: -50px; } }
.popular-countries .countries-description {
  padding-left: 335px;
  display: inline-block;
  padding-bottom: 30px; }

@media (max-width: 1600px) {
  .popular-countries .countries-description {
    padding-left: 180px; } }
@media (max-width: 1360px) {
  .popular-countries .countries-description {
    padding-left: 60px; } }
@media (max-width: 1260px) {
  .popular-countries .countries-description {
    width: 1040px;
    padding: 0px;
    margin: 0px auto 0px;
    display: block; } }
@media (max-width: 1100px) {
  .popular-countries .countries-description {
    width: 880px; } }
@media (max-width: 940px) {
  .popular-countries .countries-description {
    width: 730px; } }
@media (max-width: 760px) {
  .popular-countries .countries-description {
    width: 580px;
    margin: 0 auto 0px; } }
@media (max-width: 610px) {
  .popular-countries .countries-description {
    width: 500px; } }
@media (max-width: 530px) {
  .popular-countries .countries-description {
    max-width: 420px; } }
@media (max-width: 450px) {
  .popular-countries .countries-description {
    max-width: 365px; } }
@media (max-width: 394px) {
  .popular-countries .countries-description {
    max-width: 335px; } }
@media (max-width: 350px) {
  .popular-countries .countries-description {
    max-width: 290px; } }
.popular-countries .countries-description p {
  margin-top: 16px;
  width: 422px; }

@media (max-width: 1260px) {
  .popular-countries .countries-description p {
    width: 100%; } }
.popular-countries .countries-carousel {
  position: absolute;
  padding-left: 865px;
  display: inline-block; }

@media (max-width: 1600px) {
  .popular-countries .countries-carousel {
    padding-left: 710px; } }
@media (max-width: 1360px) {
  .popular-countries .countries-carousel {
    padding-left: 590px; } }
@media (max-width: 1260px) {
  .popular-countries .countries-carousel {
    position: static;
    max-width: 1040px;
    margin: 0px auto 0px;
    padding-left: 0px; }

  .popular-countries .countries-carousel .slick-list {
    overflow: visible; } }
@media (max-width: 1100px) {
  .popular-countries .countries-carousel {
    max-width: 880px; } }
@media (max-width: 940px) {
  .popular-countries .countries-carousel {
    max-width: 730px; } }
@media (max-width: 760px) {
  .popular-countries .countries-carousel {
    max-width: 580px; } }
@media (max-width: 610px) {
  .popular-countries .countries-carousel {
    max-width: 500px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel {
    max-width: 420px; } }
@media (max-width: 450px) {
  .popular-countries .countries-carousel {
    max-width: 365px; } }
@media (max-width: 394px) {
  .popular-countries .countries-carousel {
    max-width: 335px; } }
@media (max-width: 350px) {
  .popular-countries .countries-carousel {
    max-width: 290px; } }
.popular-countries .countries-carousel .item {
  height: 424px;
  width: 291px;
  margin: 0px 12.5px;
  vertical-align: middle;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 768px) {
  .popular-countries .countries-carousel .item {
    margin: 30px 7.5px 0px;
    overflow: hidden; } }
@media (max-width: 760px) {
  .popular-countries .countries-carousel .item {
    height: 360px;
    width: 247px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .item {
    margin: 30px 5px 0px;
    height: 271px;
    width: 186px; } }
.popular-countries .countries-carousel .item:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  height: 120px;
  width: 120px;
  background-image: url("../../images/img/compass-icon.svg");
  background-size: contain;
  bottom: -30px;
  left: -25px; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .item:before {
    width: 100px;
    height: 100px;
    bottom: -25px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .item:before {
    width: 78px;
    height: 78px;
    bottom: -15px;
    left: -15px; } }
@media (min-width: 1261px) {
  .popular-countries .countries-carousel .item.slick-current + .item {
    height: 484px;
    margin-top: 0px; }

  .popular-countries .countries-carousel .item.slick-current + .item .content {
    top: 410px; } }
.popular-countries .countries-carousel .content {
  top: 350px;
  left: 27px;
  position: absolute;
  color: #fff;
  z-index: 1; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content {
    top: 286px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .content {
    top: 200px; } }
.popular-countries .countries-carousel .content:before {
  position: absolute;
  display: inline-block;
  left: -27px;
  width: 291px;
  bottom: -30px;
  content: url("../../images/gradient.svg");
  z-index: -1; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content:before {
    transform: scale(0.85);
    bottom: -38px;
    left: -49px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .content:before {
    transform: scale(0.64);
    bottom: -52px;
    left: -80px; } }
.popular-countries .countries-carousel .content .country {
  font-family: "CaslonGraphiqueEF";
  font-size: 30px;
  line-height: 27px;
  text-align: left; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content .country {
    font-size: 24px; } }
@media (max-width: 530px) {
  .popular-countries .countries-carousel .content .country {
    font-size: 20px; } }
.popular-countries .countries-carousel .content .location {
  font-family: "BentonSans";
  font-size: 16px;
  line-height: 24px;
  text-align: left; }

@media (max-width: 760px) {
  .popular-countries .countries-carousel .content .location {
    font-size: 14px; } }
.popular-countries .countries-navigation {
  top: 260px;
  left: 830px; }

@media (max-width: 1600px) {
  .popular-countries .countries-navigation {
    left: 675px; } }
@media (max-width: 1360px) {
  .popular-countries .countries-navigation {
    left: 555px; } }
@media (max-width: 1260px) {
  .popular-countries .countries-navigation {
    display: none; } }
.popular-countries .countries-navigation .next {
  transform: rotate(180deg); }

.destinations-section {
  background: #f4f4f4;
  position: relative;
  padding-top: 95px;
  padding-bottom: 135px;
  max-width: 100%;
  margin-bottom: 0px; }

@media (max-width: 1260px) {
  .destinations-section {
    padding-bottom: 115px; } }
@media (max-width: 1100px) {
  .destinations-section {
    padding-top: 75px; } }
@media (max-width: 610px) {
  .destinations-section {
    padding-top: 55px;
    padding-bottom: 95px; } }
@media (max-width: 450px) {
  .destinations-section {
    padding-top: 35px;
    padding-bottom: 75px; } }
@media (max-width: 350px) {
  .destinations-section {
    padding-bottom: 55px; } }
.destinations-section h2 {
  margin-bottom: 55px;
  color: #1A1A1A; }

.destinations-section .destinations-carousel {
  padding: 0px 180px; }

@media (max-width: 1360px) {
  .destinations-section .destinations-carousel {
    padding: 0px 150px; } }
@media (max-width: 1260px) {
  .destinations-section .destinations-carousel {
    padding: 0px 120px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-carousel {
    padding: 0px 60px; } }
@media (max-width: 940px) {
  .destinations-section .destinations-carousel {
    padding: 0px; } }
.destinations-section .destinations-carousel .item {
  height: 424px;
  width: 291px;
  background-size: cover;
  background-position: center;
  margin: 0px 10px;
  vertical-align: middle;
  margin-top: 30px;
  overflow: hidden; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item {
    margin-top: 27px;
    height: 370px;
    width: 256px; } }
@media (max-width: 768px) {
  .destinations-section .destinations-carousel .item {
    margin: 27px 7.5px 0px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item {
    margin-top: 24px;
    height: 315px;
    width: 221px; } }
@media (max-width: 530px) {
  .destinations-section .destinations-carousel .item {
    margin: 24px 5px 0px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item {
    margin-top: 20px;
    height: 260px;
    width: 186px; } }
.destinations-section .destinations-carousel .item:before {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: -30px;
  left: -15px;
  display: block;
  background-image: url("../../images/icon/compass-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  width: 120px; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item:before {
    height: 106px;
    width: 106px;
    bottom: -25px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item:before {
    height: 92px;
    width: 92px;
    bottom: -20px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item:before {
    height: 77px;
    width: 77px;
    bottom: -15px; } }
.destinations-section .destinations-carousel .item.slick-current {
  height: 484px;
  margin-top: 0px; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item.slick-current {
    height: 424px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item.slick-current {
    height: 362px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item.slick-current {
    height: 300px; } }
.destinations-section .destinations-carousel .item.slick-current .content {
  top: 424px; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .item.slick-current .content {
    top: 369px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .item.slick-current .content {
    top: 313px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .item.slick-current .content {
    top: 260px; } }
.destinations-section .destinations-carousel .content {
  top: 365px;
  left: 27px;
  position: absolute;
  color: #fff;
  z-index: 1; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .content {
    top: 316px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .content {
    top: 266px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .content {
    top: 220px; } }
.destinations-section .destinations-carousel .content:before {
  content: "";
  position: absolute;
  left: -27px;
  bottom: -32px;
  width: 291px;
  height: 156px;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  z-index: -1; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .content:before {
    width: 256px;
    bottom: -27px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .content:before {
    width: 221px;
    bottom: -22px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .content:before {
    width: 186px;
    bottom: -16px; } }
.destinations-section .destinations-carousel .content .location {
  font-family: "CaslonGraphiqueEF";
  font-size: 30px;
  line-height: 27px;
  text-align: left; }

@media (max-width: 1260px) {
  .destinations-section .destinations-carousel .content .location {
    font-size: 26px; } }
@media (max-width: 760px) {
  .destinations-section .destinations-carousel .content .location {
    font-size: 24px; } }
@media (max-width: 450px) {
  .destinations-section .destinations-carousel .content .location {
    font-size: 20px;
    line-height: 24px; } }
.destinations-section .destinations-navigation {
  top: 465px;
  width: 100%; }

@media (max-width: 1260px) {
  .destinations-section .destinations-navigation {
    top: 445px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-navigation {
    top: 425px; } }
@media (max-width: 940px) {
  .destinations-section .destinations-navigation {
    display: none; } }
.destinations-section .destinations-navigation .prev {
  left: 145px; }

@media (max-width: 1360px) {
  .destinations-section .destinations-navigation .prev {
    left: 115px; } }
@media (max-width: 1260px) {
  .destinations-section .destinations-navigation .prev {
    left: 85px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-navigation .prev {
    left: 35px; } }
.destinations-section .destinations-navigation .next {
  right: 145px; }

@media (max-width: 1360px) {
  .destinations-section .destinations-navigation .next {
    right: 115px; } }
@media (max-width: 1260px) {
  .destinations-section .destinations-navigation .next {
    right: 85px; } }
@media (max-width: 1100px) {
  .destinations-section .destinations-navigation .next {
    right: 35px; } }
/************************Flight and pacheges css start ******************************************/
.only-desktop .cruiseoffer-block {
  margin-right: 0 !important; }

.cruiseoffer-block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  margin-right: 20px;
  background: var(--white); }
  .cruiseoffer-block .image-box {
    position: relative; }
    .cruiseoffer-block .image-box .offercruise-img {
      width: 100%;
      height: 240px; }
    .cruiseoffer-block .image-box .small-logo {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 140px; }
    .cruiseoffer-block .image-box .discount {
      list-style: none; }
      .cruiseoffer-block .image-box .discount li {
        position: absolute;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
        color: var(--white);
        justify-content: center;
        padding: 0px 20px;
        border-radius: 0 24px 24px 0;
        font-family: "BentonSansMedium";
        font-size: 14px;
        line-height: 50px; }
        .cruiseoffer-block .image-box .discount li span {
          font-family: "CaslonGraphiqueEF";
          font-size: 40px;
          padding: 0px 5px 0 0;
          line-height: 19px;
          vertical-align: text-top; }
        .cruiseoffer-block .image-box .discount li:first-child {
          top: 15px; }
        .cruiseoffer-block .image-box .discount li:nth-child(2) {
          top: 70px; }
        .cruiseoffer-block .image-box .discount li:nth-child(3) {
          top: 125px; }
  .cruiseoffer-block .caption {
    padding: 20px; }
    .cruiseoffer-block .caption .title {
      font-family: "BentonSansBold";
      font-size: 24px;
      line-height: 27px;
      color: var(--secondrycolor1);
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      min-height: 85px; }
    .cruiseoffer-block .caption .title1 {
      font-family: "BentonSansBold";
      font-size: 24px;
      line-height: 27px;
      color: var(--secondrycolor1);
      padding: 0 0 15px 0; }
    .cruiseoffer-block .caption .desc {
      font-family: "BentonSans";
      font-size: 14px;
      color: #878787; }
    .cruiseoffer-block .caption ul {
      list-style: none;
      padding: 10px 0 0 0; }
      .cruiseoffer-block .caption ul li {
        font-family: "BentonSansMedium";
        font-size: 14px;
        color: #878787;
        padding-bottom: 5px; }
        .cruiseoffer-block .caption ul li span {
          padding-right: 5px;
          width: 33px;
          vertical-align: bottom; }
        .cruiseoffer-block .caption ul li .icon-calender {
          content: url("../../images/icon/gray-icon/calendericon.png"); }
        .cruiseoffer-block .caption ul li .icon-nights {
          content: url("../../images/icon/gray-icon/nights-grey.png"); }
        .cruiseoffer-block .caption ul li .icon-ship {
          content: url("../../images/icon/gray-icon/shipicon1.png"); }
        .cruiseoffer-block .caption ul li .icon-compass {
          content: url("../../images/icon/gray-icon/compass-grey.png"); }
        .cruiseoffer-block .caption ul li .icon-board-basis {
          content: url("../../images/icon/gray-icon/board-basis-grey.png"); }
    .cruiseoffer-block .caption .offer-bot-wrap {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      border-top: 1px dashed #ccc;
      padding-top: 10px;
      margin-top: 5px; }
      .cruiseoffer-block .caption .offer-bot-wrap .price {
        display: inline-block; }
        .cruiseoffer-block .caption .offer-bot-wrap .price span {
          font-family: "BentonSansMedium";
          font-size: 14px;
          line-height: 38px; }
        .cruiseoffer-block .caption .offer-bot-wrap .price div {
          font-family: "CaslonGraphiqueEF";
          font-size: 40px;
          line-height: 38px; }
      .cruiseoffer-block .caption .offer-bot-wrap .btn-offer {
        margin-top: 20px;
        height: 64px;
        min-width: 180px;
        text-transform: uppercase;
        background-color: var(--maincolor1);
        color: var(--white);
        padding: 20px 0px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.4); }
        .cruiseoffer-block .caption .offer-bot-wrap .btn-offer:hover {
          background-color: var(--maincolor2);
          border: none;
          outline: none;
          color: var(--white); }
    .cruiseoffer-block .caption .itinerary {
      padding: 16px 0; }
      .cruiseoffer-block .caption .itinerary ul {
        list-style: none;
        margin: 0 0 0 4px;
        padding: 0 0 0 8px;
        border-left: 2px solid var(--maincolor1); }
        .cruiseoffer-block .caption .itinerary ul li {
          font-size: 14px;
          line-height: 14px;
          position: relative;
          padding-bottom: 10px; }
          .cruiseoffer-block .caption .itinerary ul li:last-child {
            padding: 0; }
          .cruiseoffer-block .caption .itinerary ul li:before {
            content: "\f111";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: var(--maincolor1);
            font-size: 10px;
            padding-right: 0.5em;
            position: absolute;
            top: 1px;
            left: -14px; }
          .cruiseoffer-block .caption .itinerary ul li span {
            font-size: 13px;
            line-height: 26px; }
            .cruiseoffer-block .caption .itinerary ul li span a {
              color: var(--maincolor1); }

.cruiseoffer-block1 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  margin-right: 20px;
  background: var(--white); }
  .cruiseoffer-block1 .image-box {
    position: relative; }
    .cruiseoffer-block1 .image-box .offercruise-img {
      width: 100%;
      height: 154px; }
    .cruiseoffer-block1 .image-box .small-logo {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px 0px 0px 50px;
      padding: 5px 5px 5px 15px;
      width: 100px;
      height: 40px;
      bottom: 5px;
      right: 0px; }
      .cruiseoffer-block1 .image-box .small-logo img {
        height: 100%; }
    .cruiseoffer-block1 .image-box .discount {
      list-style: none; }
      .cruiseoffer-block1 .image-box .discount li {
        position: absolute;
        height: 35px;
        background-color: rgba(0, 0, 0, 0.8);
        color: var(--white);
        justify-content: center;
        padding: 0px 20px;
        border-radius: 0 24px 24px 0;
        font-family: "BentonSansMedium";
        font-size: 12px;
        line-height: 35px; }
        .cruiseoffer-block1 .image-box .discount li span {
          font-family: "CaslonGraphiqueEF";
          font-size: 25px;
          padding: 0px 5px 0 0;
          line-height: 15px;
          vertical-align: text-top; }
        .cruiseoffer-block1 .image-box .discount li:first-child {
          top: 15px; }
        .cruiseoffer-block1 .image-box .discount li:nth-child(2) {
          top: 70px; }
        .cruiseoffer-block1 .image-box .discount li:nth-child(3) {
          top: 125px; }
  .cruiseoffer-block1 .caption {
    padding: 10px; }
    .cruiseoffer-block1 .caption .title {
      font-family: "BentonSansBold";
      font-size: 16px;
      line-height: 20px;
      text-align: left;
      color: var(--secondrycolor1);
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      min-height: 40px; }
    .cruiseoffer-block1 .caption ul {
      list-style: none;
      padding: 10px 0 0 0;
      text-align: left; }
      .cruiseoffer-block1 .caption ul li {
        font-family: "BentonSansMedium";
        font-size: 13px;
        color: #878787;
        padding-bottom: 5px; }
        .cruiseoffer-block1 .caption ul li span {
          padding-right: 5px;
          width: 24px;
          vertical-align: bottom; }
        .cruiseoffer-block1 .caption ul li .icon-calender {
          content: url("../../images/icon/gray-icon/calendericon.png"); }
        .cruiseoffer-block1 .caption ul li .icon-nights {
          content: url("../../images/icon/gray-icon/nights-grey.png"); }
        .cruiseoffer-block1 .caption ul li .icon-ship {
          content: url("../../images/icon/gray-icon/shipicon1.png"); }
        .cruiseoffer-block1 .caption ul li .icon-compass {
          content: url("../../images/icon/gray-icon/compass-grey.png"); }
        .cruiseoffer-block1 .caption ul li .icon-board-basis {
          content: url("../../images/icon/gray-icon/board-basis-grey.png"); }
    .cruiseoffer-block1 .caption .offer-bot-wrap {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      border-top: 1px dashed #ccc;
      padding-top: 0px;
      margin-top: 5px; }
      .cruiseoffer-block1 .caption .offer-bot-wrap .price {
        display: inline-block;
        color: var(--secondrycolor1);
        text-align: left;
        padding: 0 0 0 0; }
        .cruiseoffer-block1 .caption .offer-bot-wrap .price span {
          font-family: "BentonSansMedium";
          font-size: 14px;
          line-height: 20px; }
        .cruiseoffer-block1 .caption .offer-bot-wrap .price div {
          font-family: "CaslonGraphiqueEF";
          font-size: 24px;
          line-height: 28px; }
      .cruiseoffer-block1 .caption .offer-bot-wrap .btn-offer {
        margin-top: 12px;
        height: 40px;
        min-width: 130px;
        text-transform: uppercase;
        background-color: var(--maincolor1);
        color: var(--white);
        padding: 11px 0px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.4);
        font-size: 12px; }
        .cruiseoffer-block1 .caption .offer-bot-wrap .btn-offer:hover {
          background-color: var(--maincolor2);
          border: none;
          outline: none;
          color: var(--white); }
    .cruiseoffer-block1 .caption .itinerary {
      padding: 16px 0; }
      .cruiseoffer-block1 .caption .itinerary ul {
        list-style: none;
        margin: 0 0 0 4px;
        padding: 0 0 0 8px;
        border-left: 2px solid var(--maincolor1); }
        .cruiseoffer-block1 .caption .itinerary ul li {
          font-size: 10px;
          line-height: 10px;
          position: relative;
          padding-bottom: 10px; }
          .cruiseoffer-block1 .caption .itinerary ul li:last-child {
            padding: 0; }
          .cruiseoffer-block1 .caption .itinerary ul li:before {
            content: "\f111";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: var(--maincolor1);
            font-size: 10px;
            padding-right: 0.5em;
            position: absolute;
            top: 1px;
            left: -14px; }
          .cruiseoffer-block1 .caption .itinerary ul li span {
            font-size: 10px;
            line-height: 17px; }
            .cruiseoffer-block1 .caption .itinerary ul li span a {
              color: var(--maincolor1); }

.cruiseoffer-block2 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  margin-right: 20px;
  background: var(--white); }
  .cruiseoffer-block2 .image-box {
    position: relative; }
    .cruiseoffer-block2 .image-box .offercruise-img {
      width: 100%;
      height: 154px; }
    .cruiseoffer-block2 .image-box .small-logo {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px 0px 0px 50px;
      padding: 5px 5px 5px 15px;
      width: 100px;
      height: 40px;
      bottom: 5px;
      right: 0px; }
      .cruiseoffer-block2 .image-box .small-logo img {
        height: 100%; }
    .cruiseoffer-block2 .image-box .discount {
      list-style: none; }
      .cruiseoffer-block2 .image-box .discount li {
        position: absolute;
        height: 35px;
        background-color: rgba(0, 0, 0, 0.8);
        color: var(--white);
        justify-content: center;
        padding: 0px 20px;
        border-radius: 0 24px 24px 0;
        font-family: "BentonSansMedium";
        font-size: 12px;
        line-height: 35px; }
        .cruiseoffer-block2 .image-box .discount li span {
          font-family: "CaslonGraphiqueEF";
          font-size: 25px;
          padding: 0px 5px 0 0;
          line-height: 15px;
          vertical-align: text-top; }
        .cruiseoffer-block2 .image-box .discount li:first-child {
          top: 15px; }
        .cruiseoffer-block2 .image-box .discount li:nth-child(2) {
          top: 70px; }
        .cruiseoffer-block2 .image-box .discount li:nth-child(3) {
          top: 125px; }
  .cruiseoffer-block2 .caption {
    padding: 15px; }
    .cruiseoffer-block2 .caption .title {
      font-family: "BentonSansBold";
      font-size: 16px;
      line-height: 20px;
      text-align: left;
      color: var(--secondrycolor1);
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      min-height: 40px; }
    .cruiseoffer-block2 .caption p {
      color: var(--secondrycolor1);
      text-align: left;
      font-size: 20px;
      font-weight: 600;
      line-height: 23px;
      padding: 5px 0 0 0; }
      .cruiseoffer-block2 .caption p span {
        font-size: 12px;
        color: #878787; }
    .cruiseoffer-block2 .caption ul {
      list-style: none;
      padding: 10px 0 0 0;
      text-align: left; }
      .cruiseoffer-block2 .caption ul li {
        font-family: "BentonSansMedium";
        font-size: 13px;
        color: #878787;
        padding-bottom: 5px; }
        .cruiseoffer-block2 .caption ul li span {
          padding-right: 5px;
          width: 24px;
          vertical-align: bottom; }
        .cruiseoffer-block2 .caption ul li .icon-calender {
          content: url("../../images/icon/gray-icon/calendericon.png"); }
        .cruiseoffer-block2 .caption ul li .icon-nights {
          content: url("../../images/icon/gray-icon/nights-grey.png"); }
        .cruiseoffer-block2 .caption ul li .icon-ship {
          content: url("../../images/icon/gray-icon/shipicon1.png"); }
        .cruiseoffer-block2 .caption ul li .icon-compass {
          content: url("../../images/icon/gray-icon/compass-grey.png"); }
        .cruiseoffer-block2 .caption ul li .icon-board-basis {
          content: url("../../images/icon/gray-icon/board-basis-grey.png"); }
    .cruiseoffer-block2 .caption .offer-bot-wrap {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      padding-top: 15px;
      margin-top: 5px;
      position: relative; }
      .cruiseoffer-block2 .caption .offer-bot-wrap .price {
        display: inline-block;
        color: var(--secondrycolor1);
        text-align: left;
        padding: 0 0 0 0; }
        .cruiseoffer-block2 .caption .offer-bot-wrap .price span {
          font-family: "BentonSansMedium";
          font-size: 14px;
          line-height: 20px; }
        .cruiseoffer-block2 .caption .offer-bot-wrap .price div {
          font-family: "CaslonGraphiqueEF";
          font-size: 24px;
          line-height: 28px; }
        .cruiseoffer-block2 .caption .offer-bot-wrap .price ul {
          list-style: none;
          margin: 0 0 0 4px;
          padding: 0 0 0 8px;
          border-left: 2px solid var(--maincolor1); }
          .cruiseoffer-block2 .caption .offer-bot-wrap .price ul li {
            font-size: 10px;
            line-height: 10px;
            position: relative; }
            .cruiseoffer-block2 .caption .offer-bot-wrap .price ul li:last-child {
              padding: 0; }
            .cruiseoffer-block2 .caption .offer-bot-wrap .price ul li:before {
              content: "\f111";
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              text-decoration: inherit;
              color: var(--maincolor1);
              font-size: 10px;
              padding-right: 0.5em;
              position: absolute;
              top: 1px;
              left: -14px; }
            .cruiseoffer-block2 .caption .offer-bot-wrap .price ul li span {
              font-size: 10px; }
              .cruiseoffer-block2 .caption .offer-bot-wrap .price ul li span a {
                color: var(--maincolor1); }
      .cruiseoffer-block2 .caption .offer-bot-wrap .btn-offer {
        color: var(--maincolor1);
        text-align: right;
        font-size: 10px;
        font-weight: 600;
        position: absolute;
        right: 0;
        bottom: 0; }

@media screen and (max-width: 640px) {
  .cruiseoffer-block .caption .offer-bot-wrap .price div {
    font-size: 32px;
    line-height: 38px; }
  .cruiseoffer-block .caption .offer-bot-wrap .btn-offer {
    margin-top: 25px;
    height: 54px;
    min-width: 150px;
    font-size: 14px;
    padding: 15px 10px; } }
.cruiseship-block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  background: var(--white);
  cursor: pointer; }
  .cruiseship-block .image-box {
    position: relative;
    height: 240px;
    overflow: hidden; }
    .cruiseship-block .image-box .cruise-img {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .cruiseship-block .image-box .small-logo {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px 0px 0px 50px;
      padding: 5px 5px 5px 15px;
      width: 100px;
      height: 40px;
      bottom: 5px;
      right: 0px; }
      .cruiseship-block .image-box .small-logo img {
        height: 100%; }
  .cruiseship-block .caption {
    padding: 20px; }
    .cruiseship-block .caption .title1 {
      font-family: "BentonSansBold";
      font-size: 24px;
      line-height: 27px;
      color: var(--secondrycolor1);
      padding: 0 0 15px 0; }
    .cruiseship-block .caption .desc {
      font-family: "BentonSans";
      font-size: 14px;
      color: #878787;
      height: 210px;
      overflow: scroll;
      overflow-x: hidden; }

.ship-block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin: 5px;
  background: var(--white);
  cursor: pointer; }
  .ship-block .image-box {
    position: relative;
    height: 190px;
    overflow: hidden; }
    .ship-block .image-box .cruise-img {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .ship-block .image-box .small-logo {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px 0px 0px 50px;
      padding: 5px 5px 5px 15px;
      width: 100px;
      height: 40px;
      bottom: 5px;
      right: 0px; }
      .ship-block .image-box .small-logo img {
        height: 100%; }
    .ship-block .image-box p {
      position: absolute;
      height: 35px;
      background-color: rgba(0, 0, 0, 0.8);
      color: var(--white);
      justify-content: center;
      padding: 0px 20px;
      border-radius: 0 24px 24px 0;
      font-family: "BentonSansMedium";
      font-size: 12px;
      line-height: 35px;
      bottom: 10px; }
  .ship-block .caption {
    padding: 20px; }
    .ship-block .caption .title1 {
      font-family: "BentonSansBold";
      font-size: 24px;
      line-height: 27px;
      color: var(--secondrycolor1);
      padding: 0 0 15px 0; }
    .ship-block .caption .desc {
      font-family: "BentonSans";
      font-size: 14px;
      color: #878787;
      height: 210px; }

/************************Flight and pacheges css End ******************************************/
/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 1024px) {
  .only-tab {
    display: block !important; } }
@media screen and (max-width: 768px) {
  .not-mobile {
    display: block; }

  .only-mobile {
    display: block; }

  .only-tab {
    display: block !important; } }
@media screen and (max-width: 640px) {
  .only-desktop {
    display: none !important; }

  .only-desktop-inline {
    display: none !important; }

  .only-desktop-inline-block {
    display: none !important; }

  .only-tab {
    display: none !important; }

  .only-mobile {
    display: block !important; }

  .only-mobile-inline {
    display: flex !important; }

  .not-mobile {
    display: none; }

  .mobile-none {
    display: none; }

  .btn-large {
    width: auto;
    padding: 10px 15px;
    font-size: 13px; }

  .breadcrumbs {
    padding: 80px 0 0 0px; }
    .breadcrumbs ul {
      overflow: scroll; } }
/******************************************** Responsive CSS Ends ********************************************/
.inpt-txt {
  width: 100%;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin: 0 0 10px 0; }

/******************************************** Header Css Start ********************************************/
.header-iframe {
  width: 100%;
  height: 73px;
  position: fixed;
  z-index: 1; }
  .header-iframe iframe {
    width: 100%;
    height: 73px;
    overflow: hidden; }

.nav-bg {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: var(--white); }
  .nav-bg .container-fluid {
    padding: 0; }
  .nav-bg .logo {
    width: 230px; }
  .nav-bg .contacts {
    text-align: center;
    margin: 0 20px; }
    .nav-bg .contacts span {
      font-size: 14px;
      line-height: 24px;
      font-family: "BentonSansMedium"; }
    .nav-bg .contacts .phone {
      font-size: 29px;
      line-height: 27px;
      letter-spacing: 2px;
      font-family: "BentonSansBlack"; }
  .nav-bg .nav-item {
    padding: 0 10px; }
  .nav-bg .nav-link {
    font-size: 16px;
    line-height: 20px;
    font-family: "BentonSans";
    font-weight: 400; }
    .nav-bg .nav-link:hover {
      color: #9f9f9f; }
    .nav-bg .nav-link.active {
      color: #9f9f9f;
      cursor: default; }
  .nav-bg .large-dropdown {
    box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.51);
    border-radius: 5px;
    padding: 30px;
    border: 0;
    top: 170%;
    left: -130px; }
    .nav-bg .large-dropdown.crpack {
      width: 750px;
      left: -45px; }
    .nav-bg .large-dropdown.crdeal {
      width: 1100px;
      left: -320px; }
    .nav-bg .large-dropdown.crddest {
      width: 950px;
      left: -415px; }
    .nav-bg .large-dropdown.crline {
      width: 950px;
      left: -620px; }
    .nav-bg .large-dropdown.holiday {
      width: 980px;
      left: -775px; }
    .nav-bg .large-dropdown .title {
      font-family: "BentonSansMedium";
      color: var(--maincolor1);
      font-size: 16px;
      line-height: 27px; }
    .nav-bg .large-dropdown .title2 {
      font-family: "BentonSansMedium";
      color: var(--secondrycolor1);
      font-size: 18px;
      line-height: 17px;
      padding: 0 0 10px 0;
      display: block; }
    .nav-bg .large-dropdown .column {
      flex-direction: column;
      flex: 1;
      justify-content: flex-start;
      font-size: 14px;
      text-align: left;
      padding-top: 10px; }
      .nav-bg .large-dropdown .column.column2 li {
        width: 49% !important;
        display: inline-block !important; }
      .nav-bg .large-dropdown .column.column4 li {
        width: 24.5% !important;
        display: inline-block !important; }
      .nav-bg .large-dropdown .column li {
        font-family: "BentonSans";
        letter-spacing: 0.5px;
        line-height: 28px;
        width: 100%;
        list-style: none;
        text-transform: capitalize; }
        .nav-bg .large-dropdown .column li a {
          color: var(--secondrycolor2); }
          .nav-bg .large-dropdown .column li a.view-all {
            text-transform: uppercase;
            font-size: 10px;
            letter-spacing: 2px;
            font-family: "BentonSansBold";
            text-decoration: underline; }
            .nav-bg .large-dropdown .column li a.view-all:hover {
              color: var(--secondrycolor1); }
          .nav-bg .large-dropdown .column li a:hover {
            color: var(--black); }

.dropdown-menu::after {
  position: absolute;
  top: -9px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white); }

.dropdown-menu.crpack::after {
  left: 130px; }

.dropdown-menu.crdeal::after {
  right: 64%; }

.dropdown-menu.crddest::after {
  right: 45%; }

.dropdown-menu.crline::after {
  right: 26%; }

.dropdown-menu.holiday::after {
  right: 14%; }

.navbar-toggler {
  content: "";
  background-image: url("../../images/icon/mobile-menu-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
  background-color: transparent !important;
  border: 0; }
  .navbar-toggler:focus {
    border: 0;
    box-shadow: none; }

/****************************************** Responsive CSS Starts *****************************************/
@media screen and (max-width: 640px) {
  .header-iframe {
    width: 100%;
    height: 64px;
    position: fixed;
    z-index: 1; }
    .header-iframe iframe {
      width: 100%;
      height: 64px;
      overflow: hidden; }

  .nav-bg .logo {
    width: 150px;
    margin: 4px 0 4px 10px; }
  .nav-bg .large-dropdown {
    width: 100%;
    padding: 15px;
    height: 350px;
    overflow: scroll;
    box-shadow: 0px 20px 50px 10px lightgray; }
    .nav-bg .large-dropdown:after {
      display: none; }
    .nav-bg .large-dropdown .title {
      font-size: 15px;
      line-height: 17px; }
    .nav-bg .large-dropdown .column {
      font-size: 13px;
      padding: 0 0 20px 0; }
      .nav-bg .large-dropdown .column.column2 li {
        width: 100% !important; }
      .nav-bg .large-dropdown .column.column4 li {
        width: 100% !important; }

  .nav-mobile {
    border-top: 1px solid #ccc;
    background: #f6f6f6;
    margin: 0 0 20px 0px; }
    .nav-mobile .nav-item {
      padding: 0; }
      .nav-mobile .nav-item .nav-link {
        font-size: 14px;
        border-bottom: 1px solid #d6d6d6;
        padding: 10px; }
        .nav-mobile .nav-item .nav-link:after {
          position: absolute;
          right: 10px;
          top: 20px; } }
/****************************************** Responsive CSS Ends *****************************************/
/******************************************** Header Css End ********************************************/
/******************************************** Footer Css Start ********************************************/
.footer-iframe {
  width: 100%;
  height: 850px; }
  .footer-iframe iframe {
    width: 100%;
    height: 850px;
    overflow: hidden; }

.footer {
  background: var(--black);
  background: linear-gradient(180deg, #0a8f94 1%, black 20%); }
  .footer .footer-container {
    position: relative; }
    .footer .footer-container .subscription-section {
      position: relative;
      margin: 0px;
      background-image: url("../../images/mink-mingle-unsplash.jpeg");
      width: 100%;
      height: 230px; }
      .footer .footer-container .subscription-section:before {
        content: "";
        position: absolute;
        background-image: linear-gradient(180deg, transparent, black);
        width: 100%;
        height: 146px;
        top: 84px; }
    .footer .footer-container .subscription {
      max-width: 1240px;
      margin: 0 auto 60px;
      position: relative;
      padding: 50px 0 0 0; }
      .footer .footer-container .subscription .subscribtion-text-group {
        padding: 25px 0 0 0; }
        .footer .footer-container .subscription .subscribtion-text-group .subscribe {
          font-family: "BentonSansMedium";
          font-size: 30px;
          line-height: 24px;
          color: var(--white); }
        .footer .footer-container .subscription .subscribtion-text-group .desc {
          font-size: 18px;
          line-height: 24px;
          color: var(--white); }
      .footer .footer-container .subscription .email-area {
        border-radius: 2px;
        display: flex;
        display: -webkit-flex;
        background: var(--white);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
        height: 96px;
        padding: 20px;
        align-items: center; }
        .footer .footer-container .subscription .email-area .email {
          width: 100%;
          height: 56px;
          font-size: 16px;
          border: 0; }
          .footer .footer-container .subscription .email-area .email::-webkit-input-placeholder {
            font-style: italic; }
        .footer .footer-container .subscription .email-area .email-btn {
          width: 155px;
          height: 54px;
          margin: 0;
          border-radius: 2px;
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
          background-color: var(--maincolor1);
          color: var(--white);
          font-size: 14px;
          font-family: "BentonSansMedium";
          letter-spacing: 1px; }
    .footer .footer-container .footer-link {
      max-width: calc(100% - 25px);
      padding: 0 25px;
      position: relative;
      padding-top: 50px; }
      .footer .footer-container .footer-link h3 {
        font-family: "CaslonGraphiqueEF";
        font-size: 14px;
        color: var(--maincolor1); }
        .footer .footer-container .footer-link h3 a {
          color: var(--maincolor1); }
      .footer .footer-container .footer-link ul {
        margin-top: 25px;
        padding-bottom: 20px; }
        .footer .footer-container .footer-link ul li {
          font-size: 12px;
          padding: 7px 0 6px 0;
          list-style-type: none; }
          .footer .footer-container .footer-link ul li a {
            color: var(--white); }
            .footer .footer-container .footer-link ul li a.view-all {
              font-family: "BentonSansMedium";
              text-decoration: underline;
              text-transform: uppercase; }
      .footer .footer-container .footer-link .contacts {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        font-family: "BentonSansMedium";
        font-size: 18px;
        letter-spacing: 1px;
        padding-top: 20px;
        border-top: 1px solid #0a4241; }
        .footer .footer-container .footer-link .contacts .contact-wrap {
          display: flex;
          display: -webkit-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .footer .footer-container .footer-link .contacts .contact-wrap .phone {
            display: flex;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
            padding-right: 70px;
            padding-top: 20px;
            color: #ffffff; }
          .footer .footer-container .footer-link .contacts .contact-wrap .email {
            display: flex;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
            padding-right: 80px;
            padding-top: 20px;
            color: #ffffff; }
        .footer .footer-container .footer-link .contacts .legal img {
          height: 40px;
          margin: 0 0 0 30px; }
      .footer .footer-container .footer-link .disclaimer {
        font-family: "BentonSansMedium";
        font-size: 9px;
        line-height: 14px;
        text-align: left;
        margin-top: 20px;
        color: var(--white); }
      .footer .footer-container .footer-link .partners {
        margin-top: 35px;
        margin-bottom: 25px; }
        .footer .footer-container .footer-link .partners .marquee-container {
          width: 100%;
          padding: 15px 0; }
          .footer .footer-container .footer-link .partners .marquee-container .marquee-box {
            max-width: 100% !important; }
            .footer .footer-container .footer-link .partners .marquee-container .marquee-box img {
              margin: 0 15px; }
      .footer .footer-container .footer-link .copyright {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        font-size: 14px;
        margin-bottom: 30px;
        color: var(--white); }
      .footer .footer-container .footer-link .bdr-footer {
        border-left: 1px solid #0a4241;
        padding-left: 30px; }
    .footer .footer-container .return-top {
      position: absolute;
      right: 15px;
      top: 15px;
      text-align: center;
      cursor: pointer;
      color: var(--white); }
      .footer .footer-container .return-top .icon-return {
        content: url("../../images/icon/return-top-icon.svg");
        width: 32px; }
      .footer .footer-container .return-top div {
        padding-top: 0px;
        font-size: 11px; }

/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 640px) {
  .footer-iframe {
    width: 100%;
    height: 1550px; }
    .footer-iframe iframe {
      width: 100%;
      height: 1550px;
      overflow: hidden; }

  .footer .footer-container .subscription-section {
    overflow: hidden;
    width: 100%; }
  .footer .footer-container .subscription {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0; }
    .footer .footer-container .subscription .subscribtion-text-group {
      padding: 0;
      text-align: center; }
      .footer .footer-container .subscription .subscribtion-text-group .subscribe {
        font-size: 22px; }
      .footer .footer-container .subscription .subscribtion-text-group .desc {
        font-size: 14px;
        line-height: 18px; }
    .footer .footer-container .subscription .email-area {
      margin: 15px; }
  .footer .footer-container .footer-link {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px 15px; }
    .footer .footer-container .footer-link ul {
      margin: 10px 0 0px 0; }
    .footer .footer-container .footer-link .contacts {
      display: block;
      font-size: 16px;
      padding-top: 0px; }
      .footer .footer-container .footer-link .contacts .contact-wrap {
        display: block; }
      .footer .footer-container .footer-link .contacts .legal {
        padding: 30px 0 0 0; }
        .footer .footer-container .footer-link .contacts .legal img {
          margin: 0 27px 0 0; }
    .footer .footer-container .footer-link .partners {
      margin-top: 15px;
      margin-bottom: 15px; }
    .footer .footer-container .footer-link .copyright {
      margin-bottom: 10px;
      font-size: 12px;
      display: block;
      text-align: center; }
      .footer .footer-container .footer-link .copyright .citrus {
        display: block;
        width: 100%;
        padding: 0 0 15px 0; }
    .footer .footer-container .footer-link .bdr-footer {
      border-left: 0;
      padding-left: 15px; }
  .footer .footer-container .return-top {
    display: none;
    position: absolute;
    right: 15px;
    top: 225px;
    text-align: center;
    cursor: pointer;
    color: var(--white); }
    .footer .footer-container .return-top .icon-return {
      content: url("../../images/icon/return-top-icon.svg"); }
    .footer .footer-container .return-top div {
      padding-top: 20px;
      font-size: 14px; } }
@media screen and (max-width: 360px) {
  .footer-iframe {
    width: 100%;
    height: 1620px; }
    .footer-iframe iframe {
      width: 100%;
      height: 1620px;
      overflow: hidden; } }
/******************************************** Responsive CSS Ends ********************************************/
/******************************************** Footer Css End ********************************************/
/*******************Subscription Section Css Start*****************/
/*******************Subscription Section Css Ends*****************/
/******************************************** Cruise Home Page Css Start ********************************************/
.india-flights-banner-block .main-header-content {
  padding: 200px 0 120px 0;
  background: rgba(119, 188, 32, 0.95);
  height: 100vh;
  color: #fff; }
  .india-flights-banner-block .main-header-content h1 {
    font-family: "CaslonGraphiqueEF";
    font-size: 45px;
    line-height: 47px;
    padding: 0px 0 40px 0;
    color: var(--white); }
  .india-flights-banner-block .main-header-content .select-flights {
    background: #8fd42f;
    padding: 20px;
    border-radius: 20px;
    margin: 0 400px;
    text-align: left; }
    .india-flights-banner-block .main-header-content .select-flights p {
      font-weight: 600;
      font-size: 18px;
      padding: 0 0 15px 0; }
      .india-flights-banner-block .main-header-content .select-flights p img {
        margin: 0 10px 0 0;
        width: 30px; }
    .india-flights-banner-block .main-header-content .select-flights select {
      background: #c6ff76;
      border: 0;
      width: 100%;
      padding: 15px;
      border-radius: 5px;
      margin: 3px 0; }
    .india-flights-banner-block .main-header-content .select-flights .btn-okay {
      background: #6fb60c;
      border-radius: 5px;
      padding: 10px 20px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin: 10px 0 0 0; }
      .india-flights-banner-block .main-header-content .select-flights .btn-okay:hover {
        background: #8bb748; }

#flight-wrapper {
  background: url(../../images/indiaflights-img/indian_tourism.jpg) no-repeat center 0;
  background-size: cover;
  margin: 0 auto;
  height: 100vh;
  text-align: center;
  padding: 0; }

.main-container-flight {
  background: var(--white);
  padding: 0px 0 0 0; }
  .main-container-flight .section-a {
    position: relative;
    padding: 100px 140px;
    max-width: 100%;
    background: linear-gradient(0deg, #fff, #f1f1f1);
    margin: 0;
    text-align: left; }
    .main-container-flight .section-a h3 {
      font-size: 40px;
      padding: 0 0 10px 0; }
    .main-container-flight .section-a p {
      font-size: 17px;
      padding: 0 100px 0 0; }
    .main-container-flight .section-a img {
      width: 100%;
      border-radius: 10px; }
    .main-container-flight .section-a table {
      border: 1px solid #ccc;
      background: #fff;
      margin: 20px 0 0 0; }
      .main-container-flight .section-a table td {
        border: 1px solid #ccc;
        text-align: center;
        width: 20%;
        vertical-align: middle;
        padding: 10px; }
        .main-container-flight .section-a table td p {
          font-size: 13px;
          padding: 0; }
          .main-container-flight .section-a table td p b {
            font-weight: 600; }
  .main-container-flight .section-b {
    position: relative;
    padding: 70px 140px;
    max-width: 100%;
    background-color: #56d9cd;
    margin: 0;
    text-align: left; }
    .main-container-flight .section-b h3 {
      font-size: 40px;
      padding: 0px 0 10px 0;
      color: #fff; }
    .main-container-flight .section-b p {
      font-size: 17px;
      padding: 0 100px 0 0;
      color: #fff; }
    .main-container-flight .section-b iframe {
      width: 100%;
      border: 0;
      height: 360px; }
  .main-container-flight .section-c {
    position: relative;
    padding: 70px 140px;
    max-width: 100%;
    background-color: #f25252;
    margin: 0;
    text-align: left; }
    .main-container-flight .section-c h3 {
      font-size: 40px;
      padding: 0px 0 10px 0;
      color: #fff; }
    .main-container-flight .section-c p {
      font-size: 17px;
      padding: 0 100px 0 0;
      color: #fff; }
    .main-container-flight .section-c iframe {
      width: 100%;
      border: 0;
      height: 560px; }
  .main-container-flight .places-section {
    max-width: 1240px;
    margin: 100px auto 0px;
    position: relative; }
    .main-container-flight .places-section h2 {
      padding: 0 0 30px 0;
      font-size: 45px;
      line-height: 50px;
      text-align: center;
      font-family: "CaslonGraphiqueEF";
      color: var(--secondrycolor1); }
    .main-container-flight .places-section .indiaflights-seo-blk {
      margin: 0 0 20px 0;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
      border-radius: 20px; }
      .main-container-flight .places-section .indiaflights-seo-blk .blk-containt {
        padding: 30px 30px 30px 30px; }
      .main-container-flight .places-section .indiaflights-seo-blk h2 {
        margin: 0;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: initial;
        font-family: "BentonSansBold";
        color: var(--secondrycolor1);
        text-align: left;
        padding: 0 0 10px 0; }
      .main-container-flight .places-section .indiaflights-seo-blk p {
        padding: 0 0 10px 0;
        font-size: 15px;
        line-height: 22px;
        font-family: "BentonSans";
        color: var(--secondrycolor1); }
      .main-container-flight .places-section .indiaflights-seo-blk ul {
        padding: 0 0 0 20px; }
        .main-container-flight .places-section .indiaflights-seo-blk ul li {
          padding: 0 0 10px 0;
          font-size: 15px;
          line-height: 22px;
          font-family: "BentonSans";
          color: var(--secondrycolor1); }
      .main-container-flight .places-section .indiaflights-seo-blk .img-right {
        width: 100%;
        border-radius: 0 20px 20px 0;
        height: 100%; }
      .main-container-flight .places-section .indiaflights-seo-blk .img-left {
        width: 100%;
        border-radius: 20px 0 0 20px;
        height: 100%; }
  .main-container-flight .other-destination-section {
    max-width: 1240px;
    margin: 100px auto 0px;
    position: relative; }
    .main-container-flight .other-destination-section.mr100 {
      margin: 100px auto 100px; }
    .main-container-flight .other-destination-section h2 {
      padding: 0 0 30px 0;
      font-size: 45px;
      line-height: 50px;
      text-align: center;
      font-family: "CaslonGraphiqueEF";
      color: var(--secondrycolor1); }
    .main-container-flight .other-destination-section p {
      text-align: center;
      font-size: 15px;
      line-height: 22px;
      font-family: "BentonSans";
      color: var(--secondrycolor1); }
    .main-container-flight .other-destination-section .other-destination {
      margin: 0 0 20px 0;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
      border-radius: 20px;
      padding: 0 0 20px 0; }
      .main-container-flight .other-destination-section .other-destination h6 {
        margin: 0;
        padding: 20px 20px 10px 20px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: initial;
        font-family: "BentonSansBold";
        color: var(--secondrycolor1); }
      .main-container-flight .other-destination-section .other-destination p {
        padding: 0 20px 0px 20px;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
        font-family: "BentonSans";
        color: var(--secondrycolor1); }
      .main-container-flight .other-destination-section .other-destination img {
        width: 100%;
        border-radius: 20px 20px 0 0; }
    .main-container-flight .other-destination-section .health-section {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
      border-radius: 20px;
      padding: 0 0 15px 0;
      min-height: 220px; }
      .main-container-flight .other-destination-section .health-section h6 {
        margin: 0;
        padding: 20px 20px 10px 20px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: initial;
        font-family: "BentonSansBold";
        color: var(--secondrycolor1); }
      .main-container-flight .other-destination-section .health-section p {
        padding: 0 20px 0px 20px;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
        font-family: "BentonSans";
        color: var(--secondrycolor1); }
        .main-container-flight .other-destination-section .health-section p img {
          width: 100px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
          border-radius: 50%;
          float: right;
          padding: 5px;
          background: #fff;
          margin: 0 0 0 15px; }
  .main-container-flight .state-section {
    max-width: 1240px;
    margin: 50px auto 50px;
    position: relative; }
    .main-container-flight .state-section h2 {
      padding: 0 0 10px 0;
      font-size: 25px;
      line-height: 28px;
      text-align: left;
      font-family: "CaslonGraphiqueEF";
      color: var(--maincolor1); }
    .main-container-flight .state-section img {
      width: 100%;
      margin: 0 0 15px 0; }
    .main-container-flight .state-section p {
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      padding: 0 0 15px 0;
      font-family: "BentonSans";
      color: var(--secondrycolor1); }
    .main-container-flight .state-section iframe {
      width: 100%;
      border: 0;
      margin: 0 0 20px 0;
      height: 400px; }
      .main-container-flight .state-section iframe.map {
        height: 500px; }

/****************Scroll bar ******/
.scrollbar {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 10px 0px 0; }

.scroll-160 {
  height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 10px 0px 0; }

.style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #fff; }

.style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #fff; }

.style-4::-webkit-scrollbar-thumb {
  background-color: #1c84c6;
  border: 2px solid #1c84c6; }

/****************Scroll bar  end******/
/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 640px) {
  .india-flights-banner-block .main-header-content {
    padding: 100px 0 70px 0;
    height: auto; }
    .india-flights-banner-block .main-header-content h1 {
      font-size: 30px;
      line-height: 35px; }
    .india-flights-banner-block .main-header-content .select-flights {
      margin: 0 20px; }

  #flight-wrapper {
    height: auto; }

  .main-container-flight .section-a {
    padding: 70px 20px; }
    .main-container-flight .section-a h3 {
      font-size: 30px;
      line-height: 34px;
      padding: 0 0 10px 0; }
    .main-container-flight .section-a p {
      font-size: 14px;
      padding: 0; }
    .main-container-flight .section-a table {
      margin: 20px 0; }
      .main-container-flight .section-a table td {
        width: 50%;
        display: inline-block; }
        .main-container-flight .section-a table td p {
          font-size: 11px; }
        .main-container-flight .section-a table td:last-child {
          width: 100%; }
  .main-container-flight .section-b {
    padding: 70px 20px; }
    .main-container-flight .section-b h3 {
      font-size: 30px; }
    .main-container-flight .section-b p {
      font-size: 14px;
      padding: 0 0 30px 0; }
    .main-container-flight .section-b iframe {
      width: 100%;
      border: 0;
      height: 200px; }
  .main-container-flight .section-c {
    padding: 70px 20px; }
    .main-container-flight .section-c h3 {
      font-size: 30px; }
    .main-container-flight .section-c p {
      font-size: 14px;
      padding: 0 30px 0 0; }
    .main-container-flight .section-c iframe {
      width: 100%;
      border: 0;
      height: 200px; }
      .main-container-flight .section-c iframe.map {
        height: 400px; }
  .main-container-flight .places-section {
    max-width: 100%;
    margin: 70px 15px;
    position: relative; }
    .main-container-flight .places-section h2 {
      font-size: 30px;
      line-height: 32px; }
    .main-container-flight .places-section h3 {
      font-size: 20px;
      line-height: 27px;
      padding: 25px 0 15px 0; }
    .main-container-flight .places-section .indiaflights-seo-blk {
      border-radius: 10px; }
      .main-container-flight .places-section .indiaflights-seo-blk .blk-containt {
        padding: 15px 20px; }
      .main-container-flight .places-section .indiaflights-seo-blk h2 {
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: unset; }
      .main-container-flight .places-section .indiaflights-seo-blk p {
        font-size: 14px;
        line-height: 20px; }
      .main-container-flight .places-section .indiaflights-seo-blk .img-right {
        border-radius: 0 0 10px 10px; }
      .main-container-flight .places-section .indiaflights-seo-blk .img-left {
        border-radius: 10px 10px 0 0; }
  .main-container-flight .other-destination-section {
    max-width: 100%;
    margin: 20px auto 20px;
    padding: 0 15px; }
    .main-container-flight .other-destination-section.mr100 {
      margin: 70px auto 70px; }
    .main-container-flight .other-destination-section h2 {
      font-size: 30px;
      line-height: 32px; }
    .main-container-flight .other-destination-section p {
      font-size: 15px;
      line-height: 22px; }
    .main-container-flight .other-destination-section .other-destination h6 {
      font-size: 17px;
      line-height: 24px; }
    .main-container-flight .other-destination-section .other-destination p {
      font-size: 14px;
      line-height: 20px; }
    .main-container-flight .other-destination-section .health-section {
      padding: 0 0 15px 0;
      min-height: auto;
      margin-bottom: 20px; }
      .main-container-flight .other-destination-section .health-section h6 {
        font-size: 17px;
        line-height: 24px; }
      .main-container-flight .other-destination-section .health-section p {
        font-size: 14px;
        line-height: 20px; }
  .main-container-flight .state-section {
    max-width: 100%;
    padding: 0 20px; }
    .main-container-flight .state-section h2 {
      font-size: 22px;
      line-height: 24px; }
    .main-container-flight .state-section p {
      font-size: 14px;
      line-height: 20px; }
    .main-container-flight .state-section iframe {
      width: 100%;
      border: 0;
      margin: 0 0 20px 0;
      height: 200px; }
      .main-container-flight .state-section iframe.map {
        height: 400px; }

  .scrollbar, .scroll-160 {
    height: auto; } }
/******************************************** Responsive CSS Ends ********************************************/
/******************************************** Cruise Home Page Css End ********************************************/
/******************************************** Owl Carousel Css Start ********************************************/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/******************************************** Owl Carousel page Css End ********************************************/
/******************************************** Other Static Pages Css Start ********************************************/
#common-wrapper {
  background: url("../../images/blog/hero-image.jpg") no-repeat left 0;
  background-size: cover;
  margin: 0 auto;
  height: 400px;
  text-align: center;
  padding: 0; }

.common-banner-block .main-header-content {
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 400px; }
  .common-banner-block .main-header-content .type {
    font-family: "BentonSansBold";
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    color: var(--white);
    padding: 80px 20px 0 20px; }
  .common-banner-block .main-header-content .title {
    font-family: "CaslonGraphiqueEF";
    font-size: 64px;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    color: var(--white); }

.main-container-common {
  padding: 0 0 50px 0; }
  .main-container-common .container {
    padding-top: 40px; }
  .main-container-common h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0 0 0; }
  .main-container-common .paragraph {
    text-align: left;
    font-family: "BentonSans";
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    padding: 5px 0 20px 0; }
    .main-container-common .paragraph a {
      color: var(--black); }
  .main-container-common ul {
    margin: 0;
    padding: 0 0 0 20px; }
    .main-container-common ul li {
      padding: 0 0 5px 0; }
  .main-container-common table {
    font-size: 14px; }
  .main-container-common .well {
    padding: 19px;
    margin: 30px 0 50px 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .main-container-common .well h4 {
      font-size: 18px; }
  .main-container-common .contact-blk {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 10px 0 20px 0;
    min-height: 160px; }
    .main-container-common .contact-blk h5 {
      font-size: 16px;
      font-weight: 700;
      padding: 0 0 10px 0; }
    .main-container-common .contact-blk p {
      font-size: 14px; }
      .main-container-common .contact-blk p .p-number {
        font-size: 22px;
        color: var(--black);
        font-weight: 600; }
      .main-container-common .contact-blk p .email {
        font-size: 16px;
        color: var(--black);
        font-weight: 600; }
    .main-container-common .contact-blk .ico {
      position: absolute;
      right: 10px;
      bottom: 10px;
      font-size: 55px;
      opacity: .1;
      color: var(--black); }
  .main-container-common .testimonial-blk {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 10px 0 20px 0; }
    .main-container-common .testimonial-blk .thumbnail {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
    .main-container-common .testimonial-blk h5 {
      font-size: 16px;
      font-weight: 700;
      padding: 0 0 10px 0; }
    .main-container-common .testimonial-blk p {
      font-size: 14px; }
      .main-container-common .testimonial-blk p small {
        font-size: 12px;
        color: var(--secondrycolor3); }
      .main-container-common .testimonial-blk p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px; }
    .main-container-common .testimonial-blk .rate-star {
      font-size: 12px; }
      .main-container-common .testimonial-blk .rate-star i {
        padding: 0 3px 0 0; }

/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 640px) {
  #common-wrapper {
    height: 300px; }

  .common-banner-block .main-header-content {
    padding: 0 15px;
    height: 300px; }
    .common-banner-block .main-header-content .type {
      font-size: 14px;
      padding: 50px 0 0 0; }
    .common-banner-block .main-header-content .title {
      font-size: 36px;
      line-height: 46px; }

  .main-container-common .container {
    padding-top: 40px; }
  .main-container-common .paragraph {
    font-size: 14px; }
  .main-container-common .well h4 {
    font-size: 16px;
    line-height: 24px; }
  .main-container-common .contact-blk {
    margin: 10px 0 20px 0;
    min-height: auto; }
    .main-container-common .contact-blk .ico {
      font-size: 45px; }
  .main-container-common .testimonial-blk .thumbnail {
    margin: 10px 0 20px 0; } }
/******************************************** Responsive CSS Ends ********************************************/
/******************************************** Other Static Pages Css Start page Css End ********************************************/

/*# sourceMappingURL=style.css.map */
