@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../../font/bebasneue_regular-webfont.eot');
    src: url('../../font/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../../font/bebasneue_regular-webfont.woff') format('woff'),
         url('../../font/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../../font/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'Open Sans';
}

.bebas {
  font-family: 'bebas_neue_regularregular';
}

h3 {
  margin-top: 0;
}

.navbar-toggle .icon-bar {
  background-color: #563d7c;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

a,a:hover{
  text-decoration: none;
}

.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}
.navbar-nav {
	margin-top: 60px;
}
.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li {
  margin-left: 25px;
}
.bg-white {
	background-color: #fff;
}

.center {
	margin:0 auto;
}
.navbar {
	min-height: 180px;
}
.navbar-nav li a {
	 font-family: 'bebas_neue_regularregular';
	 font-size: 24px;
	 text-transform: uppercase;
	 font-weight: bold;
	 text-align: center;
	 line-height: 22px;
	 padding: 10px 15px;
}
.navbar-nav li a:hover {
	background: #efefef;
	color: #64b327;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cl-blue {
	color: #009ba9;
}
.cl-white {
  color: #fff;
}

.dropdown-menu {
  background-color: #00976b;
  left: 30px;
  min-width: 185px;
  margin: 0;
  padding: 0;
}
.dropdown-menu li a {
    color: #fff !important;
    font-size: 24px;
    font-family: 'bebas_neue_regularregular';
    text-align: center;
}
.dropdown-menu li a:hover {
  background: #64b327;
}
.cl-green {
	color: #00976b;
}
.banner {
	background: url('../../img/assets/banner.jpg') repeat-x 0 0;
	background-size: cover;
	min-height: 526px;
	height: 526px;
	webkit-animation: scroll 300s infinite linear;
  -moz-animation: scroll 300s infinite linear;
  -o-animation: scroll 300s infinite linear;
  animation: scroll 300s infinite linear;
}
.banner .container {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
    -ms-transform: translateY (-50%);
    -webkit-transform: translateY (-50%);
    -moz-transform: translateY (-50%);
    -o-transform: translateY (-50%);
  	text-align: center;
}

.banner h2 {
	text-align: center;
	font-size: 42px;
	color: #fff;
	vertical-align: middle;
	margin-bottom: 40px;
}
.banner .btn-group .btn-default,.banner .btn-group .btn-default:hover,.banner .btn-group .btn-default:focus{
  background: #f0e500;
  background-color: #f0e500;
  color: #009653;
  font-size: 22px;
  font-weight: bold;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 20px;
}
.banner .btn-group .btn-default .caret {
  border-top: 8px dashed;
  border-top: 4px solid \9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-left: 10px;
}

scroll{from{background-position:0 0}to{background-position:-4088px 0px}}
@-moz-keyframes
scroll{from{background-position:0 0}to{background-position:-4088px 0px}}
@-ms-keyframes
scroll{from{background-position:0 0}to{background-position:-4088px 0px}}
@-o-keyframes
scroll{from{background-position:0 0}to{background-position:-4088px 0px}}
@keyframes
scroll{from{background-position:0 0}to{background-position:-4088px 0px}}

.abouthome .container{
	padding: 65px 0;
}
.abouthome .about-list {
  padding-top: 0;
}
.abouthome h2 {
	font-size: 42px;
	color: #00976b;
	text-transform: uppercase;
  font-family: 'bebas_neue_regularregular';
  font-weight: bold;
}
.link {
  font-size: 14px;
  font-weight: bold;
  color: #00976b;
}

.abouthome h3 {
  font-size: 24px;
  color: #00976b;
  text-transform: uppercase;
  font-family: 'bebas_neue_regularregular';
  margin-top: 0;
  font-weight: bold;
}
.abouthome p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.abouthome .col-md-4 {
  border-right: 1px solid #999999;
}
.abouthome .col-md-4:last-child {
  border-right: 0;
}

.heading-th {
  color: #fff;
  background: rgb(0, 151, 107);
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid rgb(0, 151, 107);
  vertical-align: middle;
  text-align: center;
}

.tour {
  background: url('../../img/assets/package.png') center no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
}
.tour .container {
  top: 50%;
  /*transform: translateY(-50%);
  -ms-transform: translateY (-50%);
  -webkit-transform: translateY (-50%);
  -moz-transform: translateY (-50%);
  -o-transform: translateY (-50%);*/
  margin-top: -155px;
  text-align: left;
  position: relative;
}
.tour h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.tour .tour-place {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.tour .lines {
  width: 80px;
  height: 1px;
  color:#fff;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tour p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.tour .tour-price {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.tour .tour-detail-btn {
  display: inline-block;
  text-decoration: none;
  border:2px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
}
.overlay_green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e8d72;
  opacity: 0.8;
}
.overlay_blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.overlay_blue1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24845a;
  opacity: 0.8;
}

.timeline {
  position: relative;
  padding: 0em 0 0;
  margin-top: 0em;
  margin-bottom: 0em;
}

/*   Tags menu    */

.tags-menu {
  background: #64b327;
  padding: 0px;
}
.tags-menu ul {
  margin:0;
  padding: 0;
}
.tags-menu ul li {
  display: inline-block;
  margin: 0;
}
.tags-menu ul li a {
  color: #fff;
  font-size: 22px;
  display: block;
  padding: 15px;
  text-transform: capitalize;
  font-family: 'bebas_neue_regularregular';
}
.tags-menu ul li a:hover,.tags-menu ul li.active a {
  color: #64b327;
  background: #fff;
}

/*   Tab    */

.nav-tabs {
    border-bottom: 1px solid #00976b;
}
.nav-tabs li a {
    font-size: 24px;
    color: #555;
    font-family: 'bebas_neue_regularregular';
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #00976b;
    border-top: 3px solid #00976b;
    border-bottom-color: transparent;

}
.tab-pane h5 {
    color: #00976b;
    font-size: 42px;
    font-family: 'bebas_neue_regularregular';
    margin: 40px 0 20px;
}

/*  Tab End  */
.tourinsights h3 {
  color: #00976b;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  margin-top: 10px;
  font-weight: bold;
}

.timelinepg h2,.tourinsights h2 {
  color: #00976b;
  font-size: 42px;
  font-family: 'bebas_neue_regularregular';
  margin:40px 0 20px;
}

.cd-timeline-block .distance {
  color: #ddd;
  margin-left: 88px;
  position: absolute;
  bottom: -45px;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:last-child {
  margin:2em 0 0;
}
.cd-timeline-img {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 99;
}
.cd-timeline-img.cd-picture {
  background: #6faf0f;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-content {
  position: relative;
  margin-left: 54px;
  background: #f8f8f8;
  border-radius: 0.25em;
  padding: 1em;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 0;
  top: 6px;
}
.cd-date {
  font-size: 14px;
  color: #00976b;
  font-weight: bold;
  position: relative;
  top: 20px;
  text-transform: uppercase;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50px;
  height: 99.2%;
  width: 4px;
  background: #ffdc80;
  display: block;
}

.cd-timeline-block h2 {
  color: #00976b;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  margin:0;
  padding: 0;
}
.cd-timeline-block p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.cd-timeline-block ul {
  margin:0;
  padding: 0;
}

.cd-timeline-content img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cd-timeline-block ul li:before {
  content: "";
  width:14px;
  height: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ef2b79;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.cd-timeline-block ul li:nth-child(2):before{
  background: #ffe47a;
}
.cd-timeline-block ul li:nth-child(3):before{
  background: #00b1ec;
}
.cd-timeline-block ul li:nth-child(4):before{
  background: #ef742b;
}

.cd-timeline-block ul li {
  list-style: none;
  font-size: 14px;
  color: #000;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 24px;
}
.cd-timeline-block span {
  color: #00976b;
}

.cd-timeline-block p span,.cd-timeline-block li span {
  color: #000;
}

.footer-banner {
  background: url('../../img/assets/footer_banner.jpg') center no-repeat;
  background-size: cover;
  margin-top: 65px;
  height: 223px;
}

footer .container {
  text-align: center;
  padding: 65px 0;
}

footer .heading {
  color: #ff6600;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
}
footer p {
  color: #000;
  font-size: 16px;
}
footer p.bold {
  font-size: 24px;
}

.social {
  margin-top: 20px;
}
.social ul {
  margin:0;
  padding: 5px;
  background: #ff6600;
  display: inline-block;
}
.social ul li {
   list-style: none;
   display: inline-block;
}
.social ul li a {
  display: block;
  color: #fff;
  background: #ff8520;
  width: 45px;
  height: 45px;
  font-size: 30px;
}

.slider {
  padding: 0;
  position: relative;
}

.slider h2 {
  font-size: 64px;
  color: #fff;
  font-family: 'bebas_neue_regularregular';
  text-transform: uppercase;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}
.carousel-caption {
 margin-top: -150px;
 top: 50%;
}

.btn-warning,.btn-warning:hover,.btn-warning:focus {
  
    background: #00976b;
    color: #fff;
    font-size: 24px;
    font-family: 'bebas_neue_regularregular';
    border-radius: 5px;
    text-align: center;
    padding: 5px 30px;
    text-decoration: none;
    margin-top: 10px;
    border: 0px;
    background-color: #00976b;
}
.slider .lines {
  width: 80px;
  height: 1px;
  color: #fff;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.slider p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.slider .tour-price {
  font-weight: bold;
}

.breadcrumb-list {
  background-color: #f5f5f5;
  margin-bottom: 1px;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb li {
  color: #afafaf;
  font-size: 14px;
}
.breadcrumb li a,.breadcrumb li a.active {
  font-size: 14px;
  color: #7d7d7d;
}
.breadcrumb > li + li:before {
  content: "\003e";
}


/*   Carousel   */
ul.thumbnails-carousel {
  padding: 20px 0 0 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
ul.thumbnails-carousel .center {
  display: inline-block;
}
ul.thumbnails-carousel li {
  margin-right: 5px;
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
}
ul.thumbnails-carousel li img {
  width: 66px;
} 
.controls-background-reset {
  background: none !important;
}
.active-thumbnail {
  opacity: 0.4;
}
.indicators-fix {
  bottom: 70px;
}

.carousel-inner > .item > img {
  margin:0 auto;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #000 !important;
  margin-top: -6%;
  background: #000 !important;
  background-image: #000;
}

.book-box {
  background: #f4f4f4;
  min-height: 200px;
  margin-top: 35px; 
}
.book-box h3 {
  background: #7ec7ad;
  color:#fff;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  text-align: center;
  font-weight: normal;
  padding: 20px;
}

.tour-book {
  padding: 10px;
}
.tour-book p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.tour-book ul {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #000000;
}
.tour-book ul li {
  margin-bottom: 5px;
}
.tour-book ul span {
  float: right;
  color: #00976b;
  font-weight: bold;
}
.carousel-caption .book-btn,.tour-book .book-btn {
  display: inline-block;
  background: rgba(0, 151, 107, 0.8);
  color: #fff;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  margin-top: 10px;
  vertical-align: top;
}
.tour-book .book-btn,.tour-book .pdf-btn {
  display: block;
}

.pdf-btn {
  background: rgba(255, 102, 0, 0.8);
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  margin-top: 10px;
  vertical-align: top;
}

.im-checkout {
  margin: 0 !important;
}
.im-checkout-btn.btn--dark {
  font-size: 14px;
  padding: 5px 20px;
} 
.im-checkout .im-powered-link {
  display: none !important;
}
.pdf-btn:hover,.pdf-btn:focus{
  color: #fff;
}

.tour-book .small {
  font-size: 14px;
  color: #585858;
}
.tour-inclusion {
  margin:40px 0;
}
.tour-inclusion .container {
  padding: 20px;
}

.tour-inclusion h5 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.tour-inclusion p {
  font-size: 14px;
  color: #000;
}
.journey-incharge h5 {
   font-size: 18px;
   color: #000;
}
.journey-incharge h2 {
  font-size: 36px;
  color: #00976b;
  font-weight: bold;
}
.journey-incharge p {
  font-size: 14px;
  color: #000;
}
.journey-incharge .call-btn {
  display: inline-block;
  background: #00976b;
  color: #fff;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  border-radius: 5px;
  text-align: center;
  padding: 10px 45px;
  text-decoration: none;
  margin-top: 10px;
}

.bg-gray-light {
  background-color: #f8f8f8;
}
.bg-gray {
  background-color: #cbd4d4;
}
.bg-white {
  background: #fff;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.padd-0 {
  padding: 0;
}
.padd-10 {
  padding: 10px;
}
.package-img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.package-info {
  padding: 10px;
}
.package-list .package-info h2,.package-list .package-info h2 a {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #3d3d3d;
  text-align: left;
}
.package-info hr {
  margin-top: 0;
  margin-bottom: 0;
}
.tour-detail {
  overflow: hidden;
}
.package-list .col-lg-4 {
  padding-bottom: 30px;
}

.package-list h2 {
  font-size: 28px;
  color: #00976b;
  text-transform: uppercase;
  font-family: 'bebas_neue_regularregular';
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;

}
.tour-place {
  color:#00976b;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}
.short-desc {
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}
.tour-detail .col-xs-4:last-child {
  border-right: 0px;
}
.box-shadow {
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.tour-price {
  font-size: 24px;
  font-weight: bold;
  color: #3d3d3d;
  padding: 0;
}
.tour-time {
  font-size: 14px;
  color:#797979;
  padding: 0;
  margin: 5px 0 0;
}

.banner1 {
  background: url('../../img/assets/footer_banner.jpg') center no-repeat;
  background-size: cover;
  height: 223px;
  position: relative;
}
.banner1 .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY (-50%);
  -webkit-transform: translateY (-50%);
  -moz-transform: translateY (-50%);
  -o-transform: translateY (-50%);
  text-align: center;
}
.banner1 h2 {
  text-align: center;
  font-size: 64px;
  color: #fff;
  vertical-align: middle;
  font-family: 'bebas_neue_regularregular';
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    height: 370px;
}
label.error {
  font-weight: normal !important;
  color: red !important;
}

.services h5 {
  font-size: 20px;
  font-weight: bold;
}

.services .col-sm-4 {
  margin-bottom: 40px;
}

.center {
  margin:0 auto;
}
.team h3 {
  font-size: 30px;
  color: #00976b;
  font-family: 'bebas_neue_regularregular';
  font-weight: bold;
  margin: 20px 0 10px;
}
.about .team .col-sm-4 h5 {
  font-size: 18px;
  font-weight: 600px;
  color: #646464;
  margin: 0 0 10px;
  font-weight: bold;
}
.team h5 {
  font-size: 18px;
  font-weight: 600px;
  color: #646464;
  margin: 0 0 20px;
  font-weight: bold;
}
.about .team p {
  font-size: 16px;
  color: #646464;
}
.team ul li a {
  color: #73879c;
}
.team .col-sm-4 {
  margin-bottom: 0px;
}

.contact h5 {
  color: #00976b;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee8e0;
  font-size: 3.55rem; 
  font-family: 'bebas_neue_regularregular';
}
.contact label {
  color: #00976b;
  font-size: 1.8rem;
  line-height: 3.1rem;
  display: block;
  margin-bottom: 6px;
}
.contact input {
  height: 61px;
  border-radius: 5px;
  border: 1px solid #999999;
  color: #999;
  font-size: 17px;
  padding-left: 14px;
  padding-left: 14px;
}
.contact textarea {
  border-radius: 5px;
  border: 1px solid #999999;
  color: #999;
  font-size: 17px;
  padding-left: 14px;
  padding-left: 14px;
}
.contact button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid ##94D4D9;
  white-space: nowrap;
  padding: 16px 91px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #94D4D9;
  color: #fff;
  font-size: 1.8rem;
}
.contact button:hover {
  background: #64b327;
}

.contact strong {
  color: #00976b;
  font-size: 1.8rem;
  line-height: 3.1rem;
  display: block;
}
.contact  a {
  color: #000;
}
.testimonials img {
  width: 147px;
}

.testimonials h2 {
  font-size: 36px;
  color: #00976b;
  font-family: 'bebas_neue_regularregular';
  font-weight: bold;
  text-align: center;
}

.testimonials .col-sm-12 {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 10px;
}

.testimonials p {
  text-align: justify;
}

.contact .col-md-4 p {
  font-size: 1.8rem;
}

.about .row {
  margin:40px 0;
}

.about p {
  font-size: 20px;
  color: #535353;
  line-height: 28px;
}
.about .col-sm-4 h5 {
  font-size: 30px;
  color: #00976b;
  font-family: 'bebas_neue_regularregular';
  font-weight: bold;
  text-align: center;
  margin:20px 0;
}
.about .col-sm-4 p {
  font-size: 16px;
  font-style: italic;
  color: #535353;
}

.primary-btn,.primary-btn:hover,.primary-btn:focus {
  display: inline-block;
  background: #00976b;
  color: #fff;
  font-size: 24px;
  font-family: 'bebas_neue_regularregular';
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  margin-top: 10px;
}

.association {
  margin:50px 0 0;
}

.modal label {
    color: #00976b;
    font-size: 1.8rem;
    line-height: 3.1rem;
    display: inline-block;
    margin-bottom: 6px;
}
.modal input[type="text"] {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #999999;
  color: #999;
  font-size: 17px;
  padding-left: 14px;
  padding-left: 14px;
}

.cd-timeline-content span.glyphicon {
  color: #fff;
    border-radius: 50%;
    background-color: #000;
    /* padding: 10px; */
    /* width: 50px; */
    /* height: 50px; */
    /* margin-top: -25px; */
    font-size: 20px;
    line-height: 30px;
}

#mybachat {
  background-color: transparent;
    /* overflow: hidden; */
    height: 690px;
    width: 600px;
    top:10px;
    box-shadow: none;
    border:0px;
}

#mybachat .modal-body {
  padding: 0;
}

@media (max-width:767px)
{
  .tour-dt {
      margin-top: 150px;
  }
  .carousel-caption .book-btn, .tour-book .book-btn,.pdf-btn {
    margin-top: 20px;
    display: block;
  }
  .pdf-btn {
    margin-bottom: 20px;
  }
}


