.pl-7_5{
    padding-left:7.5rem
}

.text-black{
    color:#000;
}

.tru-list.disc li {
    list-style: inherit;
}
.tru-list.disc li::before{
    content: unset;
}

.bg-soft-gray{
    background: #e1dfd8;
}

.object-fit-cover{
    object-fit:cover;
}

.btn-outline {
    color: #fff;
    border-color: #fff;
    border-radius: 0;
    font-family: 'industry';
    font-size: 1rem;
    font-weight: 400 !IMPORTANT;
    padding: 0.5rem 1rem !important;
    line-height: 1.2;
    border: 1px solid;
    transition:all 400ms ease;
}

.btn-outline:hover,.trailer-fo-content:hover .btn-outline{
    background: #fff;
    color: #0065a4;
    border-color: #fff;
}

.trailer-fo {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
}

.trailer-fo>img {
    width: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
    aspect-ratio: 1.5 / 1;
}


.trailer-fo-content {
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    padding: 0 1em 1em;
    position: relative;
    bottom: 0;
    z-index: 2;
}


.trailer-fo-name {
    font-size: 1.25em;
    font-weight: 500;
    font-family: "Industry";
}


.trailer-fo-desc {
    font-size: 0.875rem;
    margin-bottom: 1.5em;
}

.trailer-fo-info {
    font-size: 0.775rem;
    font-family: 'industry';
    font-style: italic;
}

.trailer-fo:hover .trailer-fo-info {
    font-size: 0.875rem;
}

.trailer-fo-content:after {
    background: inherit;
    content: "";
    display: block;
    height: 100%;
    top: -50px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    transform: skewY(-5deg);
    transform-origin: 100%;
}


.tru-list {
    font-family: "Roboto";
    font-size: calc(0.8833333333rem + 0.350877193vw);
    padding-left: 20px !important;
}

.feature-section {
    position: relative;
}


.telematics.feature-section::before {
    position: absolute;
    content: "";
    inset: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    background: linear-gradient(to left, #0065a4 30%, transparent 80%);
}

.feature-section .content-wrapper {
    position: relative;
    z-index: 3;
}

.feature-section .img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.feature-section.telematics .img-wrapper img {
    width: 100%;
    height: 100%;
    transform: translateX(-15%);
    object-fit: cover;
}

.cargobull.feature-section .img-wrapper img{
    transform: translateX(0%);
}

.info-card img{
        width: 5rem;
        height: 100%;
        object-fit: contain;
}

.info-card p{
    font-weight: 0.9rem;
    line-height: 1.3;
}


.download-section .content-wrapper h3{
    max-width: 700px;
}

.download-btn-container a{
    max-width: 200px;
}

.download-btn-container a img{
    object-fit: contain;
}


.rounded-radius{
border-radius: 1.5rem;
}

.custom-li ul.tru-list.font-weight-medium.anim li:last-child::before {
    content: none;
}

.trailer-tech-section {
    min-height: 800px !important;
}

.product-icon{
	row-gap: 1rem !important;
}

/** banner slider **/

.hero-banner h1{
	font-size: calc(1.6666666667rem + 1.3333333333vw);
/* 	color: rgb(0, 79, 128); */
	color: #000;
	margin-bottom: 1rem !important;

}

.hero-banner h2{
	font-size: calc(1.3333333333rem + 0.7719298246vw);
/* 	color: rgb(0, 79, 128); */
	color: #000;
}

.hero-slide {
  min-height: calc(100vh - 113.91px);
  max-height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-banner.mobile-slider {
	display: none !important;
}

@media(max-width: 575px) {
	
	.hero-banner.desktop-slider {
		display: none !important;
	}
	.hero-banner.mobile-slider {
		margin-top: 73px;
		display: block !important;
	}
	

	
	.hero-banner.mobile-slider .ag-cta {
		font-size: 15px !important;
		border-width: 2px;
		padding: 12px 20px;
		width: 100%;
	}
}


.hero-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
}

.custom-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
	opacity:1;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 0.75;
}

.hero-banner div.d-flex.gap-3.flex-wrap{
	gap: 1rem;
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    .hero-banner .btn {
        padding: .625rem 1.125rem;
        font-size: 0.75rem;
        line-height: 1;
        border-radius: .5rem;
        padding-top: calc(0.625rem + .125rem);
    }
}

@media (max-width: 768px) {
	 .hero-content {
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			padding: 110px 30px 0 30px;
	}
	
	.slick-arrow {
		display: none !important;
	}
	
	.hero-slide {
	  min-height: calc(100vh - 47px);
	}
	
}
/** banner slider  ends**/

@media (min-width: 768px) {
    .trailer-fo-content:after {
        top: -100px;
    }
    
    .download-section .content-wrapper{
        padding-left: 5rem !important;
    }
}


@media (min-width: 992px) {

    .rounded-lg-left{
        border-radius: 0 !important;
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important;
    }
    
    .rounded-lg-right{
        border-radius: 0 !important;
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .trailer-fo.trailer-fo-small {
        height: 100%;
        min-height: 300px;
    }
    
    .trailer-fo.trailer-fo-small .trailer-fo-content {
        height: 35%;
        padding: 15px;
        font-size: 80%;
    }

    .trailer-fo-desc{
        text-align: left;
        display: none;
        
    }
    
    .trailer-fo .btn-outline {
        display: none;
    }

    .trailer-fo-content:after {
        top: -50px;
    }

    .trailer-fo:hover .trailer-fo-content, .trailer-fo:hover.trailer-fo-small .trailer-fo-content {
        padding: 15px;
        height: 100%;
        position: absolute;
        color: #fff;
        background-color: #0065a4;
        width: 100%;
    }

    .trailer-fo:hover .trailer-fo-desc,
    .trailer-fo:hover .btn-outline  {
        display: block;
    }

    .trailer-fo:hover .trailer-fo-content hr.separator {
        border-color: #fff;
        background-color: #0065a4;
    }

    .trailer-overview-fo {
        background-size: initial;
        background-position: top -17rem right -20rem;
        background-repeat: no-repeat;
    }

    .bg-left-strip {
        background-image: url(../png/bg-line-pattern-reefer-left.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .trailer-details-section .products-icon{
        top: 6rem;
        right: 0;
        width: calc(100% - 150px);
        position: absolute;
        }
}


@media (min-width: 1200px) {
    .trailer-fo.trailer-fo-small {
        height: 350px;
    }

    .trailer-fo.trailer-fo-small .trailer-fo-content {
        height: 30%;
        padding: 15px;
    }

    .trailer-fo:hover .trailer-fo-content, .trailer-fo:hover.trailer-fo-small .trailer-fo-content {
        height: 85%;
        bottom: 0;
        position: absolute;
        color: #fff;
        background-color: #0065a4;
        width: 100%;
    }

    .trailer-overview-fo {
        background-position: top -17rem right -5rem;
    }
	
	.custom-cards .trailer-fo.trailer-fo-small {
        height: 380px;
    }

}
@media (max-width: 1199px) {

.trailer-fo.trailer-fo-small {
    overflow:hidden;
}

}
@media (max-width: 991px) {
.trailer-details-section .products-icon {
    width:100%;
}

.telematics.feature-section::before {
    background: linear-gradient(90deg, #0065a4 40%, transparent 60%);
}

.cargobull.feature-section::before {
    background: linear-gradient(90deg, #0065a4 20%, transparent 100%)
}

.trailer-fo.trailer-fo-small {
    min-width: unset;
}

}

@media (max-width: 565px) {
    .telematics.feature-section::before {
        background: #0065a4;
        opacity: .8;
    }
    .cargobull.feature-section .img-wrapper img{
        object-position: 35%;
    }
    .trailer-details-section .products-icon{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
          
        
    }

    .trailer-details-section .products-icon img{
        margin-right: 0 !important;
    }
}

.banner-image {
    position: absolute !important;
    z-index: -1;
    inset: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .home .navbar.navbar-expand-lg,
	.page-template-template-discover .navbar.navbar-expand-lg{

        background-color: #004F80 !important;
    }
	
	.home .navbar.navbar-expand-lg.active {
        
        background-color: #fff !important;
        
    }
}

.wrapped-btns .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-ctas.gap-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.wrapped-btns .hero-ctas a.btn.btn-primary.ag-cta {
    width: 100%;
    margin: 0;
    max-width: 20rem;
}

.container-fluid {
	padding-bottom: 5px !important;
}

@media (max-width: 767px) {
	
	.wrapped-btns .hero-ctas a.btn.btn-primary.ag-cta {
    
    max-width: none !important;
}
}

.btn.ag-cta {
	font-size: 15px !important;
	border-width: 2px;
	padding: 12px 20px;
}