
.appointment-area{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0 150px;
}

.appointment-form-box{
  position: relative;
  display: block;
  padding: 44px 40px 48px;
  border: 1px solid #e7ebf0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(9, 30, 66, 0.06);
}

.appointment-title{
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 52px;
}
.appointment-title h2{
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  color: #051d3e;
  margin: 0 0 24px;
}
.appointment-title p{
  margin: 0px;
  line-height: 28px;
}

.appointment-form{
  position: relative;
  display: block;
}

.appointment-form .single-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
  overflow: inherit;
}

.appointment-form .single-box .jobsite-address input{
  margin-bottom: 20px;
}

.appointment-form .single-box .inner-title{
  position: relative;
  display: block;
  padding-bottom: 17px;
}
.appointment-form .single-box .inner-title h3{
  color: #161837;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

.appointment-checkbox {
  position: relative;
  display: block;
  margin-right: -15px;
}
.appointment-checkbox .single-checkbox{
  position: relative;
  display: inline-block;
  float: left;
  min-width: 230px;
  margin-right: 15px;
  margin-bottom: 14px;
}
.appointment-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
}
.appointment-checkbox input[type="checkbox"] {
  display:none;
}
.appointment-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.appointment-form .date-box .calander-data{
  float: left;
}
.appointment-form .date-box .calander-data .nice-select .list{
  max-height: 200px;
  overflow-y: scroll;
}
.appointment-checkbox label span:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #b2b7bb;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.appointment-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
}


.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea,
.appointment-form select{
  position: relative;
  display: block;   
  background: #f8fafc;
  border: 1px solid #dde3ea;
  width: 100%;
  height: 54px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 14px;
  transition: all 500ms ease;
  font-family: 'Barlow', sans-serif;
}

.appointment-form textarea{
  height: 180px;
  resize: none;
  padding-top: 16px;
}

.appointment-form input:focus,
.appointment-form textarea:focus{
  border-color: var(--theme-color);
}

.appointment-form .date-box{
  position: relative;
  display: block;
  width: 380px;
}
.appointment-form .date-box .icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #898989;
  font-size: 16px;
}
.appointment-form .date-box .icon span:before{
  position: relative;
  top: 2px;
}


.appointment-form .time-box{
  position: relative;
  display: block;
  width: 270px;    
}
.appointment-form .time-box .icon{
  position: absolute;
  top: 4px;
  right: 20px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
}
.appointment-form .time-box .icon span:before{
  position: relative;
  top: 0px;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}

.newsletter-checkbox {
  position: relative;
  display: block;
}
.newsletter-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
}
.newsletter-checkbox input[type="checkbox"] {
  display:none;
}
.newsletter-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.newsletter-checkbox label span:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #b2b7bb;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.newsletter-checkbox input[type="checkbox"]:checked + label span {
  border-color: #16232a;
}
.newsletter-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.appointment-form .bootstrap-select>.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: auto;
  font-family: 'FontAwesome 6 Free';
  content: '\f107';
  color: #444;
  font-size: 20px;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 900;
  border: none;
  background: transparent;
  text-align: right;
}
.appointment-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}
.appointment-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 25px 9px;
  font-weight: 400;
  color: #898989;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  font-family: 'Barlow', sans-serif;
}

.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active {
  color: #222222;
}

.appointment-form .dropdown-item:hover {
  color: #222222;
}

.appointment-form-button{
  position: relative;
  display: block;
  padding-top: 10px;
}

.appointment-form .nice-select{
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-radius: 14px;
  border-color: #dde3ea !important;
  background: #f8fafc;
  font-size: 18px;
  padding-left: 20px;
}

.appointment-form .date-box .nice-select{
  border-radius: 0px;
  margin-right: 10px;
  width: 100px;
  border-color: #dddddd;
  height: 40px;
  line-height: 40px;
}

.appointment-form .nice-select:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-205.png);
  width: 10px;
  height: 6px;
  top: 24px;
  right: 18px;
  background-repeat: no-repeat;
}

.quote-side-card{
  position: relative;
  display: block;
  padding: 38px 34px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8faf6 0%, #eef3ea 100%);
  border: 1px solid #e1e8da;
}

.quote-side-card .sub-title{
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-color);
}

.quote-side-card h3{
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 18px;
}

.quote-side-card p{
  margin-bottom: 0;
}

.quote-check-list{
  position: relative;
  display: block;
  padding-top: 28px;
}

.quote-check-list li{
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 28px;
  color: #4a5563;
}

.quote-check-list li:before{
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
}

.quote-contact-box{
  position: relative;
  display: block;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(5, 29, 62, 0.12);
}

.quote-contact-box h4{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 14px;
}

.quote-contact-box p{
  margin-bottom: 8px;
}

.quote-contact-box a{
  color: #051d3e;
}

.appointment-form .date-box #dobday{
  width: 99px;
}

.appointment-form .date-box #dobmonth{
  width: 110px;
}

.appointment-form .date-box #dobyear{
  width: 104px;
}




































