@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
* {
 font-family: 'Roboto', sans-serif;
}
html{
	margin: 0;
	padding:0;
	overflow-x: hidden;
}
body
{
	font-size: 14px;
	font-weight: 400;
	color: #444;
}
h1{
	font-size: 2em;
}
h2{
  font-size: 20px;
}
h6, .heading-6 {
  font-size: 16px;
  line-height: 1.625;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0
}
ol{
  padding: 0 20px;
  font-size: 1.15rem
}
a,a:active, a:focus{
	color: #444;
}
a:hover{
	text-decoration: none;
	color: #28a745;
}
.h165{
  height: 165px;
}
.m-0{
  margin:0;
}
.mt-0{
  margin-top: 0;
}
.mbt-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-30{
  margin-bottom: 30px; 
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px; 
}
.mt-60{
  margin-top: 60px;
}
.mgr-5{
  margin-right: 5px;
}
.mgr-10{
  margin-right: 10px;
}
.p-20{
  padding: 20px;
}
.pb-0{
  padding-bottom: 0 !important;
}
.pb-10{
  padding-bottom: 10px !important
}
.bdr-gray{
	border-right: 1px solid #ddd;
}
.bg-gray{
	background:#f2f2f2;
	padding: 20px 0;
}
.bg-white{
	background: #fff;
	padding: 20px 0;
}
.white-b{
  background: #fff;
}

.white{
  color: #fff !important;
}
.green{
  color: #28a745;
}
.red{
  color: #dc3545;
}
.rating li{
	display: inline-block;
	color: #f90;
	font-size: 13px;
}
.bdrb-gray{
  border-bottom: 1px solid #ddd;
}
.white-box{
  background: #fff;
  padding:20px; 
  overflow-y: auto;
}
.btn-all,.btn-all:focus, .btn-all:visited{
  border: 1px solid #28a745;
  padding: 10px 20px;
  display: inline-flex;
  color: #28a745;
  outline: none;
  cursor: pointer;

}
.scroll-top-wrapper {
  position: fixed;
  visibility: hidden;
  align-items: center;
  z-index: 99999;
  background-color: #666;
  color: #ffffff !important;
  justify-content: center;
  display: flex;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.print-btn {
  position: fixed;
  visibility: hidden;
  align-items: center;
  z-index: 99999;
  background-color: #e74c3c;
  color: #ffffff !important;
  justify-content: center;
  display: flex;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.trip-advisor {
  position: fixed;
  visibility: hidden;
  align-items: center;
  z-index: 99999;
  background-color: #00af87;
  color: #ffffff !important;
  justify-content: center;
  display: flex;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.book-btn {
  position: fixed;
  visibility: hidden;
  align-items: center;
  z-index: 99999;
  background-color: #28a745;
  color: #ffffff !important;
  justify-content: center;
  display: flex;
  width: 40px;
  height: 40px;
  left: 10px;
  bottom: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show,.print-btn.show,.book-btn.show,.trip-advisor.show{
  visibility: visible;
}

.form-control{
  border-radius: 0;
}
.form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}
.btn-all:hover{
  background: #28a745;
  color: #fff;
  border-radius: 0;
  outline: none;
}
.bgtblack{
  background: #0b0b0ba3
}
.bwhite{
  background: #fff;
}
.list-box{
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.02);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.02);
} 
.list-box li{
  border-top: 1px solid #f2f2f2;
}
.list-box li:first-child{
  border-top: none;
}
.list-box li a{
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding: 13px 17px 12px;
}
.dh-75{
  height: 100px;
}
/*menu start*/
.navbar-light .navbar-toggler,.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:active{
  border:none !important;
  box-shadow: none;
  outline: none;
}
.navbar-light .navbar-brand,.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:visited,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:active {
  font-size: 24px;
  font-weight: 700;
  color: #28a745;
}

.navbar-light .navbar-nav .nav-link{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .dropdown.nav-item.show>.nav-link{
  color: #28a745;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 0; 
}
.dropdown-item:focus, .dropdown-item:hover{
  color: #28a745;
  background: #fff;
}
.dropdown-item{
  padding: 0;
}
.dropdown-menu{
  border:none;
  border-radius: 0
}

.navbar-nav li .mega-dropdown-menu.show{
	display: flex !important;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  top: auto !important;
  padding-bottom: 0;
  border:none;
  border-radius: 0;
}


.testimonial .testimonial-block{
	border: 1px solid #f2f2f2;
  padding: 10px;
  height: 300px;
  overflow-y: auto;
}
.testimonial .testimonial-block img{
	display: inline-block;
  border-radius: 50%;
  padding-bottom: 10px;
  width: auto;
}

.testimonial .owl-dots {
  text-align: center;
  margin-top: 5px;
}

.testimonial  .owl-dot{
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #d9d9d9;
  margin-left: 10px;
}

.testimonial  .owl-dot:hover,.testimonial  .owl-dot.active {
  background: #28a745 !important;
}

.testimonial .testimonial-block::-webkit-scrollbar{
  width: 3px;
}

.testimonial .testimonial-block::-webkit-scrollbar-thumb {
  background: #28a745;
}

.custom-tab .nav-item{
	    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    background: #666666;
    color: #fff;
    border-radius: 0;

}
/*.custom-tab .nav-item:hover{
  background: #fff;
  color: #28a745;
}*/
.tab-content>.active{
  display: block;
    border: 1px solid #ddd;
    padding: 20px 20px 0px;
}
.trip_details.custom-tab .nav-item, .custom-tab.trip_details .nav-item.active{
  font-size: 16px;
}
.custom-tab .nav-item.active{
	font-size: 1.3em;
	color: #fff;
	position: relative;
  background: #28a745;
}
.custom-tab .nav-item.active:after{
	content: "";
  position: absolute;
  left: 45%;
  bottom: -18px;
  border: 9px solid transparent;
  border-top: 9px solid #28a745;
}
.custom-tab .nav-tabs {
	border-bottom: none;
}
.package-block{
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.package-block:hover,.package-box.hover:hover,.blog-block:hover{
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.content-block{
  background: #fff;
  padding: 10px;
  text-align: center;
  padding-bottom: 20px;
      /*display: flex;*/
    /*align-items: center;*/

}
.content-center{
 display: flex;
 align-items: center;
}
.price-box{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  color: #fff;
  background: #e74c3c
}
.package-block:hover .whitehover{
  color: #fff;
}
.discount-text{
  position: absolute;
  left: -28px;
  top: 10px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  background: #333;
  padding: 7px 28px;
}
.activity-block{
  position: relative;
  margin-bottom: 1.5rem;
}
.activity-block h4{
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
      margin: 0 auto;
    text-align: center;
}
.activity-block img{
  opacity: 0.9
}

.activity-block:hover img{
  opacity: 1;
}


/*according start*/
#accordion{
  margin-bottom: 1.5rem;
}

#accordion .card{
 border: none;
 box-shadow: none;
 border-radius: 0;
 margin-bottom: 5px;


}
#accordion .card .card-header{
  border-bottom: none;
  background: #666;
}
#accordion .card .card-header a{
  color: #fff;
  display: block;
}
#accordion .card-body{
 padding-bottom: 0;
}
#accordion .card-body .whyimg{
  margin-right: 10px;
  height: 64px;
  float: left;
}

/*footer*/
.footer-menu li{
 display: inline-block;
 border-right: 1px solid #f2f2f2;
 margin: 0;
 padding: 0;
 padding: 0 10px;
}
.footer-menu li:first-child{
	padding-left: 0
}
.footer-menu li:last-child{
	border-right: none;
	padding-right: 0;
}
.sociallink li{
  display: inline-block;
}
.sociallink li.socialtitle{
	border:none;
	height: auto;
	width: auto;
}
footer h6{
	text-transform: uppercase;
}

.associated li,.accepts li{
 display: inline-block;
 padding: 5px;
 height: 60px;
 width: 58px;
 overflow: hidden;
 line-height: 48px;
 border: 1px solid #f6f6f6;
}
.icon-box{
  background: #28a745;
  color: #fff;
  height: 25px;
  width: 30px;
  line-height: 25px;
  text-align: center;
}
.icon-box:hover{
  background: #666;
}
.roshid-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.newsletter-input {
  width: 100%;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  color: #666;
  outline: none;
  height: 40px;
  border: 1px solid #ddd;
  border-right: none;

}
.newsletter-btn,.newsletter-btn:focus,.newsletter-btn:active {
  background: #fff;
  border: 1px solid #ddd;
  color: #3eb368;
  height: 40px;
  width: 50px;
  line-height: 40px;
  outline: none;
  cursor: pointer;
}
.newsletter-btn:hover{
  background: #28a745;
  color: #fff;
  border: none;
  outline: none;
}

.foot-list li{
  padding-bottom: 7px;
}
.foot-list li:last-child{
  padding-bottom: 0;
}
.foot-list li a:hover{
  font-weight: 500;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
}
.breadcrumb{
  padding-left: 0 !important;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.package-box {
  display: flex;
  height: 220px;
}
.package-box .white-box::-webkit-scrollbar{
  width: 3px;
}

.package-box .white-box::-webkit-scrollbar-thumb {
  background: #ddd;
}
.relative{
  position: relative;
  overflow: hidden;
}
.pagination .page-item .page-link{
  display: block;
  width: 36px;
  height: 33px;
  color: #3eb368;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 7px 3px 0;
  background: #fbfbfb;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  margin-right: 10px;
  text-align: center;
}
.page-item:first-child .page-link,.page-item:last-child .page-link {
  border-radius: 0;
}
.page-item.active .page-link,.page-item:hover .page-link{
  border-color: #28a745;
}
.itinerary-block .card{
  border: none;
  border-radius: 0;
  
}
.itinerary-block .card-header{
  padding: .4em 0;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;


}
.itinerary-block .card-header{
  display: block;
  position: relative;
  padding-right: 30px;
}
.itinerary-block .card-header a:after{
 content: "";
 background: #666;
 height: 2px;
 width: 12px;
 position: absolute;
 top: 17px;
 right: 10px;
}
.itinerary-block .card-header a.collapsed:before {
  content: "";
  background: #666;
  height: 12px;
  width: 2px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.itinerary-block .card-body{
  padding: .7em 0;
  border-bottom: 1px solid #f2f2f2;
}
.cost-box li{
  position: relative;
  padding: 0 0 7px 25px;
}
.cost-box li .icon{
  position: absolute;
  top: 4px;
  left: 0;
}
.blog-header{
  width: 100%;
  text-align: center;
  padding-top: 8%;
}
.blog-info li{
  display: inline-block;
  padding: 12px 0px;
}
.sidebar-title{
  padding: 10px 20px;
  background: #666;
  color: #fff;
}
.blog-block{
  position: relative;
}
.blog-block ul{
  list-style: disc;
  padding-left: 15px;
}
.datetime{
  background: none repeat scroll 0 0 #e74c3c;
  color: #fff;
  height: 60px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 60px;
  z-index: 1;
  left: -10px;
}
.datetime .month {
  padding-bottom: 2px;
  font-size: 13px;
  text-transform: uppercase;
}
.datetime .date{
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.half{
  width: 50%;
  float:left;
  height: 300px;
}
.highlights ul li:before{
 font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f185";
 position: absolute;
 top: 2px;
 left: 0;
 color: #e74c3c;
}
.more-icon,.more-icon:visited,.more-icon:focus{
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border:1px solid #ddd;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #4caf50;
}
.more-icon:hover {
  border-color: #4caf50;
}

.highlights ul li{
  position: relative;
  padding: 0 0 7px 25px;
}
.h125{
  height: 126px;
  overflow: hidden;
  margin-bottom: 5px;
}
.youtube-icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.youtube-icon i{
  font-size: 50px;
  font-size: 50px;
  position: relative;
  text-align: center;
  display: inherit;
  color: #fff;
}
.youtube-icon i:hover{
  color: #f00;
}
.gallery-list{
      flex: 0 0 20%;
    float: left;
    width: 33%;
    height: 160px;
}
.book-box .price small{
  font-size: 14px;
  color: #666;
}
.w100{
  width: 100%;
}
/*rating*/
.rating_rvw { 
  border: none;
  float: left;
}
.rating_rvw label:hover
{
  cursor:pointer;
}
.rating_rvw > input { display: none; } 
.rating_rvw > label:before { 
  display: inline-block;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f005";
  font-size: 18px;
  margin-right: 10px;
}

.rating_rvw > label { 
  color: #ddd; 
 float: right; 
}

.rating_rvw > input:checked ~ label, /* show gold star when clicked */
.rating_rvw:not(:checked) > label:hover, /* hover current star */
.rating_rvw:not(:checked) > label:hover ~ label { color: #f90;  } /* hover previous stars in list */

.rating_rvw > input:checked + label:hover, /* hover current star when changing rating */
.rating_rvw > input:checked ~ label:hover,
.rating_rvw > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating_rvw > input:checked ~ label:hover ~ label { color: #f90;  }

/*end rating css*/

.modal-header{
  justify-content: center;
}
.booking-include,.booking-include:active,.booking-include:focus{
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(62,179,104,0.75);
  padding: 6px 10px;
}
.booking-include:hover{
  color: #fff;
  background: #4caf50;
}
.booking-details ul li{
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 0;
}
.booking-details ul li:last-child{
  border-bottom: none;
}
.booking-details ul li span{
 float: right;
}

#CDSRATINGWIDGET553{

  width: 100%;

}
#TA_cdsratingsonlynarrow553>img{
  display: none
}
@media screen and (min-width: 767px) {
  .dmr-90{
    margin-right: 120px
  }
}
@media screen and (max-width: 767px) {
  .dh-75{
    height: auto;
  }
  img{
    height: auto;
  }
  .navbar-nav{
    max-height: 500px;
    overflow-y: auto;
  }
  .mega-dropdown-menu,.dropdown-menu{
    max-height: 300px;
    overflow-y: auto;
  }
  .custom-tab .nav-item{
    width: 100%;
  }
  .sociallink{
    text-align: center !important;
  }
  .footer-menu{
    text-align: center;
  }
  .alignleft{
    float: none;
    margin-bottom: 1em;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .alignleft img{
    width: 100%;

  }
  .package-box {
    display: block;
    
    height: auto;
  }
  .package-box img{
    width: 100% !important;

  }
  .banner-breadcrumb{
    float: left;
    width: 100%;
  }
  .banner-breadcrumb ul{
    text-align: left;
  }
  .title-page h1{
    margin-bottom: 0 !important
  }
  .copyright{
    text-align: center;
  }
  .inner-banner{
    padding-top: 40px;
    padding-bottom: 150px;
  }
  .inner-banner h1{
    font-size: 1.3rem;
  }
  .whole-block .white-box{
    padding-bottom: 40px;
  }
  .booking_price .text-right{
    text-align: left !important;
  }
}

