/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}
.bg-silver-300 {
    background-color: #d1d5d8;
	position: relative;
}
.has-error .control-label, .has-error .col-form-label, .has-error .help-block, .has-error .error, .has-error .input-icon > i {
    color: #e74c3c;
}
.help-block {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}
.input-group-icon.right .input-icon {
    right: 0;
    left: auto;
}
.input-group-icon .input-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 33px;
    line-height: 33px;
    width: 34px;
    text-align: center;
}
.input-group-icon {
    position: relative;
    color: #71808f;
}
.input-group-icon.right .form-control {
    padding-left: 12px;
    padding-right: 33px;
}
.font-16 {
    font-size: 16px;
}
.has-error .form-control, .has-error .form-control:focus {
    border-color: #e74c3c;
}
.ui-checkbox, .ui-radio {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 28px;
    font-weight: 400;
    min-height: 20px;
}
.ui-checkbox input, .ui-radio input {
    position: absolute;
    opacity: 0;
}
.ui-checkbox-info input:checked ~ .input-span {
    background-color: #23B7E5;
    border-color: #23B7E5;
}
.ui-checkbox-info input:checked ~ .input-span::after {
    border-color: #fff;
}
.ui-checkbox input:checked ~ .input-span:after, .ui-radio input:checked ~ .input-span:after {
    display: block;
}
.ui-checkbox:hover .input-span, .ui-radio:hover .input-span {
    border-color: #b8b8b8;
}
.ui-checkbox .input-span, .ui-radio .input-span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    left: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ui-checkbox .input-span::after, .ui-radio .input-span::after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    left: 7px;
    top: 3px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-checkbox, .ui-radio {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 28px;
    font-weight: 400;
    min-height: 20px;
}
/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {background-color: #fff;}
.bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #e6e6e6;
  
}

.wrap-contact100 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 62px 55px 90px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Montserrat-Black;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 59px;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 20px;
    margin: 10px 0px 0 0px;
}

.rs1-wrap-input100 {
  width: calc((100% - 50px) / 3);
}

.label-input100 {
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}
.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}
/*---------------------------------------------*/
input.input100 {
    height: 80px;
    border: 1px solid #dadada;
    padding: 10px;
    font-size: 30px;
    text-transform: uppercase;
}
textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}
.cstm_buyr {
    margin: 0px 10px 0px 0px;
}
.cstm_shipt {
    margin: 0px 10px 0px 0px;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;

  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 90px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}


/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 5px !important;
  top: 0px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '\f312';
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #555555;
}
.cstm_tctitle {
    font-weight: bold;
}
.cstm_tctext {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: justify;
    font-family: sans-serif;
}
.cstm_tctext span {
    text-decoration: underline;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.select2-results__options {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;     
  -webkit-background-clip: padding;  
  background-clip: padding-box; 
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio100:checked + .label-radio100::after {
  display: block;
}


/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 0px 25px;
}

.contact100-form-range-value {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}

.cstm_drop .select2-selection__arrow {
    top: 12px !important;
    right: 5px !important;
}

.cstm_drop .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 340px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 340px !important;
    height: 40px;
    padding: 10px !important;
    font-size: 23px !important;
    text-transform: uppercase;
}
.cstm_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cstm_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cstm_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cstm_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cstm_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cstm_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
select.cstm_dropDown {
    width: 100px;
    padding: 5px 0 5px 0;
    margin: 0 20px 10px 0px;
}
.contact100-form-range-value table {
    text-align: center;
	color: #000;
    width: 100%;
}
table.estimate_tbl td {
    padding: 5px;
	border: 2px solid #000;
	width: auto;
}
#btnSaveSign {
	color: #fff;
	background: #f99a0b;
	padding: 5px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 10px;
}
.sign-container {
	width: 60%;
	margin: auto;
}
.sign-preview {
	width: 150px;
	height: 50px;
	border: solid 1px #CFCFCF;
	margin: 10px 5px;
}
.tag-ingo {
    font-family: cursive;
    font-size: 19px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.tbl_cstm_all_serv td {
    padding: 10px;
    text-align: center;
}
#stsize .select2-container--focus {
    width: 100% !important;
}
#stsize .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 5px;
}
#stubsize .select2-container--focus {
    width: 100% !important;
}
#stubsize .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 5px;
}
.tbl_cstm_inquiry {
    margin-top: 40px;
}
.tbl_cstm_inquiry td {
    padding: 0px;
}
.tbl_cstm_inquiry input {
    border: 1px solid #b1b1b1;
}
.tbl_cstm_inquiry select {
    width: 195px;
}
i.fa.fa-close.cstm_close {
    font-size: 40px;
    float: right;
    color: red;
}
#wait {
    position: fixed;
    top: 50%;
    left: 38%;
    width: 20em;
    right: 0;
    bottom: 0;
}
.buttonload {
  background-color: #000;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 18px;
}
.buttonload .fa {
  margin-left: -12px;
  margin-right: 8px;
}
button#doPrint {
    font-size: 25px;
    font-weight: bold;
    color: red;
    padding: 10px 30px 10px 30px;
    border: none;
    cursor: pointer;
}
button.btn.btn-success.cstm_srnum {
    margin: -85px 0 0px 840px;
}
button.btn.btn-success.cstm_date {
    margin: 0 0 10px 0;
}
.bill_table {
    border: 2px solid #000;
    width: 100%;
	font-family: sans-serif;
}
.bill_header {
    border-bottom: 2px solid #000;
    padding: 20px 20px 2px 0;
    text-transform: uppercase;
}
.franchise {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0px 0;
    margin: 5px -25px 10px 0;
    line-height: 1.2;
    font-family: sans-serif;
    color: #212529;
}
.bill_addr {
    text-align: right;
    padding: 0px 20px 10px 0;
    margin: 0px 0px 0 0;
    font-weight: bold;
    font-size: 18px;
}
h1.bill_jobcard {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 0 270px;
}
.billing_name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.cstm_djtinfo h3 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px 10px 0;
}
div#signArea {
    width: 100%;
    position: relative;
    left: 10px;
    bottom: 0;
    right: 0;
    top: -40px;
	cursor: url(data:image/x-icon;base64,AAACAAEAICAQAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAhYWFAPqv6ADgm4sASkpKAJ/l7QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIAAAAAAAAAAAAAAAAAAAEiIAAAAAAAAAAAAAAAAAAxEiIAAAAAAAAAAAAAAAADMxEgAAAAAAAAAAAAAAAAMzMxAAAAAAAAAAAAAAAAAzMzMAAAAAAAAAAAAAAAADMzMwAAAAAAAAAAAAAAAAMzMzAAAAAAAAAAAAAAAAAzMzMAAAAAAAAAAAAAAAADMzMwAAAAAAAAAAAAAAAABTMzAAAAAAAAAAAAAAAAAFVTMAAAAAAAAAAAAAAAAABFVQAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////////////////////////////////P////h////wP///4H///8D///+B////A////gf///wP///4H///+D////B////w////8///////////////w==), auto;
}
canvas#sign-pad {
    border: 4px solid #000;
    /* width: 100%;
    height: 300px; */
}
.cstm_gstclose {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
#cstm_tc {
    margin: 0 0 50px 0;
}
.img-responsive.bill_logo {
    width: 100px;
    height: 100px;
    margin: -10px 0 0 40px;
    position: absolute;
}
.cstm_line {
    border: 2px solid #000;
    padding: 10px 0 0 0;
}
.cstm_notes {
    border: 2px solid #000;
    margin: 0px 0 10px 0;
    font-weight: bold;
    color: #000;
    padding: 5px;
    width: 100%;
}
#cstm_termsc {
    border: 2px solid #000;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 0 25px 0 25px;
}
button#capture {
    margin: -40px 0px 30px 0px;
    width: 250px;
    height: 40px;
    cursor: pointer;
    display: flex;
    position: relative;
}
#cstm_dline {
    border: 1px solid #000;
    width: 100%;
    margin: -30px 0 50px 0px;
}
#msg {
    height: 250px;
    width: 100%;
}
.cstm_textarea {
    margin: -40px 0 0 0;
}
.estimate_tbl td p {
    color: #000;
}
.estimate_tbl {
    width: 100%;
    margin: 20px 0 20px 0;
	text-align: center;
}
.estimate_tbl td {
    color: #000;
    font-weight: bold;
	font-family: Poppins-Regular;
}
#servicePrice {
    color: #000;
    font-weight: bold;
    font-size: 16px;
	display: inline-block;
}
.sum_field {
    color: #000;
    font-weight: bold;
    font-size: 16px;
	display: inline-block;
}

/* Final Bill */
#target3 h4 {
    font-family: Poppins-Regular;
}
#target2 h4 {
    font-family: Poppins-Regular;
}
.fbill_table {
    border: 2px solid #000;
    width: 100%;
    font-family: sans-serif;
	color: #000;
	font-weight: bold;
}
.fbill_address h4 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
	font-family: Poppins-Regular;
}
.fbill_address p {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    font-family: Poppins-Regular;
    margin: 5px 20px 0px 0px;
}
.fbill_details {
    width: 100% !important;
    text-align: left !important;
    margin: 10px;
}
.fbill_details td p {
    color: #000;
}
#target4 {
    padding: 20px;
    background: #f1f1f1;
}
#target4 p {
    background: #f1f1f1;
}
#target4 input {
    background: #f1f1f1;
}
#target4 select {
    background: #f1f1f1;
}
#target4 textarea {
    background: #f1f1f1;
}
#target2 {
    padding: 20px;
    background: #f1f1f1;
}
#target2 p {
    background: #f1f1f1;
	font-family: Poppins-Regular;
}
#target2 input {
    background: #f1f1f1;
}
#target2 select {
    background: #f1f1f1;
}
#target2 textarea {
    background: #f1f1f1;
}
#target3 {
    padding: 20px;
    background: #f1f1f1;
}
#target3 p {
    background: #f1f1f1;
}
#target3 input {
    background: #f1f1f1;
}
#target3 select {
    background: #f1f1f1;
}
#target3 textarea {
    background: #f1f1f1;
}
#select2-party-container {
    width: 240px;
}
.custmptp {
    margin: 0px 0px 0px 20px;
}
input.cstm_date {
    width: 100%;
}
input.cstm_airprsre {
    border-right: 1px solid #000;
}
input[name="air_pressure1"] {
    width: 40%;
    display: inline-block;
    padding: 10px 10px 0 0px;
    margin: 0 0px 0 0px;
}
input[name="air_pressure2"] {
    width: 40%;
    display: inline-block;
    padding: 0px 0px 0 0px;
    margin: 0 0px 0 5px;
}
input[name="air_pressure3"] {
    width: 40%;
    display: inline-block;
    padding: 10px 5px 0 0px;
    margin: 0px 0px 0 0px;
}
input[name="air_pressure4"] {
    width: 40%;
    display: inline-block;
    padding: 0px 0px 0 0px;
    margin: 0 0px 0 10px;
}
input[name="air_pressure5"] {
    width: 40%;
    display: inline-block;
    padding: 10px 5px 0 0px;
    margin: 0px 0px 0 0px;
}
input[name="air_pressure6"] {
    width: 40%;
    display: inline-block;
    padding: 0px 0px 0 0px;
    margin: 0 0px 0 10px;
}
input[name="air_pressure7"] {
    width: 40%;
    display: inline-block;
    padding: 10px 5px 0 0px;
    margin: 0px 0px 0 0px;
}
input[name="air_pressure8"] {
    width: 40%;
    display: inline-block;
    padding: 0px 0px 0 0px;
    margin: 0 0px 0 10px;
}
input[name="air_pressure9"] {
    width: 40%;
    display: inline-block;
    padding: 10px 5px 0 0px;
    margin: 0px 0px 0 0px;
}
input[name="air_pressure10"] {
    width: 40%;
    display: inline-block;
    padding: 0px 0px 0 0px;
    margin: 0 0px 0 10px;
}
.cstm_airprsre {
    height: 74px;
    border: 1px solid #000;
    position: absolute;
    margin: -47px 0px 0px 75px;
}
.cstm_airprsre2 {
    height: 74px;
    border: 1px solid #000;
    position: absolute;
    margin: -47px 0px 0px 60px;
}
.cstm_airprsre3 {
    height: 74px;
    border: 1px solid #000;
    position: absolute;
    margin: -47px 0px 0px 55px;
}
.cstm_airprsre4 {
    height: 74px;
    border: 1px solid #000;
    position: absolute;
    margin: -47px 0px 0px 77px;
}
input[name="later_date"] {
    width: 100%;
}
.balncngCheckbox input[type="number"] {
    width: 100%;
}
.nbalncngCheckbox input[type="number"] {
    width: 100%;
}
.balCheckbox2 input[type="radio"] {
    width: 80px;
}
.nbalCheckbox2 input[type="radio"] {
    width: 80px;
}
/* Footer Css Start */
#cfooter {
    display: block;
    height: auto !important;
	position: relative;
	bottom: 0;
}
#tnsfbar {
    background: #f2f2f2;
    line-height: 40px;
    min-width: 980px;
    border-top: 1px solid #e4e4e4;
    margin: 0;
}
.cstmtns {
    left: 0;
    position: absolute;
    right: 0;
}
.tnsfbar {
    font-size: 14px;
	margin-left: -27px;
}
.tnsb0KoTc {
    margin-left: 30px;
    text-align: left;
	color: rgba(0,0,0,.54);
    padding-left: 27px;
}
#tnsfsr {
    float: right;
    margin-right: 30px;
}
#tnsfsr a {
    display: inline-block;
    padding: 0 40px 0 0;
}
.tnsfbar a, #tnsfsr {
    text-decoration: none;
    white-space: nowrap;
}
#tnsfsl {
    margin-left: 30px;
    float: left;
}
#tnsfsl a {
    display: inline-block;
    padding: 0 40px 0 0;
}
.book_appointment {
    position: fixed;
    transform: translateY(-40%) rotate(360deg);
    z-index: 20;
    right: 0;
    bottom: 12px;
}
.book_appointmentBttn {
    color: #fff;
    background: #000;
    padding: 10px 10px;
    display: inline-block;
    line-height: 10px;
    letter-spacing: 0;
    border-radius: 2px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
footer {
    background: #ececec;
    padding: 0px 0;
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
	text-align: center;
	font-family: emoji;
}
.footer-d-l ul li {
    display: inline-block;
    padding: 0px 30px 0px 0px;
}
.footer-d-l a {
    margin: 0 30px 0 0;
}
.footer-d-r ul li{
    display: inline-block;
    padding: 0px 15px 0px 0px;
	text-align:right;
}
footer .footer-d-r {
    text-align: right;
} 
.bg-silver-300.has-animation .brand {
    margin: 0;
}
.cstm_stf {
    transform: rotate(90deg);
}
/* Footer css end */
@media only screen and (max-width:1200px){
	select.cstm_dropDown {
		width: 100px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
}
@media only screen and (max-width:1024px){
	select.cstm_dropDown {
		width: 100px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
}
@media only screen and (max-width:991px){
	select.cstm_dropDown {
		width: 100px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
	table.estimate_tbl td {
		padding: 0px;
	}
}
@media only screen and (max-width:769px){
	select.cstm_dropDown {
		width: 170px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
	table.estimate_tbl td {
		padding: 0px;
	}
	.footer-d-l{
		text-align: center;
	}
	footer .footer-d-r {
		text-align: center;
	}
	.book_appointment {
		bottom: 16px;
	}
	.footer-d-l ul li {
		padding: 0 0px;
	}
	.footer-d-l ul li a {
		font-size: 12px;
		font-family: Poppins-Regular, sans-serif;
		margin: 0;
	}
	footer .footer-d-r ul li a {
		font-size: 12px;
		font-family: Poppins-Regular, sans-serif;
	}
	.content form {
		margin-bottom: 120px;
	}
	input.input100 {
		height: 45px;
		font-size: 16px;
	}
	.rs1-wrap-input100 {
		margin: 0;
	}
	canvas#sign-pad {
		width: 100% !important;
		height: 300px !important;
	}
	h1.bill_jobcard {
		font-size: 24px;
		margin: 10px 0 0 115px;
	}
	.franchise {
		margin: 5px -10px 10px 0;
	}
	#msg {
		border: 2px solid #000;
		padding: 15px;
		height: 180px;
		margin-bottom: 50px;
	}
	.book_appointmentBttn{
		padding: 6px 10px;
		font-size: 12px;
	}
	footer {
		padding: 0;
	}
}
@media only screen and (max-width:640px){
	select.cstm_dropDown {
		width: 130px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
	
	table.table-responsive.estimate_tbl tr {
		display: inline-grid;
		width: 100%;
	}
	table.estimate_tbl td {
		padding: 0px;
	}
	footer .footer-d-r {
		margin-top: -6px;
	}
}
@media only screen and (max-width:480px){
	select.cstm_dropDown {
		width: 100px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
	
	table.table-responsive.estimate_tbl tr {
		display: inline-grid;
		width: 100%;
	}
	table.estimate_tbl td {
		padding: 0px;
	}
	.footer-bg {
		background: #9e9e9e;
		height: 10px;
	}
	#tnsfbar {
		margin: 0px 0 -80px 0;
	}
	.footer-d-r ul li {
		padding: 0px 5px 0px 0px;
	}
	.footer-d-l ul li a {
		font-size: 5px;
		margin: 0px;
		font-weight: bold;
	}
}
@media only screen and (max-width:320px){
	select.cstm_dropDown {
		width: 90px;
		padding: 5px 0 5px 0;
		margin: 10px 20px 0px 0px;
	}
	table.table-responsive.estimate_tbl tr {
		display: inline-grid;
		width: 100%;
	}
	table.estimate_tbl td {
		padding: 0px;
	}
	button#capture {
		margin: 0px 0 0 0;
	}
	.footer-bg {
		background: #9e9e9e;
		height: 10px;
	}
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}