                    /* Local Delivery Heading Section Start Here */

                                          
@font-face {
    font-family: 'Nexa';
    src: url('../Nexa-Font/NexaRegular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
body{
    font-family: 'NexaRegular';
}
section.delivery-heading{
    padding: 0;
    background: #002A34;
    padding: 30px 0 0;
}
.shipping a{
	margin: 20px 0 0;
    background: #40B9EA;
    border-radius: 30px;
    display: inline-block;
    padding: 16px 34px 10px;
	color:#fff;
}
.shipping a:hover{
    background: #066277;
	transform: scale(1.1);
    transition: 0.5s;	
}
section.delivery-heading .delivery-content h1{
    font-family: 'Nexabold';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
	text-transform: capitalize;
}
section.delivery-heading .delivery-content p{
    margin: 20px 0 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.page-title-top{
    background: url('../images/pick-pack.jpg') no-repeat;
    background-size: cover;
    padding: 60px 0 0;
    height: 65vh;
    display: flex;
    align-items: center;
}
.order-lg-1 h2{
    color: #066277;
}
.row.haul-space {
    padding: 65px 0 50px;
}
.order-lg-2 img{
    box-shadow: 0 18px 38px rgba(0,0,0,0.2);
}
.text-white{
    font-weight: 600;
}
section.delivery-descriptions{
    padding: 70px 0;
}
section.delivery-descriptions .buy-space p.first {
    padding: 20px 0 16px;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}
.delivery-box.one .buy-space img{
   background: rgba(64, 185, 234, 0.1);
   border-radius: 8px;
   padding: 10px;
}
.delivery-box.two .buy-space img{
   background:  rgba(6, 98, 119, 0.1);
   border-radius: 8px;
   padding: 10px;
}
.delivery-box.three .buy-space img{
   background: rgba(14, 173, 105, 0.1);
   border-radius: 8px;
   padding: 10px;
}
                                        /* Local Delivery Heading Section End Here */


@media (max-width: 1920px) {
    section.delivery-heading .delivery-content p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    section.delivery-heading .container {
        max-width: calc(100% - 100px);
    }

    section.delivery-heading .delivery-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    section.delivery-heading .delivery-content p {
        font-size: 16px;
    }

    ul.navbar-nav li {
        margin: 0 5px 0 0;
    }

    section.delivery-heading .delivery-content p {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    section.delivery-heading .delivery-content h1 {
        font-size: 40px;
    }

    section.delivery-heading {
        padding: 30px 0 30px;
    }
}

@media (max-width: 991px) {
    section.delivery-heading .delivery-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .shipping {
        padding: 10px 0;
        margin: 10px 0 0;
    }

    .delivery-content.text-white {
        padding: 0 0 0;
    }

    .shipping a {
        margin: 10px 0 0;
    }

    section.delivery-heading {
        padding: 30px 0 30px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: calc(100% - 50px);
    }

    .delivery-content.text-white {
        margin: 40px 0 0;
    }

    section.delivery-heading .delivery-content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .heading-image {
        margin: 30px 0 0;
    }

    section.delivery-heading .delivery-content h1 br {
        display: none;
    }

    .row.haul-space {
        padding: 65px 0 50px;
        text-align: center;
    }

    .order-2.order-lg-1 {
        margin: 50px 0 0;
    }

    .text-white {
        font-weight: 600;
        font-size: 32px;
    }

    .shipping a {
        color: #fff;
        font-size: 16px;
        margin: 10px 0 0;
    }

    .delivery-box {
        margin: 0 0 30px;
    }

    section.delivery-heading {
        padding: 30px 0 30px;
    }
}

@media (max-width: 575px) {
    section.delivery-heading .container {
        max-width: calc(100% - 30px);
    }

    section.delivery-heading .delivery-content h1 {
        font-size: 24px;
    }

    .text-white {
        font-weight: 600;
        font-size: 28px;
    }

    section.delivery-heading .delivery-content p {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .delivery-content.text-white {
        margin: 0 0 0;
    }

    section.delivery-descriptions {
        padding: 70px 0 30px;
    }
}
