@import url('https://fonts.googleapis.com/css?family=Oswald');

body{
	background: url('../images/login-bg.jpg') center center / cover no-repeat;
  position: relative;
  min-height:100vh;
}
@media (max-width: 768px){
	body {
		font-size: 16px !important;
	}
	p {
		font-size: 16px !important;
	}
	.residential_content_pdf label {
		font-size: 16px !important;
	}
}
p{
	word-spacing: 2px;
}
h4{
	font-family: sans-serif;
}
	.step-section-title{
		margin: 0 0 10px;
		font-size: 22px;
		font-weight: 700;
		color: #000000;
	}
	#step7 .step-section-title{
		font-size: 22px;
	}
@media (max-width: 575px){
	.step-section-title{
		font-size: 22px;
	}
}
.col-md-6, .col-md-12{
	margin-bottom: 20px;
}
.card {
	background-color: #d7e9ed;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	border: none;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hide{display: none;}
/* Form fields */
#booking-form {
     /*font-family: 'Times New Roman', Times, serif;*/

  margin: 25px 45px;
}
#booking-form .row {
  padding-left: 0;
  margin-top: 15px;
}
#booking-form li {
  list-style: none;
}
input,
textarea,
select {
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(32 108 126);
    text-align: left;
    border-radius: 4px;
    color: #000000;
    letter-spacing: normal;
    height: 40px;
    line-height:40px;
    /*font-family: 'Merriweather', serif;*/
    background: #fff;
}
select {
    background-image: url('https://seashineadventures.com/wp-content/uploads/2017/08/grey-chevron.png');
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: 97% 50%;

}
textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);
}
label {
    font-size: 16px;
    font-weight: 500;
  display: block;
    margin-bottom: 5px;
}

/* Buttons */
#booking-form .next-btn,
#booking-form .submit-btn {
    background: #007897;
    padding: 10px 10px;
    color: #fff;
    font-family: sans-serif;
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    cursor: pointer;
}

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #444b5d;
    color: #fff;
}

#booking-form .next-btn:disabled,
#booking-form .submit-btn:disabled,
#booking-form .next-btn1:disabled {
  background-color: #444b5d;
  cursor: not-allowed;
  opacity: 1;
}

#booking-form .tab-pane .d-flex.justify-content-between.align-items-center.mb-0,
#booking-form .tab-pane .d-flex.justify-content-between.align-items-center.mb-0.px-0,
#booking-form .tab-pane .row.justify-content-between.align-items-center.mt-4 {
    border-top: 1px solid rgba(32, 108, 126, 0.2);
    margin-top: 24px !important;
    padding-top: 18px;
}

/* Progress Bar */
.progress-wrap {
    margin: 30px auto;
    display: table;
}
.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}
.line {
    height: 1px;
    width: 300px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(0 120 151);
    position: absolute;
    margin-top: 10px;
}
.progress-wrap div ul {
    display: flex;
    width: 300px;
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}
.progressbar-dots {
    display: inline-flex;
    border: #949494 solid 4px;
    background: #333333;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
    margin-left: 0px;
    color: #d4d4d4;
    border: 0px solid rgb(0 120 151);
    background: rgb(0 120 151);
    cursor: pointer;
}
.progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    /* width: 75px; */
    float: left;
    margin-left: -30px;
    display: none;
}
.progressbar-dots.active {
    color: #fff;
    border: 0px solid #f0fcff;
    background: #f0fcff;
}

.step-progress-card {
    padding: 20px 24px;
    margin-top: 18px;
}

.step-progress {
    width: 100%;
    max-width: none;
    margin: 16px 0 0;
    text-align: left;
    margin-right: auto;
}

.step-progress__meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    font-size: 14px;
    color: #4f6872;
}

.step-progress__track {
    display: block;
    width: 100%;
    height: 12px;
    margin-left: 0;
    margin-right: auto;
    background: #d4e2e8;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
}

.step-progress__fill {
    display: block;
    width: 0;
    height: 100%;
    background: #007897;
    transition: width 0.3s ease;
    border-radius: 999px;
    transform-origin: left center;
}

.step-progress__label,
.step-progress__count {
    font-weight: 600;
}

/*  Tab */
.tab-pane {
    display: none;
}
.tab-pane:first-child {
  display: block;
}

.step1-title {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.step1-subtitle {
    margin-top: 0 !important;
}

.step1-description {
    display: block !important;
    margin-bottom: 20px !important;
}

.step1-intro {
    display: block;
    margin-top: 14px !important;
}

.property-summary-row {
    align-items: flex-start;
}

.property-summary-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 16px;
    border: 1px solid rgb(32 108 126);
    border-radius: 10px;
    background: #fff;
}

.property-summary-item {
    margin-bottom: 0;
    flex: 1 1 0;
}

.property-summary-item--address {
    flex: 1.7 1 0;
}

.property-summary-label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    color: rgb(32 108 126);
}

.property-summary-value {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #000;
    line-height: 20px;
    word-break: break-word;
    box-shadow: none;
}

.property-summary-value__text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #21424d;
}

.step-form-panel {
    padding: 4px 0 0;
}

.step-form-panel .row {
    margin-top: 8px !important;
}

.step-form-panel .block,
.step-form-panel .col-md-12,
.step-form-panel .col-md-8,
.step-form-panel .col-md-6,
.step-form-panel .col-md-4 {
    margin-bottom: 10px;
}

.burn-details-panel {
    padding-top: 0;
}

#step5 .compliance-inline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#step5 .compliance-inline-row__question {
    flex: 1 1 auto;
    margin: 0;
}

#step5 .compliance-inline-row__options {
    flex: 0 0 auto;
    white-space: nowrap;
}

#step5 .compliance-pill-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

#step5 .compliance-pill {
    margin: 0;
    cursor: pointer;
}

#step5 .compliance-pill input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#step5 .compliance-pill__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 30px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(32, 108, 126, 0.24);
    background: #fff;
    color: rgb(32 108 126);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#step5 .compliance-pill input[type="radio"]:checked + .compliance-pill__text {
    background: rgb(32 108 126);
    border-color: rgb(32 108 126);
    color: #fff;
    box-shadow: 0 6px 16px rgba(32, 108, 126, 0.22);
}

#step5 .compliance-pill input[type="radio"]:focus + .compliance-pill__text {
    box-shadow: 0 0 0 3px rgba(32, 108, 126, 0.16);
}

@media (max-width: 767px) {
    #step5 .compliance-inline-row {
        display: block;
    }

    #step5 .compliance-inline-row__question {
        margin: 0 0 8px;
    }
}

.burn-type-tile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.burn-type-tile {
    margin-bottom: 0;
    cursor: pointer;
}

.burn-type-tile input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.burn-type-tile__content {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgb(32 108 126);
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-weight: 600;
    color: rgb(32 108 126);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.burn-type-tile input[type="radio"]:checked + .burn-type-tile__content {
    background: #f0fcff;
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(0, 120, 151, 0.12);
}

.burn-type-tile input[type="radio"]:focus + .burn-type-tile__content {
    box-shadow: 0 0 0 3px rgba(0, 120, 151, 0.18);
}

#step4 .burn-details-panel input,
#step4 .burn-details-panel select,
#step5 .burn-details-panel input,
#step5 .burn-details-panel select {
    width: 100% !important;
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgb(32 108 126) !important;
    border-radius: 4px !important;
    background: #fff !important;
    line-height: 40px;
    color: #000;
}

#step4 .burn-details-panel input:focus,
#step4 .burn-details-panel select:focus,
#step5 .burn-details-panel input:focus,
#step5 .burn-details-panel select:focus {
    outline: 0;
    border: 1px solid rgb(211, 211, 211) !important;
}

@media (max-width: 767px) {
    .burn-type-tile-grid {
        grid-template-columns: 1fr;
    }
}

.permit-tile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.permit-tile {
    position: relative;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

.permit-tile input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.permit-tile__content {
    display: block;
    min-height: 100%;
    padding: 16px 18px;
    border: 1px solid rgb(32 108 126);
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.permit-tile__title {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: rgb(32 108 126);
}

.permit-tile__description {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #21424d;
}

.permit-tile input[type="radio"]:checked + .permit-tile__content {
    background: #f0fcff;
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(0, 120, 151, 0.12);
}

.permit-tile input[type="radio"]:focus + .permit-tile__content {
    box-shadow: 0 0 0 3px rgba(0, 120, 151, 0.18);
}

@media (max-width: 767px) {
    .property-summary-panel {
        flex-direction: column;
        gap: 14px;
    }

    .property-summary-value__text {
        font-size: 14px;
    }
}

/* Error */
/*span.error {
  font-size: 14px;
  font-family: "helvetica neue", arial, sans-serif;
  color: #D6041D;
  display: block;
}*/
.form-required {
    color: #f23a3c;
}
.form-required {
    margin-left: 4px;
}
.animation-checkbox li{
position: relative;
}
.animation-checkbox input[type="radio"] {
    position: absolute;
    width: 20pc;
    height: 20px;
    left: -182px;
    top: 9px;
}

.animation-checkbox{
  list-style: none;
  margin-bottom: 0
}
.animation-checkbox label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    color:rgb(32 108 126);
    padding: 5px 28px 0 0;
}
.animation-checkbox label:before, .animation-checkbox label:after {
    font-family: FontAwesome;
    font-size: 25px;
    /*absolutely positioned*/
    position: absolute; top: 0; left: -33px; right: 10px;
}
.animation-checkbox label:before {
    content: '\f1db'; /*checkbox unchecked */
}
.animation-checkbox label:after {
    content: '\f111'; /*checkbox checked*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    font-size: 16px;
    top: 6px;
    left: -29px;
    color: rgb(32 108 126);

/*-webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
     transition: all 0.50s;*/
}
.animation-checkbox input[type="radio"]:checked + label:after {
    max-width: 25px;
    opacity: 1;
    margin-right: 90px;
}
.signature-panel {
  width:100%;
  box-shadow: 0 0 5px 1px #ddd inset;
  border:dashed 2px #53777A;
  border: dashed 1px #53777A;
  min-height:150px;
  background: white;
}

.signature-panel-error {
     background: #f1e8e8;
}

.controls-panel {
  padding: 1rem 0;
}
/*#signature {
  width:100%;
  box-shadow: 0 0 5px 1px #ddd inset;
  border:dashed 2px #53777A;
  border: dashed 1px #53777A;
  margin:0;
  text-align:center;
  min-height:150px;
  min-width:340px;
  transition:.2s;
}*/
.jSignature{height: 150px!important}
/*#reset {
  margin:1.5em auto;
}*/
.footer{
	background-color: #ffffff;
	text-align: center;
	padding:10px;
	font-family: sans-serif;
  position: absolute;
    width: 100%;
    bottom: 0;
}

.autoSearch_output {
  list-style: none;
  width: 100%;
  min-height: 0px;
  border-top: 0 !important;
  color: #767676;
  font-size: 14px;
  transition: min-height 0.2s;
  position: absolute;
  z-index: 5;
  padding-left: 0;
  background: #fff;
}
.prediction-item {
  padding: .5em .75em;
  transition: color 0.2s, background 0.2s;
}

.autoSearch_output:hover .focus {
  background: #fff;
  color: #767676;
}

.prediction-item:hover, .focus,
.autoSearch_output:hover .focus:hover {
  background: #ddd;
  color: #333;
}

.prediction-item:hover {
  cursor: pointer;
}

.prediction-item strong { color: #333; }
.prediction-item:hover strong { color: #000; }

input.datepicker {
	font-family: sans-serif;
	display:block;
	line-height: 1.5rem;
	font-size: 1rem;
	width: 100%;
	margin-top: 0.5rem;
}
input.datepicker:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
.pay-opt{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
    height: calc(100vh - 40vh);
}
.error-block{
  background-color: #FFEDED;
    padding: 10px;
}
.ui-widget.ui-widget-content{
    max-height: 130px;
    overflow: auto;
    z-index: 9;
}
span.error{
  font-size: 14px;
    /*background: red;*/
    /*margin-top: 10px;*/
    color: red;
    /*padding: 3px 5px;*/
    border-radius: 4px;
    width: auto;
    display: inline-block;
}
.points{
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.points li{
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (max-width:560px) and (min-width: 320px) {
	body {
		font-size: 16px !important;
	}
	p {
		font-size: 16px !important;
	}
	.residential_content_pdf label {
		font-size: 16px !important;
	}
	#booking-form {
	    margin: 25px 0px;
	}
	.progress-wrap div ul, .line{
		width: 280px
	}
    .step-progress-card {
        padding: 18px 12px;
    }

    .step-progress__meta {
        justify-content: flex-end;
    }
}

@media (max-width:400px) {
  body {
    font-size: 16px !important;
  }
  p {
    font-size: 16px !important;
  }
  .residential_content_pdf label {
    font-size: 16px !important;
  }
  #signature-panel {
    min-width:auto !important;
    min-height: auto !important;
  }
}



/* Start Residential Steps design changes 08-11-2023 */
.residential_permit_pdf p {
  word-spacing: 0px;
}
.residential_permit_pdf #title_value,
.residential_permit_pdf .land_development_title{
  font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}
.residential_permit_pdf *{
  font-family: sans-serif;
}
.residential_permit_pdf p.lead_txt{
  font-weight: bold;
  font-size: 14px;
}
#booking-form { 
  margin: 25px 15px;
}
.residential_content_pdf label {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 4px;
}
.residential_content_pdf input, .residential_content_pdf select {
  width: auto;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  height: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.residential_content_pdf select{
  background-size: 12px;
}
.residential_content_pdf select option[disabled] {
  opacity: 0.5;
}
.residential_content_pdf .form-required {
  margin-left: 0;
}
.residential_content_pdf input[readonly] {
  padding: 0px 5px;
}

#step4 .burn-details-panel input,
#step4 .burn-details-panel select,
#step5 .burn-details-panel input,
#step5 .burn-details-panel select {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid rgb(32 108 126) !important;
  border-radius: 4px !important;
  padding: 0 15px !important;
  height: 40px !important;
  line-height: 40px !important;
}

#step4 .burn-details-panel label,
#step5 .burn-details-panel label {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
}

#step4 .burn-details-panel input:focus,
#step4 .burn-details-panel select:focus,
#step5 .burn-details-panel input:focus,
#step5 .burn-details-panel select:focus {
  outline: 0;
  border: 1px solid rgb(211, 211, 211) !important;
}

.terms_condition_content_pdf p {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 18px;
}
#step6 .terms-card {
  border: 1px solid rgba(32, 108, 126, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fdfe 0%, #f2fbfd 100%);
  padding: 10px 0;
  box-shadow: 0 10px 24px rgba(32, 108, 126, 0.08);
}

#step6 .terms-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: terms-item;
}

#step6 .terms-card__list li {
  position: relative;
  margin: 0;
  padding: 14px 18px 14px 56px;
  font-size: 15px;
  line-height: 1.5;
  color: #21424d;
  counter-increment: terms-item;
}

#step6 .terms-card__list li:not(:last-child) {
  border-bottom: 1px solid rgba(32, 108, 126, 0.12);
}

#step6 .terms-card__list li::before {
  content: counter(terms-item);
  position: absolute;
  left: 18px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(32, 108, 126, 0.12);
  color: rgb(32 108 126);
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.residential_permit_pdf span.error {
  font-size: 12px; 
}
.residential_permit_pdf input.datepicker { 
  margin-top: 0;
}
.card_box_permit{
  max-width:800px;
  margin:auto;
}
.residential_permit_pdf .errorTxt {
  color: red;
  font-size: 12px;
  display: inline-block;
}
/**css 10-04-2026 start**/
.heading_popup
{
  margin-bottom:20px;
  padding:20px;
}

.card.card_box_permit .card-body {
  padding: 8px 20px 20px;
}

/**css 10-04-2026 end**/

@media(max-width:1100px){
  .container.full_width_container {
    max-width: 100%;
  }
}
@media(max-width:992px){
  .residential_content_pdf > div > div {
    width: 100% !important;
}
.card.card_box_permit .card-body {
  padding: 0 !important;
}
}
@media(max-width:520px){
  .residential_content_pdf > div > div { 
    flex-wrap: wrap;
}
}
/* End Residential Steps design changes 08-11-2023 */
