/* 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 .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; }

.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 ********************************************/
/******************************************** Header Css Start ********************************************/
.header-iframe {
  width: 100%;
  height: 84px;
  position: fixed;
  z-index: 1; }
  .header-iframe iframe {
    width: 100%;
    height: 84px;
    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: 594px; }
  .footer-iframe iframe {
    width: 100%;
    height: 594px;
    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;
      display: none; }
      .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: 1376px; }
    .footer-iframe iframe {
      width: 100%;
      height: 1376px;
      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; } }
/******************************************** Responsive CSS Ends ********************************************/
/******************************************** Footer Css End ********************************************/
/*******************Subscription Section Css Start*****************/
/*******************Subscription Section Css Ends*****************/
/******************************************** Cruise Home Page Css Start ********************************************/
.cruise-banner-block .main-header-content {
  padding: 0;
  background: rgba(0, 0, 0, 0.2); }
  .cruise-banner-block .main-header-content .cruise-section-offer {
    padding: 40px 150px 80px 150px;
    color: var(--white);
    position: relative; }
    .cruise-banner-block .main-header-content .cruise-section-offer h1 {
      font-family: "CaslonGraphiqueEF";
      font-size: 38px;
      line-height: 40px;
      padding: 0px 0 20px 0;
      color: var(--white); }
    .cruise-banner-block .main-header-content .cruise-section-offer .cruise-blk {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
      background-color: rgba(0, 0, 0, 0.5);
      padding: 40px 50px;
      text-align: left; }
      .cruise-banner-block .main-header-content .cruise-section-offer .cruise-blk h1 {
        font-family: "CaslonGraphiqueEF";
        font-size: 38px;
        line-height: 40px;
        padding: 0px 0 20px 0;
        color: var(--white); }
      .cruise-banner-block .main-header-content .cruise-section-offer .cruise-blk p {
        font-family: "BentonSans";
        font-size: 14px;
        line-height: 26px; }
        .cruise-banner-block .main-header-content .cruise-section-offer .cruise-blk p a {
          background: var(--orange);
          padding: 4px 7px;
          border-radius: 3px;
          font-size: 12px;
          cursor: pointer; }

#cruise-wrapper {
  background: url("../../images/itinerary/hero-image.jpg") no-repeat center 0;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  padding: 0; }

.main-container-cruise {
  background: var(--white);
  padding: 50px 0 0 0; }
  .main-container-cruise h2 {
    margin: 0 0 10px;
    font-size: 60px;
    line-height: 60px;
    position: relative;
    font-family: "CaslonGraphiqueEF";
    color: var(--secondrycolor1); }
  .main-container-cruise h4 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-family: "BentonSansBold";
    color: var(--maincolor1); }
  .main-container-cruise .cruise-filter-blk {
    text-align: left;
    margin: 0 0 60px 0; }
    .main-container-cruise .cruise-filter-blk .search-form1 {
      position: relative;
      left: 0px;
      top: 0px;
      width: 100%;
      padding: 20px;
      height: 100%;
      z-index: 4;
      background: #fff; }
      .main-container-cruise .cruise-filter-blk .search-form1 .nav-tabs {
        border-bottom: 0px !important; }
      .main-container-cruise .cruise-filter-blk .search-form1 .main-tab li {
        width: 150px;
        display: inline-block;
        position: relative;
        background-color: var(--white);
        height: 50px;
        color: var(--maincolor1);
        margin: 0 1% 0 0;
        cursor: pointer;
        border-radius: 7px 7px 0 0;
        box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4);
        font-family: "BentonSansBold";
        font-size: 10px;
        text-align: center; }
        .main-container-cruise .cruise-filter-blk .search-form1 .main-tab li:last-child {
          margin: 0; }
        .main-container-cruise .cruise-filter-blk .search-form1 .main-tab li.active {
          width: 150px;
          display: inline-block;
          cursor: default;
          background-color: var(--maincolor1);
          border: none;
          color: var(--white);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4);
          font-family: "BentonSansBold";
          font-size: 10px; }
          .main-container-cruise .cruise-filter-blk .search-form1 .main-tab li.active:before {
            content: "\f0dd";
            position: absolute;
            font-family: 'FontAwesome';
            top: 96%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
            color: var(--maincolor1); }
    .main-container-cruise .cruise-filter-blk .filter-opt {
      list-style: none; }
      .main-container-cruise .cruise-filter-blk .filter-opt li.filter {
        display: inline-block;
        width: 14%;
        vertical-align: top;
        padding-right: .4%; }
    .main-container-cruise .cruise-filter-blk .form-box {
      width: 100%;
      height: 65px;
      background-color: #fff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
      padding: 4px;
      position: relative; }
      .main-container-cruise .cruise-filter-blk .form-box.arrow {
        background-image: url(../../images/icon/form-dropdown-icon.svg);
        background-position: right 14px;
        background-size: 34px 9px;
        background-repeat: no-repeat; }
      .main-container-cruise .cruise-filter-blk .form-box .label {
        display: inline;
        padding: .2em .6em .3em;
        font-weight: bold;
        line-height: 1;
        font-family: "BentonSansBold";
        font-size: 14px;
        color: var(--secondrycolor1);
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em; }
    .main-container-cruise .cruise-filter-blk .statebox {
      background: #fff;
      padding: 0 15px 15px 15px;
      font-size: 14px;
      font-weight: 500;
      display: none;
      position: absolute;
      top: 40px;
      left: 0px;
      z-index: 999;
      width: 400px;
      border: 1px solid #ccc;
      padding: 3%;
      margin: 0 0 0 3%;
      box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4); }
      .main-container-cruise .cruise-filter-blk .statebox .desti-tab {
        border: 1px solid #ccc !important;
        border-radius: 0px;
        display: inline-flex;
        border-bottom: 1px solid #ccc !important; }
        .main-container-cruise .cruise-filter-blk .statebox .desti-tab li {
          border-radius: 0px !important;
          margin: 0 !important;
          padding: 5px 10px !important;
          font-size: 11px !important;
          box-shadow: none !important;
          color: var(--black) !important;
          cursor: pointer; }
          .main-container-cruise .cruise-filter-blk .statebox .desti-tab li.active {
            position: relative !important;
            border-radius: 0px !important;
            padding: 5px 10px !important;
            font-size: 11px !important;
            color: var(--white) !important;
            background-color: var(--maincolor1);
            cursor: default;
            border: 0; }
            .main-container-cruise .cruise-filter-blk .statebox .desti-tab li.active:before {
              content: "\f0dd";
              position: absolute;
              font-family: 'FontAwesome';
              top: 95%;
              left: 50%;
              transform: translate(-50%, -50%);
              font-size: 22px;
              color: var(--maincolor1); }
      .main-container-cruise .cruise-filter-blk .statebox .close-popup {
        float: right;
        cursor: pointer; }
        .main-container-cruise .cruise-filter-blk .statebox .close-popup i {
          font-size: 20px;
          color: var(--secondrycolor2); }
      .main-container-cruise .cruise-filter-blk .statebox .input-wrapper {
        display: block;
        position: relative;
        padding: 5px 0 14px 0; }
        .main-container-cruise .cruise-filter-blk .statebox .input-wrapper:after {
          font-family: 'FontAwesome';
          content: '\f041';
          position: absolute;
          left: 6px;
          font-size: 20px;
          border-right: 1px solid #ccc;
          padding: 5px 15px 5px 13px;
          color: var(--secondrycolor2); }
        .main-container-cruise .cruise-filter-blk .statebox .input-wrapper.ship:after {
          content: '\f21a';
          font-size: 19px;
          padding: 5px 15px 5px 10px; }
        .main-container-cruise .cruise-filter-blk .statebox .input-wrapper.clock:after {
          content: '\f017';
          font-size: 19px;
          padding: 5px 15px 5px 10px; }
        .main-container-cruise .cruise-filter-blk .statebox .input-wrapper input.search[type=text] {
          border: 1px solid #ccc;
          text-indent: 60px;
          font-size: 15px;
          height: 40px;
          width: 100%; }
          .main-container-cruise .cruise-filter-blk .statebox .input-wrapper input.search[type=text]::-webkit-input-placeholder {
            font-style: italic; }
      .main-container-cruise .cruise-filter-blk .statebox .label {
        font-family: "BentonSansBold";
        font-size: 12px;
        color: #282828;
        padding: 0 0 7px 0; }
      .main-container-cruise .cruise-filter-blk .statebox .checkbox-block {
        list-style: none; }
        .main-container-cruise .cruise-filter-blk .statebox .checkbox-block li {
          padding: 2px 0;
          color: var(--secondrycolor2); }
        .main-container-cruise .cruise-filter-blk .statebox .checkbox-block input[type=checkbox] {
          width: 17px;
          height: 17px; }
      .main-container-cruise .cruise-filter-blk .statebox .apply-block {
        border-top: 1px solid #ccc;
        padding: 10px 0 0 0;
        margin-top: 10px;
        text-align: right; }
        .main-container-cruise .cruise-filter-blk .statebox .apply-block .btn-apply {
          width: 100px;
          height: 40px;
          font-size: 12px;
          background-color: var(--maincolor1);
          color: var(--white);
          box-shadow: none;
          border-radius: 2px; }
        .main-container-cruise .cruise-filter-blk .statebox .apply-block .btn-clear {
          width: 100px;
          height: 40px;
          font-size: 12px;
          background: var(--white);
          color: var(--black);
          box-shadow: none;
          border-radius: 2px; }
          .main-container-cruise .cruise-filter-blk .statebox .apply-block .btn-clear:focus {
            border-color: var(--secondrycolor4); }
  .main-container-cruise .cruise-deal-section {
    max-width: 1240px;
    margin: 0 auto 70px;
    position: relative; }
    .main-container-cruise .cruise-deal-section h2 {
      margin: 0 0 10px;
      font-size: 58px;
      line-height: 60px;
      font-family: "CaslonGraphiqueEF";
      margin-bottom: 16px;
      color: var(--secondrycolor1); }
    .main-container-cruise .cruise-deal-section p {
      padding: 0 0 40px 0;
      font-size: 16px;
      line-height: 16px;
      font-family: "BentonSans";
      color: var(--secondrycolor1); }
    .main-container-cruise .cruise-deal-section h3 {
      font-size: 30px;
      line-height: 36px;
      padding: 35px 0 20px 0;
      color: var(--maincolor1); }
    .main-container-cruise .cruise-deal-section .cruise-seo-blk {
      margin: 0 0 20px 0;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
      border-radius: 20px; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk .blk-containt {
        padding: 30px 30px 30px 30px; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk h2 {
        margin: 0 0 14px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: initial;
        font-family: "BentonSansBold";
        color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk p {
        padding: 0 0 10px 0;
        font-size: 15px;
        line-height: 22px;
        font-family: "BentonSans";
        color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk ul {
        padding: 0 0 0 20px; }
        .main-container-cruise .cruise-deal-section .cruise-seo-blk ul li {
          padding: 0 0 10px 0;
          font-size: 15px;
          line-height: 22px;
          font-family: "BentonSans";
          color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk .img-right {
        width: 100%;
        border-radius: 0 20px 20px 0;
        height: 100%; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk .img-left {
        width: 100%;
        border-radius: 20px 0 0 20px;
        height: 100%; }
    .main-container-cruise .cruise-deal-section .section-cruise {
      border-radius: 5px;
      padding: 0 20px 20px 20px;
      margin: 0 0 10px 0;
      float: left; }
      .main-container-cruise .cruise-deal-section .section-cruise .main-title {
        font-family: "BentonSansBold";
        font-size: 30px;
        line-height: 22px;
        padding: 0 0 20px 0;
        color: var(--maincolor1); }
      .main-container-cruise .cruise-deal-section .section-cruise .title2 {
        font-family: "BentonSansBold";
        font-size: 30px;
        line-height: 30px;
        padding: 0 0 0px 0;
        color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .section-cruise .title3 {
        font-family: "BentonSansBold";
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 10px 0;
        color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .section-cruise p {
        font-family: "BentonSans";
        font-size: 15px;
        line-height: 22px;
        padding: 0 0 20px 0;
        color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .section-cruise img {
        width: 100%;
        margin: 0 0 20px 0; }
      .main-container-cruise .cruise-deal-section .section-cruise ul {
        padding: 0 0 10px 20px; }
        .main-container-cruise .cruise-deal-section .section-cruise ul li {
          padding: 0 0 10px 0;
          font-size: 15px;
          line-height: 22px;
          font-family: "BentonSans";
          color: var(--secondrycolor1); }
      .main-container-cruise .cruise-deal-section .section-cruise .cr-info {
        font-size: 14px;
        margin: 10px 0 0 0; }
        .main-container-cruise .cruise-deal-section .section-cruise .cr-info b {
          font-size: 16px; }
    .main-container-cruise .cruise-deal-section .seo-heading {
      padding: 0 200px 50px 200px; }
      .main-container-cruise .cruise-deal-section .seo-heading p {
        font-size: 15px;
        line-height: 21px;
        color: #6c6c6c;
        padding: 0 0 10px 0; }

.cr-thumb-detail {
  position: relative;
  margin: 0 0 25px 0;
  cursor: pointer; }
  .cr-thumb-detail .overlay-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute; }
  .cr-thumb-detail img {
    width: 100%;
    border-radius: 10px; }
  .cr-thumb-detail p {
    position: absolute;
    width: 100%;
    border-radius: 0 0 10px 10px;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 27px !important;
    font-family: "BentonSansBlack" !important;
    padding: 15px 0 15px 15px !important;
    text-transform: uppercase !important; }
    .cr-thumb-detail p.bottom {
      bottom: 0; }
    .cr-thumb-detail p.top {
      top: 0; }
    .cr-thumb-detail p.center {
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      /** Y-axis align **/
      justify-content: center;
      /** X-axis align **/
      text-align: center; }

.hover-zoom {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1); }

.hover-zoom img, .hover-zoom video {
  transition: var(--mdb-image-hover-zoom-transition); }

.hover-zoom:hover img, .hover-zoom:hover video {
  transform: var(--mdb-image-hover-zoom-transform); }

.hover-shadow, .card.hover-shadow, .hover-shadow-soft, .card.hover-shadow-soft {
  --mdb-image-hover-shadow-transition: all 0.3s ease-in-out;
  transition: var(--mdb-image-hover-shadow-transition); }

.hover-shadow:hover, .card.hover-shadow:hover, .hover-shadow-soft:hover, .card.hover-shadow-soft:hover {
  transition: var(--mdb-image-hover-shadow-transition); }

.cruise-line-slider {
  padding-bottom: 100px; }
  .cruise-line-slider .post-slide {
    font-size: 14px;
    border: 1px solid var(--secondrycolor4);
    border-radius: 0px;
    padding: 26px 5px;
    margin: 0 10px 30px 0;
    color: var(--black);
    text-align: center;
    position: relative;
    font-weight: 600;
    align-content: space-evenly; }
    .cruise-line-slider .post-slide:hover, .cruise-line-slider .post-slide.active {
      background: var(--maincolor1);
      color: var(--white); }
      .cruise-line-slider .post-slide:hover:before, .cruise-line-slider .post-slide.active:before {
        content: "\f0dd";
        position: absolute;
        font-family: 'FontAwesome';
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 60px;
        line-height: 60px;
        color: var(--maincolor1); }
  .cruise-line-slider.cr-line-home {
    padding: 0; }

#cruise-line-carousel .owl-buttons,
#cruise-destination-carousel .owl-buttons,
#cruise-destination2-carousel .owl-buttons {
  margin: 0; }
  #cruise-line-carousel .owl-buttons .owl-next,
  #cruise-destination-carousel .owl-buttons .owl-next,
  #cruise-destination2-carousel .owl-buttons .owl-next {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 30px;
    height: 29px;
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 8px 9px; }
  #cruise-line-carousel .owl-buttons .owl-prev,
  #cruise-destination-carousel .owl-buttons .owl-prev,
  #cruise-destination2-carousel .owl-buttons .owl-prev {
    left: 0;
    top: 20px;
    width: 30px;
    height: 29px;
    transform: scaleX(-1);
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 8px 9px; }

#special-cruise-offers .owl-buttons, #special-cruise-offers1 .owl-buttons, #special-cruise-offers2 .owl-buttons, #special-cruise-offers3 .owl-buttons {
  margin: 0; }
  #special-cruise-offers .owl-buttons .owl-next, #special-cruise-offers1 .owl-buttons .owl-next, #special-cruise-offers2 .owl-buttons .owl-next, #special-cruise-offers3 .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    top: 180px;
    width: 30px;
    height: 29px;
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 8px 9px; }
  #special-cruise-offers .owl-buttons .owl-prev, #special-cruise-offers1 .owl-buttons .owl-prev, #special-cruise-offers2 .owl-buttons .owl-prev, #special-cruise-offers3 .owl-buttons .owl-prev {
    left: -21px;
    top: 180px;
    width: 30px;
    height: 29px;
    transform: scaleX(-1);
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 8px 9px; }

#norwegian-cruise-ships .owl-buttons, #royal-caribbean-cruise-ships .owl-buttons, #carnival-cruise-ships .owl-buttons, #msc-cruise-ships .owl-buttons, #disney-cruise-ships .owl-buttons, #po-cruise-ships .owl-buttons, #marella-cruise-ships .owl-buttons, #celebrity-cruise-ships .owl-buttons, #princess-cruise-ships .owl-buttons, #holland-america-cruise-ships .owl-buttons, #cunard-cruise-ships .owl-buttons, #viking-ocean-cruise-ships .owl-buttons, #seabourn-cruise-ships .owl-buttons, #regent-seven-cruise-ships .owl-buttons, #oceania-cruise-ships .owl-buttons, #silversea-cruise-ships .owl-buttons {
  margin: 0; }
  #norwegian-cruise-ships .owl-buttons .owl-next, #royal-caribbean-cruise-ships .owl-buttons .owl-next, #carnival-cruise-ships .owl-buttons .owl-next, #msc-cruise-ships .owl-buttons .owl-next, #disney-cruise-ships .owl-buttons .owl-next, #po-cruise-ships .owl-buttons .owl-next, #marella-cruise-ships .owl-buttons .owl-next, #celebrity-cruise-ships .owl-buttons .owl-next, #princess-cruise-ships .owl-buttons .owl-next, #holland-america-cruise-ships .owl-buttons .owl-next, #cunard-cruise-ships .owl-buttons .owl-next, #viking-ocean-cruise-ships .owl-buttons .owl-next, #seabourn-cruise-ships .owl-buttons .owl-next, #regent-seven-cruise-ships .owl-buttons .owl-next, #oceania-cruise-ships .owl-buttons .owl-next, #silversea-cruise-ships .owl-buttons .owl-next {
    position: absolute;
    right: -22px;
    top: 80px;
    width: 30px;
    height: 29px;
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 8px 9px; }
  #norwegian-cruise-ships .owl-buttons .owl-prev, #royal-caribbean-cruise-ships .owl-buttons .owl-prev, #carnival-cruise-ships .owl-buttons .owl-prev, #msc-cruise-ships .owl-buttons .owl-prev, #disney-cruise-ships .owl-buttons .owl-prev, #po-cruise-ships .owl-buttons .owl-prev, #marella-cruise-ships .owl-buttons .owl-prev, #celebrity-cruise-ships .owl-buttons .owl-prev, #princess-cruise-ships .owl-buttons .owl-prev, #holland-america-cruise-ships .owl-buttons .owl-prev, #cunard-cruise-ships .owl-buttons .owl-prev, #viking-ocean-cruise-ships .owl-buttons .owl-prev, #seabourn-cruise-ships .owl-buttons .owl-prev, #regent-seven-cruise-ships .owl-buttons .owl-prev, #oceania-cruise-ships .owl-buttons .owl-prev, #silversea-cruise-ships .owl-buttons .owl-prev {
    left: -20px;
    top: 80px;
    width: 30px;
    height: 29px;
    transform: scaleX(-1);
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 8px 9px; }

.img-slide-box {
  height: 313px;
  width: calc(100% - 15px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 0 15px 0;
  cursor: pointer; }
  .img-slide-box .content {
    bottom: 0px;
    left: 0px;
    position: absolute;
    color: #fff;
    height: 200px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); }
    .img-slide-box .content:before {
      position: absolute;
      z-index: 2;
      content: "";
      display: block;
      height: 120px;
      width: 120px;
      background-image: url("../../images/icon/compass-icon.svg");
      background-size: contain;
      bottom: -30px;
      left: -34px; }
    .img-slide-box .content .country {
      font-family: "CaslonGraphiqueEF";
      font-size: 30px;
      line-height: 27px;
      text-align: left;
      position: absolute;
      bottom: 40px;
      left: 20px; }
    .img-slide-box .content .location {
      font-family: "BentonSans";
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      position: absolute;
      bottom: 10px;
      left: 20px; }

.cruise-line-section {
  max-width: 1240px;
  margin: 0 auto 60px;
  position: relative; }

.nav .nav-item button {
  color: #fff; }

.nav .nav-item button.active {
  background-color: transparent;
  color: #fff !important; }

.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0; }

.offer-form {
  background: #25B8BE;
  background: linear-gradient(180deg, #25b8be 1%, #045892 88%);
  padding: 25px;
  border-radius: 7px; }
  .offer-form .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    opacity: 1; }
    .offer-form .btn-close img {
      width: 20px; }
  .offer-form h4 {
    text-align: center;
    color: var(--white);
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 10px 0;
    font-family: 'BentonSansBlack'; }
  .offer-form p {
    text-align: center;
    color: var(--white);
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 10px 0; }
  .offer-form .inpttxt {
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    margin: 0 0 15px 0; }
  .offer-form .btn-offer {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
    height: 40px;
    background: var(--orange);
    color: var(--white); }

.cc-incluisve-offers {
  background: #f1f1f1; }
  .cc-incluisve-offers .best-title {
    background: #282828;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 900; }
  .cc-incluisve-offers .cc-right-filters ul {
    list-style: none;
    padding: 15px; }
    .cc-incluisve-offers .cc-right-filters ul li {
      margin: 0 0 15px 0px; }
      .cc-incluisve-offers .cc-right-filters ul li a {
        width: 100%;
        height: 60px;
        display: inline-block;
        background-color: var(--maincolor1);
        background-size: 100% 100%;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        overflow: hidden;
        vertical-align: middle;
        line-height: 56px; }
        .cc-incluisve-offers .cc-right-filters ul li a:hover {
          background-color: var(--maincolor2); }
      .cc-incluisve-offers .cc-right-filters ul li:last-child {
        margin: 0; }

/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 640px) {
  .cruise-banner-block .main-header-content {
    padding: 0 15px; }
    .cruise-banner-block .main-header-content .cruise-section-offer {
      padding: 15px 0px 20px 0px; }
      .cruise-banner-block .main-header-content .cruise-section-offer .cruise-blk {
        padding: 20px; }
        .cruise-banner-block .main-header-content .cruise-section-offer .cruise-blk h1 {
          font-size: 40px;
          line-height: 40px; }
      .cruise-banner-block .main-header-content .cruise-section-offer .nav-scrl {
        display: -webkit-inline-box;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden; }

  #cruise-wrapper {
    padding: 0 0 0 0; }

  .section-cruise {
    padding: 0 0px 10px 0px; }
    .section-cruise .main-title {
      font-size: 20px !important;
      line-height: 25px !important;
      padding: 0 0 10px 0 !important; }
    .section-cruise .title2 {
      font-size: 16px !important;
      padding: 0 0 10px 0 !important; }
    .section-cruise .title3 {
      font-size: 13px !important; }
    .section-cruise .cr-info {
      font-size: 13px;
      margin: 0 0 0 0; }
      .section-cruise .cr-info b {
        font-size: 16px; }

  .main-container-cruise h2 {
    font-size: 30px;
    line-height: 32px; }
  .main-container-cruise h4 {
    font-size: 12px;
    line-height: 14px; }
  .main-container-cruise .cruise-filter-blk {
    margin: 0 0 20px 0; }
    .main-container-cruise .cruise-filter-blk .search-form1 {
      display: none; }
      .main-container-cruise .cruise-filter-blk .search-form1 .main-tab li {
        width: 32.5%; }
        .main-container-cruise .cruise-filter-blk .search-form1 .main-tab li.active {
          width: 32.5%; }
      .main-container-cruise .cruise-filter-blk .search-form1 .find-btn {
        height: 97px;
        width: 291px;
        font-family: "BentonSansBold";
        padding: 10px 0 20px 0; }
        .main-container-cruise .cruise-filter-blk .search-form1 .find-btn:before {
          margin-right: 15px;
          content: url("../../images/icon/search-icon.svg");
          position: relative;
          top: 8px; }
        .main-container-cruise .cruise-filter-blk .search-form1 .find-btn:focus {
          background-color: var(--maincolor1);
          color: var(--white); }
    .main-container-cruise .cruise-filter-blk .filter-opt {
      list-style: none; }
      .main-container-cruise .cruise-filter-blk .filter-opt li.filter {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: .4%; }
    .main-container-cruise .cruise-filter-blk .form-box {
      width: 100%;
      height: 65px;
      margin-bottom: 10px; }
      .main-container-cruise .cruise-filter-blk .form-box.arrow {
        background-size: 34px 9px; }
      .main-container-cruise .cruise-filter-blk .form-box.srch-code {
        height: 75px !important; }
        .main-container-cruise .cruise-filter-blk .form-box.srch-code .searchtxt1 {
          height: 40px !important; }
    .main-container-cruise .cruise-filter-blk .statebox {
      background: #fff;
      padding: 0 15px 15px 15px;
      font-size: 14px;
      font-weight: 500;
      display: none;
      position: absolute;
      top: 40px;
      left: 0px;
      z-index: 999;
      width: 94%;
      border: 1px solid #ccc;
      padding: 3%;
      margin: 0 0 0 3%;
      box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4); }
  .main-container-cruise .cruise-deal-section {
    max-width: 100%;
    margin: 0 15px;
    position: relative; }
    .main-container-cruise .cruise-deal-section h2 {
      font-size: 30px;
      line-height: 32px; }
    .main-container-cruise .cruise-deal-section h3 {
      font-size: 20px;
      line-height: 27px;
      padding: 25px 0 15px 0; }
    .main-container-cruise .cruise-deal-section .cruise-seo-blk {
      border-radius: 10px; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk .blk-containt {
        padding: 15px 20px; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk h2 {
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: unset; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk p {
        font-size: 14px;
        line-height: 20px; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk .img-right {
        border-radius: 0 0 10px 10px; }
      .main-container-cruise .cruise-deal-section .cruise-seo-blk .img-left {
        border-radius: 10px 10px 0 0; }
    .main-container-cruise .cruise-deal-section .seo-heading {
      padding: 0 20px 50px 20px; }

  .cruise-line-slider {
    padding-bottom: 0; }
    .cruise-line-slider .post-slide {
      min-height: 93px;
      font-size: 13px; }

  .img-slide-box {
    width: calc(100% - 5px); }

  .mr-criuse-line {
    margin: 0 0 20px 0; }

  .cruise-line-section {
    margin: 0 15px;
    max-width: 100%;
    overflow: hidden; } }
/******************************************** 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 ********************************************/
/******************************************** Blog page Css Start ********************************************/
.blog-section {
  max-width: 1240px;
  margin: 0 auto 60px;
  position: relative; }
  .blog-section h4 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-family: "BentonSansBold";
    color: var(--maincolor1);
    padding-top: 100px; }
  .blog-section h2 {
    margin: 0 0 10px;
    font-size: 60px;
    line-height: 60px;
    position: relative;
    font-family: "CaslonGraphiqueEF";
    margin-bottom: 16px;
    color: var(--secondrycolor1); }
  .blog-section .blognew {
    width: 578px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-left: 3px;
    margin-right: 3px; }
    .blog-section .blognew .blog-img {
      min-width: 291px;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 266px;
      margin: 0 0 20px 0; }
    .blog-section .blognew .blog-detail {
      padding-left: 22px;
      padding-right: 22px;
      padding-bottom: 28px;
      margin-bottom: 20px;
      display: grid; }
      .blog-section .blognew .blog-detail ul {
        list-style: none; }
        .blog-section .blognew .blog-detail ul li {
          display: inline;
          padding: 0 20px 0 0;
          margin: 0 20px 0 0;
          border-right: 1px solid #000; }
          .blog-section .blognew .blog-detail ul li span {
            color: var(--maincolor1);
            padding: 0 0 0 5px; }
          .blog-section .blognew .blog-detail ul li:last-child {
            border-right: none; }
      .blog-section .blognew .blog-detail .title {
        padding-top: 18px;
        font-family: "BentonSansBold";
        font-size: 24px;
        line-height: 27px;
        color: #424242;
        height: 72px;
        overflow: hidden; }
      .blog-section .blognew .blog-detail .blognewpara {
        text-align: justify !important;
        padding: 20px 0 30px 0 !important; }

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px; }
  .owl-controls .owl-buttons .owl-prev,
  .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -75px;
    width: 66px;
    height: 66px;
    background: rgba(0, 0, 0, 0.7) url("../../images/icon/arrow-icon.svg") no-repeat 24px 27px; }
  .owl-controls .owl-buttons .owl-prev {
    right: 75px;
    transform: scaleX(-1); }
    .owl-controls .owl-buttons .owl-prev:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .owl-controls .owl-buttons .owl-next {
    right: 0; }
    .owl-controls .owl-buttons .owl-next:hover {
      background-color: rgba(0, 0, 0, 0.6); }

#blog-wrapper {
  background: url("../../images/blog/hero-image.jpg") no-repeat left 0;
  background-size: cover;
  margin: 0 auto;
  height: 600px;
  text-align: center;
  padding: 0; }

.blog-banner-block .main-header-content {
  padding: 0;
  background: rgba(0, 0, 0, 0.2); }
  .blog-banner-block .main-header-content .type {
    font-family: "BentonSansBold";
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    color: var(--white);
    padding: 170px 20px 0 20px; }
  .blog-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-blog .container {
  padding-top: 40px; }
.main-container-blog .blog-container p {
  padding: 0 0 15px 0;
  font-size: 14px; }
.main-container-blog .blog-container .blog-img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0; }
.main-container-blog .blog-container .blog {
  color: var(--black);
  margin-bottom: 55px;
  text-align: left;
  overflow: hidden; }
  .main-container-blog .blog-container .blog img {
    width: 100%;
    height: 320px;
    object-fit: cover; }
  .main-container-blog .blog-container .blog .blog-title {
    margin-top: 15px;
    font-family: "BentonSansMedium";
    font-size: 22px;
    line-height: 24px;
    text-align: left; }
  .main-container-blog .blog-container .blog .blog-date {
    margin-top: 15px;
    font-family: "BentonSansMedium";
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center; }
    .main-container-blog .blog-container .blog .blog-date .icon-calendar {
      padding-right: 5px;
      width: 32px;
      content: url("../../images/icon/black-icon/calendericon.png"); }
  .main-container-blog .blog-container .blog p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--black); }
  .main-container-blog .blog-container .blog a {
    color: var(--maincolor1);
    font-family: "BentonSansMedium";
    font-size: 14px;
    z-index: 3; }
    .main-container-blog .blog-container .blog a i {
      font-size: 20px;
      vertical-align: middle;
      padding: 0 0 0 5px; }

.blog-sidebar .popular-tags {
  background-color: #F4F4F4;
  padding: 20px;
  padding-bottom: 65px;
  position: relative;
  font-family: "BentonSansMedium";
  font-size: 24px;
  color: #282828; }
  .blog-sidebar .popular-tags ul {
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .blog-sidebar .popular-tags ul li {
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      height: 31px;
      background-color: #d8d8d8;
      cursor: pointer;
      margin: 5px;
      font-size: 14px;
      display: flex;
      display: -webkit-flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 0px 13px; }
      .blog-sidebar .popular-tags ul li:before {
        display: inline-block;
        content: "";
        height: 31px;
        width: 4px;
        position: absolute;
        left: 0;
        background-color: #20A1AA;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        -ms-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px; }
  .blog-sidebar .popular-tags div {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    cursor: pointer;
    bottom: 0;
    height: 65px;
    background-color: #e9e8e8;
    width: 100%;
    margin: -20px;
    font-size: 14px; }
    .blog-sidebar .popular-tags div i {
      font-size: 25px;
      vertical-align: middle;
      padding: 0 0 0 5px; }
.blog-sidebar .archive {
  min-height: 311px;
  background-color: #F4F4F4;
  padding: 20px;
  position: relative;
  font-family: "BentonSansMedium";
  font-size: 24px;
  color: #282828;
  margin-top: 40px; }
  .blog-sidebar .archive ul {
    padding-top: 10px;
    padding-bottom: 10px; }
    .blog-sidebar .archive ul li {
      position: relative;
      display: block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      height: 31px;
      background-color: #d8d8d8;
      cursor: pointer;
      margin: 5px;
      font-size: 14px;
      line-height: 31px;
      padding: 0px 13px; }
      .blog-sidebar .archive ul li:before {
        display: inline-block;
        content: "";
        height: 31px;
        width: 4px;
        position: absolute;
        left: 0;
        background-color: #20A1AA;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        -ms-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px; }
  .blog-sidebar .archive div {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    cursor: pointer;
    bottom: 0;
    height: 65px;
    background-color: #e9e8e8;
    width: 100%;
    margin: -20px;
    font-size: 14px; }
    .blog-sidebar .archive div i {
      font-size: 25px;
      vertical-align: middle;
      padding: 0 0 0 5px; }
.blog-sidebar .related-post {
  background-color: #F4F4F4;
  padding: 20px;
  position: relative;
  font-family: "BentonSansMedium";
  font-size: 24px;
  color: #282828;
  margin-top: 40px; }
  .blog-sidebar .related-post ul {
    padding-top: 10px;
    padding-bottom: 10px; }
    .blog-sidebar .related-post ul li {
      list-style-type: none;
      margin: 5px;
      font-size: 14px;
      padding-bottom: 15px; }
      .blog-sidebar .related-post ul li a {
        color: var(--black); }
        .blog-sidebar .related-post ul li a:hover {
          text-decoration: underline; }
.blog-sidebar .author .main-info {
  width: 291px;
  font-family: "BentonSansMedium";
  font-size: 22px;
  color: #282828;
  display: flex;
  display: -webkit-flex; }
  .blog-sidebar .author .main-info img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px; }
  .blog-sidebar .author .main-info .info {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding-left: 20px; }
    .blog-sidebar .author .main-info .info div {
      font-size: 14px; }
      .blog-sidebar .author .main-info .info div.blog-author {
        font-size: 22px;
        padding-top: 5px;
        padding-bottom: 10px; }
      .blog-sidebar .author .main-info .info div.blog-date {
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center; }
        .blog-sidebar .author .main-info .info div.blog-date .icon-calendar {
          padding-right: 5px;
          width: 32px;
          content: url("../../images/icon/black-icon/calendericon.png"); }
.blog-sidebar .author ul {
  width: 291px;
  padding-top: 20px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .blog-sidebar .author ul li {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 31px;
    background-color: #d8d8d8;
    cursor: pointer;
    margin: 5px;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 13px; }
    .blog-sidebar .author ul li:before {
      display: inline-block;
      content: "";
      height: 31px;
      width: 4px;
      position: absolute;
      left: 0;
      background-color: #20A1AA;
      -webkit-border-radius: 4px 0px 0px 4px;
      -moz-border-radius: 4px 0px 0px 4px;
      -ms-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }

.post-video {
  padding: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin: 10px; }
  .post-video .vdo-thumb {
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .post-video .vdo-thumb .ico-yt {
      position: absolute;
      left: 50%;
      right: 50%;
      top: 50%;
      margin: -36px 0 0 -35px; }
    .post-video .vdo-thumb img.thum {
      max-width: 100%;
      height: 465px;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .post-video .vdo-thumb img.thum:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .post-video .post-title {
    font-size: 16px;
    font-family: "BentonSansMedium";
    padding: 10px 15px; }
  .post-video .post-date {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px 20px 15px; }
    .post-video .post-date .icon-calendar {
      padding-right: 5px;
      width: 27px;
      content: url("../../images/icon/black-icon/calendericon.png");
      vertical-align: bottom; }

.vdo-frame {
  position: relative;
  width: 100%;
  height: 0;
  background: #000;
  padding-bottom: 56.25%; }
  .vdo-frame iframe {
    border: 0; }
  .vdo-frame .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************************** Responsive CSS Starts ********************************************/
@media screen and (max-width: 640px) {
  .blog-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    .blog-section h4 {
      font-size: 12px;
      line-height: 14px;
      padding-top: 20px; }
    .blog-section h2 {
      font-size: 30px;
      line-height: 32px; }
    .blog-section .blognew {
      width: 100%; }
      .blog-section .blognew .blog-img {
        min-width: 100%;
        height: 175px; }
      .blog-section .blognew .blog-detail {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: grid; }
        .blog-section .blognew .blog-detail ul {
          list-style: none; }
          .blog-section .blognew .blog-detail ul li {
            display: inline;
            padding: 0 20px 0 0;
            margin: 0 10px 0 0;
            border-right: 1px solid #000;
            font-size: 11px; }
            .blog-section .blognew .blog-detail ul li span {
              color: var(--maincolor1);
              padding: 0 0 0 5px; }
            .blog-section .blognew .blog-detail ul li:last-child {
              border-right: none; }
        .blog-section .blognew .blog-detail .title {
          padding-top: 18px;
          font-family: "BentonSansBold";
          font-size: 17px;
          line-height: 20px; }
        .blog-section .blognew .blog-detail .blognewpara {
          text-align: justify !important;
          padding: 10px 0 30px 0 !important;
          font-size: 14px;
          color: var(--secondrycolor2); }

  .owl-carousel .owl-controls {
    display: none !important; }

  #blog-wrapper {
    height: 500px;
    padding: 0; }

  .blog-banner-block .main-header-content {
    padding: 0 15px; }
    .blog-banner-block .main-header-content .type {
      font-size: 14px;
      padding: 100px 0 0 0; }
    .blog-banner-block .main-header-content .title {
      font-size: 36px;
      line-height: 46px; }

  .main-container-blog {
    padding: 0 0 50px 0; }
    .main-container-blog .container {
      padding-top: 40px; }
    .main-container-blog .blog-container .blog {
      width: 100%; }

  .blog-sidebar .popular-tags {
    width: 100%; }
  .blog-sidebar .archive {
    width: 100%; } }
/******************************************** Responsive CSS Ends ********************************************/
/******************************************** Blog 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 ********************************************/
/******************************************** Gallery Css Start ********************************************/
section.gallery {
  position: relative; }

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); }

div[class$="-navigation"] .prev img,
div[class$="-navigation"] .next img {
  height: 14px; }

@media (max-width: 768px) {
  div[class$="-navigation"] .prev,
  div[class$="-navigation"] .next {
    width: 40px;
    height: 40px; }

  div[class$="-navigation"] .prev img,
  div[class$="-navigation"] .next img {
    padding-bottom: 2px;
    height: 10px; } }
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;
  width: 100%; }

.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"); }

@media screen and (max-width: 640px) {
  .slick-arrow {
    top: calc(50% - 120px); } }
/******************************************** Gallery page Css End ********************************************/

/*# sourceMappingURL=style.css.map */
