<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bwizard{
    position:relative
}
.bwizard-steps{margin:0;padding:0;display:inline-block;background:#fff}

.bwizard-steps li{
    display: inline-block;
    position: relative;
    margin-right: 5.95px;
    line-height: 18px;
    list-style: none;
    padding: 9px 15px 7px 30px;
    background: #efefef;
    zoom: 1;
}

.bwizard-steps li:first-child{-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;padding-left:12px}.bwizard-steps li:first-child:before{border:0}
.bwizard-steps li:last-child{-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;margin-right:0}.bwizard-steps li:last-child:after{border:0}
.bwizard-steps li:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 17px inset transparent;
    border-left: 23px solid #fff;
    border-top: 17px inset transparent;
    content: "";
}
.bwizard-steps li:after{
    position: absolute;
    right: -23px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 17px inset transparent;
    border-left: 23px solid #efefef;
    border-top: 17px inset transparent;
    content: "";
    z-index: 2;
}

.bwizard-steps .label{margin:0 5px 0 0;padding:1px 5px 2px;position:relative;top:-1px}
.bwizard-steps .active{color:#fff;background:#c90}
.bwizard-steps .active:after{border-left-color:#c90}
.bwizard-steps a{color:#333}
.bwizard-steps .active a{color:#fff;cursor:default}
.bwizard-steps a:hover{text-decoration:none}
/*.bwizard-steps.clickable li:not(.active){cursor:pointer}*/
/*.bwizard-steps.clickable li:hover:not(.active){background:#ccc}*/
.bwizard-steps.clickable li:hover:not(.active) a{color:#08c}
/*.bwizard-steps.clickable li:hover:not(.active):after{border-left-color:#ccc}*/
@media(max-width:480px){

    .bwizard-steps li, .bwizard-steps li .active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child{background-color:transparent;padding:0;margin-right:0}
    .bwizard-steps li:after,.bwizard-steps li:before{border:0}
}


#step{
    padding: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.lm li div,.mlm li div{
    width: 90px;
    height: 60px;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    background-color: #f1f4f4;
}


.lm li,.mlm li{
    color: #484848;
    display: block;
    float: left;
    text-align: center;
}

#quote-componets-Currencytext {
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    color: #e7a200;
    font-weight: bold;
    font-size: 10px;
    z-index: 9998;
    background: url(../images/top-arrow.png) no-repeat scroll right 4px center transparent;
}



@media(max-width: 767px) {


    #quote-componets-Currencytext {
        width: 100%;
    }

    .lm li div, .mlm li div{
        width: auto;
    }


    .lm li,.mlm li{
        width: 26%
    }



    #step{
        padding: 4% 5%;
    }

    .lead{
        float: left;
        width: 6%;
        margin: 6% 2% 15% 2%;
    }

    .foobarbox{
        height: 580px;
        overflow-y:auto;
    }

    .lm5 li{
        float: left;
        margin: 15px 5px;
    }
    .lm5 p{
        display: inline-block;
        width: 128px;
        height: 68px;
        border: 1px solid #e1e1e1;
        text-align: center;
        line-height: 25px;
    }
    .lm4{
        display: block;
        border: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }
    .lm4 li{
        margin-top: 10px;
            margin-left: 5px;
        float: left;
        text-align: center;    
    }
    .step2type{
        padding: 0;
    }
}



@media(min-width: 768px) and (max-width: 991px) {
    .lm li div,.mlm li div{
        width: auto;
    }


    .lm li,.mlm li{
        width: 26%
    }


    #step{
        padding: 3% 5%;
    }

    .lead{
        float: left;
        width: 6%;
        margin: 4% 2% 15% 2%;
    }

    .lm5 p{
        display: inline-block;
        width: 128px;
        height: 68px;
        border: 1px solid #e1e1e1;
        text-align: center;
        line-height: 25px;
    }


    .lm5 li{
        float: left;
        margin: 15px 4px;
    }
     .lm4{
        display: block;
        border: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }

    .lm4 li{
        margin-top: 10px;
        margin-left: 4px;
        float: left;
        text-align: center;    
    }
    .step2type{
        padding: 0;
    }

}
@media(min-width: 992px) and (max-width: 1200px) {

    .lead{
        float: left;
        padding: 22px 3px 0px 4px;   
    }

    .lm5 p{
        display: inline-block;
        width: 148px;
        height: 68px;
        border: 1px solid #e1e1e1;
        text-align: center;
        line-height: 25px;
    }

    .lm5 li{
        float: left;
        margin: 20px 15px;
    }

     .lm4{
        display: block;
        border: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }
    .lm4 li{
        margin-top: 10px;
        margin-left: 9px;
        float: left;
        text-align: center;    
    }
    .step2type{
        padding: 0;
    }

}

@media (min-width: 1200px) {

    .lead{
        float: left;
        padding: 22px 7px 0px 7px;   
    }


    .lm5 p{
        display: inline-block;
        width: 148px;
        height: 68px;
        border: 1px solid #e1e1e1;
        text-align: center;
        line-height: 25px;
    }

    .lm5 li{
        float: left;
        margin: 25px 5px 25px 58px;
    }

    .lm4{
        display: block;
        border: 1px solid #e1e1e1;
        padding: 20px 50px;
        margin-bottom: 15px;
    }

    .lm4 li{
        margin-top: 10px;
        margin-left: 6%;
        margin-right: 5%;
        float: left;
        text-align: center;
    }

}





.bwizard1{
    position:relative
}
.bwizard-steps1{margin:0;padding:0;display:inline-block;background:#fff}

.bwizard-steps1 li{
    display: block;
    position: relative;
    margin-right: 6px;
    /* line-height: 18px; */
    list-style: none;
    /*padding: 0px 21px 0px 32px;*/
    background: #efefef;
    zoom: 1;
    width: 98px;
    height: 8px;
    float: left;
}

.bwizard-steps1 li:first-child{
    /*-moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;*/
    /*padding-left:23px*/
}

.bwizard-steps1 li:first-child:before{border:0}
.bwizard-steps1 li:last-child{
   /* -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;*/
    margin-right:0;
}

/*.bwizard-steps li:last-child:after{border:0}*/
.bwizard-steps1 li:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 4px inset transparent;
    border-left: 20px solid #fff;
    border-top: 4px inset transparent;
    content: "";
}
.bwizard-steps1 li:after{
    position: absolute;
    right: -20px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 4px inset transparent;
    border-left: 20px solid #efefef;
    border-top: 4px inset transparent;
    content: "";
    z-index: 2;
}



.bwizard-steps1 .label{margin:0 5px 0 0;padding:1px 5px 2px;position:relative;top:-1px}
.bwizard-steps1 .active{color:#fff;background:#c90}
.bwizard-steps1 .active:after{border-left-color:#c90}
.bwizard-steps1 a{color:#333}
.bwizard-steps1 .active a{color:#fff;cursor:default}
.bwizard-steps1 a:hover{text-decoration:none}
/*.bwizard-steps.clickable li:not(.active){cursor:pointer}*/
/*.bwizard-steps.clickable li:hover:not(.active){background:#ccc}*/
.bwizard-steps1 .clickable li:hover:not(.active) a{color:#08c}
/*.bwizard-steps.clickable li:hover:not(.active):after{border-left-color:#ccc}*/
@media(max-width:480px){
    .bwizard-steps1 li, 
    .bwizard-steps1 li .active,
    .bwizard-steps1 li:first-child,
    .bwizard-steps1 li:last-child{background-color:transparent;padding:0;margin-right:0}
    .bwizard-steps1 li:after,
    .bwizard-steps1 li:before{border:0}
}






#e8{
    color: #e8bb00;
}
#me8{
    color: #e8bb00;
}
#step_back{
    background-color: #fefaea;
    border: 1px solid #e8bb00;
}
#mstep_back{
    background-color: #fefaea;
    border: 1px solid #e8bb00;
}
#p_back{
    color: #e8bb00;
}
#p_back2{
    color: #e8bb00;
}

.step{
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}
.p_desc{
    color: #888;
}

.rfq_step{
    margin-bottom: 15px;
    font-weight: bold;font-size: 15px;color:#333333;
}




.lm li img, .mlm li img{
    padding-top: 13px;
}


.ger2{
    display: block;
    margin: 0 0 10px 0;
    line-height: 15px;
    color: #888;
}


.lm4 li img{
    padding-top: 7px;
}

.s2{
    border: 1px solid #e1e1e1;
    width: 150px;
    height: 70px;
    cursor: pointer;
}

#s2{
   background: url(../images/backcheck.png) no-repeat -1px -1px;
}



.lm5 input{
    float: left;
    margin-top: 30px;
    margin-right: 5px;
}

.lm5 span{
    display: block;
    height: 33px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f1f4f4;
    line-height: 33px;
}




.lm4 li input{
	z-index: 999;
	position: absolute;	
	margin-top: 5px;
	margin-left: 10px;
    visibility: hidden;
}

.lm5{
    /*margin: 0 20px;*/
    border: 1px solid #e1e1e1;
    /*height: 100px;*/
}


.lm2{
	float: left;
	width: 430px;
	height: 130px;
}

.lm2 li{
    color: #333;
    display: block;
    border: 1px solid #000;
    margin-right: 7px;
    float: left;
    width: 130px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.lm2 li img{
	width: 35px;
	height: 35px;
	vertical-align: middle;
	/*padding-left: 10px;*/
}

.lm2 li input{
	z-index: 999;
	position: absolute;	
	margin-top: 5px;
}

.lm3{
	float: left;
	margin-top: 10px;
}

.lm3 strong{
	padding-left: 20px;
}

.lm3 li{
	margin-bottom: 10px;
}

.lm3 span{
	display: inline-block;
	width: 100px;
	height: 30px;
	border: 1px solid #c90;
	text-align: center;
	line-height: 30px;
	background: #c90;
	border-radius: 2px;
}

.lm3 p{
	font-weight: bold;
	padding-left: 15px;
}

.rfqlist{
	margin-left: 15px;
}

.rfqlist a:hover{
	color: #c60;
}
.rfqlist a{
	text-decoration: underline;
}

.tep{
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.tep2{
    border: 1px solid #e8bb00;
    padding: 20px 10px;
    margin-bottom: 10px;
    text-align: center;
}


.tep img{
    width: 40px;
    height: 40px;
    /* float: left; */
    display: inline-block;
    margin-right: 10px;
    /* vertical-align: middle; */
    margin-bottom: 15px;
}

.tep p{
	font-size: 13px;
}



#step4{
    margin-top: 25px;
}

.calculate{
    width: 78px;
    height: 28px;
    color: #888;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background: #f1f4f4;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}  

.submitquote{
    height: 100px;
}

#submitquoterequest{
    width: 180px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background: #e8bb00;
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
    float: right;
    top: -48px;
    position: relative;
}
#submitquoterequest:hover{
    background: #dab000;
    /*opacity: 0.875;
    filter: alpha(opacity=87.5);*/
}

.box{
    padding: 0;
}</pre></body></html>