.body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

main.faq-footer:not(.yourquote-footer){
    min-height:calc(100vh - 155px);
}

footer:not(#green-footer){
    height:112px;
}

main.yourquote-footer:not(.faq-footer){
    min-height:calc(100vh - 170px);
}

footer#green-footer{
    height:127px;
}

.bottom-panel {
    background: #EBF9F0;
    width: 100%;
    height: auto;
    padding: 32px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.bottom-panel p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #666666;
    margin-bottom: 0;
}

a.call-now {
    color: #00873C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
a.call-now:hover,
a.call-now:focus {
    color: #00873c;
}
.bottom-panel a.call-now {
    margin-left: 4px;
}

img.call-icon {
    margin-left: 0px;
    vertical-align: top;
}

.btn-next {
    width: auto;
    border-radius: 40px;
    background: #1EE576;
    height: 48px;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    float: right;
    padding: 16px 40px;
    color: #222222;
}
.btn-next:hover {
    background: #19C063;
    color: #222222;
}
.btn-next:focus {
    background: #1EE576;
    outline: 2px solid #222;
    outline-offset: 2px;
    color: #222222;
}

.btn-next[disabled] {
    background: #CACACA;
    color: #666666;
}

.bottom-panel .btn-cta,
.bottom-green-panel .btn-cta {
    max-width: 624px;
    margin: 0 auto;
    width: 100%;
}

.btn-place {
    align-items: center;
    display: flex;
}
.special-offer a {
    text-decoration: underline;
    color: #00873C;
  }
@media only screen and (max-width: 767px) {

    main.faq-footer:not(.yourquote-footer){
        min-height:calc(100vh - 163px);
    }

    footer:not(#green-footer) {
        height: 120px;
    }

    main.yourquote-footer:not(.faq-footer){
        min-height:calc(100vh - 191px);
    }
    
    footer#green-footer{
        height:148px;
    }

    .btn-next {
        width: 100%;
    }

    .bottom-panel p {
        text-align: center;
    }

    .btn-place {
        justify-content: center;
        order: 2;
        margin-top: 16px !important;
    }
    .btn-proceed {
        margin-top: 16px;
    }
}

/*------------------------- code for green footer starts here--------------------------- */
.bottom-green-panel {
    background: #00873C;
    width: 100%;
    height: auto;
    padding: 16px 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.btn-proceed {
    width: 270px;
    border-radius: 40px;
    background: #1EE576;
    height: 48px;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    float: right;
    color: #000000;
}
.bottom-green-panel .btn-proceed {
    min-width: 250px;
    padding: 14px 40px;
    width: auto;
}
.price-details {
    display: flex;
    flex-direction: column;
}

.sub-total p {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.price-details p.txt-price{

    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: none !important;
}

.price-details p:not(.d-view), .price-details p:not(.txt-price)  {
    text-transform: uppercase;
}

.price-details p {
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    margin-bottom: 2px;
}
.price-details p.d-view{
    text-transform: none !important;
}
.txt-d {
    text-decoration: line-through;
}

.btn-display {
    display: flex;
    align-items: center;
    justify-content: end;
}
@media only screen and (min-width: 768px) {
    .d-view{
        display: block;
    }
    .mob-view{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bottom-panel{
        padding: 16px 0;
        position: fixed;
    }
    .bottom-green-panel{
        position: fixed;
    }
    .mob-view{
        display: block;
        text-transform: none !important;
    }
    .d-view{
        display: none;
    }
    .btn-proceed {
        width: 100%;
    }
    .price-details {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .bottom-green-panel .btn-proceed{
        width:100% !important;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .btn-next {
        width: -moz-max-content;
        width: max-content;
        min-width: 116px;
    }
}
.mma-wrapper.mainChildren .custom-quote .bottom-panel{
  z-index: 999 !important;
}
.bottom-green-panel .btn-proceed:hover {
    background: #19C063;
}
/*------------------------- code for green footer ends here--------------------------- */

