ul li {
    list-style: none;
}
.small-heading {
    font-size: 30px;
    color: #383838;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.top-space .location_head {
  margin-top: 0;
}
.section-padding-1 {
    padding: 60px 0;
}
.white-box {
    background-color: #ffffff;
    padding: 65px;
    margin-bottom: 40px;
}
.box-listing {
    padding: 0;
    margin: 0;
}
.box-listing li {
    font-size: 20px;
  
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.box-listing li:not(:last-child) {
    margin-bottom: 35px;
}
.center-content{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-detail p {
    font-size: 20px !important;
    color: #222222;
    margin-bottom: 18px;
}
.call-us-section {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    background-color: #F0C947;
}
.call-us-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.center-content p {
    font-size: 14px;
    color: #222222;
}
.align-text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.align-text span {
    font-size: 20px;
}
.common-section {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.card-1 {
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.card-header {
    padding: 35px 60px;
    border-radius: 10px 10px 0 0;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green-bg {
    background-color: #2BC48A;
}
.card-header h4{
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  line-height: 29px;
}
.card-body {
    padding: 0 50px;
    margin-bottom: 0;
}
.card-body span {
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    color: #333333;
}
.dollar {
    font-size: 35px !important;
    color: #333333;
    font-weight: 600;
}
.body-space {
    margin-bottom: 35px;
}
.card-1 .card-body li {
    font-size: 16px;
    color: #727272;
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-bottom:15px ;
    border-bottom: 2px dashed #E0E0E0;
    margin-bottom: 25px;
}
/* .card-1 .card-body li::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #727272;
    content: '';
} */

.card-1 .card-body ul {
    padding-left: 0;
    margin-bottom: 50px;
}
.address-block{
    font-size: 16px;
    margin-bottom: 0px;
}
.btn-yellow {
    background-color: #F0C947;
    color: #222222;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}
.yellow-bg {
    background-color: #F0C947;
}
.card-1 {
    padding-bottom: 50px;
    gap: 35px;
}
.address-select {
    border: 1px solid #DFDFDF;
    background-color: #F8F8F8;
    border-radius: 100px;
    display: block;
    text-align: start;
    position: relative;
    width: 100%;
}
.address-select .open>.dropdown-menu {
    border-radius: 10px;
}
.caret {
    position: absolute;
    right: 10px;
    top: 15px;
}
.select-drobdown .dropdown-menu {
    padding: 10px 15px;
}
.select-drob-down .dropdown-menu .dropdown-item {
        padding: 10px 15px;
        border-bottom: 1px solid #c6c6c6;
        display: block;
}
.dropdown-menu  {
  padding-bottom: 0;
}

.bottom-space {
    margin-bottom: 60px
}
.value-label {
    color: #333333;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 15px;
    background-color: #ffffff;
}
.badge-value {
    position: relative;
}
.badge-center {
    position: absolute;
    transform: translate(-50%,-50%)!important;
    left: 50%;
    top: 0;
}
.btn-yellow:hover {
    background-color: #747168;
    color: #ffffff;
}
.card-header.yellow-bg h4 {
    color: #333333;
}

.dropdown-menu {
    box-shadow: none;
}
.open>.dropdown-menu {
    position: relative !important;
    width: 100%;
}
.modal-backdrop {
    background-color: #00000094;
}
.permit-pop-up .modal-header {
    box-shadow: none;
    background-color: #F0C947;
    border-radius: 5px 5px 0 0;
    padding: 10px 10px 10px 35px;
}
.permit-pop-up .modal-body {
    padding: 27px  35px;
}
.permit-pop-up .modal-body ul {
    padding-left: 0;
    margin-bottom: 0;
}
.close {
    font-size: 21px;
    color: #000;
    text-shadow: none;
    opacity: 1;
}
.permit-pop-up .modal-body ul li {
    text-align: start;
    padding-left: 15px;
    font-size: 16px;
    color: #727272;
    margin-bottom: 20px;
}
.permit-pop-up .modal-body  {
    text-align: start;
}
.permit-pop-up  .modal-content span {
    font-size: 37px;
    font-weight: bold;
    color: #000;
}
.grey-text {
    font-size: 16px !important;
    color: #000000;
}
.content-text {
    color: #727272;
    font-size: 15px !important;
}
.permit-pop-up .modal-body ul li::before {
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: #000;
    border-radius: 50%;
    content: '';
    top: 4px;
    left: 0;
}
.permit-pop-up .modal-footer {
    padding:5px 35px 35px 35px;
    text-align: right;
    border-top: 0px ;
}
.grey-bg {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
}
.permit-pop-up .modal-body ul li {
    position: relative;
}

.permit-pop-up .modal-header h4 {
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: start;
}
.permit-pop-up .modal-content {
    padding: 0;
}
.btn-green {
    background-color: #2BC48A;
    color: #ffffff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}
.close-modal-1 {
    color: #2B4DC4 !important;
    text-decoration: underline !important;
    font-style: italic !important;
    margin-right: 25px;
}
/* .permit-pop-up .modal-footer {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: end;
} */
 .btn-green:hover {
    background-color: #747168;
    color: #ffffff; 
 }
 .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75em) * 2);
}
.modal-open .modal {
    overflow-y: hidden;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0px;
}
/* ------------radio button css start ------- */
.address-heading {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
    margin-top: 0;
  }
  .card-1 .card-body ul {
      margin-bottom: 25px;
  }
  .card-1 .card-body li {
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  .card-1 .card-body li:last-child {
      margin-bottom: 0;
  }
  .radio-bg {
      background: #E8FFF6;
      padding: 15px;
      border-radius: 10px;
  }
  /***** RADIO BUTTON STYLES *****/
  .rdio {
      position: relative;
    }
    .rdio input[type=radio] {
      opacity: 0;
    }
    .rdio label {
      padding-left: 10px;
      cursor: pointer;
      margin-bottom: 7px !important;
    }
    .rdio label:before {
      width: 19px;
      height: 19px;
      position: absolute;
      top: 1px;
      left: 0;
      content: "";
      display: inline-block;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 2px solid #2BC48A;
      background: transparent;
    }
    .rdio input[type=radio] {
      margin: 0px;
    }
    .rdio input[type=radio]:disabled + label {
      color: #999;
    }
    .rdio input[type=radio]:disabled + label:before {
      background-color: #2BC48A;
    }
    .rdio input[type="radio"]:checked + label::after {
      content: "";
      position: absolute;
      top: 5px;
      left: 4px;
      display: inline-block;
      font-size: 11px;
      width: 11px;
      height: 11px;
      background-color: #2BC48A;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
  }
    
    .rdio-default input[type=radio]:checked + label:before {
      border-color: #2BC48A;
    }
    
    .rdio-primary input[type="radio"]:checked + label::before {
      border: 5px solid #2bc48a;
  }
    .rdio-primary input[type="radio"]:checked + label::after {
      background-color: #2BC48A00;
  }
   
    .radio-bg p {
      font-size: 16px;
      color: #000;
      padding-left: 10px;
      line-height: 22px;
      }
      .radio-bg label {
          font-size: 16px;
          font-weight: 600;
          color: #000;
      }
      .radio-bg {
          margin-bottom: 15px;
      }
       .card-equal {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height:100%;
       }
       .radion-space .radio-bg:last-child {
          margin-bottom: 30px;
       }
       .card-body {
          padding: 0 30px;
      }
      .dollar {
          margin-bottom: 48px;
          display: inline-block;
      }
      /* ------------radio button css end ------- */
/* Responsive styles */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .section-padding-1 {
        padding: 22px 0;
    }
    .white-box {
        padding: 34px;
        margin-bottom: 32px;
    }
    .box-listing li {
        font-size: 18px;
    }
    .box-listing li:not(:last-child) {
        margin-bottom: 20px;
    }
    .card-body {
        padding: 0 20px !important;
    }
    .card-1 {
        padding-bottom: 50px;
        gap: 30px;
        margin-bottom: 25px;
    }
    .card-1 .card-body ul {
        margin-bottom: 30px;
    }
    .card-body span {
        font-size: 55px;
    }
    .body-space {
        margin-bottom: 20px;
    }
    .small-heading {
        font-size: 24px;
    }
    .center-content {
        gap: 20px;
        column-gap: 0;
    }
    .bottom-space {
        margin-bottom: 30px;
    }
    .box-listing li img {
        width: 9px;
    }
    .box-listing li {
        gap: 10px;
    }
    .permit-pop-up .modal-body {
        padding: 20px  24px;
    }
    .permit-pop-up .modal-footer {
        padding: 5px 24px 24px 24px;
    }
    .permit-pop-up .modal-header {
        padding: 10px 10px 10px 24px;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .section-padding-1 {
        padding: 40px 0;
    }
    .white-box {
        padding: 40px;
        margin-bottom: 35px;
    }
    .box-listing li:not(:last-child) {
        margin-bottom: 20px;
    }
    .card-body {
        padding: 0 40px;
    }
    .card-1 {
        padding-bottom: 50px;
        gap: 30px;
        margin-bottom: 25px;
    }
    .card-1 .card-body ul {
        margin-bottom: 30px;
    }
    .card-body span {
        font-size: 55px;
    }
    .body-space {
        margin-bottom: 20px;
    }
    .small-heading {
        font-size: 28px;
    }
    .center-content {
        gap: 20px;
        column-gap: 0;
    }
    .bottom-space {
        margin-bottom: 30px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .section-padding-1 {
        padding: 45px 0;
    }
    .select-drob-down .dropdown-menu .dropdown-item {
        padding: 6px 15px;
    }
    .white-box {
        padding: 45px;
        margin-bottom: 35px;
    }
    .box-listing li:not(:last-child) {
        margin-bottom: 20px;
    }
    .card-body {
        padding: 0 40px;
    }
    .card-1 {
        padding-bottom: 30px;
        gap: 25px;
    }
    .card-1 .card-body ul {
        margin-bottom: 30px;
    }
    .card-body span {
        font-size: 60px;
    }
    .body-space {
        margin-bottom: 20px;
    }
    .small-heading {
        font-size: 28px;
    }
    .bottom-space {
        margin-bottom: 35px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .section-padding-1 {
        padding: 45px 0;
    }
    .white-box {
        padding: 45px;
        margin-bottom: 35px;
    }
    .box-listing li:not(:last-child) {
        margin-bottom: 20px;
    }
    .bottom-space {
        margin-bottom: 40px;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400.98px) {
   
}

/* // For 2k Monitors, (more than 1401 px) */
@media (min-width: 1401px) and (max-width: 1599.98px) {
    
}

@media (min-width: 1600px) and (max-width: 2559.98px) {
    
}

@media (min-width: 2560px) {
  
}


