    .container {
        position: static;
    }

    .form-row {
        /* position: relative;
    z-index: 30; */
    }

    .get_quote .form {
        padding: 50px 30px;
        background-color: #fff;
        box-shadow: 0 0 30px #0001;
    }

    .get_quote .quote_btn {
        border: 1px solid #9993;
        font-size: 14px;
        border-radius: 10px;
        width: 100%;
        padding: 15px;
        /* text-align: center; */
        /* background-color: #f9f9f9; */
        /* font-size: 16px; */
        text-transform: uppercase;
        margin-bottom: 30px;
        min-height: 50px;
        cursor: pointer;
        position: relative;
    }

    .get_quote .quote_btn .icon {
        position: absolute;
        font-size: 11px;
        top: 18px;
        right: 5px;
    }

    .get_quote .blocks_content {
        /* padding: 20px; */
        /* background-color: #f9f9f9; */
        /* display: none; */
    }

    .get_quote .nav {
        justify-content: space-between;
        margin-bottom: 30px;
        width: 100%;
    }

    .get_quote .nav li {
        width: 23%;
    }

    .get_quote .nav.nav.sub_nav li {
        width: 48%;
        margin-bottom: 15px;
    }

    .get_quote .nav.nav.sub_nav li a {
        height: max-content;
    }

    .get_quote .nav a {
        padding: 15px;
        background-color: #f7f7f7;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        line-height: 2;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .get_quote .nav.sub_nav a {
        padding: 15px;
        background-color: #BA2B3111;
        border-radius: 10px;
        width: 100%;
    }

    .get_quote .nav.sub_nav a h4 {
        font-size: 13px;
    }

    .get_quote .nav .active,
    .get_quote .nav.sub_nav .active {
        color: #fff;
        background-color: #BA2B31;
    }

    .get_quote .nav h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.6;
    }

    .get_quote .slider_card {
        position: relative;
        padding-left: 30px;
    }

    .get_quote .slider_card .wrapper {
        padding: 30px;
        position: relative;
        background-color: #f7f7f7;
        z-index: 2;
        /* box-shadow: 0 0 30px #0002; */
    }

    .get_quote .slider_card_foot {
        padding: 30px;
        position: relative;
        background-color: #f7f7f7;
        z-index: 2;
        margin-left: 30px;
        border-top: 1px solid #9995;
        display: none;
    }

    .get_quote .slider_card_foot .form-control{
        background-color: #fff;
    }

    /* .get_quote .slider_card::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #BA2B31;
    width: 60%;
    height: 60%;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    }

    .get_quote .slider_card::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #BA2B31;
    width: 60%;
    height: 60%;
    z-index: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    } */

    /* .concrete_blocks_slider .slider_card:hover::after,
    .concrete_blocks_slider .slider_card:hover::before{
    width: 100%;
    height: 100%;
    } */

    .get_quote .slider_card h5 {
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .get_quote .slider_card .cont {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .get_quote .slider_card .img {
        margin-left: 15px;
        flex-shrink: 0;
        width: 40%;
    }

    .get_quote .slider_card ul li {
        font-size: 16px;
        font-weight: 600;
        margin: 5px 0;
        text-transform: capitalize;
    }

    /* .get_quote .choose_label{
    position: absolute;
    margin-bottom: 0;
    vertical-align: top;
    top: calc(50% - 30px);
    left: 5px;
    z-index: 10;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    overflow: hidden;
    border: 7px solid #f9f9f9;
    } */

    .get_quote .choose_label::after,
    .get_quote .choose_label::before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 0;
        position: absolute;
        margin-bottom: 0;
        vertical-align: top;
        top: calc(50% - 30px);
        left: 5px;
        z-index: 10;
        width: 60px;
        height: 60px;
        border-radius: 15px;
        overflow: hidden;
        border: 7px solid #f9f9f9;
    }

    .color-select .form-group {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .color-select .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .color-select .form-group label {
        position: relative;
        cursor: pointer;
        -webkit-appearance: none;
        /* background-color: red; */
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    .color-select .form-group input:checked+label:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 16px;
        width: 9px;
        height: 18px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

    /* ------- */

    .get_quote .table_content td,
    .get_quote .table_content th {
        vertical-align: middle;
    }

    .get_quote .table_content thead th {
        border-top: 0;
    }

    .get_quote .table_content img {
        height: 70px;
    }

    .get_quote .table_content .form-control {
        width: 140px;
        min-height: 40px;
        height: 40px;
    }

    .get_quote .form-control{
        border: 0;
        border-radius: 0;
        background-color: #f7f7f7;
    }

    /* ------------ steps ----------- */
    .steps_content{
        height: 70px;
        min-height: max-content;
    }
      .steps {
        display: -ms-flexbox;
        display: flex;
        /* -ms-flex-wrap: wrap; */
        /* flex-wrap: wrap; */
        padding: 20px;
        margin: 0px;
        list-style: none;
        font-family: sans-serif;
        text-transform: capitalize;
      }
      .steps li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0px 20px;
        position: relative;
      }
      .steps li div {
        position: relative;
        padding: 1px 0px;
        background: #cccccc;
        box-sizing: border-box;
        transform: scale(0.999999);
        transition: all 0.3s ease;
        /* cursor: pointer; */
      }
      .steps li div span {
        display: block;
        transition: all 0.3s ease;
      }
      .steps li div span:nth-child(1) {
        position: absolute;
        left: 100%;
        top: 0px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #cccccc;
      }
      .steps li div span:nth-child(2) {
        position: absolute;
        right: 100%;
        top: 0px;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #cccccc;
      }
      .steps li div span:nth-child(3) {
        position: absolute;
        right: 100%;
        bottom: 0px;
        border-top: 20px solid transparent;
        border-right: 20px solid #cccccc;
      }
      .steps li div span:nth-child(4) {
        position: absolute;
        right: 10px;
        top: 50%;
        height: 12px;
        width: 12px;
        margin-top: -6px;
        border-radius: 100%;
        background: transparent;
        z-index: 2;
        border: 1px solid #cccccc;
      }
      .steps li div span:nth-child(5) {
        position: absolute;
        left: 100%;
        top: 1px;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-left: 19px solid white;
      }
      .steps li div span:nth-child(6) {
        position: absolute;
        right: 100%;
        top: 1px;
        border-bottom: 19px solid transparent;
        border-right: 19px solid white;
        margin-right: -1px;
      }
      .steps li div span:nth-child(7) {
        position: absolute;
        right: 100%;
        bottom: 1px;
        border-top: 19px solid transparent;
        border-right: 19px solid white;
        margin-right: -1px;
      }
      .steps li div span:nth-child(8) {
        display: block;
        padding: 0px 40px;
        position: relative;
        height: 38px;
        line-height: 38px;
        background: white;
        color: black;
      }
      .steps li div {
        background: #f7f7f7;
      }
      .steps li div span:nth-child(1) {
        border-left-color: #f7f7f7;
      }
      .steps li div span:nth-child(2), .steps li div span:nth-child(3) {
        border-right-color: #f7f7f7;
      }
      .steps li div span:nth-child(4) {
        background: white;
        border-color: #f7f7f7;
      }
      .steps li div span:nth-child(5) {
        border-left-color: #f7f7f7;
      }
      .steps li div span:nth-child(6), .steps li div span:nth-child(7) {
        border-right-color: #f7f7f7;
      }
      .steps li div span:nth-child(8) {
        background: #f7f7f7;
        color: black;
      }
      .steps li.active div {
        background: #BA2B31;
      }
      .steps li.active div span:nth-child(1) {
        border-left-color: #BA2B31;
      }
      .steps li.active div span:nth-child(2), .steps li.active div span:nth-child(3) {
        border-right-color: #BA2B31;
      }
      .steps li.active div span:nth-child(4) {
        background: white;
        border-color: #BA2B31;
      }
      .steps li.active div span:nth-child(5) {
        border-left-color: #BA2B31;
      }
      .steps li.active div span:nth-child(6), .steps li.active div span:nth-child(7) {
        border-right-color: #BA2B31;
      }
      .steps li.active div span:nth-child(8) {
        background: #BA2B31;
        color: white;
      }
      .steps li:first-child {
        padding-left: 0px;
      }
      .steps li:first-child div {
        padding-left: 1px;
      }
      .steps li:first-child div span:nth-child(2), .steps li:first-child div span:nth-child(3), .steps li:first-child div span:nth-child(6), .steps li:first-child div span:nth-child(7) {
        display: none;
      }
      .steps li:last-child {
        padding-right: 0px;
      }
      .steps li:last-child div {
        padding-right: 1px;
      }
      .steps li:last-child div span:nth-child(1), .steps li:last-child div span:nth-child(5) {
        display: none;
      }

      /* -------- responsive -------- */
      @media screen and (max-width: 991px) {
        .steps li{
            padding: 0 15px;
        }

        .get_quote .p-4 ,
        .get_quote .px-4 {
            padding: 0 !important;
        }

        .steps li div span:nth-child(8){
            padding: 0 0 0 10px;
            font-size: 10px;
            white-space: nowrap;
        }

        .steps li div span:nth-child(4){
            display: none;
        }
      }