html, body {
	height:100%;
	scroll-behavior: smooth;
}

body {
	font-family: 'Gilroy', sans-serif;
	margin:0;
}
img { border:none; }
button{
	transition: 0.3s ease-in-out;
}
.container.banner .content,.container.testimonials .main-content{
	width: 100% !important;
}
.visible-sm{
	display: none;
}
.app-btn:hover,.but-login:hover,button:hover{
	transform: scale(1.1);
}
.container {
	width:100%;
	clear:both;
	box-sizing:border-box;
}
.app-btn{
	width: 150px;
	line-height: 1.5;
	text-decoration: none;
	color: white;
	border-radius: 4px;
	background: #0f2533;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 6px;
	transition: .3s all;
	margin-right: 10px;
}
.app-btn span{
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;	
}
.app-btn p{
	color: white !important;
	margin: 0 !important;
	margin-top: -10px;
	font-weight: bold;
}
.app-btn img{
	width: 50px !important;
	float: left;
}
.content {
	width:992px;
	clear:both;
	box-sizing:border-box;
	margin:0 auto;
}

.footer {
	background-color:#fff;
}

.top-bar {
	background-color:#fff;
	overflow:visible;
}
.top-bar.responsive {
	overflow:visible;
	border-bottom: 1px solid #0f2533;
}
.top-bar.responsive ul li a{
	color: black;
}


.logo {
	width:190px;
	font-size:18px;
	letter-spacing:1px;
	color:#fff;
	display:inline-block;
	box-sizing:border-box;
	padding:5px 0;
	vertical-align:top;
	z-index:100;
}

.logo a {
	text-decoration:none;
	color:#fff;
}

.logo-foo {
	width:190px;
	font-size:18px;
	letter-spacing:1px;
	color:#203655;
	display:inline-block;
	box-sizing:border-box;
	padding:25px 10px;
	vertical-align:top;
}

.logo-foo span {
	color:#4189D7;
}

.logo img{
	border-radius: 6px;
}

.logo-foo a {
	text-decoration:none;
	color:#203655;
}

.menu {
	width:auto;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}

.menu ul {
	box-sizing:border-box;
	padding:0;
}

.menu ul li {
	float:left;
	list-style:none;
	list-style-type:none;
	font-size:16px;
	font-weight:600;
	padding:10px 20px;
	box-sizing:border-box;
}

.menu ul li:last-child { padding-right: 0; }

.menu ul li a {
    text-decoration: none;
    color: #161624;
    font-size: 14px;
    font-weight: normal;
}
.menu ul li a:hover {
	color:#000;
}

.user-log img {
	width:36px;
	height:36px;
	border-radius:50px;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.fa-bars {
	top: 0;
    background-color: #0f2533;
    color: white !important;
    padding: 10px;
    border-radius: 3px;
}
.but-login{
	display: block;
	box-shadow: 0 12.5px 49.5px 0 rgba(83, 139, 252, 0.2);
    background-color: #0f2533;
    color: white !important;
    text-transform: uppercase;
	transition: 0.3s ease-in-out;
    padding: 14px 25px;
    border-radius: 3px;
	margin-top: -15px;
}
.but-login:hover {
	/*background-color:#26418F;*/
	color:#fff !important;
}

.banner{
	background-image: linear-gradient(to bottom, #ffffff, #f7f8fb);
	height: 400px;
}

.banner-box1 {
	width:50%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding:40px 7px;
	padding-bottom: 0px;
	padding-left: 100px;
}

.banner-box1 div {
	width:400px;
	margin:0 auto;
}

.banner-box2 {
	width:49%;
	height:auto;
	display:inline-block;
	float:right;
	position: relative;
}

.banner-box2 .book{
	margin-top: 20px;
}
.banner-box2 .btf-container{
	position: relative;
}
.banner-box2 .icon{
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 32%;
	transform: translate(-50%,-50%);
}
.banner-box2 .mobile{
	position: absolute; 
	top: 0;
	right: 0;
}

.banner-box1 h2 {
  font-size: 45px;
  font-weight: bold;
  color: #3e3d4a;
}

.banner-box1 h2 span {
	color:#479cc8;
}

.banner-box1 p {
	color:#86868a;
	font-size:14px;
	margin:25px 0;
}

.banner-box1 .but {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:12px 25px;
	display:inline-block;
	border-radius:5px;
	margin-right:10px;
    font-weight: 500;
}

.banner-box1 .but:hover {
	background-color:#26418F !important;
	transition:0.3s;
}

.banner-box1 .but.banbut1 {
	background-color:#125EB5;
}

.banner-box1 .but.banbut2 {
	background-color:#4189D7;
}

.h-icons {
	text-align:center;
	padding: 30px;
}
.container.testimonials{
	position: relative;
	padding: 25px;
	padding-bottom: 60px;
}
.content.testimonials-slider{
	width: 500px !important;
}
.testimonials .review-text p{
	padding: 0 10px;
	padding-top: 5px;
}
.testimonials .review-text{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #ababab;
	font-size: 14px;
	line-height: 1.5;
}

.testimonials .images img{
	background: #fff;
	float: left;
	width: 45px;
	padding: 2px;
	border-radius: 50%;
	box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
	position: absolute;
}

.testimonials .images img:nth-of-type(1){
	top: 110px;
	left: 120px;
	width: 50px;
}
.testimonials .images img:nth-of-type(2){
	top: 180px;
	left: -10px;
	width: 55px;
}
.testimonials .images img:nth-of-type(3){
	top: 195px;
	left: 200px;
	width: 60px;
}
.testimonials .images img:nth-of-type(4){
	top: 270px;
	left: 90px;
	width: 40px;
}
.testimonials .images img:nth-of-type(5){
	top: 90px;
	right: 180px;
}
.testimonials .images img:nth-of-type(6){
	top: 180px;
	right: 90px;
	width: 56px;
}
.testimonials .images img:nth-of-type(7){
	top: 260px;
	right: 0;
	width: 64px;
}
.testimonials .images img:nth-of-type(8){
	top: 290px;
	right: 140px;
	width: 68px;
}

.left-quote{
	float: left;
}
.right-quote{
	float: right;
	margin-top: -8px;
}

.testimonials .profile{
	margin: 0 auto;
	width: max-content;
}

.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	font-size:8px;
}

.slick-dots{
	bottom: -50px;
}


.slick-dots li.slick-active button:before{
	font-size: 10px;
}
.testimonials .profile img{
	background: #fff;
	float: left;
	width: 45px;
	padding: 2px;
	border-radius: 50%;
	box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

.testimonials .profile .info{
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}

.heading{
	text-align: center;	
}

.heading h2{
	text-align: center;
	font-weight: normal;
	font-size: 27px;
}

.heading h2 span{
	color: #479cc8;
}

.headline{
	text-align: center;
	color: #86868a;
	font-size: 12px;
}

.h-icons .box img{
	height: 60px;
}

.h-icons .box {
	width:18%;
	margin: .5%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	padding:3% 1.5%;
	height:200px;
	vertical-align:top;
	border-radius: 2.5px;
	border: solid 1px #c2dcff;
}
.h-icons.bg-lightblue .box{
	height: 260px;
}
.h-icons.user-pricing{
	padding-bottom: 60px;
}

.h-icons.user-pricing .box{
	width: 26%; 
	border-radius: 5px;
	padding: 20px 40px;
	margin: 0 30px;
	height: 250px;
	box-shadow: 0 7.5px 30px 0 rgba(145, 145, 145, 0.08);
	border: 0;
}
.h-icons.user-pricing.business-pricing .box{
	height: 200px;
}

.h-icons.user-pricing.business-pricing .box{
	margin: 0 10px;
	width: 30.2%;
}
.h-icons.user-pricing .box h3{
	color: #393939;
	font-size: 20px;
	font-weight: normal;
}

.h-icons.user-pricing .box .price h3{
	font-size: 24px;
	font-weight: bold;
}

.h-icons.user-pricing .box .price h3 small{
	font-weight: normal;
	font-size: 14px;
	color: #949494;
}

.h-icons.user-pricing .box button{
	width: 100%;
	border: 1px solid #2d404c;
	border-radius: 2.5px;
  	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  	border: solid 0.5px #2d404c;
  	background-color: transparent;
  	color: #4e4e4e;
  	cursor: pointer;
  	padding: 10px;
  	margin: 15px 0;
}
.h-icons.user-pricing .box button:hover{
	background: #2d404c;
  	color: #fff;
  	transition: .2s all;
}
.business-pricing .box:nth-of-type(2){
	height: 240px !important;
	margin-top: -15px !important;
	box-shadow: 0 10px 49.5px 0 rgba(114, 114, 114, 0.15);
}
.business-pricing .box:nth-of-type(2) button{
	background: #2d404c;
	color: white;
	margin-bottom: 30px;
}

.business-pricing .box:nth-of-type(odd){
	border-radius: 5px;
  	border: solid 0.5px #4c9ec9;
}

.h-icons.user-pricing .box .features i{
	color: #00de60;
}

.h-icons.user-pricing .box .features{
	color: #4e4e4e;
}

.h-icons.user-pricing .box .features p{
	margin-bottom: 10px;
}
.our-team{
	text-align: center;
	padding: 30px;
}

.our-team .box{
	background: #fff;
	border-bottom-right-radius: 20px;
	width: 22.4%;
	box-shadow: 0 1.5px 25px 0 rgba(120, 120, 120, 0.08);
	margin: 1%;
	display: inline-block;
}

.our-team .box img{
	width: 100%;
}

.our-team .rating i{
	color: #479cc8;
	font-size: 14px;
}

.our-team .info h4{
    font-size: 16px;
	margin: 5px;
	color: #3e3d4a;
}

.our-team .info h5{
    font-size: 15px;
    line-height: 1.7;
	margin: 5px;
	color: #3e3d4a;
}

.our-team .info p{
	font-size: 13px;
	color: #828282;
	margin: 5px 2px;
}
.news-letter{
	padding: 30px;
	text-align: center;
}
.news-letter .box{
	display: inline-block;
	padding: 30px;
	border-bottom-left-radius: 20px;
	width: 91%;
	box-shadow: 0 5px 49.5px 0 rgba(0, 0, 0, 0.1);
  	background-color: #2d404c;
}
.news-letter .box .input-group input::placeholder{
	color: #e5e5e5;
	font-weight: normal;
}
.news-letter .box .input-group input{
	border-radius: 2.5px;
	color: #e5e5e5;
	background-color: transparent;
	box-shadow: none;
	font-size: 18px;
	padding: 15px;
	border: solid 0.5px #b4b4b4;
	width: 60%;
	max-width: 800px;
}

.news-letter .box .input-group button{
	font-size: 18px;
	padding: 16px;
	background: #fff;
	color: #479cc8;
	border-radius: 5px;
	border:0;
	margin-left: -20px;
}

.bg-lightblue{
	background-color: #f7f8fb;
}
.bg-lightblue .box{
	background: #fff;
}

.h-icons .box h3 {

    color: #203655;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}

.h-icons .box p {

    color: #667788;
    font-size: 12px;
    margin: 5px 0;

}

.h2-tit {
	color:#203655;
	font-size:30px;
    display: inline-block;
}

.row {
	width:100%;
	box-sizing:border-box;
	clear:both;
}

.type-boat {

    margin-top: 50px;
    display: inline-block;

}

.type-boat .row {

    margin: 0 -4px;
    padding-bottom: 70px !important;

}
.carriers .row, .type-boat .row {
	text-align:center;
	padding:20px 0 40px 0;
}


.item-carrier {
    width: 15.5%;
    height: 300px;
    float: left;
    box-sizing: border-box;
    padding: 2% 0;
    margin: 0 1.40% 0 0;
    text-align: center;
    background-color: #fff;
    border-bottom: solid 2px #ddd;
    vertical-align: top;

}

.item-carrier:last-child {

    margin-right: 0;

}

.item-carrier h3, .item-boat h3 {
	font-size:16px !important;
}

.item-carrier p {

    color: #778899;
    font-size: 12px;
    font-weight: 500;

}

.item-carrier i {
	font-size:10px;
	margin:0 1px;
}

i.cblue { color:#4189D7; }

i.cgray { color:#ccc; }

.type-boat .item-boat {
	width:32.5%;
	height:282px;
	display: inline-table;
	box-sizing:border-box;
	padding:1% 2% 2% 2%;
	margin:0.7% 0.85% 0 0;
	text-align:center;
	background-color:#fff;
	border-bottom:solid 2px #ddd;
	vertical-align:top;
}

.type-boat .item-boat:nth-child(3n+3) { margin-right: 0; }

.type-boat .item-boat div {
	display:table-cell;
	vertical-align:bottom;
}

.item-boat h3 {
	margin-top:30px;
}

.item-boat h3 a {
	color:#203655;
	text-decoration:none;
    font-size: 20px;
}

.footer {
	padding-top:20px;
}

.footer img{
	border-radius: 5px;

}

.footer .col {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	padding:10px;
}

.footer .col:nth-child(1) {
	width:23%;
}

.footer .col:nth-child(2) {
	width:28%;
}

.footer .col:nth-child(3) {
	width:33%;
}

.footer .col:nth-child(4) {
	width:14%;
}

.footer .col h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #444444;
}
.footer p.desc{
	font-size: 14px;
	color:#787878;
}
.footer .col ul {
	margin-left:0;
	padding-left:0;
}

.footer .col ul li {
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    line-height: 24px;
    margin: 0;

}
.footer .col ul li a {
	text-decoration:none;
	color:#787878;
	font-size: 13px;
}

.footer .col ul li a:hover {
	color:#4189D7;
}
.footer .social i{
	background: #2d404c;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	color: white;
	line-height: 1.5	;
}
.footer .social a:nth-of-type(2) i{
	background-color: #479cc8;
}
.footer .copyr {
	border-top: 1px solid #ddd;
    color: #A2AEB9;
    font-size: 16px;
    text-align: center;
    padding: 25px 10px;

}
.hmb-menu {
	display:none;
}

.content-layout {
    background-color:#fff;
    border-bottom: solid 2px #ddd;
	padding:20px 40px;
	color:#667788;
	text-align:justify;
	margin-bottom:40px;
}

    h2.air {
	margin:40px 0;
}

.content-layout h2 {
	color:#667788;
	font-size:20px;
}

.login .box-form {
    max-width: 540px;
    height: auto;
    box-sizing: border-box;
    padding: 1% 1% 2% 1%;
    margin: 10% auto;
    text-align: center;
    background-color: #fff;
    border-bottom: solid 2px #ddd;
    vertical-align: top;
}

.login .box-form div {
	width:80%;
	margin:0 auto;
}

.login .box-form h2, h2.tit {
	font-size:24px;
	color:#203655;
	font-weight:bold;
	text-transform:uppercase;
}

.content h3 {
    font-size:20px;
	color:#203655;
}

.content .col {
	width:49.5%;
	display: inline-block;
	box-sizing:border-box;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.content .col li {
	margin-bottom:20px;
}

.login .box-form div input[type="text"], .login .box-form div input[type="password"] {
	width:100%;
	clear:both;
	margin-bottom:20px;
	border-radius:5px;
	border:solid 1px #ddd;
	font-size:16px;
	color:#203655;
	padding:12px 15px;
	outline:none;
	box-sizing:border-box;
}

.login .box-form div input[type="text"]:focus, .login .box-form div input[type="password"]:focus {
    border:solid 1px #125EB5;
}

.txt-dblue {

    color: #2C2F3B;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;

}

.txt-lblue {
	color:#4189D7;
	text-decoration:none;
	font-size:14px;
}

.txt-lblue2 {
    color: #4189D7;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.txt-bold {
	color:#203655;
	font-size:14px;
	font-weight:bold;
}

.but-blue {
    -webkit-appearance: none;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    clear: both;
    width: 100%;
    border-radius: 3px;
    background-color: #4189D7;
    cursor: pointer;
    border: none;
    margin: 20px auto;
    font-weight: 600;

}

.type-reg {
	margin:40px auto 40px auto !important;
	clear:both;
	width:100% !important;
	box-sizing:border-box;
}

.type-reg input[type="radio"] {
    display:none; 
}

.type-reg label {
    display: inline-block;
    width: 50%;
    background-color: #fff !important;
    padding: 12px 10px !important;
    font-size: 14px !important;
    border: 2px solid #125EB5;
    color: #125EB5 !important;
    box-sizing: border-box;
    cursor: pointer;
}

.type-reg label:nth-child(2) {
	border-radius: 5px 0 0 5px;
}

.type-reg label:nth-child(4) {
	border-radius: 0 5px 5px 0;
}

.type-reg input[type="radio"]:checked + label {
    background-color: #125EB5 !important;
    border-color: #125EB5 !important;
    color: #fff !important;
}

.type-reg label:hover {
  background-color: #fff;
  color:#125EB5;
}

/* ------------- MOBILE -------------- */
@media screen and (min-width: 1400px) {
  	p.header-text{
  		font-size: 20px;
  	}
  	.heading h2{
  		font-size: 38px;
  	}
  	.headline{
  		font-size: 20px;
  	}
  	.h-icons .box h3{
  		font-size: 18px;
  	}
  	.h-icons .box p{
  		font-size: 14px;
  	}
  	.h-icons.bg-lightblue .box {
	    height: 320px;
	}
	.h-icons .box {
	    height: 240px;
	}
	.testimonials .review-text p{
		font-size: 18px;
	}
	.h-icons.user-pricing.business-pricing .box{
		height: 220px;
	}
	.business-pricing .box:nth-of-type(2){
		height: 260px !important;
	}
	.our-team .info h4,.footer .col h4{
		font-size: 20px;
	}
	.our-team .info p,.footer .col ul li a{
		font-size: 16px;
	}
	.container.testimonials .main-content{
		position: relative;
	}
	.container.banner .content,.container.testimonials .main-content{
		max-width: 1400px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 1152px) {

.content {
	width:100%;
	padding:0 10px;
}

.top-bar .content {
	width:90%;
}

.h-icons .box {
	width:30%;
}
}

@media screen and (min-width: 991px) {
.top-bar.responsive { display: none; }
}

@media screen and (max-width: 991px) {
.top-bar.responsive { display: block; }

    .hmb-menu .login-bar {

    padding: 4px 0 4px 0 !important;
    margin-left: -10px !important;

}
.top-bar.actual { display: none; }
    .top-bar .content { position: relative;}
    div.magf {

    float: right;
    margin-top: 15px;

}  
.hmb-menu {

    display: block;
    padding-top: 5px;
    position: absolute;
    z-index: 110;
    margin: 0;
    right: 0;
}

.hmb-menu i {
	color:#fff;
	font-size:24px;
	cursor:pointer;
}

.full-menu {
	display:none;
	width:100%;
	padding-left:0;
    padding-bottom: 20px;
}

.full-menu li {
    text-align: left;
    display: block;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}
    
.full-menu li a {
    color: #0f2533 !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px !important;
    width: 100%;	
    display: inline-block;
    box-sizing: border-box;
}
    
.full-menu li:hover { background: #0f2533;color: white}
.full-menu li:hover a{color: white !important;}

.but-login {
	background-color: transparent;
	color: #fff !important;
	padding:0;
	border-radius:0;
}


.menu .magf img {
	padding:10px;
	background-color:#125EB5;
	border-radius:7px;
}
.hmb-menu {

    display: block;
    margin: 8px 0;

}

}

@media screen and (max-width: 767px) {
	.box.wow
	{
	   animation-delay: .2s!important;
	}
	.testimonials .images img:nth-of-type(1){
		top: 60px;
		left: 20px;
		width: 50px;
	}
	.testimonials .images img:nth-of-type(2){
		top: 120px;
		left: -10px;
		width: 45px;
	}
	.testimonials .images img:nth-of-type(3){
		top: 250px;
		left: -15px;
		width: 60px;
	}
	.testimonials .images img:nth-of-type(4){
		top: 350px;
		left: 30px;
		width: 40px;
	}
	.testimonials .images img:nth-of-type(5){
		top: 80px;
		right: 80px;
	}
	.testimonials .images img:nth-of-type(6){
		top: 130px;
		right: 25px;
		width: 40px;
	}
	.testimonials .images img:nth-of-type(7){
		top: 220px;
		right: 0;
		width: 50px;
	}
	.testimonials .images img:nth-of-type(8){
		top: 400px;
		right: 20px;
		width: 68px;
	}
	.visible-sm{
		display: block !important;
		position: relative;
	}

	.visible-sm .icon{
		cursor: pointer;
		z-index: 99999;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.banner-box2{
		display: none !important;
	}
	.banner{
		height: auto;
	}
	.book{
		display: none;
	}
	.mobile{
		position: static;
	}
	.content.testimonials-slider{
		width: 100% !important;
	}
	.our-team .box{
		width: 60%;
		margin-bottom: 20px;
	}
	.h-icons.user-pricing .box{
		width: 100%;
	}
	.our-team .box{
		width: 100%;
	}
	.h-icons.user-pricing .box{
		height: 295px;
		margin: 15px auto;
	}
	.h-icons.user-pricing .box{
		height: auto;
	}
	.h-icons.user-pricing.business-pricing .box{
		height: auto;
		width: 100%;
		margin: 15px auto;
		margin-top: 15px !important;
	}
	.news-letter{
		padding: 0;
	}
	.news-letter .content{
		padding: 0;
	}
	.news-letter .box{
		padding: 30px 13px;
		width: auto;
	}
	.news-letter .box .input-group input {
	    font-size: 12px;
	    padding: 7.5px;
	    width: 52%;
	}
	.news-letter .box .input-group button {
	    font-size: 12px;
	    padding: 8px;
	    border-radius: 5px;
	    border: 0;
	    margin-left: -30px;
	}
.full-menu {
    padding-bottom: 0;
}
.media.width-10.pull-left.text-center {
    text-align: left;
}    
    .offer-content {
    width: 100% !important;
}
 .offer-content .media {
    width: 100%;
    text-align: left;
    }
.detail-list .type {
     
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    border-right: 0 !important;
    width: 50%;
    padding: 10px 0 20px !important;
    }
.content .col {
	width:100%;
	display:block;
	padding:0;
}
.banner-box1 div {
    width: 100%;
    margin: 0 auto;
}
.banner-box1 h2 { font-size: 24px; }
    .banner-box1 .but { padding: 12px 22px; }    
.content-layout {
	padding:10px 20px;
}

.login .box-form {
    width: 100%;
}

.top-bar .content {
	width:94%;
}

.content {
	width:100%;
	padding:0 15px;
}

.banner-box1 {
	width:100%;
	height:auto;
	display:block;
	clear:both;
	padding:20px 20px 50px 20px;
}

.banner-box2 {
	width:100%;
	display:block;
	clear:both;
	float: none;
}
.h-icons.bg-lightblue .box{
	height: auto;
}
.h-icons .box {
	width:100%;
	height:auto;
	margin: 15px auto;
	display:block;
	clear:both;
	padding:20px 10px;
}

.item-carrier {
	width:100%;
	height:auto;
	display:block;
	clear:both;
	padding:20px;
	margin:10px 0;
}

.type-boat .item-boat {
	width:100%;
	height:auto;
	display: block;
	clear:both;
	padding:40px 20px 20px 20px;
	text-align:center;
	margin:10px 0;
}

.type-boat .item-boat div {
    display: block;
	clear:both;
	text-align:center;
}

.h2-tit {
    font-size: 28px;
    text-indent: 0;
    width: 100%;
    text-align: center;
}
    .footer .col {
	display:block;
	clear:both;
	width:100% !important;
}

.footer .col ul li {
	line-height: normal;
}

.footer .copyr {
	float: none;
	text-align: center;
	display:block;
	clear:both;
	padding:25px 10px;
}

.logo-foo {
	width:100%;
	display:block;
	clear:both;
	text-align:center;
	padding:10px;
}
    
    .new-shipments-form { width: 100% !important;  }
    .input-section {
    width: 100% !important;
    float: left;
    margin-bottom: 20px;
}
    .upload-button { margin-top: 0 !important; }
    .upload-button .button {

    margin-bottom: 20px;

}
    .input-section {

    width: 100% !important;
    float: left;
    margin-bottom: 20px !important;
    margin-top: 0 !important;

}
    
.shipments-dashboard > div {
    width: 50% !important;
    margin-bottom: 20px;
    min-height: 79px;
}
    .dots span::before {
        float: left; }
    .dots span { float: left !important; }
    .dots span ul { left: 0; right: auto; }
    .boat-carousel .carousel-heading {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important; }
    .boat-carousel .owl-nav {
    left: auto !important;
    top: -63px !important;
    right: 0 !important;
}
    .boat-carousel ul { width: 100% !important; }
   .booking-details .button-green {

    margin-bottom: 15px;

} 
.offer-done .offer-content .media {
    width: 33%;
    text-align: left;
}
    .offer-done .offer-content .width-10 { display: none; }
    
    .offer-done .offer-content  .media.width-20.text-center.pull-left.mt-15 { padding-left: 5%;    box-sizing: border-box; }
    .support-trucking .media {
    width: 100% !important;
}
}



@media screen and (max-width: 479px) {
    
    .shipments-dashboard > div { width: 100% !important; }
    .logo { font-size: 12px; margin-top: 5px; }
    .offer-done .detail-list .type { width: 100%; }
    .offer-done .offer-content .media { width: 100% !important; }
}




.login-bar {
    padding: 4px 20px 4px 15px !important;
}

.login .box-form h2 { margin-bottom: 30px; }

.login form p {

    margin: 0 0 10px 0;
    font-size: 14px;
    color: #2C2F3B;

}

.it-works .tit.air {
    font-size: 32px;
    margin: 55px 0px 60px 0px;
}

.it-works .content .col ol {
    padding: 0 20px;
    line-height: 22px;
    font-size: 16px;
    color: #667788;
}

.it-works .content .col ol li a { font-size: 16px;
    line-height: 22px; font-weight: normal;}

.it-works .content-layout {
    margin-bottom: 90px;
}

.menu ul li a i {
    margin-left: 10px;
    font-size: 20px;
}

.login-bar { position: relative; }
.login-bar ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 200px;
    top: 55px;
    right: 0;
    padding: 20px;

}

.login-bar ul li a {

    font-size: 16px;
    color: #203655;
    opacity: 1;
    float: left;
    width: 100%;

}

.login-bar ul li a:hover { color: #125EB5; }

.messages-page .h2-tit {

    margin: 60px 0 50px;

}


.messages-content { float: left; width: 100%; }
.chat-section {

    float: left;
    width: 68%;
    background: #fff;
    border-bottom: solid 2px #ddd;

}

.chats-status { float: left;
    width: 28%;
    margin-left: 4%;
    background: #fff;
    border-bottom: solid 2px #ddd;
 }

.support-trucking {
    box-sizing: border-box;
    padding: 30px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.12);

}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body h3 { margin: 0; font-size: 18px; }
.media-body p {

    margin: 0;
        margin-top: 0px;
    color: #678;
    font-size: 12px;
    margin-top: 7px;

}

.booking-detail-sidebar .media-body p::before {

    width: 7px;
    height: 7px;
    float: left;
    margin-right: 8px;
    background: #7CBD5D;
    border-radius: 50%;
    content: "";
    margin-top: 1px;

}
.chat-messages { text-align: center; }
.chat-messages .full-width { width: 100%; float: left;}
.chat-messages .date {
    background: #F3F4F9;
    color: #667788;
    font-size: 10px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    margin: 20px 0;
}

.pickup-date {
    font-size: 12px;
    background: #125EB5;
    padding: 13px 75px 13px 25px;
    max-width: 320px;
    display: inline-block;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    line-height: 20px;
    position: relative;
}

.white { color: #fff; }
.gray { color: #667788; }
.message-time { position: absolute; right: 20px; bottom: 12px; font-size: 10px; }

.user-text {
    font-size: 12px;
    background: #4189D7;
    padding: 9px 82px 10px 15px;
    min-width: 230px;
    display: inline-block;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
    line-height: 20px;
    position: relative;
    margin: 20px 20px;
    float: right;
}

.user-text .message-time { bottom: 9px; }
.user-text::after {

    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #4189D7;
    content: "";
    float: right;
    position: absolute;
    right: -7px;
    top: 14px;

}

.reply-text {
    font-size: 12px;
    background: #F3F4F9;
    padding: 9px 82px 10px 15px;
    min-width: 230px;
    display: inline-block;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
    line-height: 20px;
    position: relative;
    margin: 0 20px;
    float: left;
}

.reply-text .message-time { bottom: 9px; }
.reply-text::before {

    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #F3F4F9;
    content: "";
    float: left;
    position: absolute;
    left: -7px;
    top: 14px;

}

.messages-page {

    float: left;
    width: 100%;
    margin-bottom: 70px;

}

.type-message {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0,0,0, 0.12);
    margin-top: 80px;

}

.type-message input {

    float: left;
    width: 100%;
    border: 0;
    padding: 25px 70px 25px 30px;
    font-size: 12px;
    box-sizing: border-box;
    font-weight: 500;
}

.type-message a {
    position: absolute;
    top: 22px;
    right: 20px;
}

.chats-status h3 {

    padding: 0 20px;

}

.chats-status ul {

    padding: 0;
    list-style: none;

}

.chats-status ul li { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,.12); }
.chats-status ul li:last-child  { border-bottom: 0; }

.chats-status ul li h3 { padding: 0; }
.chats-status ul .media {

    
    }

.chats-status ul li h3 {
    min-width: 213px;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    float: left; width: 100%;

}

.chats-status ul li.away p:before { display: none; }

.chats-status ul li h3 .current-date {

    font-size: 12px;
    float: right;
    margin-top: 3px;

}

.chats-status ul li .circle {

    float: right;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    vertical-align: middle;
    color: #fff;
    padding-top: 1px;
    box-sizing: border-box;

}

.chats-status ul li .green { background: #7CBD5D; }
.chats-status ul li .blue { background: #4189D7; }
.chats-status ul li .red { background: #E93A1C; }
.chats-status ul li .media-body p {
    line-height: 15px;
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    color: #789;

}

.chats-status ul li:hover { background: #4189D7;  }
.chats-status ul li:hover h3 { color: #fff; }
.chats-status ul li:hover p { color: #fff; }
.chats-status ul li:hover .current-date { color: #fff; }
.chats-status ul li:hover .circle { background: #fff; color: #4189D7; } 


.chats-status ul {
    padding: 0;
    list-style: none;
    margin-bottom: 4px;
}

.my-shipments .h2-tit {
    margin: 60px 0 50px;
    width: 100%;
}

.tab-pills {
    
    float: left;
    width: 100%;
    
    background: #fff;
    border-bottom: solid 2px #ddd;
     margin-bottom: 40px;

}
 
.tab-pills ul {  list-style: none; float: left; width: 100%; margin: 0; padding: 0; text-align: center; }
.tab-pills ul li { display: inline-block; width: 20%; }
.tab-pills ul li a {
    color: #2c2f3b;
    opacity: .5;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
}

.tab-pills ul li.active a {
    border-bottom: 2px solid #203655;
    opacity: 1;
 }
.tab-pills ul li a:hover {
    border-bottom: 2px solid #203655;
    opacity: 1;
 }


.no-shipments {
float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
    border-bottom: solid 2px #ddd;
     margin-bottom: 80px;
    text-align: center;


}

.no-shipments h3 {
    color: #203655;
    font-size: 32px;
    text-decoration: none;;
    display: block;
    margin: 0;
    width: 100%; text-align: center; 
}

.no-shipments p { color: #667788; font-size: 16px; width: 100%; text-align: cente

.no-shipments .button { margin-top: 30px; }
.button { border-radius: 4px;
    font-size: 16px;
    padding: 18px 30px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent; min-width: 110px;
text-align: center; }

.button-blue {
    background: #4189D7;
    color: #fff;
    
}

.button-blue:hover {
    background: #fff;
    color: #4189D7;
    border: 1px solid #4189D7;
}

.button-gray {
    background: #E0E3E7;
    color: #203655;
    
}

.button-gray:hover {
    background: #fff;
    color: #000;
    border: 1px solid #E0E3E7;
}

.button-green {
    background: #7CBD5D;
    color: #fff;
    
}

.button-green:hover {
    background: #fff;
    color: #000;
    border: 1px solid #7CBD5D;
}



.pull-right { float: right;}
.pull-left { float: left;}


.shipments .tab-pills ul li {
    float: left;
    width: 25%;
}

.my-shipments .type-boat {

    margin: 0;

}

.my-shipments .type-boat .row { padding-top: 0; margin: 0; }


@media (min-width: 992px) and (max-width: 1199px) {
    

.messages-page .content {

    width: 990px;
    margin: 0 auto;

}
 
.chats-status ul li h3 {
    min-width: 200px;
    }   
}


@media (min-width: 768px) and (max-width: 991px) {
    .tab-pills ul li a { font-size: 14px; }
    .messages-page .content {

    width: 768px;
    margin: 0 auto;

}
    
    .chats-status ul li h3 {
    min-width: 200px;
    }
    
    .chat-section {
    width: 55%;
 }
    
    .chats-status {
   
    width: 41%;
    }
    
    
}

@media (min-width: 320px) and (max-width: 767px) {
    
    .messages-page .content {

    width: 100%;
    margin: 0 auto;

}
    
    .chats-status ul li h3 .current-date {
    
    position: absolute;
    right: 30px;
}
    .chats-status ul li .circle { position: absolute;
    right: 30px; }
    
    .chat-section {
    width: 100%;
 }
    
    .chats-status {
   margin-top: 30px;
    width: 100%;
        margin-left: 0;
    }
    
    .tab-pills ul li {
    display: inline-block;
    width: 100% !important;
}
    
    .h2-tit .button { width: 100%; box-sizing: border-box; margin-top: 20px; }
    
    
    .booking-details { width: 100% !important; }
    .booking-detail-sidebar { margin-left: 0 !important; margin-top: 20px !important; width: 100% !important; }
    
    .find-destination a { font-size: 12px !important; }
    
    .tracking-detail { width: 100% !important; }
    
    
}



.new-shipments{
    width: 75%;
    float: left;
    background: #fff;
    border-bottom: solid 2px #ddd;
    padding: 50px 27px;
}
.input-section{
        width: 75%;
        float: left;
}
.mr-1{
    margin-right: 1%;
}
.mr-2{
    margin-right: 2%;
}
.mr-3{
    margin-right: 3%;
}
.mr-4{
    margin-right: 4%;
}
.mr-5{
    margin-right: 5%;
}
.mr-ten{
    margin-right: 10%;
}
.t-section{
    width: 100%;
    float: left;
    color: #203655;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.input-section input {
    width: 100%;
    float: left;
    border: 1px solid #E0E3E7;
    height: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.input-section textarea{
    width: 100%;
    float: left;
    border: 1px solid #E0E3E7;
    height: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 150px;
    font-size: 16px;
    padding: 10px 20px;
}
.new-shipments-form {
    padding: 40px 30px;
    float: left;
    width: 68%;
    background: #fff;
    border-bottom: solid 2px #ddd;
    box-sizing: border-box;
}
.new-shipments-form:hover {
    background: #7fadf43d;
}
.width-10 { width: 10%; display: block; }
.width-15 { width: 15%; display: block; }
.width-20 { width: 20%; display: block; }
.width-25 { width: 25%; display: block; }
.width-30 { width: 30%; display: block; }
.width-35 { width: 35%; display: block; }
.width-40 { width: 40%; display: block; }
.width-45 { width: 45%; display: block; }
.width-50 { width: 50%; display: block; }
.width-65 { width: 65%; display: block; }
.width-70 { width: 70%; display: block; }
.width-100 { width: 100%; display: block; }
.m-0 { margin: 0; }
.button-white {
    background: #fff;
    color: #203655;
    border: 1px solid #E0E3E7;
}

.button-white:hover {
    background: #E0E3E7;
    color: #000;
    border: 1px solid #E0E3E7;
}
.box{
    box-sizing: border-box;
}
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mr-10 { margin-right: 10px; }
.mr-35 { margin-right: 35px; }

.height-10 { height: 10px; float: left; width: 100%; }
.height-15 { height: 15px; float: left; width: 100%;  }
.height-20 { height: 20px; float: left; width: 100%;  }
.height-25 { height: 25px; float: left; width: 100%;  }
.height-30 { height: 30px; float: left; width: 100%;  }
.height-40 { height: 40px; float: left; width: 100%;  }





.messages h3 {
    color: #203655;
    font-size: 20px;
    margin: 0 0 0px;
}
.messages p{
    color: #4189d7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 22px;
}
.type p{
    color: #125eb5;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 10px;
    text-transform: uppercase;
}
.type strong{
    color: #203655;
    font-size: 16px;
    line-height: 22px;
}
.length p{
    color: #125eb5;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 10px;
    text-transform: uppercase;
}
.length strong{
    color: #203655;
    font-size: 16px;
    line-height: 22px;
}

.media-body p{
    color: #125eb5;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 10px;
    text-transform: uppercase;
}
.media-body strong{
    color: #203655;
    font-size: 16px;
    line-height: 22px;
}
.new-shipments-form .media-body,.media .media-left,.new-shipments-form .media-right{
    vertical-align: middle;
}
.media span{
    color: #778899;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.width-15 .media-body p::before{display: none;  }

.create-shipment .tab-pills ul li {
    float: left;
    width: 25%;
}


.shipment-sidebar {

    margin: 0;
    color: #778899;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 22px;
    padding-top: 10px;

}

.new-shipments-form.shipments-dashboard {
    width: 100%;
    margin-bottom: 70px;
}

.media .media-left {
    padding-right: 30px;
}

.text-center { text-align: center; }

.dots span::before {

    content: "...";
    font-size: 40px;
    color: #babec7;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -7px;

}
.dots span:hover::before {

    color: #fff !important;

}

.booking-page { float: left; width: 100%; margin-bottom: 80px;}
.booking .tab-pills ul li {

    display: inline-block;
    width: 20%;
    float: left;

}   

.booking-details { float: left;
width: 64%; box-sizing: border-box;
background: #fff;
border-bottom: solid 2px #ddd; padding: 40px 30px 50px; }


.input-section p { 

color: #667788;

font-size: 16px;
float: left;
font-weight: 400;
margin-top: 10px;
letter-spacing: 0.4px;

line-height: 22px; }

.booking-details .input-section {

    margin-bottom: 40px;

}
.booking-detail-sidebar { 
    float: left;
    width: 32%;
    margin-left: 4%;
    background: #fff;
    border-bottom: solid 2px #ddd;
} 

.booking-detail-sidebar .chat-section {
    width: 100%;
}

.success-message {

    font-size: 12px;
    background: #7CBD5D;
    padding: 10px 95px 10px 25px;
    max-width: 320px;
    display: inline-block;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    line-height: 20px;
    position: relative;
    color: #fff;
    margin: 20px 0;

}

.success-message .message-time {
    bottom: 10px;
    color: #fff;
    

}

.booking-page .tab-pills ul li {
    float: left;
}

.booking-page .input-section  h3  {
    color: #203655;
    font-size: 20px;
}

.terms-condition { float: left; width: 100%;}

.terms-condition p { 
    color: #667788;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 22px;  
}

.terms-condition p a { color: #4189d7; text-decoration: none; }
.terms-condition p a:hover { text-decoration: underline; }



input[type="checkbox"] + label {
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 0;
    color: #2c2f3b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 30px;
}

input[type=checkbox] {
  display: none;
}

input[type="checkbox"] + label::before {

    content: "\2714";
    display: inline-block;
    padding-left: 0.4em;
    padding-bottom: 0.3em;
    margin-right: 1em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    border: 2px solid #125eb5;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;

}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #125eb5;
  border-color: #125eb5;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.terms-condition .button {
    margin-top: 40px;
}

.terms-condition h3 {
color: #203655;

font-size: 20px;  }

.booking-price h3 { color: #203655;

font-size: 20px;

font-weight: 700;

line-height: 28px; float: left; width: 100%; }


.booking-price h2 { float: left; width: 100%; margin: 0; color: #125eb5;

font-size: 32px;

font-weight: 700;

line-height: 28px;}

.booking-price .button {
    margin-top: 40px;
}

.find-destination { margin-top: -40px; float: left;
width: 100%;
background: #fff;
border-bottom: solid 2px #ddd;
margin-bottom: 40px; padding: 30px; box-sizing: border-box;}

 
.find-destination a {
    color: #203655;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    float: right;
    padding: 15px 0;
}
.find-destination a img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.find-destination .button {
    padding: 14px 0;
    width: 15%;
}

.find-destination input {
    padding-left: 40px;
}

.find-destination input { background-position: 14px center ; background-repeat: no-repeat; }
.find-destination .input-section:nth-child(1) input { background-image: url(../images/path.png); }
.find-destination .input-section:nth-child(2) input { background-image: url(../images/destination.png); }


.booking-page .h2-tit {
    margin: 60px 0 50px;
    width: 100%;
}
.offer-done {

    float: left;
    width: 100%;
    padding: 60px 0 70px;

}
.offer-done .h2-tit {

    margin: 0;
    width: 100%;

}
.offer-content  {
    float: left;
    width: 64%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: solid 2px #ddd;
    padding: 40px 30px 50px;
}

.offer-done .price { color: #125eb5;

font-size: 20px;  }

.offer-done .discription { color: #2c2f3b;

font-size: 16px;
 
letter-spacing: 0.4px;

line-height: 22px; }

.boat-imgs { float: left; width: 100%; margin: 40px 0;}

.boat-imgs ul { list-style: none; padding: 0; margin: 0;}
.boat-imgs ul li { float: left; }
.boat-imgs ul li:last-child { margin-right: 0; }
.boat-imgs ul li { float: left;    margin-right: 3.2%;    width: 14%; }
.boat-imgs ul li img { width: 100%; }


.detail-list { float: left; width: 100%; }

.detail-list .type {
    padding-left: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
}

.detail-list .type:first-child {  padding-left: 0; }
.detail-list .type:last-child { border-right: 0; }

.pickup-date .opacity-05 {

    background: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.5) !important;

}

.pickup-date .button {
    margin-top: 5px;
    padding: 8px 0px;
    font-size: 12px;
    min-width: 90px;
}


.offer-done .type-message {

    margin: 20px 0 0;

}


.boat-carousel .carousel-heading  { float: left; width: 20%; }
.boat-carousel .carousel-heading h4 {
    color: #203655;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.boat-carousel ul {
    float: left;
    width: 80%;
}

.boat-carousel .owl-carousel li {
    width: 100%;
}
.boat-carousel .owl-dots { display: none; }
.boat-carousel .owl-nav {
    position: absolute;
    left: -130px;
    top: 70px;
}

.boat-carousel .owl-prev {
    background-image: url(../images/prev-arrow.png);
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    color: transparent;
}

.boat-carousel .owl-next {
    background-image: url(../images/prev-arrow.png);
    transform: rotate(180deg);
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    color: transparent;
}

.boat-carousel .owl-prev:hover { background-image: url(../images/arrow.png); transform: rotate(180deg); }
.boat-carousel .owl-next:hover { background-image: url(../images/arrow.png); transform: none; }

.offer-form input[type="checkbox"] + label { margin-bottom: 15px; }

.input-section .width-50 { float: left;}

input[type="checkbox"] + label::before {

    margin-right: 0.5em;
 

}
input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.reltive label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 0 0 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 21px;
  width: 21px;
  top: 0;
  left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.check {
    border: 2px solid #125EB5;
     
}
.check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
	left: 3px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
  border: 2px solid #125EB5;;
    
}
input[type=radio]:checked ~ .check::before{
  background: #125EB5;
}

input[type=radio]:checked ~ label{
  color: #125EB5;
}

.booking-details .input-section { position: relative;}

input[type="radio"] ~ label {

    padding-left: 35px;
    color: #2c2f3b !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px 0;
    padding-top: 5px;

}

.reltive {

    position: relative;

}

.booking-details .width-100 { float: left; width: 100%; }

.dollar-input {  position: relative;  }
.dollar-input input  {padding: 10px 30px 10px 20px; }

.dollar-input span { content: ""; background: url(../images/doller-sign.png) no-repeat center right 20px; position: absolute; bottom: 15px; right: 20px;}



.custom-select select {
    border: none;
    width: 120%;
    width: calc(100% + 43px);
    padding: 0 54px 0 5px;
    max-width: 100px;
    padding: 12px;
    float: right;
    margin-top: -49px;
    margin-bottom: 0;
    height: 48px;
    background: #fff;
    margin-right: 0px;
    border-left: 1px solid #E0E3E7;
    color: #2c2f3b;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 22px;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}
.custom-select::after {

    content: " ";
    display: block;
    right: 14px;
    bottom: 19px;
    position: absolute;
    pointer-events: none;
    background: url(../images/select-arrow.png) no-repeat center;
    width: 20px;
    height: 8px;

}
.date input {

    background: url(../images/calendar.png) no-repeat 15px center;
    padding-left: 50px;

}
.pin-field input {

    background: url(../images/path.png) no-repeat 15px center;
    padding-left: 50px;

}
.destination-field input {

    background: url(../images/destination.png) no-repeat 15px center;
    padding-left: 50px;

}
textarea:focus, input:focus{
    outline: none;
}



.full-select {
    border: none;
    width: 120%;
   
    padding: 0 54px 0 5px;
    max-width: 100%;
    padding: 12px;
    float: right;
     
    margin-bottom: 0;
    height: 48px;
    background: #fff;
    margin-right: 0px;
    border: 1px solid #E0E3E7;
    color: #2c2f3b;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 22px;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 1px;
    border-radius: 4px;
    position: relative;
    background: url(../images/select-arrow.png) no-repeat  center right 15px;   
}

.new-shipments-form .input-section .reltive {
    margin-top: 15px;
}

.custom-select input {
    padding-right: 115px;
}


.online::after {

    content: "";
    width: 6px;
    height: 6px;
    float: left;
    background: green;
    border-radius: 50%;
    margin: 2px 10px 0 0;

}

.chats-status p span.price {
    font-size: 17px;
    float: left;
    color: #000;
    padding-right: 9px !important;
}
#tab-content-1,#tab-content-2,#tab-content-3,#tab-content-4,#tab-content-5 { display: none; }
.booking-details.active { display: block !important;}

.offer-content .support-trucking .media-body p{
	width: 70px;
	height: 22px;
	color: #667788;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 22px;
	float: left;
}
.offer-content .support-trucking .media-body span {
	width: 120px;
    height: 22px;
    color: #667788;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
    float: left;
}
.boat-imgs .carousel-heading {
	width: 20%;
	float: left;
}
.boat-imgs .carousel-heading ul{
	width: 100%;
	float: left;
}
.boat-imgs .carousel-heading ul li{
	/* Style for "" */
	width: 15px;
	height: 23px;
	color: #4189d7;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	letter-spacing: 0.3px;
	line-height: 22px;
}
.tracking-detail .support-trucking {
    box-sizing: border-box;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border: none;
}
.tracking-detail{
	width: 80%;
	float: left;
	background-color: #FAFBFE;
	padding: 30px;
	box-sizing: border-box;
}
.tracking-detail .media-body .discription {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tracking-detail .discription {
    font-size: 12px;
    color: #678;
    margin-top: 10px;
}
.tracking-detail .media-left {
	vertical-align: top;
    width: 40px;
}
.boder-none{
	border-bottom: none !important;
}
.tracking-detail .slow{
	 
	color: #4189d7;
	font-family: "Gotham Pro";
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	float: right;
	text-align: right;
}
.tracking-detail .fast{
 
	color: #4189d7;
	font-family: "Gotham Pro";
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	float: left;
}
.chat-btn{
	width: 100%;
    float: left;
    margin-top: 50px;
}
.chat-btn div {
    width: 90%;
    background-color: #f3f4f9;
    padding: 15px;
    margin: 0 auto;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    margin-left: 5%;
}
.chat-btn .button {
    border-radius: 4px;
    font-size: 13px;
    padding: 12px 14px;
    text-decoration: none;
    float: left;
    min-width: 60px;
    text-align: center;
    margin-right: 15px
}
.chat-btn .button-green{
	background: #7cbd5d;
    color: #fff;
    border: 1px solid #E0E3E7;
    float: left;
}
.chat-btn span {
   color: #203655;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
    float: right;
    margin-right: 10px;

}
.tracking-detail ul { width: 100%; }


.tracking-detail .owl-dots { display: none; }
.tracking-detail .owl-nav {
    position: absolute;
    left: -160px;
    top: 40px;
}

.tracking-detail .owl-prev {
    background-image: url(../images/prev-arrow.png);
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    color: transparent;
}

.tracking-detail .owl-next {
    background-image: url(../images/prev-arrow.png);
    transform: rotate(180deg);
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    color: transparent;
}

.tracking-detail .owl-prev:hover { background-image: url(../images/arrow.png); transform: rotate(180deg); }
.tracking-detail .owl-next:hover { background-image: url(../images/arrow.png); transform: none; }
.review-count {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #789;
    margin-top: 2px;
}
.tracking-detail .owl-nav {
    position: absolute;
    left: -164px;
    top: 45px;
}

.offer-content .support-trucking.boder-none {
    padding: 0 0 20px 0;
}

.fileContainer {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.fileContainer [type="file"] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    left: 0;
    bottom: 0;
}

.fileContainer [type=file] {
    cursor: pointer;
}

[id*="booking-tab-content"] { display: none; }
.booking-page .booking-details {  }
.terms-condition p { margin-top: 0; }
.booking-page .input-section h3 { margin-top: 0; }
.booking-page .terms-condition h3 { margin-top: 0; }
.dots span {

    float: right;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 11px;

}
.dots span:hover { background: #ccc; color: #fff; }

.dots span ul {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    list-style: none;
    border: 1px solid #ccc;
    padding: 0;
    width: 110px;
    padding: 10px;
    background: #125eb5;
    margin: 0;
    z-index: 9999999;

}  
.dots span ul li a {

    color: #fff;
    text-decoration: none;
    font-size: 14px;
    float: left;
    width: 100%;

}
.dots span ul li a:hover { opacity: 0.9; }
.dots span ul li {

    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;

}
.dots span ul li:last-child {
border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1130px) {
    
    .type-boat .item-boat { width: 31.5%; }
}

input[type="text"]:focus, input[type="password"]:focus {
    border: solid 1px #125EB5;
}