/* Home Page Start */

.h-banner-sec .banner__hold {
    /* width: 64%; */
}

.h-banner-heading.banner__ttl {
    display: block;
    font-size: 5rem;
    line-height: 1.1;
    margin: 0 0 1.25rem;
    font-family: Gilroy-SemiBold, sans-serif;
}

.h-banner-sec .banner__txt {
    font-family: 'Gilroy';
    font-weight: 400;
}

.h-banner-sec .form-group .form-label.nform-label {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.h-banner-sec .form-group .form-label .label-img {
    width: 23px;
    object-fit: contain;
}

.h-banner-sec .track_search .form-control {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #AFAFAF;
}

.h-m-head {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #070707;
    text-align: left;
    margin-bottom: 20px;
}

.h-m-head-message {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #070707;
    text-align: left;
}

.h-m-head-message > a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #61AD47;
}

.m-h-bttn {
    font-family: "Gilroy-SemiBold" !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 6px !important;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 16px 39px !important;
    width: fit-content !important;
    height: 38px !important;
    background: #61ad47 !important;
    border: 1.5px solid #61ad47 !important;
    border-radius: 7.5075px !important;
    display: block;
    margin: 15px 0px auto auto !important;
}

.points-sec {
    position: relative;
}

.points-listing {
    position: relative;
    margin-bottom: 20px;
}

.points-listing table {
    width: 100%;!I;!;
}

.points-listing table thead {
    background: #EC9517;
    border-radius: 10px 10px 0 0;
    display: table-caption;
}

.points-listing table tbody {
    background: #61AD47;
    border-radius: 0px 0px 10px 10px;
    display: table-caption;
}

.points-listing table th, .points-listing table td  {
    padding: 10px;
    width: 25%;
}
.points-listing table th:nth-child(1),.points-listing table th:nth-child(2),.points-listing table th:nth-child(3){
    border-right: 1px solid #fff;
}
.points-listing table td:nth-child(1),.points-listing table td:nth-child(2),.points-listing table td:nth-child(3){
    border-right: 1px solid #fff;
}
.points-listing table th  {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: left;
    padding: 10px;
}

.points-listing table td {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: left;
    width: 25%;
}

.points-listing table tr {
    width: 100%;
    display: table;
}

/* Home Page End */

/* Driver Page Start */

.inner-banner.banner_page {
    height: 41.2rem;
    align-items: center;
    padding: 10.125rem 0 3.125rem;
}

.load-sec {
    position: relative;
    background: #F3F3F3;
    padding: 60px 60px;
}
@media (max-width: 575.98px){
    .load-sec {
        padding: 60px 20px;
    }
}

.load-sec .title {
    font-size: 60px;;
}

.l-b-listing {
    padding: 30px 0;
}

.load-list {
    margin-bottom: 20px;
    display: none;
}

.load-box {
    position: relative;
    padding: 20px;
    width: 100%;
    min-height: 360px;
    background: #FFFFFF;
    border: 1px solid #EBE9E9;
    box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.load-box-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.load-box-grid > div {
    position: relative;
    padding-bottom: 20px;
}

.load-box-grid > div:before {
    content: '';
    position: absolute;
    width: 113%;
    border-bottom: 1px solid #999999;
    bottom: 0;
    left: 0;
    right: 0;
}

.load-box-grid > div:nth-child(even):before {
    width: 100%;
}

.load-box .load-head {
    position: relative;
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #999999;
    display: block;
    padding-bottom: 10px;
}

.load-box .cont {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 17px;
    color: #070707;
    display: block;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.load-box .rate {
    padding-top: 15px;
}

.cst-btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #EC9517;
    border: 2px solid #EC9517;
    border-radius: 10.01px;
    padding: 10px 48px;
}

.cst-btn:hover {
    border-color: var(--color-primary);
    background: rgba(var(--color-primary--rgb), 0.9);
    color: var(--color-white);
    text-decoration: none;
}

/* Driver Page End */

/* Search Driver Page Start */

.track-sec {
    position: relative;
    padding: 100px 100px;
}

.track-sec .title {
    font-size: 60px;
    margin-bottom: 70px;
}

.track-sec .carrier-map-box, .track-sec .shippment-map {
    height: 613px;
}

.track-sec .carrier-map-box {
    background: transparent;
    backdrop-filter: unset;
}

.track-sec .shippment-no-box {
    border: 1px solid #EBE9E9;
}

/* .goog-te-gadget-simple span:nth-child(2) {
    display: none;
} */

/* Search Driver Page End */