.btn-order{
    background-image: linear-gradient(to right, #00266E,#006FA1);
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
    position: fixed;
    z-index: 999;
    right: 0;
    height: 160px;
    width: 50px;
    padding: 0;
    border-radius: 10px 0px 0 10px;
}
.for-rotate{
    transform: rotateZ( 
        270deg
        );
    position: relative;
    bottom: -39px;
}
.order-container {
        position: relative;
        z-index: 13;
        top: 400px;
        float: right;
    }
.btn-order-submit {
    background-color: #00B7E5 !important;
    border-radius: 10px 10px 0 0 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 10px auto;
    transform: rotateZ( 
        270deg
        );
    z-index: 999;
    opacity: 1 !important;
    position: absolute;
    bottom: 64px;
    /*    right: 565px;*/
    left: -124px;
    padding: 10px 44px !important;
    display: none;
}
.btn-order-submit2 {
    background-color: #2A3886 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 1px auto;
    z-index: 999;
    opacity: 1 !important;
    padding: 4px 15px !important;
    float: right;
}
.btn-add-order {
    background-color: #00B7E5 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 1px auto;
    z-index: 999;
    opacity: 1 !important;
    padding: 4px 15px !important;
    float: right;
    margin-right: 15px;
}
.multiple-orders{
    max-height: 70px;
    overflow-y: scroll;
}
/*.order-now-modal{
    width: 640px !important;
    height: 112% !important;
}*/
.input-label{
    color: #2A3886;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    font-family: "nexaBold";
}
.order-now-modal .form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #707070;
    background-color: #F7F5F5;
    border: none;
    border-radius: 0;
}
.order-now-modal label{
    font-size: 12px ;
    font-weight: 500;
    font-family: "HelveticaNeuemed";
    color: #626365;
}
.order-now-modal select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../images/select-dropdown.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
    background-size: 13px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}
.second-section input{
    display: inline;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #707070;
    background-color: #F7F5F5;
    border: none;
    border-radius: 0;
}
.second-section .form-group
{
    margin: 5px;
}
.third-section textarea{
    width: 100%;
    background-color: rgb(247, 245, 245);
    border: none;
    color: rgb(112, 112, 112);
    font-size: 14px;
    padding: 10px;
}
.second-section{
    padding: 1px 0!important;
}
.modal.modal-left .modal-body, .modal.modal-right .modal-body {
    padding: 15px 15px 15px 15px !important;
}
.order-now-modal .form-group {
    margin-bottom: 5px !important;
}
.order-now-modal .modal-content{
    margin-top: 12px;
}
.modal-backdrop, .right_modal{
    top: 92px !important;
}
.edge{
    bottom: 333px !important;
    background-color: black;
}
.modal-backdrop{
    max-width: 1520px;
    background: lightgrey;
    height: 122%;
    min-height: 100%;
    width: 100%;
    z-index: 10;
    /*    position: absolute;*/
    /* top: 93px; */
    opacity: 0.5;
    margin: 0 auto;
    right: 3px;
}
.modal-open{
    padding-right: 0 !important;
}

.home-button-div i{
    position: fixed;
    right: 0;
    top: 200px;
    background-color: #00B7E5;
    color: #fff;
    padding: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 30px;
    z-index: 9;
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
    position: absolute;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
    height: 100%;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
    padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.modal.modal-right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
    right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
    width: 1140px;
}

/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    position: absolute;
    overflow: scroll;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
    padding: 15px 15px;
}

/* Top */

.modal.modal-top.fade .modal-dialog {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
    top: 0;
}

/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

/* Full Screen */

.modal.modal-full .modal-dialog {
    position: absolute;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: scroll;
}

.modal.modal-full .modal-content {
    height: 100%;
    overflow: scroll;
}

.modal.modal-full .close-modal {
    overflow: scroll;
    position: absolute;
    top: 0;
    right: 3rem;
}

/* Footer */

.modal-footer-fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

/* XS */

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
    padding: 15px;
}

/* Full screen modal menu indicators */

a.has-sub:after { font-family: "FontAwesome"; }
a.has-sub:after { content: "\f107"; margin-left: 1rem; }
a.has-sub[aria-expanded="true"]:after { content: "\f106"; }

.modal.modal-left .modal-body, .modal.modal-right .modal-body {
    padding: 15px 45px 15px 15px !important;
}
.btn-add-order {
    background-color: #00B7E5 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 1px auto;
    z-index: 999;
    opacity: 1 !important;
    padding: 4px 15px !important;
    float: right;
    margin-right: 15px;
}
.multiple-orders{
    max-height: 70px;
    overflow-y: scroll;
}
@media(min-width:1400px){
    .modal-open .modal {
        overflow-y: hidden; 
        display: block;
        padding-right: 17px;
        max-width: 1520px;
        margin: 0 auto;
        right: -5px;
    }
    /*    .btn-order{
            background-image: linear-gradient(to right, #00266E,#006FA1);
            border-radius: 10px 10px 0 0 !important;
            color: white !important;
            font-size: 20px !important;
            font-weight: bold !important;
            margin: 10px auto;
            position: fixed;
            z-index: 999;
            bottom: unset;
            right: unset;
            opacity: 1 !important;
            padding: 10px 62px !important;
            transform: rotateZ(
                270deg
                );
        }*/
    .btn-order{
        right: unset !important;
    }
    .order-container {
        position: relative;
        z-index: 13;
        opacity: 1;
        top: 400px;
        right: 50px;
        float: right;
    }
}
@media (max-width: 720px){
    .btn-order-submit {
        display: none
    }
    .modal-content{
        margin-left: 10px;
        padding-right: 10px;
    }

    .modal-backdrop, .right_modal {
        top: 82px !important;
    }
    .modal.modal-left .modal-body, .modal.modal-right .modal-body {
        padding: 10px !important;
    }
    .btn-order-submit {
        display: none
    }
    .modal-backdrop, .right_modal {
        top: 82px !important;
    }
}
/*Mozilla firefox*/
@-moz-document url-prefix() {
    .btn-order-submit {
        background-color: #00B7E5 !important;
        border-radius: 10px 10px 0 0 !important;
        color: white !important;
        font-size: 25px !important;
        font-weight: bold !important;
        margin: 10px auto;
        transform: rotateZ( 270deg );
        z-index: 999;
        opacity: 1 !important;
        position: fixed;
        bottom: 264px;
        right: 600px;
        padding: 10px 44px !important;
    }
}

@media(min-width:1400px){
    .order-now-modal .modal-content {
        /*margin-top: 100px !important;*/
    }
    .big-div-push{
        max-width: 1520px;
        margin: auto;
    }
    .index-main-header .container-fluid{
        padding: 0;
    }
    .menu-push-right {
        /*        right: 25px;*/
        right: 0;
    }
    .menu-push.menu-push-right .container-fluid{
        width: 92%;
    }
    .new-menu-right-pos{
        right: 51px;
    }
    .home-button-div i{
        right: auto;
        margin-left: 96px;
    }
}