/* iPhone */
@media (max-width: 767.98px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  .desktop-inline-only {
    display: none !important;
  }
  ul.rd-navbar-dropdown li {
    margin-left: 0;
  }
  .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
    padding-left: 10px;
  }
  .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a:hover {
    background-color: #64bd63;
  }
  #rd-navbar-nav-wrap-1 .rd-navbar-nav li {
    margin-left: 0;
  }
  .phone-no {
    display: none !important;
  }
  h3#quote_title {
    font-size: 14px;
  }
  h5 {
    font-size: 16px;
  }
  .col-xs-6 {
    width: 50% !important;
  }
  .section-overlap-content .container {
    padding: 20px 15px;
    background: none;
  }
  .loader-wrap .fa {
    left: 35%;
  }
  .loader-wrap .help-block {
    left: 25%;
  }
  div.sb-popup {
    left: 13px;
  }
  div.sb-popup ul {
    width: 273px;
  }
  .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
  }
  .parcel-calculator .form-group {
    margin: 0;
  }
  .parcel-calculator .form-group .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .dimension-input {
    margin-bottom: 15px;
  }
  .card-corporate .card-body {
    padding-left: 25px;
  }
  .iframeVideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .input-group-btn > .btn-label {
    width: 96px;
  }
  .parcel-block.row {
    margin-bottom: 35px !important;
  }
  .parcel-block .input-group-btn > .btn-label {
    width: 150px;
  }
  .col-xs-12 .input-group-btn > .btn-label.sm-padding {
    width: 150px;
  }
  .quote-header .btn-xs {
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
  }
  .widget {
    overflow: hidden;
    padding: 20px 10px;
  }
  .tab-pane-content {
    padding: 0;
  }
  .tab-pane-content .widget h3 {
    margin-left: 0;
  }
  .service-timeline {
    margin-left: 55px;
  }
  .service-date-selection {
    margin-bottom: 20px;
  }
  .service-timeline li:before {
    right: 7.0rem;
  }
  .service-timeline li:after{
    right: -7.75rem;
  }
  .service-date-selection .mobile-only {
    font-size: 12px;
  }
  .service-list h5 {
    margin: 0;
  }
  .service-info-message {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .atl-group {
    text-align: center;
  }
  .quote-courier-logo {
    float: left;
    text-align: left;
    margin-left: 20px;
  }
  .edit-quote-text {
    clear: none;
    float: right;
    text-align: left;
    margin-right: 20px;
  }
  i.package-control {
    font-size: 2.8em;
    margin-left: 5px;
    margin-top: 0;
  }
  i.package-control.active
  i.package-control:hover {
    color: #777;
  }
  .form-wizard .tab-pane {
    padding: 10px
  }
  .courier-list.col-md-12,
  .address-block.col-md-4,
  .insurance-block.col-md-6,
  .summary-block.col-md-4,
  .summary-block.col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .insurance-block .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .insurance-block .tab-link {
    padding: 15px 15px 5px 15px;
  }
  .insurance-block .tab-link .radio {
    margin-bottom: 0;
  }
  .address-block {
    padding-bottom: 25px;
  }
  .address-block .switchery {
    margin-left: -15px;
  }
  .address-line label {
    padding: 0;
  }
  .parcel-table thead th {
    font-size: 0.8em;
  }
  .parcel-table tbody td {
    font-size: 1em;
  }
  .topup-btn,
  .voucher-btn {
    margin-top: 5px;
  }
  .summary-block h5 {
    margin-left: 10px;
  }
  .summary-block .payment-btn {
    margin-left: 0;
  }
  .payment-block {
    padding: 0 !important;
  }

  .panel-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-control.package-list {
    width: 110px;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .calendar-container iframe {
    width: 375px;
    height: 500px;
  }
}
/* iPad */
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  .desktop-inline-only {
    display: none !important;
  }
  h5 {
    font-size: 16px;
  }
  .form-wizard .tab-pane h3.panel-title {
    margin-left: 0;
  }
  #step_tab .nav-item .nav-link {
    font-size: 15px;
  }
  .parcel-block .input-group-btn > .btn-label {
    width: 80px;
  }
  .col-xs-12 .input-group-btn > .btn-label.sm-padding {
    width: 50px;
  }
  i.package-control {
    font-size: 2.2em;
    margin-left: 2px;
    margin-top: -4px;
  }
  i.package-control.active
  i.package-control:hover {
    color: #777;
  }
  .iframeVideo  {
    height: 349px;
  }
  .iframeVideo iframe {
    width: 560px;
    height: 349px;
    position: absolute;
  }
  .productreviewwidget {
    height: 245px;
  }

}

@media (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-inline-only {
    display: inline !important;
  }
  .parcel-block .input-group-btn > .btn-label {
    /*width: 130px;*/
    width: 75px;
  }
  .parcel-block .input-group-btn > .btn-label.package-label {
    width: auto;
  }
  .col-lg-2 .input-group-btn > .btn-label.sm-padding {
    /*width: 75px;*/
  }
  .iframeVideo  {
    height: 349px;
  }
  .iframeVideo iframe {
    width: 560px;
    height: 349px;
    position: absolute;
  }
  .section-sm {
    padding: 30px 0;
  }
  .productreviewwidget {
    height: 245px;
  }
  .rd-navbar-dropdown {
    list-style: none;
  }
  /*  .rd-navbar-dropdown li::before {
      content: "\2022";   Add content: \2022 is the CSS Code/unicode for a bullet 
      color: red;  Change the color 
      font-weight: bold;  If you want it to be bold 
      display: inline-block;  Needed to add space between the bullet and the text  
      width: 1em;  Also needed for space (tweak if needed) 
      margin-left: -1em;  Also needed for space (tweak if needed) 
    }*/
  .calendar-container iframe {
    width: 1100px;
    height: 1100px;
  }
}

@media (min-width: 1600px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-inline-only {
    display: inline !important;
  }
  * + .quote-light-mark {
    margin-top: 25px;
  }
  .iframeVideo  {
    height: 349px;
  }
  .iframeVideo iframe {
    width: 560px;
    height: 349px;
    position: absolute;
  }
  .section-sm {
    padding: 30px 0;
  }
  .breadcrumbs-custom {
    min-height: 260px;
  }
  .breadcrumbs-custom-inner {
    padding: 5px 0 5px;
  }.
  .productreviewwidget {
    height: 245px;
  }
  .calendar-container iframe {
    width: 1100px;
    height: 1100px;
  }
}