@media screen and (max-width: 1200px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }


    /* home-page-start */
    a.nav-link {
        padding-right: 25px !important;
        font-size: 15px;
    }

    .custom-testimonal-slider .carousel-caption p {
        font-size: 16px;
    }

    .google-btn a {
        margin-top: 30px;
    }

    .google-btn a span {
        font-size: 16px;
    }

    .quick-links ul li a {
        font-size: 15px;
    }

    .quick-links ul li {
        margin-bottom: 5px;
    }

    section.footer-wrapper h5 {
        margin-bottom: 15px;
    }

    .contact-us-section a {
        font-size: 15px;
    }

    .pnumber-section,
    .telnumber-section,
    .email-section {
        margin-bottom: 5px;
    }

    .address-section a {
        font-size: 15px;
    }

    /* .main-banner-background {
        height: 500px;
    } */

    /* home-page-end */

    /* sign-up-page-start */
    form.signup-form-wrapper {
        padding: 50px 50px;
    }

    /* sign-up-page-end */

    /* my-profile-page-start */
    .profile-body {
        padding: 72px 72px;
    }

    /* my-profile-page-end */

}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .steps-box img {
        width: 25%;
    }

    .custom-testimonal-slider .carousel-caption p {
        font-size: 15px;
    }

    .service-box-img {
        width: fit-content;
        margin-bottom: 10px;
    }

    #header a.navbar-brand.header_logo {
        width: 30%;
    }

    #header .mob-btns {
        width: 59%;
        display: flex;
        justify-content: end;
    }

    #header .desktop-btns {
        display: none;
    }

    section.CTA-wrapper {
        padding: 50px 0;
    }

    span.navbar-toggler-icon i {
        font-size: 24px;
        color: #fff;
    }

    #header a.nav-link {
        padding-right: 25px !important;
        font-size: 15px;
        color: #262626 !important;
    }

    div#navbarSupportedContent {
        background-color: #fff;
        padding: 20px 10px 20px 20px;
        border-radius: 10px;
    }

    .mob-btns .outline-btn {
        border: 0;
        padding: 0;
    }

    .mob-btns .outline-btn i {
        font-size: 25px !important;
    }

    /* my-profile-page-start */
    .user-name-heading h4 {
        font-size: 26px;
    }

    .profile-body {
        padding: 45px 45px;
    }

    /* my-profile-page-end */


    /* order-page-start */
    .my-order-table {
        display: block;
        overflow: auto;
        white-space: nowrap;
    }

    .my-orders-- {
        padding: 20px;
    }

    .accordion-btn {
        margin-left: 5px;
    }

    .my-order-table tbody tr td,
    .my-order-table tbody tr th {
        font-size: 14px;
        white-space: normal;
    }

    .pending-btn,
    .delivered-btn,
    .progress-btn,
    .cancel-btn {
        padding: 4px 8px;
        font-size: 11px;
        white-space: nowrap;
    }

    .table.my-order-table thead tr th {
        font-size: 14px;
        width: 100%;
    }

    /* order-page-end */


    /* pick-address-page-start */
    .delivery-details {
        padding: 25px 9px;
        margin-bottom: 35px;
    }

    .next-step-btn a {
        font-size: 16px;
    }

    .delivery-details-heading {
        font-size: 24px;
    }

    .confirm-order-heading {
        font-size: 24px;
    }

    .order-now-btn {
        font-size: 16px;
    }

    /* pick-address-page-end */

    /* terms-and-conditions-page-start */
    section.terms-and-conditions-wrapper h4 {
        font-size: 22px;
    }

    /* terms-and-conditions-page-end */

    /* order-detail-page-start */
    .progress-detail h5 {
        font-size: 15px;
        color: #262626;
    }

    .chat-icon__ {
        font-size: 25px;
    }

    .progress-dot h6 {
        font-size: 15px;
    }

    /* order-detail-page-end */

}

@media screen and (max-width: 820px) {
    .main-banner-background {
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    /* .main-banner-background {
        height: 480px;
    } */

    .main-banner-background {
        background-size: contain;
    }

    .home-banner-main-content {
        padding-bottom: 40px;
    }

    .steps-boxes-wrapper .col-md-4 {
        margin-bottom: 14px;
    }

    .steps-box {
        border: 0px;
    }

    /* about-us-page-start */
    .about-us-wrapper p {
        font-size: 16px;
    }

    /* about-us-page-end */
}

@media screen and (max-width: 767px) {
    .steps-box img {
        width: 10%;
    }

    .download-application-wrapper {
        background-position: center;
    }

    .btn-white {
        font-size: 15px;
    }

    .home-banner-main-content {
        order: 2;
        padding-bottom: 40px;
    }

    #pick_schedule_time_id,
    #delivery_schedule_time_id {
        background-size: 6%;
    }

    .custom-testimonal-slider {
        margin: 4px;
    }

    /* my-profile-page-start */
    .profile-body {
        padding: 20px 20px;
        margin: 40px 0;
    }

    .user-personal-detail-box {
        padding: 15px 15px;
    }

    .user-name-heading h4 {
        font-size: 20px;
    }

    .btn-purple {
        font-size: 14px;
    }

    /* my-profile-page-end */


    /* thanku-page-start */
    .thanku-page-heading {
        font-size: 30px;
        margin: 10px 0;
    }

    .order-status-btn {
        font-size: 16px;
    }

    h5.order-id {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* thanku-page-end */

    /* terms-and-conditions-page-start */
    section.terms-and-conditions-wrapper h4 {
        font-size: 20px;
    }

    /* terms-and-conditions-page-end */

    /* about-us-page-start */
    section.why-choose-us .col-md-7 {
        order: 2;
    }

    section.how-it-works {
        padding: 3rem 0 0;
    }

    /* about-us-page-start */

    /* Register-page-start */
    .navbar-brand {
        margin-right: 0;
    }

    /* Register-page-end */

    /* home-page-start */
    .CTV-content-wrapper::before {
        display: none;
    }

    /* .main-banner-background {
        height: 420px;
    } */
    /* home-page-end */
}

@media (min-width: 767px) and (max-width: 992px) and (orientation : landscape) {
    .main-banner-background {
        background-position: top right 100%;
    }
}

@media (min-width: 576px) and (max-width: 992px) and (orientation : landscape) {

    #pick_schedule_time_id,
    #delivery_schedule_time_id {
        background-size: 5%;
    }
}


@media (min-width: 576px) {
    #edit-profile .modal-dialog {
        max-width: 818px;
        margin: 1.75rem auto;
    }
}



@media screen and (max-width: 576px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }

    .btn-green {
        font-size: 14px;
        padding: 7.5px 14.5px;
    }

    .outline-btn {
        font-size: 14px;
        padding: 7.5px 14.5px;
    }

    .btn-white {
        font-size: 14px;
        padding: 7.5px 14.5px;
    }


    .footer-wrapper {
        padding: 40px 0;
    }

    .steps-box img {
        width: 15%;
    }

    section.CTA-wrapper {
        padding: 25px 0;
    }

    a.navbar-brand.header_logo img {
        width: 56px;
    }

    /* .main-banner-content {
        margin-top: 75px;
    } */

    .green-bg img {
        width: 50%;
    }

    #header .mob-btns {
        width: 50%;
    }

    .google-btn a {
        padding: 5px 16px;
    }

    a.google-play-btn {
        margin-right: 8px;
    }

    .google-btn {
        display: flex;
        align-items: center;
    }

    .google-btn a span {
        font-size: 14px;
    }

    .step-1-start::before,
    .step-2-start::before,
    .step-3-start::before {
        content: "";
        height: 20px;
        width: 20px;
        left: -35px;
    }

    /* my-profile-page-start */
    .user-personal-detail-box {
        padding: 10px 10px;
    }

    td.detail-heading--,
    td.detail-label--,
    .change-password-btn {
        font-size: 13px;
    }

    #edit-profile .modal-content {
        padding: 20px 10px;
    }

    #edit-profile .modal-title {
        font-size: 26px;
    }

    #edit-profile .modal-header {
        margin-bottom: 0px;
    }

    #change-password .modal-title {
        font-size: 26px;
    }

    #change-password .modal-content {
        padding: 20px 10px;
    }

    #change-password .modal-header {
        margin-bottom: 0px;
    }

    /* my-profile-page-end */


    /* order-page-start */
    .my-orders-heading {
        margin-bottom: 10px;
        font-size: 26px !important;
    }

    .pick-up-details-wrapper {
        margin: 1rem;
    }

    /* order-page-end */


    /* thanku-page-start */
    .order-status-btn {
        font-size: 15px;
    }

    h5.order-id {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .thanku-page-heading {
        font-size: 26px;
        margin: 8px 0;
    }

    /* thanku-page-end */


    /* pickup-address-page-start */

    .weight-cat label {
        width: 100%;
    }

    .delivery-details-heading {
        font-size: 22px;
    }

    .confirm-order-heading {
        font-size: 22px;
    }

    .pickup-schedule-wrapper .form-select {
        background-size: 4%;
        background-position: 94% 45%;
    }

    .order-now-btn {
        font-size: 15px;
    }

    .next-step-btn a {
        font-size: 15px;
    }

    /* pickup-address-page-end */

    /* terms-and-conditions-page-start */
    section.terms-and-conditions-wrapper p,
    section.terms-and-conditions-wrapper ul {
        font-size: 16px;
    }

    /* terms-and-conditions-page-end */

    /* about-us-page-start */
    .about-us-wrapper p {
        font-size: 15px;
    }

    /* about-us-page-end */

    /* Register-page-start */
    form.signup-form-wrapper {
        padding: 30px 25px;
    }

    /* home-page-start */
    .carousel-caption {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* home-page-end */

    /* Register-page-end */
}