ul li {
    list-style:none;
}
/** Choose Couriers Section Styles **/
section#choose-couriers-section {
    background:#FFF;
    text-align:center;
    position:relative;
    padding:30px 0 50px;
    font-family: 'Roboto', sans-serif;
}
section#choose-couriers-section.choose-couriers-section2, section#intl-delivery-map {
    border-top:3px solid #e5e5e5;
}
section#choose-couriers-section .ind{
    top:0;
    width: 0;
    height: 0;
    content: '';
    font-size: 0;
    border-top: 0;
    line-height: 0;
    position: absolute;
    left:calc(50% - 4px);
    border-top: 12px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
/*section#choose-couriers-section h2,section#choose-couriers-section h3 {*/
section#choose-couriers-section h1,section#choose-couriers-section h2,section#choose-couriers-section h3 {/*Modify here 30-6-2015*/
    color:#4492c6;
    font-size:36px;
    font-weight:300;
}
section#choose-couriers-section h4 {
    color:#a4a5a5;
    font-size:20px;
    font-weight:300;
}
section#choose-couriers-section .couriers-carousel {
    margin-top:50px;
}
section#choose-couriers-section .couriers-carousel a {
    display:block;
    text-align:center;
}
section#choose-couriers-section .couriers-carousel img {
    width:auto;
    margin:auto;
}


/** Latest Blog Section Styles **/
section#latest-blog-section {
    padding:10px 0 20px;
    background:#f7f8fc;
    font-family: 'Roboto', sans-serif;
}
section#latest-blog-section .section-head {
    margin-bottom:30px;
}
section#latest-blog-section .section-head h3 {
    width:60%;
    float:left;
    color:#9299a9;
    font-size:36px;
    font-weight:300;
}
section#latest-blog-section .section-head h3 a {
    color:#FFF;
    font-size:9px;
    font-weight:500;
    margin-left:20px;
    padding:5px 14px;
    background:#6dcff6;
    vertical-align:middle;
    text-transform:uppercase;
    font-family: 'Raleway', sans-serif;
}
section#latest-blog-section .section-head .section-controls {
    width:40%;
    float:right;
    padding-top:30px;
}
section#latest-blog-section .section-head .section-controls .section-control {
    width:33px;
    height:34px;
    float:right;
    display:block;
    margin-right:10px;
    text-indent:-10000px;
}
section#latest-blog-section .section-head .section-controls .section-control-left {
    background:transparent url('/Content/images/AboutUs/nav_arrow_left.png');
}
section#latest-blog-section .section-head .section-controls .section-control-right {
    background:transparent url('/Content/images/AboutUs/nav_arrow_right.png');
}
section#latest-blog-section .section-head .section-controls .section-control-left:focus,
section#latest-blog-section .section-head .section-controls .section-control-left:hover {
    background:transparent url('/Content/images/AboutUs/nav_arrow_left_active.png');
}
section#latest-blog-section .section-head .section-controls .section-control-right:focus,
section#latest-blog-section .section-head .section-controls .section-control-right:hover {
    background:transparent url('/Content/images/AboutUs/nav_arrow_right_active.png');
}
section#latest-blog-section .blog-carousel .item .blog-item {
    padding:0 10px;
}
section#latest-blog-section .blog-carousel .item .blog-item.first-child,
section#latest-blog-section .blog-carousel .item .blog-item:first-child {
    padding:0 20px 0 0;
}
section#latest-blog-section .blog-carousel .item .blog-item.last-child,
section#latest-blog-section .blog-carousel .item .blog-item:last-child {
    padding:0 0 0 20px;
}
section#latest-blog-section .blog-carousel .blog-item {
    width:33%;
    float:left;
    font-family: 'Raleway', sans-serif;
}
section#latest-blog-section .blog-carousel .blog-item .blog-item-wrapper {
    position:relative;
}
section#latest-blog-section .blog-carousel .blog-item .image {
    border:none;
    width:100%;
}
section#latest-blog-section .blog-carousel .blog-item .image a {
    text-align:center;
}
section#latest-blog-section .blog-carousel .blog-item .image a img {
    width:100%;
    height:auto;
    margin:auto;
    display:block;
}
section#latest-blog-section .blog-carousel .blog-item .image a .mask {
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    background:rgba(59, 65, 81, 0.6) url('/Content/images/AboutUs/icon_hover_magnify.png') center center no-repeat;
}
section#latest-blog-section .blog-carousel .blog-item .image a:hover .mask {
    opacity:1;
}
section#latest-blog-section .blog-carousel .blog-item h3 {
    color:#595f6f;
    font-size:21px;
    margin-top:10px;
}
section#latest-blog-section .blog-carousel .blog-item h3 a {
    color:inherit;
}
section#latest-blog-section .blog-carousel .blog-item h3 a:hover {
    color:#5399c9;
}
section#latest-blog-section .blog-carousel .blog-item p {
    font-size:14px;
    color:#8e97ac;
}
section#latest-blog-section .blog-carousel .blog-item .time-tag {
    top:0;
    left:0;
    color:#e5e8ef;
    padding:5px 10px;
    position:absolute;
    background:#9299a9;
}
section#latest-blog-section .blog-carousel .blog-item:hover .time-tag {
    background:#5399c9;
}
section#latest-blog-section .blog-carousel .blog-item .readmore-link {
    color:#d0d2d9;
    font-size:13px;
    margin-top:10px;
    display:inline-block;
    position:relative;
}
section#latest-blog-section .blog-carousel .blog-item .readmore-link:after {
    width: 0;
    height: 0;
    content: '';
    top: 6px;
    right: -15px;
    position: absolute;
    border-left: 4px solid #d0d2d9;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
section#latest-blog-section .blog-carousel .blog-item .readmore-link:hover {
    color:#5399c9;
}
section#latest-blog-section .blog-carousel .blog-item .readmore-link:hover:after {
    border-left-color:#5399c9;
}


/** With Video Background Box Styles **/
.with-video-bg {
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    width:100%;
    overflow:hidden;
    position:relative;
}
.with-parallax-bg {
    height:100%;
}
.with-video-bg video {
    left:0;
    bottom:0;
    z-index:1;
    width:100%;
    position:absolute;
    display:inline-block;
}
.with-parallax-bg>img {
    top:0;
    left:0;
    z-index:1;
    width:100%;
    position:absolute;
    display:inline-block;
}
.with-video-bg .mask {
    top:0;
    left:0;
    z-index:3;
    width:100%;
    height:100%;
    opacity:0.6;
    position:absolute;
    background:#216EA2;
}
.with-video-bg .mask,
.lazy-load-video video {
    display:none;
}
.with-video-bg .content-section {
    z-index:5;
    color:#FFF;
    height:100%;
    position:relative;
}


/** Custom Tab Styles **/
.custom-tabs {
    font-family: 'Roboto', sans-serif;
}
.custom-tabs .tabs-navigation {
    display:block;
}
.custom-tabs .tabs-navigation:after {
    content:'';
    display:block;
    clear:both;
    float:none;
}
.custom-tabs .tabs-navigation li {
    width:25%;
    float:left;
}
.custom-tabs .tabs-navigation li>a {
    color:#b9baba;
    padding:15px 3px;
    font-size:19px;
    display:block;
    background:#f3f3f3;
    width:100%;
    text-align:center;
    border:1px solid #ebebeb;
}
.custom-tabs .tabs-navigation li>a:hover,
.custom-tabs .tabs-navigation li>a:focus,
.custom-tabs .tabs-navigation li>a.active {
    color:#4192ca;
    background:#fafafa;
    border-top:3px solid #4192ca;
    position:relative;
    top:-2px;
    margin-bottom:-3px;
}
.custom-tabs .tabs-navigation li.service-icon a {
    padding-top: 0;
    padding-bottom: 14px;
}
.custom-tabs .tabs-navigation li.service-icon a:before {
    top:10px;
    content:'';
    width:70px;
    height:32px;
    position:relative;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center center;
}
.custom-tabs .tabs-navigation li.service-icon-flag a:before {
    background-image:url('../images/tab_icon_flag.png');
}
.custom-tabs .tabs-navigation li.service-icon-globe a:before {
    background-image:url('../images/tab_icon_globe.png');
}
.custom-tabs .tabs-navigation li.service-icon-parcel a:before {
    background-image:url('../images/tab_icon_parcel.png');
}
.custom-tabs .tabs-navigation li.service-icon-links a:before {
    background-image:url('../images/tab_icon_links.png');
}
.custom-tabs .tabs-navigation li.service-icon-flag>a:hover:before,
.custom-tabs .tabs-navigation li.service-icon-flag>a:focus:before,
.custom-tabs .tabs-navigation li.service-icon-flag>a.active:before {
    background-image:url('../images/tab_icon_flag_active.png');
}
.custom-tabs .tabs-navigation li.service-icon-globe>a:hover:before,
.custom-tabs .tabs-navigation li.service-icon-globe>a:focus:before,
.custom-tabs .tabs-navigation li.service-icon-globe>a.active:before {
    background-image:url('../images/tab_icon_globe_active.png');
}
.custom-tabs .tabs-navigation li.service-icon-parcel>a:hover:before,
.custom-tabs .tabs-navigation li.service-icon-parcel>a:focus:before,
.custom-tabs .tabs-navigation li.service-icon-parcel>a.active:before {
    background-image:url('../images/tab_icon_parcel_active.png');
}
.custom-tabs .tabs-navigation li.service-icon-links>a:hover:before,
.custom-tabs .tabs-navigation li.service-icon-links>a:focus:before,
.custom-tabs .tabs-navigation li.service-icon-links>a.active:before {
    background-image:url('../images/tab_icon_links_active.png');
}
.custom-tabs .tab-contents {

}
.custom-tabs .tab-contents .tab-content {
    padding:40px;
    display:none;
    color:#a5a5a5;
    font-size:16px;
    background:#FFF;
    font-weight:300;
    line-height:1.2em;
    border:1px solid #ebebeb;
}
.custom-tabs .tab-contents .tab-content.active {
    display:block;
}
.custom-tabs .tab-contents .tab-content.tab-content-full {
    padding:0;
}
.custom-tabs .tab-contents .tab-content p.intro {
    color:#7e879e;
    font-size:19px;
    font-weight:500;
    margin-bottom:30px;
}
.custom-tabs .tab-contents .tab-content p.intro span {
    color:#a8b0c4;
    font-weight:300;
}
.custom-tabs .tab-contents .tab-content .timage {
    float:right;
}
.custom-tabs .tab-contents .tab-content ul {
    margin:0;
    padding:0;
}
.custom-tabs .tab-contents .tab-content ul li {
    list-style:disc inside;
}

.apl-surcharge-txt-group {
    margin: 0 0 22px 0;
}
.apl-surcharge-calc{margin:0;padding: 0 10%!important;}

.apl-surcharge-txt-group .col-sm-9 { padding-left:0;}
.apl-surcharge-txt-group label 
{
    padding-bottom:10px;
    font-weight: 400;
    font-size: 16px;   
    width: 100%!important;                     
 }
 .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec1 {text-align:left;}
 .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec2 {text-align:right;}
.apl-surcharge-txt-group #spanEnhavece-cover-value { line-height: 32px; font-weight: 600; font-size: 16px; }
@media (max-width: 991px)
{
    .pricing-surcharges-section .text-panel .form-group {
        margin-bottom: 0!important;
    }
    .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec1 label, .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec1 {text-align:left!important;}
    .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec2 label, .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec2 {text-align:right!important;}
}
@media (max-width: 767px)
{
    .pricing-surcharges-section .text-panel .form-group {
        margin-bottom: 0!important;
    }
    .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec1 label, .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec1 {text-align:left!important;}
    .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec2 label, .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec2 {text-align:left!important;}
    .apl-surcharge-txt-group.apl-surcharge-calc .enhancesec2 label {display:inline!important;}
}

@media (min-width: 768px)
{
    #main-about-section .tabbed-container {
        display:flex;
    }
    #main-about-section .tabbed-container .tabs-navigation li a {
        padding-bottom: 13px;
    }
    #main-about-section .tabbed-container .tabs-navigation li a.active:after {
        top: 8px;
    }
}
