@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}
.page-template-binding-php{
    margin: 0;
	padding: 0;
    font-family: "Albert Sans", sans-serif;
}

.page-template-binding-php h1,.page-template-binding-php h2, .page-template-binding-php h3, .page-template-binding-php h4, .page-template-binding-php h5, .page-template-binding-php h6, .page-template-binding-php input {
    font-family: "Albert Sans", sans-serif;
}

.top_bar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000000;
}

.top_bar h1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.container, .container2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.info {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.info p {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}
.form_wrap .container, #contract-form-mn .container{
//width: 80%;
max-width: 1100px;
}
.form_wrap .field {
    margin-bottom: 10px;
}
.form_wrap .field label {
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}
.form_wrap .field input, .form_wrap .field select {
    height: 45px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
    background-color: #fff;
}
.form_wrap .col-4 {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.form_wrap .col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.form_wrap .col-12 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.form_wrap .col-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.form_wrap .col-2 {
    width: 16.6%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}


.form_wrap h3 {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 0;
    font-size: 20px;
    text-align: left;
}
.form_wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.signin {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.agreement_wrap {
    padding-top: 10px;
    padding-bottom: 0px;
}

.agreement_wrap p {
       margin-bottom: 2px;
    line-height: 13px;
    font-size: 13px;
}
.agreement_wrap h3 {
    margin-bottom: 0px;
    font-size: 17px;
    padding-left: 0;
}

.invoice_wrap {
    padding-top: 0px;
}

.invoice_wrap .colleft {
    padding: 5px 9px 0;
    border: 2px solid #333;
    height: 100%;
    border-bottom: 0;
}
.invoice_wrap .colleft h3 {
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 0;
    line-height: 14px;
}
.invoice_wrap .colleft p {
    margin-bottom:0px;
   font-size: 13px;
    line-height: 13px;
}
.invoice_wrap .colleft p input {
    margin-right: 5px;
}
.invoice_wrap .colleft .underline_input {
    border: 0;
    border-bottom: 1px solid #111;
    outline: none;
}
.signed_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0px;
}
.signed_wrap .col6 {

}
.signed_wrap .col6 label {
    font-size: 12px;
}
.signed_wrap .col6 label input {
  outline: none;
    padding: 0 5px;
    background-color: #eee8f5;
    border: 1px solid #a599d0;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
}

.invoice_wrap .col-6 {
    width: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.invoice_wrap .row {
    display: flex;
        margin: 0;
}
.invoice_wrap .colright {
    padding: 0 10px 0px 10px;
    display: flex;
    flex-wrap: wrap;
}
.invoice_wrap .colright .col6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.invoice_wrap .invoice_title {

}
.invoice_wrap .invoice_title h3 {
    margin-bottom: 0px;
  font-size: 17px;
  padding: 0;
}
.invoice_wrap .invoice_title p {
    font-size: 13px;
    margin-bottom: 0px;
    height: 26px;
}
.invoice_wrap .colright .col6 .cmp_logo {
    background-color: #fff;
}
.invoice_wrap .colright .col12 {
    width: 100%;
}
.invoice_wrap .colright .col12 p {
    margin-bottom: 0px;
    background-color: #fff;
    font-size: 13px;
    height: 26px;
}

.cmpy_form {
    border: 2px solid #000;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    border-bottom: 0;
}

.cmp_field {
    border-bottom: 0;
  padding: 0px 10px;
  display: flex;
  width: 100%;
}

.cmp_field label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
        line-height: 25px;
}

.cmp_field label input {
    border: 1px solid #000;
    outline: none;
    padding: 0px 12px;
    background-color: #f2f4ff;
    height: 30px;
}
.cmp_field .cmp_field {
    border-bottom: 0;
}

.cmp_field .cmp_field input {
    width: 60px;
}
.cmpy_form .coll4 {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.cmpy_form .coll8 {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.cmpy_form .coll3 {
    padding: 9px;
  min-width: 19.333%;
  box-sizing: border-box;
}
.cmpy_form .coll3 label {

}

.cmpy_form .coll6 {
    width: 50%;
    padding: 0;
    border-top: 1px solid #000;
    box-sizing: border-box;
    text-align: center;
        font-size: 14px;
    height: 21px;
    line-height: 21px;
}
.main_form .top_part {
    display: flex;
    flex-wrap: wrap;
    height: 28px;
}
.main_form .top_part .leftpart {
    width: 71.5%;
    padding: 0 5px;
    box-sizing: border-box;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
  line-height: 28px;
} 
.main_form .top_part .leftpart ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
}
.main_form .top_part .leftpart ul li {
    font-size: 14px;
}

.main_form .top_part .rightpart {
    width: 28.4%;
    line-height: 28px;
    border-right: 2px solid #000;
    box-sizing: border-box;
    text-align: center;
    //padding-top: 5px;
        height: 28px;
}
.main_form .top_part .rightpart p {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.table_wrap ul {
    padding-left: 0;
    list-style-type: none;
    border-left: 2px solid #000;
    display: flex;
  flex-wrap: wrap;
    /* border-right: 2px solid #000; */
}

.main_form .col8 {
    width: 70%;
    border-top: 2px solid #000;
}
.main_form .col4 {
    width: 30%;
    border-top: 2px solid #000;
}
.table_wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.table_wrap ul li {
    border-right: 1px solid #000;
    width: 10%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: baseline;
}
.table_wrap ul li span {
    width: 100%;
    padding: 0px 4px;
    display: block;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
   height: 23px;
    line-height: 18px;
}
.table_wrap ul li div {
    padding: 0 5px;
    text-align: center;
    background-color: #000;
    color: #fff;
    width: 100%;
    font-size: 14px;
    height: 28px;
}
.table_wrap ul li div strong {

}
.main_form .container {
    display: flex;
    flex-wrap: wrap;
    
}
.all_part {
    padding: 0px 15px;
    border-right: 2px solid #000;
   
}
.all_part p {
       font-size: 13px;
    margin: 0;
    line-height: 13px;
}

.vehicle_info h3 {
    background-color: #000;
color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-bottom: 0;
    line-height: 14px;
}
.vehicle_info .cmp_field {
    border-right: 2px solid #000;
    border-bottom: 0;
    border-left: 0;
    padding: 1px 2px 0 2px;
}
.vehicle_info .cmp_field label {
    width: 100%;
    font-size: 14px;
    justify-content: space-between;
}
.vehicle_info .cmp_field input {
    width: 70%;
    height: 26px;
}

.save_parts {
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #000;
    border-right: 2px solid #000;
    border-left: 0px solid #000;
    border-top: 1px solid #000;
}
.save_parts ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.save_parts ul li {
    display: flex;
    justify-content: space-between;
}
.save_parts ul li h4 {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
.save_parts ul li h4 strong {
    font-size: 14px;
    font-style: normal;
}
.save_parts ul li span {
    font-size: 14px;
    height: 23px;
}
.charges_based {
    padding: 1px 10px 0px 10px;
    border-bottom: 1px solid #000;
    border-right: 2px solid #000;
    border-left: 1px solid #000;
}

.charges_based h4 {
    font-size: 14px;
    margin-bottom: 0;
}
.charges_based ul {
    padding-left: 0;
    list-style-type: none;
        margin: 0;
}
.charges_based ul li {
    margin-bottom: 0px;
  font-size: 13px;
    line-height: 15px;
}
.charges_based ul li input {
    margin-right: 3px;
    outline: none;
        border: 1px solid #000;
        margin-bottom: 2px;
            line-height: 20px;
}
.dflex ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0;
}
.vehicle_info {
    margin-left: -1px;
}

.sign_info .col6 {
    width: 50%;
}
.sign_info .col6 .colleft {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}
.sign_info .col6 .colright {
    border-top: 2px solid #000;
}
.sign_info .col6 .colleft .top_part {
    padding: 1px 5px 0;
    border-bottom: 1px solid #000;
}
.sign_info .col6 .colleft .top_part p {
       font-size: 12px;
    line-height: 11px;
    margin-bottom: 0px;
}
.sign_info .col6 .colleft .bottom_part {
    padding: 1px 5px 0;
} 
.sign_info .col6 .colleft .bottom_part p {
font-size: 12px;
    line-height: 11px;
    margin-bottom: 0px;
}
.sign_info .col6 .colleft .bottom_part .signed_wrap {
    padding-top: 0px;
}
.agreement_wrap .signed_wrap {
    justify-content: flex-start;
    gap: 20px;
}
.sign_info .row {
    display: flex;
}
.sign_info .table_wrap {

}
.sign_info .table_wrap li {
    width: 23.5%;
    border-bottom: 1px solid #000;
}
.sign_info .table_wrap li span {
    height: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
        line-height: 12px;
}
.sign_info .table_wrap {
    margin-left: -2px;
        border-right: 1px solid #000;
}

.table_wrap ul li span input {
    width: 100%;
    border: 0;
    outline: none;
    background-color: transparent;
     height: 23px;
    font-size: 13px;
    line-height: 15px;
}
.invoice_wrap .colright .col12 p input {
    border: 1px solid #000;
    outline: none;
    padding: 0px 5px;
    background-color: #f2f4ff;
    height: 24px;
        line-height: 24px;
}
.cmpy_form .coll4 label input {
    border: 1px solid #000;
  outline: none;
  padding: 8px 12px;
  background-color: #f2f4ff;
}
.cmpy_form .coll8 label input {
    border: 1px solid #000;
  outline: none;
  padding: 8px 12px;
  background-color: #f2f4ff;
  width: 100%;
  font-size: 15px;
}
.cmpy_form label input {
    border: 1px solid #000;
  outline: none;
  padding: 0px 5px;
  background-color: #f2f4ff;
  width: 70%;
  height: 24px;
  line-height: 24px;
}
.cmpy_form .coll3 label {
    display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;

}
.cmpy_form .coll4 label {
    display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;

}
.cmpy_form .coll8 label {
    display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;

}

.invoice_wrap .invoice_title p input {
    border: 1px solid #000;
    outline: none;
    padding: 0px 5px;
    background-color: #f2f4ff;
    height: 24px;
        line-height: 24px;
}
.all_part p input {
    border: 1px solid #000;
    outline: none;
    padding: 8px 12px;
    background-color: #f2f4ff;
    margin-bottom: 5px;
}
.all_part p .dis{
background: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    width: 105px;
}
.charges_based h4 input {
    outline: none;
}

.sign_info .col6 .colleft .bottom_part p input {
width: 43px;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    height: 12px;
    border: 0;
    border-bottom: 1px solid #000;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.91);
  }
  
  .popup-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  .close {
    float: right;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    right: 16px;
    top: 8px;
    color: #000;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .tab {
    overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  }
  
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-family: "Albert Sans", sans-serif;
    font-size: 17px;
  }
  
  .tab button:hover {
    background-color: #ddd;
  }
  
  .tab button.active {
    background-color: #248263;
    color: #fff;
  }
  
  .tabcontent {
    display: none;
    padding: 20px 20px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  .tabcontent h3 {
    margin-top: 0;
  }
  

  .popup_wrap {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    height: 100%;
    display: flex;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab_wrap {
    position: relative;
  }
  .tabcontent input {
    display: block;
  margin-top: 6px;
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
  outline: none;
  border-radius: 5px;
  font-family: "Satisfy", cursive;
  font-size: 20px;
  }

  .draw_box {
    width: 100%;
    height: 150px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
  }

  .btns {
    display: flex;
    justify-content: space-between;
  }
  .btns a {
    color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  }
  .invoice_wrap .colright .col6 .cmp_logo img {
    width: 77px;
  }

  #openPopup-1, #openPopup-2, #openPopup-3 {
    display: block;
  }

  #submitForm {
    padding: 11px 28px 11px 28px;
    min-width: auto;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    width: auto;
    background-color: #000;
    border: 1px solid #000;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Albert Sans", sans-serif;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
  }
  
  
.tabcontent input {
    width: 100%;
    margin-bottom: 10px;
}
#responseMessage {
	padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#responseMessage.alert-danger.show p {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 20px;
    color: #721c24 !important;
}
#responseMessage.alert-success.show p {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 20px;
    color: #155724 !important;
        margin: 0;
}
#responseMessage{
padding: 0;
}

.submit-div {
    display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.loader {
    width: 41px;
}
.signature-display, .signature-display-2, .signature-display-3 {
    font-family: "Satisfy", cursive;
}
.tabcontent input[type="file"] {
    font-family: "Albert Sans", sans-serif;
    font-size: 20px;
}
.signature-display-2 img {
    max-width: inherit !important;
}
.signature-display, .signature-display-2, .signature-display-3 {
    font-size: 30px;
    line-height: 35px;
}

@media (max-width: 991px) {
    .cmp_field label input {
        width: 100%;
    }
    .cmp_field label {
        flex-wrap: wrap;
    }
    .cmp_field .cmp_field input {
        width: 100%;
    }

    .invoice_wrap .col-6 {
        width: 100%;
    }
    .invoice_wrap .colright {
        margin-top: 50px;
    }
    .main_form .col8 {
        width: 100%;
    }
    .main_form .col4 {
        width: 100%;
    }
    .sign_info .col6 {
        width: 100%;
    }
    .sign_info .row {
        flex-direction: column-reverse;
    }
    .invoice_wrap .colleft h3 {
        font-size: 22px;
    }
    .all_part, .vehicle_info {
        border-left: 2px solid #000;
    }
    .charges_based {
        border-left: 0;
    }
    .sign_info .col6 .colleft {
        border-top: 0;
    }
    .form_wrap .col-4, .form_wrap .col-3, .form_wrap .col-2, .form_wrap .col-6 {
        width: 100%;
    }
    .invoice_wrap .colright {
        padding: 0px 0px 10px 0px;
    }
    .invoice_wrap .colright .col6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cmpy_form .coll4 {
        width: 100%;

    }
    .cmpy_form .coll8 {
        width: 100%;
    }
    .cmpy_form .coll3 {
        min-width: 100%;
    }
    .sign_info .col6 .colright {
        border-top: 0;
    }
    .agreement_wrap {
        padding-top: 40px;
    }
    .all_part p input {
        width: 100%;
    }
    .invoice_wrap .invoice_title h3 {
        margin-bottom: 20px;
    }
    .form_wrap .col-4, .form_wrap .col-3, .form_wrap .col-2, .form_wrap .col-6 {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 600px) {
    .top_bar h1 {
        font-size: 22px;
    }
    .info p {
        font-size: 15px;
    }
    .info {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .form_wrap h3 {
        padding-left: 0;
        font-size: 18px;
    }
    .invoice_wrap .colleft h3 {
        font-size: 18px;
    }
    .invoice_wrap .invoice_title h3 {
        font-size: 22px;
    }
    .cmpy_form .coll4 label input {
        width: 100%;
    }
    .table_wrap {
        overflow-y: scroll;
    }
    .table_wrap ul {
        width: 600px;
    }
    .sign_info .table_wrap {
        border-right: 2px solid #000;
    }

}
.is-invalid{
    border: 1px solid red !important;
}
.signature-display {
    margin-top: 0px !important;
}
.page-footer{
font-size: 14px;
    display: none;
    margin-top: 15px;
}