@media (min-width: 2400px) {
    .container {
        width: 1920px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1320px) {
    .container {
        max-width: 1420px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1420px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 1024px) {
    #banner .sub-title {
        margin-top: 75px;
    }
    .text-swipe {
        right: 128px;
    }
    .usp-card h5 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #banner .sub-title {
        margin-top: 0px;
    }
    .text-swipe {
        right: 130px;
    }
    /* .signing-steps {
        padding: 0 0 20px;
    }
    .signing-steps .timeline {
        display: block;
        list-style: none;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 1em;
        overflow: auto;
    }
    .signing-steps .timeline-zap {
        flex: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60%;
        border-radius: 50%;
        border: 3px solid #DADFE2;
        height: 70px;
        width: 70px;
        margin: 0px;
        float: left;
    }
    .signing-steps .timeline-zap-no-icon {
        display: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%;
        border-radius: 50%;
        border: 3px solid #03A9F4;
        height: 70px;
        width: 70px;
        padding: 20px 0;
        margin: 0px;
        float: left;
    }
    .signing-steps .timeline-zap-no-icon i {
        color: #03A9F4;
        font-size: 26px;
    }
    .signing-steps .timeline-item-empty .timeline-zap {
        display: none
    }
    .signing-steps .timeline-item-empty .timeline-zap-no-icon {
        display: block
    }
    .signing-steps .timeline-item-empty .timeline-content,
    .signing-steps .timeline-item-empty .line {
        display: none
    }
    .signing-steps .timeline-item,
    .signing-steps .timeline-first {
        float: none;
        width: auto;
        position: relative;
        overflow: auto;
        padding: 15px;
    }
    .signing-steps .timeline-item-empty {
        float: none;
    }
    .signing-steps .timeline-item:nth-child(2n) {
        width: 100px;
        padding: 0px;
    }
    .signing-steps .timeline-content {
        margin-left: 12px;
        text-align: left;
        float: left;
        width: 72%;
    }
    .signing-steps .timeline-label {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #03A9F4;
        letter-spacing: 1px;
        line-height: normal;
        padding: 2px 0px;
        text-transform: uppercase;
        vertical-align: middle;
        margin: 0px 0px 5px;
    }
    .signing-steps .timeline-app {
        font-weight: 600;
    }
    .signing-steps .timeline-message {
        font-size: 14px;
        line-height: 18px;
        margin: 0px;
    }
    .signing-steps .timeline-connection {
        width: 100% !important;
    }
    .signing-steps .dots {
        display: none;
        padding: 0;
        margin: 0px;
        position: relative;
        top: auto;
        margin-left: 8px;
    }
    .signing-steps .dots-item {
        float: none !important;
        padding: 0px;
        margin: 0;
    }
    .signing-steps .timeline-item-empty .dots {
        display: block;
        color: #03A9F4;
    }
    .signing-steps .line {
        border: 2px solid #DADFE2;
        height: 30px;
        width: 0px;
        text-align: center;
        margin: 0px auto;
    }
    @keyframes blink {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    .signing-steps .blink-animation {
        animation-name: blink;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards
    }
    @keyframes line {
        from {
            height: 0;
            width: 0px;
        }
        to {
            height: 30px;
            width: 0px;
        }
    }
    .signing-steps .line-animation {
        animation-name: line;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    }
    @keyframes fade {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    .signing-steps .fade-animation {
        animation-name: fade;
        animation-duration: 1.3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    }
    @keyframes bounceIn {
        from,
        20%,
        40%,
        60%,
        80%,
        to {
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3)
        }
        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97)
        }
        to {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }
    .signing-steps .bounce-animation {
        animation-name: bounceIn;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    } */
}

@media (min-width: 576px) {}

@media (max-width: 480px) {
    .text-swipe {
        /* right: 122px; */
        right: 0px;
    }
    .display-1 {
        font-size: 2rem;
    }
    #banner h1 {
        line-height: 48px;
    }
    #banner .sub-title {
        /* padding-top: 50px; */
    }
    .usp-card {
        margin-bottom: 10px;
    }
    .player {
        width: 100px;
    }
    .card {
        margin-bottom: 10px;
    }
    .footer-secs h1 {
        font-size: 28px;
        line-height: 42px;
        padding: 5px 0 15px;
    }
    .usp-card h5 {
        font-size: 0.7rem;
    }
    .zustsign-landing-usp .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .zustsign-landing-usp.pb-50 {
        padding-bottom: 15px;
    }
    .display-2 {
        font-size: 1.75rem;
    }
    .display-3 {
        font-size: 1.5rem;
    }
    .landing-video {
        width: 400px;
        height: 200px;
    }
}

@media (max-width: 420px) {
    .text-swipe {
        right: 100px;
    }
    .display-1 {
        font-size: 1.45rem;
    }
    #banner h1 {
        line-height: 48px;
    }
    .landing-video {
        width: 380px;
        height: 180px;
    }
}

@media (max-width: 380px) {
    .text-swipe {
        right: 60px;
    }
    .display-1 {
        font-size: 1.45rem;
    }
    #banner h1 {
        line-height: 48px;
    }
    .landing-video {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 320px) {
    .text-swipe {
        /* right: 17px; */
        right: 10px;
    }
    .landing-video {
        width: 100%;
        height: 100%;
    }
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/


/* Set width to make card deck cards 100% width */

@media (max-width: 950px) {}

input,
label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #39b54a;
    -webkit-transition: 0.4s;
    /* box-shadow: 2px 6px 25px #1e2321; */
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #39b54a;
}

input:focus+.slider {
    box-shadow: 0 0 1px #39b54a;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.customer-support::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 15vh;
    right: -80px;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    background-color: #ffca00;
}

.talk-to-us::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -15vh;
    left: -80px;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    background-color: #ff6400;
}

.illustrations-group .illustrations-group__background {
    left: 48px!important;
    width: 432px;
    height: 488px;
}

.illustrations-group .illustrations-group__circle {
    bottom: 100px;
    right: 20px;
    width: 90px;
    height: 90px;
}

.illustrations-group .illustrations-group__screen-1 {
    bottom: 28px;
    left: 0;
}

.signing-steps ul {
    list-style-type: square;
    list-style-position: inside;
}

.signing-steps ul li {
    padding-bottom: 10px;
    line-height: normal;
}

.signing-steps .timeline-zap {
    flex: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 50%;
    border: 3px solid rgba(255, 100, 0, 0.3) !important;
    height: 70px;
    width: 70px;
    margin: 0px auto;
}

.signing-steps .timeline-item,
.signing-steps .timeline-first {
    float: left;
    width: 200px;
    text-align: center
}

.signing-steps .dots-item {
    float: left !important;
    padding: 5px 0px;
}

@media screen and (max-width: 750px) {
    .signing-steps .zap-content {
        margin-bottom: 2.5em;
        width: 100%
    }
    .signing-steps .zap-content:last-child {
        margin-bottom: 0
    }
}

.signing-steps {
    /* padding: 0 0 20px; */
}

.signing-steps .timeline {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 15px 20px 0px 20px;
    /* margin-bottom: 1em; */
    overflow: auto;
}

.signing-steps .timeline-zap {
    flex: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 50%;
    border: 3px solid rgba(255, 100, 0, 0.3) !important;
    ;
    height: 70px;
    width: 70px;
    margin: 0px auto;
}

.signing-steps .timeline-zap-no-icon {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255, 100, 0, 0.3) !important;
    ;
    height: 70px;
    width: 70px;
    padding: 20px 0;
    margin: 0px auto;
}

.signing-steps .timeline-zap-no-icon i {
    color: rgba(255, 100, 0, 0.3) !important;
    ;
    font-size: 26px;
}

.signing-steps .timeline-item-empty .timeline-zap {
    display: none
}

.signing-steps .timeline-item-empty .timeline-zap-no-icon {
    display: block
}

.signing-steps .timeline-item-empty .timeline-content,
.signing-steps .timeline-item-empty .line {
    display: none
}

.signing-steps .timeline-item,
.signing-steps .timeline-first {
    float: left;
    width: 200px;
    text-align: center;
}

.signing-steps .timeline-item:nth-child(2n) {
    width: 50px;
}

.signing-steps .timeline-label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    color: rgb(255, 100, 0) !important;
    letter-spacing: 1px;
    line-height: normal;
    padding: 2px 0px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 10px 0px 5px;
}

.signing-steps .timeline-app {
    font-weight: 600
}

.signing-steps .timeline-message {
    font-size: 16px;
    padding-top: 15px;
    line-height: 24px;
    margin: 0px;
    color: #182027;
    /* color: rgb(255, 100, 0) !important; */
}

.signing-steps .timeline-connection {
    width: 50px;
}

.signing-steps .dots {
    display: none;
    padding: 0;
    margin: 0px auto;
    position: absolute;
    top: 38px;
}

.signing-steps .dots-item {
    float: left !important;
    padding: 5px 0px;
}

.signing-steps .timeline-item-empty .dots {
    display: block;
    color: rgba(255, 100, 0, 0.3) !important;
    ;
}

.signing-steps .line {
    border: 2px solid rgba(255, 100, 0, 0.3) !important;
    ;
    width: 100%;
    text-align: center;
    margin: 35px 0px;
}

@keyframes blink {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.signing-steps .blink-animation {
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

@keyframes line {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.signing-steps .line-animation {
    animation-name: line;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.signing-steps .fade-animation {
    animation-name: fade;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.signing-steps .bounce-animation {
    animation-name: bounceIn;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.signing-steps .timeline-item .timeline-zap.img1 {
    background-image: url("../images/resources/icons/enterprises.svg");
}

.signing-steps .timeline-item .timeline-zap.img2 {
    background-image: url("../images/resources/icons/enterprises.svg");
}

.signing-steps .timeline-item .timeline-zap.img3 {
    background-image: url("../images/resources/icons/enterprises.svg");
}

.bg-section {
    /* background: linear-gradient( 225deg, #1623A6 0%, #3343D4 29%, #175EAC 73%, #176682 100%); */
    /* background-color: #008be7; */
    /* background: linear-gradient( 180deg, #fdfaf2, #ffe3ac); */
    /* margin: 30px 0px 0px; */
    /* padding: 0px 0px 20px; */
    background-color: #edefff;
}


/* .iconDetails {
    float: left;
    height: 80px;
    width: 80px;
}

.container2 {
    width: 100%;
    height: auto;
} */

.text-navyblue {
    color: #36318c;
    text-shadow: 10px 10px 30px rgb(54 49 140 / 30%);
}

.wave-top {
    background-color: #edefff;
}