.overlay{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #33333352;
    opacity: 0.7;
    z-index: 1;
}
.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 10px 10px 30px;
    text-align: center;
    font-weight: 700;
}

.steps>li {
    width: 50%;
    float: left;
    color: #4e4e4e;
}

.steps>li.active {
    color: #FF324B;
}

.text-red {
    color: #FF324B;
}

.step {
    padding-left: 200px;
    padding-right: 200px;
}

.step-heading {
    margin: 30px auto;
}
.step-heading .heading{font-size: 25px;}
.row {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;

}
.form-field-text {
    background-color: #ffffff !important;
    border-color: #E6E6E6 !important;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.btn-next {
    background-color: #FF324B;
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    white-space: normal;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-next:hover {
    background-color: #FF324B;
}

.clear {
    clear: both;
}

.radio-lable {
    font-weight: 500;
    color: #181415eb;
    cursor: pointer;
}

.elementor-field-label {
    font-weight: 700;
    color: #ff324b;
}

.elementor-element_backbutton {
    background: #c4c4c4;
    color: #fff;
    border: 1px solid #eee;
    padding: 9px 25px;
}

.hidden {
    display: none;
}

.cart-icon>svg {
    width: 20px;
    fill: #ff324b;
}

.bold {
    font-weight: 700;
    ;
}

.outer-box {
    padding: 30px;
    background: #fff;
    border: #dedede 1px solid;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.left-section,
.right-section {
    float: left;
    width: 50%;
}

.left-section {
    text-align: left;
}

.right-section {
    text-align: right;
}

.item {
    line-height: 1;
    padding-bottom: 5px;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.mb-10 {
    margin: 10px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 40px;
    padding-right: 40px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {

    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 40px;
    width: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    border-color: #b3b3b3 transparent transparent transparent;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}

.d-option {
    display: flex;
    justify-content: space-between;
}

.d-option .area {
    font-size: 90%;
    color: #5b5b5b;
}


.d-option .city {
    font-size: 80%;
    color: #999;
    padding-right: 10px;
}

.elementor-142 .elementor-element.elementor-element-07dd7c5 a.elementor-button,
.elementor-142 .elementor-element.elementor-element-07dd7c5 .elementor-button {
    fill: #010101;
    color: #010101;
    background-color: #D8D8D8;
}

.select-areacode {
    padding: 0.2rem 1rem;
}

#customer-address {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 1px 1px 5px #e0e0e0;
}

.elementor-button.elementor-element_backbutton {
    background-color: #c9c9c9;
}

.instructions{width: 100%;padding:0 10%;}
.instructions .big-txt, .instructions .help-text > .contents > .point{color: #FF324B; font-family: "Open Sans", Sans-serif; font-size: 30px;font-weight: 700;}
.instructions > step {margin-top:5em; display:flex; clear: both;}
.instructions .left, .instructions .right{width: 50%; float: left;}
.instructions .help-text .contents{padding-top: 30%; padding-right: 20%;}
.instructions .help-image{padding:10px;}
.instructions .help-image img{max-width: 60%!important;}
.thanks-title, #new-business_number{font-size: 25px;}

/*
.contents > .point{
    clear: right;
    width: 45px;
    height: 45px;
    border: 1px solid #bdbdbd;
    line-height: 45px;
    text-align: center;
    font-size: 25px!important;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 5px #d2d2d2;
    margin-bottom: 15px;
} */

    /*footer fix*/
  /*  .elementor-94 .elementor-element.elementor-element-2cf5abc{margin-top: 0;} */

  .required{color: #ff324b;}
@media only screen and (max-width: 768px) {
    
    /* For mobile phones: */
    br{display: inherit;}
    .steps {display: none;}
    .column.w-50{width: 100%;padding-left: 0!important; padding-right: 0!important;}
    #step3 .column.w-50{width: 50%;}
    .row{padding-left:10px; padding-right:10px; margin-bottom: 10px;}

    .step{padding-left: 5px; padding-right: 5px;padding-bottom: 30px;}
    .step-heading{
        margin: 30px auto;
    }
    .step-heading .heading, .point{
        font-size: 30px!important;
        margin-bottom: 10px;
    }
    .instructions .big-txt{font-size: 20px!important;}
    .br{/*display:block;*/ clear:both; clear: both;color: #ff324b;font-size: 65%;}
    .radio-lable {
        padding-bottom: 20px;
    }
    .elementor-field-label {font-weight: 700;color: #ff324b; font-size: 85%;}

    .elementor-142 .elementor-element.elementor-element-35d7628 > .elementor-element-populated {
      padding: 0px 5px 0px 5px;
      margin: 0 15px!important;border-radius: 5px!important;
    }
    .outer-box{padding: 8px;margin-top: 50px!important;}
    .thanks-title{font-size: 18px;}
    #new-business_number{font-size: 30px;}

    .instructions {padding:2% 10px; margin-top: 50px;}
    .instructions > step{margin-top: 0;flex-direction: column-reverse;}
    .instructions .left, .instructions .right {
        width: 100%;
        float: left;
    }
    .instructions .help-image{text-align: center;}
    .instructions .help-image img{max-width: 60%!important;}
    .instructions .help-text .contents { padding-top: 20px;padding-right: 5%;}
    .center-step{flex-direction: column!important;}
    /*
    .contents > .point{
        width: 35px;
        height: 35px;
        border: 1px solid #bdbdbd;
        line-height: 35px;
        text-align: center;
        font-size: 22px!important;
        margin-bottom: 10px;
    }
    */

    .steps {display: none;}
    .new-business_number{margin-top: 50px;}
    .item {
        font-size: 90%;
    }
  }

 