h1,h2,h3,h4,h5,h6,.list-inline,p,ul,.list-unstyled,.list-inline > li{
	margin: 0;
	padding: 0;
	text-align: justify;
}
::-webkit-scrollbar {
	height: 10px;
	width: 6px;
	background: #000;
}
::-webkit-scrollbar-thumb {
	background: #EA4335;
	-webkit-border-radius: 5px;
}
body{
	line-height: 20px;
	color: #343434;
}
a{
	color:#000;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
a:hover,a:focus{
	color: #000;
	text-decoration: none;
	outline: medium none;
}
h1,h2,h3,h4,h5,h6{
	color: #EA4335;
	font-weight: 600;
}
@media (min-width: 768px){
	.header-bottom .navbar-collapse {
	    width: 75%;
	    margin-top: 15px;
	}
	.header-bottom .navbar-nav>li>a {
	    padding: 5px 0;
	    font-weight: bold;
	}
	.header-bottom .navbar-nav>li{
		margin-left: 30px;
	}
}
.morecontent span{
    display:none; 
}
.header-top{
    padding: 5px 0;
    background-color: #EA4335;
    color: #000;
}
.header-top .header-social li a,
.contact .branch-socail li a{
    background-color: #3a5795;
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    margin-left: 10px;
    font-size: 12px;
}    
.header-top .header-social li a.fa-twitter,
.contact .cont-social li a.fa-twitter,
.contact .branch-socail li a.fa-twitter{
	background: #1a85bc;
}
.header-top .header-social li a.fa-linkedin,
.contact .cont-social li a.fa-linkedin,
.contact .branch-socail li a.fa-linkedin{
	background: #0083ad;
}
.header-top .header-social li a.fa-google-plus,
.contact .cont-social li a.fa-google-plus,
.contact .branch-socail li a.fa-google-plus{
	background: #d82e1f;
}
.header-top .header-social li a.fa-instagram,
.contact .cont-social li a.fa-instagram,
.contact .branch-socail li a.fa-instagram{
	background: #ffc838;
}
.header-top .header-social li a.fa-pinterest-p,
.contact .cont-social li a.fa-pinterest-p,
.contact .branch-socail li a.fa-pinterest-p{
	background: #fb3958;
}
.header-top .header-social li a:hover{
	transform: rotateY(360deg);
}
.header-top .header-contact li {
    margin: 2px 20px 0 0;
}
.header-top .header-contact li a{
	color: #fff;
}
.header-top .header-contact li a:hover{
	color: #49BF4C;
}
.header-top .header-contact li a i {
    margin-right: 10px;
}
.header-bottom{
	padding: 10px 0;	
}
.hidden-header-bottom{
	top: -100px;
	position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.header-fixed .hidden-header-bottom{
    top: 0;
}
.header-bottom .nav>li>a:focus,
.header-bottom .nav>li>a:hover,
.header-bottom .nav>li.active>a {
    background-color: transparent;
    color: #49BF4C;
}
.dropdown {
    position: absolute;
    background: #49BF4C;
    z-index: 999;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}
.header-bottom .nav>li:hover .dropdown{
	opacity: 1;
    visibility: visible;
}
.dropdown li a{
	padding: 10px;
	display: block;
}
.dropdown li a:hover{
	color:#fff;	
	background-color: #EA4335;
}
.header-bottom .nav>li>a:after,
.header-bottom .nav>li.active>a:after{
	content: "";
    background-color: #49BF4C;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.header-bottom .nav>li>a:focus:after,
.header-bottom .nav>li>a:hover:after,
.header-bottom .nav>li.active>a:after {
	opacity: 1;
	visibility: visible;
	bottom: 0px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#home-slider img {width:100%}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-fade .carousel-indicators {
    bottom: 0;
}
.carousel-fade .carousel-indicators .active{
	background-color: #EA4335;
	border-color: #EA4335;
}
.offers .main-heading{
	font-size: 24px;
	margin: 0 0 20px;
	color: #49BF4C;
}
.offers .sml-heading{
	padding: 15px;
}
.offers .content{
	padding: 0 15px;
	display: block;
}
.offers .book{
	display: inline-block;
    margin: 15px 15px 30px;
    border: 1px solid #49BF4C;
    padding: 4px 15px;
    border-radius: 4px;
}
.offers .carousel-control.left,
.offers .carousel-control.right{
	background: none;
}
.offers .carousel-control{
	width: 2%;
	text-shadow: none;
    color: #000;
    opacity: 1;
    left: -20px;
}
.offers .carousel-control.right{
	right: -20px;
	left: auto;
}
.footer-bottom{
	background-color: #EA4335;
	color: #fff;
	padding: 4px 0;
}
footer a{
	color: #fff;
}
.footer-bottom a:hover{
	color: #000;
}
.footer-top{
	padding: 30px 0;
	color: #fff;
	background-color: #2d2c2c;
}
.footer-top .footer-sml-heading{
	font-size: 20px;
	margin: 0 0 15px;
	color: #49BF4C;
}
.footer-top .footer-menu li i{
    margin-right: 10px;
}
.footer-top .footer-menu li a:hover{
	text-decoration: underline;
}
.footer-top .footer-menu li + li,
.footer-top .footer-social li + li{
	margin-top: 2px;
}
.footer-top .footer-cnt li + li{
	margin-top: 10px;
}
.footer-top .footer-social .fa,
.footer-top .footer-cnt .fa{
	margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #EA4335;
}
.gray-bg{
    background-color: rgba(152, 163, 245, 0.18);	
}
.hme-service,
.bus-rental,
.one-way-service,
.did-you,
.offers,
.holiday-activity,
.lastest-trip,
.inner-modl1,
.inner-modl3,
.bike-rental,
.hotel-booking,
.inner-modl2,
.tour-page,
.select-link {
    padding: 30px 0;
}
.hme-service .service-heading,
.bus-rental .service-heading,
.one-way-service .service-heading,
.did-you .service-heading,
.holiday-activity .service-heading,
.lastest-trip .service-heading,
.inner-modl1 .service-heading,
.tour-page .service-heading{
    color: #49BF4C;
    font-weight: bold;
    margin: 0 0 15px;
}
.lastest-trip{
	background-image: url("../images/car-rental-bg.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}
.lastest-trip .service-heading{
	position: relative;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.lastest-trip .service-heading:after{
	content: "";
	background-color:#000;
	height:2px;
	width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	bottom: 0;
}
.hme-service .zoom,
.tour-page .zoom {
    box-shadow: 0 0 5px 0 #bbb;
    padding: 0 0 20px;
    margin-bottom: 2px;
}
.hme-service .zoom figure,
.tour-page .zoom figure {
    position: relative;
    margin-top: 27px;
    overflow: hidden;
}
.hme-service .zoom img,
.tour-page .zoom img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.hme-service .zoom img:hover,
.tour-page .zoom img:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.1);
}
.hme-service .service-small-heading {
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    background-color: #EA4335;
    width: 90%;
    text-align: center;
    font-weight: bold;
}
.hme-service .row:nth-child(3),
.contact .row:nth-child(2),
.did-you .row:nth-child(3),
.did-you .row:nth-child(4),
.lastest-trip .row:nth-child(3),
.select-link .gray-bg + .gray-bg,
.tour-page .row:nth-child(3),
.tour-page .row:nth-child(4){
	margin-top: 30px;
}
.hme-service .facility li b,
.did-you .white-bg .facility li b,
.select-link .gray-bg .facility li b{
	color: #EA4335;
}
.hme-service .facility {
    margin: 18px 20px 0;
    font-size: 12px;
}
.select-link .gray-bg .facility{
	font-size:12px;
}
.hme-service .facility li + li,
.did-you .white-bg .facility li + li,
.select-link .gray-bg .facility li + li{
    margin-top: 5px;
}
.hme-service .facility li i,
.did-you .white-bg .facility li i,
.select-link .gray-bg .facility li i{
    margin-right: 5px;
}
.hme-service .book,
.did-you .white-bg .book,
.lastest-trip .well .book,
.inner-modl3 .whit-bg .book,
.hotel-booking .form-group .book,
.side-bike .book,
.tour-page .zoom .book,
.select-link .gray-bg .book {
    padding: 6px 10px;
    border-radius: 3px;
    font-weight: 600;
    margin: 15px auto 0;
    width: 40%;
    display: block;
    text-align: center;
    font-size: 12px;
    background-color: #49BF4C;
}
.select-link .gray-bg .book{
	padding: 4px 10px;
	margin: 8px 0 0;
	display: inline-block;
}
.hme-service .book:hover,
.did-you .white-bg .book:hover,
.lastest-trip .well .book:hover,
.one-way-service .border ul li a:hover,
.inner-modl3 .whit-bg .book:hover,
.hotel-booking .form-group .book:hover,
.side-bike .book:hover,
.tour-page .zoom .book:hover,
.select-link .gray-bg .book:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color: #fff;
}
.lastest-trip .well{
	margin: 0;
    border-radius: 0;
}
.lastest-trip,
.tour-page{
	border-bottom: 1px solid #ccc;
}
.lastest-trip .well .book,
.inner-modl3 .whit-bg .book,
.side-bike .book,
.tour-page .zoom .book{
	display: inline-block;
}
.hotel-booking .form-group .book{
	width: 90%;
}
.lastest-trip .well .book.book-now,
.lastest-trip .btn-danger,
.inner-modl2 .btn-danger,
.inner-modl3 .whit-bg .book,
.hotel-booking .form-group .book,
.tour-page .zoom .book-now,
.select-link .gray-bg .book-now{
	background-color:#EA4335;
}
.lastest-trip .well h4{
	margin-bottom:10px;
}
.lastest-trip .btn-danger,
.inner-modl2 .btn-danger{
	padding: 5px 30px;
    font-size: 18px;
}
.inner-modl2 .btn-danger{
	margin-top:20px;
}
.lastest-trip .btn-danger:hover,
.btn-success,
.inner-modl2 .btn-danger:hover{
	background-color: #49BF4C;
	border-color: #49BF4C;
}
.home-content{
	padding: 30px 0 10px;
	position: relative;
}
.home-content h6{
	margin-bottom: 15px;
	font-size: 15px;
}
.home-content p{
	margin-bottom: 20px;
	text-align:justify;
}
.content-toggle {
	position: absolute;
	background-color: #49BF4C;
	width: 40px;
	height: 40px;
	right: 8%;
	top: -18px;
	border-radius: 20px;
	z-index: 9;
	color: #fff;
	cursor: pointer;
}
.content-toggle:before{
	content: "-";
    position: absolute;
    font-size: 45px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 32px;
}
.content-toggle.open-content:before{
	content: "+";
	line-height: 38px;
	font-size: 30px;
}
.contact{
	padding: 30px 0;
}
.contact h3{
	margin: 0 0 15px;
}
.contact p{
	margin-bottom: 20px;
}
.contact h5,
.one-way-service h5{
	color: #49BF4C;
    margin: 20px 0;
    font-size: 18px;
}
.contact .cnt li i{
	color: #49BF4C;
	margin-right: 15px;
}
.contact .cnt li + li{
	margin-top: 10px;
}
.contact .cont-social li a {
    background-color: #3a5795;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color:#fff;
}
.contact .cont-social li a:hover{
	color:#49BF4C;
}
.btn-default{
	background-color: #49BF4C;
    color: #fff;
    border-color: #49BF4C;
    padding: 6px 30px;
}
.btn-info{
	background-color: #EA4335;
	color: #fff;
    border-color: #EA4335;
    padding: 6px 30px;
}
.contact-banner{
	background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    padding: 104px 0;
    background-size: contain;
    background-position: center center;
    font-size: 30px;
    color: #EA4335;
}
.contact-banner b {
    display: block;
}
.contact-banner b span{
	color: #49BF4C;
}
.contact .branch-socail{
	margin:15px 0 0 0px;
}
.contact .branch-socail li a{
	margin: 0 10px 0 0;
}
.contact .branch-socail li a:hover{
	transform: scale(1.2);
}
.contact .border.pad h5,
.one-way-service h5{
	margin: 0 0 20px;
}
.bus-rental .details{
	padding: 12px 15px;
}
.bus-rental .details h4,
.hme-service .select-page ul li h4{
	display: inline-block;
	font-size: 14px;
}
.hme-service .select-page ul li h4{
	margin: 15px 0 0 0;
}
.bus-rental .details h4 small,
.hme-service .select-page ul li h4 small{
	display: block;
	margin-top: 5px;
}
.bus-rental .details .price small,
.hme-service .select-page ul li.pull-right small{
	color: #343434;
    display: block;
    line-height: 10px;
    margin-top: 3px;
    font-size: 10px;
    margin-bottom: 2px;
}
.bus-rental .details .price{
	color: #49BF4C;
	font-size: 18px;
}
.bus-rental .service-heading,
.holiday-activity .service-heading{
	color: #49BF4C;
}
.one-way-service{
	border-bottom: 1px solid #ccc;
}    
.one-way-service .border{
	height: 255px;
	overflow-y: scroll;
}
.one-way-service .border.not-scroll{
	height: auto;
	overflow-y: auto;
	padding: 15px;
}
.one-way-service .border ul li{
	font-size: 16px;
	padding-bottom: 10px;
}
.one-way-service .border ul li + li{
	border-top: 2px solid #ccc;
	padding-top: 10px;
}
.one-way-service .border.not-scroll ul li{
    padding-bottom: 10px;
}
.one-way-service .border.not-scroll ul li + li{
    padding-top: 10px;
}
.one-way-service .border ul li a{
	background-color: #EA4335;
	color: #000;
	padding: 4px 15px 3px;
	font-size: 12px;
}
.one-way-service .border ul li:last-child{
	padding-bottom: 0px;
}
.did-you img{
	float: left;
	margin-right: 20px;
}
.did-you .white-bg{
	padding: 18px 20px;
	background-color: #fff;
}
.did-you .white-bg .facility{
	font-size: 12px;
}
.did-you .white-bg h5{
	margin-bottom: 10px;
	color: #49BF4C;
}
.did-you .white-bg .book {
	margin: 10px auto 0;
	width: auto;
	padding: 3px 20px;
	display: inline-block;
}
.did-you .white-bg .book.read-more{
	background-color:#EA4335;
	color:#fff;
}
.holiday-activity .holidy-list{
	background-color: #fff;
	border: 1px solid #ccc;
}
.holiday-activity .holidy-list li{
	padding: 2px 20px 15px;
}
.holiday-activity .holidy-list li a{
	display: inline-block;
	margin-top: 10px;
}
.holiday-activity .holidy-list li .price{
	font-size: 20px;
	text-align: center;
	color: #49BF4C;
}
.holiday-activity .holidy-list li .price small{
	display: block;
	color: #838383;
	font-size: 11px;
}
.holiday-activity .holidy-list li + li{
	border-top: 1px solid #ccc;
}
.subscribe-body{
	background-image: url(../images/map.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.subscribe-body h2{
	color: #fff;
	padding-top: 100px;
}
.subscribe-body form{
	padding-top: 80px;
}
.subscribe-body form .form-control{
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	border:none;
}
.subscribe-body form .btn-default{
	width: 100%;
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 0;
	border:none;
}
.border{
	border: 1px solid #ccc;
}
.pad{
	padding: 20px;
}
.box-shadow{
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.modal-content{
	background-color: #EA4335;
	border: none;
    border-radius: 0;
    box-shadow: none;
}
.modal-title{
	color: #fff;
}
.modal-header{
	padding: 10px 10px 6px;
    border-bottom: none;
    margin: 0;
}
.modal-header .close {
    margin-top: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.form-horizontal{
	background-color: #fff;
	padding: 10px;
}
.form-horizontal .form-control{
	border-radius: 0;
}
.modal-footer {
    padding: 0;
    border-top: none;
    margin: -15px 15px 5px 0;
}
.btn-primary,
.block .btn-success:hover{
	background-color: #EA4335;
	border-color: #EA4335;
	padding: 6px 30px;
}
.block h4{
	margin-bottom: 15px;
    background-color: #EA4335;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: -20px -20px 20px;
}
.block,
.inner-modl3 .whit-bg{
	box-shadow: 0 -3px 35px rgba(0, 0, 0, .3)
}
.block p a{
	color: #49BF4C;
}
.block + .block{
	margin-top: 30px;
}
.block .btn-success{
	width: 100%;
}
.block li i{
	padding-right:10px;
}
.block li + li,
.block p + p{
	margin-top:10px;
}
.block li a:hover{
	font-weight:bold;
	text-decoration: underline;
}
.block p a:hover{
	color: #EA4335;
	text-decoration: underline;
}
.inner-modl1 .service-heading{
	border-bottom: 3px solid rgba(152, 163, 245, 0.18);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size:24px;
}
.hme-service .service-heading{
	font-size:24px;
}
.inner-modl1 .service-heading:after{
	content: "";
	background-color: #000;
	height: 3px;
	width: 150px;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.inner-modl1 img{
	margin-bottom: 20px;
}
.inner-modl2 h1{
	color: #49BF4C;
	margin-bottom: 15px;
	font-size: 30px;
}
.inner-modl2 p + p{
	margin-top: 15px;
}
.inner-modl3 .whit-bg h5{
	padding: 15px 0 10px;
}
.inner-modl3 .whit-bg img{
	float: left;
	margin-right:20px;
}
.inner-modl3 .whit-bg .book{
	width: 15%;
	margin-right: 20px;
}
.inner-modl3 .whit-bg + .whit-bg {
    margin-top: 30px;
}
footer a:hover{
	color: #49BF4C;
}
.hotel-booking .nav-tabs>li{
	margin-bottom: 0;
}
.hotel-booking .nav-tabs{
	border:1px solid #ddd;
	margin-bottom: 20px;
}
.hotel-booking .nav-tabs>li>a{
	margin-right: 0;
    border-radius: 0;
    border:none;
    padding: 15px 57px 15px 56px;
    font-size: 16px;
    font-style: italic;
    border-right: 1px solid #ddd;
}
.hotel-booking .nav-tabs>li:last-child>a{
	border-right: none;
}
.hotel-booking .nav-tabs>li.active>a, 
.hotel-booking .nav-tabs>li.active>a:focus, 
.hotel-booking .nav-tabs>li.active>a:hover{
	border: none;
	background-color: #49BF4C;
	color: #fff;
}
.hotel-booking .nav-tabs>li.active>a:after,
.hotel-booking .nav-tabs>li.active>a:focus:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-top: 8px solid #49BF4C;
    bottom: -8px;
    width: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hotel-booking .gray-bg{
	padding:15px 0;
}
.hotel-booking .form-group mark{
	background-color: #EA4335;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 25px;
}
.hotel-booking .form-group h4{
	margin:10px 0 5px;
}
.hotel-booking .form-group b{
	display: block;
	font-weight: 400;
	margin:5px 0;
	color: #49BF4C;
}
.hotel-booking .form-group b i{
	margin-right: 5px;
	color: #000;
}
.hotel-booking .form-group strong{
	display: block;
    font-size: 24px;
    color: #49BF4C;
    margin: 0 0 10px;
}
.hotel-booking .form-group del{
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
	color:#888;
}
.hotel-booking .form-group span{
	display: block;
	margin: 22px 0 10px;
}
.bike-rental .bike{
	color: #EA4335;
	font-size: 16px;
}
.bike-rental .rate{
	padding: 5px 0 15px;
}
.bike-rental .col-lg-9 .margin-top{
	margin-top: 30px;
}
.bike-rental .col-lg-9 .box-shadow img{
	margin-top: 15px;
}
.side-bike{
	background-image: url(../images/side-bike.png);
	background-color: rgba(0,0,0,0.8);
	background-repeat: no-repeat;
	background-position: bottom left 15%;
	min-height: 500px;
	background-size: contain;
	padding-top: 80px;
}
.side-bike h4{
	color: #fff;
    font-size: 50px;
    line-height: 70px;
}
.side-bike .book{
	font-size: 18px;
	margin-top: 40px;
	padding: 16px 10px;
	width: 30%;
}
.hme-service .select-page figure,
.tour-page .zoom figure{
	margin-top:0;
}
.hme-service .select-page ul{
	padding:0px 15px 0;
}
.hme-service .select-page ul li a{
	display: inline-block;
    background-color: #49BF4C;
    padding: 0px 10px;
    border-radius: 2px;
    font-size: 12px;
}
.hme-service .select-page ul li.pull-right small{
	margin-top: 14px;
}
.hme-service .select-page ul li a:hover{
	border:1px solid #49BF4C;
}
.hme-service .select-page,
.tour-page .zoom{
	padding: 0 0 10px;
}
.tour-page .service-heading{
	font-size:24px;
}
.tour-page .zoom h5{
	margin:10px 15px 5px;
}
.tour-page .zoom p{
	padding: 0 15px;
	font-size: 13px;
}
.tour-page .zoom strong{
	display: block;
	padding: 5px 15px;
	font-size: 15px;
}
.tour-page .zoom .book{
	margin: 5px 12px;
}
.select-link .gray-bg h4{
	margin-bottom: 10px;
}
.extra-link .service-heading{
	font-size: 20px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.extra-link .tab-content {
    background: rgba(152, 163, 245, 0.18);
    padding: 30px;
    width: 100%;
    float: left;
}
.extra-link {
	padding-bottom:40px;
}
.extra-link .tab-content li + li{
	margin-top:5px;
}
.extra-link .tab-content li a{
	color:#337ab7;	
}
.extra-link .tab-content li a:hover{
	text-decoration:underline;
}	
.extra-link .nav-tabs>li.active>a,
.extra-link .nav-tabs>li.active>a:focus,
.extra-link .nav-tabs>li.active>a:hover{
	font-weight: bold;
}
.extra-link .nav>li>a{
	padding: 10px 25px;
}
@media(min-width:992px) and (max-width:1199px){
	.offers .carousel-control{
		left: 0;
	}
	.offers .carousel-control.right{
		right: 0;
	}
	.offers img,.lastest-trip img{
		max-width: 100%;
		height: 140px;
		display: block;
	}
	.hme-service .service-small-heading{
		width: 88%;
	}
	.hme-service .facility{
		margin: 18px 10px 0px;
	}
	.hme-service .book, .did-you .white-bg .book{
		width: 60%;
	}
	.footer-top .footer-cnt li{
		white-space: nowrap;
	}
	.contact-banner {
		padding: 30px 0;
		background-size: cover;
		font-size: 22px;
	}
	.side-bike h4 {
	    font-size: 40px;
	    line-height: 60px;
	}
	.hotel-booking .nav-tabs>li>a{
		padding: 15px 40px 15px;
	}
	.hotel-booking .form-group .book {
	    width: 95%;
	}
	.inner-modl3 .whit-bg .book{
		margin-top: 0;
	}
	.extra-link .tab-content li a {
	    font-size: 13px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.header-bottom .navbar-nav>li>a,
	.header-top .header-contact li a,
	.dropdown li a{
		font-weight: normal;
		font-size: 12px;
	}
	.header-bottom .navbar-nav>li{
		margin-left: 15px;
	}
	.header-bottom .navbar-collapse{
		margin-top: 10px;
	}
	.dropdown li a{
		padding:5px 10px;
	}
	.offers .carousel-control{
		left: 0;
	}
	.offers .carousel-control.right{
		right: 0;
	}
	.offers img,.lastest-trip img{
		max-width: 100%;
		height: 140px;
		display: block;
	}
	.hme-service .service-small-heading{
		width: 92%;
	}
	.hme-service .facility{
		margin: 18px 10px 0px;
	}
	.hme-service .book, .did-you .white-bg .book{
		width: 60%;
	}
	.offers .sml-heading {
	    padding: 15px 15px 10px;
	    font-size: 11px;
	}
	.offers .content{
		font-size: 10px;
	}
	.offers .book{
		padding: 1px 15px;
		margin:10px 15px 15px;
	}
	.hme-service .service-heading, 
	.bus-rental .service-heading, 
	.one-way-service .service-heading, 
	.did-you .service-heading, 
	.holiday-activity .service-heading,
	.offers .main-heading,
	.contact h3{
		font-size: 20px;
		margin: 0 0 10px;
	}
	.hme-service img{
		margin:0 auto;
	}
	.margin-top{
		margin-top: 30px;
	}
	footer,
	.holiday-activity .holidy-list{
		font-size: 12px;
	}
	.footer-top .footer-social .fa, .footer-top .footer-cnt .fa {
	    margin-right: 0;
	    width: 13px;
	    height: 13px;
	    line-height: 13px;
	}
	.did-you img {
	    float: none;
	    margin: 0;
	    width: 100%;
	}
	.holiday-activity .holidy-list li {
		padding: 10px 8px 20px;
	}
	.subscribe-body h2 {
	    padding-top: 70px;
	    font-size: 26px;
	}
	.subscribe-body form {
    	padding-top: 60px;
	}
	.contact-banner{
		padding: 55px 0;
	}
	.contact .cont-social li a{
		width: 40px;
		height: 40px;
		font-size: 22px;
		line-height: 40px;
	}
	.pad {
    	padding: 10px;
	}
	.contact .branch-socail li a {
    	margin: 0 3px 0 0;
	}
	.contact .border.pad h5, .one-way-service h5 {
    	margin: 0 0 10px;
	}
	.bus-rental .details .price {
	    font-size: 14px;
	    float: none !important;
	}
	.bus-rental .details .price small {
	    display: inline-block;
	    text-align: left;
	    margin-right: 15px;
	}
	.block h4{
		font-size: 17px;
		margin: -20px -10px 20px;
	}
	.contact-banner {
		padding: 30px 0;
		background-size: cover;
		font-size: 20px;
	}
	.side-bike h4 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.bike-rental .rate{
		font-size: 12px;
	}
	.bike-rental .col-lg-9 .box-shadow img{
		width: 120px;
	}
	.side-bike .book{
		width: 40%;
	}
	.hotel-booking .nav-tabs>li>a{
		padding: 15px 22px 15px;
		font-size: 13px;
	}
	.hotel-booking .form-group .book {
	    width: 95%;
	}
	.inner-modl2 h1{
		font-size: 25px;
	}
	.inner-modl3 .whit-bg .book {
	    width: 25%;
	    margin-right: 0;
	}
	.inner-modl3 .whit-bg{
		padding: 15px;
	}
	.inner-modl3 .whit-bg img {
	    float: none;
	    margin-right: 0;
	}
	.extra-link .tab-content li a {
	    font-size: 12px;
	}
}
@media(max-width:767px){
	.header-top,.header-social,footer, footer .text-right{
		text-align:center;
	}
	.header-social{
		margin-top: 10px;
	}
	.header-top .header-social li a, .contact .branch-socail li a{
		margin: 0 5px;	
	}
	img[alt="logo"]{
		width: 140px;
    	max-width: none;
	}
	.navbar-toggle{
		margin-bottom: 0;
	}
	.navbar-toggle .icon-bar{
		background-color: #EA4335;
	}
	.navbar-nav {
	    margin: 0;
	    float: none !important;
	}
	.header-bottom .nav>li>a:after, .header-bottom .nav>li.active>a:after,.carousel-control{
		display: none;
	}
	.navbar-nav>li>a{
		padding-top:5px;
		padding-bottom:5px;
	}
	.dropdown{
		opacity: 1;
		visibility: visible;
		position: static;
		width: 80%;
		margin-left: 40px;
	}
	.dropdown li a{
		padding:5px 10px;
	}
	.hme-service, .bus-rental, .one-way-service, .did-you, .offers, .holiday-activity, .lastest-trip, .inner-modl1, .inner-modl3 {
    	padding: 20px 0;
	}
	.offers .col-xs-12,.inner-modl2 .col-xs-12{
		padding:0 15px !important;
	}
	.offers .main-heading,.hme-service .service-heading, .bus-rental .service-heading, .one-way-service .service-heading, .did-you .service-heading, .holiday-activity .service-heading, .lastest-trip .service-heading, .inner-modl1 .service-heading{
		font-size: 20px;
		margin: 0 0 10px;
	}
	.offers .book{
		margin: 10px 15px 15px;
	}
	.offers img,.hme-service img,.hme-service .service-small-heading,.lastest-trip img,.bus-rental img{
		width: 100% !important;
	}
	.carousel-inner>.item .border,.hme-service .zoom{
		margin-bottom: 20px;
	}
	.hme-service .zoom{
		position: relative;
	}
	.hme-service .zoom figure,.hme-service .row:nth-child(3), .contact .row:nth-child(2), .did-you .row:nth-child(3), .did-you .row:nth-child(4), .lastest-trip .row:nth-child(3){
		margin-top: 0;
	}
	.lastest-trip .btn-danger,
	.inner-modl2 .btn-danger {
	    padding: 4px 20px;
	    font-size: 14px;
	    margin-top: 15px;
	}
	.home-content h6{
		margin-bottom: 5px;
	}
	.home-content p{
	    margin-bottom: 10px;
	}
	.footer-top{
		text-align:left;
		padding: 10px 0 20px;
	}
	.footer-top .footer-sml-heading{
		font-size: 18px;
		margin: 10px 0;
	}
	.block,.inner-modl3 .whit-bg + .whit-bg{
    	margin-top: 20px;
	}
	.inner-modl2 .green-bg,.inner-modl3 .whit-bg{
		padding: 10px;
	}
	.inner-modl2 .green-bg h4{
		margin-bottom: 5px;
	}
	.inner-modl3 .whit-bg img {
	    float: none;
	    margin-right: 0;
	}
	.inner-modl3 .whit-bg .book {
	    width: 15%;
	    margin: 10px 0 0;
	    float: none !important;
	}
	.contact-banner {
		padding: 30px 0;
		background-size: cover;
		font-size: 20px;
	}
	.side-bike h4 {
	    font-size: 20px;
	    line-height: 25px;
	}
	.bike-rental .rate{
		font-size: 12px;
	}
	.bike-rental .col-lg-9 .box-shadow img{
		width: 120px;
	}
	.side-bike .book{
		width: 40%;
		font-size: 15px;
		margin-top: 20px;
		padding: 10px 10px;
	}
	.side-bike {
	    background-image: none;
	    min-height: 180px;
	    padding-top: 30px;
	}
	.hotel-booking .nav-tabs>li>a{
		padding: 15px 22px 15px;
		font-size: 13px;
	}
	.hotel-booking .form-group .book {
	    width: 95%;
	}
	.inner-modl2 h1{
		font-size: 20px;
	}
	.subscribe-body img{
		display: none;
	}
	.subscribe-body h2 {
	    padding-top: 20px;
	    font-size: 20px;
	}
	.subscribe-body form {
	    padding-top: 10px;
	    padding-bottom: 30px;
	}
	.inner-modl3 .whit-bg .book {
	    width: 40%;
	    margin-right: 0;
	}
	.inner-modl3 .whit-bg{
		padding: 15px;
	}
	.inner-modl3 .whit-bg img {
	    float: none;
	    margin-right: 0;
	}
	.extra-link .service-heading {
	    font-size: 15px;
	    margin-bottom: 18px;
	}	
	.extra-link .nav>li>a {
	    padding: 10px 12px;
	}
	.extra-link .tab-content{
		padding:15px;
	}
	.extra-link .tab-content>.tab-pane ul{
		margin-top:5px;
	}
	.extra-link .tab-content li a {
	    font-size: 12px;
	}
	.did-you img {
	    float: none;
	    margin: 0 auto;
	}
	.holiday-activity img{
		margin: 10px auto;
	}
	.did-you .white-bg{
		text-align:center;
		background-color:transparent;
	}
	.one-way-service .border{
		height:auto;
		margin-bottom:20px;
	}
	.one-way-service .border ul li a{
		margin-top: 10px;
	}
	.contact h3 {
	    margin: 15px 0;
	    font-size: 16px;
	}
}