button#continue-button-1:hover {
    opacity: 0.8;
}
.buttonlengthbox.selected {
    background: #dd4d29;
}
button.select-length.btn.btn-primary:hover {
    opacity: 0.8;
}
.pwr-price-toggle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.pwr-price-toggle__left,
.pwr-price-toggle__right {
    flex: 1;
    text-align: center;
}
.pwr-price-toggle__switch {
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
.pwr-price-toggle__switch::before {
    content: '';
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: all 0.3s ease;
}
.pwr-sec-price-tables--toggle-active .pwr-price-toggle__switch::before {
    left: 27px;
}
.pwr-price-toggle__discount {
    font-size: 12px;
    color: red;
}
.hidden { display: none; }
 

.setupfee{    
  text-transform: capitalize;
    font-weight: normal;
     }
p#summary-price{text-align:left;}
.summary-item {
    margin-top: 30px;
    background: #dcdcdc8a;
    padding: 5%;
    text-align: center;
}
a.view-location.btn.btn-primary{margin-bottom:13px;} 
button.learni{text-align: left;font-weight: bold;max-width:60%}
 button#continue-button {
    width: 100%;
}
.radio-container.radio-service   { top: 80%;}
.radio-container {
  position: absolute;
  top: 94%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.radio-container input[type="radio"] {
 left: -27px;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #dd4d29;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  transition: background 0.3s ease;
}

.radio-container input[type="radio"]:checked {
  background-color: #dd4d29;
}



.pwr-image-box {
  position: relative;
  padding-right: 40px; /* Make space for the radio button */
}

.pricing-card-header {
  position: relative;
  padding-right: 15px; /* Make space for the radio button */
}

.buttonlengthbox {
  position: relative;
  padding-right: 40px; /* Make space for the radio button */
}

.location-radio,
.service-radio,
.length-radio {
  display: inline-block;
}


.owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
button#continue-button-1 ,button#continue-button-2 {
    color: white;
    background: #dc4e2b;
    border: none;
    width: 100%;
    padding: 4%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .6px;
}
.buttonboxi {
    max-width: 50%;
}
.owl-nav button {
  background: #dd4d29;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.owl-nav button:hover {
  background: #c43c21;
}
.owl-carousel{width:350px!important;}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
}

.owl-dot.active span {
  background: #dd4d29;
}
/* Additional styles to match the design */
.customNavigation a {
  padding: 5px 10px;
  font-size: 2em;
}

/* Synced Carousel styles */
#sync1 .item, #sync2 .item {
  background: #0c83e7;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
}

#sync2 .owl-item .item img {
  opacity: 0.5;
}

#sync2 .owl-item.synced .item img {
  opacity: 1;
}

button#continue-button:hover {
opacity:0.8;} 
span.headsum {
    color: black;
}
p#summary-location,p#summary-service,p#summary-length {
    color: #dd4d29;
    font-size: 15px;
    font-weight: bold;    text-transform: uppercase;
}
#summary-box {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.row2loc {
  max-height: calc(150vh - 150px); /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 20px;
}

.row2loc3 {
  position: sticky;
  top: 0;
  padding-left: 20px;
  max-height: calc(200vh - 150px); /* Adjust height as needed */
  overflow-y: auto;
  background-color: white; /* Add background color to match design */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for better visibility */
  z-index: 900;
}



.row.deco-boxes {
    margin-right: 0;
    margin-left: 0;
}
.boxiloc {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px 16px;
    margin: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    background-color: #ffffff;
}

.boxiloc:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.boxiloc img {
    max-width: 100%;
    border-radius: 8px 8px 0 0;
}

.boxiloc h3 {
    font-size: 1.2em;
    color: #333333;
    margin-top: 10px;
}

.boxiloc p {
    font-size: 0.9em;
    color: #666666;
}

.boxiloc .view-location {
    display: block;
    margin-top: 10px;
    text-align: left;
  padding-left: 24px;
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #007bff;
    border-radius: 5px;
     
    transition: background-color 0.2s, color 0.2s;
}

.boxiloc .view-location:hover {
    background-color: #007bff;
    color: #ffffff;
}


.col-md-8.row2loc,.col-md-4.row2loc3{
       padding: 3%;
  background-color:white!important;
  }
.col-md-8.row2loc{
  margin-right: 12px;}
.row-fluid-wrapper.row-depth-1.row-number-3.dnd-section {
    background: #eeeeee;
}
 
.row-fluid-wrapper.row-depth-1.row-number-3.dnd-section {
    background: #eeeeee;
}
.buttonlengthbox:hover{
    transform: translateY(-5px);    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 
.descri  {
    font-size: 16px;
    margin-left: 24px;
}
@media (max-width: 767px) {
  p#summary-location, p#summary-service, p#summary-length{font-size:12px;}
  div#service-accordion {
    margin-right: 20px;
}
  button#continue-button {
    width: 100%;
}
        .desktop-section {
            display: none;
        }
        .accordion-section {
            display: block;
        }
        .accordion-content {
            padding: 15px;
            
            margin-bottom: 10px;
        }
        .accordion-title {
            background-color: #f7f7f7;
            border: 1px solid #ddd;
            padding: 15px;
            cursor: pointer;
            margin-bottom: 10px;
                  color: black;
        font-weight: 500;
        font-size: 18px;
              display: flex;

          
              
        }
        .accordion-title.active {
            background-color: #e9e9e9;
        }
    }
    @media (min-width: 768px) {
      div#length-accordion {
    margin-top: 30px;
}
      .pwr-price-toggle__discount{    top: -24px;}
      .setupfee{text-align:left;}
        .accordion-section {
            display: none;
        }
        .desktop-section {
            display: flex;
        }
    }

div#summary-box {
    position: sticky;
    top: 85px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}
 
h4#\33 \.-agreement-length- {
    margin-top: 40px;
    border-top: 1px solid #bdbcbc;
    padding-top: 40px;
}
.titulos{font-weight:bold; text-transform: uppercase; font-size:25px;}
.col-md-8 {
    padding-right: 40px;
}
.pricing-card.card.h-100.servicetype {
    margin-left: 14px;
}
h4#choose-a-plan-\|-save-more-with-longer-contracts{    margin: 40px 0;
    border-top: 1px solid #d2d2d7;
    padding-top: 30px;}
.deco-boxes{margin-top: 20px;
}  
.pricing-card {
    width: 100%;
}
.card-body.pricing {
    min-height: 20px!important;
}
.pricing-card-header {
  display: flex;
  align-items: center; /* Vertically centers items within the container */
}

.pricing-card-header img {
  margin-right: 10px; /* Space between the image and the text */
  flex-shrink: 0; /* Prevents the image from shrinking */
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically centers the text items within the card-text container */
}

.card-title {
  margin: 0;
}

.card-subtitle {
  margin: 0;
}.pricing-card-header {
  display: flex;
  align-items: center;
}

 

.card-text {
  display: flex;
  flex-direction: column;
}

.card-title {
  margin: 0;
}

.card-subtitle {
  margin: 0;
}
/* Custom Styles */

/* Boxiloc styling */
.boxiloc {
   margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
  border: 1px solid #86868b;
 
    cursor: pointer;
}
.boxiloc.selected {
  box-shadow: 0 0 0 4px #dd4d29;
}

/* Card styling */
.card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Button styling */
.btn-primary {
  background-color: #dd4d29;
  border-color: #dd4d29;
  color: #fff;
}
.btn-primary:hover {
  background-color: #c43c21;
  border-color: #c43c21;
}
.buttons-virtual, .buttonboxi {
  margin-top: 15px;
}

 

/* Responsive adjustments */
@media (max-width: 767px) 

  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .buttonlengthbox img {
    max-width: 50px;
 
  } 
    .buttonlengthbox   {
     margin-left: 20px;
    background: white;
      min-width:100px;
  }
}

.pwr-services-item__img{margin-left: 4px;}
.tab-module {
    position: sticky;
    top: 85px; /* Adjust this value based on your header height */
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: add a subtle shadow */
    padding-top: 10px; /* Optional: ensure the module has padding */
}

/* Ensure the container has enough padding */
 

button.close {
  padding: 19px!important; }
.close{    opacity: 1!important;}
.container4 {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
  
  }
  .location-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }
 
  .location-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .location-info h4 {
    font-size: 16px;
    color: #444;
    margin: 0;
  }
  .location-info a {
    color: #444;
    text-decoration: none;
  }
  .image-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .image-container img {
    height: auto;
    max-width: 100%;
    border-radius: 8px;
  }
  .details-table {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0px;
  }
  .details-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .details-table td {
    padding: 10px;
    vertical-align: top;
  }
  .details-table p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
  }
  .details-table .icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .details-table .icon-text img {
    margin-right: 10px;
  }
  .map-iframe {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .map-iframe td {
    width: 100%;
    padding: 10px;
    vertical-align: top;
  }
  .map-iframe iframe {
    border: none;
    margin: 0px auto;
    display: block;
    width: 100%;
    height: 315px;
  }
  @media (max-width: 768px) {
    .location-info {
      flex-direction: column;
      text-align: center;
    }
    .details-table td {
      width: 100%;
      display: block;
    }
  }


.card-header {
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.8px;ƒ
}
 .servicetype.selected {
    border: 2px solid #dd4d29;
}
.select-service.btn.btn-primary {
  width: 100%;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.select-service.btn.btn-primary:hover {
  opacity: 0.8;
}

.headsum {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.container-fluid {
     padding-right: 0px!important;  
  padding-left: 0px!important;    
    
}
.tab-content-container {
  float: left;
  width: 74%; /* Adjust the width to leave space for the summary */
}

 

/* When summary box is active */
.summary-box-visible {
  display: block;
}


button#continue-button {
    background: #dd4d29;
    border: 2px solid #dd4d29;
    font-size: 16px;
     padding:4%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3px;
}

/* Flexbox grid for image boxes */
.pwr-sub-image-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px; /* Bootstrap's default gutter */
  margin-left: -15px;  /* Bootstrap's default gutter */
}

.pwr-image-box {
  padding-right: 0px; /* Bootstrap's default gutter */
  padding-left: 0px;  /* Bootstrap's default gutter */
  
}
 
ul.nav.nav-tabs.tabi ul li a{    line-height: 30px;
    font-size: 14px;
    border-bottom: 2px solid #dd4d29 !important;
}

.continuebutton{background: #dd4d29!important;
    border: 1px solid #dd4d29!important;
    padding: 10px!important;
    color: white!important;
    font-weight: bold!important;
  letter-spacing: 1.2px!important;}
ul.nav.nav-tabs.tabi{padding:20px;}
ul.nav.nav-tabs.tabi >li.active>a, 
ul.nav.nav-tabs.tabi>li.active>a:focus, 
ul.nav.nav-tabs.tabi >li.active>a:hover
{    color: #060606;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
  text-transform:uppercase;
  border-bottom: 2px solid #dd4d29;
  border-bottom-color: #dd4d29;
  }
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {  
  border-top: 0px solid red!important;
    border-left: 0px solid red!important;
    border-right: 0px solid red!important;
}
.tab-module .nav-tabs>li.active>a {
border-bottom: 1px solid transparent;}
.tab-module .nav>li>a {    padding: 0px;}
/* Modals styling adjustments */
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px!important;}}
.modal-content {
  /* Remove border and shadow for a modern look */
  border: none;
  box-shadow: none;
}

/* Owl Carousel custom navigation buttons */
.customNavigation a {
  padding: 5px 10px;
  font-size: 2em;
}

/* Synced Carousel styles */
#sync1 .item, #sync2 .item {
  background: #0c83e7;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
}

#sync2 .owl-item .item img {
  opacity: 0.5;
}

#sync2 .owl-item.synced .item img {
  opacity: 1;
}

/* Modal styling */
.modal.in .modal-dialog .modal-content .modal-header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  font-size: 1.5em;
  font-weight: 700;
}


/* Custom Styles for Virtual Office Plan Cards */
.card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card.h-100.card .card-body {
  padding: 0.5rem 20px;
}
.card .card-body.summary-content { 
  padding: 2rem 0px;
  text-align: left ;   min-height: 50px!important;
}

.card .card-body 
{min-height: 310px;
  padding: 2rem 0px;
  text-align: left;
}
.tabdetails {
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
}
a.btn.btn-primary.btnNext {
    background: #dd4d29;
    border-color: #dd4d29;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: 600;
    border-radius: 0;
}

.card-title {
color: #333;
    margin-top: .5rem;
    font-weight: bold;
    text-align: left;
  font-size:16px;
  min-height:25px;    min-width: 165px;

}
a.btn.btn-primary.btnPrevious.back{background: none;
    color: black;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;}
.pwr-image-box__content {
    min-height: 150px;
}
.card-subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.card-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.card .btn-outline-primary {
  color: #df4d28;
  border-color: #df4d28;
  margin-top: auto; /* Pushes the button to the bottom of the card */
}

.card .btn-outline-primary:hover {
  background-color: #df4d28;
  color: white;
}

/* List styles */
.card ul {
  padding-left: 0;
  list-style: none;
}

.card ul li {
  margin-bottom: 0.25rem;
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
}
.card-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 1.5rem;
    text-align: left;
}
p.card-text {
    margin-left: 10px;
    margin-top: 5px;
}
.tab-module {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}
.text-muted {
     text-align: left;
    font-size: 12px;
  color: #dd4d29!important;}

.card ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #dd4d29;
  border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  img.pwr-services-item__img.lazyautosizes.lazyloaded {
    margin-top: 0px !important;
}.card-text {
    margin-bottom: 0px !important;
}
  .pricing-card-header {
    margin-left: 15px ; margin-top: 10px ; 
}

  .pwr-services-item__img{    margin-top: 0x !important;}
 
  p.card-text{    margin-left: 0px !important;}
    .tab-content-container {
    width: 100%;
}
  .dnd-section {
    padding: 30px 0;}
  
  .tabdetails {
    display: flex!important;
  flex-direction:column;}
  button#continue-button {
    font-size: 14px!important;
     letter-spacing: 0px!important;
    margin-top: 20px;
    text-transform: uppercase;
}
  div#summary-box {
    width: 100%;
}
#summary-box{width:100%;}

 
  .card {
    margin-bottom: 2rem;
  }
}

/* Additional styles if needed */
.container.mt-5 {
  margin-top: 5rem;
}

.h2.mb-4.text-center {
  margin-bottom: 4rem;
  text-align: center;
}
.row.planes{    width: 98%;}
.row {
  display: flex;
  flex-wrap: wrap;
}
.buttons-virtual{margin:20px;}
 
.list-unstyled.blui.card ul li:before{color:#df4d28!important;}
.col-md-4.mb-4 {
  margin-bottom: 4rem;
}
.card.h-100{
  border: 1px solid #86868b;
  min-height: 50px;
  border-radius: 8px;    
  margin-top: 10px;
    cursor: pointer;
  padding: 1%;}

a.view-location.btn.btn-primary, .learni {
    color: #dd4d29;
    border-bottom: 2px solid #dd4d29;
    background: white;
    border: 0;
    text-decoration: underline;
}
button.select-location.btn.btn-primary {
    background: #dd4d29;
    border: #dd4d29;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-tabs {
    border-bottom: 0px solid transparent!important;
}
.nav-tabs>li{margin-right:40px;}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
  text-transform : uppercase;
  font-weight:bold;
  color:#8e8e8e;}

/* Style for the number */
.accordion-title .step-number {
    min-width: 1em; /* Adjust as needed */
    text-align: right;
    margin-right: 0.5em;
    font-weight: bold;
}

/* Style for the title text */
.accordion-title .title-text {
    flex: 1;
}
.buttonlengthbox   {
    border: 0px solid #86868b;
    padding: 5%;
    margin-right: 0px;
  min-width: 140px;
}
.buttonslength {
    display: flex;
}
button.select-length.btn.btn-primary {
    background: black;
    color: white;
    font-weight: bold;
    text-decoration: upper;
}
.continuebutton{ 
    background-color: #dd4d29;
    border-color: #dd4d29;
    color: white;
    font-weight: bold;
    letter-spacing: 0.9px;
}
button.select-service.btn.btn-primary {
    background-color: #dd4d29;
    border-color: #dd4d29;
}

.buttonslength {
  display: flex;
 
  align-items: center;
  gap: 0px; /* space between buttons */
}

.buttonlengthbox {
  text-align: center;
}

.buttonlengthbox img {
  display: block;
  margin: 0 auto 10px; /* centers image and adds space below */
  width: 65px; /* fixed width, can be adjusted */
  height: auto;
}

.select-length {
  background-color: #007bff; /* primary button color */
  color: white;
  border: none;
  padding: 10px 20px; /* button padding */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; /* legible font size */
  border-radius: 25px; /* rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
  cursor: pointer; /* indicates the button is clickable */
  transition: background-color 0.3s; /* smooth transition for hover effect */
}

.select-length:hover {
  background-color: #0056b3; /* darker shade on hover */
}
.card .btn-outline-primary {
    border-color: #dd4d29;
    color: #dd4d29;
  margin-top: auto;}
 
.buttonboxi {
    position: relative;
     
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
     
}
.boxiloc {
    border: 1px solid #80808047;
}
 h3 {
   margin-top:20px;
    font-size: 16px!important;
    text-align: center!important;
    font-weight: bold!important;
}
.pwr-image-box__content {
    padding: 0  ;
}
.container.mt-5.coli-left{float: left;
    width: calc(100% - 375px);}
 
.card.summy{background: white;
    text-align: center;
     font-size: 20px;
    color: #393939;}

.modal-content {
    padding: 4%;
  
}

/* nuevo css */

 .buttonlengthbox {
    border: 0px solid #bdbcbc;
    padding: 5%;
    
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

 .boxiloc.selected , .servicetype.selected {
box-shadow: 0 0 0 2px #dd4d29;
}
.boxiloc .pwr-image-box__content h3{min-height:39px;}

.buttonlengthbox img {
    display: block;
    margin: 0 auto 10px;
    width: 45px;
    height: auto;
}

.buttonlengthbox h4 {
    margin-bottom: 10px;
}

.select-length {
    display: none; /* Hide the original button */
}

 

@media (max-width: 767px) {
   .modal-dialog{margin: 20px!important;}
ul.list-unstyled {
    margin-bottom: 10px;        color: #6e6e6e;
}
  .card {
    margin-bottom: 2rem;
  }
}
.container {
    position: relative; /* Ensure the container is the relative positioning context */
}

 

 
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }

}
@media (max-width: 767px) {
  .text-muted {
  text-align:left;}
  #summary-box {
   display: inline-table;
}
  #length > a{display:none;}
  .buttonslengthboxes{margin-bottom:10px;}
}
@media (min-width: 1200px) {
     
}  


ary Box Styling */
#summary-box {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 20px;
}

#summary-box .card-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

#summary-box .summary-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#summary-box .summary-item {
  flex: 1;
  text-align: center;
}

#summary-box .summary-item p {
  margin: 0;
}

#summary-box .summary-item button {
  margin-left: auto; /* Push the button to the right edge */
}

.headsum {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  #summary-box .summary-content {
    flex-wrap: wrap; /* Allow items to wrap on small screens */
  }

  #summary-box .summary-item {
    flex: 1 1 100%; /* Make items full width on small screens */
    margin-bottom: 10px; /* Add spacing between rows on wrap */
    text-align: center!important;
  }

  #summary-box .summary-item button {
    margin-left: 0; /* Remove left margin on small screens */
  }
}
#summary-box .summary-item p {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: left;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .card.h-100{background:white;}
  .boxiloc.pwr-image-box {
    width: 300px;
    
}
  h1#virtual-office-checkout {
    text-align: center;
    font-size: 35px;
    margin-top: 40px;
}
  
  .radio-container.radio-service {
    top: 51%;
}
  
  #summary-box .summary-content {
    display: flex;
    flex-direction: row; /* Ensure items are in a row */
    align-items: center;
  }

  #summary-box .summary-item {
    flex: 1;
    text-align: left; /* Align text items to the left */
    margin-bottom: 0; /* Remove bottom margin */
  }div#summary-box {
    padding: 0% 5%;
}

 
  #summary-box .summary-item:last-child {
    margin-left: auto; /* Push the button to the right */
  }
}
.buttonslength {
  display: flex;
  justify-content: center;
  align-items: flex-start;
     margin-top: 25px;
  gap: 20px; /* Adjust the spacing between buttons as needed */
}

.buttonlengthbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pwr-price-toggle__discount {
  position: absolute;
  top: -20px; /* Adjust the vertical position of the discount label */
  background-color: #f7b2a3; /* Example background color */
  color: #fff; /* Example text color */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
.summary-item {
    display: none; /* Hide the summary price initially */
}
.col-12.buttonslengthboxes {
    margin-top: 25px;
}
