p.bookdelivery {
    margin: 2.5rem 0 2rem;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #3a4963;
}

h4.card-title.bold {
    font-family: Poppins, sans-serif;
    font-weight: 900
}

.card-body.padding {
    padding-left: 10%;
    padding-right: 10%;
}

.card-body.padding-2 {
    padding-left: 5%;
    padding-right: 5%;
    font-family: Poppins, sans-serif;
}

.card-line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-bottom: 2px solid rgb(141, 141, 141, 0.2);
    text-align: center;
    position: relative;
}

.contact-align {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 10px;
    font-size: small;
    color:#616161;
}

.mytable {
    /* overflow: auto; */
    border-collapse: collapse;
    background-color: rgb(141, 141, 141);
    border: 1px solid rgb(141, 141, 141);
    border-radius: 25px;
    font-family: Poppins, sans-serif;
  
    overflow: hidden;
    /* table-layout: fixed; */
}

.table.mytable th {
    background: #1f1f1f; 
    text-align: center;
    color: white;
    padding: 20px;
    height: 80px;
    min-height:80px;
    max-height:80px;
    vertical-align: middle;
}

table.mytable td:first-of-type {
    background:#f5ab35;
    color: white;
}

.table.mytable tr {
    background: white; 
    text-align: center;
    color: black;

}

.table.mytable td {
   padding: 20px;
   vertical-align: middle;
   height: 80px;
   min-height:80px;
   max-height:80px;
   overflow: auto;
  
}

.line{
    display: block;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    border-bottom: 2px solid rgba(255, 201, 5, 0.5);
    text-align: center;
    position: relative;
}

u.underline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    /* text-decoration-color: rgb(29, 28, 28); 
    border-bottom: 5px solid orange;
    width: fit-content;
    margin: 0 auto; */
}



.owl-nav {
    position: relative;
    /* margin: -5rem;*/
    top: -25rem; 
    /* right: 0;
    top: -3rem; */
}

.owl-nav div {
    background-color: transparent !important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: relative;
    /* height: 40px; */
    /* line-height: 40px; */
    /* margin: 5px; */
    /* width: 40px; */
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}


.owl-nav .owl-prev {
    position: absolute;
    left: -5rem;
}

.owl-nav .owl-next {
    position: absolute;
    right: -5rem;
    opacity: 1;
    transition: all .2s ease;
} 

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: none !important;
    opacity: 0.6;
}

.owl-prev img,.owl-next img {
    width: 100% !important;
    object-fit: scale-down;
}

/* ul {
    list-style: disc;
} */
/* .disabled {
    display: none;
} */

/* corporate account features */
.corp-list {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.corp-list-li {
    display: inline-block;
    padding-bottom: 5rem;
}

.corp-list-desc {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: black;
    font-size: 23px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 25px;
    word-wrap: break-word;
}

.surcharge-list,
.rating-surcharge span {
    display: block;
    margin-top: 25px; 
}

.surcharge-list > li {
    margin-bottom:2rem;
}

.serviceg-list {
    display: block;
    margin-top: 10px; 
    width: 100%;
    list-style: disc; 
    text-align: left;
    font-family: Poppins,sans-serif;
    min-height: 262px;
}

.serviceg-list > li {
    margin-bottom:2rem;
}


.serviceg-content {
    display: block;
    padding-bottom: 2rem;
}

/* .serviceg-content > span {
     display: inline-block; 
    font-size: larger; 

     width:50%;    
} */

.service-card {
    position: relative;
    /* margin: auto 10px; */
    /* width: 85%;   */
    min-height: 475px;
}


img.service-block {
    display: block;
    
    max-width: 30%;
    position: relative;
    right: 25%;
    margin: 25px auto;

    /* margin-left: 0;
    margin-right: auto; */
 
    object-fit: scale-down;
}

.about-wrap.section-margin {
    margin-top: 4rem;
}

.about-wrap.add-service-margin {
    margin-top: 10rem;
    margin-bottom: 2rem;
}

.pad-all-20 {
    padding: 50px;
}

.more-info-margin {
    margin-top: 5rem;
    margin-bottom: 8rem;
}

.pg-margin {
    margin-top: 10rem;
    margin-bottom: 2rem;
}

/* img.service-block::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 30%;
    left: -20%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
} */

.sizing-detail > img{
    max-width: 75%;
    height:auto;
    object-fit: scale-down;
    /* margin-right: 2rem; */
}

.col-md-4.active {
    width: 100%;
}

.rating-surcharge {
    font-family: Poppins,sans-serif;
    padding: 20px;
    position: relative;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
    -moz-box-shadow: 0px 2px 5px 0pxrgb(194, 194, 194);
    box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
    min-height: 300px;
}

.rating-surcharge > img {
    max-width:10%;
    height:auto;
    object-fit: scale-down;
}

.space {
    margin-bottom: 20px;
}

.guideline-wrap {
    background-image: url("../img/ratings/delivery_van_bg.1bb6caefe2d8.png");
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
    background-position: center top;

}

.add-service-wrap {
    background-image: url("../img/ratings/add-service-bg.60a39690177a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.add-service-list {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

img.add-service-img {
    width: 5%;
    height: 5%;
    margin-right: 2rem;
}

.add-service-content {
    display: inline-block;
    padding-bottom: 2rem;
}

.add-service-desc {
    display: inline-block;
    vertical-align: middle;
    width: 85%;    
}

.add-service-font {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 16px;
    /* font-weight: 900; */
}

/* packaging guidelines */
.pg-list {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.padding-10 {
    padding: 10px;
}

img.pg-img {
    /* max-width:7%;
    height:auto;
    object-fit: scale-down;
    margin-right: 2rem; */

    /* float: left; */
    width:  100px;
    height: 100px;
    object-fit: scale-down;
    margin-right: 3rem;
}

.pg-content p {
    font-family: Poppins,sans-serif;
    font-size: medium;
    /* font-weight: 600; */
}

.more-info-text {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 1.4;
}


.btn-1.padding-btn {
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
}

.btn-1.book {
    display: inline-block;
    width: auto;
    padding: 5px 25px;

    border-radius: 6px;
    vertical-align: middle;
    height: auto;
    overflow: hidden;
}

.btn-1.quote {
    display: inline-block;
    width: auto;
    padding: 5px 25px;
    
    /* background-color: rgb(141, 141, 141);
    border: 1px solid rgb(141, 141, 141); */
    border-radius: 6px;
    vertical-align: middle;
    height: auto;
    overflow: hidden;
}

.btn-1.block {
    display: block;
    width: 200px;    
}

.margin-auto {
    margin: 0 auto;
}

.btn-1.btn-learn {
    display: inline-block;
    position: relative;
    left: 50%; 
    transform: translateX(-50%);
    /* vertical-align: middle; */
    height: auto;
    padding: 5px 10px;
    bottom: 20px;
    margin-bottom: 10px;
    
    /* position: relative;
    display: block;
    margin-left: 50%; */
    /* width: auto;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 20px; */
    /* margin-bottom: 2rem;
    margin-top: -5rem;
    padding: 5px 10px;
    max-width: 100%;
    height:auto; */
}

img.pg-img3 {
    max-width:4%;
    height:auto;
    object-fit: scale-down;
    margin-right: 2rem;
}

.pg-content {
    display: inline-block;
    padding-bottom: 2rem;
}

.pg-desc {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}
.pg-bg-color {
    background: #f5f5f5;
    /* #f8f4f4 */
}

/* Images settings */
.img-border-size {
    /* width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0; */
    border-radius: 50px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: auto;
    object-fit: scale-down;
    margin-top: 20px;

}

/* Card from Boostrap */
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 25px;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.span-contact {
    color: #fd950e;
    font-size: 18;
    font-family:Roboto;
    font-weight: 400px;
    text-transform: uppercase;
    letter-spacing: 0.36;
    word-wrap: break-word;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px;
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
 
    }
}