/*
font-family: "Barlow Condensed";
font-family: "Rajdhani";
font-family: 'Futura';
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body{
    font-family: "Rajdhani" !important;
}
body .container {
    max-width: 1188px;
    padding: 0;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-ExtraBold.woff2') format('woff2'),
        url('../fonts/Futura-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-ExtraBold.woff2') format('woff2'),
        url('../fonts/Futura-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0 28px 0 0;
    position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #001328;
    display: inline-block;
    font-size: 16.22px;
    letter-spacing: 0.96px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    padding-bottom: 5px;
}
body.all-pages .nav-menu li a{
    color: #ffffff;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 24px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\ ';
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    right: 0;
    top: -1px;
    line-height: 1;
    height: auto;
    width: auto;
}
body.all-pages li.menu-item-has-children::after{
    color: #ffffff;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
    box-shadow: 0 0 18px rgba(0, 19, 40, 0.1);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #001328 !important;
    padding: 24px 20px;
    text-align: center;
    width: 195px;
    background-color: #ffffff;
    border-bottom: 1px solid #f4f4f4;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    color: #ffffff !important;
    background-color: #ff3b33;
    border-color: #ffffff;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #ff3b33;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content-header.cover {
    padding: 100px 0;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    padding: 19px 0 11px;
}
body.all-pages .site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}
body.all-pages .site-header::after{
    content: '';
    display: inline-block;
    background-image: url(../images/header-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.site-header .container {
    max-width: 100%;
    padding: 0 190px;
}
body.all-pages .site-header .container{
    padding: 0 84px;
}
.header-content{
    position: relative;
    z-index: 1;
}   
.site-logo{
    display: none;
}
.site-logo img {
    width: 248px;
}
.navand-logo .d-flex {
    justify-content: space-between;
}
.ulogins {
    text-align: right;
}
body.all-pages .ulogins {
    margin-top: 19px;
}
.user-icon a {
    padding-bottom: 5px;
    display: inline-block;
}
.user-icon a img {
    transition: all 0.4s ease;
}
body.all-pages .user-icon a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}
.user-icon a:hover img,
body.all-pages .user-icon a:hover img{
    filter: brightness(0) saturate(100%) invert(35%) sepia(81%) saturate(2734%) hue-rotate(341deg) brightness(105%) contrast(104%);
    transition: all 0.4s ease;
}
body.all-pages #navbar{
    margin-top: 22px;
}
/*Header*/

/*Home*/
.banner-slogo {
    margin-bottom: 40px;
    position: relative;
    left: -89px;
}
.hbanner-telephone {
    position: absolute;
    top: 50px;
    right: 78px;
}
.hbanner-sec{
    position: relative;
}
.hbanner-telephone a {
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    transition: all 0.4s ease;
    background-color: #001328;
    padding: 12px 37px 10px 37px;
    border-radius: 100px;
    az-disabled-position: relative;
    az-disabled-z-index: 100;
}
.hbanner-telephone a:hover{
    background-color: #ff3b33;
    color: #ffffff;
}
.hbanner-telephone a img{
    margin-top: -5px;
    margin-right: 11px;
}
.hbanner-telephone a:hover img{
    filter: brightness(0) saturate(100%) invert(98%) sepia(99%) saturate(26%) hue-rotate(3deg) brightness(105%) contrast(100%);
}
.hbanner-sec.cover {
    height: 645px;
    padding: 60px 0 136px;
}
.hbanner-sec.pallbnr-sec.cover{
    height: 523px;
    padding: 0;
    display: flex;
    align-items: center;
}
.hbanner-content {
    position: relative;
    left: -154px;
}
.pallbnr-sec .hbanner-content{
    left: 0;
}
.hbanner-ct strong {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
body.all-pages .hbanner-ct strong {
    color: #ff3b33;
    font-size: 41.75px;
    font-family: 'Futura';
    font-weight: bold;
    display: inline-block;
    background-color: #ffffff;
    padding: 1px 10px 0;
    margin-bottom: 15px;
}
.hbanner-ct h1 {
    color: #ffffff;
    font-size: 60.82px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 56px 0;
    width: 73%;
}
.hbanner-sec.pallbnr-sec.cover .hbanner-ct h1 {
    margin: 0 0 23px 0;
    width: 60%;
}
.tracknow-search {
    position: relative;
    width: 607px;
}
.tracknow-search input{
    width: 100%;
    height: 51px;
    padding: 0 184px 0 18px;
    border: none;
}
.tracknow-search input,
.tracknow-search input::placeholder{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.tracknow-search button{
    color: #ffffff;
    font-size: 26.36px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff3b33;
    width: 170px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    transition: all 0.4s ease;
}
.tracknow-search button:hover{
    color: #ffffff;
    background-color: #232323;
}
.hbsearch-sec {
    margin-top: -50px;
    position: relative;
    z-index: 0;
}
.hbsearch-content.quickquote-search{
    padding-bottom: 50px;
}
.hbsearch-sec .hbsearch-content .container {
    max-width: 100%;
    padding: 0 90px;
}
.hbsearch-content {
    padding: 22px 0 30px;
    position: relative;
    background-color: #ffffff;
}
.hbsearch-content::after{
    content: '';
    display: inline-block;
    box-shadow: 0 0 30px #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.hbsearch-mtitle h3 {
    color: #ffffff;
    font-size: 26.36px;
    font-weight: 600;
    background-color: #001328;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px 8px;
}
.hbsearch-mtitle.red h3{
    background-color: #ff3b33;
}
.hbsearch-form .d-flex{
    align-items: flex-end;
    column-gap: 67px;
}
.form-title {
    margin: 35px 0 25px;
}
.form-title h4 {
    color: #000000;
    font-size: 26.36px;
    font-weight: 600;
}
.hbsearch-form label {
    color: #232323;
    font-size: 20.39px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    padding-left: 16px;
}
.hbsearch-form input,
.hbsearch-form select{
    background-color: #f4f4f4;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 100px;
    padding: 0 25px;
}
.hbsearch-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-size: 16px 8px;
    background-repeat: no-repeat;
    background-position: 91% 24px;
}
.hbsearch-form input[type="submit"],
.hbsearch-form button {
    color: #ffffff;
    font-size: 20.16px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff3b33;
    padding: 0 30px;
    height: 55px;
    border: none;
    transition: all 0.4s ease;
    text-align: center;
    border-radius: 100px;
    width: 100%;
}
.hbsearch-form input[type="submit"]:hover,
.hbsearch-form button:hover{
    color: #ffffff;
    background-color: #001328;
}
.hbsearch-form input[type="submit"]#addcargo-btn,
.hbsearch-form button#addcargo-btn {
    background-color: #00ba09;
}
.form-checkbox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-checkbox ul li {
    position: relative;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}
.hbsearch-form .form-checkbox ul li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #787878;
    border-radius: 2px;
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
    height: 33px;
    width: 33px !important;
    padding: 0;
}
.hbsearch-form .form-checkbox ul li label.final-mile {
    padding-left: 50px;
}
.hbsearch-form .form-checkbox ul li input#finalmile {
    position: absolute;
    top: 5px;
}
.hbsearch-form .form-checkbox ul li input[type=checkbox]:checked{
    background-color: #ff3b33;
    border-color: #ff3b33;
}
.fgetquote-btn button#getquote_lbtn {
    width: auto;
    padding: 0 99px;
    margin-top: 27px;
}
.form-checkbox ul li label{
    color: #000000;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}
.form-checkbox ul li label strong{
    font-weight: 600;
}
.form-checkbox ul li label a{
    color: #003ecb;
    transition: all 0.4s ease;
}
.form-checkbox ul li label a:hover{
    color: #ff3b33;
}
.hmain-content{
    text-align: center;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #232323;
    font-size: 40.50px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.hmain-content p{
    color: #686868;
    font-size: 18.25px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hmain-content strong{
    color: #ff3b33;
    font-size: 16.22px;
    letter-spacing: 0.96px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.logisticplane-sec {
    padding: 70px 0 0 0;
}
.logisticplane-sec .container {
    max-width: 100%;
    padding: 0 64px;
}
.logisticplane-sec .hmain-content {
    margin-bottom: 50px;
}
.logisticplane-list .col-auto {
    max-width: 20%;
    text-align: center;
}
.logisticplane-lbox h3{
    color: #232323;
    font-size: 26.36px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.logisticplane-lbox p {
    color: #686868;
    font-size: 16.22px;
    font-weight: 500;
    margin: 0 auto 15px;
    width: 80%;
}
.logisticplane-lbthumb {
    margin-bottom: 51px;
}
.logisticplane-lbox a{
    color: #ff3b33;
    font-size: 14.19px;
    font-weight: 600;
    transition: all 0.4s ease;
}
.logisticplane-lbox a:hover{
    text-decoration: underline !important;
    transform: scale(1.01);
    transition: all 0.4s ease;
}
.hservices-sec {
    padding: 80px 0;
}
.hservices-lbox {
    background-color: #f4f4f4;
    padding: 56px 28px 0;
    text-align: center;
    min-height: 275px;
    transition: all 0.4s ease;
}
.hservices-lbox h3{
    color: #232323;
    font-size: 26.36px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease;
    margin: 38px 0 0 0;
}
.hservices-lbox:hover{
    background-color: #ff3b33;
}
.hservices-lbox:hover img{
    transition: all 0.4s ease;
    filter: brightness(0) saturate(100%) invert(99%) sepia(16%) saturate(2%) hue-rotate(297deg) brightness(117%) contrast(100%);
}
.hservices-lbox:hover h3{
    color: #ffffff;
}
.pricingsolution-sec {
    border-bottom: 2px solid #f9f9f9;
    padding: 40px 0 80px;
}
.pricingsolution-ct strong {
    color: #ff3b33;
    font-size: 16.22px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    margin-bottom: 5px;
}
.pricingsolution-ct h3{
    color: #232323;
    font-size: 40.55px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.pricingsolution-ct p {
    color: #686868;
    font-size: 18.25px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.pricingsolution-ct p:last-child{
    margin: 0;
}
.pricingsolution-ct {
    margin-top: 30px;
    width: 98%;
}
.hcompanylogo-list ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    align-items: center;
}
.hcompanylogo-sec {
    padding: 20px 0 60px;
}
.logisticplanet-lbox.cover {
    padding: 95px 115px 39px 95px;
    height: 100%;
}
.logisticplanet-content .hmain-content {
    margin-bottom: 59px;
}
.logisticpla-innerct{
    text-align: right;
}
.logisticplanet-list .col-lg-6:nth-child(2) .logisticpla-innerct{
    text-align: left;
}
.logisticpla-innerct h3 {
    color: #f7f7f7;
    font-size: 40.55px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}
.logisticpla-innerct h5{
    color: #ffffff;
    font-size: 24.33px;
    font-weight: 600;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    width: 63%;
    margin: 0 0 0 auto;
}
.logisticplanet-list .col-sm-12:nth-child(2) .logisticpla-innerct h5 {
    margin: 0;
}
.logisticpla-innerct.abt p{
    color: #a8a8a8;
    min-height: unset;
}
.logisticpla-innerct.abt .lotrackerb-btn a{
    margin-top: 40px;
}
.logisticpla-innerct p {
    color: #ffffff;
    font-size: 24.33px;
    font-weight: 300;
    letter-spacing: 1.44px;
    margin: 0 0 15px auto;
    line-height: 32px;
    min-height: 126px;
}
.logisticpla-innerct p strong{
    font-weight: 600;
}
.logisticpla-innerct.abt p{
    font-size: 18.25px;
    letter-spacing: unset;
    font-weight: 400;
    margin: 0;
}
.logisticpla-innerct .fmc strong {
    color: #f7f7f7;
    font-size: 31px;
    font-weight: bold;
    background-color: #000000;
    padding: 10px 30px 8px;
    margin-top: 30px;
    display: inline-block;
}
.lotracker-box {
    border: 1px solid #ffffff;
    padding: 35px 15px;
    display: inline-block;
    margin: 12px 0 12px auto;
}
.lotracker-box span {
    color: #ff3b33;
    font-size: 14.19px;
    font-weight: 600;
    letter-spacing: 0.84px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.lotracker-box h4{
    color: #fffefe;
    font-size: 30.41px;
    font-weight: 600;
    margin: 0;
}
.lotrackerb-btn a,
.othertopics-btn a{
    color: #ffffff;
    font-size: 14.19px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff3b33;
    border: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 19px 44px 17px;
    letter-spacing: 0.84px;
    border-radius: 2px;
}
.lotrackerb-btn a:hover{
    color: #000000;
    background-color: #ffffff;
}
.hworkingprocess-sec {
    padding: 90px 0;
    background-color: #fff7f7;
}
.hworkingprocess-sec .hmain-content {
    margin-bottom: 74px;
}
.hworkingprocess-list{
    position: relative;
}
.hworkingprocess-list::after {
    content: '';
    display: inline-block;
    background-image: url(../images/hworkingpr-lafter-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1236px;
    height: 195px;
    position: absolute;
    top: -50px;
    left: -10px;
    z-index: 0;
}
.hworkingpr-lbox{
    text-align: center;
    transition: all 0.4s ease;
}
.hworkingpr-licon {
    background-image: url(../images/hworkingpr-licon-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
    z-index: 1;
    transition: all 0.4s ease;
}
.hworkingpr-licon img{
    transition: all 0.4s ease;
}
.hworkingpr-lbox:hover .hworkingpr-licon{
    background-image: url(../images/hworkingpr-licon.png);
}
.hworkingpr-lbox:hover .hworkingpr-licon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.hworkingpr-licon::after {
    content: '';
    display: inline-block;
    background-image: url(../images/hworkingpr-licon-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -9.50px;
    left: -15px;
    width: 189px;
    height: 170px;
    z-index: 0;
}
.hworkingpr-lbox h3 {
    color: #000000;
    font-size: 24.33px;
    font-weight: bold;
    margin: 0 0 32px 0;
}
.hworkingpr-lbox p {
    color: #686868;
    font-size: 18.25px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 auto;
    width: 89%;
}
.hworkingpr-licon strong.count {
    color: #ffffff;
    font-size: 30.41px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 53px;
    display: inline-block;
    background-color: #000000;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 2;
    transition: all 0.4s ease;
}
.hworkingpr-lbox:hover .hworkingpr-licon strong.count{
    color: #ff3b33;
    background-color: #ffffff;
}
.hcontatour-sec {
    background-color: #ff3b33;
    padding: 60px 0;
    position: relative;
    margin-top: 255px;
}
.hcontatour-lct span{
    color: #ffffff;
    font-size: 24.33px;
    font-weight: 500;
}
.hcontatour-lct h3 {
    color: #ffffff;
    font-size: 50.68px;
    font-weight: bold;
    width: 90%;
}
.hcontatour-lct a {
    color: #ffffff;
    font-size: 14.19px;
    font-weight: 600;
    display: inline-block;
    background-color: #232323;
    border: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 19px 44px 17px;
    letter-spacing: 0.84px;
    border-radius: 2px;
}
.hcontatour-lct a:hover{
    color: #ff3b33;
    background-color: #ffffff;
}
.hcontatour-lct a:first-child{
    color: #ff3b33;
    background-color: #ffffff;
    margin-right: 50px;
}
.hcontatour-lct a:first-child:hover{
    color: #ffffff;
    background-color: #232323;
}
.hcontatour-img {
    width: 713px;
    position: absolute;
    top: -134px;
    right: 120px;
}
.pricingsolution-sec.aboutpricing-sec{
    border-bottom: 2px solid #f9f9f9;
    padding: 94px 0 150px;
}
.aboutpricing-sec .pricingsolution-ct {
    margin-top: 0;
    width: 100%;
}
.aboutpricing-sec .pricingsolution-ct h3{
    font-size: 36px;
    margin: 0 0 12px 0;
}
.abtcasestudy-sec.cover {
    background-size: 50% !important;
    background-position: right !important;
    background-color: #f7f7f7 !important;
}
.abtcasestudy-sec .pricingsolution-ct {
    margin-top: 0;
    width: 92%;
    padding: 25px 0 0;
}
.abtcasestudy-sec .pricingsolution-ct h3 {
    margin: 0;
}
.abtcasestudy-sec .pricingsolution-ct p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 500; 
    margin: 0 0 20px 0;
}
.hcompanylogo-sec.bordersec{
    border-top: 2px solid #f9f9f9;
    margin-top: 50px;
}
.logisticpla-innerct.abt .fmcabt strong {
    font-size: 30.41px;
    font-weight: 600;
    color: #ffffff;
}
.abtlogisticp-sec .logisticplanet-lbox.cover {
    padding: 175px 115px;
    border-right: 1px solid #393533;
}
.requestquote-sec .logisticplanet-lbox.cover{
    padding: 40px 25px;
}
.logisticpla-innerct.abt.request{
    text-align: center;
}
.logisticpla-innerct.abt.request h3 {
    font-size: 24px;
}
.logisticpla-innerct.abt.request h5 {
    width: 100%;
    font-size: 16px;
    margin: 0;
}
.logisticpla-innerct.abt.request p {
    font-size: 14px;
}
.requestquote-sec .logisticplanet-lbox.cover {
    padding: 160px 25px 42px;
}
.requestquote-sec .logisticplanet-list .row {
    --bs-gutter-x: 19px;
    --bs-gutter-y: 19px;
}
.logisticpla-innerct.abt.request .lotrackerb-btn a {
    font-size: 9.58px;
    padding: 13px 25px;
    margin-top: 20px;
}
.logisticplanet-sec.requestquote-sec {
    padding: 100px 0 0;
}
.allpages-sec {
    padding: 70px 0 30px;
}
.allpages-sec.bg{
    background-color: #f7f7f7;
}
.allpages-content .hmain-content {
    text-align: left;
}
.allpages-content .hmain-content h1, .allpages-content .hmain-content h2, .allpages-content .hmain-content h3{
    font-size: 36px;
}
.allpages-content .hmain-content h4, .allpages-content .hmain-content h5, .allpages-content .hmain-content h6{
    font-size: 18.24px;
    margin: 0 0 30px 0;
}
.cargo-metric .form-title {
    text-align: center;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    margin: 60px 0 30px;
    padding: 30px 0;
}
.cargo-metric .form-title h4{
    margin: 0;
}
.quickqpricing-sec .pricingsolution-ct{
    margin-top: 0;
}
#hlogisplanet_slide ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
#hlogisplanet_slide .slick-dots li {
    margin: 0;
    width: 17px;
    height: 17px;
    border: none;
}
#hlogisplanet_slide .slick-dots li button {
    width: 17px;
    height: 17px;
    background-color: #232323;
    border-radius: 100%;
    padding: 0;
    border: 6px solid #ececec;
    overflow: hidden;
    text-indent: 999px;
}
#hlogisplanet_slide .slick-dots li.slick-active button{
    background-color: #ffffff;
    border-color: #ff3b33;
}
#hlogisplanet_slide .slick-dots li button::before{
    display: none;
}
.hlogisplanet-sec {
    padding: 100px 0 80px;
}
.hlogisplanet-content .hmain-content {
    margin-bottom: 80px;
}
.hlogisplanet-lbox {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 2px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    padding: 50px 65px;
    text-align: center;
    min-height: 430px;
}
.hlogisplanet-list .slick-track .item.slick-current.slick-active .hlogisplanet-lbox {
    border-left-color: #fbccca;
    border-right-color: #fbccca;
    border-bottom-color: #ff3b33;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
}
.hlogisplanet-licon {
    text-align: center;
    margin-bottom: 30px;
}
.hlogisplanet-licon img {
    display: inline-block;
    margin: 0 auto 20px;
}
.hlogisplanet-list .slick-track .item.slick-current.slick-active .hlogisplanet-lbox .hlogisplanet-licon img{
    filter: brightness(0) saturate(100%) invert(37%) sepia(90%) saturate(4142%) hue-rotate(343deg) brightness(121%) contrast(112%);
}
.hlogisplanet-lbox h3 {
    color: #232323;
    font-size: 20.27px;
    font-weight: 600;
    margin-bottom: 15px;
}
.hlogisplanet-lbox p{
    color: #686868;
    font-size: 18.25px;
    font-weight: 400;
    margin: 0;
}
.othertopics-sec {
    padding: 80px 0 0;
}
.othertopics-content .hmain-content{
    margin-bottom: 70px;
}
.othertopics-lbox {
    position: relative;
}
.othertopics-btn {
    text-align: center;
    margin-top: 70px;
}
.othertopics-btn a:hover{
    color: #ffffff;
    background-color: #232323;
}
.othertopic-bct {
    background-color: #ffffff;
    width: 56%;
    position: absolute;
    top: 31px;
    right: 0;
    padding: 50px;
}
.othertopic-bct span {
    color: #ff3b33;
    font-size: 14.19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.84px;
}
.othertopic-bct h3{
    color: #25343d;
    font-size: 30.41px;
    font-weight: 600;
    margin: 0;
}
.any-question span{
    color: #7f8284;
    font-size: 16px;
    font-weight: 500;
}
.any-call {
    margin: 40px 0;
}
.any-call p,
.any-inquiry p{
    color: #7f8284;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.any-call a {
    color: #ff3b33;
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s ease;
    line-height: 1;
}
.any-call a:hover{
    color: #25343d;
}
.any-inquiry ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.any-inquiry ul li{
    color: #ff3b33;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}
.any-inquiry ul li a{
    color: #002c42;
    font-weight: 500;
    transition: all 0.4s ease;
}
.any-inquiry ul li a:hover{
    color: #ff3b33;
    opacity: 0.8;
}
.hcontactp-sec{
    font-family: "Barlow Condensed" !important;
    padding: 100px 0;
}
.hcontact-form .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.hcontact-form label{
    display: none;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder{
    color: #7f8284;
    font-size: 16px;
    font-weight: 500;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea{
    width: 100%;
    height: 72px;
    background-color: #f3f3f3;
    padding: 0 40px;
    border: none;
}
.hcontact-form textarea{
    height: 180px;
    padding-top: 25px;
}
.hcontact-form .button input{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff3b33;
    width: 214px;
    height: 72px;
    padding: 0;
    border: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.hcontact-form .button input:hover{
    color: #ffffff;
    background-color: #232323;
}
.any-question span{
    color: #7f8284;
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
}
.any-question span::after{
    content: '';
    display: inline-block;
    background-color: #ff3b33;
/*    width: 188px;*/
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.any-question h3{
    color: #002c42;
    font-size: 48px;
    font-weight: 600;
}
/*Home*/

/*Footer*/

.site-footer{
    background-color: #232323;
    padding: 60px 0 0;
}
.ft-content .d-flex{
    column-gap: 30px;
}
.ft-logo {
    width: 395px;
}
.ft-logo img{
    margin-bottom: 30px;
}
strong.ftmain-title {
    color: #ffffff;
    font-size: 20.27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    letter-spacing: 1px;
}
.ft-logo p {
    color: #a8a8a8;
    font-size: 16.22px;
    font-weight: 600;
}
.ft-emailsub {
    margin-top: 35px;
}
.ft-emailsub form {
    display: flex;
    column-gap: 9px;
}
.ft-emailsub input,
.ft-emailsub input::placeholder{
    color: #a8a8a8;
    font-size: 16.22px;
    font-weight: 600;
}
.ft-emailsub input{
    width: 100%;
    height: 62px;
    padding: 0 30px;
    background-color: #2f2f2f;
    border: none;
    border-radius: 2px;
}
.ft-emailsub button{
    color: #ffffff;
    font-size: 14.19px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff3b33;
    border: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 0 30px;
    letter-spacing: 0.84px;
    border-radius: 2px;
    height: 62px;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu.twoline {
    width: 300px;
}
.ft-menu.twoline ul {
    column-count: 2;
}
.ft-menu ul li{
    margin-bottom: 14px;
}
.ft-menu ul li a{
    color: #a8a8a8;
    font-size: 16.22px;
    font-weight: 600;
    transition: all 0.4s ease;
}
.ftct-details p {
    color: #ffffff;
    font-size: 16.22px;
    font-weight: 400;
    margin: 0 0 5px;
}
.ftct-details a{
    color: #a8a8a8;
    font-size: 16.22px;
    font-weight: 600;
    transition: all 0.4s ease;
}
.address {
    margin-bottom: 20px;
    color: #a8a8a8;
    font-weight: 600;
}
.phone-numbers {
    margin-bottom: 20px;
}
.ftct-details {
    width: 270px;
}
.ftct-details .phone-numbers a {
    color: #ff3b33;
    font-size: 20.27px;
    font-weight: 600;
    transition: all 0.4s ease;
    margin-bottom: 4px;
    display: inline-block;
}
.ftct-details a img{
    margin-right: 4px;
}
.ftct-details a:hover{
    color: #ff3b33;
}
.copyright {
    background-color: #ffffff;
    padding: 30px 0;
    margin-top: 60px;
}
.copyright span{
    color: #686868;
    font-size: 16.22px;
    font-weight: 600;
    text-align: center;
    display: block;
}
/*Footer*/

/*  Media Query  */
@media(max-width: 1800px){
    .hbanner-content {
        position: relative;
        left: 0;
    }
    .site-header .container {
        padding: 0 40px;
    }
    .logisticpla-innerct p br{
        display: none;
    }
    .logisticpla-innerct h3 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .logisticpla-innerct p {
        font-size: 21px;
        line-height: 29px;
        az-disabled-min-height: unset;
    }
    .hcontatour-img {
        width: 613px;
        top: -100px;
        right: 120px;
    }
    .abtlogisticp-sec .logisticplanet-lbox.cover {
        padding: 100px 70px;
    }
    .hbsearch-form input[type="submit"],
    .hbsearch-form button {
        font-size: 16px;
        padding: 0 15px;
    }
}
@media(max-width: 1536px){
    .nav-menu li {
        margin: 0 15px 0 0;
    }
    .hcontatour-img {
        width: 580px;
        top: -70px;
        right: 100px;
    }
    .hcontactp-sec {
        padding: 60px 0;
    }
}
@media(max-width: 1440px){
    .header-content .col-sm-12:first-child{
        flex: auto;
        max-width: 90%;
    }
    .header-content .col-sm-12:nth-child(2){
        flex: auto;
        max-width: 10%;
    }
    .logisticpla-innerct .fmc strong{
        font-size: 22px;
    }
    .hcontatour-lct h3{
        font-size: 40px;
    }
    .hcontatour-lct span{
        font-size: 22px;
    }
    .hcontatour-sec {
        margin-top: 155px;
    }
    .hcontatour-buttons {
        margin-top: 30px;
    }
    .hcontatour-lct a:first-child{
        margin-right: 30px;
    }
    .hbsearch-form .d-flex{
        column-gap: 20px;
    }
    .hbsearch-form label{
        font-size: 17px;
    }
    .logisticplane-list .row.justify-content-between{
        justify-content: center !important;
        text-align: center;
        --bs-gutter-x: 30px;
        --bs-gutter-y: 40px;
    }
    .logisticplane-list .col-auto {
        width: 33.33%;
        max-width: 50%;
    }
    .hservices-sec {
        padding: 60px 0;
    }
    .hservices-lbox h3{
        font-size: 22px;
    }
    .logisticplanet-lbox.cover {
        padding: 60px 60px 39px;
    }
    .nav-menu li a {
        font-size: 14px;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }
    .nav-menu li.menu-item-has-children::after {
        font-size: 12px;
        right: 6px;
        top: 3px;
    }
    .logisticplanet-sec.requestquote-sec {
        padding: 60px 0 0;
    }
}
@media(max-width: 1366px){
    .banner-slogo{
        left: 0;
    }
    .any-question h3{
        font-size: 39px;
    }
    .any-inquiry ul li{
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    .banner-slogo{
        display: none;
    }
    .site-logo{
        display: inline-block;
    }
    .site-logo img {
        width: 160px;
    }
    .user-icon {
        position: absolute;
        top: 14px;
        right: 51px;
    }
    .hcontatour-img {
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
    }
    .hcontatour-content .col-sm-12 {
        flex: auto;
        width: 50%;
        align-self: center;
    }
    .pallbnr-sec .hbanner-content {
        left: 0;
        padding-top: 50px;
    }
    body.all-pages .hbanner-ct strong{
        font-size: 30px;
    }
    .hbanner-ct h1{
        font-size: 49px;
    }
    .hcontatour-sec {
        margin-top: 0;
    }
    .pricingsolution-sec.aboutpricing-sec {
        padding: 60px 0;
    }
    .pricingsolution-ct h3{
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .logisticplanet-sec.requestquote-sec {
        padding: 50px 0;
    }
    .hbsearch-sec .hbsearch-content .container {
        padding: 0 40px;
    }
    .othertopics-sec{
        padding-bottom: 40px;
    }
    .othertopics-btn {
        margin-top: 40px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 19px;
        right: 0;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 22px;
        right: 5px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    .all-pages #menuToggle span{
        background: #ffffff;
    }
    #menuToggle.open span:first-child{
        transform-origin: 0% 0%;
    }
    body.all-pages #navbar {
        margin-top: 0;
    }
    body.all-pages .site-header .container {
        padding: 0 40px;
    }
    #menuToggle.open span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
        z-index: 9999;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a {
        color: #ffffff ! Important;
        font-weight: unset;
        width: 100%;
        background-color: #333333;
        text-align: left;
        border-bottom: none;
        padding: 15px 20px;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 90px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 1170px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .hbanner-telephone a{
        font-size: 20px;
    }
    .hbanner-sec.cover {
        height: 500px;
        padding: 0 0 40px 0;
        display: flex;
        align-items: center;
    }
    .hbsearch-mtitle h3{
        font-size: 20px;
    }
    .hbsearch-form .d-flex {
        column-gap: 0;
        display: flex !important;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        justify-content: center;
    }
    .hbsearch-form .d-flex .col {
        flex: auto;
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hworkingprocess-list::after {
        background-size: 100%;
        width: 100%;
        height: 176px;
        top: -50px;
        left: 0;
        z-index: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .pricingsolution-ct p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 17px 0;
    }
    .pricingsolution-sec {
        padding: 0 0 40px;
    }
    .logisticplanet-content .hmain-content {
        margin-bottom: 30px;
    }
    .logisticpla-innerct,
    .logisticplanet-list .col-lg-6:nth-child(2) .logisticpla-innerct{
        text-align: center;
    }
    .lotracker-box{
        display: block;
        border: 1px solid #ffffff;
        padding: 23px 15px;
        margin: 25px auto;
    }
    .logisticpla-innerct p {
        font-size: 19px;
        line-height: 26px;
        min-height: 125px;
        letter-spacing: 0;
        font-weight: 400;
    }
    .hworkingprocess-sec {
        padding: 50px 0;
    }
    .hcontatour-sec {
        margin-top: 0;
    }
    .ft-content .d-flex {
        flex-wrap: wrap;
        column-gap: 0;
        justify-content: center;
    }
    .ft-content .col-auto{
        flex: auto;
        width: 33.33%;
    }
    .ft-content .col-auto:first-child{
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .ft-logo {
        width: 64%;
        text-align: center;
        margin: 0 auto;
    }
    .ft-emailsub {
        width: 50%;
        margin: 35px auto;
    }
    .ft-emailsub input,
    .ft-emailsub button{
        height: 50px;
    }
    .copyright {
        padding: 16px 0;
        margin-top: 20px;
    }
    .hworkingpr-lbox p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        margin: 0 auto;
        width: 100%;
    }
    .hcontatour-lct span {
        font-size: 18px;
    }
    .logisticpla-innerct h5{
        width: 100%;
    }
    .abtlogisticp-sec .logisticplanet-lbox.cover {
        padding: 70px 40px;
    }
    .logisticplanet-list .row{
        justify-content: center;
    }
    .logisticplanet-list .col-sm-12 {
        flex: auto;
        max-width: 50%;
        width: 50%;
    }
    .form-checkbox ul li label{
        font-size: 17px;
        font-weight: 500;
    }
    .hcompanylogo-box div {
        padding: 0 8px;
    }
    .hlogisplanet-sec {
        padding: 40px 0 60px;
    }
    .hlogisplanet-content .hmain-content{
        margin-bottom: 45px;
    }
    .othertopics-content .hmain-content{
        margin-bottom: 30px;
    }
    .othertopics-sec {
        padding: 45px 0;
    }
    .hlogisplanet-lbox {
        padding: 30px 20px;
        text-align: center;
        min-height: 340px;
    }
    .othertopic-bct {
        width: 70%;
        top: 31px;
        padding: 20px;
    }
}
@media(max-width: 992px){
    .hservices-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .pricingsolution-ct h3 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    .hservices-list .col-sm-6 {
        flex: auto;
        width: 50%;
    }
    .pricingsolution-ct p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 17px 0;
    }
    .hcontatour-lct h3 {
        font-size: 27px;
    }
    .aboutpricing-sec .pricingsolution-ct h3{
        font-size: 27px;
    }
    .logisticpla-innerct h5{
        font-size: 20px;
    }
    .logisticpla-innerct.abt .fmcabt strong{
        font-size: 25px;
    }
    .hcontactp-content .col-sm-12 {
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .any-call {
        margin: 15px 0;
    }
    .hcontact-form {
        margin-top: 40px;
    }
    .hcontactp-sec {
        padding: 40px 0 50px;
    }
    .hcontact-form input, .hcontact-form select, .hcontact-form textarea {
        height: 55px;
        padding: 0 24px;
    }
    .hcontact-form .button input{
        height: 55px;
    }
    .hcontact-form textarea {
        height: 130px;
        padding-top: 15px;
    }
    .allpages-sec {
        padding: 40px 0 10px;
    }
    .allpages-content .hmain-content h4, .allpages-content .hmain-content h5, .allpages-content .hmain-content h6{
        margin: 0 0 15px 0;
    }
    .hmain-content p {
        font-size: 16px;
        font-weight: 500;
    }
}
@media(max-width: 830px){
    .hbanner-ct h1 {
        font-size: 43px;
        margin: 0 0 30px 0;
        width: 100%;
        text-align: center;
        font-weight: 600;
    }
    .hbanner-sec.pallbnr-sec.cover .hbanner-ct h1{
        width: 100%;
    }
    .hbanner-ct strong{
        text-align: center;
    }
    .tracknow-search {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    .hbsearch-sec .hbsearch-content .container{
        padding: 0 40px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 30px;
    }
    .logisticplane-list .col-auto {
        width: 50%;
        max-width: 50%;
    }
    .logisticplane-lbox p{
        width: 100%;
    }
    .logisticplanet-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hworkingprocess-list .row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 40px;
    }
    .hworkingprocess-list .col-sm-6 {
        flex: auto;
        width: 50%;
    }
    .hworkingprocess-list::after{
        top: 0;
    }
    .hcontatour-content .col-sm-12 {
        flex: auto;
        width: 100%;
        align-self: center;
        text-align: center;
    }
    .hcontatour-img {
        width: 55%;
        top: 0;
        right: 0;
        position: relative;
        margin: 0 auto 30px;
    }
    .hcontatour-content .col-sm-12:first-child{
        order: 2;
    }
    .hcontatour-sec {
        padding: 40px 0;
    }
    .ft-logo{
        width: 100%;
    }
    .ft-menu.twoline {
        width: auto;
    }
    .ftct-details {
        width: auto;
    }
    .ft-content .d-flex{
        justify-content: center;
        text-align: center;
    }
    .ft-menu.twoline ul {
        column-count: unset;
    }
    .ft-emailsub{
        width: 70%;
    }
    .ft-menu ul li {
        margin-bottom: 8px;
    }
    strong.ftmain-title {
        font-size: 20.27px;
        margin-bottom: 20px;
        display: block;
        letter-spacing: 1px;
    }
    .hbanner-ct{
        text-align: center;
    }
    body.all-pages .hbanner-ct strong {
        font-size: 26px;
    }
    .hbanner-sec.pallbnr-sec.cover .hbanner-ct h1 {
        width: 57%;
        margin: 10px auto 30px;
    }
}
@media(max-width: 767px){
    .pricingsolution-content .col-sm-6,
    .abtcasestudy-content .col-sm-6{
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .abtcasestudy-sec.cover{
        background: none !important;
        background-color: #f7f7f7 !important;
    }
    .hcompanylogo-list ul {
        flex-wrap: wrap;
    }
    .hcompanylogo-list ul li {
        width: 33.33%;
        text-align: center;
        padding: 0 14px;
        max-width: 33.33%;
        margin-bottom: 20px;
    }
    .hcompanylogo-sec {
        padding: 40px 0 20px;
    }
    .logisticpla-innerct p {
        font-size: 19px;
        line-height: 26px;
        min-height: auto;
    }
    .logisticpla-innerct .fmc strong{
        margin-top: 5px;
    }
    .abtcasestudy-sec .pricingsolution-ct {
        width: 100%;
        padding: 35px 0 20px;
    }
    .pricingsolution-img{
        margin-bottom: 30px;
    }
    .pricingsolution-sec.aboutpricing-sec {
        padding: 40px 0 35px;
    }
    .requestquote-sec .logisticplanet-lbox.cover {
        padding: 100px 25px 42px;
    }
    .othertopics-list .row.m-0 {
        justify-content: center;
        text-align: center;
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .hlogisplanet-lbox {
        padding: 30px 34px;
        text-align: center;
        min-height: 300px;
    }
}
@media(max-width: 667px){
    .hcontatour-img{
        width: 78%;
        margin: 0 auto 30px;   
    }
    .tracknow-search{
        width: 100%;
    }
    .tracknow-search button{
        font-size: 21px;
    }
    .tracknow-search input, .tracknow-search input::placeholder {
        font-size: 15px;
        font-weight: 500;
    }
    .hbanner-sec.cover {
        height: auto;
        padding: 50px 0 85px;
    }
    .hbanner-telephone {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 0;
        margin-bottom: 30px;
    }
    .logisticplanet-list .col-sm-12{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 570px){
    .ft-content .col-auto,
    .hservices-list .col-sm-6,
    .logisticplane-list .col-auto{
        flex: auto;
        width: 100%;
        max-width: 100%;
    }
    .logisticplane-sec {
        padding: 40px 0 0 0;
    }
    .hservices-sec {
        padding: 40px 0;
    }
    .ft-emailsub {
        width: 100%;
    }
    .hbanner-sec.pallbnr-sec.cover .hbanner-ct h1{
        width: 100%;
    }
    body.all-pages .hbanner-ct strong{
        font-size: 19px;
    }
    .hcontact-form .col-6 {
        flex: auto;
        width: 100%;
    }
    .hcontact-form .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }
    .hcontact-form .button input {
        height: 56px;
        font-size: 16px;
        padding: 0;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .hcontatour-lct h3{
        width: 100%;
    }
    .site-footer {
        padding: 40px 0 0;
    }
}
@media(max-width: 480px){
    .hcontatour-lct a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hcontatour-lct h3 {
        font-size: 28px;
        margin: 15px auto 0;
    }
    .hcontatour-lct span {
        font-size: 19px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1;
    }
    .hcontatour-lct a{
        width: 100%;
    }
    .logisticplane-sec .container{
        padding: 0 40px;
    }
    .hbsearch-form .d-flex{
        margin: 0;
    }
    .hbsearch-form .d-flex .col {
        flex: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .hbsearch-sec {
        margin-top: 40px;
        position: relative;
    }
    .hbanner-ct strong{
        font-size: 18px;
    }
    .hbanner-sec.pallbnr-sec.cover .hbanner-ct h1 {
        width: 100%;
        font-size: 29px;
    }
    .hbanner-sec.pallbnr-sec.cover {
        height: auto;
        padding: 80px 0 50px;
    }
    .tracknow-search input{
        padding: 0 20px;
    }
    .tracknow-search button {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    .form-checkbox ul li label {
        font-size: 15px;
        font-weight: 500;
        width: 97%;
    }
    .hbsearch-form .form-checkbox ul li input {
        height: 20px !important;
        width: 20px !important;
    }
    .hbsearch-form .form-checkbox ul li label.final-mile {
        padding-left: 40px;
    }
    .form-title h4 {
        font-size: 17px;
    }
    .cargo-metric .form-title {
        text-align: center;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        margin: 15px 0 30px;
        padding: 17px 0;
    }
    .hbsearch-form .form-checkbox ul li input#finalmile {
        top: 3px;
    }
    .fgetquote-btn button#getquote_lbtn{
        width: 100%;
    }
}
@media(max-width: 414px){
    body .container,
    .logisticplane-sec .container,
    .hbsearch-sec .hbsearch-content .container,
    body.all-pages .site-header .container{
        padding: 0 20px;
    }
    .hworkingprocess-list .col-sm-6{
        width: 100%;
        max-width: 100%;
    }
    .hbanner-ct h1{
        font-size: 30px;
    }
    .lotracker-box h4 {
        color: #fffefe;
        font-size: 23px;
        font-weight: 600;
        margin: 0;
    }
    .logisticplanet-lbox.cover {
        padding: 30px 30px 35PX;
    }
    .hcompanylogo-list ul li {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hbanner-sec.cover {
        padding: 50px 0;
    }
    .ft-emailsub form {
        display: block;
    }
    .ft-emailsub button{
        width: 100%;
        margin-top: 10px;
    }
    .site-header .container {
        padding: 0 20px;
    }
    .abtlogisticp-sec .logisticplanet-lbox.cover {
        padding: 40px 20px;
    }
    .logisticplanet-sec.requestquote-sec {
        padding: 30px 0;
    }
    .othertopic-bct {
        width: 100%;
        top: auto;
        padding: 15px 0 0;
        bottom: 0;
        position: relative;
    }
    .othertopics-btn {
        margin-top: 20px;
    }
}


/***** Pages Common *****/
.page-main-heading {
    font-size: 40px !important;
    font-weight: bold !important;
    color: #002c42 !important;
    border-bottom: 2px solid #ff3b33 !important;
    margin-bottom: 40px !important;
}
.el-form {
    font-family: 'Barlow Condensed' !important;
    az-disabled-font-size: 18px !important;
}
.el-form .invalid-feedback {
    font-size: unset !important;
}
.el-form .form-floating > label::after {
    background-color: transparent !important;
}
.el-form .form-floating .form-label {
    color: #444444 !important;
}
.el-form input[type="text"],
.el-form input[type="email"],
.el-form input[type="tel"],
.el-form input[type="date"],
.el-form input[type="file"],
.el-form input[type="password"],
.el-form select,
.el-form textarea {
    background-color: #f0f0f0 !important;
}
.el-form select.form-control-lg {
    height: 24px !important;
    padding-top: 24px !important;
    padding-bottom: 8px !important;
}
.el-form input[type="submit"] {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff3b33;
    width: 180px;
    height: 60px;
    padding: 0;
    border: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.el-form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #232323;
}
.el-form input[type="checkbox"],
.el-form input[type="radio"] {
    width: 16px !important;
}
.el-form hr {
    border: 1px dashed #333333 !important;
    margin-bottom: 0px;
}
.el-form-result .alert-success .alert-heading {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #198754 !important;
    margin-bottom: 0px !important;
}
.el-form-result .alert-success p {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #198754 !important;
}
.el-form-result .alert-success p:last-child {
    margin-bottom: 0px !important;
}
.el-form-result .alert-success hr {
    color: #198754 !important;
    margin-bottom: 20px !important;
}
.el-form-result .alert-danger .alert-heading {
    font-size: 24px !important;
    font-weight: bold !important;
    color: var(--bs-danger) !important;
    margin-bottom: 0px !important;
}
.el-form-result .alert-danger p {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--bs-danger) !important;
}
.el-form-result .alert-danger p:last-child {
    margin-bottom: 0px !important;
}
.el-form-result .alert-danger hr {
    color: var(--bs-danger) !important;
    margin-bottom: 20px !important;
}
/***** Quote Types Page *****/
.quote-types-page {
    padding-top: 35px !important;
}
.quote-types-page a {
    font-size: 16px !important;
}
.quote-types-page h3 {
    color: #ffffff !important;
}
.quote-types-page p {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}
.quote-types-page .contrast-layer {
    az-disabled-display: inline-block !important;
    padding: 8px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.quote-types-page .logisticplanet-lbox.cover {
    padding-top: 40px !important; /* 100px */
    padding-bottom: 37px !important; /* 68px */
}
.quote-types-page .logisticpla-innerct h3 {
    margin-top: 4px !important;
    margin-bottom: 6px !important;
}
/***** Request a Quote Page *****/
.quote-page {
    padding-top: 35px !important;
}
.quote-page .container-details {
    display: none;
}
.quote-page .insurance-details {
    az-disabled-display: none;
}
/***** Book a Shipment Page *****/
.booking-page {
    padding-top: 35px !important;
}
/***** Locations Page *****/
.locations-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.locations-page h2 {
    font-size: 26px !important;
}
.locations-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
/***** Global Network Page *****/
.global-network-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.global-network-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.global-network-page .hmain-content li {
    text-align: justify;
}
.global-network-page #map_wrapper {
    height: 400px;
}
.global-network-page #map_canvas {
    width: auto;
    height: 400px;
}
.global-network-page .c-tpat-info {
    font-size: 16px !important;
    display: inline-block !important;
    padding: 6px 16px !important;
    margin: 10px;
    color: #ffffff !important;
    background-color: #ff3b33 !important;
}
/***** USA Network Page *****/
.usa-network-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.usa-network-page h2 {
    font-size: 26px !important;
}
.usa-network-page .usa-map {
    max-width: 500px;
}
.usa-network-page .depots-list {
    column-count: auto;
    column-width: 250px;
}
/***** Tools & Resources Page *****/
.resources-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.resources-page .resources-list img {
    display: inline-block !important;
    margin-right: 8px !important;
}
.resources-page .resources-list h4 {
    font-size: 20px !important;
    display: inline !important;
    margin: 0px !important;
}
.resources-page .resources-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.resources-page .resources-list a:hover h4 {
    color: #ff3b33;
}
/***** Forms Page *****/
.forms-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.forms-page .forms-list img {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
}
.forms-page .forms-list h4 {
    font-size: 20px !important;
    margin: 0px !important;
}
.forms-page .forms-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.forms-page .forms-list a:hover h4 {
    color: #ff3b33;
}
/***** Account Forms Page *****/
.account-forms-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.account-forms-page .forms-list img {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
}
.account-forms-page .forms-list h4 {
    font-size: 20px !important;
    margin: 0px !important;
    text-transform: uppercase;
}
.account-forms-page .forms-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.account-forms-page .forms-list a:hover h4 {
    color: #ff3b33;
}
.account-forms-page .forms-list img.payment-options {
    display: inline-block !important;
    width: 78px;
    height: 25px;
}
/***** Export Forms Page *****/
.export-forms-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.export-forms-page .forms-list img {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
}
.export-forms-page .forms-list h4 {
    font-size: 20px !important;
    margin: 0px !important;
}
.export-forms-page .forms-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.export-forms-page .forms-list a:hover h4 {
    color: #ff3b33;
}
/***** Import Forms Page *****/
.import-forms-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.import-forms-page .forms-list img {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
}
.import-forms-page .forms-list h4 {
    font-size: 20px !important;
    margin: 0px !important;
}
.import-forms-page .forms-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.import-forms-page .forms-list a:hover h4 {
    color: #ff3b33;
}
/***** Services Page *****/
.services-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.services-page .services-list img {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
}
.services-page .services-list h4 {
    font-size: 20px !important;
    margin: 0px !important;
}
.services-page .services-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.services-page .services-list a:hover h4 {
    color: #ff3b33;
}
/***** Warehouse Distribution Page *****/
.warehouse-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.warehouse-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.warehouse-page .hmain-content li {
    text-align: justify;
}
.warehouse-page img.warehouse-image {
    display: block;
    margin: 20px auto 30px auto !important;
}
/***** Ocean Freight Services Page *****/
.ocean-freight-services-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.ocean-freight-services-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.ocean-freight-services-page .hmain-content li {
    text-align: justify;
}
.ocean-freight-services-page .fmc-info {
    font-size: 22px !important;
    display: inline-block !important;
    padding: 6px 16px !important;
    margin: 10px !important;
    color: #ffffff !important;
    background-color: #ff3b33 !important;
}
.ocean-freight-services-page .hmain-content h4 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ff3b33 !important;
    margin: 12px auto 24px auto;
}
/***** Air Freight Services Page *****/
.air-freight-services-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.air-freight-services-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.air-freight-services-page .iac-info {
    font-size: 22px !important;
    display: inline-block !important;
    padding: 6px 16px !important;
    margin: 10px !important;
    color: #ffffff !important;
    background-color: #ff3b33 !important;
}
/***** Project Cargo Services Page *****/
.project-cargo-services-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.project-cargo-services-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.project-cargo-services-page .hmain-content li {
    text-align: justify;
}
/***** Insurance Compliance Page *****/
.insurance-compliance-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.insurance-compliance-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.insurance-compliance-page .forms-list img {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
}
.insurance-compliance-page .forms-list h4 {
    font-size: 20px !important;
    margin: 0px !important;
}
.insurance-compliance-page .forms-list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.insurance-compliance-page .forms-list a:hover h4 {
    color: #ff3b33;
}
/***** Customs Clearance Page *****/
.customs-clearance-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.customs-clearance-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.customs-clearance-page .hmain-content li {
    text-align: justify;
}
.customs-clearance-page .hmain-content strong {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--bs-body-color) !important;
    display: unset;
}
.customs-clearance-page .schedule-b-code-info {
    font-size: 22px !important;
    display: inline-block !important;
    padding: 6px 16px !important;
    margin: 10px !important;
    color: #ffffff !important;
    background-color: #ff3b33 !important;
}
/***** Technology Page *****/
.technology-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.technology-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.technology-page .hmain-content strong {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ff3b33 !important;
    display: unset;
}
/***** C-TPAT Page *****/
.ctpat-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.ctpat-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.ctpat-page .hmain-content li {
    text-align: justify;
}
.ctpat-page .hmain-content strong {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--bs-body-color) !important;
    display: unset;
}
.ctpat-page .svi-info {
    font-size: 22px !important;
    display: inline-block !important;
    padding: 6px 16px !important;
    margin: 10px !important;
    color: #ffffff !important;
    background-color: #ff3b33 !important;
}
/***** United States Domestic Services Page *****/
.us-domestic-services-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.us-domestic-services-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.us-domestic-services-page .hmain-content li {
    text-align: justify;
}
.us-domestic-services-page .hmain-content strong {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--bs-body-color) !important;
    display: unset;
}
.us-domestic-services-page .registration-info {
    font-size: 22px !important;
    display: inline-block !important;
    padding: 6px 16px !important;
    margin: 10px !important;
    color: #ffffff !important;
    background-color: #ff3b33 !important;
}
/***** Sailing Schedule Page *****/
.sailing-schedule-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.sailing-schedule-page iframe {
    border: 1px solid #333333 !important;
}
/***** Ocean Container Dimensions Page *****/
.ocean-container-dimensions-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
/***** Air Container Dimensions Page *****/
.air-container-dimensions-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
/***** Vessel Tracking Page *****/
.vessel-tracking-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.vessel-tracking-page iframe {
    border: 1px solid #333333 !important;
}
/***** Inco Terms Page *****/
.inco-terms-page {
    padding-top: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
/***** Hazardous Classes Page *****/
.hazardous-classes-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.hazardous-classes-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.hazardous-classes-page .hmain-content li {
    text-align: justify;
}
.hazardous-classes-page .hmain-content strong {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ff3b33 !important;
    display: unset;
}
/***** Order Management Page *****/
.order-management-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.order-management-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: justify;
}
.order-management-page .hmain-content li {
    text-align: justify;
}
.order-management-page .hmain-content strong {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--bs-body-color) !important;
    display: unset;
}
/***** Online Payment Page *****/
.online-payment-page {
    padding-top: 35px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
}
.online-payment-page .hmain-content p {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--bs-body-color) !important;
    text-align: center;
}
.online-payment-page .hmain-content strong {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ff3b33 !important;
    display: unset;
    text-transform: none !important;
}
/***** About Us Page *****/
.about-page {
    padding-top: 35px !important;
}
/***** Contact Us Page *****/
.contact-page {
    padding-top: 35px !important;
}
@media(max-width: 992px) {
    .contact-page form {
        margin-top: 40px;
    }
}
@media(max-width: 570px) {
    .contact-page .col-6 {
        flex: auto;
        width: 100%;
    }
}
/***** Terms & Conditions Page *****/
.terms-page {
    padding-top: 35px !important;
    font-size: 18px !important;
}
.terms-page h4 {
    font-size: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.terms-page h5 {
    font-size: 18px !important;
    margin-top: 18px !important;
    margin-bottom: 9px !important;
}
.terms-page ol {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.terms-page ul {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.terms-page li {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.terms-page ol > li::marker {
    font-weight: bold;
}
.terms-page ul > li::marker {
    font-weight: bold;
}
.terms-page p {
    font-size: 18px !important;
    color: var(--bs-body-color) !important;
}



/***** Sign In Page *****/
.sign-in-page {
    padding-top: 35px !important;
}
.sign-in-page p {
    font-family: "Barlow Condensed" !important;
    font-size: 20px !important;
    disabled-color: #7f8284 !important;
    font-weight: 500 !important;
    margin: 0px;
}
.sign-in-page p a {
    color: #ff3b33;
    font-weight: 600;
    display: unset;
    transition: all 0.4s ease;
}
.sign-in-page p a:hover {
    color: #25343d;
}
.sign-in-page p a.forgot-password {
    font-size: 18px !important;
    line-height: 60px;
}
.sign-in-page ul {
    margin-left: -14px;
}
.sign-in-page li {
    font-family: "Barlow Condensed" !important;
    font-size: 20px !important;
    disabled-color: #7f8284 !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.sign-in-page h3 {
    font-family: "Barlow Condensed" !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    disabled-color: #002c42 !important;
}
/***** Profile Page *****/
.profile-page {
    padding-top: 35px !important;
}
/***** Register Page *****/
.register-page {
    padding-top: 35px !important;
}



/***** Extra Quick Quote (EQQ) Page *****/
.eqq-page {
    padding-top: 35px !important;
}
.eqq-page .busy-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 10000;
    cursor: wait;
}
.eqq-page .busy-overlay .spinner-border {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50vh - 32px);
    left: calc(50vw - 32px);
}
.eqq-page #EQQInputForm input[type="checkbox"].form-check-input {
    margin-top: 13px !important;
}
.eqq-page #EQQInputForm .form-check-label {
    font-size: 18px;
    font-weight: 400;
}
.eqq-page #EQQInputForm .form-check-label span.label-strong {
    font-size: 24px;
    font-weight: 400;
}
.eqq-page .terms-details > div {
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
}
.eqq-page .terms-details > div * {
    all: revert;
}
.eqq-page #EQQOutputSection #OutputRowsIncludedFees div:not(:first-child)::first-letter {
    color: #3cc300;
    font-weight: bold;
    margin-right: 8px;
}
.eqq-page #EQQOutputSection #OutputRowTotalFee {
    font-weight: 500;
}
.eqq-page #EQQOutputSection #OutputTotalFee {
    color: #3cc300;
}
.eqq-page #EQQOutputSection #OutputTotalFeeCurrencySymbol {
    font-size: 2rem;
    position: relative;
    top: -1.25rem;
    margin-right: 4px;
}
.eqq-page #EQQOutputSection #OutputTotalFeeIntegralPart {
    font-size: 4rem;
    line-height: 4rem;
}
.eqq-page #EQQOutputSection #OutputTotalFeeFractionalPart {
    font-size: 2rem;
    position: relative;
    top: -1.4rem;
    margin-left: 4px;
}
.eqq-page #EQQOutputSection #OutputRowsIncludedFees {
    line-height: 2;
}
@media (min-width: 992px) {
    .eqq-page #EQQOutputSection #OutputRowsIncludedFees {
        max-width: 360px;
        padding: 0px 12px 8px 12px;
        margin-right: 2px;
        background-color: #f4f4f4;
        line-height: 1.52;
    }
}
@media (max-width: 575px) {
    .eqq-page #CargoDetailAdd, .eqq-page #CargoDetailRemove {
        font-size: 19px !important;
    }
}

/***** Extra Quick Quote (EQQ) Booking Page *****/
.eqq-booking-page {
    padding-top: 35px !important;
}
.eqq-booking-page #StepHints {
    font-size: 18px;
}
.eqq-booking-page #StepHints #StepHintsTitle {
    font-weight: 500;
}
.eqq-booking-page #StepHints .step-hint :first-child {
    width: 50px;
    border: 1px solid #333;
    padding: 10px;
    background-color: #bbbbbb;
    text-align: center;
    font-weight: 600;
    float: left;
}
.eqq-booking-page #StepHints .step-hint.current-step :first-child {
    color: #ffffff;
    background-color: #0074E8; /*#ff3b33*/
}
.eqq-booking-page #StepHints .step-hint.completed-step :first-child {
    color: #ffffff;
    background-color: #198754;
}
.eqq-booking-page #StepHints .step-hint :last-child {
    width: 100%;
    border: 1px solid #333;
    padding: 10px 10px 10px 60px;
    background-color: #eeeeee;
}
.eqq-booking-page .step-title {
    font-weight: 500;
}

@media (min-width: 576px) and (max-width: 610px) {
    .eqq-booking-page #StepHints {
        font-size: 16px;
    }
}

/***** Sign In Modal Dialog *****/
.sign-in-modal .modal-title {
    font-weight: 500;
    line-height: 1;
}
.sign-in-modal p {
    font-family: "Barlow Condensed" !important;
    font-size: 18px !important;
    disabled-color: #7f8284 !important;
    font-weight: 500 !important;
    margin: 0px;
}
.sign-in-modal p a {
    color: #ff3b33;
    font-weight: 600;
    display: unset;
    transition: all 0.4s ease;
}
.sign-in-modal p a:hover {
    color: #25343d;
}
.sign-in-modal p a.forgot-password {
    disabled-font-size: 18px !important;
    line-height: 60px;
}

/***** Go To Page Top Button *****/
#GoToPageTopButton {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    border: 2px solid #ffffff;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ff3b33;
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    font-size: 24px;
    opacity: 0.6;
}
#GoToPageTopButton:hover {
    opacity: 1.0;
}