.request-container  {
}
.request-container  li {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.request-container  li div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    box-sizing: border-box;
    
}
.request-container li div:first-child {
    width: 30%;
    text-align: right;
}
.request-container li div:last-child {
    width: 70%;
}
.all-dips  {
    display: block !important;
}
.all-dips  div:first-child  {
    display: block ;
    width: 100% !important;
    text-align: left !important;
    margin: 0 auto 20px;
}
.all-dips div:last-child  {
    display: block !important;
    width: 75%;
    margin: 0 0 0 25%;
}
.all-dips table {
    width: 100%;
}
.all-dips table td{
    padding: 10px  0;
}
@media (max-width:768px) {
    .request-container {
    }
    .request-container li {
        display: block;
        padding: 20px 15px;
    }
    .request-container li div {
        display: block;
        padding: 0;
    }
    .request-container li div:first-child {
        width: 100%;
        text-align: left;
        margin: 0 auto 20px;
    }
    .request-container li div:last-child {
        width: 100%;
    }
    .all-dips  {
        display: block !important;
    }
    .all-dips  div:first-child  {
        display: block ;
        width: 100% !important;
        text-align: left !important;
        margin: 0 auto 20px;
    }
    .all-dips div:last-child  {
        display: block !important;
        width: 100% !important;
        margin: 0 0 0 0%;
    }
    .all-dips table {
        width: 100%;
    }
    .all-dips table td{
        padding: 10px  0;
        width: 100%;
        display: block
    }
    .request-container .two input{
        width: 100%;
    }
    .naido textarea.wpcf7-form-control.wpcf7-textarea{
        width: 100%!important;
    }
}

/*---------- checkbox ----------*/

/*.wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 30px;
    font-size: 15px;
    height: 25px;
}
.wpcf7-list-item-label:hover:after {
	border-color: #d5d5d5
}
.wpcf7-list-item-label:after,  .wpcf7-list-item-label:before{
	position: absolute;
	content: "";
	display: block;
	top: 45%;
}
.wpcf7-list-item-label:after {
	left: 0px;
	margin-top: -10px;
	width: 25px;
	height: 25px;
	border: 1px solid #d5d5d5;
    background-color: #f1f1f1
}
.wpcf7-list-item-label:before {
	left: 0px;
    top: 0;
	width: 25px;
	height: 25px;
	opacity: 0;
    background-image: url(../../common/images/bt/check.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px auto;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	opacity: 1;
}*/
.highlight-red-re {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 15px;
}

.select-two select {
    width: 300px;
}






.contact-container-cus {
}
.contact-container-cus li {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.contact-container-cus li div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    box-sizing: border-box;

}
.contact-container-cus li div:first-child {
    width: 25%;
    text-align: right;
}
.contact-container-cus li div:last-child {
    width: 75%;
}
@media (max-width:768px) {
    .contact-container-cus {
    }
    .contact-container-cus li {
        display: block;
        padding: 20px 15px;
    }
    .contact-container-cus li div {
        display: block;
        padding: 0;
    }
    .contact-container-cus li div:first-child {
        width: 100%;
        text-align: left;
        margin: 0 auto 20px;
    }
    .contact-container-cus li div:last-child {
        width: 100%;
    }
}



/*---------- flag ----------*/
.highlight-red {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 15px;
}
.highlight-blue {
    background-color: #1060cc;
    color: #fff;
    padding: 4px 9px;
    margin: 0 0 0 15px;
}

/*---------- dec ----------*/
.note {
    color: #333333;
    line-height: 1.5;
    font-weight: 300
}
#address1 {
    margin: 0 20px 10px 0;
}
@media (max-width:768px) {
    #address1 {
        margin: 0px 0px ;
    }
}

.btn-container {
    margin: 40px auto 0;
    text-align: center
}
.btn-container li {
    display: inline-block;
    margin: 0 20px 0;
}
@media (max-width:768px) {
    .btn-container li{
        margin: 0 auto 20px !important;
    }
}

/*---------- width ----------*/
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w600 {
    width: 600px;
}
.w120 {
    width: 120px;
}
@media (max-width:768px) {
    .w600 {
        box-sizing: border-box;
        width: 100% !important;
    }
    ul.contact-container-cus input {
        width: 94%;
    }
    ul.contact-container-cus textarea{
        width: 94%;
    }
}
@media (max-width:480px) {
    .w300 {
         box-sizing: border-box;
        width: 100% !important;
    }
    .w350 {
       box-sizing: border-box;
        width: 100% !important;
    }
}
.edit_errors {
    margin: 10px auto;
    padding: 10px 20px ;
    font-weight: 400px;
    font-size: 18px;
    line-height: 1.5;
    color: #ff0000
}
.two-select select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 150px;
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 6px 10px;
    margin: 0 20px 0 0;
}
input[type="radio"] {
    left: 0px;
    margin-top: -10px;
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
}
.naido textarea.wpcf7-form-control.wpcf7-textarea {
    width: 600px;
    height: 180px;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: no-repeat;
    border: none;
}

.request-container .two input {
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 7px 10px;
    margin: 0 20px 0 0;
}
.request-container .two-spec input {
    width: 120px;
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 7px 10px;
    margin: 0 20px 0 0;
}
.two-select input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 7px 10px;
    margin: 8px 20px 0 0;
}
.text-check input {
    width: 25px;
    height: 22px;
    border: none!important;
}
.select-two select{
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 7px 10px;
    margin: 0 20px 0 0;
}
.naido textarea{
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 7px 10px;
    margin: 0 20px 0 0;
}