.flextouch-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-height: 100vh;
}
.flextouch-wrapper > div {
    width: 50%;
    flex-grow: 1;
}
.flextouch-left {
    background: #e9f3fd;
    /* background-image: url("../img/video.png"); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flextouch-right-body {
    min-height: calc(100vh - 35px);
    width: 100%;
    padding: 100px 50px 100px;
    place-items: center;
    display: flex;
}
.flextouch-logo img {
    width: 45px;
}
.flextouch-title {
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 15px;
}
.flextouch-input-group {
    min-width: auto;
    max-width: 430px;
}
.flextouch-input-group input {
    background: #fff;
    width: 100%;
    padding: 8px 17px;
    border-radius: 6px;
    color: #000;
    font-size: 20px;
    margin-right: 10px;
    width: 100%;
}
.send-btn {
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    line-height: 1;
    padding: 7px 29px;
    background: #04b4dd;
}
.send-btn:hover {
    background: #07a4c8;
}
.send-btn:hover:active {
    opacity: 0.7;
}
.alert-text {
    color: #fff;
    font-size: 15px;
    margin-top: 12px;
}
.flextouch-right-center {
    width: 100%;
}
.flextouch-center {
    padding: 0 50px;
    width: 100%;
}
.flextouch-center video {
    width: 100%;
    height: auto;
}
.video-container {
    position: relative;
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #005bda;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 17px;
}
.video-btn:hover {
    background: #0852b8;
}
.video-btn:active {
    background: #0852b8;
    opacity: 0.7;
}
.video-container:hover .video-btn {
    opacity: 1;
}
.video-container.active .video-btn {
    opacity: 0;
}
.video-container.active:hover .video-btn {
    opacity: 1;
}

/* Refrences */
.ref-bg-title,
.ref-sub-title,
.ref-text {
    color: #fff;
    line-height: 1;
}
.ref-bg-title {
    font-size: 37px;
    font-weight: bold;
}
.ref-sub-title {
    font-size: 26px;
    margin: 14px 0;
}
.ref-text {
    opacity: 1;
    font-size: 13px;
    line-height: 1.2;
    overflow-y: auto;
    height: 100%;
    padding-right: 25px;
    position: relative;
    color: #eaeaea;
}
.ref-text .text {
    font-size: 15px;
    line-height: 1.4;
}
.ref-center {
    height: 71vh;
    position: relative;
}
.ref-serial {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    bottom: 0; /*bottom: -15px;*/
    right: 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.flextouch-right-body {
    padding-top: 80px;
    padding-bottom: 50px;
}
/* Refrences */

.ref-bg {
    background-size: cover;
    background-position: center;
}
.special-words {
    color: #fff;
    font-weight: bold;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .video-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 410px) and (max-width: 767.98px) {
    .flextouch-center {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .fl-page {
        height: auto !important;
    }
}

/* Extra small devices (portrait phones, less than 767px) */
@media (max-width: 767.98px) {
    .flextouch-wrapper {
        /* display: block; */
        padding-top: 53px;
    }
    .flextouch-wrapper > div {
        width: 100%;
    }
    .flextouch-left {
        height: 200px;
    }
    .flextouch-right {
        min-height: calc(100vh - 280px);
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: column;
    }
    .flextouch-right-body {
        padding: 50px 15px;
        flex-grow: 1;
        min-height: auto;
    }
    .flextouch-title {
        font-size: 30px;
    }
    .flextouch-input-group {
        min-width: auto;
    }
    .flextouch-logo img {
        width: 34px;
    }
    .flextouch-input-group input {
        padding: 8px 17px;
        font-size: 18px;
    }
    .ref-center {
        height: 42vh;
    }
    .ref-text {
        height: 93%;
    }
    .ref-body {
        padding: 20px 15px;
    }
    .ref-bg-title {
        font-size: 33px;
    }
    .ref-sub-title {
        font-size: 16px;
        margin: 15px 0;
    }
    .ref-serial {
        font-size: 10px;
        bottom: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .flextouch-right-body {
        padding: 70px 30px 100px;
        padding-bottom: 60px;
    }
    .flextouch-input-group input {
        font-size: 18px;
    }
    .flextouch-right-center {
        width: 100%;
    }
    .flextouch-input-group {
        min-width: 100%;
    }
    .ref-center {
        height: 68vh;
    }
    .flextouch-right-body {
        padding-bottom: 50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ref-center {
        height: 70vh;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .ref-center {
        height: 70vh;
    }
}
@media (min-width: 1400px) {
    .flextouch-input-group {
        max-width: 530px;
    }
}
