.plan-locations-btn-container {
    margin: 10px 0;
}

body .layout .plan-locations-btn-container .button {
    margin-bottom: 0px;
}
/* PW-612*/
     /* Depersonalized CSS  */
     .inner.vo-plans-faq + .inner {
        display: none;
      }
    
      .dexter-buttons-area {
        width: fit-content;
        margin: 0 auto;
        display: flex;
        min-width: 320px;
        justify-content: center;
        gap: 10px;
      }
    
      .dexter-buttons-area  > a {
        min-width: 220px;
      }
    
      .dexVideoAtTopWrap {
        max-width: 450px;
        max-height: 300px;
        margin: 0 auto;
        margin-bottom: 40px;
        width: 100%;
        order: 1;
    }

    #video-h4 {
      margin-bottom:30px;
      text-align: center;
    }

    body .layout main .manage_slider .carousel-inner .item {
      padding: 130px 46% 130px 10%;
      text-align: left;
    }
    
      /* Desktop first approach */
      @media (min-width:1108px) {
        #manage_slider {
          display: flex;
        }
    
        #manage_slider .carousel-indicators {
          flex-direction: column;
          width: 250px;
          height: fit-content;
          justify-content: start;
        }
    
        #manage_slider .carousel-indicators > li {
          width: 100%;
        }
    
        #manage_slider .carousel-control {
          display: none;
        }
    
        body .layout main .manage_slider .carousel-inner .item.discard_item {
          padding: 0px 10% 88px 46%;
          height: 441px;
          background: url(../images/banner_discard.png) no-repeat 10% 0;
        }
    
        body .layout main .manage_slider .carousel-inner .item.manage_item {
          padding-top: 0px;
          background: url(../images/laptop-phone.png) no-repeat right 10% center;
          background-size: 40% auto;
        }
        body .layout main .manage_slider .carousel-inner .item.receive_item {
          padding: 90px 10% 10px 46%;
          background: url(../images/boxes_updated.png) no-repeat 10% center;
          background-size: 30% auto;
      }
        body .layout main .manage_slider .carousel-inner .item.read_item {
          padding: 90px 50% 30px 10%;
          background: url(../images/banner_read.png) no-repeat right 10% center;
          background-size: 40% auto;
          text-align: center;
      }
        body .layout main .manage_slider .carousel-inner .item.forward_item {
          padding-top: 10px;
          background: url(../images/banner_forward.png) no-repeat right 10% center;
          background-size: 24% auto;
      }

        body .layout main .list_box header {
          width: 100%;
        }
    
        body .layout main .list_box header > p {
          text-align: center;
          font-size:17px;
          margin-bottom: 30px;
        }
    
      }
    
      /* Mobile first approach */
      @media (max-width: 1107px) {
        .list_box {
          display: flex;
          flex-direction: column;
        }
    
        .list_box header {
          order: 1;
        }
    
        .list_box .column_list {
          order: 2;
        }
    
        .list_box .using-iPostal1 {
          order: 3;
        }
    
        .list_box .dexter-slider-wrap {
          order: 4;
        }
    
        .dexter-buttons-area {
          gap: 5px;
          width: 96%;
        }
    
        .dexter-buttons-area  > a {
          flex-basis: 100%;
          min-width: unset;
        }
    
        .inner.vo-plans-faq + .inner {
          display: none;
        }
        body .layout main .manage_slider .carousel-inner .item {
          padding: 30px 14%;
          background-image: none;
        }
        body .layout main .manage_slider {
          margin-top: 20px;
        }
      }
    
      @media (max-width: 320px) {
        .dexter-buttons-area  > a:nth-child(1) {
          margin-left: 2%;
        }
    
        .dexter-buttons-area  > a:nth-child(2) {
          margin-right: 2%;
        }
      }

@media (min-width: 768px) {

    body .layout main .list_box header {
        width: 85%;
        border-bottom:none;
    }

    .plan-locations-btn-container {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 550px) {
    .hide-text-mobile {
        display:none;

    }
}

@media (max-width: 1024px) {
    #video-h4 {
    margin-bottom:20px;
  }
}