
#buyNowModal {
    top: 30%;
    transform: translateY(-30%);
}

#buyNowModal label {
    font-family: Roboto;
    font-size: 14px;
    color: #032949;
    font-weight: normal;
    height: 20px;
}

#buyNowModal .form-control {
    background: #FFFFFF;
    border: 1px solid #44677B;
    border-radius: 4px;
    height: 34px;
}

#buyNowModal button {
    background: #2DBF65;
    border-radius: 2px !important;
    color: #fff;
    box-shadow: none;
}

#buyNowModal .modal-body {
    padding: 15px;
}

#buyNowModal .modal-footer {
    border-top: 0;
    margin-top: 0;
}

#buyNowModal .modal-content {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: none;
}

#buyNowModal .modal-dialog {
    width: 30%;
}

#buyNowModal .wrap-know-more {
    text-align: left;
}

    #buyNowModal .wrap-know-more h2 {
        font-family: Roboto;
        font-size: 14px;
        color: #032949;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #buyNowModal .wrap-know-more p {
        font-family: Roboto;
        font-size: 14px;
        color: #032949;
        font-weight: normal;
        line-height: 1.42857143;
    }

#login, #signup, #contact-form {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 80px;
    left: 58%;
    width: 500px;
    height: 700px;
}

.fusion-main-menu .sub-menu {
    left: unset;
    right: -12px;
}

#contact-form {
    left: calc(50% - 250px);
    height: 670px;
}

#login {
    height: 670px;
}

.suTitle {
    font-family: Roboto;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    position: absolute;
    left: 39px;
    top: 48px;
}

.suLogin {
    font-family: Roboto;
    font-size: 18px;
    color: #FF9B12;
    text-align: center;
    position: absolute;
    right: 39px;
    top: 55px;
}

.suDesc {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 20px;
    position: absolute;
    top: 110px;
    left: 39px;
}

#contact .suDesc, #sbm-q .suDesc {
    top: 150px;
}

#sbm-l {
    top: 228px;
    left: 25px;
    position: absolute;
}

#sbm, #sbm-q {
    top: 155px;
    left: 25px;
    position: absolute;
}

    #sbm-q button {
        top: 140px;
    }

#sbm-c {
    top: 190px;
    left: 25px;
    position: absolute;
}

    #sbm-c .suDesc, #sbm-q .suDesc {
        top: 145px;
    }

    #sbm-c button, #sbm-q button {
        top: 390px;
    }

.suInp > p {
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
}

.suInp > input {
    background: #FFFFFF;
    font-family: Roboto;
    border: 1px solid #44677B;
    border-color: #44677B !important;
    border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    width: 420px;
    margin-bottom: 15px;
    padding: 9px;
}

#sbm-l .suInp > input {
    margin-bottom: 27px;
}

#sbm-l button, #sbm button, #sbm-c button, #sbm-q button {
    background: #FF9B12;
    border-radius: 4px;
    border-radius: 4px;
    width: 180px;
    height: 50px;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 35px;
    border: 0;
    top: 370px;
}

#sbm-q button {
    top: 450px;
}

#login #sbm-l button {
    top: 230px;
}

.fa-linkedin-square:before {
    content: "\f08c";
}

#LinkedIn i {
    font-family: FontAwesome !important;
}

.suSocial {
    font-family: Roboto;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 20px;
    position: absolute;
    top: 584px;
    left: 39px;
}

.suTitle {
    text-transform: capitalize;
}

#login .suSocial {
    top: 537px;
}

#socialLoginList {
    position: absolute;
    top: 623px;
    left: 38px;
}

#LinkedIn, #Google {
    background: #0577B2;
    border-radius: 4px;
    border-radius: 4px;
    font-family: Roboto !important;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    width: 200px;
    height: 50px;
    font-weight: 700;
    border: none;
}

    #LinkedIn i, #Google i {
        margin-right: 15px;
    }

    #LinkedIn i {
        font-size: 26px;
        font-style: normal;
    }

#Google {
    background: #EB4435;
    border-radius: 4px;
    border-radius: 4px;
    margin-left: 19px;
}

    #Google i {
        background: #fff;
        color: #EB4435;
        padding: 2px 4px;
        border-radius: 2px;
    }

#login #socialLoginList {
    top: 576px;
}

.orange {
    color: #FF9B12;
}

.login:hover {
    color: #ff9b12;
}

.request:hover {
    border: 2px solid #ff9b12;
}

    .request:hover span {
        color: #ff9b12;
    }

#loader .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px;
}

#loader .modal-content {
    box-shadow: none;
    background: transparent;
    outline: none;
    border: none;
}

#loader img {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#snackbarMessage, #snackbarMessage-signup {
    visibility: hidden;
    min-width: 250px;
    text-align: center;
    border-radius: 2px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #FF1E1E;
    padding: 1px 3px 1px 10px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 15px;
    cursor: pointer;
}

    #snackbarMessage .close-buy-now, #snackbarMessage-signup .close-signup {
        position: absolute;
        top: 0;
        right: 5px;
        font-size: 20px;
    }

    #snackbarMessage a, #snackbarMessage-signup a {
        background: #2DBF65;
        border-radius: 20px;
        color: #fff;
        border: none;
        padding: 4px 10px;
        font-size: 15px;
        margin-left: 10px;
        margin-right: 15px;
    }

    #snackbarMessage.show, #snackbarMessage-signup.show {
        visibility: visible;
        /*-webkit-animation: snackbarFadeIn 0.5s, snackbarFadeOut 0.5s 2.5s;
                animation: snackbarFadeIn 0.5s, snackbarFadeOut 0.5s 2.5s;*/
        -webkit-animation: snackbarFadeIn 0.5s;
        animation: snackbarFadeIn 0.5s;
        z-index: 999;
    }

.wrap-snackbar, .wrap-snackbar-not-signup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,.3);
    display: none;
}

@-webkit-keyframes snackbarFadeIn {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes snackbarFadeIn {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes snackbarFadeOut {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes snackbarFadeOut {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
 @keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.toast-screen-center {
    top: 50%;
    left: 50%;
    margin-left: -150px;
}