.custom-order-banner{
    margin-top: 35px;
    margin-bottom: 35px;
}
.custom-order-banner-section{
    position: relative;
}
.custom-order-banner-text{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.forms-wrapper.static-pages input[type="radio"] + label{
    display: inline !important;
    color: var(--bsc-theme2);
}
/*.cat-bg-custom-order h1{
    font-size: calc(16px + (35 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-white);
    font-weight: 300;
    text-align:center;
}
.cat-bg-custom-order h4{
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-white);
    font-weight: 300;
    text-align:center;
    font-family: var(--bsc-font-body);
}*/
.steps-sec{
   ## border: 2px solid #A9DDF7;
    border-radius: 20px;
    height: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #001E60;
    background: #abc6eb;
}
.steps-heading{
    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.steps-sec div{
    width: 70%;
}
.quote-form-section label{
    color: var(--bsc-theme2);
}
.if-employee label{
    padding:5px 0;
}
.forms-wrapper.static-pages {
    background: var(--bsc-white);
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.forms-wrapper.static-pages{
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--bsc-white);
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;

}
.ask-div p{
    color: var(--bsc-theme2);
    margin: 7px 0;
}
.time-label{
    color: var(--bsc-theme2);
}
.ask-div {
    margin-bottom: 18px;
}
.ask-div input {
    margin-right: .3125rem;
}
.ask-div label {
    margin-right: .75rem;
}
.about-items{
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin:0;
}
#quote-submit-button.btn{
    font-size: calc(13px + (15 - 13)*((100vw - 320px) /(1920 - 320)))!important;
    padding: 10px 20px !important;
    font-family: var(--bsc-font-body);
}
.change-width select {
    width: 23%;
}
.change-width-time-sec {
    width: 77%;
}
.form-control{
    color: #636363 !important;
    border-color: #636363 !important;
}
textarea.form-control{
    height: auto;
}
select.form-control{
    line-height:14px;
}
.logo-header {
width: 100%;
    background: #fff;
    border-radius: 10px;
    padding:.75rem 1.25rem;
    border: 1px solid #001e60;
}
.logo-header-inner {
    padding: .75rem 1.25rem
}
.closeImg.closeImgButton{
    width: 12px;
    height: 15px;
    padding: 0;
    background: transparent;
    border: 0;
z-index: 1;
    position: relative;
}
.logo-header-inner div{
font-weight: 500;
    text-align: left;
}
.logo-header div{
font-weight: bold;
text-align: left;
}
.text-right{
text-align: right;
}
.text-left{
text-align: left;
}
.drag-area {
    background: #fff;
    border: 2px dashed #ddd;
    text-align: center;
}
.lets-get-start{
font-size:calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
}
#getUploadFile{
color:#0053e2;
text-decoration: underline;
}
.if-not-emp p,.if-not-emp p a{
color: var(--bsc-theme2);
}
.if-not-emp p a{
color: var(--bsc-theme1);
}
.sub-label{
    margin: 0;
    font-size: calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: 5px;
    color:var(--bsc-theme2);
}
.if-employee label.main-label{
    padding-bottom: 0;
}
.custom-order-banner-text{
    left: calc(26px + (85 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.custom-order-banner-text h1{
    font-size: calc(16px + (51 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.custom-order-banner-text div{
    font-size: calc(11px + (21 - 11) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    margin: 30px 0 20px 0;
}
.custom-order-banner-text p{
    font-size: calc(11px + (18 - 11) * ((100vw - 320px) / (1920 - 320)));
}
div#fileRemoveBttuon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.custom-order-banner-section{
    border-radius: 10px;
    overflow: hidden;
}

.file-header{
padding: 10px 0 0 0;
}
.uploaded-file{
    position: relative;
    width: 12px;
    height: 15px;
    margin-left: 35px;
    margin-top: 5px;
}
@media (min-width: 1921px) {
    .custom-order-banner-text h1{
    font-size: 51px;
}
.custom-order-banner-text div{
    font-size: 21px;
}
.custom-order-banner-text p{
    font-size: 18px;
}
.custom-order-banner-text{
    left: 85px;
}
.sub-label{
    font-size: 13px;
}
.lets-get-start{
font-size:28px;
}
.steps-heading{
    font-size: 28px;
}
#quote-submit-button.btn{
    font-size: 15px!important;
}
}
@media (min-width: 1200px) {
    .container {
        max-width: 1600px!important;
    }
}
@media (min-width: 992px) {
    .form-steps .step-col{
         width: 20%;
    }
}
@media (max-width: 1399px) {
    .steps-sec div {
        width: 100%;
    }
}
@media (max-width: 1199px) {
     .custom-order-banner-text div{margin:0;}
.custom-order-banner-text {
    left: 0;
    padding: 15px;
}
}
@media (max-width: 991px) {
     .form-steps .step-col{
         margin-bottom:20px;
        min-height: 145px;
    }
.custom-order-banner-text h1{
font-size:20px;
}
.custom-order-banner-text div{
font-size:12px;
}
.custom-order-banner-text p{
font-size:11px;
}
}
@media (max-width: 767px) {
.uploaded-file{
margin-left:0;
}
.custom-order-banner-section{
    border-radius: 10px;
    overflow: hidden;
}
.custom-order-banner-section img{
    min-height: 300px;
    object-fit: cover;
    object-position: left;
}
div#logo_filename_text{
padding:0!important;
}
     .change-width select {
           width: 100%;
      }
      .change-width-time-sec {
          width: 100%;
      }
.text-right{
text-align: left;
}
.text-left{
text-align: left;
}
}
@media (max-width: 575px) {
     .form-steps .step-col {
        min-height: 115px;
    }
}