/** 


Table of Content For Page Sections CSS

00. Header
01. Inner Banner
02. Navigation
03. Sticky Navigation
04. Preloader
05. Widgets
06. Footer
07. Homepage 1 
08. Homepage 2 
09. Homepage 3 
10. About Us
11. Our Services
12. Fleet Grid And Fleet List
13. Fleet Detail
14. Blog
15. Blog List
16. Blog Detail
17. 404
18. Register And Login
19. Faq
20. Booking Form
21. Payment And Confirm Booking And Confirm Payment
22. User Account/Cancel Booking
23. Contact Us
24. Widgets
	
(Typography And Color Codes)

font-family: 'Open Sans', sans-serif;
headings font-family: 'Montserrat', sans-serif;
text: #777777
hover: #dd3751
headings: #444444

End of Table of Content Css End **/*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700|Yellowtail');

/*<------------------------Main Css Start--------------------------->*/

body{
	background:#fff;
	margin:0;
	padding:0;
	font-family:'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Montserrat', sans-serif;
}

a{
	text-decoration:none;
} 

.tj-wrapper{
	width:100%;
	float:left;
	overflow:hidden;
}
/* 00. Header */
.tj-header{
	width:100%;
	float:left;
}
.tj-logo {
	width:100%;
	float:left;
	position:relative;
	padding:5px 0 33px;
}
.tj-logo h1 a{
	font-family:'Yellowtail', sans-serif;
	font-size:38px;
	line-height:40px;
	letter-spacing:-0.015em;
	display:block;
}
.tj-logo h1 a:after{
	content:"";
	background: url("../images/logo-border.png") no-repeat;
	display:block;
	height:12px;
}
.info_box{
	float:left;
	width:100%;
	padding:42px 0;
}
.info_box i{
	font-size:20px;
	width:45px;
	line-height:42px;
	height:45px;
	border-radius:100%;
	border: 1px solid;
	text-align: center;
	float: left;
	margin-right:12px;
}
.info_box .info_text{
	float: left;
}
.info_box .info_text span{
	display:block;
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	font-size:15px;
	font-weight:500;
	color:#444;
}
.info_box .info_text span a{
	color:#444;
	display:block;
}
.info_box .info_text .info_title{
	line-height:20px;
	font-size:18px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.phone_info{
	float:left;
	width:100%;
}
.phone_icon:before {
    content: '';
    height: 85px;
    width: 60px;
    background: #02c7b6;
    display: block;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); 
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); 
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); 
	-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); 
	-ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08); 
}
.phone_info i{
	font-size:22px;
	width:45px;
	line-height:40px;
	height:45px;
	border-radius:100%;
	color:#fff;
	border: 2px solid #495d6f;
	text-align: center;
	float: left;
	background:#ff3258;
	position: relative;
	top: 35px;
	left: 7px;
}
.phone_info .phone_text{
	float:left;
}
.phone_info .phone_text span a{
	display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #1c2b39;
    padding: 2px 0 33px;
    margin-left: 45px;
}

.tj-logo a:hover,.tj-logo a:focus,
.phone_info .phone_text span a:hover,.phone_info .phone_text span a:focus,
.info_box .info_text span a:hover, .info_box .info_text span a:focus,
.tj-nav-holder .book_btn a:hover,.tj-nav-holder .book_btn a:focus,
.tj-p404-section .p404-info a:hover,.tj-p404-section .p404-info a:focus,
.address-box a:hover,.address-box a:focus,.contact-box li a:hover,.contact-box li a:focus,
.tj-accordion-holder .panel-title a:hover,.tj-accordion-holder .panel-title a:focus,
.breadcrumb-list li a:hover,.breadcrumb-list li a:focus,.book_fleet a:hover,.book_fleet a:focus,.post-nav .prev_link a,.post-nav .next_link a,.fleet-info-box  a,.fleet-list-box a,
.slide-caption .slide-btns .btn-style-1,.slide-caption .slide-btns .btn-style-2,.tj-promo-offer a,.tj-cal-to-action2 .cta-btn a,.banner-caption .banner-inner .banner-btns .btn-style-1, .banner-caption .banner-inner .banner-btns .btn-style-2,.service-box  .service-caption a,.fleet-inner a,.cab-filter-nav a,.success-msg a,.tj-user-bfrm .cb-frm .back-btn, .payment-frm .back-btn,.cab-box .cab-desc a:hover,.blog-outer .blog-thumb .thumb-inner a, .tags a, .recent-news ul li .detail-box h4 a, ul.cats li a,.blog-text .tj-btn2,.post-nav-control a,.comments-info .reply{
	text-decoration:none;
}

/* 04. Preloader */
.loader-outer{
	position:fixed;
	left:0;
	right:0;
	background-color:#fff;
	top:0;
	bottom:0;
	width:100%;
	z-index:999999;
}
.tj-loader{
    width: 128px;
    height: 128px;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    margin:auto;
    padding: 20px 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tj-loader h2{
	font-family:'Montserrat',sans-serif;
	font-size:30px;
	font-weight:600;
	color:#444;
}
/* End Preloader CSS Styles */

/* 02. Navigation */
.tj-nav-row{
	width: 100%;
	float: left;
	background: #1c2b39;
}
.tj-nav-holder .navbar-default{
	border:none;
	background-color:transparent;
}
.tj-nav-holder .navbar{
	margin-bottom:0;
	width: 75%;
	float: left;
}
.tj-nav-row  .navbar-default .navbar-collapse, 
.tj-nav-row .navbar-default .navbar-form{
	border-color:transparent;
}
.navbar-default .navbar-toggle{
	border-color:transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color:transparent;
}
.tj-nav-row .navbar-default .navbar-toggle .icon-bar{
	background-color: #ddd;
}
.tj-nav-holder .navbar-default .navbar-nav > li:first-child a{
	margin-left:0;
}
.tj-nav-holder .navbar-default .navbar-nav > li > a{
	font-size: 14px;
	line-height:22px;
	display:block;
	color:#cdd3d8;
	padding:14px 0 17px 0;
	font-weight:500;
	text-transform:capitalize;
	margin:0 20px;
	border-top:3px solid transparent;
}
.tj-nav-holder .navbar-default .navbar-nav .dropdown a i{
	padding-left:5px;
}

.tj-nav-holder .nav .open > a, 
.tj-nav-holder .nav .open > a:hover,.tj-nav-holder .nav .open > a:focus,
.tj-nav-holder .dropdown-menu > li > a:hover,
.tj-nav-holder .dropdown-menu > li > a:focus{
	background-color:transparent;
} 
.tj-nav-holder .navbar-nav li ul{
	min-width:190px;
	border:0;
	background-color:#fff;
	box-shadow:none;
	border-radius:0;
	margin:0;
	padding:0;
	top:160%;
	display:block;
	opacity:0;
	visibility:hidden;
}
.tj-nav-holder .navbar-nav li ul li ul{
	top:0;
	left:130%;
}
.tj-nav-row .tj-nav-holder .navbar-nav li ul li ul li a{
	border-bottom:1px solid #ececec;
}
.tj-nav-row .tj-nav-holder .navbar-nav li ul li ul li:last-child a{
	border-bottom:none;
}
.tj-nav-holder .navbar-nav li ul li:hover ul{
	opacity:1;
	visibility:visible;
	left:100%;
}
.tj-nav-holder .navbar-default .navbar-nav > li:hover > ul{
	opacity:1;
	visibility:visible;
	top:100%;	
}

/* 03. Sticky Navigation */
.sticky {
    top: 0;
    position: fixed;
    width: 100%;
    padding: 0px 0 0px;
    z-index: 99999;
}
.tj-header .sticky .navbar-default .navbar-nav > li:hover > ul{
	top:117%;
}
.tj-header .sticky .navbar-nav li ul{
	background: #f9f9f9;
}
/* End Sticky Navigation CSS */

/* .tj-nav-holder .dropdown-menu > li a:before{
	font-family: 'Font Awesome 5 Free';
	content: '\f111';
	font-size:10px;
	margin-right:10px;
} */
.tj-nav-holder .navbar-default .navbar-nav .dropdown-menu > li > a{
	color:#444444;
	padding:17px 0;
	display:block;
	border-bottom:1px solid #ececec;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	margin-left:15px;
	margin-right:15px;
}
.tj-nav-holder .dropdown-menu > li:last-child a{
	border-bottom:none;
}
/* End Navigation CSS Styles */
.book_btn a {
    float: left;
	display:block;
	width: 170px;
	text-align:center;
	padding:18px 0;
	color:#fff;
	font-weight:500;
	text-transform:capitalize;
	font-family:'Montserrat', sans-serif;
}
/* End Header CSS Styles */

/* 01. Inner Banner */
.tj-inner-banner {
    float: left;
    width: 100%;
    background: url('../images/bg/top_bg.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgb(78 32 87 / 71%);
}
.tj-inner-banner h2{
	font-family:'Montserrat', sans-serif;
	font-size:43px;
	font-weight:600;
	color:#fff;
	padding:60px 0 60px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}
.tj-breadcrumb{
	float:left;
	width:100%;
	background:#f7f7f7;
}
.tj-breadcrumb .breadcrumb-list{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.breadcrumb-list li+li:before {
    content: '\f105';
	font-family: 'Font Awesome 5 Free';
	margin-right:5px;
	margin-left:5px;
	font-weight:600;
}
.tj-breadcrumb .breadcrumb-list li{
	display:inline-block;
	font-size:14px;
	line-height:22px;
	padding:15px 0;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
}
.tj-breadcrumb .breadcrumb-list li a{
	color:#676767;
}
/* End Inner Banner CSS Styles */

/* 07. Homepage 1 */
.tj-banner-form{
	float:left;
	width:100%;
	background:url("../images/slider/slider1.jpg") no-repeat;
	background-size:cover;
	padding:65px 0;
	position:relative;
}
.tj-banner-form:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(24 39 52 / 34%);
}
.tj-banner-form .banner-caption,
.banner-caption .banner-inner{
	float:left;
	width:100%;
	position:relative;
	z-index:999;
}
.tj-banner-form .banner-caption{
	padding-top:120px;
}
.banner-caption .banner-inner strong{
	color:#eaeaea;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
}
.banner-caption .banner-inner h2{
	font-size:50px;
	line-height:60px;
	font-family:'Montserrat',sans-serif;
	color:#fafafa;
	font-weight:600;
	margin-bottom:30px;
}
.banner-caption .banner-inner .banner-btns .btn-style-1,
.banner-caption .banner-inner .banner-btns .btn-style-2{
	width:180px;
}
.trip-outer{
	width:100%;
	float:left;
	position:relative;
	z-index:999;
}
.trip-outer .trip-type-tabs{
	width:100%;
	float:left;
}
.trip-type-tabs .nav-tabs{
	border:none;
}
.trip-type-tabs .nav-tabs li a {
    font-family: 'Montserrat',sans-serif;
    line-height:22px;
    display: block;
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    padding: 15px 44px;
	background-color:#fff;
	border:none;
}
.trip-type-tabs .nav-tabs li:last-child a{
	margin-right:0;
}
.trip-type-tabs .nav-tabs > li.active > a,
.trip-type-tabs .nav-tabs > li.active > a:hover,
.trip-type-tabs .nav-tabs > li.active > a:focus{
	background-color:#f0f0f0;
	border:none;
}
.trip-type-tabs .nav > li > a:hover,
.trip-type-tabs  .nav > li > a:focus{
	border:none;
}
.trip-outer .tab-content{
	width:95.5%;
	background-color:#fff;
	float:left;
	border-radius: 7%;

	padding:40px 30px;
}

.trip-type-frm  input[type="text"]{
	display:block;
	height:45px;
	padding:0 15px;
	width:280px;
	color:#000;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}

.trip-type-frm  textarea{
	display:block;
	height:60px;
	padding:0 15px;
	width:280px;
	color:#000;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}
.trip-type-frm  input[type="email"]{
	display:block;
	height:45px;
	padding:0 15px;
	width:280px;
	color:#000;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}
.trip-type-frm  select{
	display:block;
	height:45px;
	padding:0 15px;
	width:280px;
	color:#1c1a1a;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}

.trip-type-frm  select option{
	
	font-weight:400;
	color: black;
}
.trip-type-frm  select .placeholder{
	
	font-weight:400;
	color: black;
}


.trip-type-frm span{
	position:absolute;
	top:10px;
	right:25px;
	color:#a6a6a6;
	font-size:13px;
	line-height:24px;
	display:block;
}
.trip-type-frm label{
	display:inline-block;
	color:#777777;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:10px 0 0 8px;
	text-transform:capitalize;
}
.trip-type-frm  .search-btn{
	display:block;
	border:none;
	color:#fff;
	width:280px;
	text-transform:capitalize;
	text-align:center;
	padding:15px 0; 
	margin:25px 0 0;
	float:left;
	border-radius: 10px;
}

.tj-deals{
	float:left;
	width:100%;
	padding:110px 0 80px;
	background:url("../images/deals-bg.jpg") no-repeat center center;
	background-size:cover;
	position:relative;
}
.tj-deals:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(19,32,43,0.9);
}
.tj-deals .tj-heading-style{
	margin:0 auto 70px;
	width:690px;
	text-align:center;
	position:relative;
	z-index:999;
}
.tj-deals .tj-heading-style h3{
	font-size:40px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	text-transform:capitalize;
	color:#fff;
	position:relative;
	margin:0;
}
.tj-deals .tj-heading-style h3:after{
	content:'';
	background:url("../images/deal-hstyle-bg.png") no-repeat;
	display:block;
	height: 22px;
	width: 43px;
	margin: 10px auto;
}
.tj-deals .tj-heading-style p{
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#d7d7d7;
}
.tj-deals .deal-box{
	float:left;
	width:100%;
	position:relative;
	z-index:999;
	text-align:center;
	margin-bottom:30px;
}
.deal-box .deal-thumb{
	position:relative;
}
.deal-box .deal-thumb img{
	border-radius:50%;
}
.deal-box .deal-thumb:after{
	position: absolute;
	top: 3px;
	left: 27px;
	width:0;
	height: 98%;
	content: '';
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	opacity:0;
	visibility:hidden;
}
.deal-box .deal-thumb:hover:after{
	opacity:1;
	visibility:visible;
	width:85%;
}

.deal-box h4{
	font-size:22px;
	line-height:22px;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#ffffff;
	margin:20px 0 10px;
}
.deal-box  span{
	display:block;
	color:#bfbfbf;
	line-height:28px;
}
.deal-box  span strong{
	color:#fff;
	font-size:18px;
}

.tj-cal-to-action2{
	float:left;
	width:100%;
	background:url("../images/icon/clinic.jpg") 0px 0px fixed;
	background-size:cover;
	position:relative;
	padding:70px 0;
}
.tj-cal-to-action2:after{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
}
.tj-cal-to-action2 .cta-tagline{
	float:left;
	width:100%;
	position:relative;
	z-index:999;
}
.tj-cal-to-action2 .cta-tagline h2{
	font-size:38px;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#ffffff;
	text-transform:capitalize;
	margin:0;
}
.tj-cal-to-action2 .cta-btn{
	float:left;
	width:100%;
	position:relative;
	z-index:999;
}
.tj-cal-to-action2 .cta-btn a{
	width:80%;
	display:block;
	text-align:center;
	font-weight:500;
	padding:15px 0;
	background-color:#fff;
	float:right;
	font-size: 19px;
}
.tj-offers{
	float:left;
	width:100%;
	padding:30px 45px 25px 45px;
	border-bottom:1px solid #ececec;
}
.tj-offers .offer-box{
	float:left;
	width:100%;
	padding-right:5px;
	margin:15px 0px;
}
.offer-box img{
	float:left;
	margin-right:15px;
	    width: 72px;
}
.offer-box .offer-info{
	overflow:hidden;
}
.offer-box h4{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	line-height:22px;
	color:#444444;
	font-weight:500;
	margin:20px 0 10px;
}
.offer-box p{
	line-height:24px;
	font-size:15px;
	color:#777777;
	font-weight:400;
	margin:0;
}
.tj-welcome{
	float:left;
	width:100%;
	padding:140px 0;
}
.tj-welcome .welcome-banner{
	float:left;
	width:100%;
}
.welcome-banner img{
	width:100%;
	height:auto;
}

.fleet-carousel{
	width:100%;
	float:left;
	padding:130px 0 140px;
	background:url("../images/fleet-carousel-bg.jpg") no-repeat center center;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.fleet-carousel .tj-heading-style{
	text-align:center;
	position:relative;
	z-index:999;
	margin-bottom:100px;
}
.fleet-carousel .tj-heading-style h3{
	font-size:40px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	text-transform:capitalize;
	color:#fff;
	position:relative;
	margin:0;
}
.fleet-carousel .tj-heading-style h3:after{
	content:'';
	background:url("../images/deal-hstyle-bg.png") no-repeat;
	display:block;
	height: 22px;
	width: 43px;
	margin: 10px auto;
}
.fleet-carousel .carousel-outer{
	margin-left:-150px;
	margin-right:-150px;
}
.fleet-carousel:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(19,32,43,0.9);
}
.fleet-carousel .cab-carousel{
	width:100%;
	float:left;
}
.cab-carousel .fleet-item{
	position:relative;
	z-index:999;
	width:100%;
	float:left;
}
.fleet-item img{
	width:100%;
	height:auto;
}
.fleet-item .fleet-inner{
	width:100%;
	float:left;
	text-align:center;
	margin-top:40px;
	visibility:hidden;
	opacity:0;
}
.cab-carousel .center .fleet-inner {
	visibility:visible;
	opacity:1;
}
.fleet-inner h4{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-transform:capitalize;
	margin:0 0 15px;
}
.fleet-inner ul{
	list-style:none;
	margin:0;
	padding:0;
}
.fleet-inner ul li{
	display:inline-block;
	color:#d7d7d7;
	position:relative;
	padding-right:25px;
}
.fleet-inner ul li:after{
	position:absolute;
	content:"|";
	right:6px;
}
.fleet-inner ul li:last-child:after{
	content:'';
	display:none;
}
.fleet-inner ul li i{
	padding-right:7px;
}
.fleet-inner .price{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	display:block;
	color:#fff;
	font-size:26px;
	display:block;
	padding:15px 0;
}
.fleet-inner .price span{
	font-size:14px;
}
.fleet-inner a{
	display:block;
	width:150px;
	text-align:center;
	padding:12px 0;
	margin:0 auto 0;
	color:#fff;
}

.fleet-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding: 0;
	border:1px solid #a3a3a3;
	background-color:transparent;
	position:relative;
}
.cab-carousel .owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    font-weight: 600;
    color: #a3a3a3;
    font-size: 16px;
}
.cab-carousel .owl-next:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 600;
    color: #a3a3a3;
    font-size: 16px;
}
.cab-carousel .owl-nav .owl-prev {
    position: absolute;
    top:-90px;
    right:220px;
}
.cab-carousel .owl-nav .owl-next {
    position: absolute;
    top:-90px;
    left:220px;
}
.fleet-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#fff;
	background-color:#a3a3a3;
}
.cab-carousel .owl-nav .owl-prev:hover:before{
	color:#fff;
}
.cab-carousel .owl-nav .owl-next:hover:after{
	color:#fff;
}
/* 11. Our Services */
.cab-services{
	float:left;
	width:100%;
	padding:40px 0 20px;
}
.cab-services .tj-heading-style{
	text-align:center;
	margin:0 auto 0px;
	width:550px;
}

.pricing .tj-heading-style{
	text-align:center;
	margin:30px auto 0px;
	width:550px;
}

.cab-services .tj-heading-style p{
	line-height:24px;
	color:#777777;
	font-size:15px;
	font-weight:400;
	margin:0;
}
.cab-services  .cab-service-box {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	border:1px solid #ececec;
	margin-bottom:60px;
}
.cab-services .cab-service-box:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    position: absolute;
    bottom: -14px;
    left:0;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
	opacity:0;
	visibility:hidden;
    border-radius: 50%;
}
.cab-services .cab-service-box:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	
}
.cab-services .cab-service-box:hover .service-thumb{
	background-color:transparent;
}
.cab-services .cab-service-box:hover:after{
	opacity:1;
	visibility:visible;
	left:45%;
}
.cab-service-box .service-thumb{
	background-color:#f9f9f9;
	padding:30px 0;
	height:205px;
	overflow:hidden;
}
.cab-service-box .service-thumb:hover img,
.news-outer figure:hover img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.cab-service-box .service-desc{
	width:100%;
	float:left;
	padding:5px 20px;
}
.cab-service-box .service-desc h4{
	font-weight:500;
	font-size:20px;
	line-height:25px;
	font-family:'Montserrat',sans-serif;
	color:#444444;
}
.cab-service-box .service-desc p{
	line-height:24px;
	font-size:15px;
	font-weight:400;
	color:#777777;
}
/* End Our Services Styles */

/* End Homepage 1 Styles */



/* 08. Homepage 2 */
.tj-cab-slider,.tj-slider{
	float:left;
	width:100%;
}
.tj-cab-slider .slide-item{
	float:left;
	width:100%;
	position:relative;
}
.tj-cab-slider .slide-item:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(19,32,43,0.8);
}
.tj-cab-slider .slide-item img{
	width:100%;
	height:auto;
}
.slide-item .slide-caption{
	position:absolute;
	left:0;
	width:100%;
	float:left;
	bottom:250px;
	z-index:999;
}
.slide-item .slide-inner{
	float:left;
	width:100%;
	text-align:center;
}
.slide-item .slide-caption strong{
	font-size:22px;
	line-height:26px;
	font-style:italic;
	color:#dfdfdf;
	display:block;
	font-weight:normal;
}
.slide-item .slide-caption h2{
	font-size:50px;
	line-height:60px;
	color:#fafafa;
	font-weight:600;
	font-family:'Montserrat',sans-serif;
	margin-bottom:25px;
}
.slide-caption .slide-btns,.banner-inner .banner-btns{
	float:left;
	width:100%;
}
.slide-caption .slide-btns .btn-style-1,
.slide-caption .slide-btns .btn-style-2,
.banner-inner .banner-btns .btn-style-1,
.banner-inner .banner-btns .btn-style-2{
	color:#fff;
	text-transform:capitalize;
	display:inline-block;
	width:155px;
	margin:0 auto 0;
	text-align:center;
	padding:15px 0;
}
.slide-item .slide-caption .slide-btns .btn-style-2,
.banner-caption .banner-inner .banner-btns .btn-style-2{
	background-color:transparent;
	border:2px solid #fff;
	margin-left:8px;
	padding:13px 0;
}
.tj-cab-slider .owl-prev:before{
	font-family:'Font Awesome 5 Free';
	content: '\f104';
	font-weight: 600;
	color:#fff;
	font-size:16px;
}
.tj-cab-slider .owl-prev{
	position:absolute;
	top:35%;
	left:55px;
}
.tj-cab-slider .owl-next:after{
	font-family:'Font Awesome 5 Free';
	content:'\f105';
	font-weight: 600;
	color:#fff;
	font-size:16px;
}
.tj-cab-slider .owl-next{
	position:absolute;
	top:35%;
	right:55px;
}
.tj-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    width:45px;
    height: 45px;
    line-height:45px;
    border-radius:50%;
    padding:0;
	background-color:#9a9a9a;
}
.tj-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	opacity:0.7;
	color:#fff;
}
.tj-cab-slider .owl-prev:hover:before,
.tj-cab-slider .owl-next:hover:after{
	color:#fff;
}
.tj-services{
	float:left;
	width:100%;
	padding:120px 0 70px;
}
.tj-services .tj-service-outer{
	float:left;
	width:100%;
	margin:60px 0 0;
}
.tj-services .service-item{
	float:left;
	width:344px;
	margin:0 30px 55px 0;
}
.tj-services .service-item img{
	float:left;
	margin-right:28px;
}
.tj-services .service-item .service-info-box{
	overflow:hidden;
	margin-left:28px;
}
.tj-service-outer .service-item .service-info-box h4{
	font-family:'Montserrat',sans-serif;
	font-size:22px;
	line-height:22px;
	color:#444444;
	font-weight:500;
	margin:0 0 15px;
}
.tj-service-outer .service-item .service-info-box p{
	font-size:15px;
	line-height:25px;
	color:#777777;
	font-weight:400;
	margin:0;
}
.service-ad-box{
	float:left;
	border:1px solid #e7e7e7;
	padding:4px 4px;
	border-radius:4px;
}
.service-ad-box .fleet-box img{
	width:auto;
	height:auto;
}
.service-ad-box .fleet-box h4{
	font-size:23px;
}
.service-ad-box .fleet-box .ad-info{
	width:100%;
	float:left;
	text-align:center;
}
.tj-promo-offer{
	width:100%;
	float:left;
	background:url("../images/promo-bg.jpg") no-repeat center center;
	background-size:cover;
	padding:80px 0;
	position:relative;
	z-index:999;
}
.tj-promo-offer:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.tj-promo-offer .promo-box{
	width:920px;
	z-index:999;
	position:relative;
	margin:0 auto 0;
}
.tj-promo-offer h3{
	text-align:center;
	color:#fff;
	font-family:'Montserrat',sans-serif;
	font-size:36px;
	line-height:50px;
	margin:0;
	font-weight:500;
}
.tj-promo-offer h3 span{
	border-bottom:1px solid #fff;
}
.tj-promo-offer a{
	display:block;
	width:195px;
	text-align:center;
	color:#fff;
	background-color:#374b5d;
	padding:16px 0;
	margin:25px auto 0;
}

.tj-cab-collection{
	float:left;
	width:100%;
	padding:130px 0 80px;
}
.tj-cab-collection .cab-col-outer{
	float:left;
	width:100%;
}
.tj-cab-collection .tj-heading-style,
.tj-news .tj-heading-style{
	margin:0 auto 70px;
	width:670px;
	text-align:center;
}
.cab-col-outer .fleet-grid-box{
	float:left;
	width:100%;
	margin-bottom:60px;
}
.cab-col-outer .fleet-grid-box .tj-btn2{
	color:#fff;
	border:none;
	padding:15px 25px;
	position:relative;
}
.cab-col-outer .fleet-grid-box .tj-btn2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-2;
 }
.cab-col-outer .fleet-grid-box .tj-btn2:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	border: 2px solid;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.cab-col-outer .fleet-grid-box .tj-btn2:hover:after {
    opacity: 1;
   -webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.cab-col-outer .fleet-grid-box .tj-btn2:hover:before{
	opacity: 0;
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.tj-cabs-trip{
	float:left;
	width:100%;
	padding:80px 0 50px;
	background:url("../images/pattern-bg.png") #374b5d repeat-x left bottom;
}
.open_hours{
	float:left;
	width:100%;
	background-color:#2e4152;
	padding:30px 70px;
	margin-bottom:30px;
}
.open_hours h4{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:22px;
	margin-top:0;
}
.open_hours ul{
	list-style:none;
	margin:0;
	padding:0;
}
.open_hours ul li{
	display:block;
	color:#fff;
	line-height:30px;
	font-weight:400;
}
.trip-cabs-outer{
	width:100%;
	float:left;
	padding-left:45px;
	margin-bottom:30px;
}
.trip-frm-tabs .nav-tabs{
	border-bottom:none;
	margin:0;
	padding:0;
}
.trip-frm-tabs .nav-tabs li a{
	font-family:'Montserrat',sans-serif;
	line-height:30px;
	display:block;
	font-size:18px;
	color:#fff;
	font-weight:600;
	border-radius:0;
	padding:0;
	margin:0 30px 0 0;
}
.trip-frm-tabs .nav-tabs > li.active > a,.trip-frm-tabs .nav-tabs > li.active > a:hover,
.trip-frm-tabs .nav-tabs > li.active > a:focus{
	background-color:transparent;
	border-bottom:1px solid;
	border-left:none;
	border-right:none;
	border-top:none;
}
.trip-frm-tabs .nav > li > a:hover,
.trip-frm-tabs  .nav > li > a:focus{
	background-color:transparent;
	border-color:transparent;
}
.trip-cabs-outer .trip_form{
	float:left;
	margin-top:40px;
}
.trip_form .field-outer,
.trip-type-frm .field-outer{
	float:left;
	width:100%;
	position:relative;
}
.trip_form input[type="text"]{
	display:block;
	height:50px;
	border:none;
	padding:0 20px;
	width:100%;
	color:#9a9a9a;
	border-radius:5px;
	margin-bottom:20px;
}
.trip_form span{
	position:absolute;
	top:15px;
	right:15px;
	color:#a6a6a6;
	font-size:13px;
	line-height:24px;
	display:block;
}
.trip_form label{
	display:inline-block;
	color:#c5c5c5;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:30px 0 0 8px;
}
.trip_form  .search-btn{
	display:block;
	border:none;
	color:#fff;
	width:155px;
	font-weight:600;
	text-transform:capitalize;
	text-align:center;
	padding:15px 0; 
	margin:15px 15px 0 0;
	float:right;
}

.tj-facts{
	float:left;
	width:100%;
	padding:140px 0 110px;
}
.tj-facts .tj-heading-style{
	margin-bottom:30px;
}
.tj-facts .tj-heading-style p{
	font-size:15px;
	line-height:24px;
	color:#777777;
	font-weight:400;
	margin:20px 0 0;
}
.tj-facts .facts-outer{
	width:100%;
	float:left;
}
.facts-outer .fact-box{
	width:100%;
	float:left;
	border:1px solid #e0e0e0;
	text-align:center;
	border-radius:5px;
	padding:30px 0;
	margin-bottom:30px;
}
.fact-box .fact-counter {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 40px;
	color:#444;
}
.fact-box .fact-counter i {
    font-size: 18px;
    margin-left: 0;
}
.fact-box span {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
}
.tj-faq-clients{
	width:100%;
	float:left;
	padding:30px 0 40px;
	background-color:#f9f9f9;
}
.tj-faq-clients .faq-outer{
	width:95%;
	float:left;
	margin-right:30px;
}
.faq-outer .tj-heading-style h3,
.testimonial-outer .tj-heading-style h3{
	font-size:30px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	text-transform:capitalize;
	color:#444444;
	position:relative;
	margin:0;
}
.faq-outer .tj-accordion-holder .panel-group{
	margin:10px 0 0;
}
.faq-outer .tj-accordion-holder  .panel-group .panel + .panel{
	margin-top:0;
}
.faq-outer .panel{
	background-color:transparent;
	border-radius:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.faq-outer .panel-default:last-child {
    border-bottom: none;
}
.faq-outer .tj-accordion-holder .panel-body{
	padding:5px 0 15px;
}
.faq-outer .tj-accordion-holder .panel-body .panel-text{
	padding-right:20px;
}
.faq-outer .tj-accordion-holder .panel-title a::after{
	right:50px;
}
.faq-outer .tj-accordion-holder  .panel-title > a[aria-expanded="true"]:after {
	content: "\f061"; 
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.testimonial-outer{
	width:95%;
	float:left;
	margin-left:30px;
}
.testimonial-slider{
	float:left;
	width:100%;
	margin:30px 0 0;
}
.testimonial-slider .testimonial-item{
	float:left;
	width:100%;
	border:1px solid #e6e6e6;
	padding:35px 35px;
}
.testimonial-item .testimonial-quote p{
	font-size:15px;
	line-height:26px;
	font-weight:400;
	color:#777777;
}
.testimonial-outer .owl-carousel .owl-item img{
	width:auto;
	border-radius:50%;
}
.testimonial-item img{
	float:left;
	margin:20px 20px 0 0;
}
.testimonial-item .testimonial-info{
	overflow:hidden;
	margin-top:40px;
}
.testimonial-item .testimonial-info strong{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	display: block;
	color: #444444;
	line-height:26px;
	text-transform: capitalize;
}
.testimonial-info .icomoon{
	color:#cecece;
}

/* 14. Blog */
.tj-news{
	float:left;
	width:100%;
	padding:130px 0 90px;
}
.tj-news .news-box{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.news-box figure{
	float:left;
	position:relative;
	overflow:hidden;
}
.news-box figure:hover img,
.fleet-grid-box .fleet-thumb:hover img,
.fleet-list-box .fleet-thumb:hover img,
.cab-box figure:hover img,.blog-outer .blog-thumb:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news-box figure:after{
	content:'';
	position:absolute;
	width:100%;
	height:35%;
	left:0;
	background:rgba(0,0,0,0.5);
	top:80px;
	visibility:hidden;
	opacity:0;
}
.news-outer figure:after{
	content:'';
	position:absolute;
	width:82.5%;
	height:30%;
	left:0;
	background:rgba(0,0,0,0.5);
	top:35px;
	border-radius:5px;
	visibility:hidden;
	opacity:0
}
.news-box figure:hover:after,.news-outer figure:hover:after{
	top:0;
	height:100%;
	visibility:visible;
	opacity:1;
}
.tj-news .news-detail{
	float:left;
	width:100%;
	padding:30px 30px;
	border:1px solid #f0f0f0;
}
.tj-news .news-detail h4{
	font-family:'Montserrat',sans-serif;
	font-size:20px;
	line-height:26px;
	color:#444444;
	font-weight:500;
}
.news-detail p{
	font-size:15px;
	line-height:24px;
	color:#777777;
}
.news-detail ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	width: 100%;
	float: left;
}
.news-detail ul li{
	color:#999999;
	display:inline-block;
	position:relative;
	padding-right:20px;
	line-height:24px;
}
.news-detail ul li:after{
	position:absolute;
	content:"|";
	right:5px;
}
.news-detail ul li:last-child:after{
	content:'';
	display:none;
}
.news-list{
	float:left;
	width:100%;
}
.news-list .news-outer,.news-list .news-meta{
	list-style:none;
	margin:0;
	padding:0;
	width: 100%;
	float: left;
}
.news-list .news-outer li{
	float:left;
	margin-bottom:25px;
}
.news-list .news-outer li figure{
	float:left;
	position:relative;
	overflow:hidden;
}
.news-list .news-outer li img{
	float:left;
	margin-right:20px;
}
.news-list .news-outer li .news-info{
	overflow:hidden;
}
.news-list .news-outer li .news-info h4{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	color:#444444;
	line-height:24px;
	margin-top:0;
}
.news-list .news-outer li .news-info ul li{
	display:inline-block;
	position:relative;
	padding-right:20px;
	line-height:24px;
	color:#999999;
}
.news-list .news-outer li .news-info ul li:after{
	position:absolute;
	content:"|";
	right:5px;
}
.news-list .news-outer li .news-info ul li:last-child:after{
	content:'';
	display:none;
}
.tj-news .clear{
	clear:both;
}
/* End Blog CSS Styles */

/* End Homepage 2 Styles */

/* 15. Blog List */
.blog-list{
	width:100%;
	float:left;
	padding:130px 0 120px;
}
.blog-item,.blog-outer,
.blog-post{
	width:100%;
	float:left;
}
.blog-item{
	margin-bottom:50px;
}
.blog-outer .blog-thumb{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.blog-outer .video-post .blog-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    z-index: 999;
}
.blog-thumb img {
    width: 100%;
    height: auto;
}
.blog-outer .blog-thumb .thumb-inner{
	position:absolute;
	top:40%;
	left:0;
	width:100%;
	text-align:center;
	z-index:1000;
}
.blog-outer .blog-thumb .thumb-inner a{
	display:block;
	text-align:center;
	font-size:70px;
	color:#fff;
}
.blog-outer .blog-thumb .blog-date{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:9999;
}
.blog-outer .blog-thumb .blog-date strong {
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.blog-outer .blog_meta{
	list-style:none;
	margin:0;
	padding:15px 0;
	float:right;
}
.blog-outer .blog_meta li{
	display:inline-block;
	color: #666666;
	font-size: 13px;
	line-height:24px;
	padding: 0 0 0 15px;
}
.blog-outer h3{
	font-size:30px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	margin:0 0 15px;
	color:#444444;
	clear:both;
}
.blog-text p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
    margin: 0 0 25px;
}
.blog-text .tj-btn2{
	display:block;
	color:#fff;
	padding:15px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
	width:150px;
}
.blog-text .tj-btn2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.blog-text .tj-btn2:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 1;
	opacity: 0;
	border: 2px solid;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.blog-text .tj-btn2:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
	width: 100%
}
.blog-text .tj-btn2:hover:before{
	opacity: 0;
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.slider-post #blog-slider .owl-controls .owl-nav [class*="owl-"] {
    width: 40px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}
#blog-slider .owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
#blog-slider .owl-next:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
#blog-slider .owl-prev {
    left: -5px;
    position: absolute;
    top: 45%;
}
#blog-slider .owl-next {
    right: -5px;
    position: absolute;
    top: 45%;
}
.quote-post blockquote{
	border:0;
	position:relative;
	font-style:italic;
	color:#444444;
	margin:0 0 25px;
}
.quote-post blockquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    z-index: -1;
    left: 0;
    top:-30px;
    font-size: 80px;
    font-weight:600;
    color: #ececec;
    font-style:italic;
}

/* End Blog List CSS Styles */

/* 16. Blog Detail */
.blog-detail-outer{
	width:100%;
	float:left;
	padding:140px 0 90px;
}
.quote {
    width: 100%;
    max-width: 600px;
    margin: 35px auto 0;
}
.quote blockquote {
    display: block;
    background-color: #fafafa;
    padding: 30px 30px;
    border-left: 4px solid;
	margin:0 0 40px;
}
.quote blockquote p {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    line-height: 30px;
}
.quote-author:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 40px;
    height: 2px;
    right: 110px;
}
.quote-author {
    text-align: right;
    display: block;
    color: #444;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
}
.social_sharing{
	width:100%;
	border-top:1px solid #eee;
	padding-top:35px;
}
.social_sharing h4{
	margin:0;
	color:#444;
	text-transform:capitalize;
	font-size:18px;
	font-weight:600;
	font-family: 'Montserrat',sans-serif;
	line-height: 25px;
}
.sharing_links{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.sharing_links li{
	display:inline-block;
}
.sharing_links li a{
	display:block;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 0 0 15px;
}
.post-nav-control {
    width: 100%;
    float: left;
    background-color: #fafafa;
    margin-top: 40px;
    padding: 40px 40px;
}
.post-nav-control .post-left-nav {
    width: 50%;
    float: left;
}
.post-nav-control .post-right-nav {
    width: 50%;
    float: right;
}
.post-nav-control img {
    float: left;
    height: auto;
    width: auto;
}
.post-nav-control .post-title {
    float: left;
    margin-left: 15px;
}
.post-nav-control .post-title h4 {
    font-size: 16px;
    color: #444;
    font-family: 'Montserrat',sans-serif;
    line-height: 25px;
}
.post-nav-control a {
    display: block;
    color: #fff;
    max-width: 100px;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
}
.tj-comment-outer {
    float: left;
    width: 100%;
	padding:40px 0 0;
}
.tj-comment-outer h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin: 0 0 40px;
	color: #444;
}
.tj-comment-outer .comments-listed{
	list-style:none;
	margin:0;
	padding:0;
}
.tj-comment-outer .comments-sub-listed{
	list-style:none;
	margin:0;
	padding:0 0 0 60px;
}
.tj-comment-outer .comments-listed > li{
	width:100%;
	float:left;
}
.comments-info {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.comments-info .text-holder {
    overflow: hidden;
}
.comments-info .text-holder .top {
    float: left;
    width: 100%;
}
.comments-info .img-box {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 74px;
    margin-right: 25px;
}
.comments-info .img-box img{
	height:auto;
	border-radius:50%;
}
.comments-info  .text-holder h5 {
    font-size: 18px;
    font-weight: 600;
    float: left;
	color: #444;
}
.comments-info  .text-holder .top .reply {
    float: right;
}
.comments-info  .reply {
    font-weight: 600;
	padding: 5px 10px;
	font-size: 13px;
	color:#fff;
}
.comments-info .text-holder .date {
    color: #777777;
    margin-bottom: 20px;
    display: block;
	float:left;
	width:100%;
}
.tj-comment-form{
	float:left;
	width:100%;
	margin:10px 0 50px;
}
.tj-comment-form h3{
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	margin: 0 0 40px;
}
.tj-comment-form input[type="text"],.tj-comment-form input[type="email"]{
	width: 100%;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #a6a6a6;
	border: 1px solid #e8e8e8;
	display: block;
	margin-bottom: 15px;
	border-radius: 4px;
}
.tj-comment-form textarea{
	width: 100%;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #a6a6a6;
	border: 1px solid #e8e8e8;
	display: block;
	border-radius: 4px;
	max-height:160px;
	resize:none;
}
.comment-btn {
    max-width: 130px;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat',sans-serif;
}

/* End Blog Detail CSS Styles */



/* 09. Homepage 3 */
.tj-banner{
	float:left;
	width:100%;
	background:url("../images/banner2_bg.jpg") no-repeat;
	background-size:cover;
	padding:255px 0;
	position:relative;
}
.tj-banner:after{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background:rgba(32,48,65,0.75);
}
.tj-banner .banner-caption{
	float:left;
	width:680px;
}
.tj-banner .banner-inner .banner-btns .btn-style-1{
	width:150px;
}

.tj-banner-form2{
	float:left;
	width:100%;
	position:relative;
	padding:0 0 130px;
	margin-top:-140px;
}
.tj-form2-tabs{
	float:left;
	width:100%;
}

.tj-form2-tabs .nav-tabs{
	border:none;
}
.tj-form2-tabs .nav-tabs li a {
    font-family: 'Montserrat',sans-serif;
    line-height:22px;
    display: block;
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    padding: 20px 0;
	text-align:center;
	width:180px;
	border:none;
	border-radius:0;
	background-color:#fff;
}
.tj-form2-tabs .nav-tabs > li.active > a,
.tj-form2-tabs .nav-tabs > li.active > a:hover,
.tj-form2-tabs .nav-tabs > li.active > a:focus{
	border:none;
	color:#fff;
}
.tj-banner-form2 .tab-content{
	width:100%;
	background-color:#f9f9f9;
	padding:45px 65px;
	float:left;
}
.tab-content .trip-frm2 h4{
	font-family: 'Montserrat',sans-serif;
    line-height:22px;
	font-size:18px;
	color:#444444;
	margin:0 0 15px;
	display:block
}
.tab-content .trip-frm2 .field-box{
	position:relative;
	width:100%;
}
.tab-content .trip-frm2 .field-box span{
	position:absolute;
	top:12px;
	right:12px;
	display:block;
	font-size:13px;
	line-height:24px;
	color:#a6a6a6;
}
.tab-content .trip-frm2  input[type="text"]{
	width:100%;
	display:block;
	background-color:#fff;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#a6a6a6;
	height:48px;
	padding:0 20px;
	border:1px solid #e8e8e8;
	margin-bottom:20px;
}
.tab-content .trip-frm2 .field-box label{
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#777777;
}
.tab-content .trip-frm2 .search-btn{
	float:right;
	display:block;
	text-align:center;
	color:#fff;
	width:170px;
	padding:16px 0;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
	border:none;
}

.tj-footer2{
	float:left;
	width:100%;
	background-color:#374b5d;
	padding:200px 0 35px;
}

.tj-footer2 .fsocial-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tj-footer2 .fsocial-links li {
    display: inline-block;
}
.tj-footer2 .fsocial-links li a {
	display: block;
    margin-right: 9px;
    color: #d1d1d1;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #767676;
    text-align: center;
}
.tj-footer2 .fsocial-links li a:hover {
    color: #fff;
}

.tj-footer2 .payment-icons{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tj-footer2  .payment-icons li {
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    padding-right: 14px;
    color: #c1c1c1;
}
.tj-footer2  .copyright_text p{
    color: #9eaab5;
    margin: 0;
    line-height: 26px;
	font-size:14px;
}
.tj-form-map{
	float: left;
	width: 100%;
	position:relative;
	margin-bottom:-150px; 
}
.tj-form-map #tj-map2{
	height:440px;
	float: left;
	width: 100%;
	box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
}
.tj-form-map .form-box{
	float: left;
	width: 100%;
	background-color:#fff;
	padding:60px 35px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
}
.form-box .form_desc{
	float: left;
	width: 100%;
}
.form-box .form_desc h3{
	font-family:'Montserrat',sans-serif;
	font-size:24px;
	color:#444444;
	font-weight:600;
	margin-top:0;
}
.form-box .form_desc p{
	line-height:24px;
	font-size:15px;
	color:#777777;
	font-weight:400;
	margin:0 0 25px;
}
.contact_frm .frm-field{
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.contact_frm .frm-field input[type="text"]{
	display:inline-block;
	width:243px;
	height:45px;
	padding:0 16px;
	border-radius:5px;
	border:1px solid #e8e8e8;
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	margin-right:5px;
}
.contact_frm .frm-field input[type="email"]{
	display:inline-block;
	width:243px;
	height:45px;
	padding:0 16px;
	border-radius:5px;
	border:1px solid #e8e8e8;
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	margin-left:5px;
}
.contact_frm .frm-field textarea{
	height:100px;
	resize:none;
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	border-radius:5px;
	border:1px solid #e8e8e8;
	padding:14px 16px;
	display:block;
	width:100%;
}
.contact_frm .submit-btn{
	display:block;
	color:#fff;
	text-align:center;
	width:140px;
	padding:15px 0;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	text-transform:capitalize;
	border:none;
	margin-top:20px;
	float:left;
}
.tj-form-map .no-padr{
	padding-right:0;
}
.tj-form-map .no-padl{
	padding-left:0;
}

.tj-book-services{
	float:left;
	width:100%;
	padding:0 0 100px;
}
.tj-book-services .tj-heading-style{
	text-align:center;
	width:620px;
	margin:0 auto 70px;
}
.tj-book-services .tj-heading-style p{
	line-height:26px;
	font-size:15px;
	font-weight:400;
	color:#777777;
}
.tj-book-services .service-box{
	text-align:center;
	width:100%;
	margin-bottom:40px;
}
.service-box .icon-outer{
	width:84px;
	height:84px;
	line-height:84px;
	border-radius:50%;
	border:1px solid;
	margin:0 auto 0;
	position:relative;
}
.service-box .icon-outer i{
	font-size:30px;
	width:74px;
	height:74px;
	line-height:64px;
	border-radius:50%;
}
.service-box .icon-outer span{
	background-color:#374b5d;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	display:block;
	text-align:center;
	position:absolute;
	right:-4px;
	top:-4px;
}
.service-box  .service-caption h3{
	font-family:'Montserrat',sans-serif;
	font-size:22px;
	font-weight:600;
	line-height:22px;
	color:#444444;
	text-transform:capitalize;
}
.service-box  .service-caption p{
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#777777;
	margin:0;
}
.service-box  .service-caption a{
	display:block;
	width:150px;
	text-align:center;
	margin:50px auto 0;
	color:#fff;
	padding:15px 0;
	text-transform:capitalize;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
	opacity:0;
	visibility:hidden;
	
}
.tj-book-services .service-box:hover .icon-outer i{
	color:#fff;
}
.tj-book-services .service-box:hover .service-caption a{
	opacity:1;
	visibility:visible;
}
.tj-book-services .service-box:hover{
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.tj-facts2{
	float:left;
	width:100%;
	padding:64px 0 34px;
	background:url("../images/facts-bg.jpg")no-repeat;
	background-size:cover;
	position:relative;
}
.tj-facts2:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
}
.tj-facts2 .fact-outer{
	position:relative;
	z-index:999;
	width:234px;
	float:left;
	background:rgba(255,255,255,0.2);
	text-align:center;
	padding:30px 0;
	margin-bottom:30px;
}
.tj-facts2 .fact-outer i{
	font-size:40px;
	color:#fff;
}
.tj-facts2 .fact-desc h3{
	font-family:'Montserrat',sans-serif;
	font-size:30px;
	line-height:22px;
	font-weight:700;
	color:#fff;
	display: inline-block;
}
.fact-desc strong {
    color: #fff;
    font-size: 30px;
    line-height: 22px;
    margin-left: -3px;
}
.tj-facts2 .fact-desc span{
	display:block;
	font-weight:400;
	font-size:15px;
	color:#dfdfdf;
	line-height:28px;
	text-transform:capitalize;
}
.tj-cab-filter{
	float:left;
	width:100%;
	padding:130px 0 105px;
}
.tj-cab-filter .tj-heading-style{
	text-align:center;
}
.tj-cab-filter .cab-filter-nav{
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
}
.cab-filter-nav a{
	display:inline-block;
	color:#444444;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
	font-size:15px;
	margin-right:22px;
	text-transform:capitalize;
}
.cab-filter-nav a.current{
	border-bottom:2px solid;
}
.cab-filter{
	float:left;
	width:100%;
	margin-top:70px;
}
.cab-box{
	float:left;
	width:100%;
	text-align:center;
	
}
.cab-box figure{
	position:relative;
	width:100%;
	overflow:hidden;
}
.cab-box .cab-desc{
	float:left;
	width:100%;
	padding:35px 0;
}
.cab-box .cab-desc .cab-price{
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	display: block;
	font-size: 28px;
}
.cab-box .cab-desc .cab-price span{
    font-size: 14px;
}
.cab-box .cab-desc h4{
	font-family: 'Montserrat',sans-serif;
	color:#444444;
	font-weight:500;
	font-size:18px;
}
.cab-box .cab-desc .cab-meta{
	padding:0;
	margin:0;
	list-style:none;
}
.cab-box .cab-desc .cab-meta li{
	display: inline-block;
	padding: 0 12px;
	color: #777;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	position: relative;
}
.cab-box .cab-desc .cab-meta li i{
	padding-right: 6px;
}
.cab-box .cab-desc .cab-meta li:before{
	content: '|';
	position: absolute;
	right: -5px;
}
.cab-box .cab-desc .cab-meta li:last-child:before{
	content: '';
	display: none;
}
.cab-box .cab-desc a{
	display:block;
	font-family:'Montserrat',sans-serif;
	text-transform:capitalize;
	text-align:center;
	font-weight:500;
	position:relative;
	width:180px;
	margin:25px auto 0;
}
.cab-box .cab-desc a:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    top: 25px;
    left: 26%;
    opacity: 0;
}
.cab-box .cab-desc a:hover:after{
	opacity:1;
	width:70px;
}
.tj-cab-filter .isotope-item {
    z-index: 2;
}
.tj-cab-filter .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.tj-cab-filter .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.tj-cab-filter .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/* End Homepage 3 CSS Styles */

/* 10. About Us */
.tj-aboutus{
	width:100%;
	float:left;
}
.tj-aboutus .about-info{
	width:100%;
	float:left;
	padding:20px 0 0;
}
.about-info p{ 
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#777777;
	padding:25px 0 30px;
	margin:0;
	text-align: justify;
}
.about-info a{
	text-decoration:underline;
	display:block;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	text-transform:capitalize;
}
.about-info a .fa{
	margin-left:8px;
}
.about-info .facts-list{
	list-style:none;
	margin:0;
	padding:10px 0 0;
}
.about-info .facts-list li{
	display:inline-block;
	margin-right:95px;
}
.about-info .facts-list li:last-child{
	margin-right:0
}
.about-info .facts-list li .fact-count{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:40px;
	color:#444;
}
.about-info .facts-list li .fact-count i{
	font-size:18px;
	margin-left:0;
}
.about-info .facts-list li span{
	display:block;
	font-size:15px;
	line-height:26px;
	color:#777777;
	font-weight:400;
}
.about-banner {
	float:left;
	width:100%;
	/* padding-top:50px; */
}
.about-banner  img{
	margin-left:85px;
}
.tj-clients{
	width:100%;
	float:left;
	background:url("../images/clients-bg.jpg") no-repeat center center;
	padding:55px 0;
	background-size:cover;
	position:relative;
}
.tj-clients:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0
}
.tj-clients .partners-list{
	width: 100%;
	float: left;
	z-index: 999;
	position:relative;
}
.partners-list .partner-item{
	display:inline-block;
}
.partner-item img{
	opacity:0.6;
}
.partner-item img:hover{
	opacity:1.0;
}
.tj-reviews{
	width:100%;
	float:left;
	background-color:#f9f9f9;
	padding:110px 0;
}
.reviews-slider{
	width:100%;
	float:left;
	margin-top:60px;
}
.reviews-slider .review-item{
	width:100%;
	float:left;
	position:relative;
	background-color:#fff;
	padding:0 70px 45px 70px;
	margin-top:35px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	
}
.reviews-slider .img-box{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	top:-35px;
	z-index:9999;
}
.tj-reviews .reviews-slider .img-box img{
	width:auto;
	display:inline-block;
	border-radius:50%;
}
.reviews-slider .review-info{
	width:100%;
	float:left;
	text-align:center;
}
.reviews-slider .review-info strong{
	font-size:22px;
	font-family:'Montserrat',sans-serif;
	font-weight:normal;
	display:block;
	color:#444444;
	text-transform:capitalize;
	margin-bottom:5px;
}
.reviews-slider .review-info .review-quote{
	position:relative;
	width:100%;
	float:left;
	margin-top:20px;
}
.reviews-slider .review-info p{
	font-size:15px;
	line-height:24px;
	font-style:italic;
	color:#777777;
	margin:0;
}
.review-info .icomoon{
	color:#cecece;
}
.review-quote p:before {
    content: '"';
	position:relative;
	left:-3px;
}
.review-quote p:after {
    content: '"';
	right:-3px;
	position:relative;
}
.reviews-slider .owl-controls{
	margin: 0;
	position: absolute;
	z-index: 11;
	right: 0;
	top: -135px;
}
.reviews-slider .owl-prev:before {
    content: '\f104';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #f9f9f9;
	
}
.reviews-slider .owl-next:after {
    content: '\f105';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #f9f9f9;
}
.tj-reviews .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	width: 45px;
    height: 40px;
    line-height: 40px;
	border-radius:4px;
	padding:0;
}

.tj-team{
	width:100%;
	float:left;
	padding:30px 0 40px;
}
.tj-team .member-box{
	margin-top:25px;
	width:100%;
	float:left;
}
.tj-team .member-box figure{
	position:relative;
	float:left;
}
.tj-team .member-box figure img{
	border-radius:50%;
}
.tj-team .member-box .member-overlay{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	visibility:hidden;
}
.tj-team .member-box ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	position:absolute;
	top:50%;
}
.tj-team .member-box ul li{
	display:inline-block;
}
.tj-team .member-box ul li a{
	display:block;
	padding:0 10px;
	color:#fff;
	font-size:14px;
	line-height:26px;
}
.tj-team .member-box figure:hover .member-overlay{
	left:0;
	opacity:1;
	visibility:visible;
}
.tj-team .member-info{
	text-align:center;
	width:100%;
	float:left;
	margin-top:20px;
}
.tj-team .member-info .name{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#444444;
	text-transform:capitalize;
	display:block;
}
.tj-team .member-info span{
	display:block;
	font-style:italic;
	font-size:15px;
	line-height:28px;
	color:#777777;
}
/* End Aboutus CSS Styles */

/* 12. Fleet Grid And Fleet List */

.car-fleet{
	float:left;
	width:100%;
	padding:150px 0;
}
.car-fleet .result-count{
	width:100%;
	float:left;
}
.fleet-nav-outer{
	width:100%;
	float:left;
	border-bottom:1px solid #ededed;
	padding:0 0 35px;
}
.car-filter-holder{
	width:100%;
	float:left;
	padding:35px 0 0;
}
.car-fleet .result-count span{
	font-size:15px;
	line-height:24px;
	color:#444444;
	font-weight:400;
	display:block;
}
.car-tabs .nav-tabs{
	border-bottom:none;
	margin:0;
	padding:0;
	float:right;
}
.car-tabs .nav-tabs li a{
	border:1px solid #e9e9e9;
	width:45px;
	height:45px;
	line-height:45px;
	display:block;
	border-radius:0;
	padding:0;
	text-align:center;
	margin:0 0 0 10px;
	font-size:18px;
	color:#9a9a9a;
}
.car-tabs  .nav-tabs > li.active > a,
.car-tabs  .nav-tabs > li.active > a:hover, 
.car-tabs  .nav-tabs > li.active > a:focus{
	border:1px solid #e9e9e9;
	color:#fff;
}
.car-tabs .nav > li > a:hover,
.car-tabs .nav > li > a:focus{
	background-color:transparent;
	border-color:#e9e9e9;
}
.car-filter span{
	font-size:15px;
	line-height:24px;
	color:#777777;
	font-weight:400;
	display:block;
	text-transform:capitalize;
	margin-bottom:15px;
}
.car-filter .select-list{
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	position:relative;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.car-filter .selectpicker{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border:1px solid #e8e8e8;
	border-radius:5px;
	width:100%;
	cursor:pointer;
	padding:10px 18px;
}
.car-filter .select-list:after{
	content:'\f107';
	position:absolute;
	top:10px;
	right:15px;
	font-weight:600;
	font-family:'Font Awesome 5 Free';
}

.price-filter .text-left span{
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px;
	float:left;
}
.price-filter input#amount {
    border: none;
    width: 100px;
    margin-left: 5px;
	float:right;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.price-filter  #price-range{
	float:left;
	width:100%;
	margin-top:15px;
}
.price-filter .ui-slider-horizontal .ui-slider-handle{
	margin-left:0;
	width: 5px;
	height: 25px;
}
.price-filter  .ui-corner-all{
	border-radius:0;
}
.fleet-grid,.fleet-list{
	width:100%;
	float:left;
	padding:60px 0 15px;
}
.fleet-grid .fleet-grid-box,
.fleet-list .fleet-list-box{
	width:100%;
	float:left;
	margin-bottom:60px;
}
.fleet-grid-box .fleet-thumb{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.fleet-list-box .fleet-thumb{
	position:relative;
	float: left;
	overflow: hidden;
}
.fleet-grid-box .fleet-thumb:after,
.fleet-list-box .fleet-thumb:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transform: rotate(360deg);
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}
.fleet-grid-box .fleet-thumb:hover:after,
.fleet-list-box .fleet-thumb:hover:after {
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
    visibility: visible;
}
.fleet-grid-box img {
    width: 100%;
    height: auto;
}
.fleet-grid-box .price-box{
	position:absolute;
	top:15px;
	right:20px;
}
.fleet-grid-box .price-box strong,
.fleet-list-box .fleet-text .price-box strong{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	display:block;
	font-size:28px;
}
.fleet-grid-box .price-box strong span,
.fleet-list-box .price-box strong span{
	font-size:14px;
	color:#444444;
}
.fleet-grid-box .rated{
	position:absolute;
	top:20px;
	left:20px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-weight:500;
	background-color:#444444;
	padding:7px 10px;
}
.fleet-info-box{
	width:100%;
	float:left;
}
.fleet-info-box .fleet-info{
	width:360px;
	margin-top:40px;
	float:left;
}
.fleet-info-box  h3,.fleet-list-box .fleet-text h3{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	color:#444444;
	float:left;
	margin:0;
}
.fleet-info-box .fleet-info span{
	float:right;
}
.fleet-info-box .fleet-info ul,
.fleet-list-box .fleet-text ul{
	list-style:none;
	margin:0;
	padding:15px 0 0;
	width:100%;
	float:left;
}
.fleet-info-box .fleet-info ul li,
.fleet-list-box .fleet-text ul li{
	display:inline-block;
	padding:0 16px;
	color:#666666;
	font-size:13px;
	text-transform:uppercase;
	line-height:24px;
	position:relative;
}
.fleet-info-box .fleet-info ul li:first-child{
	padding:0 16px 0 0;
}
.fleet-info-box .fleet-info ul li:before,
.fleet-list-box .fleet-text ul li:before{
	content:'|';
	position:absolute;
	right:-5px;
}
.fleet-info-box .fleet-info ul li:last-child:before,
.fleet-list-box .fleet-text ul li:last-child:before{
	content:'';
	display:none;
}
.fleet-info-box .fleet-info ul li i,
.fleet-list-box .fleet-text ul li i{
	padding-right:6px;
}
.fleet-info-box  a,
.fleet-list-box a{
    float: right;
    display: block;
    border: 2px solid;
    text-align: center;
    padding: 15px 25px;
    margin-top: 40px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
	position:relative;
}
.tj-btn:after{
	content:'';
	position:absolute;
	top:0;
	width:100%;
	left:0;
	height:0%;
	opacity:0;
	visibility:hidden;
	z-index:-2;
}
.tj-btn:before{
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.tj-btn:hover{
	color:#fff;
}
.tj-btn:hover:after{
	visibility:visible;
	opacity:1;
	height:100%;
}

.fleet-list-box img{
	float:left;
	width:auto;
}
.fleet-list-box .fleet-text{
	border:1px solid #eaeaea;
	border-left:transparent;
	padding:40px 25px 40px 35px;
	overflow:hidden;
}
.fleet-list .fleet-text h3{
	float:none;
	clear:both;
}
.fleet-list-box .fleet-text p{
	font-size:15px;
	line-height:24px;
	color:#777777;
	margin:0;
}
.fleet-list .fleet-list-box a{
	float:left;
	margin-top:28px;
}
.fleet-list-box span{
	margin:15px 0 15px;
	display:inline-block;
}
.fleet-text .price-box{
	float:left;
	width:100%;
}
.fleet-text .price-box .rated{
	float:left;
	margin:0;
	display:block;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-weight:500;
	background-color:#444444;
	padding:7px 10px;
	
}
.fleet-list  .fleet-text .price-box strong{
	float:right;
	line-height:15px;
	margin-bottom:5px;
}
.fleet-list .fleet-list-box .fleet-text ul{
	padding:10px 0 0 ;
}
.fleet-list .fleet-list-box .fleet-text ul li{
	padding:0 14px;
}
.fleet-list-box .fleet-text ul li:first-child{
	padding:0 14px 0 0;
}
.pagination-box {
	width: 100%;
    float: left;
    text-align: center;
}
.pagination-box .pagination{
	margin:0;
	padding:0;
	border-radius:0;
}
.pagination-box .pagination li a{
	width:38px;
	height:38px;
	display:block;
	line-height:38px;
	border-radius:50%;
	border:1px solid #cccccc;
	padding:0;
	font-family:'Montserrat',sans-serif;
	font-size:15px;
	font-weight:500;
	color:#777777;
	margin-right:6px;
}
.pagination-box .pagination > .active > a{
	background-color:#eaeaea;
	border-color:#cccccc;
}

/* End Fleet Grid And Fleet List CSS Styles */

/* 13. Fleet Detail */
.fleet-detail{
	float:left;
	width:100%;
	padding:140px 0 110px;
}
.fleet-features{
	float:left;
	width:100%;
	border:1px solid #ebebeb;
	padding:30px 25px;
}
.fleet-features ul{
	list-style:none;
	margin:0;
	padding:0
}
.fleet-features ul li{
	display:block;
	line-height:40px;
	color:#666666;
	font-size:15px;
	text-transform:uppercase;
}
.fleet-features ul li i{
	margin-right:15px;
}
.book_fleet a{
	display:block;
	color:#fff;
	width:150px;
	text-align:center;
	padding:15px 0;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	margin:15px auto 0;
}
.fleet-box{
	width:100%;
	float:left;
	position:relative;
}
.fleet-box  img{
	width:100%;
	height:auto;
}
.fleet-box .ad-info{
	top:0;
	left:0;
	position:absolute;
	padding:80px 20px;
}
.fleet-box .ad-info h4{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	color:#fff;
	font-size:22px;
	text-transform:capitalize;
}
.fleet-box .ad-info .price{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	color:#fff;
	display:block;
	font-size:50px;
	text-align:center;
}
.fleet-box .ad-info h5{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	color:#fff;
	font-size:18px;
}
.fleet-box .ad-info .book_fleet a{
	margin-top:30px;
}
.tj-post-holder,.text-box{
	float:left;
	width:100%;
}
.tj-post-holder .text-box h3,
.text-box .service-list h3,.text-box .feature-list h3,
.text-box .video-tour h3{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:28px;
	color:#444444;
	text-transform:capitalize;
	margin:0 0 25px;
}
.text-box  .service-list h3,.text-box  .feature-list h3{
	margin-top:20px;
}
.tj-post-holder .text-box p,.service-list p,
.feature-list p{
	font-size:15px;
	line-height:24px;
	font-weight:400;
	margin:0 0 25px;
	color:#777777;
}
.text-box .service-list,.text-box .feature-list{
	float:left;
	width:390px;
	margin-bottom:30px;
}
.text-box .service-list{
	margin-right:15px;
}
.text-box .feature-list{
	margin-left:15px;
}
.text-box .service-list ul,
.text-box .feature-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.text-box .service-list ul li,
.text-box .feature-list ul li{
	line-height:40px;
	font-size:15px;
	color:#666666;
}
.text-box .service-list ul li .fas,
.text-box .feature-list ul li .fas{
	margin-right:15px;
}
.video-tour{
	width:100%;
	float:left;
	margin-bottom:70px;
}
.video-tour figure{
	width:100%;
	float:left;
	position:relative;
}
.video-tour figure img{
	width:100%;
	height:auto;
}
.video-tour figure .video-caption{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	float:left;
	text-align:center;
	background:rgba(0,0,0,0.6);
}
.video-tour figure .video-caption a{
	position:absolute;
	top:43%;
	left:50%;
	width:55px;
	height:55px;
	font-size:16px;
	line-height:55px;
	border-radius:50%;
	background-color:#e7e7e7;
	box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-o-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@-o-keyframes pulse {
	0% {
		-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@-ms-keyframes pulse {
	0% {
		-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes pulse {
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.post-nav{
	border-top:1px solid #ebebeb;
	width:100%;
	float:left;
	margin-bottom:30px;
}
.post-nav .prev_link a{
	float:left;
	line-height:40px;
	color:#666666;
	font-size:15px;
	display:block;
	margin-top:25px;
}
.post-nav .post_sep i{
	line-height:40px;
	font-size:20px;
	color:#666666;
	margin-top:25px;
	text-align:center;
	display:block;
}
.post-nav .next_link a{
	float:right;
	line-height:40px;
	color:#666666;
	font-size:15px;
	display:block;
	margin-top:25px;
}

.gallery-carousel {
	position: relative;
	width:100%;
	margin-bottom:50px;
	float:left;
}
.gallery-carousel .right-outer {
	overflow: hidden;
	float:right;
	width:100%;
}
.gallery-carousel .left-outer {
	float:left;
	width:100%;
}
.gallery-carousel .gallery-thumb {
	display: none;
}
.gallery-carousel .slick-slide {
	outline: none;
}
.gallery-carousel .slick-vertical .slick-slide {
	border: none;
}
.gallery-carousel .gallery-thumb .slick-list {
	height: auto !important;
	margin: 0 -20px;
}
.gallery-carousel .gallery-thumb .slick-slide {
	cursor: pointer;
}
.gallery-carousel .gallery-thumb .slick-slide {
	margin: 0 20px;
}
.gallery-carousel img {
	max-width: 100%;
	height: auto;
}
.gallery .slick-prev,.gallery .slick-next{
	z-index:999;
	width:50px;
	height:40px;
	vertical-align:middle;
	color:#fff;
	background:#1c2b39;
	opacity:0;
	visibility:hidden;
}
.gallery .slick-prev:before,.gallery .slick-next:before{
	opacity:1;
	font-family:inherit;
}
.gallery .slick-prev {
	left:-50px;
}
.gallery .slick-next{
	right:-50px;
}
.gallery .slick-prev:hover,.gallery .slick-prev:focus, 
.gallery .slick-next:hover,.gallery .slick-next:focus{
	color: #fff;
	background: #1c2b39;
}
.gallery-carousel .gallery:hover .slick-prev{
	left:0;
	opacity:1;
	visibility:visible;
}
.gallery-carousel .gallery:hover .slick-next{
	right:0;
	opacity:1;
	visibility:visible;
}

/* End Fleet Detail CSS Styles */

/* 15. 404 */
.tj-p404-section {
	width:100%;
	padding:280px 0;
	float:left;
	background:url("../images/404-bg.png")no-repeat center center;
}
.tj-p404-section .p404-title{
	font-size:150px;
	font-family:'Montserrat',sans-serif;
	line-height: 22px;
	font-weight:600;
	text-align:center;
	display:block;
}
.tj-p404-section h2{
	text-align:center;
	font-size:40px;
	color:#444444;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	padding:50px 0 25px;
}
.tj-p404-section .p404-info{
	width:100%;
	float:left;
	text-align:center;
}
.tj-p404-section .p404-info p{
	color:#777777;
	font-size:25px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	margin-bottom:40px;
}
.tj-p404-section .p404-info a{
	background:#575757;
	font-weight:400;
	display:block;
	text-align:center;
	width:190px;
	color:#fff;
	padding:20px 0;
	font-family:'Montserrat',sans-serif;
	margin:0 auto 0;
	font-weight:500;
}

/* End 404 CSS Styles */

/* 16. Register And Login */
.tj-register,.tj-login{
	width:100%;
	float:left;
	padding:50px 0;
}
.tj-register .tab-content,.tj-login .tab-content{
	width:100%;
	float:left;
	background:#f9f9f9;
}
.tj-tabs .nav-tabs{
	border-bottom:none;
}
.tj-tabs .nav > li > a{
	padding:20px 55px 15px 55px;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#444444;
	border-radius:0;
	margin-right:5px;
	border: 1px solid #f0f0f0;
	border-bottom:none;
}
.tj-tabs .nav > li > a:hover,
.tj-tabs .nav > li > a:focus{
	background:transparent;
}
.tj-tabs .nav-tabs > li.active > a, 
.tj-tabs .nav-tabs > li.active > a:hover, 
.tj-tabs .nav-tabs > li.active > a:focus{
	background:#233545;
	color:#fff;
	border-bottom:3px solid;
}
.reg-cta{
	padding:120px 0 70px;
	max-width:444px;
	float:left;
	padding-left:45px;
}
.login-cta{
	padding:80px 0 30px;
	max-width:444px;
	float:left;
	padding-left:45px;
}
.cta-list{
	margin:0;
	padding:0;
	list-style:none;
}
.cta-list li{
	margin-bottom:40px;
}
.cta-list li .icomoon{
	float:left;
	margin-right:20px;
	font-size:30px;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #cecece;
	line-height:55px;
	text-align:center;
}
.cta-list li .icon{
	float:left;
	margin-right:20px;
	font-size:30px;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #cecece;
	line-height:55px;
	text-align:center;
}
.cta-list li .cta-info{
	overflow:hidden;
}
.cta-list li .cta-info strong{
	margin-bottom:15px;
	display:block;
	font-size:20px;
	line-height: 25px;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#444444;
}
.cta-list li .cta-info p{
	line-height:24px;
	font-size:15px;
	font-weight:400;
	color:#777777;
}
.reg-frm{
	max-width:444px;
	float:left;
	padding:74px 0;
}
.login-frm{
	max-width:444px;
	padding:74px 0;
}
.reg-frm .field-holder,.login-frm .field-holder{
	position:relative;
}
.reg-frm .field-holder .far,.login-frm .field-holder .far,
.reg-frm .field-holder .fas,.login-frm .field-holder .fas{
	position:absolute;
	top:19px;
	left:15px;
	color:#a6a6a6;
}
.reg-frm input[type="text"],.reg-frm input[type="email"],
.reg-frm input[type="password"],.login-frm input[type="text"],
.login-frm input[type="email"],.login-frm input[type="password"]{
	width:100%;
	padding:12px 35px;
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	border:1px solid #e8e8e8;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.login-frm .forget-pass{
	font-size:14px;
	line-height:24px;
	display:block;
	color:#777777;
	margin-bottom:25px;
	text-decoration:underline;
}
.reg-frm label{
	font-size:14px;
	line-height:24px;
	color:#777777;
	font-weight:normal;
	margin:5px 0 25px;
}
.reg-frm input[type="checkbox"]{
	margin-right:5px;
}
.reg-frm button,.login-frm button{
	border:none;
	float:left;
	width:100%;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#fff;
	padding:15px 0;
}
.reg-frm  .reg-btn,.login-frm  .reg-btn{
	margin-bottom:20px;
	background:#dd3751;
}
.reg-frm  .facebook-btn,.login-frm  .facebook-btn{
	margin-bottom:10px;
	background:#4867aa;
}
.reg-frm  .google-btn,.login-frm  .google-btn{
	background:#d95333;
}
/* End Login And Register CSS Styles */

/* 17. Faq */
.tj-faq{
	width:100%;
	float:left;
	padding:150px 0;
}
.tj-faq .tj-heading-style h3{
	font-family:'Montserrat',sans-serif;
	font-size:30px;
	font-weight:600;
	color:#444444;
	position:relative;
	margin:0;
	text-transform:capitalize;
}
.tj-faq .tj-heading-style h3:after,
.tj-app .tj-heading-style h3:after,.about-info .tj-heading-style h3:after,
.tj-reviews .tj-heading-style h3:after,.tj-services .tj-heading-style h3:after,
.tj-facts .tj-heading-style h3:after,.faq-outer .tj-heading-style h3:after,
.tj-heading-style h3:after{
	content:'';
	background:url("../images/heading-style-border.html") no-repeat;
	display:block;
	height:22px;
	width:43px;
	margin-top:10px;
}
.tj-faq  .tj-accordion-holder{
	width:100%;
	float:left;
	margin-top:20px;
	position:relative;
}
.tj-faq  .tj-accordion-holder .panel{
	background-color:transparent;
	border-radius:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.tj-accordion-holder .panel-group{
	margin-bottom:0;
}
.tj-accordion-holder .panel-default{
	border-color:transparent;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #e6e6e6;
}
.tj-accordion-holder  .panel-heading{
	padding:0;
	color:#444444;
	background-color:transparent;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.tj-accordion-holder .panel-title a{
	font-family:'Montserrat',sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	color:#444444;
	display:block;
	padding:20px 0;
}
.tj-accordion-holder .panel-title a:after{
	font-family:"Font Awesome 5 Free";
	content:"\f062";
	position:absolute;
	font-size:16px;
	line-height:25px;
	color:#666666;
	right:0;
	font-weight:900;
}
.tj-accordion-holder  .panel-title > a[aria-expanded="true"]:after {
	content: "\f063"; 
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.tj-accordion-holder  .panel-body{
	padding:10px 0 15px;
}
.tj-accordion-holder  .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-top:none;
}
.tj-accordion-holder .panel-text p{
	font-size:15px;
	line-height:25px;
	color:#777777;
}
/* Start App Section CSS Styles */
.tj-app{
	width:100%;
	float:left;
	background:#f7f7f7;
}
.app-info {
	max-width:520px;
	float:left;
	padding:130px 0 125px;
}
.tj-app .app-info p{
	font-size:15px;
	line-height:24px;
	color:#666666;
	font-weight:400;
	margin:20px 0 20px;
}
.app-info .app-links{
	margin-top:35px;
	float:left;
	width:100%;
}
.app-info .app-links a{
	display:inline-block;
	margin:0 8px 15px 0;
}
.app-info ul{
	list-style:none;
	margin:0;
	padding:0;
}
.app-info ul li{
	color:#666666;
	line-height:35px;
	font-size:15px;
}
.app-info ul li i{
	margin-right:10px;
}
.app-banner-wrap{
	width:100%;
	float:left;
	position:relative;
}
.outer-circle {
   border-radius: 50%;
   border:1px solid #e8e8e8;
   height: 575px;
   width: 575px;
   position:absolute;
   top:80px;
}
.inner-circle {
	position: absolute;
	border:1px solid #e8e8e8;
	border-radius: 50%;
	height: 450px;
	width: 450px;
	top: 50%;
	left: 50%;
	margin: -225px 0px 0px -225px;
}
.inner-circle2 {
	position: absolute;
	border:1px solid #e8e8e8;
	border-radius: 50%;
	height: 350px;
	width: 350px;
	top: 50%;
	left: 50%;
	margin: -175px 0px 0px -175px;
}
.inner-circle2  img{
	position:absolute;
	top:-32px;
	right:23px;
}
/* End App Section CSS Styles */
/* End FAQ CSS Styles */


/* 18. Booking Form */
.tj-booking-frm{
	width:100%;
	float:left;
	padding:50px 0;
}
.tj-booking-frm  .tj-tabs .nav > li > a{
	font-size:16px;
	padding:20px 35px 15px 35px;
	font-weight:600;
}
.tj-booking-frm .booking-frm{
	width:100%;
	float:left;
	padding:45px 50px;
}
.booking-frm .field-holder{
	position:relative;
}
.booking-frm .field-holder .far,.booking-frm .field-holder .fas{
	position:absolute;
	top:19px;
	right:15px;
	color:#a6a6a6;
}
.booking-frm input[type="text"],.booking-frm input[type="email"],
.booking-frm input[type="date"]{
	width:100%;
	padding:12px 15px;
	font-size:14px;
	line-height:24px;
	color:#484444;
	border:1px solid #e8e8e8;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.tj-booking-frm  .tab-content{
	width:100%;
	float:left;
	background:#f9f9f9;
}
.booking-frm strong{
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	margin-bottom:15px;
	display:block;
}
.booking-frm label[for="book_terms"]{
	display:block;
	margin-bottom:15px;
	color:#777777;
	font-size:14px;
	line-height:24px;
	font-weight:400;
}
.booking-frm label[for="one_way"],
.booking-frm label[for="two_way"]{
	display:inline-block;
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	line-height:22px;
	color:#444444;
	text-transform:capitalize;
	margin-bottom:30px;
	margin-right:45px;
}
.booking-frm input[type="radio"]{
	margin-right:10px;
} 
.booking-frm .book-btn{
	min-width:160px;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
	display:block;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	border:none;
	padding:15px 0;
}
.booking-summary{
	width:100%;
	float:left;
	background-color:#f9f9f9;
}
.booking-summary h3{
	text-align:center;
	background-color:#233545;
	color:#fff;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	font-weight:500;
	line-height:22px;
	margin:0;
	padding:20px 0;
}
.booking-summary .booking-info{
	list-style:none;
	margin:0;
	padding:35px 40px 15px 40px;
}
.booking-summary .booking-info li{
	width:235px;
	font-size:14px;
	line-height:32px;
	color:#777777;
	font-weight:400;
	text-transform:capitalize;
	display:block;
	overflow:hidden;
}
.booking-summary .booking-info li span{
	float:left;
	height:33px;
	margin-right:5px;
}
.booking-summary .journey-info{
	float:left;
	width:330px;
	padding:0 40px 0 40px;
}
.booking-summary .journey-info h4{
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	text-transform:capitalize;
	margin:0 0 10px;
	float:left;
}
.booking-summary .journey-info .far{
	float:right;
	line-height:22px;
}
.booking-summary .service-info{
	list-style:none;
	margin:0;
	float:left;
	padding-bottom:25px;
}
.booking-summary .service-info li{
	width:235px;
	font-size:14px;
	line-height:32px;
	color:#777777;
	text-transform:capitalize;
	font-weight:400;
	display:block;
}
.booking-summary .fare-box{
	width:245px;
	text-align:center;
	background-color:#fff;
	margin:0 40px 35px 40px;
	padding:18px 0;
	float:left;
}
.booking-summary .fare-box strong{
	font-size:18px;
	line-height:32px;
	text-transform:capitalize;
	color: #444;
}
.booking-summary .fare-box strong span{
	font-size:18px;
	line-height:32px;
	display:inline-block;
}
.booking-summary .fare-box span{
	display:block;
	color:#777777;
	font-size:13px;
	line-height:32px;
	font-weight:400;
}
/* End Booking Form CSS Styles */

/* 19. Payment And Confirm Booking And Confirm Payment */
.tj-payment,.tj-user-bfrm{
	float:left;
	width:100%;
	padding:140px 0;
}
.tj-payment .tab-content{
	width:100%;
	float:left;
	padding:65px 55px;
	background-color:#f9f9f9;
}
.payment-frm .payment-field{
	width:100%;
	float:left;
}
.payment-frm .payment-field label{
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-weight:500;
	margin-bottom:22px;
	display:block;
}
.payment-frm .payment-field input[type="radio"]{
	margin-right:6px;
	border-radius:0;
}
.payment-frm .payment-field p{
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#777777;
	margin-bottom:20px;
}
.payment-frm .back-btn,
.cb-frm  .back-btn{
	display:inline-block;
	border:0;
	background-color:#777777;
	color:#fff;
	width:170px;
	text-align:center;
	padding:15px 0;
	margin-top:30px;
}
.payment-frm .book-btn,
.cb-frm  .book-btn{
	display:inline-block;
	border:0;
	color:#fff;
	width:170px;
	text-align:center;
	padding:15px 0;
	margin:30px 0 0 10px;
}

.tj-user-bfrm .tab-content{
	background-color:#f9f9f9;
	padding:65px 60px;
	width:100%;
	float:left;
}

.cb-frm .info-field{
	width:100%;
	float:left;
	position:relative;
}
.cb-frm .info-field label,.account-frm .account-field label{
	display:block;
	font-size:15px;
	line-height:22px;
	color:#444;
	font-weight:400;
	font-family:'Montserrat',sans-serif;
}
.cb-frm .info-field span{
	position:absolute;
	top:43px;
	left:12px;
	color:#a6a6a6;
	font-size:13px;
}
.cb-frm .info-field input[type="text"],.cb-frm .info-field input[type="email"],
.cb-frm .info-field input[type="tel"],.account-frm .account-field input[type="password"],
.account-frm .account-field input[type="text"],.account-frm .account-field input[type="tel"],
.account-frm .account-field input[type="email"]{
	width:100%;
	border:1px solid #e8e8e8;
	height:45px;
	display:block;
	padding:0 30px;
	color:#a6a6a6;
	font-size:14px;
	line-height:24px;
	border-radius:5px;
	margin-bottom:35px;
}
.tj-user-bfrm  .cb-frm  .back-btn,
.tj-user-bfrm  .cb-frm  .book-btn{
	margin-top:15px;
}
.success-msg{
	background-color:#f9f9f9;
	padding:150px 125px;
	width:100%;
	float:left;
	text-align:center;
}
.success-msg span{
	font-size:30px;
	color:#16ae83;
	width:55px;
	height:55px;
	line-height:55px;
	border-radius:50%;
	display:block;
	border:2px solid #16ae83;
	margin:0 auto 0;
}
.success-msg h3{
	font-size:30px;
	color:#444444;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
	margin-bottom:20px;
}
.success-msg p{
	color:#777777;
	font-size:15px;
	line-height:24px;
	font-weight:400;
}
.success-msg a{
	display:block;
	width:190px;
	color:#fff;
	text-align:center;
	padding:15px 0;
	margin: 25px auto 0;
}

/* End Payment, Confirm Booking, Confirm Payment CSS Styles */

/* 20. User Account/Cancel Booking */
.tj-account-frm{
	float:left;
	width:100%;
	padding:140px 0;
}
.tj-account-frm .tj-tabs .nav > li > a{
	width:180px;
	text-align:center;
	padding:20px 0;
	font-size:15px;
	font-weight:600;
}
.tj-account-frm .tab-content{
	background-color:#f9f9f9;
	padding:55px 65px;
	width:100%;
	float:left;
}
.account-frm .account-field span{
	position:absolute;
	top:43px;
	left:26px;
	color:#a6a6a6;
	font-size:13px;
}
.account-frm .account-field .file-btn{
	display:block;
	border:0;
	background-color:#5c5b5b;
	color:#fff;
	width:240px;
	text-align:center;
	border-radius:5px;
	text-transform:capitalize;
	padding:18px 0;
	line-height:24px;
	font-size:14px;
	float: left;
	margin-right: 20px;
}
.account-frm .account-field .limit{
	position:relative;
	top:0;
	left:0;
	display:inline-block;
	font-size:14px;
	color:#a6a6a6;
	line-height:24px;
	font-weight:400;
	overflow: hidden;
	margin-top: 20px;
}
.account-frm .save-btn{
	float:right;
	display:block;
	margin-top:25px;
	border:0;
	width:210px;
	text-transform:capitalize;
	text-align:center;
	padding:18px 0;
	font-weight:600;
	color:#fff;
}
.account-frm textarea{
	width:100%;
	min-height:140px;
	padding:18px 18px;
	display:block;
	font-size:14px;
	color:#a6a6a6;
	line-height:24px;
	border:1px solid #e8e8e8;
	resize:none;
}
.account-frm  .cancel-btn{
	display:block;
	margin-top:35px;
	border:0;
	text-transform:capitalize;
	text-align:center;
	padding:18px 0;
	font-weight:600;
	color:#fff;
	width:190px;
}
.account-frm .account-field .cancel_reason{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border:1px solid #e8e8e8;
	border-radius:5px;
	width:100%;
	cursor:pointer;
	padding:10px 25px;
}
.account-frm .account-field .reason_list{
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	position:relative;
	width:100%;
	margin-bottom:15px;
}
.account-frm .account-field .reason_list:after{
	content:'\f107';
	position:absolute;
	top:10px;
	right:15px;
	font-weight:600;
	font-family:'Font Awesome 5 Free';
}
.account-frm .account-field .reason_list span{
	top:15px;
	left:11px;
}
/* End of User Account And Cancel Booking Styles */

/* 21. Contact Us */
#tj-map{
  height:400px;
  float: left;
  width: 100%;
}
.tj-contact-section{
	width:100%;
	float:left;
	padding:20px 0;
}
.tj-contact-section .tj-heading-style,
.tj-team .tj-heading-style{
	margin:0 auto 0;
	width:670px;
	text-align:center;
}
.tj-contact-section .tj-heading-style h3,
.tj-app .tj-heading-style h3,.about-info .tj-heading-style h3,
.tj-reviews .tj-heading-style h3,.tj-team .tj-heading-style h3,
.tj-services .tj-heading-style h3,.tj-cab-collection .tj-heading-style h3,
.tj-facts .tj-heading-style h3,.tj-news .tj-heading-style h3,.tj-book-services .tj-heading-style h3,.cab-services .tj-heading-style h3,.tj-cab-filter .tj-heading-style h3{
	font-size:40px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	text-transform:capitalize;
	color:#ff3258;
	position:relative;
	margin:0;
	text-transform: uppercase;
}
/*.tj-heading-style span{
color: #e22064;
}*/

/* .tj-heading-style h3:before {
	background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 175px;
    margin-bottom: 5px;
}
.tj-heading-style h3:after {
      background-color: #c50000;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 3px;
    width: 184px;
} */


.tj-contact-section .tj-heading-style h3:after,
.tj-team .tj-heading-style h3:after,.tj-cab-collection .tj-heading-style h3:after,
.tj-news .tj-heading-style h3:after,.tj-book-services .tj-heading-style h3:after,
.cab-services .tj-heading-style h3:after,.tj-cab-filter .tj-heading-style h3:after{
/*	content:'';
	background:url("../images/heading-style-border.png") no-repeat;
	display:block;
	height: 22px;
	width: 43px;
	margin: 10px auto;*/
}
.tj-contact-section .tj-heading-style p,
.tj-team .tj-heading-style p,.tj-cab-collection .tj-heading-style p,
.tj-news .tj-heading-style p{
	font-size:15px;
	line-height:24px;
	color:#777777;
	margin-top:15px;
}
.tj-contact-section .form-holder{
	float:left;
	width:100%;
	margin-top:60px;
}
.tj-contact-form .inner-holder{
	float:left;
	width:100%;
}
.tj-contact-form .inner-holder label{
	font-family:'Montserrat',sans-serif;
	font-size:15px;
	line-height:22px;
	color:#fff;
	display:block;
	font-weight:500;
	margin-bottom: 10px;
}
.inner-holder label[for="name"]:before{
	content:"\f007";
	font-family:'Font Awesome 5 Free';
	position:absolute;
	top:43px;
	left:30px;
	color:#a6a6a6;
	font-size:12px;
}
.inner-holder label[for="email"]:before{
	content:"\f0e0";
	font-family:'Font Awesome 5 Free';
	position:absolute;
	top:43px;
	left:20px;
	color:#a6a6a6;
	font-size:12px;
}
.tj-contact-form #name,.tj-contact-form #email{
	padding:0 35px;
}
.tj-contact-form .inner-holder input[type="text"],
.tj-contact-form .inner-holder input[type="email"]{
	width:100%;
	height:45px;
	border:1px solid #e8e8e8;
	padding:0 15px;
	color:#000;
	font-size:14px;
	line-height:24px;
	border-radius: 10px;
	margin-bottom:20px;
}
.tj-contact-section .tj-contact-form .inner-holder textarea{
	width:100%;
	border:none;
	border:1px solid #e8e8e8;
	resize:none;
	padding:15px 15px;
	height:165px;
	color:#a6a6a6;
	font-size:14px;
	line-height:24px;
	margin-bottom:15px;
}
.tj-contact-form .no-pad{
	padding-left:5px;
}
.tj-contact-form .btn-submit{
	width:211px;
	text-align:center;
	border:none;
	color:#fff;
	height:50px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	margin-top: 40px;
    border-radius: 15px;
}
.tj-contact-form .inner-holder  .error{
	color:#e74c3c;
}
.tj-contact-form button.success,
.cb-frm button.success{
    background-color: #669e4a;
}
.tj-contact-form button.fail,
.cb-frm button.fail{
	background-color:#e74c3c;
}
.tj-contact-form button.wait,
.cb-frm button.wait{
	cursor: wait;
}
.address-box{
	border:1px solid #e8e8e8;
	width:320px;
	float:left;
	background:#fafafa;
	text-align:center;
	margin:60px 0 0 40px;
}
.address-box .add-info{
	width:100%;
	float:left;
	padding:25px 0 0;
}
.address-box .icomoon{
	font-size:40px;
	text-align:center;
	display:block;
	padding-bottom:15px;
}
.address-box .add-info:last-child{
	padding-bottom:25px;
	border: 1px solid #a40dc696;
    border-radius: 18px;
}
.address-box p{
	font-size:16px;
	line-height:24px;
	color:#333333;
}
.address-box a{
	display:block;
	font-size:16px;
	line-height:24px;
	color:#333333
}
/* End Contact CSS Styles */

/* Call To Action CSS Styles */
.tj-cal-to-action{
	width:100%;
	float:left;
	background:url("../images/cta-bg.jpg") no-repeat center center;
	padding:50px 0 20px;
	position:relative;
}
.tj-cal-to-action:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.cta-box{
	position:relative;
	z-index:999;
	margin-bottom:30px;
}
.cta-box img {
    float: left;
    padding-right: 30px;
}
.cta-box .cta-text{
	overflow:hidden;
}
.cta-box strong{
	font-size:18px;
	line-height:22px;
	font-family:'Montserrat',sans-serif;
	color:#fff;
	font-weight:500;
	margin-bottom: 5px;
    display: block;
}
.cta-box p{
	font-size:15px;
	line-height:24px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	color:#fff;
}
/* End Call To Action CSS Styles */

/* 06. Footer */
.tj-footer{
	background:#4e2057;
	width:100%;
	float:left;
	padding:75px 0 20px;
}

/* 05. Widgets */

.widget{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.widget h3{
	margin:0 0 20px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:26px;
	color:#fff;
	text-transform:capitalize;
}
.about-widget p{
	font-size:15px;
	line-height:24px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	color:#7a8793;
	margin-bottom:20px;
}
.about-widget .fsocial-links{
	list-style:none;
	margin:0;
	padding:0;
}
.about-widget .fsocial-links li{
	display:inline-block;
}
.about-widget .fsocial-links li a{
	display:block;
	margin-right:9px;
	color:#d1d1d1;
	width:40px;
	height:40px;
	line-height:37px;
	/*border: 1px solid #767676;*/
	text-align:center;	
}
.about-widget .fsocial-links li a:hover{
	color:#fff;
}
.links-widget .flinks-list{
	list-style:none;
	margin:0;
	padding:0;
}
.links-widget .flinks-list li{
	color:#7a8793;
}
.links-widget .flinks-list li a{
	display:inline-block;
	color:#dce0e4;
	padding:5px 0 5px 15px;
	text-decoration: none;
}
.contact-info .contact-box{
	list-style:none;
	margin:0;
	padding:0;
}
.contact-info .contact-box li{
	margin-bottom:20px;
	color:#7a8793;
}
.contact-info .contact-box li i{
	margin-right:10px;
	width:20px;
	height:22px;
	float:left;
	line-height:20px;
}
.contact-info .contact-box li a{
	color:#7a8793;
}

.tj-tweets ul {
    list-style: none;
    margin: 0;
    padding: 0;
	float:left;
	width:100%;
}
.tj-tweets ul li {
    display: block;
    margin-bottom: 15px;
    color: #7a8793;
	font-size:15px;
	line-height:23px;
}
.tj-tweets ul li i{
	margin-right:13px;
	float:left;
	line-height:23px;
}
.tj-tweets ul li .tweet_text{
	overflow:hidden;
}
.tj-tweets ul li .date {
    margin-top: 10px;
	font-style:italic;
}
/* End Widgets CSS Styles */

.tj-copyright{
	float:left;
	width:100%;
	background:#06897e;
	padding:20px 0;
}
.tj-copyright p{
	color:#fff;
	margin:0;
	/*float:left;*/
	text-align: center;
	line-height:26px;
}


.tj-copyright .payment-icons{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.tj-copyright .payment-icons li{
	display:inline-block;
	font-size: 25px;
	line-height:30px;
	padding-right: 14px;
	color:#c1c1c1;
}
/* End Footer CSS Styles */

.tj-team .member-box figure:hover .member-overlay,
.tj-team .member-box figure img,
.tj-nav-holder .navbar-default .navbar-nav > li:hover > ul,
.news-box figure:hover:after,.tj-book-services .service-box:hover,
.tj-book-services .service-box,.news-outer figure:hover:after,.cab-services .cab-service-box:hover,.cab-services .cab-service-box:hover:after,.cab-services .cab-service-box,.tj-cab-filter .isotope,.tj-cab-filter .isotope .isotope-item,
.partner-item img:hover,.cab-service-box .service-thumb:hover img,.cab-service-box .service-thumb img,.news-box figure:hover img,.news-outer figure:hover img,.news-box figure img,.news-outer figure img,.tj-btn:hover:after,.tj-btn,.deal-box .deal-thumb:hover:after,
.fleet-grid-box .fleet-thumb:hover img,.fleet-grid-box .fleet-thumb img,.fleet-list-box .fleet-thumb img,.fleet-list-box .fleet-thumb:hover img,.cab-services .cab-service-box:after,.tj-header .sticky,.tj-header .tj-nav-row,.cab-box figure:hover img,.cab-box figure img,.gallery .slick-prev,.gallery .slick-next,.gallery-carousel .gallery:hover .slick-prev,.gallery-carousel .gallery:hover .slick-next,.cab-col-outer .fleet-grid-box .tj-btn2:before,.cab-col-outer .fleet-grid-box .tj-btn2:after,.tj-nav-holder .navbar-nav li ul li:hover ul,.tj-nav-holder .navbar-default .navbar-nav > li > a:hover,.cab-box .cab-desc a:after,.cab-box .cab-desc a:hover:after,.blog-outer .blog-thumb:hover img,.blog-outer .blog-thumb img,.blog-text .tj-btn2:hover:after,.blog-text .tj-btn2:hover:before{
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

/* 23. Widgets */
.tj-sidebar-outer h3 {
    color: #444;
    display: block;
    font-weight: 600;
	text-transform:capitalize;
	margin-left:15px;
}
.search_widget h3:before,.fleet-ad h3:before,
.tagCloud h3:before,.recent-post h3:before,
.categroies h3:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    border-left: 4px solid;
    height: 15px;
}
.search_widget,.fleet-ad,.tagCloud,.recent-post,.categroies{
	position:relative;
}
.search-form {
    width: 100%;
    float: left;
    position: relative;
}
.search-form #search-field {
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 8px 14px;
    display: block;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 24px;
    border-radius: 20px;
}
.search-form button {
    border: none;
    padding: 11px 18px;
    display: block;
    background: #dd3751;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 15px 15px 0;
}
.tags a {
    display: inline-block;
    padding: 8px 10px;
    background: #ececec;
    color: #777;
    margin: 0 0 15px 0;
}
.tags a:hover{
	color:#fff;
}
.recent-news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-news ul li {
    display: block;
    overflow: hidden;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.recent-news ul li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border:0;
}
.recent-news ul li figure{
	float:left;
	margin-right:15px;
}
.recent-news ul li .detail-box{
	overflow:hidden;
}
.recent-news ul li .detail-box h4{
	font-family:'Montserrat',sans-serif;
	text-transform:capitalize;
	font-size:16px;
	line-height:24px;
}
.recent-news ul li .detail-box h4 a{
	color:#444;
	display:block;
}
ul.cats {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.cats li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
ul.cats li a {
    color: #777;
    float: left;
	font-weight:500;
}
.booking-frm .ride-terms {
    float: right;
    width: 97%;
}
.tab-content .booking-frm .error, #confirm_booking .cb-frm .error {
    font-weight: 500;
    color: #e74c3c;
    display: block;
    font-family: 'Montserrat',sans-serif;
}
.service-info .info-outer,.booking-info .service_type,
.booking-info  .book-ref{
	display:inline-block;
}
.tj-user-bfrm .cb-frm .info-field input[type="text"], .tj-user-bfrm .cb-frm .info-field input[type="email"], .tj-user-bfrm .cb-frm .info-field input[type="tel"] {
    margin-bottom: 15px;
}
.booking-frm label[for="pay_offline"], .booking-frm label[for="pay_online"] {
    margin-bottom: 15px;
    margin-right: 45px;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    text-transform: capitalize;
}
.booking-frm .car-list {
    font-size: 14px;
    line-height: 24px;
    color: #e32323;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.booking-frm .selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    padding: 10px 18px;
        font-size: 18px;
}
.booking-frm .select-list:after, .booking-frm .car-list:after {
    content: '\f107';
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

.invoice-content {
    background-color: #fafafa;
	padding: 20px 30px 50px 30px;
	border: 1px solid #ececec;
	width:100%;
	float:left;
}
.invoice-outer{
	width:100%;
	float:left;
}
.invoice-outer .invoice-title h2,
.invoice-outer .invoice-title h3{
	display: inline-block;
}
.invoice-title h3{
	float:right;
}
.payment-info .user-invoice-info{
	float:right;
}
.payment-info strong {
    display: block;
    color: #444;
    line-height: 22px;
	font-weight: 600;
}
.payment-info span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #777;
}
.invoice-outer .payment-info {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.invoice-outer .line-items{
	width: 100%;
	margin-top:40px;
}
.invoice-header {
    border: 1px solid #e8e8e8;
    padding: 4px 12px;
	width: 100%;
}
.items .invoice-item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.items .invoice-item span {
    line-height: 25px;
    display: block;
	font-weight: 500;
	font-size: 14px;
}
.invoice-footer {
    float: left;
    width: 100%;
}
.invoice-footer a{
	display:block;
	width:160px;
	color:#fff;
	text-align:center;
	padding:15px 0;
	margin: 25px auto 0;
}
.ride-note {
    margin-top: 20px;
    display: block;
    font-weight: 600;
    color: #444;
    line-height: 22px;
}
.invoice-error{
	text-align: center;
	display: block;
	font-size: 18px;
	color: #e74c3c;
	line-height: 26px;
	font-family: 'Montserrat',sans-serif;
	margin-top: 30px;
}

.ride_price_breakdown .modal{
	top: 60px;
}
.ride_price_breakdown .modal-header{
	border-bottom:none;
	background-color:#1c2b39;
	border-radius: 20px 20px 0 0;
}
.ride_price_breakdown .modal-header .modal-title{
	color:#fff;
}
#ride_pricing_popup  .modal-content{
	border-radius: 20px;
}
.ride_price_breakdown .modal-header .close {
    margin-top: 0;
    opacity: 1;
    color: #fff;
	background-color: #444;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.ride_price_breakdown .modal-header .close:hover {
    border-radius: 0;
    transition: all 0.4s ease-out;
}
.price_btn {
    border: none;
    padding: 12px 15px;
    color: #fff;
    margin: 10px 0 10px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
}
.booking-summary .ride-time span {
    font-size: 14px;
    display: inline-block;
    color: #444;
    font-weight: 600;
    text-align: center;
}
.booking-summary .ride-time strong {
    font-size: 14px;
    margin-left: 5px;
}
.order-summary ul {
    list-style: none;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 10px 0 10px;
}

.order-summary ul li {
    border-bottom: 2px solid #eee;
    padding: 8px 0;
	color:#444;
	font-weight: 600;
}
.booking-summary .order-summary ul li span {
    float: right;
    font-size: 15px;
    font-weight: 600;
}
.booking-summary  .ride-total{
	width:100%;
	padding:5px 10px;
	text-align:left;
}
.booking-summary  .ride-total span{
	float:right;
	font-weight:600;
	font-size:16px;
}
#ride_pricing_popup .modal-footer{
	background-color: #1c2b39;
	border-radius: 0 0 20px 20px;
	padding: 10px 0;
	text-align:center;
}
#ride_pricing_popup .modal-footer h4{
	color:#fff;
}
.booking-msg .email-msg {
    color: green;
    margin-top: 5px;
    display: block;
}
#trip_cost {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.total-outer {
    position: relative;
	width:100%;
}
.booking-summary .total-outer .curr {
    position: absolute;
    top: 0;
    right: 62%;
    right: 62%;
    font-size: 18px;
}
/*-------------------------------------------------*/
.logo_img img{
	width: 250px;
	margin-top: 12px;
}

.display_mob{
	display: block;
}

@media (max-width: 767px){
	.display_mob{
	display: none;
}
.logo_img {
	
	text-align: center;
}

}

.trip-outer .tab-content1{
	width:95.5%;
	background-color:#02c7b6;
	float:left;
	border-radius: 7%;

	padding:40px 30px;
}

.trip-type-frm .selectbox{
	display:block;
	height:45px;
	padding:0 15px;
	width:292px;
	color:#1c1a1a;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}

.display_desk{
	display: none;
}

@media (max-width: 767px){
	.display_desk{
	display: block;
}
.tj-offers{
	float:left;
	width:100%;
	padding:15px 45px 25px 45px;
	border-bottom:1px solid #ececec;
}
}

.enq_btn{
	margin: 0 43px;
}

/*-----------------price----------*/
.pricing .content{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    width: 100%;
    /*margin: 100px;*/
	padding: 0px 0px 65px;
}

.pricing .box{
    display: flex;
    flex-direction: column;
    height: 575px;
    width: 300px;
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 50px;
    
    background: var(--white);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    transition: 0.5s all ease-in-out;
}

.pricing .box:hover{
    transform: scale(1.1);
}


.pricing .title{
    width: 100%;
    padding: 10px 0 17px;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    color: #dd3751;
}

.pricing .basic .title{
    background: var(--pinkish-red);
}

.pricing .standard .title{
    background: var(--medium-blue);
}

.pricing .business .title{
    background: var(--greenish-blue);
}

.pricing .view{
    display: block;
    width: 100%;
    padding: 25px 0 0px;

    background: var(--white-smoke);
}

.pricing .icon{
    display: flex;
    justify-content: center;
}

.pricing .icon img{
    width: 100px;
}

.pricing .cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 10px;
}

.pricing .amount{
    font-size: 2.8em;
    font-weight: bolder;
}

.pricing .amount span{
    font-size: 1.8em;
    font-weight: bolder;
    color: #e22064;
}

.pricing .detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.pricing .description{
    margin: 10px auto 10px;
    font-size: 0.8em;
    color: #7D7C7C;
}

.pricing ul{
    list-style: none;
    margin-left: -10px;
}

.pricing li{
    margin-top: 10px;
    font-size:14px;
    color: #000c;
}

.pricing li::before{
    content: "";
    background-image: url("https://postimg.cc/CRYW0fFK");
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.pricing .button{
    margin: 0 auto 30px;
    font-size: 20px;
}

.pricing button{
    height: 40px;
    width: 150px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid gray;
    border-radius: 50px;

    background: #e22064;
}

.pricing button:hover{
    /*color: #fff;*/
    transition: 0.5s;
    border: none;

    background: #4d2057;
}

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .pricing .content{
        display: block;
        align-items: center;
        flex-direction: column;
        margin: 0px auto;
    }
    .pricing .standard, .business{
        margin-top: 25px;
    }
    .pricing .box{
    display: flex;
    flex-direction: column;
    height: 575px;
    width: 300px;
    border-radius: 20px;
    margin: 	0px auto;
    
    background: var(--white);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    transition: 0.5s all ease-in-out;
}
}
/* Responsiveness:End */

.btnprice a{
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background: #4d2057;
	padding: 10px 25px;
	border-radius :20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0px 4px 2px 2px #00000036;
}


.btnprice {

	text-align: center;
}

.test_border{
	border: 1px solid #4d1f564a;
	border-radius: 12px;
	padding: 10px;
}

.Click-here {
  cursor: pointer;
  /*background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);*/
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding:  0;
  margin: 15px auto;
  transition:background-image 3s ease-in-out;
}
/*-------------------------------------*/
.Click-here2 {
  cursor: pointer;
  /*background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);*/
  color: blue;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding:  0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
/*------------------------------*/
.Click-here3 {
  cursor: pointer;
  /*background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);*/
  color: blue;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding:  0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
/*-----------------------------------*/
.Click-here4 {
  cursor: pointer;
  /*background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);*/
  color: blue;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding:  0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
/*-----------------------------------*/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
/*------------------------*/
.custom-model-main2 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

/*------------------------*/
.custom-model-main3 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

/*------------------------*/
.custom-model-main4 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}



.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
	margin-top: 20px;
}

.custom-model-wrap ul li{
	line-height: 30px;
	list-style: square;

}


.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  /*color: #fff;*/
  color: #e22064;
    background: #dbd8d9;
    width: 30px;
    width: 30px;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
	.custom-model-main2:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
	.custom-model-main3:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
	.custom-model-main4:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

@media (max-width: 767px){
	.offer-box h4{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	line-height:22px;
	color:#444444;
	font-weight:500;
	margin:0px 0 0px;
}
}
/*--------------------------------------------------------------------*/


.service-thumb img{
	width: 150px;
}
/*------------------------------------------------------------------------*/
.free_home_sample {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.info_box a{
	text-decoration: none;
}

.free_home_sample:hover{
	color: #000;
}

.delivery img{
	width: 120px;
	float: right;
}

.parallax {
    background: linear-gradient( rgb(199 90 40 / 38%), rgb(237 95 30 / 61%) ) , /* bottom, image */ url(../images/bg/bg1.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
    text-align: left;
}

.cta-tagline img
{
	width: 100%;
}

@keyframes radial {
	
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 60px;
	}
	
}

@keyframes repeating {
	
	from {
		background-position: -30px 0;
	}
	to {
		background-position: 55px 0;
	}
	
}

@keyframes electronic {
	
	0%, 100% {
		background-position: 20px -30px;
	}
	25% {
		background-position: 150px 5px;
	}
	50% {
		background-position: 20px 40px;
	}
	75% {
		background-position: -100px 5px;
	}
	
}

.biliboard {
	width: 200px;
	padding: 20px;
	text-align: center;
	position: relative;
	background: #fff;
	color: #333;
	font: 13px open, tahoma;
}
.biliboard:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 3px;
	transform: scale( 1.02, 1.08 );
	position: absolute;
	background: #f00;
	background: linear-gradient( 90deg, #fafafa, #fafafa, #1D8EF7, #fafafa, #fafafa );
	background-position: 55px 0;
	top: 0;
	animation: linear 1s infinite linear;
	left: 0;
	z-index: -1;
}

.biliboard.radial:before {
	background: radial-gradient( #fafafa, #fafafa, #F2A61A, #fafafa, #fafafa );
	animation: radial 1s infinite linear;
}

.biliboard.repeating:before {
	background: repeating-linear-gradient( -45deg, #fafafa, #fafafa 30px, #5FC914 30px, #5FC914 60px, #fafafa, 60px, #fafafa 90px ) fixed;
/* 	animation: repeating 1s infinite linear; */
}

.biliboard.electronic:before {
	background: radial-gradient( #4e2057, #4e2057, #4e2057, #4e2057, #4e2057, #4e2057 ) no-repeat;
	background-size: 150px 50px;
	animation: electronic 2s infinite linear;
}

/*---------------faq's--------------------------*/

.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: solid 1px #d4cfcf;
    margin-bottom: 12px;
}
.open {
  cursor: pointer;
  display: block;
  padding: 0px;
}
.open:hover {
  opacity: 0.7;
}
.expanded {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.question {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}
.answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -55px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
  .faq-t {
    display: none;
  }
  .question {
    padding-right: 0px;
  }
  main {
    padding: 10px;
  }
  .answer {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.link_ul{
	line-height: 30px;
	color: #fff;
	/*list-style: none;*/
}
.link_ul li a{
	line-height: 30px;
	color: #fff;
	/*list-style: none;*/

}
.pad{
	padding: 30px 10px;
	margin: 0 auto;
	text-align: center;
}
.pad img{
	max-width: 100%;
}
/*--------------------------------------*/
#btn_top {
  display: inline-block;
  background-color: #ff3258;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#btn_top i{
 font-size: 25px;
 margin-top: 15px;
 color: #fff;
 /*align-items: center;*/
}

#btn_top:hover {
  cursor: pointer;
  background-color: #333;
}
#btn_top:active {
  background-color: #555;
}
#btn_top.show {
  opacity: 1;
  visibility: visible;
  border: 1px solid #ffffff73;
}

/* Styles for the content section */
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*-----------------------------------------------------------------*/
.sticky-icon {
    z-index: 999;
    position: fixed;
    top: 25%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px,0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}

.whatsapp {
    background-color: #188504;
    color: #FFF;
}
.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px,0px);
}
.sticky-icon img {
    border-radius: 50%;
   width: 55px;
    height: 55px;
}
.sticky-icon a i {
    background-color: #FFF;
   width: 55px;
    height: 55px;
    color: #000;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 25px;
    transition: all 0.5s;

}
.sticky-icon a  {
    transform:translate(160px,0px);
    border-radius:50px 0px 0px 50px;
    text-align:left;
    margin:2px;
    text-decoration:none;
    text-transform:uppercase;
    padding:5px;
    font-size:17px;
  font-family:'Open Sans', sans-serif;
    transition:all 0.8s;
	border: 1px solid #ffffff6e;
}
.sticky-icon a:hover  {
    color:#FFF;
    transform:translate(0px,0px);}  
.sticky-icon a:hover i  {
    transform:rotate(360deg);}
/*---------------------------------*/
.call {
    background-color: #4e2057;
    color: #FFF;
}

 .selectbox_package{
	width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #e21f63;
    /*border: 1px solid #e8e8e8;*/
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.selectbox_packages{
	    font-size: 14px;
    line-height: 24px;
    color: #e32323;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.selectbox_package:after {
    content: '\f107';
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

.booking-frm label[for="schedule_type"]{

    margin-bottom: 15px;
    margin-right: 45px;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    text-transform: capitalize;

}

.padd img{
	max-width: 80%;
}

.padd p {
	color: #000;
	font-size: 20px;
}

.padd p span{
	color: #e22064;
	font-size: 20px;
}

.padd table{
	width: 100%;
}

.padd table td{
	border: 1px solid gray;
	padding: 10px;
}
.padd h3{
	    color: #4e2158;
	    font-weight: 600;
}


@media (max-width: 767px){
	.padd img{
	max-width: 100%;
}
}



.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 1111;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 480px;
	height: 310px;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -180px;
	background-color: #efefef;
	border: 2px solid #333;
	z-index: 1111;
	padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
	/*width: 60px;*/
}

.img1{
	    width: 60px;

}

/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 100%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	/*float: left;*/
	text-align: center;
	width: 100%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #2a2a8f;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}

.padd input[type="text"]
{
	width: 100%;
	text-align: center;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 24px;
    color: #484444;
    border: 1px solid #e8e8e8;
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.pay_btn button{
	/*float: left;*/
	text-align: center;
	margin: 0 auto;
    display: block;
    width: 170px;
    text-align: center;
    padding: 18px 0;
    color: #fff;
    font-weight: 500;
    background-color: #4e2057;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.pay_btn button:hover{
	background-color: #000;
	}

/*-----------------------------------------------------------------------------	*/


/*-----------------price----------*/
.pricing_rec .content{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    width: 100%;
    /*margin: 100px;*/
}

.pricing_rec .box{
   display: flex;
    flex-direction: column;
   height: 641px;
    width: 366px;
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 20px;
    background: #a94bbe;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    transition: 0.5s all ease-in-out;
}

.pricing_rec .box:hover{
    transform: scale(1.1);
}


.pricing_rec .title{
    width: 100%;
    padding: 10px 0 17px;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    color: #f7f6f6;
}

.pricing_rec .basic .title{
    background: #e22064;
    margin-top: 0px;
  font-family: 'Abril Fatface', cursive; 
  font-size: 22px;
}

.pricing_rec .standard .title{
    background: var(--medium-blue);
}

.pricing_rec .business .title{
    background: var(--greenish-blue);
}

.pricing_rec .view{
    display: block;
    width: 100%;
    padding: 25px 0 0px;

    background: var(--white-smoke);
}

.pricing_rec .icon{
    display: flex;
    justify-content: center;
}

.pricing_rec .icon img{
    width: 100px;
}

.pricing_rec .cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 10px;
}

.pricing_rec .amount{
    font-size: 2.8em;
    font-weight: bolder;
    color: #fff;
}

.pricing_rec .amount span{
    font-size: 1.8em;
    font-weight: bolder;
    color: #fff;
}

.pricing_rec .detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.pricing_rec .description{
    margin: 10px auto 10px;
    font-size: 0.8em;
    color: #7D7C7C;
}

.pricing_rec ul{
    list-style: none;
    margin-left: -10px;
}

.pricing_rec li{
    margin-top: 10px;
    font-size:14px;
    color: #fff;
}

.pricing_rec li::before{
    content: "";
    background-image: url("https://postimg.cc/CRYW0fFK");
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.pricing_rec .button{
    margin: 25px auto 30px;
    font-size: 20px;
}

.pricing_rec button{
    height: 40px;
    width: 150px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid gray;
    border-radius: 50px;

    background: #e22064;
}

.pricing_rec button:hover{
    /*color: #fff;*/
    transition: 0.5s;
    border: none;

    background: #4d2057;
}

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .pricing_rec .content{
        display: block;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    .pricing_rec .standard, .business{
        margin-top: 25px;
    }
    .pricing_rec .box{
    display: flex;
    flex-direction: column;
    height: 670px;
    width: 300px;
    border-radius: 20px;
    margin: 50px auto;
    
    /*background: var(--white);*/
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    transition: 0.5s all ease-in-out;
}
}
/* Responsiveness:End */

.btnprice a{
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background: #4d2057;
	padding: 10px 25px;
	border-radius :20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0px 4px 2px 2px #00000036;
}


.btnprice {

	text-align: center;
}

.test_border{
	border: 1px solid #4d1f564a;
	border-radius: 12px;
	padding: 10px;
}
.pricing_rec .basic h3{
    /*background: #e22064;*/
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;

}

@media (max-width: 767px){
	.delayedPopupWindow{
	position: fixed;
    width: auto;
    max-width: 480px;
    height: 310px;
    top: 50%;
    left: 50%;
    margin-left: -174px;
    margin-right: 6px;
    margin-top: -180px;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 1111;
    padding: 10px 20px;
	}

	.pricing_rec li {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}
.pricing_rec  .amount span {
    font-size: 1.8em;
    font-weight: bolder;
    color: #e22064;
}

.pricing_rec .amount {
    font-size: 2.8em;
    font-weight: bolder;
    color: gray;
}
.img1 {
    width: 45px;
}
.pricing_rec .basic .title{
    background: #e22064;
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Abril Fatface', cursive;
}
.pricing_rec .basic h3{
    /*background: #e22064;*/
    color: #e22064;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;

}
.Click-here {
    cursor: pointer;
    /* background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%); */
    color: blue;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin: 5px auto;
    transition: background-image 3s ease-in-out;
}
}

.inner-holder label[for="mobile"]:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 43px;
    left: 30px;
    color: #a6a6a6;
    font-size: 12px;
}

.inner-holder label[for="subject"]:before {
    content: "\f022";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 39px;
    left: 30px;
    color: #a6a6a6;
    font-size: 12px;
}

.tj-contact-form #name, .tj-contact-form #subject {
    padding: 0 35px;
}

.tj-contact-form #name, .tj-contact-form #mobile {
    padding: 0 35px;
}

.inner-holder label[for="location"]:before {
    content: "\f279";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 43px;
    left: 30px;
    color: #a6a6a6;
    font-size: 12px;
}

.class_input {
    padding: 0 35px!important;
}

/*----------------------------------*/
.file-upload-wrapper {
	 position: relative;
	 height: 42px;
    border: 1px solid #4e20575e;
}
 .file-upload-wrapper:after {
	content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 3px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}
 .file-upload-wrapper:before {
	 content: 'Upload';
	 position: absolute;
	 top: 0;
	 right: 0;
	 display: inline-block;
	 height: 42px;
	 background: #73048b;
	 color: #fff;
	 font-weight: 700;
	 z-index: 25;
	 font-size: 16px;
	 line-height: 50px;
	 padding: 0 15px;
	 text-transform: uppercase;
	 pointer-events: none;
	 border-radius: 0 5px 5px 0;
}
 .file-upload-wrapper:hover:before {
	 background: #4d2057;
}
 .file-upload-wrapper input {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 99;
	 height: 40px;
	 margin: 0;
	 padding: 0;
	 display: block;
	 cursor: pointer;
	 width: 100%;
}
 
 @media (max-width: 767px){
 	.tj-contact-form .inner-holder label{
	font-family:'Montserrat',sans-serif;
	font-size:17px;
	line-height:22px;
	color:#fff;
	display:block;
	font-weight:500;
}
 }

 .book_btn1 a {
    /*float: left;*/
    text-align: center;
    display: block;
    width:220px;
    text-align: center;
    padding: 18px 0;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    background: #e32064;
    margin:10px auto;
    font-size: 17px;
    border-radius: 10px;
}

.book_btn1{
	/*background: #000;*/
	margin:0 auto;
}

.mob_text{
	padding: 5px 15px;
}
.mob_text h2{
	/*margin-top: 15px;*/
text-align: center;
text-align: center;
    color: #e32064;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
}

@media (max-width: 991px){
	.delivery img{
	width: 100px;
	float: right;
}
.trip-type-frm select {
    display: block;
    height: 45px;
    padding: 0 15px;
    width: 231px;
    color: #1c1a1a;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    font-weight: 400;
}
.offer-box h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    font-weight: 500;
    margin: 20px 0 10px;
}
.cab-service-box .service-desc {
    width: 100%;
    float: left;
    padding: 5px 20px;
    height: 105px;
}
}

@media(max-width: 767px){
	.pricing_rec .box {
    display: flex;
    flex-direction: column;
    height: 649px;
    width: 300px;
    border-radius: 20px;
    margin: 50px auto;
     background: var(--white); 
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    transition: 0.5s all ease-in-out;
}
.cab-services .cab-service-box {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 28px;
}
.cab-service-box .service-desc {
    width: 100%;
    float: left;
    padding: 5px 20px;
    height: 55px;
}
.tj-contact-section .form-holder{
	float:left;
	width:100%;
	margin-top:20px;
}
}


.about-widget .fsocial-links li a img {
    width: 50px;
    padding: 5px;
}


@media(max-width:767px){
	.trip-type-frm  select{
		display:block;
		height:45px;
		padding:0 15px;
		width:100%!important;
		color:#1c1a1a;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #e8e8e8;
		background-color:#f6f6f6;
		font-weight:400;
	}
}


/* ------------------------------------------------------tabs */
.sky-tabs,
.sky-tabs * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
}
.sky-tabs {
	position: relative;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0;
	text-align: left;
	color: #666;
	/* border: 1px solid #e22064d1; */
    padding: 0px;
    margin-bottom: 19px;
}
.sky-tabs > input {
	position: absolute;
	display: none;
}
.sky-tabs > label {
	text-align: center;
	width: 25%;
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1px;
	padding-top: 0;
	padding-left: 0;
	font-size: 13px;
	line-height: 45px;
	cursor: pointer;
	border-bottom: 1px solid gray;
}
.sky-tabs > label.inverse {
	float: right;
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs > label.disabled {
	cursor: default;
}
.sky-tabs > label span {
	display: block;
	padding: 0px;
	background: rgba(255,255,255,0.9);
	font-size: 17px;

}
.sky-tabs > label span span {
	padding: 0 20px;
	background: transparent;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;	
}
.sky-tabs > label:hover span span {
	background: #4d2157;
	color: #fff;	
}
.sky-tabs > label.disabled span span {
	background: transparent;
	color: inherit;
}
.sky-tabs > input:checked + label {
	cursor: default;
	
}
.sky-tabs > input:checked + label span span {
	background: #e21f63;
    color: #fff;
    font-size: 17px;
}
.sky-tabs > .switcher {
	display: none;
}
.sky-tabs > .switcher a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
	text-decoration: none;
	color: inherit;
}
.sky-tabs > ul {
	list-style: none;
	position: relative;
	display: block;
	font-size: 13px;
}
.sky-tabs > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	padding: 20px 25px 25px;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: opacity 0.8s, -o-transform 0.8s;	
	-ms-transition: opacity 0.8s, -ms-transform 0.8s;	
	-moz-transition: opacity 0.8s, -moz-transform 0.8s;	
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	box-shadow: 1px 1px 1px 3px #88888869;
}
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate(0,0);
}


/**/
/* positions */
/**/
.sky-tabs-pos-top-center {
	text-align: center;
}
.sky-tabs-pos-top-right {
	text-align: right;
}
.sky-tabs-pos-top-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-justify > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-2 > label {
	width: 50%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-3 > label {
	width: 33.33%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-4 > label {
	width: 25%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-5 > label {
	width: 20%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-6 > label {
	width: 16.66%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-7 > label {
	width: 14.28%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-8 > label {
	width: 12.5%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-9 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify > input:first-child + label {
	padding-left: 0;
}
.sky-tabs-pos-left > label,
.sky-tabs-pos-right > label {
	display: block;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 0;
}
.sky-tabs-pos-right > label {
	float: right;
	clear: right;
}
.sky-tabs-pos-left > ul {
	margin-left: 25%;
}
.sky-tabs-pos-right > ul {
	margin-right: 25%;
}
.sky-tabs-pos-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-center > ul > li,
.sky-tabs-pos-top-justify > ul > li {
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}
.sky-tabs-pos-right > ul > li,
.sky-tabs-pos-top-right > ul > li {
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.sky-tabs-anim-slide-up > ul > li {
	-o-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-webkit-transform: translateY(-15%);
}
.sky-tabs-anim-slide-right > ul > li {
	-o-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-moz-transform: translateX(15%);
	-webkit-transform: translateX(15%);
}
.sky-tabs-anim-slide-down > ul > li {
	-o-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-webkit-transform: translateY(15%);
}
.sky-tabs-anim-slide-left > ul > li {
	-o-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
}
.sky-tabs-anim-slide-up-left > ul > li {
	-webkit-transform: translate(-15%,-15%);	
}
.sky-tabs-anim-slide-up-right > ul > li {
	-webkit-transform: translate(15%,-15%);	
}
.sky-tabs-anim-slide-down-right > ul > li {
	-webkit-transform: translate(15%,15%);	
}
.sky-tabs-anim-slide-down-left > ul > li {
	-webkit-transform: translate(-15%,15%);	
}

.sky-tabs-anim-scale > ul > li {
	-o-transform: scale(0.1,0.1);
	-ms-transform: scale(0.1,0.1);
	-moz-transform: scale(0.1,0.1);
	-webkit-transform: scale(0.1,0.1);
}
.sky-tabs-anim-scale > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-scale > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-scale > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-scale > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-scale > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-scale > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-scale > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-scale > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-scale > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.sky-tabs-anim-rotate > ul > li {
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sky-tabs-anim-rotate.sky-tabs-pos-right > ul > li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right > ul > li {
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sky-tabs-anim-rotate > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-rotate > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-rotate > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-rotate > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-rotate > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-rotate > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-rotate > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-rotate > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-rotate > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip > ul {
	perspective: 2000px;
	-o-perspective: 2000px;
	-ms-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
	perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
}
.sky-tabs-anim-flip > ul > li {
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
}
.sky-tabs-anim-flip.sky-tabs-pos-left > ul > li {
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);	
}
.sky-tabs-anim-flip.sky-tabs-pos-right > ul > li {
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
}
.sky-tabs-anim-flip > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-flip > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-flip > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-flip > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-flip > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-flip > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-flip > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-flip > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-flip > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.sky-tabs .grid-row {
	margin-top: 20px;
}
.sky-tabs .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-tabs .grid-row:first-child {
	margin-top: 0;
}
.sky-tabs .grid-col {
	display: block;
	float: left;
	width: 100%;
	margin-left: 2%;
}
.sky-tabs .grid-col:first-child {
	margin-left: 0;
}
.sky-tabs .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
	text-align: center;
}
.sky-tabs .grid-col-1 {
	width: 6.5%;
}
.sky-tabs .grid-col-2 {
	width: 15%;
}
.sky-tabs .grid-col-3 {
	width: 23.5%;
}
.sky-tabs .grid-col-4 {
	width: 32%;
}
.sky-tabs .grid-col-5 {
	width: 40.5%;
}
.sky-tabs .grid-col-6 {
	width: 49%;
}
.sky-tabs .grid-col-7 {
	width: 57.5%;
}
.sky-tabs .grid-col-8 {
	width: 66%;
}
.sky-tabs .grid-col-9 {
	width: 74.5%;
}
.sky-tabs .grid-col-10 {
	width: 83%;
}
.sky-tabs .grid-col-11 {
	width: 91.5%;
}
.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
	margin-left: 8.5%;
}
.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
	margin-left: 17%;
}
.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
	margin-left: 25.5%;
}
.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
	margin-left: 34%;
}
.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
	margin-left: 42.5%;
}
.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
	margin-left: 51%;
}
.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
	margin-left: 59.5%;
}
.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
	margin-left: 68%;
}
.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
	margin-left: 76.5%;
}
.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
	margin-left: 85%;
}
.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
	margin-left: 93.5%;
}


/**/
/* typography */
/**/
.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	color: #333;
}
.sky-tabs .typography h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
}
.sky-tabs .typography h2 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 300;
}
.sky-tabs .typography h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}
.sky-tabs .typography h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}
.sky-tabs .typography h5 {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	text-transform: uppercase;
}
.sky-tabs .typography h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.sky-tabs .typography p {
	margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}
.sky-tabs .typography ul,
.sky-tabs .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
}
.sky-tabs .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
	margin-top: 5px;
}
.sky-tabs .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #333;
}
.sky-tabs .typography ol {
	counter-reset: list1;
}
.sky-tabs .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
}
.sky-tabs .typography a {
	text-decoration: underline;
	color: #2da5da;
}
.sky-tabs .typography a:hover {
	text-decoration: none;
}
.sky-tabs .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.sky-tabs .typography .pic img {
	display: block;
}
.sky-tabs .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.sky-tabs .typography .link {
	text-decoration: underline;
	color: #2da5da;
	cursor: pointer;
}
.sky-tabs .typography .link:hover {
	text-decoration: none;
}
.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
	margin-top: 0;
}
.sky-tabs .typography .text-center {
	text-align: center;
}
.sky-tabs .typography .text-right {
	text-align: right;
}


/**/
/* icons */
/**/

.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.sky-tabs > label [class^="icon-"] {
	display: block;
	float: left;
	width: 18px;
	margin: 0 12px 0 -6px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.sky-tabs > label span span {
		padding: 0 15px;
	}
	.sky-tabs > label [class^="icon-"] {
		margin-right: 10px;
		margin-left: -5px;
	}
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	
	.sky-tabs .grid-col,
	.sky-tabs .grid-col:first-child {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.sky-tabs-response-to-stack > label {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.sky-tabs-response-to-stack > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.sky-tabs-response-to-stack > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.sky-tabs-response-to-stack.sky-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
	
	.sky-tabs-response-to-icons > label {
		font-size: 0;
	}
	.sky-tabs-response-to-icons > label [class^="icon-"] {
		width: 45px;
		margin: 0;
		font-size: 16px;
	}
	.sky-tabs-response-to-icons > label span span {
		padding: 0;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-left > label,
	.sky-tabs-response-to-icons.sky-tabs-pos-right > label {
		width: 56px;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
		margin-left: 56px;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-right > ul {
		margin-right: 56px;
	}
	
	.sky-tabs-response-to-switcher > label {
		display: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.sky-tabs-response-to-switcher > .switcher {
		display: block;
	}
	.sky-tabs-response-to-switcher:hover > label {
		display: block;
	}
	.sky-tabs-response-to-switcher:hover > .switcher {
		display: none;
	}
	.sky-tabs-response-to-switcher > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.sky-tabs-response-to-switcher > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.sky-tabs-response-to-switcher.sky-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
}

.sky-tab-content-1 i{
	font-size: 90px;
	color: #4e2057;
}

/* .sky-tab-content-1 {

} */

.sky-tab-content-2 i{
	font-size: 90px;
	color: #4e2057;
}

.sky-tab-content-3 i{
	font-size: 90px;
	color: #4e2057;
}

.sky-tab-content-4 i{
	font-size: 90px;
	color: #4e2057;
}


@media(max-width:767px){
	.sky-tabs > label {
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 1;
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 1px;
		padding-top: 0;
		padding-left: 0;
		font-size: 13px;
		line-height: 45px;
		cursor: pointer;
		border-bottom: 1px solid gray;
	}
}

.centres span{
	font-size: 55px;
	color:#e21f63ba;
}

.centres p{
	font-size: 20px;
	
}

/* .pricing{
	padding: 20px 0px;
} */


.tj-register form{
	/* background: antiquewhite;
	 */
	 background: linear-gradient( rgb(32 51 147 / 75%), rgb(9 22 93 / 95%)), url(../../dl.dropboxusercontent.com/u/22006283/preview/codepen/clouds-cloudy-forest-mountain.html) no-repeat center center;
    padding: 35px;
}

.tj-register{
    background: #666 url(../images/bg/bg3.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
    text-align: left;
    /* padding: 38px 0 210px; */
    margin: 5px 0px 0;
}
.trip-type-frm1 .selectbox{
	display:block;
	height:45px;
	padding:0 15px;
	width:292px;
	color:#1c1a1a;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}

.trip-type-frm1  input[type="text"]{
	display:block;
	height:45px;
	padding:0 15px;
	width:260px;
	color:#000;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #4e2057;
	background-color:#f6f6f6;
	font-weight:400;
}
.trip-type-frm1  select{
	display:block;
	height:45px;
	padding:0 15px;
	width:280px;
	color:#1c1a1a;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f6f6f6;
	font-weight:400;
}

.trip-type-frm1  select option{
	
	font-weight:400;
	color: black;
}
.trip-type-frm1  select .placeholder{
	
	font-weight:400;
	color: black;
}


.trip-type-frm1 span{
	position:absolute;
	top:10px;
	right:25px;
	color:#a6a6a6;
	font-size:13px;
	line-height:24px;
	display:block;
}
.trip-type-frm1 label{
	display:inline-block;
	color:#777777;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:10px 0 0 8px;
	text-transform:capitalize;
}
.trip-type-frm1  .search-btn{
	display:block;
	border:none;
	color:#fff;
	width:260px;
	text-transform:capitalize;
	text-align:center;
	padding:15px 0; 
	margin:25px 0 0;
	float:left;
	border-radius: 10px;
}

.trip-type-frm1 .field-outer {
    float: left;
    width: 100%;
    position: relative;
}
.trip-type-frm1 .search-btn{
	background-color: #e21f63;
}

.trip-type-frm1 .search-btn {
    display: block;
    border: none;
    color: #fff;
    width: 250px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    margin: 25px 0 10px;
    float: left;
    border-radius: 10px;
}

@media (max-width:767px){
	trip-type-frm1 .selectbox{
		display:block;
		height:45px;
		padding:0 15px;
		width:100%;
		color:#1c1a1a;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #e8e8e8;
		background-color:#f6f6f6;
		font-weight:400;
	}
	
	.trip-type-frm1  input[type="text"]{
		display:block;
		height:45px;
		padding:0 15px;
		width:100%;
		color:#000;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #4e2057;
		background-color:#f6f6f6;
		font-weight:400;
	}
	.trip-type-frm1  select{
		display:block;
		height:45px;
		padding:0 15px;
		width:280px;
		color:#1c1a1a;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #e8e8e8;
		background-color:#f6f6f6;
		font-weight:400;
	}
	
	.trip-type-frm1  select option{
		
		font-weight:400;
		color: black;
	}
	.trip-type-frm1  select .placeholder{
		
		font-weight:400;
		color: black;
	}
	
	
	.trip-type-frm1 span{
		position:absolute;
		top:10px;
		right:25px;
		color:#a6a6a6;
		font-size:13px;
		line-height:24px;
		display:block;
	}
	.trip-type-frm1 label{
		display:inline-block;
		color:#777777;
		font-size:14px;
		line-height:24px;
		font-weight:400;
		margin:10px 0 0 8px;
		text-transform:capitalize;
	}
	.trip-type-frm1  .search-btn{
		display:block;
		border:none;
		color:#fff;
		width:260px;
		text-transform:capitalize;
		text-align:center;
		padding:15px 0; 
		margin:25px 0 0;
		float:left;
		border-radius: 10px;
	}
	
	.trip-type-frm1 .field-outer {
		float: left;
		width: 100%;
		position: relative;
	}
	.trip-type-frm1 .search-btn{
		background-color: #e21f63;
	}
	
	.trip-type-frm1 .search-btn {
		display: block;
		border: none;
		color: #fff;
		width: 100%;
		text-transform: capitalize;
		text-align: center;
		padding: 15px 0;
		margin: 25px 0 10px;
		float: left;
		border-radius: 10px;
	}
}




.bg_white{
	background-color: #fff;
	border-radius: 15px;
}


@media (max-width:1140px){
	trip-type-frm1 .selectbox{
		display:block;
		height:45px;
		padding:0 15px;
		width:100%;
		color:#1c1a1a;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #e8e8e8;
		background-color:#f6f6f6;
		font-weight:400;
	}
	
	.trip-type-frm1  input[type="text"]{
		display:block;
		height:45px;
		padding:0 15px;
		width:100%;
		color:#000;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #4e2057;
		background-color:#f6f6f6;
		font-weight:400;
	}
	.trip-type-frm1  select{
		display:block;
		height:45px;
		padding:0 15px;
		width:280px;
		color:#1c1a1a;
		border-radius:5px;
		margin-bottom:10px;
		border:1px solid #e8e8e8;
		background-color:#f6f6f6;
		font-weight:400;
	}
	
	.trip-type-frm1  select option{
		
		font-weight:400;
		color: black;
	}
	.trip-type-frm1  select .placeholder{
		
		font-weight:400;
		color: black;
	}
	
	
	.trip-type-frm1 span{
		position:absolute;
		top:10px;
		right:25px;
		color:#a6a6a6;
		font-size:13px;
		line-height:24px;
		display:block;
	}
	.trip-type-frm1 label{
		display:inline-block;
		color:#777777;
		font-size:14px;
		line-height:24px;
		font-weight:400;
		margin:10px 0 0 8px;
		text-transform:capitalize;
	}
	.trip-type-frm1  .search-btn{
		display:block;
		border:none;
		color:#fff;
		width:260px;
		text-transform:capitalize;
		text-align:center;
		padding:15px 0; 
		margin:25px 0 0;
		float:left;
		border-radius: 10px;
	}
	
	.trip-type-frm1 .field-outer {
		float: left;
		width: 100%;
		position: relative;
	}
	.trip-type-frm1 .search-btn{
		background-color: #e21f63;
	}
	
	.trip-type-frm1 .search-btn {
		display: block;
		border: none;
		color: #fff;
		width: 100%;
		text-transform: capitalize;
		text-align: center;
		padding: 15px 0;
		margin: 25px 0 10px;
		float: left;
		border-radius: 10px;
	}
}

.pricing .tj-heading-style h3 {
    font-size: 40px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #4e2057;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px){
.pricing .tj-heading-style {
    width: auto;
}
.pricing .tj-heading-style {
    text-align: center;
    margin: 28px auto 0px;
    width: 100%;
}
.pricing .tj-heading-style h3 {
    font-size: 28px;
}
}

.tests-category-page .tests-category-list .tests-category-product-item {
    background: #fff;
    padding: 1.5rem 30px 6.2rem;
    margin-top: 10px;
	margin-bottom: 20px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: calc(100% - 10px);
}

.tests-category-page .tests-category-list .tests-category-product-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-name {
	font-size: 22px;
    color: #e32064;
    text-decoration: unset;
    line-height: 1.4;
    font-weight: 600;
}

.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-name h4 {
    font-size:20px;
	font-weight: 600;
    color: #e32064;
    line-height: 1.4;
}

.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-info label{

	font-weight: 500;
    margin-bottom: 0.2rem;
    line-height: 1.2;
    font-size: 18px;
}
.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-info p{

	color: #666;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.tests-category-product-report label{
	font-size: 18px;
}

.tests-category-product-report p{
	font-size: 17px;
}

.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-price{
	font-size: 20px;
    font-weight: 600;
    color: #4f2258;
    margin-bottom: 5rem;
}

.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-item-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.2rem 1.5rem;
}

.tests-category-page .tests-category-list .tests-category-product-item .btn-outline-primary {
    padding: 1.375rem 1rem;
    min-width: 160px;
	
}
.addtocart{
	background: #a81d5e;
    color: #fff;
    border-color: #4d2057;
	margin-left:60px;
	
}

.addtocart:hover{
	
    color: #fff;
    
}
.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-home-available {
	margin: 1.5rem 0 0;
    font-size: 16px;
}

.view_details {
	/* background: #cfc9c9; */
	border:1px solid gray;
	color: #000;
}

.package_details{
	padding:30px 240px;
}

.tests-category-product-item-footer i{
	color: #e21f63;
}

/* .mt_10{
	margin-top: 15px;
} */

.tj-packages{
	width: 1200px;
	padding: 25px;
}

.container_packages {
    max-width: 1140px;
}

@media(max-width:991px){
	.package_details{
		padding: 20px!important;
	}
	.tests-category-page .tests-category-list .tests-category-product-item .tests-category-product-price{
		font-size: 20px;
		font-weight: 600;
		color: #4f2258;
		margin-bottom: 10rem;
	}
	.tests-category-page .tests-category-list .tests-category-product-item .btn-outline-primary {
		padding: 1.375rem 1rem;
		min-width: 160px;
		text-align: center;
		margin: 0 auto;
		margin-top: 5px;
	}
	.btn_center{
		text-align: center;
		margin: 0 auto;
	}
	.tj-footer {
		background: #4e2057;
		width: 100%;
		float: left;
		padding: 0px 0 20px;
	}
	.tests-category-list .tests-category-product-item .tests-category-product-price {
		font-size: 21px;
		font-weight: 600;
		color: #4f2258;
		text-align: center;
		margin-bottom: 10rem;
	}
}

@media(max-width:1024px){
	.package_details{
		padding:30px 40px;
	}

}


.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 4rem;
    bottom: 12rem;
    background: #4e2057;
	
	width: 7rem;
	height: 7rem;
	padding: 2.5rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}

	.phone_text span p{
		margin-left: 25px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: overline;
    color: #e22063;
	}

	
	  
	  #service .tab-content {
		background-color: #fff;
		min-height: 100%;
		padding: 25px;
	  }
	  
	  #service .brand-pills li a {
		font-size: 15px;
		padding: 16px 15px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		/* background-color: none; */
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
		margin: 0;
	  }
	  
	  #service .brand-pills li a:focus {
		font-size: 15px;
		padding: 16px 15px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		background-color: #005960;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		margin: 0;
	  }
	  
	  #service .brand-pills li.active a {
		background-color: #e21f63;
		color: #fff;
		border-radius: 15px;
	  }

	  .brand-nav a img{
		float: right;
	  }
	  
	  #service .brand-pills li.active a:focus, 
	  #service .brand-pills li.active a:hover, 
	  #service .brand-pills li.active a:focus:hover {
		background-color: #e21f63;
    color: #fff;
    border-radius: 15px;
	  }
	  
	  #service .brand-pills > li > a:hover, 
	  #service .brand-pills > li > a:focus:hover {
		background-color: #491255;
		color:#fff;
		border-radius: 15px;
	  }
	  
	  /* #service li.brand-nav.active a:after {
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 55px solid transparent;
		border-bottom: 55px solid transparent;
		border-left: 24px solid #491255;
		position: absolute;
		top: 50%;
		margin-top: -55px;
		left: 100%;
		z-index: 2;
	  } */

	  
	  .nav-stacked > li {
		float: none;
		border-bottom: 1px solid #0000003b;
	}
	  
	  
	  @media (max-width: 991px) {
	  
	  
		#service .tab-content {
		  min-height: 680px;
		  padding: 10px;
		}
	  
		#service h3 {
		  font-size: 20px;
		}
	  
		#service p {
		  line-height: 20px;
		  padding: 5px;
		}
	  
		#service .brand-pills li a {
		  font-size: 14px;
		  padding: 20px 15px;
		}
	  
		#service .brand-pills li a:focus {
		  font-size: 14px;
		  padding: 20px 15px;
		}
	  
		#service li.brand-nav.active a:after {
		  border-top: 30px solid transparent;
		  border-bottom: 30px solid transparent;
		  border-left: 10px solid #9C9A40;
		  margin-top: -30px;
		}
	  }

	  .test-box {
		box-shadow: 0 0 6px 0 #00000080;
		border-radius: 6px;
		overflow: hidden;
	}

	.test-box img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.test-content-box {
		background: #4d2057;
		padding: 20px 30px;
	}

	.test-content-box h5{
		font-size: 22px;
	}
	.test-content-box h6{
		font-size: 20px;
	}
	.test-content-box h6{
		font-size: 18px;
	}
	.text-light {
		--bs-text-opacity: 1;
		color: #fff;
	}

	.mb-4 {
		margin-bottom: 1.5rem !important;
	}

	a.test-book-btn {
		padding: 0 15px;
		background: #fff;
		border-radius: 6px;
		color: #003D4D !important;
		text-decoration: none;
		border: 1px solid #fff;
		font-weight: 500;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		font-size: 16px;
		min-width: 130px;
	}

	@media(max-width:1280px){
		.tests-category-page .tests-category-list .tests-category-product-item .btn-outline-primary {
			padding: 1.375rem 1rem;
			min-width: 136px;
		}
	}

	
	.banner-caption .banner-inner h3 {
		font-size: 40px;
		line-height: 60px;
		font-family: 'Montserrat', sans-serif;
		color: #fafafa;
		font-weight: 600;
		margin-bottom: 30px;
	}

	.tj-nav-row{
		display: none;
	}