@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700|Nunito:400,600,700');

* {
    scroll-behavior: smooth;
}

/* contact form style */
.form-alert {
    font-size: 16px;
    position: fixed;
    bottom: -50%;
    left: 0;
    right: 0;
    text-align: center;
    width: max-content;
    margin: auto;
    z-index: 99;
    transition: all .5s;
}

.sucess,
.failure {
    bottom: 10%;
    transition: all .5s;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 100% !important;
}

.btn-open-modal {
    position: fixed;
    bottom: 65px;
    right: 0;
    margin: 15px;
    border: none;
    outline: none;
    background: #205493;
    padding: 10px 20px;
    transition: .4s;
    z-index: 99;
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.btn-open-modal:focus {
    outline: none;
}

.btn-lg {
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}

.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.bottomSpace {
    margin-bottom: 55px;
    transition: .4s;
}

.modal-fullscreen .modal-dialog {
    width: calc(100% - 280px);
    max-width: auto;
}

.modal-fullscreen .modal-header {
    border: 0;
}

.modal-fullscreen .modal-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

.modal-content {
    border-radius: 15px;
}

.modal-body .contact-form {
    width: 65%;
}

.modal-body .asset-box {
    width: 35%;
}

.contact-form {
    padding: 40px;
}

.contact-form .modal-title {
    font-size: 36px;
    font-weight: 200;
    line-height: 47px;
    color: #152b6f;
}

.contact-form .modal-title span {
    font-size: 36px;
    font-weight: 800;
}

.contact-form p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .01em;
    color: #000;
    margin-bottom: 0;
}

.contact-form .row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    grid-gap: 0 20px;
}

.contact-form .col-6 {
    width: 100%;
}

.contact-form .form-field {
    display: flex;
    flex-flow: column;
    margin: 25px 0;
}

.form-field label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #152b6f;
}

.form-field input {
    border-radius: 2.5px;
    border: 0.75px solid #000;
    height: 43px;
    padding: 0 10px;
    width: 100%;
    transition: .5s ease;
}

.submit-btn {
    font-size: 18px;
    font-weight: 400;
    border: 0;
    background: #205493;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #205493;
    transition: .4s;
    margin-top: 0px;
}

.submit-btn:hover {
    background: transparent;
    color: #205493;
    border: 2px solid #205493;
}

.logo-text {
    color: #232c3d;
}

.cus-head {
    position: fixed;
    right: 0;
    left: 0;
    background:
        white;
    z-index: 99;
    height: 95px;
}

.faq-title {
    padding-top: 20px;
}

.docs-demo-device {
    device-aspect-ratio: 2.125;
    device-padding: 2rem;
    padding: var(--device-padding);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.iconcolor {
    color: #205493;
}

.lightblue {
    color: #205493;
    text-align: center;
}

.split {
    border-right: 1px solid #046b99;
}

.lbl-txt {
    font-weight: bold;
}

.txtbox {
    border: 1px solid #5b616b;
}

.submitbutton {
    color: #205493;
}

/*.toast-center{
        position: absolute;
        left: 50%;
        top: 100%;
        margin: 0 !important;
        transform: translate(-50%,100%);
    }*/

/*@media(max-width:576px){
        .loading{margin-top:300px};
    }*/
.top-download-btn {
    height: 60px !important;
}

.mbl-btns {
    display: none !important;
}

.desktop-btns {
    margin-top: 30%
}

.card-title-font {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    color: #212B35;
}

.docs-demo-device {
    margin-top: 20px;
    --device-aspect-ratio: 2.125;
    device-padding: 2rem;
    padding: var(--device-padding);
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

/*.docs-demo-device>figure{border-radius:32px;-webkit-box-shadow:0 0 0 14px #090a0d,0 0 0 17px #9fa3a8,0 0 34px 17px rgba(0,0,0,.2);box-shadow:0 0 0 14px #090a0d,0 0 0 17px #9fa3a8,0 0 34px 17px rgba(0,0,0,.2);height:0;margin:0;max-width:320px;min-width:320px;overflow:hidden;padding-bottom:650px;position:relative;width:calc((100vh - var(--header-height) - var(--device-padding) * 2) / var(--device-aspect-ratio));z-index:1}*/
.docs-demo-device>figure {
    border-radius: 32px;
    -webkit-box-shadow: 0 0 0 14px #090a0d, 0 0 0 17px #9fa3a8, 0 0 34px 17px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 14px #090a0d, 0 0 0 17px #9fa3a8, 0 0 34px 17px rgba(0, 0, 0, .2);
    height: 0;
    margin: 0;
    width: 320px;
    overflow: hidden;
    padding-bottom: 650px;
    position: relative;
    z-index: 1
}

.docs-demo-device>figure>img {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: 30px
}

.docs-demo-mode-toggle {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem
}

.docs-demo-mode-toggle button {
    background-color: transparent;
    border: none;
    border-radius: 16px;
    color: var(--text-color--light);
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 24px;
    margin: 0 3px;
    padding: 0 9px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease
}

.docs-demo-mode-toggle button:active,
.docs-demo-mode-toggle button:focus {
    outline: none
}

.docs-demo-mode-toggle button.is-selected {
    background-color: var(--text-color--dark);
    color: #fff
}

.docs-demo-source {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-pack: center;
    justify-content: center
}

.docs-demo-source>ion-icon {
    margin-right: 5px
}


@media screen and (min-width:992px) {
    .mrgleft10 {
        margin-left: 20px;
    }
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 15px;
}

.close-btn img {
    width: 35px;
}

.form-field small {
    color: red;
    font-size: 12px;
    align-self: flex-start;
    height: 5px;
}

.asset-box .img {
    border-radius: 0 14px 14px 0;
    height: 650px;
}

.g-recaptcha {
    padding-left: 0 !important;
}

.submit_btn {
    position: absolute;
    bottom: 80px;
}

.schedule-modal {
    width: 100%;
    height: calc(100% - 10px);
}

.schedule-modal .modal-dialog {
    max-width: 1200px !important;
    width: calc(100% - 50px);
}

.schedule-modal .modal-header {
    border-bottom: none;
    display: flex;
    justify-content: end;
}

.schedule-modal .btn-close {
    background: transparent;
    border: none;
    padding: 10px;
    border: 1px solid #eeeeee00;
    transition: .5s;
    border-radius: 50%;
}

.schedule-modal .btn-close:hover {
    background: #94abcc55;
    border: 1px solid #eee;
    border-radius: 50%;
}

.schedule-modal .btn-close:focus {
    outline: none;
}

.cus-head .site-logo {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.cus-head .site-logo {
    text-decoration: none;

}

/* @media screen and (min-width: 768px){
    .modal.in .modal-dialog {
        width: 800px;
    }
    
} */

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .modal-body .contact-form {
        width: 60%;
    }

    .modal-body .asset-box {
        width: 40%;
    }

    .asset-box .img {
        border-radius: 0 14px 14px 0;
        height: 620px;
    }

    .submit_btn {
        bottom: 50px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    /* .asset-box {
        display: none;
    } */
    .modal-fullscreen .modal-dialog {
        width: 90%;
    }

    .modal-body .contact-form {
        width: 100%;
    }

    .modal-body .asset-box {
        width: 60%;
    }

    .contact-form {
        padding: 40px;
    }

    .asset-box .img {
        border-radius: 0 14px 14px 0;
        height: 615px;
    }
}

@media screen and (max-width: 1024px) {

    .asset-box {
        display: none;
    }

    .modal-body .contact-form {
        width: 100%;
    }

    .modal.in .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal-fullscreen .modal-dialog {
        width: calc(100% - 1px);
    }

}

@media screen and (max-width: 991px) {
    .close-btn {
        padding: 10px;
    }

    .bottomSpace {
        margin-bottom: 105px;
        transition: .4s;
    }

    .modal-body .asset-box {
        display: none;
    }

    .contact-form {
        padding: 15px;
    }

    .contact-form .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .modal-body .contact-form {
        width: 100%;
    }

    .modal.in .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal-fullscreen .modal-dialog {
        width: calc(100% - 1px);
    }

    .contact-form .form-field {
        margin: 0;
        margin-bottom: 15px;
    }

    .form-field label {
        text-align: start;
    }

    .submit_btn {
        text-align: center;
        position: relative;
        bottom: 10px;
    }

    .modal-content {
        border-radius: 0;
    }

    .contact-form p,
    .contact-form .modal-title {
        text-align: center;
    }

    .contact-form .modal-title {
        margin-top: 20px;
    }

    .form-alert {
        display: flex;
        flex-flow: column;
        grid-gap: 5px;
        width: calc(100% - 20px);
    }

    .modal-fullscreen .modal-dialog {
        margin: 0;
    }

    .contact-form .col-6 {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
    }

    .mod_mar {
        margin: 20px 0 10px !important;
    }
}

.bold500 {
    font-weight: 500 !important;
}

.faq-link {
    color: #205493 !important;
}

.faq-link-background {
    background-color: #F5F5F5 !important;
}

@media (max-width: 576px) {
    .split {
        border: none;
    }
    .logo-text {
        display: none;
    }

    .logo-icon {
        width: 55px
    }

    .top-link li {
        font-size: 14px
    }

    .footer-mobile {
        height: 60px !important;
    }

    .toast-center {
        position: absolute;
        left: 50% !important;
        top: 100% !important;
        margin: 0 !important;
        transform: translate(-50%, 100%) !important;
    }

    .desktop-btns {
        display: none !important;
    }

    .mbl-btns {
        display: block !important;
    }

    .center-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px !important;
    }
}

@media (max-width: 991px) {
    .logo-text {
        display: none;
    }

    .logo-icon {
        width: 60px
    }

    .top-link {
        font-size: 5px
    }

    .btn-width {
        width: 300px !important;
    }

    .btnsmall {
        margin-bottom: 10px;
    }

    .desktop-btns {
        display: block !important;
    }

    .mbl-btns {
        display: none !important;
    }
}

@media(max-width:500px) {
    .btnsmall {
        margin-bottom: 10px;
    }

    .btn-width {
        width: 300px !important;
    }

    .download-btn {
        width: 130px !important;
        margin-top: 5px !important;
        height: 50px !important;
    }

    .download-btn-list {
        width: 130px !important;
    }

    .docs-demo-device>figure {
        width: 250px !important;
        padding-bottom: 540px !important;
    }

    .desktop-btns {
        display: none !important;
    }

    .mbl-btns {
        display: block !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 900px) {
    .docs-demo-device>figure {
        width: 280px !important;
        padding-bottom: 600px !important;
    }

    .desktop-btns {
        display: none !important;
    }

    .mbl-btns {
        display: block !important;
    }
}

@media (max-width: 350px) {
    .link-list {
        width: 200px !important;
    }

    .desktop-btns {
        display: none !important;
    }

    .mbl-btns {
        display: block !important;
    }
}

@media (max-width :320px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .desktop-btns {
        display: none !important;
    }

    .mbl-btns {
        display: block !important;
    }
}

@media(min-width:1200px) {
    .card-header {
        width: 1300px;
    }

    .desktop-btns {
        display: block !important;
    }

    .mbl-btns {
        display: none !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 765px) {
    /*                .row{flex-wrap:nowrap !important;}
                        .*/
}