.request_quote_block{max-width: 800px;margin: 0 auto;box-sizing: border-box;margin-top: 40px}

.request_quote_block .fields .field.margin_right { margin-right: 20px}
.fields .field.margin_right { margin-right: 20px}

.request_quote_block  .recaptcha {margin: 20px 0px;display: inline-block;}
.request_quote_block  .recaptcha img{max-width: 100%;}

.request_quote_block  .submit_btn {   margin-top: 20px;}
.request_quote_block .submit_btn a {
    font-size: 16px;
    color: #fff;
    font-family: arial;
    background-color: #0070b7;
    padding: 14px 40px;
    padding-top: 16px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
}



@media (min-width:200px) and (max-width:900px){
	.request_quote_block{margin-top: 15px;}
	.request_quote_block .fields .field.margin_right{margin-right: 0;padding-bottom: 0;}
	.fields .field.margin_right{margin-right: 0;padding-bottom: 0;}
	
	.request_quote_block .fields{flex-direction: column;}
	
	.request_quote_block .field .label span{line-height:  21px;}
	
	.request_quote_block .recaptcha{margin: 10px 0px}
	
	.request_quote_block .submit_btn{margin-top: 10px;}
	.request_quote_block .submit_btn a{font-size: 14px;
    padding: 12px 30px;padding-top: 14px;}
}


@media (min-width:600px) and (max-width:900px){
	
		.request_quote_block .fields{flex-direction: row;}
	.request_quote_block .fields .field.margin_right{margin-right: 20px}
	.fields .field.margin_right{margin-right: 20px}
}




.prodrfq-model-wrapper {
    max-width: 600px;
    margin: 0 auto;padding: 0px 15px;
}

.swatch-option-prodrfq {
    margin: 0;
    background: none;
    border: none;
    outline: none;
    max-height: 100%;
    height: auto;
    overflow: visible;
    padding: 0px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    /* background: #f0f0f0; */
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 4px 8px;
}

.swatch-ul-prodrfq {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
}

.swatch-ul-prodrfq-label {
    min-height: 80px;
    border: 2px solid #fff;
    padding: 0;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.10);
    border-radius: 6px;
}

.make-prodrfq {
    display: none;
}

.prodrfq-model-wrapper .swatch-ul-prodrfq li.swatch-option-prodrfq input[type="checkbox"]:checked + label {
    border: 2px solid #434e50;
    position: relative;
}

.prodrfq-model-wrapper .swatch-ul-prodrfq li.swatch-option-prodrfq input[type="checkbox"]:checked + label:after {
    /* border-radius: 5px 0 0 0; */
    position: absolute;
    content: url(../images/tick_white-icon.png);
    top: 0px;
    left: 0px;
    right: auto;
    background-color: #434e50;
    width: 30px;
    height: 30px;
    line-height: 29px;
}
.fieldset > .fields > .field.choice .label{display: inline-block;}
.fieldset > .fields > .field.choice .label::after{content: "";}
.fieldset > .fields > .field.required.choice > .label::after{content: "";}
label small{font-size: 13px; color: #555;}
/* .prodrfq-model-wrapper {
    margin-bottom: 25px;
} */

.personal-info-title {
    text-align: center;
    color: #2d2d2d;
    font-size: 26px;
    font-family: gibson_bold;
    text-transform: uppercase;
    padding: 40px 0;
}

.margin-right {
    margin-right: 20px;
}

.rfq-form-content .field .label span {
    display: inline-block;
}


.model-swatch-swatchfilter {
    display: none;
}

.model-swatch-swatchfilter-label input[type="checkbox"]:checked + label:after {
    content: "";
    width: 60px;
    height: 60px;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 100%;
    background-image: url(../images/tick_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.rfq-form-content .fields {
    display: flex;
    width: 100%;
    padding-bottom: 25px;
}

.rfq-form-content .fields .field {
    width: 100%;
}

.rfq-form-content .fields:first-child {
    margin-right: 10px;
}

.acceptance-para {
    background-color: #f4f4f4;
    font-size: 14px;
    font-family: gibson_reg;
    padding: 20px;
    border-radius: 4px;
    /* color: #e1e1e1; */
}

/* .field .label span.agreement-rfq {
    font-family: gibson_semi;
} */

.rfq-form-content .field .control textarea {
    height: 120px;
}

.form.quickrfq .fieldset {margin-bottom: 0px;}
.form.quickrfq .fieldset .fields {margin-top: 0;}
.form.quickrfq .fieldset .fields .agreement.choice {margin-top: 20px;}

.form.quickrfq .fields small.briefOverviewText {margin-left: 10px;font-size: 13px;color: #676767;}

@media screen and (max-width: 767px) {

    .rfq-form-content .field .control textarea {
        height: 80px;
      }
    .rfq-form-content .fields {
        display: block;
    }

    .rfq-form-content .fields {
        padding-bottom: 20px;
    }

    .rfq-form-content .fields .field:nth-child(2) {
        margin-top: 20px;
    }

    .swatch-ul-prodrfq {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        grid-gap: 0rem;  
    }

    .personal-info-title {
        font-size: 18px;
        padding: 15px 0;
    }

    .prodrfq-model-wrapper {
        max-width: 100%;
    }

    .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
    /*width: calc(100% - 60px);*/
    }

    .swatch-ul-prodrfq-label img {
        max-width: 85%;
    }

    .prodrfq-model-wrapper .swatch-ul-prodrfq li.swatch-option-prodrfq input[type="checkbox"]:checked + label:after {
        width: 17px;
        height: 17px;
        line-height: 15px;
    }
}
 .rfqproduct-index-index .owl-carousel .owl-item{text-align: center;}

@media screen and (max-width: 1200px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 1100px;
    }
}
@media screen and (max-width: 1100px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 700px;
    }
}
@media screen and (max-width: 900px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 500px;
    }
    .form.quickrfq .fieldset .fields .agreement.choice {margin-top: 0px;}
}
@media screen and (max-width: 800px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 500px;
    }
}
@media screen and (max-width: 700px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 400px;
    }
}
@media screen and (max-width: 600px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 300px;
    }
}

@media screen and (max-width: 500px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 300px;
    }
}

@media screen and (max-width: 400px) {

 .rfqproduct-index-index .container_carousel.gray_bg .inner_container {
        max-width: 300px;
    }
}