body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    overflow-x: hidden;
}
.bg-dark {
    margin-top: 65px !important;
    background-color: #343a40 !important;
}
a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}
.otp_heading h1,
.otp_heading h2,
.otp_heading h3,
.otp_heading h4,
.otp_heading h5,
.otp_heading h6{
    margin: 0px;

}

/*header*/
.otp_header .navbar-default{
    min-height: 36px;
    background-color: #36b1e7;
    margin-bottom: 0px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border-radius: 0px;
    border: transparent;
}
.otp_header nav.navbar.navbar-default.scroll-nav{
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}
.scroll-nav{
    background: #fff !important;
    z-index: 11;
    position: fixed;
    left: 0; right: 0;
    top: 0;
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.navbar-default .navbar-brand {
    font-family: 'Oswald', sans-serif;
    padding-right: 30px;
    height: auto;
    padding: 10px 0px;
    position: relative;
    text-transform: uppercase;
}
.navbar-default .navbar-nav{
    margin: 0;
    padding: 0px 0 !important;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.navbar-default .navbar-nav > li{
    display: inline-block;
    margin: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.navbar-default .navbar-nav > li > a{
    padding: 0px 20px;
    display: block;
    line-height: 30px;
    height: 30px;
    background-color: #999;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a.btn1{
    background-color: #3f51b5;
}
.navbar-default .navbar-nav > li > a.btn2{
    background-color: #2196f3;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    color: #fff;
}
/*button */
.glowing-btn{
  
    color: rgba(255, 255, 255, 0.5);
    -webkit-animation-name: flashing;
    animation-name: flashing;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes flashing {
  0% {
    color: rgba(255, 255, 255, 0.8);
  }
  50% {
    color: #ffc107;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
  }
}
@keyframes flashing {
  0% {
   color: rgba(255, 255, 255, 0.8);
  }
  50% {
    color: #ffc107;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
  }
}

.form-box .btn.glowing-btn1{
    background-color: #f44336;
    border-color: #f44336;
    color: rgba(255, 255, 255, 1);
    -webkit-animation-name: flashing1;
    animation-name: flashing1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes flashing1{
  0% {
    color: rgba(255, 255, 255, 1);
  }
  50% {
    color: yellow;
  }
  100% {
    color: rgba(255, 255, 255, 1);
  }
}
@keyframes flashing1 {
  0% {
   color: rgba(255, 255, 255, 1);
  }
  50% {
    color: yellow;
  }
  100% {
    color: rgba(255, 255, 255, 1);
  }
}
/*slider*/
.sliderWraper{
    position: relative;
    z-index: 1;
}
.sliderWraper img{
    display: block;
    width: 100%;
}
.sliderWraper .item::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    content: "";
    z-index: 9;
    visibility: hidden;
    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.3) 0%, rgba(53, 92, 125, 0.3) 100%);
}
.sldierDataForm, .text-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 66px;
    z-index: 99;
}
.sldierDataForm{
    bottom: 20px;
}
.sliderWraper .item{
    position: relative;
}
.text-box{
    color: #fff;
    z-index: 999;
    bottom: 60px;
}
.text-box .textContent{
    position: relative;
    text-align: right;
}
.text-box .textContent h3{
    text-shadow: 1px 2px 10px #000;
    color: #ffeb3b;
}
.text-box .textContent p{
    font-size: 18px;
    text-shadow: 1px 2px 5px #000;
}
.text-box .textContent ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-box .textContent ul li{
    line-height: 30px;
    margin-bottom: 5px;
    display: inline-block;
    color: #000;
    padding: 0px 10px;
    background-color: rgba(246, 209, 37,0.9);
}
.text-box a.btn1{
    margin-top: 20px;
    color: #5e670a;
    display: inline-block;
}
.form-box{
    padding-top: 15px;
}
.form-box .tooltip-inner{
    background-color: #F44336;
}
.form-box .tooltip.top .tooltip-arrow{
    border-top-color: #F44336;
}
.form-box .otp_heading{
    color: #ffffff;
    margin-bottom: 20px;
}
.form-box .form-control{
    border-radius: 0px;
    height: 32px;
    padding: 4px 12px;
}
.form-box label{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
}
.form-box .form-group{
    margin-bottom: 12px;
}
.form-box .btn, a.btn1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 6px 30px;
    letter-spacing: 2px;
    font-weight: 700;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #e2e2e2;
}
/*extraNav*/
.extraNav{
    margin-top:-40px;
    position: relative; 
    z-index: 2;
    margin-bottom: -30px;
}
.extraNavbox{
    border-bottom: 4px solid transparent;
}
.extraNavBox{
    padding-top: 12px;
    text-align: center;
    padding-bottom: 12px;
}

.extraNavbox.active, .extraNavbox:hover{
    border-bottom-color: rgba(0,0,0,0.3);
}
.extraNavBox a{
    color: #ffffff;
    display: block;
}
.extraNavBox h3 a{
    line-height: 35px;
}
.extraNavBox a small{
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
/*opt_group*/
.bg-1{
    background-color: #fff6ef;
}
.bg-2{
    background-color: /*#3f51b5*/ #F44336;
}
.bg-3{
    background-color: /*#8bc34a*/ #4CAF50;
}
.bg-4{
    background-color: /*#2c397e*/ rgba(54, 177, 231, 0.9);
}
.bg-5{
    background-color: #673AB7;
}
.pd-50{
    padding-top: 50px !important;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title h2 {
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
}
.otp_groupWrap{
    padding-top: 30px;
    padding-bottom: 30px;
}
.otp_groupWrap .textContent{
    font-size: 16px;
}
.gridWrap{
    margin-bottom: 0px;
}
.grid-box{
    margin-bottom: 20px;
}
.otp_pack1 {
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    margin: 0 0 20px;
    padding-top: 1px;
}
.otp_pack1 .image {
    overflow: hidden;
    margin: 4px 5px 0;
    height: 170px;
}
.gridWraper .otp_pack1 .image{
    height: 100%;
} 
.otp_pack1 .image img {
    transition: all .3s ease-in-out;
        height: 200px;
}
.otp_pack1 .content{
    padding: 12px 15px;
}
.otp_pack1 a .content {
    color: #565656;
    display: block;
}
.otp_pack1 .content h4 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #034498;
    /* white-space: nowrap; */
    line-height: 25px;
    margin: 0 0 8px;
}
.otp_pack1 .content h4 a{
    color: #034498;
}
.otp_pack1 .content p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.otp_pack1 .bottom {
    border-top: 1px solid #DEDEDE;
    padding: 8px 15px;
    background-color: #fff6ef;
    position: relative;
}
.otp_pack1 .bottom:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 41.66666667%;
    width: 1px;
    background: #DEDEDE;
}
.otp_pack1 .bottom .texting {
    font-weight: 400;
    line-height: 24px;
    margin-top: 2px;
    color: #D60D45;
}

.otp_pack1 .bottom span, .otp_pack1 .bottom a{
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 4px 4px;
    text-align: center;
    font-size: 12px;
}

.otp_pack1:hover .image img{
    transform: scale(1.15) rotate(5deg);
    -moz-transform: scale(1.15) rotate(5deg);
    -webkit-transform: scale(1.15) rotate(5deg);
}
.otp_pack{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    transform: translateY(0px);
    min-height: 150px;
    width: 100%;
    height: 100%;
}
.otp_pack .image {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    width: 230px;
    transition: all .3s ease-in-out;
}

.otp_pack .content {
    margin-left: 240px;
    line-height: 1.5;
    padding: 20px 15px;
}
.otp_pack .content a{
    color: #034498
}
.otp_pack .content h4{
    margin: 0px;
    margin-bottom: 10px;
}
.otp_pack .content p{
    margin-bottom: 3px;
}
.otp_pack .content p.last{
    margin-bottom: 10px;
}
.otp_pack .content a.btn-read-more {
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    color: #D60D45;
}
.otp_pack .content a.btn-read-more:hover {
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}
.otp_pack:hover,
.otp_pack1:hover{
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #F44336;
    transform: translateY(-5px);
}
/*post-hero*/
.post-hero {
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.featured-item{
    line-height: 1.5;
    margin-bottom: 20px;
}
.featured-item .icon {
    font-size: 40px;
    width: 46px;
    color: #00bcd4;
    line-height: 40px;
    float: left;
    padding-top: 5px;
}
.featured-item .content {
    margin-left: 65px;
}
.featured-item h5 {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 15px;
}
.featured-item p{
    color: #5d5d5d;
    font-size: 14px;
    margin-bottom: 0;
}
/*footer*/
footer{
    position: relative;
}
.otp_footer{
    background: #2b2b2b;
    color: #999999;
    font-size: 14px;
}
.otp_ftInner{
    padding-top: 30px;
    padding-bottom: 30px;
}
.otp_ftHeading {
    margin-bottom: 30px;
}
.otp_ftHeading h3{
    color: #fff;
    font-size: 30px;
}
.opt_ftBr-right{
    border-right: 1px solid rgba(255,255,255,0.15);
}
.otp_ftBox{
    padding-top: 15px;
    height: 140px;
}
.otp_ftBox .otp_heading{
    color: #fff;
    margin-bottom: 20px;
}
.otp_ftBox .otp_ftTextcol{
    font-size: 14px;
}
.otp_ftBox .otp_ftTextcol p{
    line-height: 24px;
}
.otp_ftSocialcol ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.otp_ftSocialcol ul li{
    display: inline-block;
    margin: 5px 5px 0;
}
.otp_ftSocialcol ul li a{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    line-height: 34px;
    width: 34px;
    height: 34px;
    transition: all 0.2s ease-out 0s;
    padding-left: 3px
}
.otp_ftSocialcol ul li a i{
    display: block;
    line-height: 34px;
}
.otp_ftSocialcol ul li a.facebook{
    background-color: #3b5998;
}
.otp_ftSocialcol ul li a.twitter{
    background-color: #00bdec;
}
.otp_ftSocialcol ul li a.google-plus{
    background-color: #dd4d4d;
}
.otp_ftSocialcol ul li a.pinterest{
    background-color: #b8242a;
}
.otp_footerCopy{
    background-color: #1f1f1f;
    color: #9d9d9d;
    padding: 10px 0px;
    font-size: 13px;
}
.otp_footerCopy p{
    margin: 0px;
}
.scrollup {
    z-index: 9;
    display: none;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 301px;
    margin: 0;
    color: #FFF;
    background-color: #3f51b5;
    width: 54px;
    height: 54px;
    line-height: 50px;
    font-size: 30px;
}
.scrollup i{
    line-height: 50px;
}
.scrollup:hover{
    color: #fff;
    background-color: rgba(63, 81, 181, 0.80);
}
.custom-navbar
{
    padding-bottom:0 !important;
    padding-top: 16px !important;
    }
.custom-navbar li {
    margin: 5px !important;
}

.custom-navbar 
 li a {
    padding: 0 8px !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.inner-slider .item
{
    border-left: 3px solid #fff;
}
.tourPkgList ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tourPkgListItem {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.tourPkgListItem.d-block {
    display: block;
}

.tourPkgListItem .item-thumbnail {
    /* background-color: #2b2c2f; */
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
}

.tourPkgListItem .item-thumbnail-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tourPkgListItem .item-thumbnail a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tourPkgListItem.tourPkgListItem2 .item-thumbnail a img {
      /*height: 188px;*/
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
}

.tourPkgListItem .item-desc {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tourPkgListItem.tourPkgListItem2 .item-thumbnail {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tourPkgListItem.tourPkgListItem2.tourPkgListItem3 .item-thumbnail {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.tourPkgListItem.tourPkgListItem2 .item-desc {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
}

.tourPkgListItem.tourPkgListItem2.tourPkgListItem3 .item-desc {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.carItem .item-desc {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.noResult .item-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.noResult h5 {
    color: rgba(0, 0, 0, .5);
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}

.carItem .item-desc {
    border-left: 1px solid #d2d6da;
}

.noResult .item-desc-inner {
    padding: 30px 15px;
}

.noResult .btn-search {
    background-color: rgb(249, 109, 1);
    border-color: rgb(249, 109, 1);
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.tourPkgListItem .item-transaction {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background-color: #f9f9f9;
    border-left: 1px solid #e2e2e2;
}

.tourPkgListItem .item-desc,
.tourPkgListItem .item-transaction {
    padding: 0px 15px;
}

.item-desc-inner,
.item-transaction-inner {
    padding: 10px 10px 3px;
}

.tourPkgListItem .item-transaction-inner {
    height: 100%;
    text-align: center;
}

.tourPkgListItem .item-transaction-inner .price-sction {
    margin: 10px 0 0px;
}

.tourPkgListItem.tourPkgListItem2 .item-transaction-inner .price-sction {
    margin: 40px 0px -5px;
}

.tourPkgListItem.carItem .item-transaction-inner .price-sction {
    margin-bottom: 5px;
}

.tourPkgListItem.carItem .item-transaction-inner a:focus {
    outline: none;
}

.pkgName {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.pkgName a {
    text-decoration: none;
    color: #424646;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: block;
    /* white-space: nowrap; */
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0 0 0px;
    font-weight: 600;
    color: #444444;
    'Roboto', font-family: sans-serif;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
}

.pkgName a:hover {
    color: #337ab7;
}

.duration,
.location,
.descp {
    margin-bottom: 8px;
    display: block;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.tourPkgListItem.tourPkgListItem2 .location {
    font-size: 13px;
    margin-bottom: 10px;
}

.tourPkgListItem.tourPkgListItem2 .location p {
    margin-bottom: 0px;
}

.tourPkgListItem2 .bold {
    font-weight: bold;
}

.tourPkgListItem.tourPkgListItem2 .btn {
    padding: 4px 10px;
    font-weight: 400;
}
.tourPkgListItem.tourPkgListItem2 .btn {
    padding: 4px 10px;
    font-weight: 400;
}
.top-destination .trip-details .btn-block, .tourPkgListItem .btn.btn-block {
    width: 100%;
}
.top-destination .trip-details .btn.download, .tourPkgListItem .btn.download {
    background-color: #FF5722;
}
.top-destination .trip-details .btn, .tourPkgListItem .btn {
    color: #fff;
    border: 1px solid transparent;
    margin-top: 10px;
    padding: 8px 25px;
    width: 49%;
}
.top-destination .trip-details .btn.success, .tourPkgListItem .btn.success {
    background-color: #0086f1;
}
.price-sction p.price {
    font-size: 17px;
    font-weight: 600;
    color: #337ab7;
    padding: 5px 0 5px;
    margin: 0;
}
.section-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.tourPkgListItem:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #337ab7;
}
.star-rating span.active i {
    color: #2196f3;
}
.star-rating i {
    color: #989898;
    font-size: 15px;
}
.star-para {
    font-size: 13px;
    font-weight: 500;
}
hr {
    margin-top: 13px;
    margin-bottom: 13px;
    border: 0;
    border-top: 1px solid #eee;
}
.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.text-black {
    color: #151515;
}
.location i {
    padding-right: 5px;
}
.hotelRating.secondhigestRating {
    background-color: #1ca54f;
        border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.green-box {
    margin: 20px;
}
.section-heading h2 {
    color: #fff;
    font: 70px/70px 'Kaushan Script', cursive;
}
.form-control-icon i {
    position: absolute;
    right: 20px;
    top: 35px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
sup {
    top: -.5em;
    color: red;
}
.section-header {
    margin-bottom: 30px;
}
.section-header .sub-heading {
    color: #2196f3;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
        font-family: 'Roboto', sans-serif;
}
.section-header .section-title {
    color: #474A56;
    font-weight: 500;
    font-size: 25px;
        margin: 0 0 10px;
            font-family: 'Roboto', sans-serif;
}
.section-header p {
    color: #898B93;
    max-width: 69%;
    font-size: 13px;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
}
.cruise-para {
    color: #656565;
    line-height: 25px;
    text-align:justify;
}
.section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 3px;
    background-color: #000;
}
.section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 3px;
   background-color: rgb(33, 150, 243);
}
.cruise .section-header .section-title {
    color: #474A56;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px;
    font-family: 'Roboto', sans-serif;
}
.cruise .section-header {
    margin-bottom: 10px;
    margin-top: 20px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.pkg-formHeading {
    background-color: #36b1e7;
    color: #fff;
    padding-bottom: 2px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .75rem;
}
.pkg-formHeading h3 {
    margin: 0;
    padding: 7px;
    font-size: 20px;
}
.map
{
    margin-top:20px;
    }
    .service1 img
    {
    width:100%;
    }
    .cruiser-list {
    list-style: none;
    margin-left: 0.5em;
    padding: 9px 10px 1px;
}
.cruiser-list h4 {
    color: #3E3E3E;
    margin: 0.5em 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.cruiser-list li {
    list-style-image: url(../images/icon2.png);
    margin-left: 20px;
    margin-bottom: 10px;
}
.cruiser-list li a {
    color: #565656;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
}
.boats {
    border: 1px solid #eaeaea;
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.top-header {
    padding: 10px 0;
}

.option_nav ul li {
    float: left;
    list-style: none;
    line-height: 32px;
    border-left: 1px solid rgba(255,255,255,0.12);
}
.option_nav ul li a {
    color: #fcfcfc;
    padding: 0px 14px;
}

.option_nav i {
    margin-right: 10px;
    color: white;
}
.float-right
{
       float: right;
} 
.scroll-nav #navbar2 .custom-navbar li a {
    padding: 0 8px !important;
    background-color: transparent !important;
    color: #383838 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-book {
    float: right;
    padding: 10px 20px 10px 20px;
    /* font: 400 18px/18px 'Montserrat', sans-serif; */
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    background-color: #36b1e7;
    margin-right: 15px;
    border-radius: 2px;
}
.btn-book:hover {
    float: right;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid #36b1e7;
    background-color:White;
    color:#36b1e7;
    margin-right: 15px;
    border-radius: 2px;
}
.navbar-brand {
    float: left;
    height: 45px;
    font-size: 18px;
    line-height: 20px;
}
.btn-black
{
    background-color: #3c3c3c;
}
/* header */
header {
  position: relative;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #ebeef2;
}

.navbar-expand-lg {
  padding: 0px;
}

.navbar-nav .nav-item {
  line-height: 21px;
}

.mid-menu.navbar-nav .nav-item {
  line-height: 24px;
}
.top-list {
    margin: 10px 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #2c3e50;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 10px;
  display: inline-flex;
}

/* my-account */
.my-account {
  padding: 0 12px;
  border-right: 1px solid#dadada;
}

.my-account a {
  padding-left: 0px !important;
  position: relative;
}

.my-account span {
  line-height: 1;
  color: #afafaf;
}

.my-account span svg {
  vertical-align: -2px;
}

.my-account .dropdown-toggle::after {
  position: absolute;
  right: 0px;
  top: 11px;
}

/* call */
.call {
  padding-left: 12px;
}

.call .media img {
  width: 24px;
}

.call .media .media-body h5 {
  line-height: 24px;
  color: #334d81;
  font-weight: 600;
  font-size: 18px;
}

.no-arrow .dropdown-toggle::after {
  content: none;
}

.dropdown-menu li {
  white-space: nowrap;
  min-width: 104px;
  background-color: rgba(228, 228, 228, 0.38);
}

/* dropdown */
.gr-dropdown {
  padding: 12px;
  width: 250px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.gr-dropdown:before {
  content: '';
  border: 11px solid transparent;
  border-bottom-color: #ccc;
  position: absolute;
  top: -22px;
  right: 185px;
}

.gr-dropdown:after {
  content: '';
  border: 11px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -21px;
  right: 185px;
}

.gr-dropdown li {
  background: transparent;
}

.help-dropdown {
  left: -110px;
}

.help-dropdown:after,
.help-dropdown:before {
  right: 35px;
}

.account-dropdown:after,
.account-dropdown:before {
  right: 10px;
}

.help-dropdown li {
  padding-left: 8px;
  padding-right: 8px;
}

.help-dropdown .label {
  color: #999;
  font-size: 12px;
  display: block;
}

.help-dropdown p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}

.help-dropdown .time {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.account-dropdown .sign-in-desc {
  color: #666;
  font-size: 12px;
  line-height: 1.35;
  display: block;
  margin-bottom: 10px;
}

.account-dropdown .btn-sign {
  background-color: #ff9500;
  color: #fff;
}

.account-dropdown .btn-sign:hover,
.account-dropdown .btn-sign:focus {
  background-color: #e58500;
}

.account-dropdown .btn-sign-up {
  color: #ff9600;
  background-color: transparent;
  border: 1px solid #ff9600;
}

.account-dropdown .btn-sign-up:hover,
.account-dropdown .btn-sign-up:focus {
  background: rgba(229, 133, 0, .1);
}
.navbar-dark {
    background-color: #353434;
}
.navbar-dark .navbar-nav .nav-link {
   color: rgb(255, 255, 255);
  padding: 6px;
    font-weight: 500;
}
.top-list i {
    font-size: 17px;
    margin-right: 10px;
}
.black-strip i {
    padding-right: 10px;
}
.call .nav-link {
    border-left: 1px solid #dedede;
    padding-left: 19px !important;
}
.slider img {
    height: 430px;
    width: 100%;
}
/* search-wrapper */
.search-wrapper {
  position: relative;
  background-color: #f0f3f7;
  padding-bottom: 20px;
}

.inner-search {
  padding-top: 20px;
  background-color: #004175;
  background-image: url(../images/back-pattern.png);
  z-index: 1;
}

.search-wrapper .container {
  z-index: 2;
  position: relative;
}

.search-tab {
  border-radius: 4px;
  margin: 0px;
  position: relative;
  top: -80px;
  margin-bottom: -60px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.inner-search .search-tab {
  top: 0px;
  margin-bottom: 0px;
}

.shadow {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.search-wrapper p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.63;
}

.search-tab .nav-tabs {
  border-bottom: none;
  overflow: hidden;
}

/* .search-tab .nav-tabs .nav-item {
  margin: 0px 4px -1px;
} */

.search-tab .nav-tabs .nav-link {
  border: none;
  padding: 15px 20px 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  position: relative;
  background-color: rgba(49, 49, 49, 0.65);
}

.search-tab .nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 3px;
}

.search-tab .nav-tabs .nav-link.active {
  color: #fff;
  /* background-color: #305092; */
  background-color: #444;
}

.search-tab .nav-tabs .nav-link.active:after {
  /* background-color: rgba(255, 255, 255, 0.25); */
  background-color: #2196F3;
}

.search-tab .nav-tabs .nav-link span {
  margin-right: 10px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}

.search-tab .nav-tabs .nav-link span object {
  width: 24px;
  height: 24px;
  color: #fff;
}

.search-tab .tab-content {
  padding: 20px;
  /* background-color: #305092; */
  background-color: #444;
}

.formContainer {
  position: relative;
}

.formSearchInput {
  border: 1px solid #dee2e6;
  background-color: #fff;
  margin-right: 66px;
}

.formSearchBtn {
  padding: 0px 20px;
  position: absolute;
  height: 69px;
  right: 0px;
  top: 0;
  border: 1px solid #2196F3;
  background: #2196F3;
  color: #fff;
}


input {
  border: none;
}

input:focus {
  outline: none;
}

.searchInput {
  padding: 9px 15px 0px 15px;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.searchInput.disabled {
  background: #f7f7f7;
}

.searchInput.disabled input:disabled {
  background: #f7f7f7;
}

.searchInput label {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  color: #999999;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sm-input {
  max-width: 120px;
}

.md-input {
  max-width: 150px;
}

.searchInput input,
.searchInput .input-box {
  border: 0 none;
  margin: 0;
  vertical-align: top;
  font-size: 13px;
  padding: 10px 0 10px 0;
  line-height: 1;
  height: 20px;
  box-sizing: content-box;
  width: 100%;
  color: #333;
}

.searchInput .input-box {
  line-height: 21px;
}

.searchInput.hasdropdown .input-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  overflow: hidden;
}

.searchInput input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1
}

.searchInput input::-moz-placeholder {
  color: #afafaf;
  opacity: 1
}

.searchInput input:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1
}

.searchInput input::-ms-input-placeholder {
  color: #afafaf;
  opacity: 1
}

.form-control::placeholder {
  color: #afafaf;
  opacity: 1
}

.searchInput .input-box:focus {
  outline: none;
}

.hasdropdown {
  position: relative;
}

.searchInput.hasdropdown {
  max-width: 250px;
}
.hasdropdown::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bfbfbf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  transition: all 250ms ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0.5rem;
  top: 50%;
  transform-origin: center;
}

.hasdropdown[aria-expanded='true']::after {
  transform: rotate(-180deg);
}

.config-dropdown {
  border-radius: 0px;
  width: 100%;
}

.config-dropdown.has-dropdown-header {
  padding: 0px;
}

.config-dropdown .dropdown-header {
  background: #2096d6;
  padding: 10px 19px 8px;
  line-height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.config-dropdown .dropdown-header:hover {
  background: #2096d6 !important;
}

.drop-box {
  overflow: hidden;
  padding-right: 1px;
  margin: 0px;
}

.drop-box li {
  padding: 0px 19px;
  display: block;
  position: relative;
  background-color: transparent;
  font-size: 12px;
}

.drop-box .counter-text {
  line-height: 34px;
  text-transform: capitalize;
}

.drop-box .counter-buttons {
  position: absolute;
  right: 17px;
  top: 4px;
}

.drop-box button {
  font-size: 14px;
  font-weight: 500;
}

.drop-box .counter-buttons button {
  text-align: center;
  border: 1px solid #03A9F4;
  background: transparent;
  height: 27px;
  display: inline-block;
  width: 27px;
  line-height: 24px;
  color: #2196F3;
  cursor: pointer;
}

.drop-box .counter-buttons button:hover,
.drop-box .counter-buttons button:focus {
  background-color: #e5f0ff;
  outline: none;
}

.drop-box .counter-buttons button.disabled,
.drop-box .counter-buttons button.disabled:active,
.drop-box .counter-buttons span.disabled:hover {
  border-color: #b3b3b3;
  background-color: #fff;
  color: #b3b3b3;
  cursor: not-allowed;
  outline: none;
}

.custom-select.prettySelect {
  height: 2rem;
  border-radius: 0px;
  line-height: 1.25;
}

.typeahead {
  border-radius: 0px;
  width: 100%;
}

.countNight {
  font-size: 18px;
  line-height: 1;
}

.countNight span {
  line-height: 1;
  vertical-align: -2px;
}

.countNight span#countNight {
  vertical-align: 0px;
}

.countNight svg {
  width: 20px;
  height: 20px;
  fill: #dcdcdc;
  stroke: #dcdcdc;
}
marquee {
    color: #FFEB3B;
    padding: 5px 0 7px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
}
.otp_ftBox h4 {
    font-size: 20px;
}
#myTab img 
{
        height: 23px;
    padding-right: 12px;
}
  .ads
        {
            margin: 20px;
        }
        .ads.no-margin
        {
            margin: 20px 0;
        }
        .ads a
        {
            display: block;
            text-align: center;
        }
        .ads a img
        {
            border: 1px solid #DFDFDF;
        }
        .ads a img
        {
            width:100%;
            margin: 0px auto;
        }
        .carousel-5 .product-img {
    border-right: 5px solid white;
}
@media only screen and (max-width: 1170px){
    .sldierDataForm{
        bottom: 0;
    }
    .extraNav{
        margin-top: 0;
    }
    
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
    .sldierDataForm{
        position: relative;
        margin: 10px -15px 0;
    }
    .opt_ftBr-right{
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .opt_ftBr-right:nth-child(2n+1){
        border-right: none;
    }
    .opt_ftBr-right:nth-child(3n+1){
        border-bottom: none;
    }
}
@media only screen and (max-width: 767px){
    .opt_ftBr-right{
        border-bottom: 1px solid rgba(255,255,255,0.15);
        border-right: 0px;
    }
    .navbar-brand > img{
        max-width: 240px;
    }
    .sldierDataForm{
        position: relative;
        margin: 5px -15px 0px;
        overflow: hidden;
    }
    .navbar-default .navbar-nav{
        text-align: center;
    }
    .otp_pack1 .image{
        height: 200px;
    }
    .otp_pack1 .image img{
        width: 100%;
    }
    .scrollup{
        bottom: 724px;
    }
    .extraNavbox{
        border-bottom-color: #fff;
    }
    .extraNavbox:hover{
        border-bottom-color: #fff;
    }
    .text-box .textContent ul{
        display: none;
    }
}
@media only screen and (max-width: 500px){
    .textContent{
        display: none;
    }
    .pull-right {
    float: left;
}

  .call .media .media-body h5 {
    font-size: 15px;
}
  .search-tab .nav-tabs .nav-link {
    border: none;
    padding: 10px 10px 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    border-radius: 0px;
    position: relative;
    background-color: rgba(49, 49, 49, 0.65);
}

}