@font-face {
  font-family: 'futuraheavy';
  src: url("../fonts/futura_heavy_font-webfont.woff2") format("woff2"), url("../fonts/futura_heavy_font-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'futuralight';
  src: url("../fonts/futura_light_bt-webfont.woff2") format("woff2"), url("../fonts/futura_light_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'futuramedium';
  src: url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"), url("../fonts/futura_medium_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html,
body {
  }

.font-medium{font-family: 'futuramedium';} 

.row.mar-gutters-15 {
  margin-right: -7.5px;
  margin-left: -7.5px; }

.row.mar-gutters-15 > [class^="col-"],
.row.mar-gutters-15 > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px; }

a {
  outline: none;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }

body div[class^="section_"] {
  clear: both;
  float: left;
  width: 100%; }

.page-header {
  margin-top: 0rem;
  margin-bottom: 1.575rem;
  position: relative;
  font-size: 2.25rem; }
  .page-header strong {
    color: #000000; }

.font-regular {
  font-family: "futuramedium" !important; }

.font-bold {
  font-family: "futuraheavy" !important; }

.font-light {
  font-family: "futuralight" !important; }

.font-medium {
  font-family: "futuraheavy" !important; }

.font-italic {
  font-family: "futuramedium" !important; }

.font-18 {
  font-size: 1.125rem; }

.font-20 {
  font-size: 1.25rem; }

.font-22 {
  font-size: 1.375rem; }

.font-24 {
  font-size: 1.5rem; }

.font-26 {
  font-size: 1.625rem; }

.font-30 {
  font-size: 1.875rem; }

.font-32 {
  font-size: 2rem; }

.font-36 {
  font-size: 2.25rem; }

.font-40 {
  font-size: 2.5rem; }

.font-48 {
  font-size: 3rem; }

.font-50 {
  font-size: 3.125rem; }

.font-60 {
  font-size: 3.125rem; }

.font-82 {
  font-size: 5.75rem; }

.lt-1 {
  letter-spacing: 1px; }

.line-height-1 {
  line-height: 1 !important; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #92d050;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #92d050;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s; }

#topbar .social-links {
  text-align: right; }

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px; }

#topbar .social-links a:hover {
  color: #92d050; }

#topbar .social-links a:first-child {
  border-left: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0px;
  right: 0px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255, 255, 255, 0.9); }

#header.header-scrolled,
#header.header-pages {
  position: fixed;
  top: 0px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); }

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none; }

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none; }

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 106px; }

.main-pages {
  margin-top: 60px; }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-image: url(../img/banner-img.jpg);
  background-repeat: no-repeat;
  /*padding-bottom: 60px;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,00b0f0+38,92d050+72,92d050+100 */

  /* Old browsers */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#92d050',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  
  .bg-gradient{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,00b0f0+38,92d050+72,92d050+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, white 0%, #00b0f0 38%, #92d050 72%, #92d050 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, white 0%, #00b0f0 38%, #92d050 72%, #92d050 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, white 0%, #00b0f0 38%, #92d050 72%, #92d050 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#92d050',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  
  }

#intro .intro-info h2 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700; }

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "futuraheavy";
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #92d050;
  color: #fff; }

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #00b0f0; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */ }

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; }

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "futuralight";
  text-transform:capitalize;
  font-weight: normal; }

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #92d050;
  text-decoration: none; }

  .main-nav > ul > li + li::after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    background-color: #000;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s; }

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-nav .drop-down li {
  min-width: 180px;
  position: relative; }

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77; }

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #92d050; }

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; }

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.main-nav .drop-down .drop-down > a {
  padding-right: 35px; }

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 6px 20px;
  font-size: 1rem;
  font-weight: 500; }

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\f077"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  left: 0; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "futuraheavy"; }

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%; }

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f8fd; }

/* button search
--------------------------------*/

  .btn-search{
    display: inline-block;
    font-weight: normal;
    font-family: "futuralight";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0 solid transparent;
    padding: 0.2rem 1.88rem;
    font-size: 1.3rem;
    line-height: 1.3;
    border-radius: 60px;
    margin-bottom: -30px;
    background-color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Search form
--------------------------------*/

#form1{
    text-align: center;
    border:1px solid #fff;
    padding: 40px 40px 0 45px;
}

#form1 .custom-control-label {
    padding-left: 10px;
    color: #fff;
    font-weight: normal;
}
#form1 .custom-control {
    min-height: 2rem;
}
#form1 .custom-control-inline {
    display: inline-flex;
    margin: 0 2rem;
}
#form1 .custom-control-input:checked ~ .custom-control-label::before {
    color: #92d050;
    background-color: #92d050;
    border:5px solid #fff; 
}
#form1 .custom-control-label::after {
    position: absolute;
    top: 0.2rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.highlights {
    margin: auto;
    background: #fff;
    width: 265px;
    height: 250px;
    border-radius: 50%;
    padding: 35px 35px;
    text-align: center;
    border-top: 3px solid rgba(0, 0, 0, 0.17);
    border-right: 3px solid rgba(0, 0, 0, 0.17);
}

.highlights span {
    text-align: center;
    line-height: 1;
    color: #000;
    font-size: 28px;
    margin: auto;
    font-weight: normal;
    font-family: "futuralight";
}
.radio-btn-margin1{
    float: left!important;
    margin: 0 2rem 0.5rem 6rem!important;
}
.radio-btn-margin2{
    margin: 0 2rem 0.5rem -12rem!important;
}
.search-form .form-control{
    width:50%!important;
}
.search .card{
   margin-bottom: 20px;
   min-height: 125px;
   border-bottom: 0.5px solid lightgray!important;
}
.search .card:last-child {
    border-bottom: 1px solid transparent!important;
}
.search .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid transparent;
}
.search .card-header .btn-link{
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "futuramedium";
}
.search .card-header .details-padding{
    padding: 0 1.7rem;
}
 .search .card-header .details-img img{
    width: 140px!important;
    height: 80px!important;
    margin-top: -0px;
 }
 .carousel-item .search .card-header .details-img img{
    width: 140px!important;
    height: 80px!important;
    margin-top: -40px;
 }
.search .card-header .btn-link::after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: left;
  margin-left: -30px;
  display: none;
 }
.search .card-header .btn-link[aria-expanded='false']::after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: left;
  margin-left: -30px;
 }

.search .card-header .btn-link[aria-expanded='true']::after {
  content: '\002D';
  color: #000;
  font-weight: bold;
  float: left;
  margin-left: -25px;
 }

.search .card-header .active::after {
  content: "\2212";
}

.travelogue .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #e1f0db;
    border-bottom: 1px solid transparent;
}
.travelogue .card-header .btn-link[aria-expanded='false']::after{
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: -30px;
}
.travelogue .card-header .btn-link[aria-expanded='true']::after {
    content: '\002D';
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: -25px;
}
.travelogue .accordion:nth-child(2) .card-header .btn-link[aria-expanded='true']::after{
   content: '\002B'!important;
   margin-left: -30px;
}
.travelogue .accordion:nth-child(2) .card-header .btn-link[aria-expanded='false']::after{
   content: '\002D'!important;
   margin-left: -30px;
}
.travelogue .card-header .active::after{
    content: "\2212";
}

.travelogue .card-header .btn-link{
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "futuramedium";
}
.travelogue .card-header .details-padding{
    padding: 0 1.7rem;
}
.relevant-travel-stories .accordion .card{
    border-bottom: 1px solid lightgray!important;
}
.relevant-travel-stories .accordion .card:last-of-type{
    border-bottom: 1px solid lightgray!important;
}
.travelstories .card-header .details-img img{
    width: 220px!important;
    height: 140px!important;
    margin-top: 0px!important;
 }
.carousel-item .travelogue .card-header .details-img img{
    width: 220px!important;
    height: 140px!important;
    margin-top: -40px!important;
 }
.search-back-link a{
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "futuramedium";
}
.travelogue .bg-white-box .item img{
    height: 500px;
    width: 100%;
}
.story-title h5{
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "futuralight";
}
.border-bottom{
   border-bottom: 2px solid #dcdcdc !important;
   font-size: 1.4rem;
   font-weight: normal;
   font-family: "futuramedium";
   padding: 2rem 0rem 2rem 2.8rem;
}
.top-padding{
  padding-top: 10rem;
}
.bg-primary {
    background-color: #78d9f5 !important;
}
.bg-white{
   background-color: #fff;
}
.bg-white-box{
   background-color: #fafafa;
}
.bg-gray{
  background-color:#fafafa;
}
.bg-lightgray{
  background-color:#f2f2f2;
}
.bg-light-gray{
  background-color:#f1f1f1!important;
}
.it-w32{width:32px;}
.it-w160{width:160px;}
.it-w90{width:90px;}
.it-w100{width:100px;}
.it-w400{width:400px;}
.content-word-break{word-break: break-all;}
#data {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#data:hover{
    overflow: visible; 
    white-space: normal; 
    width: auto;
    position: relative;
}
#data:hover+div {
    margin-top:20px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; 
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
#more {display: none;}
#more1 {display: none;}

.details-padding i{
   color:#000;
}
.article-details > div > table{width:100%!important;}
.article-details p span{font-size: 1.25rem!important;}
.article-details ul{font-size: 1.25rem!important;}
.article-details ul li span{font-size: 1.25rem!important;}
.article-details ol li span{font-size: 1.25rem!important;}
.article-details p span strong{font-size: 1.25rem!important;}
.travelogue-details span{font-size: 1.25rem!important;}
.travelogue-details span a{font-size: 1.25rem!important;}
.search .details-padding i{
   color:#335d9e;
}
.travelogue .details-padding i{
   color:#579246;
}
.itinerary .story-title h5{
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "futuramedium";
}
.itinerary h5{
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "futuralight";
}
.itinerary img{
   width:330px;
   height: auto;
   text-align: center;
   margin: 0 0px 20px 30px;

}
.itinerary a{
  color:#92d050;
}

.contact-float-right{
  float: right;
  padding-top: 10px;
}

.filter-button
{
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "futuramedium";
    text-align: center;
    color: #413e66;
    margin: 0 60px 0 15px;
    background-color: #78d9f5;
    padding: 0.5rem 4rem;
}
.filter-button:hover
{
    color: #413e66;
    background-color: #fff;

}
.filter-button:active
{
    color: #413e66;
    background-color: #fff;

}
.btn-container{padding-left: 15px;}
.btn-container .active 
{
    background-color: #fff;
    color: #413e66;
}

.btn-container .show {
  display: block;
}
.btn-container span img{
   width:25px;
   height:25px;
}
.btn-container span i{
   width:25px;
   height:25px;
}

.tablinks{
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "futuramedium";
    text-align: center;
    color: #413e66;
    background-color: #78d9f5;
    padding: 0.5rem 2.5rem;
    border:none;
}
.tablinks:hover
{
    color: #413e66;
    background-color: #fff;
    border:none;

}
.tablinks:active
{    border:none;
    color: #413e66;
    background-color: #fff;

}
.port-image
{
    width: 100%;
}
#intro .intro-info{
    padding-top: 60px;
}
.accordion .details-img {
    text-align: center;
}
.back-to-search {
   margin-bottom: 0px;
}
.back-to-search .details .pl-1 {
    padding-left: 1.6rem !important;
}
.back-to-search .details .pr-1 {
    padding-right: 2rem !important;
}
.search-form {
    margin-left: -50px!important;
}
.carousel-item img {
    width: 25px;
    height:25px;
}
.carousel-control-prev, .carousel-control-next {
    top: 100%;
}
.carousel-control-prev {
    left: 30%;
}
.carousel-control-next {
    right: 30%;
}
.carousel-control-prev-icon{
  background-image: url(img/back-filled-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: none;
}
.carousel-control-next-icon{
  background-image: url(img/back-filled-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff no-repeat center center;
    background-size: auto;
    background-size: 100% 100%;
    display: none;
}
.table .table {
    background-color: transparent!important;
}
.travelogue .meal hr {
    margin-top: 0rem!important; 
    margin-bottom: 0rem!important;
    border: 0;
    border-top: 1px solid lightgray;
}
.travelogue .accomodation .table-bordered th > table > tbody > tr > td {
    border: 0!important;
    padding: 0 0 0px;
    font-weight: 600!important;
}
.travelogue .activity .table{
   font-size: 16px;
}
.travelogue .meal .table tr > th > table{
    border: 0!important;
}
.travelogue .activity .table th > table > tbody > tr > td {
    border: 0!important;
    padding: 3px 3px 3px;
    font-weight: 600!important;
}
.travelogue .table-responsive {
    display: block;
    width: 100%;
    overflow-x: visible;
}
.travelogue .accomodation .table-bordered td > table > tbody > tr > td{
    border: 0!important;
}
.travelogue .accomodation .table-bordered td > table > tbody > tr > td.table-padding {
   padding: 0!important;
}
.travelogue .accomodation .table-bordered td > table > tbody > tr > td.border-right {
   border-right: 1px solid gray!important;
}
.travelogue .table-bordered th, .table-bordered td {
    border: 1px solid gray!important;
}


@media (max-width: 768px) {
 #form1{
    text-align: center;
    border:1px solid #fff;
    padding: 40px 0px 0 0px;
 }
#form1 .custom-control-inline {
    display: inline-flex;
     margin: 0 0.5rem;
 }
 .search .card-header .details-padding {
    padding: 0rem;
}
 .search .card-header .details-img img{
    margin-top: 0;
 }
  .search .card-header .btn-link {
    font-size: 1.2rem;
 }
  .search .card-header .details-img img{
    width: 80px!important;
    height: 40px!important;
    margin-top: 0;
 }
 .story-title h5{
   font-size: 1.2rem;
 }
 .travelogue .card-header .btn-link {
    font-size: 1.2rem;
 }
  .travelogue .card-header .details-img img{
    width: 80px!important;
    height: 40px!important;
    margin-top: 0;
 }
 .back-to-search .details .pl-1 {
    padding-left: 0.25rem !important;
}
.back-to-search .details .pr-1 {
    padding-right: 0.25rem !important;
}
.card-body {
    font-size: 0.80rem;
}
 .travelogue .card-header .details-padding {
    padding: 0rem;
}
 .details-padding p{
   font-size: 1rem;
}
.contact-float-right{
  float: left;
}

 .border-bottom {
    font-size: 1.2rem;
    padding: 2rem 0rem 2rem 1rem;
 }
.itinerary img{
   width:100%;
   height: auto;
   text-align: center;  
   margin: 0 auto 10px;
}
.top-padding{
  padding-top: 6.5rem;
}
#intro {
    height: auto;
    padding: 0px 0 0px 0!important;
}
#intro .intro-img{
    height: auto;
    padding: 80px 0 0px 0!important;
}
#intro .intro-info{
    padding-top: 30px;
}
.article-details p span {
    font-size: 1rem!important;
}
.btn-container{
   margin: 0 auto;
}
.btn-container span img{
   width:25px;
   height:25px;
}
.btn-container span i{
   width:25px;
   height:25px;
}
.filter-button
{
    font-size: 1rem;
    margin: 0;
    padding: 0.5rem 0.2rem;
}
.radio-btn-margin1{
    float: left;
    margin: 0 0rem 0.5rem 0rem;
}
.radio-btn-margin2{
    margin: 0 0.2rem 0.5rem 0rem;
}
}


/* About Us Section
--------------------------------*/
#about {
  padding: 80px 0; }

#about .about-content {
  padding-top: 40px; }

#about .about-content h2 {
  color: #413e66;
  font-family: "futuraheavy";
  font-weight: 700; }

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic; }

#about .about-content ul {
  list-style: none;
  padding: 0; }

#about .about-content ul li {
  padding-bottom: 10px; }

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #92d050; }

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px; }

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s; }

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s; }

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s; }

/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0; }

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center; }

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px; }

#services .icon i {
  font-size: 36px;
  line-height: 1; }

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

#services .title a {
  color: #111; }

#services .box:hover .title a {
  color: #92d050; }

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left; }

/* Why Us Section
--------------------------------*/
#why-us {
  padding: 60px 0; }

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out; }

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left; }

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px; }

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186; }

#why-us .counters {
  padding-top: 40px; }

#why-us .counters span {
  font-family: "futuraheavy";
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186; }

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "futuraheavy";
  font-size: 14px;
  color: #8a87b6; }

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0; }

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700; }

#call-to-action .cta-text {
  color: #fff; }

#call-to-action .cta-btn {
  font-family: "futuraheavy";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff; }

#call-to-action .cta-btn:hover {
  background: #92d050;
  border: 3px solid #92d050; }

/* Features Section
--------------------------------*/
#features {
  padding: 80px 0; }

#features h4 {
  font-weight: 600;
  font-size: 24px; }

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0; }

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center; }

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out; }

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #92d050; }

#portfolio #portfolio-flters li:last-child {
  margin-right: 0; }

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0; }

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #92d050; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #92d050;
  border-radius: 50%;
  margin: 10px 4px 0 4px; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8; }

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff; }

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646; }

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1; }

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0; }

#testimonials .section-header {
  margin-bottom: 40px; }

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left; }

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px; }

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px; }

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px; }

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center; }

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd; }

#testimonials .owl-dot.active {
  background-color: #92d050; }

/* Team Section
--------------------------------*/
#team {
  padding: 60px 0; }

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6); }

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s; }

#team .member:hover .member-info {
  transition: 0.4s; }

#team .member:hover .member-info-content {
  height: 80px; }

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff; }

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff; }

#team .member .social {
  margin-top: 15px; }

#team .member .social a {
  transition: none;
  color: #fff; }

#team .member .social a:hover {
  color: #92d050; }

#team .member .social i {
  font-size: 18px;
  margin: 0 2px; }

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0; }

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0; }

#clients img:hover {
  opacity: 1; }

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center; }

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd; }

#clients .owl-dot.active {
  background-color: #92d050; }

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 80px 0; }

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative; }

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #92d050;
  transition: 0.5s; }

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08); }

#pricing .card:hover:after {
  width: 100%; }

#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center; }

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #535074; }

#pricing .card .card-block {
  padding-top: 0;
  text-align: center; }

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #413e66;
  font-weight: 300; }

#pricing .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #535074; }

#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px; }

#pricing .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px; }

#pricing .card .list-group {
  margin-bottom: 15px; }

#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #92d050;
  color: #fff; }

#pricing .card .btn:hover {
  background: #00b0f0; }

/* Search List */

.card-title-div-one{
  height:45px;
}
.card-title-div-two{
  height:50px;
}
.card-title-div-three{
  height:105px;
}
.card-text {
  color: inherit;
  font-size: 19px;
}

/* Request Itinerary */
.custom-control {
  min-height: 3.4rem;
}
.custom-control-label {
 padding-left: 10px;
 
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #92d050;
}
/* Key Highlights   */
#main .mt-4 .key-highlights{
  margin: auto;
  background: #00b0f0;
  width: 80px;
  height: 70px;
  border: 1px solid #00b0f0;
  border-radius: 50%;
}
#main .mt-4 .key-highlights span{
  text-align: center;
  line-height: 4.2;
  color:#000;
  font-size: 16px;
  margin: auto;
  font-weight: 600;
  padding: 10px;
}
#main .mt-4 .key-highlights-text{
  font-weight: 600;
  color:#000000;
  font-size:20px;
}
#main .mt-4 .key-highlights-down-arrow button{
  font-size: larger;
  font-weight: 600;
  border: none;
  background: none;
}
#main .mt-4 .key-highlights-down-arrow button:hover{
  color: #00b0f0;
}
#more {display: none;}
.center{
  margin: 0 auto;
}


/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden; }

#faq #faq-list {
  padding: 0;
  list-style: none; }

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb; }

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "futuraheavy";
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px; }

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px; }

#faq #faq-list p {
  margin-bottom: 20px; }

#faq #faq-list a.collapse {
  color: #92d050; }

#faq #faq-list a.collapsed {
  color: #000; }

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important; }

.round-corner {
  border-radius: 20px;
  -webkit-border-radius: 20px; }

.theme-btn {
  font-family: "futuraheavy";
  font-size: 1rem;
  padding: 0.25rem 2.5rem;
  text-transform: uppercase; }

.btn-secondary {
  color: #434343;
  background-color: #92d050;
  border-color: #92d050;
  color: #fff;
  border: 0;
  box-shadow: none;
  outline: none; }
  .btn-secondary:hover {
    color: #434343;
    background-color: #92d050;
    border-color: #79bb32; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(146, 208, 80, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #434343;
    background-color: #92d050;
    border-color: #92d050; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #434343;
    background-color: #79bb32;
    border-color: #72b12f; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(146, 208, 80, 0.5); }
  .btn-secondary:hover {
    color: #fff;
    border-color: #000000;
    border: 0;
    background-color: #000000;
    box-shadow: none;
    outline: none; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
    outline: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #00b0f0;
    background-color: #f78f1e;
    border-color: transparent; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #92d050;
    background-color: #c6b3a2;
    border-color: transparent; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none;
      outline: none;
      color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #00b0f0;
  border-color: #00b0f0;
  color: #fff;
  border: 0;
  box-shadow: none; }
  .btn-primary:hover {
    color: #434343;
    background-color: #fff;
    border-color: #008bbd; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 176, 240, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008bbd;
    border-color: #0081b0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 176, 240, 0.5); }
  .btn-primary:hover {
    color: #fff;
    border-color: #92d050;
    background-color: #92d050;
    border: 0;
    box-shadow: none; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
    outline: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c6b3a2;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #92d050;
    border-color: transparent; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: none;
      outline: none; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fff; }

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f5f8fd; }

#footer .footer-top .footer-info {
  margin-bottom: 30px; }

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "futuraheavy";
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "futuraheavy";
  color: #535074; }

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #92d050;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s; }

#footer .footer-top .social-links a:hover {
  background: #00b0f0;
  color: #fff; }

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px; }

#footer .footer-top .footer-links {
  margin-bottom: 30px; }

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#footer .footer-top .footer-links ul li {
  padding: 8px 0; }

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0; }

#footer .footer-top .footer-links ul a {
  color: #696592; }

#footer .footer-top .footer-links ul a:hover {
  color: #92d050; }

#footer .footer-top .footer-contact {
  margin-bottom: 30px; }

#footer .footer-top .footer-contact p {
  line-height: 26px; }

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px; }

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6; }

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #92d050;
  border: 1px solid #92d050;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer; }

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #00b0f0; }

#footer .footer-top .form .form-group {
  margin-bottom: 15px; }

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #92d050;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block; }

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px; }

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500; }

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px; }

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd; }

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd; }

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd; }

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd; }

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px; }

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8; }

#footer .credits a {
  color: #92d050; }

#footer .credits a:hover {
  color: #00b0f0; }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 992px) {
  #intro .intro-info { padding-top: 80px; }

  #testimonials .testimonial-item p { width: 80%; } 
  }

@media (max-width: 991px) {

#page-request-itinerary{padding: 5em 0em 0em 4em !important;}

#page-search-itinerary{padding-top: 110px;}

#page-search-results{padding-top: 110px;}

  body {
    padding-top: 100px; }

  body.home {
    padding-top: 0px;
    overflow-x: hidden; }

  #topbar {
    display: none; }

  #header {
    padding: 5px 0;
    position: fixed !important;
    right:0px; }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0; }

  #header .logo img {
    padding: 0;
    margin: 0px 0;
    max-height: 82px; }

  #why-us .why-us-content {
    padding-top: 30px; }

  #pricing {
    padding-bottom: 30px; }

  #pricing .card {
    margin-bottom: 50px; }

  .card-body {
    flex: 1 1 auto;
    padding: 0rem;
    margin: 0!important;
   } 
   .travelogue .card-header .btn-link {
    font-size: 1rem;
  }
   .travelogue .card-header {
    padding: 0.5rem 0rem;
  } 
  .travelogue .bg-white-box .item img {
    height: 250px;
    width: 100%;
}
.it-w400{width: 300px;
    padding-left: 20px;}
.content-word-break{word-break: keep-all;}
.travelogue .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
}
 @media only screen and (min-width: 48em) and (max-width: 61em) {
  .tablinks {
    padding: 0.5rem 2rem;
    margin-top: 2rem;
    float: left;
  }
  .search-form {
    text-align: left;
    margin-left: 0px!important;
  }
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; }

  #faq #faq-list a {
    font-size: 18px; }

  #faq #faq-list i {
    top: 13px; }
  .radio-btn-margin1{
    float: left!important;
    margin: 0 0rem 0.5rem 0rem!important;
  }
  .radio-btn-margin2{
    margin: 0 0.2rem 0.5rem 0rem!important;
  } 
  .search-form{
    text-align: left;
    margin-left: -20px!important;
  }
  .article-details ul li {
    font-size: 15px!important;
    line-height: 30px;
  }
  .search-form .form-control{
    width:100%!important;
    height: 40px!important;
  }
  .search-form .btn{
    font-size: 1rem;
  }
 #form1 .btn-search {
   padding: 0.5rem 4rem;
   font-size: 1rem;
  line-height: 1.3;
   margin: 5px auto;
  }
  .tablinks {
    font-size: 0.8rem;
    padding: 0.5rem 0.6rem;
  }
  .btn-container {
    padding-left: 0px;
   }
   .btn-container span img {
    width: 20px;
    height: 20px;
   }
  .search .card-header {
    padding: 0.5rem 1rem;}
  .card-header {
    padding: 0.5rem 0rem;}
  .search .card-header .btn-link {
     font-size: 0.8rem;
     margin-left: -25px;
  }
  .accordion .btn{
    font-size: 1rem;
  }
  .accordion .details-img {
    text-align: left;
    margin-top: 15px;
  }
  .article-details img {
    width: 100% !important;
  }
  .details {
    font-size: 0.90rem;
  }
  .back-to-search {
    margin-bottom: 0px;
  }
  .card-header .details-padding p{
     font-size: 0.9rem;
  }
  .card-header .details-padding p span img{
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 0px 0; }

  #intro .container {
    height: auto !important; }

  #intro .intro-img {
    width: 80%;
    margin: 0 auto;}

  #intro .intro-info {
    text-align: center;
    padding-top: 40px; }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px; }

  .section-header p {
    width: 100%; }

  #testimonials .testimonial-item {
    text-align: center; }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto; }
  .radio-btn-margin1{
    float: left!important;;
    margin: 0 0rem 0.5rem 0rem!important;
  }
  .radio-btn-margin2{
    margin: 0 0.2rem 0.5rem 0rem!important;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0; } }
@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px; } }

/*# sourceMappingURL=theme.css.map */


.error { color:#FF0000; font-size: 15px;}
.success { color:#003300;}
.text-red { color:#FF0000;}
.validation-error { color:#FF0000;}
.validation-error .form-control {   border: 1px solid #FF0000;}

.floatleft{ float: left; width: 53%; padding: 2%;}
.floatright{float:right;width:42%;padding: 2%;}
.custome-itinerary label{font-size: 16px!important;}
.clear{ clear: both; }
.floatleftrghtpnl{ float: left; width: 30%; padding: 2%;}
.floatleftonly{ float: left; padding-left: 25px; }
.textsize { font-size: 16px;}
.form-control {font-size: 16px !important;}
.ui-icon-circle-triangle-e{
    float:right; margin: 5px;padding:5px;
}
.ui-icon-circle-triangle-w{
    float: left;
    margin: 5px;
    padding:5px;
 }
 .ui-datepicker-title{
     padding: 8px;
    font-size: 17px;
    text-align: center;
 }
 .ui-widget{
     font-size: 16px!important;
     padding: 5px;
 }
 .ui-autocomplete{
     border: 1px solid #00B0F0!important;
 }


#pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9997; }

#pop .overlay {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9998; }

#pop a.closeme {
  color: #fff;
  padding: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999; }

#pop i.fa.fa-times {
  height: 24px;
  width: 24px;
  background-color: #000;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  padding: 5px; }

#messagebody h2 {
  color: #000000;
  background-color: transparent;
  background-position: left center;
  background-repeat: repeat-x;
  border: 0 none;
  padding: 0;
  position: relative;
  margin: 0px 0 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

#pop #message {
  color: #000000;
  height: auto;
  min-height: 220px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #bbcd00;
  max-width: 685px;
  /*width: 400px;*/
  width: 540px;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 4px;
  -webkit-border-radius: 4px; }

#pop #message.large #messagebody {
  min-height: 444px !important; }

#pop #message #messagebody {
  overflow: auto;
  -webkit-column-rule: #000000;
  transition-delay: 2s;
  -moz-column-rule: #000000;
  -o-column-rule: #000000;
  column-rule: #000000; }

#pop #message.large {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1;
  width: 815px; }

#pop #message.large h3 {
  font-size: 1rem;
  line-height: 1; }

.error{ 
    font-size: 18px; 
    font-weight: bold;
}

.image-icon{ position: relative;  
  min-width: 180px;
  height: 100%;
  display: flex;
  justify-content: center;}

  .image-icon-container{ position:relative; height: 100%; z-index: 2; overflow: hidden;}
  .image-icon-container img{  background-color: #FFFFFF; padding: 5px;}
  .image-icon-container:after{ content: ""; position: absolute; top: 0px; bottom: 0; left:50%; width: 4px; height:calc(100% + 0px); background-color: #525252; z-index: -1;}
  
  
.footer {
    background-color: #2c2c2c;
    padding: 29px 0;
    margin-top: 0px;
    color: #fff;
}
.footer a {
  color: #fff;
}
.footer .description p {
  color: #fff;
  text-transform: uppercase;
}  
  
  
  
  
  
  
  
  
  