.err{
  color: #ff0000;
}
.titleSm h2,.titleMd h2 {
  font: 400 22px 'Abril Fatface', cursive;
}
.availableBox{
  border:0;
}
.bookBtn {
  padding: 9px;
  border: 0;
}
.submitBtn input{
  padding:10px 18px;
}
/***********************
header
**********************************/
.menuHeader{
  background: var(--border-Color-2);
}
.headerMenuFlexRight {
  display: block;
  flex-basis: 100%;
  justify-content: initial;
}
.sm-blue a.active {
  color: #ffffff;
}
.sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover{
  color: #fff;
  padding: 15px 25px;
}
.headerMenuFlex{
  padding: 0;
}
.sm-blue a:hover{
  background: #3793f8;
}
.sm-blue>li:first-child>:not(ul) a, .sm-blue>li:first-child>a,
.sm-blue>li:last-child>:not(ul) a, .sm-blue>li:last-child>a {
  border-radius: 0!important;
}
.sm-blue ul {
  background: #fff;
  top: 52px!important;
}
.menuHeader.sticky{
  background: var(--border-Color-2);
}
.menuHeader.sticky .sm-blue ul {
  top: 52px!important;
}
.topHeaderFlex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after{
  background: #fff;
}
.topHeaderLogoFlex a img{
  height: 65px;
}
/*.topHeaderRightFlex{
display: flex;
flex-wrap: wrap;
align-items: center;
}*/
.tpHeaderSocialFlexIc{
  display: flex;
  flex-wrap: wrap;
}
.tpHeaderSocialFlexIc li{
  padding: 0 5px;
}
.tpHeaderMenuFlex ul li {
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  border-right: 1px solid #d8d5d5;
}
.tpHeaderMenuFlex ul li:last-child{
  border-right: 0;
}
.tpHeaderMenuFlex ul li a{
  color: #333;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}
.tpHeaderMenuFlex ul li a:hover{
  color: #0b71e1;
}
.tpHeaderMenuFlex ul li a blink{
  font-weight: 600;
}
blink {
  animation: blinker 0.6s linear infinite;
  color: #e70c16;

}
@keyframes blinker {  
  0% { 
    opacity: 0.8;
    color: #222; 
  }
  50% { 
    opacity:1;
    color: #e70c16;
  }
}
.fi-instagram {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color:#0b71e1 !important;
}
.tpHeaderSocialFlexIc.socialIc li .fi {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  background:transparent;
  border: 1px solid #c7c4c4;
}
.topHeader {
  padding: 20px 0;
}
.tpHeaderSocialFlexIc.socialIc li .fi-facebook{
  color:#3b5998;
}
.tpHeaderSocialFlexIc.socialIc li .fi-twitter{
  color:#32cdfd;
}
.tpHeaderSocialFlexIc.socialIc li .fi-linkedin{
  color:#0274b3;
}
.tpHeaderSocialFlexIc.socialIc li .fi-google-plus{
  color:#e62117;
}
.tpHeaderSocialFlexIc.socialIc li .fi-youtube{
  color:#d71e18;
}
.tpHeaderSocialFlexIc.socialIc li .fi-instagram{
  color:#3f729b;
}
.tpHeaderSocialFlex {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 13px;
}
.tpHeaderSocialFlexIc.socialIc{
  margin-left: 8px;
}
.sm-blue a .sub-arrow {
  display: block;
  left: -17px;
  bottom: 0;
  top: 25px;
  margin-left: 0px;
}
.equipmentBox ul li{
  list-style: disc;
  margin-bottom: 10px;
}
.equipmentBox h3{
  margin-bottom: 10px;
  font-size: 20px;
}
.equipmentBox ul{
  padding-left: 25px;
}
h1{
  font:600 34px 'Abril Fatface', cursive;
  color: var(--title-color);
}
h2{
  font:500 28px 'Abril Fatface', cursive;
  color: var(--title-color);
}
h3{
  font:normal 24px 'Abril Fatface', cursive;
  color: var(--title-color);
}
.outer-search-box{
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #004aa7;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: relative;
}
.outer-search-box .seach-toggle {
  /*border: 1px solid #efeded;*/
  width: 40px;
  height: 40px;
  background: transparent;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
/*background:#0172ff;
border-color: #0172ff;
color: #fff;*/
background:transparent;
border-color: transparent;
color: #333;
}
.search-box {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 500ms ease 0s;
  visibility: hidden;
  width: 50%;
  text-align: left;
  padding: 0 30px;

}
.search-box.now-visible{
  top:100%;
  opacity:1;
  visibility:visible; 
}
.search-box .form-group{
  position: absolute;
  margin: 0px;
  width: 100%;
  min-width: 600px;
  background: #fff;
  box-shadow: 0 0 12px #dadada;
  /*padding: 20px;*/
  padding: 6px 20px 16px;
  box-sizing: border-box;
  right: 0;
  top: 12px;
}
.search-box label{
  color: #333;
}

.search-box .form-group input[type="text"] {
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  min-width: 80%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
  background: #fff;
  border:0;
  border: 1px solid #ccc;
  margin-right: 10px;
  box-sizing: border-box;
  
}
.search-box .btn {
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    min-height: 40px;
}
.search-box i{
  margin-right: 8px;
}
.search-box .form-group input[type="text"]:focus{
  border-color:#0172ff; 
}
.search-box .form-group input[type="submit"] {
  background: #252525;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 500ms ease 0s;
  border:0;
  box-sizing: border-box;
}
/*.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
  color:#fff;
  background: #0172ff;
}*/
.btn-danger {
    color: #fff;
    background-color: #a90e13;
    border-color: #a90e13;
}

.stickyScroll{
  display: none;
}
.stickyScroll.shrink{
  position: fixed;
  z-index: 9999;
  display: block;
  top: 0;
  width: 100%;
  left: 0;
}
.navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.headerInfosIc{
  float: left;
  margin-right: 5px;
  color: #222;
}
.headerInfosDt{
  float: left;
}
.headerInfosDt h5{
  font-size: 15px;
  color: #222;
  font-weight: 600;
}
.headerInfosDt span{
  font-size: 13px;
}
.headerInfosDt a{
  color: #000;
}
.headerInfosIc img{
  height: 40px;
}
.headerInfosIc i{
  font-size: 22px;
}
.tpHeaderInfosBtm ul:after{
  content: '';
  display: table;
  clear: both;
}
.tpHeaderMenuFlex {
  display: flex;
  justify-content: flex-end;
}
.tpHeaderInfosBtm ul li {
  /*flex-basis: 35%;*/
  display: flex;
  flex-direction: row;
  margin-right: 10px;
}
.tpHeaderInfosBtm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.otherMenu span{
  display: block;
  margin-bottom: 5px;
}
.otherMenu span:last-child{
  margin-bottom: 0;
}
.otherMenu{
  margin-right: 12px;
}
.phnHeader{
  display: block;
}
.commonListSec ul li{
  list-style: disc;
  margin-bottom: 8px;
}
.commonListSec ol li{
  list-style: decimal;
  margin-bottom: 8px;
}
.commonListSec ul,.commonListSec ol{
  padding-left: 20px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.8);
}
.aboutSection img{
height: 268px;
}
/*****************************************************
gallery list
******************************************************/
.galleryListSec figure img{
  width: 100%;
  -webkit-transition: all ease-in-out  1s;
  -moz-transition: all ease-in-out  1s;
  -o-transition: all ease-in-out  1s;
  -ms-transition: all ease-in-out  1s;
  transition: all ease-in-out  1s;
}
.galleryListSec figcaption {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.galleryListSec figure{
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.galleryListSec{
  margin-bottom: 18px;
}
.galleryFlexMain:hover{
  cursor: pointer;
}
.galleryFlexMain:hover figure img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.galleryFlexMain{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.galleryTitleHead{
  flex: 1 0 auto;
  background: #fff;
  padding: 14px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
}
.galleryFlexMain img{
  width: 100%;
}
.sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
  color: #fff;
  padding: 15px 18px;
}
.sm-blue a .sub-arrow {
  display: block;
  left: auto;
  bottom: 0;
  top: 25px;
  margin-left: 0px;
  right: 4px;
}
.bookNow{
  border:0;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ff919b;
}
.sideBar .availableBox,.sideBar .bookBtn{
    width:100%;
}
.crossTrip {
  position: absolute;
  top: 5px;
  right: 38px;
  color: #333;
}
b, strong{
    font-weight: bolder;
}
.tripDescSlide:after{
    display:none;
}
.tripDescSlide{
    margin-bottom: 17px;
}

/********************************
11-18-2019
***********************************/
.nav.list-category{
    flex-direction:column;
        background: #eee;
        padding:15px;
        box-sizing:border-box;
    
}
.nav.list-category li{
    margin-bottom:12px;
    
}
.nav.list-category li:last-child{
    margin-bottom:0;
    
}
.nav.list-category li a{
   color:#333;
   font-size:15px;
   font-weight:500;
}
.nav.list-category li a.active{
    color:#0056b3;
}
.tabs-custom ul,
.tabs-custom ol{
    padding-left:20px;
}
.tabs-custom ul li,
.tabs-custom ol li{
   margin-bottom:8px;
}
@media (min-width: 1200px)
{
.container {
  max-width: 85%;
}
}