#masterQuoteForm {
    max-width: 700px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25) !important;
    border: 10px solid rgba(228, 224, 197, 0.5);
    width: 100% !important;
    background-color: #e9e5ce !important;
}

#masterQuoteForm h2 {
    padding-top: 40px;
}

#crmWebToEntityForm {
    border-color: transparent !important;
    padding-left: 10px;
    padding-right: 10px;
}

table#quoteTable, .half {
    text-align: left !important;
}

table {
    width: 100% !important;
    border-color: transparent !important;
}

tr, td {
    padding: 0 !important;
}

.dimension {
    display: inherit !important;
    width: 29.0%;
    vertical-align: top;
}

div.half {
    display: inline-block !important;
    width: 49% !important;
    vertical-align: top;
}

label {
    color: #333 !important;
}

label span {
    color: red !important;
}

select,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    background-color: white !important;
    margin-bottom: 10px !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39) !important;
}

input.button {
    padding: 1.154em 2.538em !important;
    font-size: 120% !important;
}

@media only screen and (max-width: 767px) {
    .grve-column-1-2 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

#masterQuoteForm textarea {
    resize: vertical;
}


/*
multi quote form
*/
#masterMultiQuoteForm {
    max-width: 700px !important;

    width: 100% !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25) !important;
    border: 10px solid rgba(228, 224, 197, 0.5);

    background-color: #e9e5ce !important;
}

#masterMultiQuoteForm h2 {
    padding-top: 40px;
    color: #000 !important;
}
#masterMultiQuoteForm .quote_subtitle{
    color: #fff;
    text-align: center;
}
#masterMultiQuoteForm p, #masterMultiQuoteForm label, .multitablinks {
    color: #333 !important;
}
#masterMultiQuoteForm label span {
    color: red!important;
}
.multiform-wrap .multisection{
    display: none;
}
.multiform-wrap .multisection.active{
    display: block;
}
.multinext{

    z-index: 2;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 3px;
    outline: 0;


    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;


    color: #fff!important;

    text-align: center;
    background-color: #1b70bb;
    cursor: pointer;
    display: inline-block;
    /* width: 60%;*/
    min-width: 186px;
    font-family: Montserrat !important;
    font-weight: 700 !important;
    font-style: normal;
    text-transform: uppercase;

    float: right;
    border-radius: 5px;



    line-height: normal;
    padding: 1.154em 2.538em!important;
    letter-spacing: .7px;
    font-size: 120%!important;
    border: 1px solid transparent;

}
.multiback{
    border-radius: 5px;
    z-index: 2;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 3px;
    outline: 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    padding: 1.154em 2.538em !important;
    font-size: 120%!important;
    border: 1px solid transparent;
    line-height: normal;
    /*font-size: 18px;*/
    color: #000!important;

    background: none;
    cursor: pointer;
    display: inline-block;
    /*width: 33%;*/
    min-width: 186px;
    font-family: Montserrat !important;
    font-weight: 700 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.multiback:hover{
    background-color: #000000;
    color: #ffffff!important;
}
.multinext:hover{
    background-color: #000000;
    color: #ffffff!important;
}
#back-and-forward {
    clear: both;
}
#grve-theme-wrapper #masterMultiQuoteForm input[type='submit']:not(.grve-custom-btn){
    background-color: #1b70bb;
    width: 50%;
    float: right;
    /*line-height: 1.45;
    font-size: 18px!important;
    padding: 1.154em 2.538em !important;*/
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 5px;
    padding: 1.154em 2.538em!important;
    line-height: normal;
    font-size: 120%!important;
}
#grve-theme-wrapper #masterMultiQuoteForm input[type='submit']:not(.grve-custom-btn):hover{
    background-color: #000000;
    color: #ffffff!important;
}
.multisection{
    padding: 20px 0 20px 0;

}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.multitab{
    display: flex;
}
.multitablinks{
    padding: 0 10px;
}
.multitablinks.shownow{
    background:red;
}
.multinext{

}
#masterMultiQuoteForm .dimension{
    width: 33.3%;
    display: inline-block!important;

    float: left;
}
#specificquestion .mquestion{
    display: none;
}
.multitab .progress-bar {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    width: 20%;
    min-height: 10px;
}
.multitab .progress{
    width: 100%;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.bigchex{
    width: 15%;
}
.alarma{
    position: absolute!important;
    padding: 0px 20px;
    border: 1px solid red;
    border-color: transparent!important;
    top: -20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25) !important;
    width: max-content;
    left: -50px;
    z-index: 2;
}
.alarma:after {
    content: '';
    position: absolute;
    left: 50px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    clear: both;

    /* transform: rotate(180deg);
     -webkit-transform: rotate(180deg);*/
}
.alarma i.fa{
    background: orange;
    color: #fff;
    padding: 5px 10px;

    margin-right: 10px;
    border-radius: 3px;

    margin-top: 5px;
    margin-bottom: 5px;
}
.multisection div{
    position: relative;
}




@media only screen and (max-width: 767px) {
    #masterMultiQuoteForm .dimension{
        width: 100%;


        float: none;
    }
}








.qualifybl {
    display: block;
    position: relative;
    padding-left: 85px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.qualifybl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 40px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.qualifybl:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.qualifybl input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.qualifybl input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.qualifybl .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*
mini width and length*/
.quoteform21 label{
    z-index: 1;
}
.quoteformextend table div{
    position: relative;
}
.nonvalidate {
    border-color: red !important;

    animation: shake 0.2s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
}
#grve-theme-wrapper .quoteformextend.quoteform21 .nonvalidate {
    box-shadow: inset 0 0 0 1px red!important;
}
.quoteformextend.quoteform21 .alarma{
    left: -2px;
    padding: 3px 5px 9px;
    font-size: 12px;
    bottom: 85px;

}
.quoteformextend.quoteform21  .alarma i.fa{

    margin-right: 7px;
    padding: 4px 7px;
}



.quoteformextend .alarma{
    font-size: 12px;
    top: inherit;
    width: 100%;
    bottom: 63px;
    padding: 3px 5px 3px;
    left: -2px;
}
.quoteformextend .alarma i.fa{
    padding: 4px 7px;
    margin-right: 5px;
    border-radius: 10px;
    background: #ca1e1e;

}
.quoteformextend .alarma:after{
    top: inherit;
    bottom: -11px;
}
.quoteformextend .buildusewrap .alarma{
    max-width: 330px;
    bottom: 83px;
}
.quoteformextend.quoteform21  .buildusewrap .alarma {
    max-width: 330px;
    bottom: 113px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(1px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-1px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(1px, 0, 0);
    }
}


@media only screen and (max-width: 767px) {
    #grve-theme-wrapper #quoteForm input[type="submit"].button{
        font-size: 14px!important;
    }

}