@charset "utf-8";
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(../fonts/roboto/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-BlackItalic.woff2) format("woff2"), url(../fonts/roboto/Roboto-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Italic.woff2) format("woff2"), url(../fonts/roboto/Roboto-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Black.woff2) format("woff2"), url(../fonts/roboto/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-BoldItalic.woff2) format("woff2"), url(../fonts/roboto/Roboto-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(../fonts/roboto/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(../fonts/roboto/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Light.woff2) format("woff2"), url(../fonts/roboto/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(../fonts/roboto/Roboto-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-ThinItalic.woff2) format("woff2"), url(../fonts/roboto/Roboto-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-LightItalic.woff2) format("woff2"), url(../fonts/roboto/Roboto-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-MediumItalic.woff2) format("woff2"), url(../fonts/roboto/Roboto-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: #202020;
    font-size: 14px;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
a:focus {
    outline: 0;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: normal;
}
.btn {
    transition: all 0.4s ease-in-out;
}
a {
    color: #1d1d1d;
    transition: all 0.3s ease;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #f99f1b;
}
input:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
label {
    font-weight: 500;
}
b,
strong {
    font-weight: 600;
}
textarea {
    resize: none;
}
.container {
    width: 1200px;
}
.pn {
    padding: 0 !important;
}
.mn {
    margin: 0 !important;
}
.mbn {
    margin-bottom: 0 !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mt-auto {
    margin-top: auto !important;
}
.d-flex {
    display: flex;
}
.pl-6{
    padding-left: 6px;
}
.pr-0{
    padding-right: 0;
}
.pr-30{
    padding-right: 30px;
}
.pl-30{
    padding-left: 30px;
}
.pl-0{
    padding-left: 0;
}
.mw-320{
    max-width: 320px;
}
.img-block {
    display: block;
    margin: 0 auto;
}
#loader {
    background: #000 url(../images/loader.svg) no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.btn-default {
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    font-weight: 500;
    background: #f8f8f8;
    border-radius: 5px;
    border: none;
    min-width: 165px;
    padding: 10px 16px;
}
.btn-default:active,
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover {
    box-shadow: 0 4px 5px #cbcbcb;
    background: #f8f8f8;
}
.btn-theme {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(115.78deg, #f99f1b 17.31%, #fc631c 98.76%);
    border-radius: 5px;
    border: none;
    min-width: 165px;
    padding: 10px 16px;
}
.btn-theme:active,
.btn-theme:focus,
.btn-theme:focus:active,
.btn-theme:hover {
    box-shadow: 0 4px 10px #f99f1b;
    color: #fff;
    background: linear-gradient(115.78deg, #f99f1b 17.31%, #fc631c 98.76%);
}
.btn-default-dark {
    font-size: 14px;
    line-height: 24px;
    color: #3c3c3c;
    font-weight: 700;
    background: rgba(226, 226, 226, 0.8);
    border-radius: 5px;
    border: none;
    min-width: 124px;
    padding: 3px 12px;
}
.menu-panel.panel-active {
    right: 0;
    opacity: 1;
    z-index: 991;
}
.btn-default-dark:active,
.btn-default-dark:focus,
.btn-default-dark:focus:active,
.btn-default-dark:hover {
    box-shadow: none;
    background: #f99f1b;
    color: #fff;
}
.btn-yellow,
.btn-yellow:focus,
.btn-yellow:hover {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #f99f1b;
    padding: 15px 12px;
    min-width: 186px;
}
.btn-yellow.active {
    box-shadow: none;
    background: #f99f1b;
    color: #fff;
}
.btn-load {
    position: relative;
    overflow: hidden;
    user-select: none;
    font-size: 0;
    pointer-events: none;
}
.btn-load:before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn-load:after {
    content: "";
    background-image: url(../images/btn-loader.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.captcha_note {
    text-align: center;
    font-size: 16px;
}
.custom-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
}
.title-info {
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    color: #000;
}
.sm-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 64px;
    color: #000;
    text-align: center;
    margin: 0 0 11px 0;
    position: relative;
}
.sm-subtitle{
    font-size: 18px;
    color: #5A5A5A;
    text-align: center;
    font-weight: normal;
}
.lg-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 80px;
    color: #000;
    text-align: center;
    margin: 0 0 5px 0;
    position: relative;
}
.ft-text {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    color: #000;
    margin: 0;
}
.main_wrapper {
    padding: 90px 0;
}
.pt-90 {
    padding: 90px 0;
}
.custome_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reel-vid-item {
    display: none;
}
.popup_video {
    display: none;
    padding: 30px 30px 60px 30px;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .popup_video.p-0{
        height: 230px;
        max-width: 90%;
        margin: auto;
    }
}
.popup_video.p-0{
    padding: 0;
}
.popup_video video {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.available-devices .ipad img {
    width: 150px;
}
.header {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* padding: 0 20px; */
    height: 75px;
    z-index: 20;
    transition: top 0.4s ease-in-out;
}
.free-trial-banner{
    height: 62px;
    background: #F99F1B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.free-trial-banner .container{
    justify-content: center;
}
.free-trial-banner p{
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 60px;
}
.free-trial-banner .btn-default-yellow{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #ffffff;
    font-weight: 400;
    min-width: 152px;
    padding: 4px 12px;
    display: flex;
    justify-content: center;
}
.free-trial-banner .btn-default-yellow img{
    margin-left: 5px;
}
.free-trial-banner .btn-default-yellow:hover{
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .header {
        backdrop-filter: blur(80px);
        -webkit-backdrop-filter: blur(80px);
        background: rgba(255, 255, 255, 0.6);
    }
}
.header .container {
    /* padding: 0; */
    display: flex;
    align-items: center;
    height: 100%;
}
.header .brand img {
    max-width: 348px;
    display: block;
}
.header .menu-left {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .menu-left .subscribe-btn {
    margin-right: 37px;
}
.header .menu-left .subscribe-btn .btn {
    padding: 5px 12px;
}
.header .menu-left .menu-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    align-items: center;
}
.header .menu-left .menu-btn a span {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.7px;
}
.header .menu-left .menu-btn a i {
    font-size: 36px;
    display: inline-flex;
    margin-left: 12px;
}
.header.header-active {
    top: 0;
}
.menu-overlay {
    background: linear-gradient(269.4deg, rgba(0, 0, 0, 0.3) 100.54%, rgba(0, 0, 0, 0.063) 101.74%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.menu-panel {
    background-image: url(../images/sidebar_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    position: fixed;
    right: -500px;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.speak-panel-box .prn {
    padding-right: 0;
}
.cust-select .btn,
.cust-select .btn:focus,
.cust-select .btn:hover {
    outline: 0 !important;
    min-width: inherit;
    background-color: #efefef !important;
    box-shadow: none;
    color: #000 !important;
}
.cust-select .btn {
    padding: 13px 12px;
    height: 44px;
}
.cust-select .caret {
    border-top-color: #f99f1b;
    border-width: 5px;
    border-bottom-color: #f99f1b;
}
.cust-select .dropdown-menu {
    min-width: inherit;
    width: 100%;
}
.cust-select .dropdown-menu .dropdown-menu {
    background-color: transparent;
    backdrop-filter: none;
}
.cust-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;
}
.cust-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}
.cust-select .dropdown-menu .active a {
    color: #f99f1b;
}
.cust-select .dropdown-menu li:not(:last-child) {
    margin-bottom: 14px;
}
.fw500 {
    font-weight: 500;
}
.text-muted {
    color: #969696;
}
.form-half-btn {
    position: absolute;
    bottom: -23px;
    padding: 0 86px;
    left: 15px;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-half-btn-new{
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 3rem 0.5rem;
    width: 100%;

}
.form-half-btn-new .btn-default{
    background-color: #D0D0D0;
}
.form-half-btn-new .btn{
    margin: 0 15px;
}
.form-half-btn .btn-default {
    background-color: #d0d0d0;
    color: #fff;
}
.form-half-btn .btn-theme {
    min-width: 172px;
}
.card-element-ready .form-control{
    padding: 12px 18px;
}
.cc-placeholder-added {
    position: relative;
}
.cc-placeholder-added .form-control {
    padding-right: 60px;
}
.cc-placeholder-added .cc-placeholder {
    width: 44px;
    height: 30px;
    background-image: url(../images/cc-payment.png);
    position: absolute;
    right: 5px;
    top: 38px;
    background-repeat: no-repeat;
    background-size: 204px 30px;
    pointer-events: none;
    transition: background-position 0.4s ease-in-out;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-visa"] {
    background-position: 0 0;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-mc"] {
    background-position: -54px 0;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-ae"] {
    background-position: -108px 0;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-dc"] {
    background-position: -161px 0;
}
.cc-placeholder-added .cc-placeholder[data-type="none"] {
    background-image: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
body.panel-open {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.menu-panel .menu-head {
    padding: 45px 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-panel .menu-head .social-item {
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.menu-panel .menu-head .social-item li {
    display: block;
    margin-left: 35px;
}
.menu-panel .menu-head .social-item li:first-child {
    margin-left: 0;
}
.menu-panel .menu-head .social-item li a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 17px;
}
.menu-panel .menu-head .social-item li a i {
    font-size: 24px;
    line-height: 24px;
    display: inline-flex;
    color: #fff;
    transition: all 0.2s ease;
}
.menu-panel .menu-head .social-item li a:hover i {
    color: #f99f1b;
}
.subscribe-step-box .panel.subscribe-step-prd {
    padding: 40px 65px 18px 65px;
    margin-bottom: 12px;
    min-height: auto;
}
.subscribe-step-box .panel.subscribe-step-promo {
    padding: 23px 65px;
    margin-bottom: 0;
    min-height: auto;
}
.subscribe-step-box .panel.subscribe-step-promo .d-flex {
    align-items: center;
}
.promo_code_error {
    color: red;
    font-size: 13px;
    margin-bottom: 5px;
}
.subscribe-step-box .panel.subscribe-step-payment {
    padding: 54px 46px 40px 52px;
    margin-bottom: 0;
}
.subscribe-step-box .panel.subscribe-step-payment .form-group {
    margin-bottom: 17px;
}
.subscribe-step-box .panel.subscribe-step-prd .form-head {
    margin-bottom: 28px;
    text-align: left;
}
.subscribe-step-prd ul {
    margin: 0;
    padding: 0 0 5px 0;
    list-style: none;
    border-bottom: 1px solid #cbcbcb;
    color: #000;
}
.subscribe-step-prd ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
.subscribe-step-prd .ssp-name {
    font-size: 16px;
    line-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
}
.subscribe-step-prd .ssp-name .wr-help {
    margin: 0 19px 0 14px;
    font-size: 14px;
}
.subscribe-step-prd .ssp-name .cust-check-input .chk-rd-item {
    margin: 0;
    position: relative;
    top: -2px;
    user-select: none;
}
.subscribe-step-prd .ssp-price {
    display: flex;
    align-items: flex-start;
}
.subscribe-step-prd .ssp-price .ssp-price-off {
    margin-right: 12px;
}
.subscribe-step-prd .ssp-price .ssp-price-off span {
    background: #f99f1b;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: normal;
}
.subscribe-step-prd .ssp-price .ssp-price-final {
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
}
.subscribe-step-prd .ssp-price .ssp-price-final del {
    display: block;
    color: #969696;
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    line-height: 14px;
    text-decoration: none;
    position: relative;
}
.subscribe-step-prd .ssp-price .ssp-price-final del > b {
    font-weight: 300;
    position: relative;
}
.subscribe-step-prd .ssp-price .ssp-price-final del > b:before {
    content: "";
    background-color: #969696;
    height: 1px;
    width: 100%;
    position: absolute;
    transform: rotate(15deg);
    top: 8px;
    pointer-events: none;
}
.subscribe-step-prd .ssp-subscription {
    margin-bottom: 21px;
}
.plan_cycle_section input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    /*    accent-color: #bf7d06;    */
    height: 12px;
    width: 12px;
    border: 2px solid #F99F1B;
    background: transparent;
    border-radius: 50%;
    outline: none!important;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.plan_cycle_section input[type=radio]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.plan_cycle_section input[type=radio]::after {
    position: relative;
    width: 5px;
    height: 5px;
    background: transparent;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50%, -50%);
}

.plan_cycle_section input[type=radio]::before, .plan_cycle_section input[type=radio]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}

.plan_cycle_section input[type=radio]:checked::after {
      background: #F99F1B;
}

.plan_cycle_section .ssp-name{
    padding-right: 15px;
    white-space: nowrap;
}
.plan_cycle_section  .ssp-price{
    min-width: 120px;
    justify-content: end;
}
.ssp-plan-list{
    width: 50%;
    flex-grow: 1;
}
.ssp-subscription .ssp-planname{
    font-size: 12px;
    line-height: normal;

}
.subscribe-step-prd .ssp-hardware {
    margin-bottom: 18px;
    border-bottom: 2px dashed #878787;
    padding-bottom: 20px;
}
.subscribe-step-prd .ssp-hardware > li {
    margin-bottom: 15px;
}
.subscribe-step-prd .table {
    margin: 0;
}
.subscribe-step-prd .table td {
    border-top: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 2px 8px;
    text-align: right;
}
.subscribe-step-prd .table tfoot td {
    font-size: 18px;
    padding: 4px 8px;
    position: relative;
}
.subscribe-step-prd .table tfoot td.price-loader:after {
    content: "";
    height: 28px;
    width: 28px;
    position: absolute;
    right: -28px;
    background-color: #1d1d1d;
    background-image: url(../images/btn-loader.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    top: 0;
    border-radius: 4px;
}
.billing-address-group {
    margin: 24px 0 20px 38px;
}
.subscribe-step-box .panel.subscribe-step-payment .form-half-btn {
    bottom: -20px;
    padding: 0 77px;
    left: 13px;
}
.subscribe-step-box .panel.subscribe-step-promo .form-head {
    margin-bottom: 7px;
    text-align: left;
    font-size: 18px;
    margin-right: 15px;
}
.subscribe-step-promo .promo-box {
    position: relative;
}
.subscribe-step-promo .promo-box .promo-input {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 8px;
}
.subscribe-step-promo .promo-box .promo-input .form-control {
    max-width: 245px;
    flex: 0 0 245px;
    margin-right: 18px;
        height: 36px;
        padding: 5px 15px;
}
.subscribe-step-promo .promo-box .promo-input .btn {
    max-width: 110px;
    flex: 0 0 110px;
    min-width: auto;
    height: 36px;
    padding: 5px 15px;
}
.subscribe-step-promo .promo-box .promo-apply {
    display: flex;
    align-items: center;
}
.subscribe-step-promo .promo-box .promo-apply p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0 11px 0 0;
}
.subscribe-step-promo .promo-box .promo-apply span {
    background: #53de50;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 3px 11px;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
}
.subscribe-step-promo .promo-box .promo-apply a {
    margin: 0 0 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.ssp-name .cust-select {
    width: 50px !important;
}
.ssp-name .cust-select .btn-default {
    padding: 2px 10px;
    font-weight: 400;
    font-size: 14px;
}
.ssp-name .cust-select .dropdown-menu {
    padding: 4px 2px;
}
.ssp-name .cust-select .dropdown-menu li {
    justify-content: center;
}
.subscribe-step-box .panel.subscribe-step-payment .form-head {
    margin-bottom: 18px;
}
.subscribe-step-box .panel.subscribe-step-payment .ssp-cc-img {
    margin: 0 auto 38px;
    display: block;
    max-width: 231px;
}
.country_dropdown .dropdown-menu li:nth-child(7) span:empty {
    border-bottom: 1px solid #d0d0d0;
    height: 1px;
    width: 100%;
    margin-bottom: 5px;
}
.menu-panel .menu-head .menu-panel-close a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.menu-panel .menu-head .menu-panel-close a span {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.7px;
}
.menu-panel .menu-head .menu-panel-close a i {
    font-size: 30px;
    display: inline-flex;
    margin-left: 15px;
    line-height: 30px;
}
.menu-panel .menu-content {
    padding: 60px;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 0;
    display: flex;
    justify-content: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow-y: auto;
}
.menu-panel .menu-content .menu_section{
	margin-bottom: 50px;
	padding-right:15px;
	border-right: 3px solid #f99f1b;
}
.menu-panel .menu-content .menu_content_section li a {
    font-size: 18px;
}
.menu-panel .menu-content .menu_section:nth-child(2){
	border-color: #626262;
}
.menu-panel .menu-content ul {
    display: block;
    list-style: none;
    margin-top: 15px;
}
.menu-panel .menu-content ul li {
    text-align: right;
}
.menu-panel .menu-content ul li a {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #fff;
}
.menu-panel .menu-content ul li.active a {
    color: #f99f1b;
}
.menu-panel .menu-content ul li a:hover {
    color: #f99f1b;
}
.menu-panel .menu-content ul li.menu-divider {
    height: 30px;
}
.menu-panel .menu-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0;
}
.menu-panel .menu-content::-webkit-scrollbar-thumb {
    background: 0 0;
}
.menu-panel.panel-active .menu-head .menu-panel-close {
    animation-name: MenuInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.4s;
}
.menu-panel.panel-active .menu-head .social-item {
    animation-name: MenuInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}
.menu-panel.panel-active .menu-content ul li {
    animation-name: MenuInRight;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.menu-panel.panel-active .menu-content ul li:nth-child(2) {
    animation-delay: 50ms;
}
.menu-panel.panel-active .menu-content ul li:nth-child(3) {
    animation-delay: 0.1s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(4) {
    animation-delay: 0.15s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(6) {
    animation-delay: 0.2s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(7) {
    animation-delay: 0.25s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(9) {
    animation-delay: 0.3s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(11) {
    animation-delay: 0.35s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(12) {
    animation-delay: 0.4s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(14) {
    animation-delay: 0.45s;
}
.menu-panel.panel-active .menu-content ul li:nth-child(15) {
    animation-delay: 0.5s;
}
@keyframes MenuInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.home-hero {
    position: relative;
    width: 100%;
}
.home-hero .hero-video {
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.home-hero .hero-video video {
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: block;
    object-fit: cover;
}
.home-hero .hero-vid-controls {
    position: sticky;
    bottom: 96px;
    padding-right: 56px;
    text-align: right;
    z-index: 9;
}
.home-hero .hero-vid-controls a {
    color: #fff;
    margin-left: 25px;
}
.home-hero .hero-vid-controls a i {
    font-size: 24px;
    line-height: 24px;
}
.home-hero .hero-content {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
}
.home-hero .hero-content h1 {
    font-weight: 700;
    font-size: 68px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin: 0 0 35px 0;
}
.home-hero .hero-content .hero-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-button .hero-button-swip {
    position: relative;
    transition: width 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-button .hero-button-swip > a {
    margin: 0 15px;
    /* opacity: 0;
    transition: opacity 0.4s 0.25s ease-in-out, transform 0.8s ease-in-out; */
}
.hero-button .hero-button-swip > a:nth-child(1) {
    /* transform: translateX(calc(50% + 15px)); */
}
.hero-button .hero-button-swip > a:nth-child(2) {
    /* transform: translateX(calc(-50% - 15px)); */
}
.hero-button .hero-button-swip > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 165px;
    transition: all 0.4s 0.2s ease-in-out;
}
.hero-button .hero-button-swip:hover > a {
    /* transform: translateX(0); */
    /* opacity: 1;
    visibility: visible; */
}
.hero-button .hero-button-swip:hover > span {
    /* opacity: 0;
    visibility: hidden; */
}
.home-hero .hero-content-overlay {
    background: #161616;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-hero .hero-intro {
    position: relative;
    padding: 0 0 16% 0;
    margin-top: -100px;
}
.home-hero .hero-intro h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    margin: 0 0 70px;
    transform: translateY(80px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.home-hero .hero-intro h2.inactive {
    transform: translateY(80px);
    opacity: 0;
}
.home-hero .hero-intro h2.active {
    transform: translateY(0);
    opacity: 1;
}
.patient-journey {
    position: relative;
    overflow: hidden;
}
.patient-journey .sm-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 28px;
    color: #000;
    margin: 0 0 90px 0;
}
.patient-journey img {
    width: 50%;
}
.patient-journey p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 88px 0 0 0;
    text-align: center;
}
.patient-journey img.mobile {
    display: none;
}
.home-img-swiper {
    position: relative;
    height: 80vh;
}
.home-img-swiper .swiper-slide img {
    width: 100%;
    display: block;
}
.home-img-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.6);
    width: 36px;
    border-radius: 0;
    height: 5px;
    margin: 0 10px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.home-img-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.7);
    width: 72px;
}
.available-devices {
    background: #fdfdfd;
    padding: 32px 0 53px 0;
}
.available-devices .devices-panel {
    background: #f5f5f5;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    position: relative;
    padding: 20px 44px 18px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
}
.available-devices .devices-panel .google img {
    max-width: 214px;
}
.available-devices .devices-panel .microsoft img {
    max-width: 213px;
}
.available-devices .devices-panel .android img {
    max-width: 166px;
}
.available-devices .devices-panel .ipad img {
    max-width: 200px;
}
.available-devices .devices-panel .appletvIcon img {
    max-width: 60px;
}
.available-devices .devices-panel .android {
    position: relative;
}
.available-devices .devices-panel a,
.available-devices .devices-panel img {
    display: block;
}
.chairside-section-main {
    position: relative;
    overflow: hidden;
}
.scene {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: block;
    padding: 0 15px;
    outline: 0;
}
.anim-scene.scene-on {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.anim-scene {
    z-index: 50;
    -webkit-transform: translateY(200vh) !important;
    transform: translateY(200vh) !important;
}
.chairside-section-main {
    position: relative;
    z-index: 19;
}
.inner_section {
    position: relative;
}
.chairside-section-main.active-on .anim-scene {
    position: fixed;
}
.chairside-section-main img {
    max-width: 100%;
}
.anim-scene.scene-on .inner_section {
    opacity: 1;
}
.anim-scene .inner_section {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}
.display_table {
    display: table;
    width: 100%;
}
.h-100 {
    height: 100vh;
}
.v_center {
    display: table-cell;
    vertical-align: middle;
}
.home-chairside-swiper {
    position: relative;
}
.chairside_nav_links {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.anchor-nav {
    list-style: none;
    max-width: 1170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #525252;
    position: relative;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .anchor-nav {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        background: rgba(10, 10, 10, 0.6);
    }
}
.anchor-nav::before {
    content: "";
    position: absolute;
    background: rgba(82, 82, 82, 0.6);
    border-radius: 1px;
    height: 7px;
    top: -7px;
    left: 0;
    width: 100%;
}
.anchor-nav li {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    position: relative;
}
.anchor-nav li.slide-active::before {
    content: "";
    position: absolute;
    background: #f99f1b;
    border-radius: 1px;
    height: 7px;
    top: -7px;
    left: 0;
    width: 100%;
}
.anchor-nav li:hover::before {
    content: "";
    position: absolute;
    background: #f99f1b;
    border-radius: 1px;
    height: 7px;
    top: -7px;
    left: 0;
    width: 100%;
}
.anchor-nav li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    display: block;
    padding: 9px 15px;
}
.home-chairside-swiper .chairside-bg-img {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-position: top;
    object-fit: cover;
}
.chairside-bg-mobile {
    display: none;
    max-width: 100%;
    width: 100%;
}
.chairside-section {
    position: relative;
}
.chairside-section.intro {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.chairside-section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #000;
    margin: 0;
}
.chairside-section .button-wrap {
    text-align: center;
    margin-top: 27px;
}
.chairside-section .chairside-section-body {
    position: relative;
    margin: 60px -15px 0 -15px;
}
.chairside-section .chairside-section-body ul.extensive-library-list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1180px;
}
.chairside-section .chairside-section-body ul.extensive-library-list li {
    display: block;
    margin-right: 68px;
    margin-bottom: 30px;
}
.chairside-section .chairside-section-body ul.extensive-library-list li:nth-child(4n) {
    margin-right: 0;
}
.chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img {
    height: 106px;
    width: 188px;
    overflow: hidden;
    border-radius: 5px;
}
.chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
    padding: 23px 20px 0 40px;
    position: relative;
}
.chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title:before {
    content: "\6e";
    font-family: waiting-room;
    position: absolute;
    left: 12px;
    font-size: 17px;
    line-height: 15px;
    top: 27px;
}
.chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title p {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    margin: 0;
    width: 128px;
    text-align: left;
}
.chairside-section .chairside-section-foot {
    text-align: center;
}
.chairside-section .chairside-section-foot .sm-title {
    font-weight: 700;
}
.chairside-section .chairside-section-body.multiple-devices-slide {
    margin-top: 130px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .googletv {
    width: 195px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .microsoft {
    width: 195px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .android {
    width: 152px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .ipad {
    width: 165px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-images-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img {
    display: block;
    max-width: 100%;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-images-list .android-tv {
    max-width: 324px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-images-list .pc {
    max-width: 312px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-images-list .tablet {
    max-width: 148px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-images-list .ipad {
    max-width: 148px;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type {
    margin-top: 148px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    backdrop-filter: blur(9px);
    width: 241.55px;
    height: 72.28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a img {
    display: block;
    max-width: 100%;
}
.chairside-section .chairside-section-body.multilingual-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list {
    background: #3c3c3c;
    border-radius: 19px;
    width: 242px;
    margin-right: -32px;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list.mobile {
    display: none;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul {
    margin: 0;
    padding: 30px 67px 24px 56px;
    position: relative;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li {
    display: block;
    position: relative;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li:not(:last-child) {
    margin-bottom: 14px;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li:not(:last-child):after {
    content: "";
    background-color: #8b8b8b;
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -6px;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li a.active,
.chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li a:hover {
    color: #f99f1b;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-preview {
    position: relative;
    z-index: 1;
    width: 790px;
    height: 449px;
}
.chairside-section .chairside-section-body.multilingual-slide .multilingual-preview img {
    max-width: 100%;
}
.home-chairside-swiper .cs-swiper-chairside-nav {
    position: absolute;
    height: 61px;
    width: 1180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 2;
}
.home-chairside-swiper .cs-swiper-chairside-nav ul {
    margin: 0;
    padding: 9px 99px 10px 75px;
    list-style: none;
    background: rgba(82, 82, 82, 0.6);
    backdrop-filter: blur(20px);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-chairside-swiper .cs-swiper-chairside-nav ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    user-select: none;
    cursor: pointer;
}
.home-chairside-swiper .cs-swiper-chairside-nav .swiper-scrollbar {
    background: rgba(139, 139, 139, 0.6);
    border-radius: 1px;
    height: 7px;
}
.home-chairside-swiper .cs-swiper-chairside-nav .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 1px;
    background: #f99f1b;
}
.amazing-features {
    position: relative;
}
.amazing-features .sm-title {
    font-weight: 700;
    font-size: 30px;
}
.amazing-features .features-list {
    margin-top: 100px;
}
.amazing-features .features-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.amazing-features .features-list ul li {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 85px;
}
.amazing-features .features-list ul li img {
    width: 60px;
    display: block;
    height: 45px;
    object-fit: contain;
}
.amazing-features .features-list ul li p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 15px 0 0 0;
    text-align: center;
}
.video-wrapper {
    position: relative;
    height: 100vh;
}
.waiting-vid-poster .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.video-wrapper.waiting-vid-poster {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    height: auto;
}
.waiting-vid-poster .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.video-wrapper.operatory-vid-wrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
}
.video-wrapper .waiting-vid-poster.mobile {
    display: none;
}
.video-wrapper .operatory-vid-poster.mobile {
    display: none;
}
.video-wrapper .video-wrapper-head {
    max-width: 1180px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    top: 17%;
}
.video-wrapper.operatory-vid-wrap .video-wrapper-head {
    top: 62px;
}
.video-wrapper .video-wrapper-head .sm-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    margin: 0;
}
.video-wrapper .video-wrapper-head p {
    font-weight: 400;
    font-size: 24px;
    line-height: 54px;
    color: #000;
    margin: 0;
}
.video-wrapper .video-wrapper-box {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.video-wrapper .video-wrapper-box video {
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: block;
    object-fit: cover;
}
.video-wrapper .video-wrapper-box .video-wrapper-controls {
    position: absolute;
    bottom: 70px;
    right: 80px;
}
.video-wrapper .video-wrapper-box .video-wrapper-controls a {
    color: #282829;
    margin-left: 25px;
}
.video-wrapper .video-wrapper-box .video-wrapper-controls a i {
    font-size: 24px;
    line-height: 24px;
}
#video-controls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
#video-controls i {
    font-size: 24px;
    color: #fff;
    padding: 0 15px;
}
#video-controls .progress {
    width: 100%;
}
#video-controls label {
    color: #fff;
    padding: 0 25px;
    margin-bottom: 0;
}
.progress {
    margin: 0;
    height: 3px;
    max-width: 675px;
}
.video-wrap-full-screen img {
    max-width: 100%;
}
progress[value] {
    appearance: none;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    color: #1e90ff;
    display: inline;
    height: 3px;
    order: 1;
    position: relative;
    width: 100%;
}
#custom-seekbar {
    cursor: pointer;
    height: 3px;
    overflow: hidden;
    position: relative;
    width: 675px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
#custom-seekbar span {
    background-color: #009fdf;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
}
progress[value]::-webkit-progress-value {
    background-color: #009fdf;
    border-radius: 3px;
    position: relative;
}
progress[value]::-moz-progress-bar {
    background-color: #009fdf;
    border-radius: 3px;
    position: relative;
}
.overview-wrap {
    background-color: #f9f8f8;
    position: relative;
}
.overview-wrap .sm-title {
    font-size: 38px;
    color: #000;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}
.overview-wrap h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    margin: 0;
    text-align: center;
}
.overview-wrap .ow-features-box {
    position: relative;
    margin: 41px -15px 41px -15px;
    background: #fff;
    border-radius: 5px;
    padding: 40px 50px;
}
.overview-wrap .ow-features-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.overview-wrap .ow-features-box ul li {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-end;
    margin-top: 50px;
}
.overview-wrap .ow-features-box ul li img {
    max-width: 100%;
    display: block;
    width: 62px;
    height: 40px;
    object-fit: contain;
}
.overview-wrap .ow-features-box ul li p {
    font-size: 15px;
    line-height: 40px;
    color: #000;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.overview-wrap .ow-video-box {
    position: relative;
    margin: 0 -15px;
    background: #fff;
    border-radius: 5px;
    padding: 39px 66px 71px;
}
.overview-wrap .ow-video-box ul {
    margin: 46px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
}
.overview-wrap .ow-video-box ul li {
    position: relative;
    height: 87px;
    width: 146px;
    border-radius: 5px;
    overflow: hidden;
}
.overview-wrap .ow-video-box ul li img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.overview-wrap .ow-video-box ul li .ow-vid-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview-wrap .ow-video-box ul li .ow-vid-overlay p {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    margin: 0;
}
.video-content-wrap {
    background: #f9f8f8;
    position: relative;
}
.video-content-wrap .sm-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 16px;
}
.video-content-wrap .ft-text {
    line-height: 64px;
}
.video-content-wrap .video-content-type {
    position: relative;
    margin: 68px 0 15px 0;
}
.video-content-wrap .video-content-type ul {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.video-content-wrap .video-content-type ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 44px;
}
.video-content-wrap .video-content-type ul li img {
    width: 244px;
    display: block;
    height: 140px;
    border-radius: 5px;
}
.video-content-wrap .video-content-type ul li p {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    margin: 8px 0 0 0;
    text-align: center;
    font-weight: 700;
}
.video-content-wrap.something-everyone {
    background: #f8f8f8;
    padding: 164px 0 183px 0;
}
.video-content-wrap.something-everyone .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 24px;
}
.video-content-wrap.something-everyone .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
}
.web-player-box-main {
    position: relative;
}
.web-player-box {
    height: 100vh;
    background: #000;
    overflow: hidden;
}
.web-player-box .sm-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    color: #fff;
}
.web-player-box .title-info {
    color: #fff;
    line-height: normal;
    font-weight: 400;
}
.web-player-box .web-player-display {
    position: relative;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.web-player-box .web-player-display .web-player-swiper {
    flex: 1;
    max-width: 100%;
    order: 2;
}
.web-player-box .web-player-display .web-player-swiper .swiper-slide img {
    display: block;
    max-width: 100%;
}
.web-player-box .web-player-display .web-player-nav {
    flex: 0 0 400px;
    max-width: 400px;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.web-player-box .web-player-display .web-player-nav .web-player-scrollbar {
    background: rgba(140, 140, 140, 0.7);
    border-radius: 1px;
    height: 252px;
    width: 9px;
    flex: 0 0 9px;
}
.web-player-box .web-player-display .web-player-nav .web-player-scrollbar .swiper-scrollbar-drag {
    background: #f99f1b;
    border-radius: 1px;
}
.web-player-box .web-player-display .web-player-nav ul {
    margin: 0;
    padding: 0 0 0 23px;
    list-style: none;
    position: relative;
    flex: 1;
    max-width: 100%;
}
.web-player-box .web-player-display .web-player-nav ul li {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 82px;
    color: #9e9e9e;
    margin-bottom: 5px;
    user-select: none;
}
.web-player-box .web-player-display .web-player-nav ul li span {
    display: inline-block;
    cursor: pointer;
}
.web-player-box .web-player-display .web-player-nav ul li.active {
    color: #fff;
}
.web-player-box .web-player-display .web-player-nav ul li:last-child {
    margin-bottom: 0;
}
.web-player-box .lg-title {
    color: #fff;
}
.subscribe-wrap {
    position: relative;
}
.subscribe-wrap .subscribe-box {
    background: #eee;
    border-radius: 10px;
    height: 228px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
}
.subscribe-wrap .subscribe-box h4 {
    font-style: normal;
    margin: 0 0 52px 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #1d1d1d;
}
.subscribe-wrap.que-wrap {
    padding: 68px 0 115px 0;
}
.subscribe-wrap.que-wrap .subscribe-box {
    height: 244px;
}
.subscribe-wrap.que-wrap .subscribe-box h4 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 44px;
}
.subscribe-wrap.que-wrap .subscribe-box p {
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 30px 0;
}
.footer {
    background: #efefef;
    position: relative;
    padding: 76px 0 46px 0;
}
.footer .foot-row {
    position: relative;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.footer .foot-row .foot-items {
    margin-right: 38px;
}
.footer .foot-row .foot-items h4 {
    margin: 0 0 9px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
}
.footer .foot-row .foot-items ul {
    position: relative;
    list-style: none;
    min-width: 100px;
}
.footer .foot-row .foot-items ul li {
    display: block;
}
.footer .foot-row .foot-items ul li a,
.footer .foot-row .foot-legal p a {
    font-size: 14px;
    line-height: 28px;
    color: #1d1d1d;
    display: inline-block;
    position: relative;
}
.footer .foot-row .foot-legal p a:hover,
pa .footer .foot-row .foot-items ul li a:hover {
    letter-spacing: 0.4px;
}
.footer .foot-row .foot-items ul li a:after,
.footer .foot-row .foot-legal p a:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 0;
    background-color: #1d1d1d;
    transition: all 0.2s ease;
    opacity: 0.6;
}
.footer .foot-row .foot-items ul li a:hover:after,
.footer .foot-row .foot-legal p a:hover:after {
    width: 100%;
}
.footer .foot-brand {
    margin-left: auto;
    flex: 0 0 340px;
    max-width: 340px;
}
.footer .foot-brand img {
    max-width: 334px;
    display: block;
}
.footer .foot-row .foot-social {
    margin-top: 50px;
    margin-bottom: 24px;
    flex: 1;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
}
.footer .foot-row .foot-social .foot-contact {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
}
.footer .foot-row .foot-social .foot-contact i {
    position: relative;
    bottom: -2px;
}
.footer .foot-row .foot-social ul {
    display: flex;
    align-items: center;
    margin-right: 0;
}
.footer .foot-row .foot-social ul li {
    display: block;
    margin-left: 24px;
}
.footer .foot-row .foot-social ul li:first-child {
    margin-left: 0;
}
.footer .foot-row .foot-social ul li a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 17px;
    transition: all 0.4s ease-in-out;
}
.footer .foot-row .foot-social ul li a i {
    font-size: 24px;
    line-height: 24px;
    display: inline-flex;
    color: #282829;
    transition: all 0.4s ease-in-out;
}
.footer .foot-row .foot-social ul li a:hover i {
    color: #f99f1b;
}
.footer .foot-row .foot-legal {
    padding-top: 16px;
    flex: 1;
    max-width: 100%;
    border-top: 2px solid #979797;
}
.footer .foot-row .foot-legal p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #1d1d1d;
}
.cookies-box {
    background: rgba(48, 48, 48, 0.7);
    backdrop-filter: blur(47px);
    -webkit-backdrop-filter: blur(47px);
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 34px 14px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.cookies-box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.cookies-box .cookies-extra {
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.cookies-box .btn {
    width: 114px;
    height: 33px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-right: 44px;
    color: #000;
    min-width: 114px;
}
.cookies-box .cookies-close {
    line-height: normal;
}
.cookies-box .cookies-close i {
    font-size: 25px;
    color: #fff;
}
.cookies-box p a {
    color: #f99f1b;
}
.about-content.data-deletion-page{
    padding-top: 120px;
}
.pricing-wrapper {
    padding: 200px 0 0px 0;
    position: relative;
}
.pricing-wrapper .sm-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 80px;
    color: #0f0f0f;
    border-bottom: 1px solid #DFDFDF;
    display: inline-block;
}
.pricing-wrapper .sm-title span {
    color: #f99f1b;
}
.pricing-wrapper .pricing-header .sm-subtitle{
    /* font-size: 24px; */
    /* color: #f99f1b; */
    /* margin-top: 5px; */
    font-weight: 500;
}
.sm-subtitle.primary-color{
    font-size: 24px;
        color: #f99f1b;
}
.subscribe-content.trial-to-paid .pricing-boxs{
    flex-wrap: nowrap;
}
.subscribe-content.trial-to-paid .pricing-boxs .pricing-box{
    border: 2px solid transparent;
}
.subscribe-content.trial-to-paid .pricing-boxs .pricing-box:focus,
.subscribe-content.trial-to-paid .pricing-boxs .pricing-box.activebox{
    border: 2px solid #F99F1B;
}
.subscribe-content.trial-to-paid .pricing-boxs .pricing-box:not(.popular_plan ).activebox{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.subscribe-content.trial-to-paid .pricing-boxs .pricing-btn{
    display: none;
}
.subscribe-subheading h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 25px;
    color: #393939;
    border-bottom: 1.5px solid #F99F1B;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: -30px;
    display: inline-block;
}
.pricing-boxs{
    display: flex;
    /* margin: 50px 0 80px 0; */
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 100px;
    gap: 50px;
}
.pricing-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.pricing-main-box{
    flex: 0 0 calc(33%);
    max-width: calc(33%);
    max-width: 280px;
    /* margin: 0 25px; */
    /* margin-top: 50px; */
    position: relative;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    min-height: 445px;
}
.pricing-main-box.popular_plan{
    max-width: 300px;
    margin-top: -20px;
}
.pricing-box{
    padding:30px 15px;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    height: 100%;
    /* min-height: 568px; */
    
}
.pricing-box.popular_plan {
    background-color: #131313;
    padding-top: 40px;
}
.pricing-box.popular_plan h2,
.pricing-box.popular_plan .pricing-total h3,
.pricing-box.popular_plan ul li{
    color: #fff;
}
.pricing-box.popular_plan .pricing-title h2 {
    text-transform: uppercase;
}
.pricing-box.popular_plan .pricing-tags{
    /* top: -65px; */
    background: #121212;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.popular_plan_box{
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(115.78deg, #F99F1B 17.31%, #FC631C 98.76%);
    box-shadow: 10px 4px 23px 0px rgba(0, 0, 0, 0.25);
    border-radius:4px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    max-width: 186px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -93px;
}
.pricing-tags{
    /* position: absolute; */
    background: #F99F1B;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
    color: #FFFFFF;
    justify-content: center;
    /* top: -15px; */
    /* right: 30px; */
    padding: 5px;
    width: 69px;
    height: 22px;
    margin-left: 30px;
    text-transform: uppercase;
}
.plan-tags{
    width: 95px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #F99F1B;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    line-height: 35px;
    color: #F99F1B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.pricing-box h2{
    font-size: 18px;
    font-weight: 500;
    color: #464646;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
}
.procing-boxs-pricing .pricing-box h2{
    margin-bottom: 25px;
}
.pricing-box.popular_plan{
}
.pricing-main-box.popular_plan{
    transition: all ease-out 0.5s;
      -webkit-transform-origin : 50% 100%;
    -moz-transform-origin : 50% 100%;
    -o-transform-origin : 50% 100%;
    -ms-transform-origin : 50% 100%;
    transform-origin : 50% 100%;
}
.pricing-main-box.popular_plan:hover{
    transform: scale(1.05);
}
.pricing-box{
    border: 2px solid transparent;
}
.pricing-box:hover{
    border: 2px solid #F99F1B;
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
}
.procing-boxs-pricing .pricing-btn{
    margin-top: auto;
    margin-bottom: 0;
}
.pricing-box h4{
    font-size: 16px;
    color: #909090;
    margin-top: 0;
    font-weight: 400;
}
.pricing-box ul{
    list-style: none;
    

}
.procing-boxs-sales .pricing-box ul{
    padding-bottom: 10px;
    /* border-bottom: 1px dashed #CBCBCB; */
}
.procing-boxs-sales .pricing-box h2{
    margin: 0;
}
.pricing-box ul li{
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
    padding: 6px 0;
}
.pricing-box ul li img{
    max-width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width:100%;
}
.chromecast_device{
    /* background: #EBEBEB; */
    /* border-radius: 10px; */
    /* font-size: 16px!important; */
    /* padding: 10px!important; */
    /* margin-top: 15px; */
    /* color: #505050!important; */
    /* font-weight: 300!important; */
    /* margin-bottom: 30px; */
}
.pricing-box.popular_plan .chromecast_device{
    /* background: #373737; */
    /* color: #FFFFFF!important; */
}
/* .pricing-box ul li:not(.none):last-child{
    color: #B6B6B6;
}
.pricing-box ul li:not(.none):last-child img{
    opacity: 0.5;
}
.pricing-box ul li:not(.none):last-child::after{
    -webkit-text-fill-color: #B6B6B6;
} */
.pricing-total{
    /* display: flex; */
    font-size: 20px;
    color: #ADADAD;
    align-items: end;
    justify-content: space-between;
    /* border-bottom: 1px dashed rgba(203, 203, 203, 0.8); */
    /* padding-bottom: 8px; */
}
.pricing-total p{
    font-size: 20px;
    color: #ADADAD;
    margin: 0;
    font-weight: 400;
    padding-bottom: 4px;
}
.pricing-total h3{
    font-size: 50px;
    margin: 0;
    font-weight: 700;
    color: #464646;
}
.pricing-total h3 span{
    color: #F99F1B;
}
.pricing-btn{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.pricing-btn .btn{
    width: 100%;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    
}
.pricing-note{
    margin-top: 50px;
}

.pricing-note  .sm-subtitle.bold{
    font-weight: 500;
    color: #7e7e7e;
}
.fw-500{
    font-weight: 500;
}
.pricing-note .sm-subtitle:not(.bold){
    margin-bottom: 40px;
    margin-top: 0;
    color: #7e7e7e;
}
.pricing-note .mb-0{
    margin-bottom: 0!important;
}
.pricing-wrapper .pricing-tbl {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.pricing-wrapper .pricing-tbl .pricing-tbl-menu {
    background: rgba(246, 246, 246, 0.7);
    border-radius: 10px 0 0 10px;
    position: relative;
    padding: 47px 0 30px 63px;
    flex: 1;
    max-width: 100%;
}
.pricing-wrapper .pricing-tbl .pricing-tbl-menu h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 32px 0;
    color: #000;
    border-bottom: 2px solid #F99F1B;
    display: inline-block;
    position: absolute;
    top: -50px;
}
.pricing-wrapper .pricing-tbl .pricing-tbl-menu p {
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    margin: 0 0 24px 0;
}
.pricing-wrapper .pricing-tbl .pricing-tbl-menu p img {
    max-width: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new {
	background: linear-gradient(0deg, #F99F1B, #F99F1B), linear-gradient(115.78deg, #F99F1B 17.31%, #FC631C 98.76%);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 455px;
    flex: 0 0 455px;
    position: relative;
    
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-offer-innear{
    max-width: 455px;
    flex: 0 0 253px;
    background: #FFFFFF;
    border: 2px solid #F99F1B;
    box-sizing: border-box;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 30px;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new h4 {
    background: #f99f1b;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding: 9px 8px 8px 8px;
    margin: -20px auto 0;
    display: block;
    max-width: 323px;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text {
    text-align: center;
    max-width: 229px;
    margin: 0 auto;
    padding: 50px 0;
    /*padding-top: 56px;*/
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    color: #ffffff;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 25px;
    margin: 0;
    color: #f99f1b;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    margin: 24px 0 0 0;
    position: relative;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5 span {
    background: #f99f1b;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    width: 86px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    margin-right: -100px;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5:last-child {
    margin-top: 15px;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    margin: 8px 0 11px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text p.pt-plus {
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    margin: 11px 0 15px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new ul {
    position: relative;
    max-width: 240px;
    margin: 0px auto 40px auto;
    list-style: none;
    padding: 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
    color: #000;
    position: relative;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new ul li:before {
    content: "\70";
    font-family: waiting-room;
    position: absolute;
    left: -30px;
    color: #F99F1B;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-button {
    /*margin: 0 0 -20px 0;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-button .btn:not(:hover) {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-button .btn:first-child {
    /*margin-right: 37px;*/
}
.pricing-wrapper .pricing-tbl .pricing-offer-old {
    flex: 0 0 265px;
    max-width: 265px;
    border: 2px solid grey;
    box-sizing: border-box;
    box-shadow: 0 4px 18px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0 10px 10px 0;
    background: #fff;
    border-left: 0;
    text-align: center;
    padding: 45px 0 56px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-old p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #969696;
    margin: 0 0 31px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-old p.poo-fee {
    margin-bottom: 5px;
    font-weight: 500;
}
.pricing-wrapper .pricing-tbl .pricing-offer-old p.poo-plus {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #969696;
    margin: 0 0 5px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-old p:last-child {
    margin: 18px 0 12px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-old h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 25px;
    color: #969696;
    margin: 0 0 15px 0;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 span.mob-del,
.pricing-wrapper .pricing-tbl .pricing-offer-old h4 span {
    position: relative;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 span.mob-del:before,
.pricing-wrapper .pricing-tbl .pricing-offer-old h4 span:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #e20000;
    transform: rotate(18.02deg);
    position: absolute;
    bottom: 20px;
}
.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 span.mob-del {
    color: #969696;
}
.pricing-wrapper .pricing-opt-panel {
    margin-top: 60px;
    position: relative;
    /*background: rgba(246, 246, 246, 0.7);*/
    border-radius: 10px;
    padding-top: 22px;
    padding-bottom: 27px;
    text-align: center;
}
.pricing-wrapper .pricing-opt-panel h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin: 0 0 43px 0;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt:first-child {
    border-right: 1px solid #d5d5d5;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt img {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 32px;
    object-fit: contain;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt h5 {
    margin: 22px 0 17px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt a {
    color: #3c3c3c;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}
.pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt a:hover {
    color: #f99f1b;
}
.feature-wrapper {
    position: relative;
    padding: 67px 0 90px 0;
}
.feature-wrapper .sm-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    color: #000;
    margin: 0;
}
.feature-wrapper h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #1d1d1d;
    margin: 50px 0 0 0;
}
.feature-wrapper ul {
    margin: 35px 0 0 0;
    position: relative;
    padding: 0;
    list-style: none;
}
.feature-wrapper ul li {
    font-size: 18px;
    line-height: 50px;
    color: #1d1d1d;
    padding: 0 54px 0 44px;
    position: relative;
}
.feature-wrapper ul li:after {
    content: "\6f";
    font-family: waiting-room;
    position: absolute;
    right: 27px;
    font-size: 27px;
    background: -webkit-linear-gradient(300deg, #f99f1b 17.31%, #fc631c 98.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-wrapper ul li:nth-child(2n-1) {
    background: #eee;
    border-radius: 5px;
}
.feature-wrapper ul li.animate__animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.feature-wrapper p {
    font-size: 14px;
    line-height: 28px;
    color: #1d1d1d;
    margin: 16px 0 0 10px;
}
.cust-tooltip {
    position: relative;
    cursor: pointer;
    font-size: 21px;
    vertical-align: middle;
}
.cust-tooltip b {
    font-weight: 700;
}
.cust-tooltip.hardware-tooltip .tooltip {
    background-image: url(../images/devices/google-sticks.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 76px;
    width: 156px;
}
.cust-tooltip.ccv-tooltip + .tooltip.ttip-cust {
    top: -6px !important;
}
.tooltip.ttip-cust {
    font-family: inherit;
    top: 10px !important;
    transform: translateY(20px);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.tooltip.ttip-cust.in {
    opacity: 1;
    transform: translateY(0);
}
.tooltip.ttip-cust.right {
    margin-left: 18px;
}
.tooltip.ttip-cust.right .tooltip-arrow {
    left: 1px !important;
    border-width: 9px 9px 9px 0;
    border-top-color: transparent;
    margin-top: 0;
    bottom: auto;
    top: 11px;
    border-right-color: #f7f7f7;
}
.tooltip.ttip-cust .tooltip-inner {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 17px 20px;
    max-width: 280px;
    width: 280px;
    text-align: left;
}
.tooltip.ttip-cust .tooltip-inner h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 8px 0;
    color: #000;
}
.tooltip.ttip-cust .tooltip-inner p {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin: 0;
}
.tooltip.ttip-cust .tooltip-inner b {
    font-weight: 800;
    color: #000;
}
.subscribe-step-prd .ssp-name.warranty-tooltip .tooltip {
    width: 231px !important;
}
.subscribe-step-prd .ssp-name.warranty-tooltip .tooltip .tooltip-inner {
    width: 231px !important;
}
.extensive-list {
    position: relative;
    padding: 90px 0;
}
.extensive-list .sm-title {
    font-size: 48px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
}
.extensive-list .extensive-title {
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.extensive-list .extensive-title img {
    display: block;
    margin: 0 auto;
}
.extensive-list .extensive-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 24px;
    margin-bottom: 0;
}
.extensive-list .extensive-group {
    max-width: 1105px;
    margin: 0 auto;
}
.extensive-list .extensive-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.extensive-list .extensive-group ul li {
    border-bottom: 1px solid #f99f1b;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    /* flex: 0 0 497px; */
    max-width: 540px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}
.extensive-list .extensive-group.blue_border ul li {
    border-bottom: 1px solid #1C78E7;
}
.list-title-hero {
    height: 100vh;
    position: relative;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-title-hero .list-title-head {
    /* margin-top: auto; */
    text-align: center;
    padding-top: 217px;
}
.list-title-hero .list-title-head .lg-title {
    font-size: 68px;
    line-height: 80px;
    color: #fff;
    /* margin-bottom: 37px; */
}
.list-title-hero .list-title-head h4{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 37px; 
}
@media screen and (max-width: 1024px) {
    .list-title-hero .list-title-head h4{
        font-size: 18px;
    }
}


.lt-sample-videos {
    position: relative;
    padding: 60px 0;
    background: #282828;
}
.lt-sample-videos .sm-title {
    color: #fff;
    font-size: 30px;
}
.lt-sample-videos .lt-sample-main {
    position: relative;
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
}
.lt-sample-videos .lt-sample-main video {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 646px;
}
.lt-sample-videos .lt-sample-video-list {
    position: relative;
}
.lt-sample-videos .lt-sample-video-list ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.lt-sample-videos .lt-sample-video-list ul li {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    max-width: 196px;
}
.lt-sample-videos .lt-sample-video-list ul li img {
    max-width: 100%;
}
.lt-sample-videos .lt-sample-video-list ul li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lt-sample-videos .lt-sample-video-list ul li:before {
    content: "\69";
    position: absolute;
    font-family: waiting-room;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.lt-sample-videos .lt-sample-video-list ul li.active:before {
    content: "\68";
}
.lt-sample-videos .lt-video-load {
    padding: 20px 0;
}
.about-hero {
    height: 629px;
    width: 100%;
}
.about-content {
    padding: 90px 0 120px 0;
    position: relative;
}
.about-content .sm-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #000;
    margin: 0;
}
.about-content .title-info {
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    line-height: 80px;
}
.about-content p:not(.title-info) {
    font-weight: 400;
    color: #000;
    font-size: 21px;
    line-height: 50px;
    margin: 31px auto 0;
    width: 1046px;
}
.legal-wrapper {
    position: relative;
    padding: 166px 0 135px;
}
.legal-wrapper .legal-head {
    border-bottom: 2px solid #c9c9c9;
    margin-bottom: 62px;
}
.legal-wrapper .legal-head .sm-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1d1d1d;
    margin: 0 0 51px 0;
}
.legal-wrapper .legal-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.legal-wrapper .legal-row .legal-nav {
    flex: 0 0 302px;
    max-width: 302px;
    position: sticky;
    top: 100px;
}
.legal-wrapper .legal-row .legal-nav ul {
    list-style: none;
    position: relative;
    border: 0;
}
.legal-wrapper .legal-row .legal-nav ul li {
    position: relative;
    padding-left: 17px;
    border-left: 3px solid #c8c8c8;
    margin-bottom: 12px;
    float: none;
}
.legal-wrapper .legal-row .legal-nav ul li.active {
    border-left-color: #f99f1b;
}
.legal-wrapper .legal-row .legal-nav ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    color: #1d1d1d;
    margin: 0;
    border: 0;
}
.legal-wrapper .legal-row .tab-content {
    flex: 1;
    max-width: 100%;
}
.legal-wrapper .legal-row .legal-content a {
    color: #f99f1b !important;
}
.legal-wrapper .legal-row .legal-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    margin-bottom: 24px;
        word-spacing: 0.1px;
}
.legal-wrapper .legal-row .legal-content h5 {
    font-weight: 700;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 40px 0;
}
.legal-wrapper .legal-row .legal-content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    margin: 0 0 30px 0;
}
.legal-wrapper .legal-row .legal-content h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1d;
    margin: 0 0 34px 0;
}
.legal-wrapper .legal-row .legal-content p b {
    font-weight: 700;
}
.legal-wrapper .legal-row .legal-content ul {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    padding-left: 15px;
}
.legal-wrapper .legal-row .legal-content ol{
    padding: 0;
    list-style-position: inside;
}
.faq-hero {
    height: 629px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-hero .lg-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #fff;
    margin: 0;
}
.faq-wrapper {
    padding-bottom: 67px;
}
.faq-wrapper .tab-content {
    padding: 90px 0;
}
.faq-wrapper .tab-content .sm-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 80px;
    color: #000;
    margin: 0;
}
.faq-wrapper .faq-nav {
    background: #f4f4f4;
    height: 98px;
}
.faq-wrapper .faq-nav .nav {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    height: 100%;
}
.faq-wrapper .faq-nav .nav li {
    height: 100%;
    margin-right: 108px;
    align-items: center;
    display: flex;
    position: relative;
}
.faq-wrapper .faq-nav .nav li:last-child {
    margin-right: 0;
}
.faq-wrapper .faq-nav .nav li a {
    align-items: center;
    display: flex;
    height: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 0;
    background-color: transparent;
    position: relative;
    white-space: nowrap;
}
.faq-wrapper .faq-nav .nav li.active a:after {
    content: "";
    height: 5px;
    width: 100%;
    background-color: #ffb438;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.faq-qa-list .faq-qa-item {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 35px 101px 35px 66px;
    margin-top: 58px;
    position: relative;
}
.faq-qa-list .faq-qa-item .faq-qa-title h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #000;
    margin: 0;
}
.faq-qa-list .faq-qa-item .faq-qa-title .faq-qa-expand {
    background-image: url(../images/faq-arrow.png);
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - (45px / 2));
    right: 36px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 45px;
    transition: transform 0.2s ease-in-out;
}
.faq-qa-list .faq-qa-item .faq-qa-title .faq-qa-expand[aria-expanded="false"] {
    transform: rotate(90deg);
}
.faq-qa-list .faq-qa-item .faq-qa-body p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-top: 10px;
}
.get-started {
    background: #f1f1f1;
    position: relative;
    padding: 255px 0 0 0;
}
.get-started .get-started-head {
    padding: 0 0 50px 0;
}
.get-started .get-started-head .lg-title {
    margin: 0;
}
.get-started .get-started-head .title-info {
    line-height: 80px;
    font-weight: 500;
    margin: 0;
}
.get-started .get-started-head .started-button {
    margin: 141px 0 0 0;
    text-align: center;
}
.get-started .get-started-head .started-button .btn {
    background-color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 28px;
    min-width: 275px;
    line-height: normal;
    padding: 18px 16px;
}
.get-started .get-started-head .started-button li.active .btn,
.get-started .get-started-head .started-button li .btn:hover {
    color: #f99f1b;
}
.get-started .get-started-head .started-button .nav-tabs{
    border: none;
}
.get-started .get-started-head .started-button .nav-tabs > li{
    float: none;
    display: inline-block;
}
.get-started .get-started-head .started-button .nav-tabs li + li {
    margin-left: 57px;
}
.get-started-panel {
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 0 50px 0;
    padding: 60px 40px;
}
.get-started-panel .panel-title {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 30px;
}
.get-started-panel .panel-title span {
    color: #f99f1b;
    white-space: nowrap;
}
.get-started-panel .title-info {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}
.get-started-panel .panel-inner-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #000;
    margin: 0 0 16px 0;
}
.get-started-panel .panel-inner-title span {
    color: #f99f1b;
}
.get-started-panel .started-panel-row {
    display: flex;
    position: relative;
    margin-top: 82px;
}
.get-started-panel.play-echannels .started-panel-row{
    margin-top: 71px;
}
.get-started-panel.setup-app .started-panel-row:last-child{
    margin-bottom: 39px;
}
.get-started-panel.gs-customize .started-panel-row {
    align-items: center;
    margin-top: 52px;
}
.get-started-panel.gs-customize .started-panel-row .started-panel-items:first-child {
    text-align: center;
}
.get-started-panel.gs-customize .started-panel-row .started-panel-items p {
    margin-left: 28px;
}
.get-started-panel .started-panel-row .started-panel-items {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.get-started-panel .started-panel-items .ms-icon {
    height: 90px;
    width: 300px;
    border-radius: 5px;
    background: rgba(237, 237, 237, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 74px;
}
.get-started-panel .started-panel-items .ms-icon img {
    max-width: 240px;
    display: block;
}
.get-started-panel .started-panel-items p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-align: left;
    margin-left: 45px;
}
.get-started-panel .started-panel-items p a {
    color: #f99f1b;
    word-break: break-all;
}
.get-started-panel.thalamus-app .started-panel-items:first-child {
    padding: 0 84px;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:last-child):after,
.get-started-panel.thalamus-app .started-panel-items:first-child:after {
    content: "";
    background-image: url(../images/get-started/right-arrow.svg);
    position: absolute;
    width: 32px;
    height: 24px;
    top: 54px;
    right: -13px;
    background-size: contain;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:last-child):after {
    top: 160px;
}
.get-started-panel.thalamus-app .started-panel-items:last-child {
    padding: 0 125px;
}
.get-started-panel.thalamus-app .started-panel-items .cloud-img {
    margin: 0 auto 54px;
    display: block;
}
.get-started-panel.setup-app .started-panel-items:last-child {
    padding: 0 75px 0 44px;
}
.get-started-panel.setup-app .started-panel-items:last-child p {
    margin-left: 27px;
}
.get-started-panel.setup-app .started-panel-items:first-child img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.get-started-panel.setup-gtv .started-panel-row {
    margin-top: 65px;
    margin-bottom: 39px;
}
.get-started-panel.setup-gtv .started-panel-items:first-child img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.get-started-panel.setup-gtv .started-panel-items:last-child p {
    margin-bottom: 45px;
    position: relative;
}
.get-started-panel.setup-gtv .started-panel-items:last-child p span {
    color: #f99f1b;
    position: absolute;
    left: -30px;
    font-weight: 500;
    font-size: 24px;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items {
    flex: 0 0 calC(100% / 3);
    max-width: calC(100% / 3);
    position: relative;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:last-child):after {
    top: 80px;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div img {
    max-width: 232px;
    display: block;
    margin: 0 auto 56px;
    width: 100%;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:last-child > div img{
    max-width: 205px;
}
@media screen and (min-width: 990px) {
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:last-child .panel-inner-title{
        margin-left: 105px;
    }
}

.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title {
    margin-left: 93px;
    position: relative;
    text-align: left;
    font-size: 20px;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title span {
    position: absolute;
    left: -24px;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items p {
    margin-left: 64px;
}
.get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .get-started-message {
    margin-left: 10px;
}
.get-started-panel.play-echannels .started-panel-row .started-panel-items .panel-inner-title {
    margin-left: 93px;
}
.get-started-panel.play-echannels .started-panel-row .started-panel-items:first-child .panel-inner-title {
    margin-left: 93px;
}
.get-started-panel.play-echannels .started-panel-row .started-panel-items:nth-child(2) p {
    margin-left: 100px;
    margin-right: -14px;
}
.get-started-panel.cong-panel {
    padding-bottom: 116px;
}
.get-started-panel.done-panel h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 80px;
    color: #000;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 56px;
}
.get-started-panel.done-panel p {
    font-weight: 300;
    font-size: 36px;
    line-height: 80px;
    color: #000;
    text-align: center;
    margin: 14px 0 0 0;
}
.get-started-panel.done-panel .btn {
    margin: 40px auto 14px;
    max-width: 165px;
    display: block;
}
.xs-info {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 76px 0 40px 0;
}
.thalamus-platforms {
    background: #fff;
    position: relative;
    padding: 76px 0 104px 0;
}
.thalamus-platforms h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    color: #000;
    margin: 0;
}
.thalamus-platforms .app-platforms {
    padding-top: 70px;
    text-align: center;
}
.thalamus-platforms .app-platforms a {
    display: inline-block;
}
.thalamus-platforms .app-platforms a + a {
    margin-left: 140px;
}
.contact-hero {
    height: 629px;
    width: 100%;
}
.contact-content {
    padding: 90px 0 120px 0;
    position: relative;
}
.contact-content .sm-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    margin: 0 0 48px 0;
}
.contact-info {
    margin-top: 100px;
    position: relative;
}
.contact-info .contact-info-item {
    position: relative;
    margin-bottom: 58px;
    padding-left: 36px;
    border-left: 3px solid #f99f1b;
}
.contact-info .contact-info-item h5,
.contact-info .contact-info-item p {
    font-weight: 400;
    font-size: 21px;
    line-height: 40px;
    margin: 0;
    color: #000;
}
.contact-info .contact-info-item h5 {
    font-weight: 700;
}
.confirmation-wrap {
    background: #f1f1f1;
    padding-top: 271px;
    height: 100vh;
    position: relative;
}
.confirmation-wrap .lg-title {
    margin-bottom: 16px;
}
.confirmation-wrap .sm-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 43px;
}
.confirmation-wrap p {
    text-align: center;
    font-size: 19px;
    line-height: 35px;
    color: #000;
    margin: 0;
}
.confirmation-wrap .confirmation-btn {
    text-align: center;
    margin-top: 345px;
}
.confirmation-wrap .confirmation-btn .btn + .btn {
    margin-left: 36px;
}
.form-control {
    background: #efefef;
    border-radius: 5px;
    height: 40px;
    border-color: transparent;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 14px 18px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #f99f1b;
}
textarea.form-control {
    height: 167px;
    resize: auto;
}
.ferror .btn-default[data-toggle="dropdown"] {
    background-color: rgba(255, 0, 0, 0.1) !important;
    border: 1px solid red !important;
}
.ferror .form-control {
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
}
.custom-form label {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1d;
}
.custom-form .cust-radio-input .chk-rd-item {
    margin: 0 15px;
}
.custom-form .cust-radio-input {
    margin: 0 -15px;
}
.custom-form .form-control {
    height: 44px;
}
.custom-form .form-group .cust-select .btn {
    padding: 10px 14px;
}
.custom-form .form-group.name-group {
    max-width: 263px;
}
.custom-form .form-group .cust-select .btn {
    padding: 10px 14px;
}
.custom-form textarea.form-control {
    height: 167px;
}
.form-group {
    margin-bottom: 25px;
}
.form-head {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #1d1d1d;
    margin: 0 0 15px 0;
}
.form-xs-head {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin: 0 0 23px 0;
}
.form-note {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
}
.after-border {
    padding-right: 30px;
}
.before-padd {
    padding-left: 12px;
}
.after-border:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50px;
    width: 1px;
    background-color: #cbcbcb;
    right: 0;
}
.capcha-box {
    margin-bottom: 25px;
}
.form-error {
    margin-bottom: 25px;
}
.form-error > span {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1d;
    padding: 9px 20px;
    border-radius: 5px;
    display: inline-block;
}
.form-success {
    margin-bottom: 25px;
}
.form-success > span {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid #1ca032;
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1d;
    padding: 16px 36px;
    border-radius: 5px;
    display: inline-block;
}
.chk-rd-group {
    padding: 8px 30px 28px 30px;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-left: -30px;
}
.chk-rd-group.form-group {
    margin-bottom: 11px;
    display: inline-block;
}
.chk-rd-group.form-group.ferror {
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
}
.chk-rd-group > label {
    line-height: 36px;
    margin-bottom: 19px;
}
.cust-check-input .chk-rd-item,
.cust-radio-input .chk-rd-item {
    display: inline-block;
    margin-left: 1px;
}
.chk-rd-item input {
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    opacity: 0;
}
.cust-radio-input .chk-rd-item label {
    position: relative;
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin: 0;
    padding-left: 28px;
    cursor: pointer;
}
.cust-radio-input .chk-rd-item label:before {
    content: "";
    border: 3px solid #f99f1b;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: calc(50% - 9px);
    transition: box-shadow 0.2s ease-in-out;
}
.cust-radio-input .chk-rd-item label:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 5px;
    border-radius: 100%;
    top: calc(50% - 4px);
    background-color: #f99f1b;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}
.cust-radio-input .chk-rd-item input:checked + label:after {
    transform: scale(1);
}
.cust-radio-input .chk-rd-item input:checked + label:before {
    box-shadow: 0 0 4px #ffce4f;
}
.cust-check-input .chk-rd-item label {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
    padding-left: 28px;
    cursor: pointer;
}
fieldset:disabled{
    opacity: 0.3;
}
fieldset:disabled .cust-add-item{
    position: relative;
    z-index: -1;
}
fieldset:disabled .cust-check-input .chk-rd-item label:before{
    border-color: #000;
}
fieldset:disabled .icon-T-plus:before{
    color: #000;
}
.cust-check-input .chk-rd-item label:before {
    content: "";
    border: 2px solid #F99F1B;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: calc(50% - 10px);
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.cust-check-input .chk-rd-item label:after {
    content: url('../images/checked_icon.png');
    font-family: waiting-room;
    position: absolute;
    left: 3px;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
    font-size: 10px;
    top: 1px;
    color: #fff;
}
.cust-check-input .chk-rd-item input:checked + label:after {
    transform: scale(1);
}
.cust-check-input .chk-rd-item input:checked + label:before {
    background-color: #F99F1B;
    border-color: #F99F1B;
}
.cust-select .dropdown-menu,
.theme-dropdown .dropdown-menu {
    border-radius: 9px;
    border: 1px solid #f99f1b;
    box-shadow: none;
    margin-top: 6px;
    min-width: 165px;
    /* padding: 14px 22px; */
    padding: 14px 14px;
}
.cust-select .dropdown-menu,
.theme-dropdown .dropdown-menu {
    background: #efefef;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .cust-select .dropdown-menu,
    .theme-dropdown .dropdown-menu {
        background: rgba(239, 239, 239, 0.8);
        -webkit-backdrop-filter: blur(42px);
        backdrop-filter: blur(42px);
    }
}
.cust-select .dropdown-menu li a,
.theme-dropdown .dropdown-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 0;
    text-align: left;
    background-color: transparent !important;
}
.theme-dropdown .dropdown-menu li.divider {
    background-color: #efefef;
    margin: 11px 0;
}
.cust-select .btn,
.cust-select .btn:focus,
.cust-select .btn:hover {
    outline: 0 !important;
    min-width: inherit;
    background-color: #efefef !important;
    box-shadow: none;
    color: #000 !important;
}
.cust-select .caret {
    border-width: 5px;
    border-bottom-color: #f99f1b;
    border-bottom: 0;
    border-top: 4px solid;
    border-top-color: #f99f1b;

}
.cust-select.open .caret{
    border-top: 0;
    border-bottom: 4px solid;
    border-bottom-color: #f99f1b;
}
.cust-select .dropdown-menu {
    min-width: inherit;
    width: 100%;
}
.cust-select .dropdown-menu .dropdown-menu {
    background-color: transparent;
    backdrop-filter: none;
}
.cust-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;
}
.cust-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}
.cust-select .dropdown-menu .active a {
    color: #f99f1b;
}
.cust-select .dropdown-menu li:not(:last-child) {
    margin-bottom: 14px;
}
.fw500 {
    font-weight: 500;
}
.text-muted {
    color: #969696;
}
.form-half-btn {
    position: absolute;
    bottom: -23px;
    padding: 0 86px;
    left: 15px;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-half-btn .btn-default {
    background-color: #d0d0d0;
    color: #fff;
}
.form-half-btn .btn-theme {
    min-width: 172px;
}
.cc-placeholder-added {
    position: relative;
}
.cc-placeholder-added .form-control {
    padding-right: 60px;
}
.refefring-form .form-error {
    text-align: center;
    margin-bottom: 50px;
}
.refefring-form .form-group label {
    font-weight: 500;
}
.cc-placeholder-added .cc-placeholder {
    width: 44px;
    height: 30px;
    background-image: url(../images/cc-payment.png);
    position: absolute;
    right: 5px;
    top: 38px;
    background-repeat: no-repeat;
    background-size: 204px 30px;
    pointer-events: none;
    transition: background-position 0.4s ease-in-out;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-visa"] {
    background-position: 0 0;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-mc"] {
    background-position: -54px 0;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-ae"] {
    background-position: -108px 0;
}
.cc-placeholder-added .cc-placeholder[data-type="cc-dc"] {
    background-position: -161px 0;
}
.cc-placeholder-added .pf{
    width: 33px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 13px;
    top: 50%;
    opacity: 0;
    -webkit-transform:  translateY(-50%)  scale(.85);
    -ms-transform:  translateY(-50%)  scale(.85);
    transform:  translateY(-50%) scale(.85);
    transition: opacity .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    will-change: transform;
    background-size: 100% 100%;
}
.cc-placeholder-added .pf.pf-visa{
    background-image: url(../images/visa-729c05c240c4bdb47b03ac81d9945bfe.svg);
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    transition-delay: .1s;
}
.cc-placeholder-added .pf.pf-mastercard{
    background-image: url(../images/mastercard-4d8844094130711885b5e41b28c9848f.svg);
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    transition-delay: .1s;
}
.cc-placeholder-added .pf.pf-american-express{
    background-image: url(../images/amex-a49b82f46c5cd6a96a6e418a6ca1717c.svg);
    opacity: 1;
    -webkit-transform:translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform:translateY(-50%) scale(1);
    transition-delay: .1s;
}
.cc-placeholder-added .pf.pf-discover{
    background-image: url(../images/discover-ac52cd46f89fa40a29a0bfb954e33173.svg);
    opacity: 1;
    -webkit-transform:translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform:translateY(-50%) scale(1);
    transition-delay: .1s;
}
.cc-placeholder-added .pf.pf-diners{
    background-image: url(../images/diners-fbcbd3360f8e3f629cdaa80e93abdb8b.svg);
        opacity: 1;
    -webkit-transform:translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform:translateY(-50%) scale(1);
    transition-delay: .1s;
}
.cc-placeholder-added .pf.pf-jcb{
    background-image: url(../images/jcb-271fd06e6e7a2c52692ffa91a95fb64f.svg);
        opacity: 1;
    -webkit-transform:translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform:translateY(-50%) scale(1);
    transition-delay: .1s;
}
.StripeElement.focus {
    box-shadow: none;
    border-color: #f99f1b;
}
.StripeElement.invalid{
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
    color: #000;
}
.StripeElement.invalid + .pf {
    background-image: url(../images/invalidCard.svg);
    opacity: 1;
    height: 30px;
    -webkit-transform:translateY(-50%) scale(1);
    -ms-transform:translateY(-50%) scale(1);
    transform:translateY(-50%) scale(1);
    transition-delay: .1s;
}
.p-CardCvcIcons-group{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 12px;
}
.p-CardCvcIcons-svg {
    display: block;
    width: 2.3em;
    height: 2.3em;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.error.error_preview {
    color: red;
    font-size: 13px;
}
#card_cvv {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#card_cvv[type=number] {
    -moz-appearance:textfield;
}
.phone_code.cust-select .dropdown-menu {
    padding: 14px 4px;
}
.cust-select .dropdown-menu .bs-searchbox {
    padding: 4px 0;
}
.cust-select .dropdown-menu .bs-searchbox .form-control {
    padding: 5px;
    height: auto;
    border-color: #f99f1b;
    margin-bottom: 5px;
}
.lets-speak-wrap {
    background-color: #f1f1f1;
    position: relative;
    padding-top: 120px;
}
.lets-speak-wrap .lg-title {
    font-size: 48px;
    margin: 0;
}
.lets-speak-wrap .title-info {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin: 0;
}
.speak-panel {
    position: relative;
    margin-top: 20px;
}
.speak-panel .speak-panel-box {
    background: #fff;
    border-radius: 10px;
    padding: 0 20px 0 20px;
    max-width: 928px;
    margin: 0 auto;
}
.speak-panel.free-video-page .speak-panel-box {
    padding: 58px 20px 0 88px;
    max-width: 1175px;
}
.speak-panel .speak-panel-box .speak-box-inner {
    min-height: 610px;
    padding: 40px;
    max-width: 710px;
    margin: 0 auto;
}
.speak-panel.free-website-videos-subscribe-page .speak-panel-box {
    max-width: 100%;
}
.speak-panel.free-website-videos-subscribe-page .speak-panel-box .speak-box-inner{
    max-width: 800px;
    min-height: auto;
}
.speak-panel.free-video-page .speak-panel-box .speak-box-inner {
    min-height: 610px;
    padding: 0;
    max-width: 355px;
    margin: 0 auto;
    padding-bottom: 97px;
}
.speak-panel.free-video-page .speak-panel-box .speak-box-inner .select-box,
.speak-panel.free-website-videos-subscribe-page .speak-panel-box .speak-box-inner .select-box {
    display: flex;
}
.speak-panel.free-video-page .speak-panel-box .speak-box-inner .select-box .phone-num,
.speak-panel.free-website-videos-subscribe-page .speak-panel-box .speak-box-inner .select-box .phone-num {
    width: 70px;
    margin-right: 7px;
}

.speak-panel.free-video-page .speak-panel-box .speak-box-inner .select-box .phone-num .contact_name_title .dropdown-toggle {
}
.speak-panel.free-video-page .speak-panel-box .speak-box-inner .select-box .input-number,
.speak-panel.free-website-videos-subscribe-page .speak-panel-box .speak-box-inner .select-box .input-number
 {
    flex: 1;
}
.speak-panel.free-video-page .speak-panel-box .speak-box-inner .bootstrap-select.state_dropdown .dropdown-toggle {
}
.speak-panel.free-video-page .speak-panel-box .speak-box-inner .bootstrap-select.country_dropdown .dropdown-toggle {
}
.speak-panel .speak-panel-box .speak-box-inner .title {
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.speak-panel .speak-panel-box .speak-box-inner .form-group {
    margin-bottom: 13px;
}
.speak-panel .speak-panel-box .speak-box-inner .email-section .col-sm-4 {
    padding-right: 0;
}
.speak-panel .speak-panel-box .speak-box-inner .email-section .col-sm-5 .form-group input {
    /* max-width: 225px; */
}
.speak-panel .speak-panel-box .speak-box-inner .form-group h4{ 
    font-weight: 500;
    margin-bottom: 15px;
}
.speak-panel .speak-panel-box .speak-box-inner .form-group label {
    /* font-weight: 300; */
}
.speak-panel .speak-panel-box .speak-box-inner .form-group textarea.form-control {
    height: 120px;
    resize: none;
    overflow: auto;
    resize: none;
    /* resize: vertical; */
    /* width: 615px; */
}
.speak-panel .speak-panel-box .speak-box-inner .form-error {
    text-align: center;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group {
    padding: 8px 30px 50px 30px;
    margin-bottom: 0;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group .cust-check-input .chk-rd-item{
    padding: 10px 0;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group .cust-check-input .chk-rd-item:first-child{
    width: 100%;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group .cust-check-input .chk-rd-item{
    width: 33%;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group .cust-check-input .chk-rd-item label{
    font-weight: 300;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group label {
    /* margin-bottom: 12px; */
    /* font-weight: 600; */
}
.speak-panel .speak-panel-box .chk-rd-group.form-group .cust-radio-input {
    margin-left: 4px;
}
.speak-panel .speak-panel-box .chk-rd-group.form-group .cust-radio-input .chk-rd-item {
    margin: 0 8px;
}
.speak-box-inner::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}
.speak-box-inner::-webkit-scrollbar-thumb {
    background: #eaeaea;
}
.free-video-form {
    background: #f8f8f8;
    padding: 110px 0 150px 0;
}
.free-video-form .sm-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 23px 0;
}
.free-website-videos-subscribe-page .title{
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
}
.free-video-form .title-extra {
    font-size: 14px;
    line-height: 25px;
    color: #969696;
    text-align: center;
    margin: 23px 0 0 0;
}
.free-video-form .speak-panel .speak-panel-box .speak-box-inner {
    height: auto;
}
.free-video-form .free-video-page .form-btn,
.free-website-videos-subscribe-page .form-btn {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    z-index: 999;
}
.add-authorized-wrap {
    background-color: #f1f1f1;
    position: relative;
    padding: 200px 0;
}
.add-authorized-wrap .lg-title {
    font-size: 48px;
    margin: 0;
}
.add-authorized-wrap .title-info {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin: 0;
}
.add-authorized-wrap .add-authorized-panel {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 58px 0 90px 0;
    max-width: 928px;
    margin: 40px auto 0;
}
.add-authorized-wrap .form-btn {
    margin-top: 50px;
}
.grecaptcha-badge {
    display: none;
}
.captcha_note {
    margin-top: 20px;
    color: #666;
    font-size: 13px;
}
.subscribe-content {
    padding: 121px 0;
    background: #f1f1f1;
    position: relative;
}
.subscribe-content .sm-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
}
.subscribe-content .subscribe-nav {
    max-width: 246px;
    margin: 0 auto 53px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
}
.subscribe-content.trial-to-paid .subscribe-nav {
    max-width: 300px;
}

.subscribe-content .subscribe-nav:before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
}
.subscribe-content .subscribe-nav .subscribe-step {
    position: relative;
    flex: 0 0 147px;
    max-width: 147px;
    text-align: center;
}
.subscribe-content .subscribe-nav .subscribe-step.disable {
    cursor: not-allowed;
}
.subscribe-content .subscribe-nav .subscribe-step.disable a {
    pointer-events: none;
    user-select: none;
}
.subscribe-content .subscribe-nav .subscribe-step:nth-child(1) {
    margin-left: calc(-147px / 2);
}
.subscribe-content .subscribe-nav .subscribe-step:nth-child(2) {
    margin-left: calc(147px / 1.4);
}
.subscribe-content.trial-to-paid .subscribe-step:nth-child(2) {
    margin-left: 0
}
.subscribe-content.trial-to-paid .subscribe-step:nth-child(3) {
    margin-right: calc(-147px / 2);
}
.subscribe-content .subscribe-nav .subscribe-step a.active span {
    color: #000;
}
.subscribe-content .subscribe-nav .subscribe-step a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #a0a0a0;
    position: relative;
}
.subscribe-content .subscribe-nav .subscribe-step a span:before {
    height: 18px;
    width: 18px;
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.subscribe-content .subscribe-nav .subscribe-step a.active span:after {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    background-color: #f99f1b;
    border-radius: 100%;
    top: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.subscribe-step-box .form-group {
    margin-bottom: 12px;
}
.subscribe-step-box .panel {
    padding: 60px 53px;
    border-radius: 10px;
    margin: 0;
    box-shadow: none;
    min-height: 100%;
    position: relative;
}
.subscribe-step-box .panel .form-head {
    text-align: center;
    margin-bottom: 62px;
}
.subscribe-step-box .panel.panel-sm-padd {
    padding: 60px 41px 50px 37px;
}
.subscribe-step-box .panel.panel-sm-padd .form-head {
    margin-bottom: 56px;
}
.subscribe-content .row.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.subscribe-content .form-head {
    font-size: 24px;
    line-height: 25px;
}
.subscribe-step-box .personal_info_area .form-group {
    margin-bottom: 27px;
}
.subscribe-step-box .personal_info_area .form-group label {
    text-transform: capitalize;
}
.subscribe-step-box .cust-add-item {
    margin-top: 15px;
}
.subscribe-step-box .cust-add-item .form-group label {
    font-size: 17px;
}
.subscribe-step-box .cust-add-item > a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    display: flex;
    align-items: center;
    margin-left: 1px;
}
.subscribe-step-box .cust-add-item > a[aria-expanded="true"] i {
    color: #f99f1b;
}
.subscribe-step-box .cust-add-item > a[aria-expanded="true"] i:before {
    content: "\e901";
    font-size: 4px;
}
.subscribe-step-box .cust-add-item > a > i {
    margin-right: 15px;
    line-height: 20px;
    font-size: 20px;
    color: #000;
    display: flex;
}
input::-webkit-contacts-auto-fill-button ,
input::-webkit-credentials-auto-fill-button{
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
.shipping-address-group {
    padding-left: 30px;
    margin-top: -6px;
}
.billing-address-group.ferror,
.shipping-address-group.ferror {
    padding: 11px 22px 15px;
    margin: -11px 0 0 0;
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
    border-radius: 5px;
    clear: both;
}
.shipping-same-address {
    padding: 10px 0 15px 30px;
}
.billing-same-address {
    padding: 10px 0 15px 30px;
}
.billing-same-address p,
.shipping-same-address p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #000;
}
.col-grid-1 {
    max-width: 621px;
    flex: 0 0 621px;
    padding: 0 10px 0 0;
}
.col-grid-2 {
    max-width: 552px;
    flex: 0 0 552px;
    padding: 0 0 0 10px;
}
#step-confirmation {
    max-width: 1148px;
    margin: 0 auto;
}
.subscription-calc-note{
margin-top: auto;
}
.subscribe-step-box .panel.subscribe-step-prd {
    padding: 40px 60px 18px 60px;
    margin-bottom: 12px;
    min-height: 100%;
    height: 100%;
}
.subscribe_calculation{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.subscribe-step-box .panel.subscribe-step-promo {
    padding: 23px 65px;
    margin-bottom: 12px;
    min-height: auto;
}
.subscribe-step-box .panel.subscribe-step-payment {
    padding: 54px 46px 40px 52px;
    margin-bottom: 0;
    min-height: 658px;
}
.subscribe-step-box .panel.subscribe-step-payment .form-group {
    margin-bottom: 17px;
}
.subscribe-step-box .panel.subscribe-step-prd .form-head {
    margin-bottom: 28px;
    text-align: left;
}
.subscribe-step-prd ul {
    margin: 0;
    padding: 0 0 5px 0;
    list-style: none;
    border-bottom: 1px solid #cbcbcb;
    color: #000;
}
.subscribe-step-prd ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
.img_wrapper {
    position: relative;
    background: #a0a0a0;
    overflow: hidden;
}
.img_wrapper img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.img_wrapper.loaded img {
    opacity: 1;
}
.css_loader {
  border: 5px solid #1d1d1d; /* Light grey */
  border-top: 5px solid transparent; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.css_spinner {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    opacity: 0.3;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.css_spinner .half {
    position: absolute;
    width: 24px;
    height: 48px;
    top: 0;
    overflow: hidden;
}
.css_spinner .left {
    left: 0;
    -webkit-border-radius: 999px 0 0 999px;
    -moz-border-radius: 999px 0 0 999px;
    border-radius: 999px 0 0 999px;
}
.css_spinner .right {
    left: 24px;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    border-radius: 0 999px 999px 0;
}
.css_spinner .band {
    position: absolute;
    width: 24px;
    height: 48px;
    background: #922d8d;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-animation: cssSpinnerRight 1s infinite linear;
    -moz-animation: cssSpinnerRight 1s infinite linear;
}
.css_spinner .left .band {
    left: 0;
    border-left: 24px solid #fafafa;
    -webkit-animation: cssSpinnerLeft 1s infinite linear;
    -moz-animation: cssSpinnerLeft 1s infinite linear;
}
.css_spinner .right .band {
    right: 0;
    border-right: 24px solid #fafafa;
}
@-webkit-keyframes cssSpinnerLeft {
    0% {
        -webkit-transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes cssSpinnerRight {
    0% {
        -webkit-transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes cssSpinnerLeft {
    0% {
        -moz-transform: rotate(0);
    }
    25% {
        -moz-transform: rotate(0);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes cssSpinnerRight {
    0% {
        -moz-transform: rotate(0);
    }
    25% {
        -moz-transform: rotate(180deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
.subscribe-step-prd .ssp-name {
    font-size: 16px;
    line-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
}
.subscribe-step-prd .ssp-name .tooltip {
    width: 213px;
}
.subscribe-step-prd .ssp-name .tooltip .tooltip-inner {
    width: 213px;
}
.subscribe-step-prd .ssp-name .tooltip p {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.subscribe-step-prd .ssp-name .tooltip .tooltip-inner img {
    margin-left: 17px;
}
.subscribe-step-prd .ssp-name .tooltip h4 {
    font-weight: 700;
    color: #000;
    font-size: 10px;
}
.subscribe-step-prd .ssp-name .wr-help {
    margin: 0 19px 0 14px;
    font-size: 14px;
}
.subscribe-step-prd .ssp-name .cust-check-input .chk-rd-item {
    margin: 0;
    position: relative;
    top: -2px;
    user-select: none;
}
.subscribe-step-prd .ssp-price {
    display: flex;
    align-items: flex-start;
}
.subscribe-step-prd .ssp-price .ssp-price-off {
    margin-right: 12px;
    white-space: nowrap;
}
.subscribe-step-prd .ssp-price .ssp-price-off span {
    background: #f99f1b;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: normal;
}
.subscribe-step-prd .ssp-price .ssp-price-final {
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
    min-width: 57px;
    text-align: right;
}
.subscribe-step-prd .ssp-price .ssp-price-final del {
    display: block;
    color: #969696;
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    line-height: 14px;
    text-decoration: none;
    position: relative;
}
.subscribe-step-prd .ssp-price .ssp-price-final del > b {
    font-weight: 300;
    position: relative;
}
.subscribe-step-prd .ssp-price .ssp-price-final del > b:before {
    content: "";
    background-color: #969696;
    height: 1px;
    width: 100%;
    position: absolute;
    transform: rotate(15deg);
    top: 8px;
    pointer-events: none;
}
.subscribe-step-prd .ssp-subscription {
    margin-bottom: 21px;
}
.subscribe-step-prd .ssp-hardware {
    margin-bottom: 18px;
    border-bottom: 2px dashed #878787;
    padding-bottom: 20px;
}
.subscribe-step-prd .ssp-hardware > li {
    margin-bottom: 15px;
}
.subscribe-step-prd .table {
    margin: 0;
}
.subscribe-step-prd .table td {
    border-top: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 2px 8px;
    text-align: right;
}
.subscribe-step-prd .table tfoot td {
    font-size: 18px;
    padding: 4px 8px;
    position: relative;
}
.subscribe-step-prd .table tfoot td.price-loader:after {
    content: "";
    height: 28px;
    width: 28px;
    position: absolute;
    right: -28px;
    background-color: #1d1d1d;
    background-image: url(../images/btn-loader.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    top: 0;
    border-radius: 4px;
}
.billing-address-group {
    margin: 24px 0 20px 38px;
}
.subscribe-step-box .panel.subscribe-step-payment .form-half-btn {
    bottom: -20px;
    padding: 0 77px;
    left: 13px;
}
.subscribe-step-box .panel.subscribe-step-promo .form-head {
    margin-bottom: 7px;
    text-align: left;
    font-size: 18px;
}
.subscribe-step-promo .promo-box {
    position: relative;
}
.subscribe-step-promo .promo-box .promo-input {
    display: flex;
    align-items: stretch;
    position: relative;
}
.subscribe-step-promo .promo-box .promo-input .form-control {
    max-width: 245px;
    flex: 0 0 245px;
    margin-right: 18px;
}
.subscribe-step-promo .promo-box .promo-input .btn {
    max-width: 110px;
    flex: 0 0 110px;
    min-width: auto;
}
.subscribe-step-promo .promo-box .promo-apply {
    display: flex;
    align-items: center;
}
.subscribe-step-promo .promo-box .promo-apply p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0 11px 0 0;
}
.subscribe-step-promo .promo-box .promo-apply span {
    background: #53de50;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 3px 11px;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
}
.subscribe-step-promo .promo-box .promo-apply a {
    margin: 0 0 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.ssp-name .cust-select {
    width: 50px !important;
    height: 29px !important;
}
.ssp-name .cust-select .btn-default {
    padding: 2px 10px;
    font-weight: 400;
    font-size: 14px;
    height: 30px !important;
}
.ssp-name .cust-select .dropdown-menu {
    padding: 4px 2px;
}
.ssp-name .cust-select .dropdown-menu li {
    justify-content: center;
}
.subscribe-step-box .panel.subscribe-step-payment .form-head {
    margin-bottom: 18px;
}
.subscribe-step-box .panel.subscribe-step-payment .ssp-cc-img {
    margin: 0 auto 38px;
    display: block;
}
.editing-tool-wrap-section .editing-nav {
    top: 126px !important;
}
.referral-wrapper {
    position: relative;
    padding: 141px 0 0 0;
}
.referral-process {
    padding: 57px 0 100px 0;
}
.referral-process.form-page {
    background-color: #f6f6f6;
}
.referral-wrapper .lg-title {
    font-size: 68px;
    margin: 0;
}
.referral-wrapper .lg-title span {
    color: #f99f1b;
}
.referral-wrapper .title-info {
    font-weight: 500;
    font-size: 24px;
    line-height: 80px;
    color: #000;
    margin: 23px 0 0 0;
}
.greybg {
    background-color: #f1f1f1;
}
.apply-btn {
    width: 166px;
    height: 40px;
    display: inline-block;
    background: linear-gradient(115.78deg, #f99f1b 17.31%, #fc631c 98.76%);
    border-radius: 5px;
    color: #fff;
    padding: 10px 12px;
}
.apply-btn:hover {
    color: #fff;
}
.referral-wrapper p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin: 0 0 123px 0;
    text-align: center;
}
.referral-wrapper .referral-process .btn-section {
    margin-top: 202px;
    text-align: center;
}
.referral-wrapper .referral-process .sm-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 80px;
    color: #000;
    margin: 0;
}
.referral-wrapper .referral-process .referral-process-row {
    position: relative;
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item {
    flex: 1;
    max-width: 100%;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.sign_up img {
    width: 104px;
    height: 105px;
    object-fit: contain;
    object-position: bottom;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.promote img {
    width: 131px;
    height: 105px;
    object-fit: contain;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.get_paid img {
    width: 87px;
    height: 105px;
    object-fit: contain;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow_img {
    width: 54px;
    max-width: 54px;
    margin-top: 47px;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow_img img {
    width: 44px;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.submit-form img {
    width: 91px;
    height: 102px;
    object-fit: contain;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.become-customer img {
    width: 216px;
    height: 102px;
    object-fit: contain;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.get-free img {
    width: 246px;
    height: 102px;
    object-fit: contain;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 40px;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow {
    width: 100px;
    max-width: 142px;
    margin-top: 30px;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow img {
    max-width: 44px;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item h4 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin: 0;
    white-space: nowrap;
}
.referral-wrapper .referral-process .referral-process-row .referral-process-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin: 12px 0 0 0;
}
.referral-form-box {
    padding: 100px 0 54px 0;
    position: relative;
}
.referral-form-box .form-head {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color: #000;
    margin: 0 0 55px 0;
}
.referral-form-box .form-btn {
    margin-top: 50px;
    text-align: center;
}
.referral-form-box .form-note {
    margin-top: 70px;
    text-align: center;
}
.affiliate-wrap .title-info {
    line-height: 30px;
    margin: 43px 0 108px 0;
    font-size: 18px;
}
.notice-board {
    background: #f4f4f4;
    border-radius: 2px;
    text-align: center;
    padding: 75px 0 64px 0;
    margin-bottom: 91px;
    max-width: 1177px;
}
.notice-board h5 {
    font-size: 25px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 22px;
    font-weight: 700;
}
.notice-board p {
    margin: 0;
    line-height: 25px;
    margin-bottom: 15px;
}
.affiliate-form-box {
    padding: 69px 0 109px 0;
}
.affiliate-form-box .form-group label {
    font-weight: 500;
}
.affiliate-form-box .form-head {
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    margin: 0 0 7px 0;
}
.affiliate-form-box .title-info {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 72px;
}
.video-wrap-box {
    position: relative;
    height: 100%;
}
.video-wrap-box .video-wrap-item {
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.video-wrap-box .video-wrap-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrap-box .video-wrap-item video {
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: block;
    object-fit: cover;
}
.video-wrap-box .video-wrap-controls {
    position: sticky;
    bottom: 38px;
    padding-right: 50px;
    text-align: right;
    z-index: 9;
}
.video-wrap-box .video-wrap-controls a {
    color: #fff;
    margin-left: 25px;
}
.video-wrap-box .video-wrap-controls a i {
    font-size: 24px;
    line-height: 24px;
}
.video-wrap-box .video-wrap-content {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
}
.video-wrap-box .video-wrap-content h1 {
    font-weight: 700;
    font-size: 68px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin: 0 0 35px 0;
    text-transform: capitalize;
}
.video-wrap-box .video-wrap-content h1.mb-0{
    margin-bottom: 0;
}
.video-wrap-box .video-wrap-content .title-info {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.video-wrap-box .video-wrap-content .video-button-row {
    text-align: center;
    margin-top: 42px;
}
.video-wrap-box .video-wrap-overlay {
    background: #161616;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-wrap-box .video-wrap-intro {
    position: relative;
    padding: 0 0 200px 0;
    margin-top: -200px;
}
.video-wrap-box .video-wrap-intro h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    margin: 0 0 100px;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.video-wrap-box .video-wrap-intro h2.inactive {
    transform: translateY(100px);
    opacity: 0;
}
.video-wrap-box .video-wrap-intro h2.active {
    transform: translateY(0);
    opacity: 1;
}
.video-wrap-box .video-wrap-nav {
    position: sticky;
    bottom: 0;
    background: rgba(10, 10, 10, 0.5);
    backdrop-filter: blur(38px);
    z-index: 10;
    height: 82px;
    border-radius: 10px 10px 0 0;
    max-width: 1180px;
    margin: 0 auto;
    padding: 23px 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-wrap-box .video-wrap-nav a {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #959595;
}
.video-wrap-box .video-wrap-nav a.active {
    color: #fff;
}
.video-wrap-box:not(.no-anim-video) .video-wrap-nav a:hover {
    color: #f99f1b;
}
.video-wrap-box.no-anim-video .video-wrap-nav a:hover {
    color: #fff;
}
.video-wrap-box.no-anim-video .video-wrap-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-wrap-box.no-anim-video .video-wrap-controls {
    position: absolute;
    right: 0;
}
.image-wrap-box {
    position: relative;
    height: 100%;
}
.image-wrap-box .image-wrap-item {
    position: sticky;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.image-wrap-box .image-wrap-item img {
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: block;
    object-fit: cover;
}
.image-wrap-box .image-wrap-content {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
}
.image-wrap-box .image-wrap-content h1 {
    font-weight: 700;
    font-size: 68px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin: 100px 0 35px 0;
}
.image-wrap-box .image-wrap-content .title-info {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.image-wrap-box .image-wrap-overlay {
    background: #161616;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.image-wrap-box .image-wrap-intro {
    position: relative;
    padding: 0 0 200px 0;
    margin-top: -200px;
}
.image-wrap-box .image-wrap-intro h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 100px;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    text-align: center;
}
.image-wrap-box .image-wrap-intro h2.inactive {
    transform: translateY(100px);
    opacity: 0;
}
.image-wrap-box .image-wrap-intro h2.active {
    transform: translateY(0);
    opacity: 1;
}
.image-wrap-box .image-wrap-intro .image-wrap-two {
    margin: 0 0 130px;
    position: relative;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.image-wrap-box .image-wrap-intro .image-wrap-two.active {
    transform: translateY(0);
    opacity: 1;
}
.image-wrap-box .image-wrap-intro .image-wrap-two.inactive {
    transform: translateY(100px);
    opacity: 0;
}
.image-wrap-box .image-wrap-intro .image-wrap-two ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
}
.image-wrap-box .image-wrap-intro .image-wrap-two ul li {
    display: block;
    text-align: center;
}
.image-wrap-box .image-wrap-intro .image-wrap-two ul li img {
    display: block;
    margin: 0 auto 32px;
    max-width: 133px;
}
.image-wrap-box .image-wrap-intro .image-wrap-two ul li p {
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    color: #fff;
}
.image-wrap-box .image-wrap-intro .image-wrap-three {
    text-align: left;
    margin-bottom: 0;
}
.image-wrap-box .image-wrap-intro .image-wrap-one {
    margin: 0 0 160px;
}
.why-thalamus-wrap {
    position: relative;
    height: 100%;
}
.why-thalamus-wrap .wt-head {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.why-thalamus-wrap .wt-head .sm-title {
    font-size: 64px;
    margin: 0;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
}
.why-thalamus-wrap .wt-head-bg {
    height: 100vh;
    position: sticky;
    top: 0;
    background-image: url(../images/whats-thalamus/why-thalamus.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.why-thalamus-wrap .wt-overlay {
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.why-thalamus-wrap .wt-information {
    position: relative;
    padding: 0 0 200px 0;
    margin-top: -200px;
    z-index: 2;
}
.why-thalamus-wrap .wt-information .container {
    max-width: 1010px;
    margin: 0 auto;
}
.why-thalamus-wrap .wt-information img,
.why-thalamus-wrap .wt-information p {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 90px;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.why-thalamus-wrap .wt-information img {
    margin-bottom: 0;
}
.why-thalamus-wrap .wt-information img.inactive,
.why-thalamus-wrap .wt-information p.inactive {
    transform: translateY(100px);
    opacity: 0;
}
.why-thalamus-wrap .wt-information img.active,
.why-thalamus-wrap .wt-information p.active {
    transform: translateY(0);
    opacity: 1;
}
.benefits-wrap {
    position: relative;
    padding: 140px 0;
    background-color: #f8f8f8;
}
.benefits-wrap .sm-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 36px;
    color: #000;
    margin: 0;
}
.benefits-wrap .benefits-panel {
    background: #fff;
    border-radius: 10px;
    border-top: 16px solid #f99f1b;
    margin-top: 60px;
    padding: 49px 35px 58px 35px;
}
.benefits-wrap .benefits-panel h4 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin: 0 0 29px 0;
    text-align: center;
}
.benefits-wrap .benefits-panel h4 span {
    color: #f99f1b;
}
.benefits-wrap .benefits-panel .benefits-panel-row {
    display: flex;
    align-items: center;
    position: relative;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-img {
    flex: 1;
    max-width: 100%;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list {
    flex: 0 0 550px;
    max-width: 550px;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul {
    list-style: none;
    position: relative;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li {
    display: block;
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    padding-left: 36px;
    position: relative;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li:before {
    content: "";
    background-image: url(../images/check.svg);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 9px;
}
.benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li:last-child {
    margin-bottom: 0;
}
.available-on-devices {
    background: #f8f8f8;
    padding: 42px 0;
}
.available-on-devices .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.available-on-devices .sm-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 64px;
    color: #000;
    margin: 0 19px 0 0;
}
.available-on-devices .devices-on-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.available-on-devices .devices-on-panel .dp-items {
    position: relative;
    margin-left: 50px;
}
.available-on-devices .devices-on-panel .dp-items img {
    max-width: 100%;
}
.available-on-devices .devices-on-panel .dp-items:nth-child(4) img {
    max-width: 140px;
}
.available-on-devices .devices-on-panel .dp-items:nth-child(2) img {
    max-width: 193px;
}
.available-on-devices .devices-on-panel .dp-items.microsoft img {
    max-width: 196px;
}
.available-on-devices .devices-on-panel .dp-items.android img {
    max-width: 160px;
}
.available-on-devices .devices-on-panel .dp-items i {
    margin-left: 5px;
}
.available-on-devices .tooltip.ttip-cust {
    top: -10px !important;
}
.available-on-devices .tooltip.ttip-cust .tooltip-inner {
    background: #dedede;
    max-width: 230px;
    width: 230px;
}
.available-on-devices .tooltip.ttip-cust.right .tooltip-arrow {
    border-right-color: #dedede;
    top: 20px;
}
.available-on-devices .tooltip.ttip-cust .tooltip-inner img {
    margin: 0 auto;
    display: block;
}
.available-on-devices .tooltip.ttip-cust .tooltip-inner h4 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin: 9px 0 0 0;
}
.summary-wrapper {
    position: relative;
    padding: 93px 0 78px;
}
.summary-wrapper .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin: 0 0 44px 0;
}
.summary-wrapper .img-block {
    max-width: 100%;
    width: 100%;
}
.website-videos-img .img-block {
    max-width: 500px;
}
.summary-wrapper-inner{
    max-width: 970px;
    margin: 0 auto;
}
.summary-wrapper p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    /* text-align: center; */
    margin: 26px 0 0 0;
}
.summary-wrapper .summary-video {
    background-image: url(../images/waiting-product/summery-tv.png);
    max-width: 1118px;
    height: 645px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13px 0 0 75px;
}
.chairside-wrapper.summary-wrapper p,
.operatory-room.summary-wrapper p,
.website-videos.summary-wrapper p {
    text-align: left;
}
.summary-wrapper .summary-video.operatory {
    background-image: url(../images/waiting-product/summery-tv-operatory.png);
}
.summary-wrapper .summary-video video {
    width: 922px;
    height: 519px;
    object-fit: cover;
    display: block;
}
.summary-wrapper.customization-player {
    padding: 100px 0;
}
.summary-wrapper.customization-player .img-block{
     margin: 50px auto;
}
.summary-wrapper.customization-player .sm-title {
    margin-bottom: 0;
}
.summary-wrapper.customization-player p.text-center {
    margin: 0 auto 48px auto;
    max-width: 870px;
}
.summary-wrapper.security-system {
    padding: 136px 0 110px;
}
.summary-wrapper.security-system .sm-title {
    margin-bottom: 26px;
}
.summary-wrapper.security-system p {
    margin: 0 0 50px 0;
    text-align: left;
}
.summary-wrapper.settings-wrap {
    padding: 141px 0 145px;
    background: #f8f8f8;
}
.summary-wrapper.settings-wrap .sm-title {
    margin-bottom: 27px;
}
.summary-wrapper.settings-wrap p {
    margin: 0 0 80px 0;
    text-align: center;
}
.summary-wrapper.subscribe-wrap {
    padding: 125px 0 137px;
    background: #f8f8f8;
}
.summary-wrapper.subscribe-wrap .sm-title {
    margin-bottom: 27px;
}
.summary-wrapper.subscribe-wrap p {
    margin: 0 0 70px 0;
    text-align: center;
}
.summary-wrapper.shareable-wrap {
    padding: 117px 0 94px;
    background: #f8f8f8;
}
.summary-wrapper.shareable-wrap .sm-title {
    margin-bottom: 27px;
}
.summary-wrapper.shareable-wrap p {
    margin: 0 0 80px 0;
    text-align: center;
}
.animation-wrapper {
    background: #f8f8f8;
    position: relative;
    padding: 126px 0 62px;
}
.animation-wrapper .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 12px;
}
.animation-wrapper .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    max-width: 972px;
    margin: 0 auto 12px;
    text-align: left;
}
.animation-wrapper p.title-link {
    text-align: center;
    margin: 0 0 36px 0;
}
.animation-wrapper p.title-link a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
}
.animation-wrapper video {
    max-width: 1052px;
    height: 664px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.industry-professionals {
    position: relative;
    padding: 146px 0;
}
.industry-professionals .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 26px 0;
}
.industry-professionals .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
}
.editing-tool-wrap {
    background: #f8f8f8;
    position: relative;
    padding: 124px 0 167px;
}
.editing-tool-wrap .container {
    width: 1380px;
}
.editing-tool-wrap .grid-3 {
    flex: 0 0 400px;
    max-width: 400px;
    padding-right: 60px;
}
.editing-tool-wrap .grid-9 {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
}
.editing-tool-wrap .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 12px;
}
.editing-tool-wrap .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 124px 0;
}
.editing-tool-wrap h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
    color: #000;
    margin: 0;
}
.editing-tool-wrap h4:nth-child(2) {
    margin-right: 16px;
}
.editing-tool-wrap h4:last-child {
    margin-right: -16px;
}
.editing-tool-wrap .et-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.editing-tool-wrap .button-row {
    margin-top: 64px;
}
.editing-tool-wrap .button-row .btn:not(:last-child) {
    margin-bottom: 45px;
}
.multiple-devices-wrap {
    position: relative;
    padding: 132px 0 221px 0;
}
.multiple-devices-wrap .sm-title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 17px 0;
}
.multiple-devices-wrap .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
}
.multiple-devices-wrap .md-images-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 141px;
}
.multiple-devices-wrap .md-images-list img {
    display: block;
    max-width: 100%;
}
.multiple-devices-wrap .md-access-type {
    margin-top: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.multiple-devices-wrap .md-access-type a {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    backdrop-filter: blur(9px);
    width: 241.55px;
    height: 72.28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.multiple-devices-wrap .md-access-type a img {
    display: block;
    max-width: 100%;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .tab-wrap-nav {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        background: rgba(10, 10, 10, 0.6);
    }
}
.tab-wrap-nav {
    margin: 0 auto;
    list-style: none;
    background: rgba(10, 10, 10, 0.6);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    max-width: 1180px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.tab-wrap-nav:after {
    position: absolute;
    content: "";
    background: rgba(82, 82, 82, 0.6);
    border-radius: 1px;
    height: 7px;
    top: -7px;
    left: 0;
    right: 0;
}
.tab-wrap-nav a {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    position: relative;
    height: 54px;
    padding: 9px 0;
    flex: 1;
    text-align: center;
}
.tab-wrap-nav a:after {
    position: absolute;
    content: "";
    border-radius: 1px;
    background: #f99f1b;
    height: 7px;
    top: -7px;
    left: 0;
    width: 0;
}
.tab-wrap-nav a.active:after {
    width: 100%;
    right: 0;
    z-index: 11;
}
.tab-wrap-nav a:hover::after {
    width: 100%;
    right: 0;
    z-index: 11;
}
.multiple-languages-wrap {
    background: #f8f8f8;
    padding: 130px 0 118px;
    position: relative;
}
.multiple-languages-wrap .sm-title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 17px 0;
}
.multiple-languages-wrap .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 56px 0;
}
.multiple-languages-wrap .ml-items-row .multilingual-m-finder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.multiple-languages-wrap .ml-list {
    background: #3c3c3c;
    border-radius: 19px;
    width: 242px;
    margin-right: -32px;
}
.multiple-languages-wrap .ml-list.mobile {
    display: none;
}
.multiple-languages-wrap .ml-list ul {
    margin: 0;
    padding: 30px 67px 24px 56px;
    position: relative;
}
.multiple-languages-wrap .ml-list ul li {
    display: block;
    position: relative;
}
.multiple-languages-wrap .ml-list ul li:not(:last-child) {
    margin-bottom: 14px;
}
.multiple-languages-wrap .ml-list ul li:not(:last-child):after {
    content: "";
    background-color: #8b8b8b;
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -6px;
}
.multiple-languages-wrap .ml-list ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
}
.multiple-languages-wrap .ml-list ul li a.active,
.multiple-languages-wrap .ml-list ul li a:hover {
    color: #f99f1b;
}
.multiple-languages-wrap .ml-preview {
    position: relative;
    z-index: 1;
    width: 790px;
    height: 452px;
}
.multiple-languages-wrap .ml-preview img {
    max-width: 100%;
}
.multiple-languages-wrap .button-row {
    margin-top: 95px;
    text-align: center;
}
.multiple-languages-wrap .button-row .btn {
    min-width: 260px;
}
.multiple-languages-wrap .button-row .btn + .btn {
    margin-left: 50px;
}
.app-screens-wrap {
    position: relative;
    padding: 109px 0 118px;
}
.app-screens-wrap .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 26px 0;
}
.app-screens-wrap .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 0;
}
.app-screens-wrap .as-img-items {
    margin-top: 76px;
    margin-bottom: 55px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.app-screens-wrap .as-img-items .as-img-box {
    flex: 0 0 50%;
    max-width: 50%;
}
.app-screens-wrap .as-img-items .as-img-box img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease-in-out;
    border-radius: 5px;
}
.app-screens-wrap .as-img-items .as-img-box img:hover {
    transform: scale(1.4);
}
.app-screens-wrap .as-img-items .as-img-box:nth-child(1),
.app-screens-wrap .as-img-items .as-img-box:nth-child(2) {
    margin-bottom: 70px;
}
.app-screens-wrap .button-row {
    text-align: center;
}
.app-screens-wrap .button-row .btn {
    min-width: 292px;
}
.app-screens-wrap .button-row .btn + .btn {
    margin-left: 92px;
}
.practice-services-wrap {
    position: relative;
    padding: 146px 0 108px;
    background: #f8f8f8;
}
.practice-services-wrap .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 26px 0;
}
.practice-services-wrap .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 0;
}
.practice-services-wrap .ps-img-items {
    margin-top: 76px;
    margin-bottom: 111px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.practice-services-wrap .ps-img-items.ps-img-items-one {
    margin-bottom: 40px;
    margin-top: 48px;
}
.practice-services-wrap .ps-img-items .ps-img-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.practice-services-wrap .ps-img-items.ps-img-items-one .ps-img-box {
    flex: 0 0 100%;
    max-width: 100%;
}
.practice-services-wrap .ps-img-items .ps-img-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease-in-out;
}
.practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box img:hover {
    transform: scale(1.4);
}
.practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(1),
.practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(2) {
    margin-bottom: 25px;
}
.practice-services-wrap .button-row {
    text-align: center;
}
.practice-services-wrap .button-row .btn {
    min-width: 292px;
}
.practice-services-wrap .button-row .btn + .btn {
    margin-left: 92px;
}
.trivia-tool-wrap {
    position: relative;
    padding: 166px 0 204px;
}
.trivia-tool-wrap .grid-3 {
    flex: 0 0 550px;
    max-width: 550px;
    padding-right: 55px;
}
.trivia-tool-wrap .grid-9 {
    flex: 0 0 calc(100% - 598px);
    max-width: calc(100% - 598px);
    align-items: center;
    display: flex;
}
@media screen and (min-width: 1900px) {
    .channel-creation-wrap .grid-9 .channel-image,
    .trivia-tool-wrap .grid-9 .trivia-image {
        position: absolute;
        max-width: 941px;
        width: 100%;
    }
}
.trivia-tool-wrap .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 15px;
}
.trivia-tool-wrap .title-info {
    font-weight: 400;
    font-size: 23px;
    line-height: 40px;
    margin: 0 0 99px 0;
}
.trivia-tool-wrap h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
    color: #000;
    margin: 0 0 27px 0;
    min-height: 180px;
}
.trivia-tool-wrap .trivia-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.trivia-tool-wrap .button-row .btn {
    margin-bottom: 36px;
    min-width: 221px;
}
.trivia-tool-wrap .button-row .btn:not(.active) {
    background: #f3f3f3;
    border-color: #b5b5b5;
}
.trivia-tool-wrap .button-row .btn:nth-child(2n) {
    margin-left: 46px;
}
.trivia-tool-wrap .button-row .btn:nth-last-child(1),
.trivia-tool-wrap .button-row .btn:nth-last-child(2) {
    margin-bottom: 0;
}
.channel-creation-wrap {
    position: relative;
    padding: 145px 0 187px;
    background: #f9f9f9;
}
.channel-creation-wrap.schedule-wrapper {
    background-color: #fff;
}
.channel-creation-wrap .grid-3 {
    flex: 0 0 516px;
    max-width: 516px;
    padding-right: 47px;
}
.channel-creation-wrap .grid-9 {
    flex: 0 0 calc(100% - 516px);
    max-width: calc(100% - 516px);
    align-items: center;
    display: flex;
}
.channel-creation-wrap .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 15px;
}
.channel-creation-wrap .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 99px 0;
    text-align: left;
}
.channel-creation-wrap h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
    color: #000;
    margin: 11px 0 100px 0;
    min-height: 135px;
}
.channel-creation-wrap .channel-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.channel-creation-wrap .button-row .btn {
    margin-bottom: 36px;
    min-width: 143px;
}
.channel-creation-wrap .button-row .btn:nth-child(2n) {
    margin-left: 57px;
}
.channel-creation-wrap .button-row .btn:nth-last-child(1),
.channel-creation-wrap .button-row .btn:nth-last-child(2) {
    margin-bottom: 0;
}
.schedule-wrapper {
    position: relative;
    padding: 180px 0;
    display: flex;
}
.schedule-wrapper .sm-title {
    font-weight: 700;
    font-size: 42px;
    color: #000;
    line-height: 60px;
    margin-bottom: 48px;
    max-width: 489px;
    text-align: left;
}
.schedule-wrapper .schedule-note {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 47px;
}
.schedule-wrapper .schedule-img {
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.schedule-wrapper .schedule-note p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    max-width: 489px;
}
.schedule-wrapper .schedule-note p:not(:last-child) {
    margin-bottom: 20px;
}
.something-watch {
    position: relative;
    padding: 146px 0 230px;
    background: #f9f9f9;
}
.something-watch .sm-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin: 0;
}
.something-watch .title-info {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 34px 0 117px 0;
}
.something-watch ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
}
.something-watch ul li {
    position: relative;
    height: 153px;
    width: 257px;
    border-radius: 5px;
    overflow: hidden;
}
.something-watch ul li:not(:nth-child(3n)) {
    margin-right: 58px;
}
.something-watch ul li:not(:nth-child(n + 4)) {
    margin-bottom: 82px;
}
.something-watch ul li img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.something-watch ul li .sw-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.something-watch ul li .sw-overlay p {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
}
.curate-videos-wrap {
    position: relative;
    padding: 294px 0 248px 0;
    display: flex;
}
.curate-videos-wrap .sm-title {
    font-weight: 700;
    font-size: 42px;
    color: #000;
    line-height: 60px;
    margin-bottom: 34px;
    text-align: left;
}
.curate-videos-wrap .curate-videos-note {
    flex: 0 0 46%;
    max-width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.curate-videos-wrap .curate-videos-img {
    flex: 0 0 54%;
    max-width: 54%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 74px;
}
.curate-videos-wrap .curate-videos-note p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 0;
}
.curate-videos-wrap .curate-videos-box {
    max-width: 489px;
}
.video-steps-wrap {
    position: relative;
    background: #f8f8f8;
    padding: 139px 0 238px;
}
.video-steps-wrap .sm-title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 43px;
    margin: 0;
}
.video-steps-wrap .vs-panel-row {
    margin-top: 129px;
    display: flex;
    align-items: center;
}
.video-steps-wrap .vs-panel-row .vs-panel-items {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
    margin-right: 30px;
}
.video-steps-wrap .vs-panel-row .vs-panel-items.get-code img {
    max-width: 294px;
    width: 100%;
}
.video-steps-wrap .vs-panel-row .vs-panel-items.paste-code img {
    max-width: 330px;
    width: 100%;
}
.video-steps-wrap .vs-panel-row .vs-panel-items:last-child {
    flex: 0 0 55%;
    max-width: 55%;
    text-align: center;
}
.video-steps-wrap .vs-panel-row h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000;
    margin: 0;
    text-align: left;
}
.video-steps-wrap .vs-panel-row img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.section-toggle-wrapper {
    position: relative;
    padding: 330px 0 212px;
}
.section-toggle-wrapper.bg-gray {
    background: #f8f8f8;
}
.section-toggle-wrapper .grid-1 {
    flex: 0 0 47%;
    max-width: 47%;
    padding-right: 64px;
}
.section-toggle-wrapper .grid-2 {
    flex: 0 0 53%;
    max-width: 53%;
}
.section-toggle-wrapper .grid-1 .finder-item {
    max-width: 481px;
    margin-left: auto;
    margin-top: 40px;
}
.section-toggle-wrapper h4 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 43px 0;
}
.section-toggle-wrapper p {
    font-size: 24px;
    line-height: 40px;
    min-height: 80px;
    color: #000;
    margin: 0;
}
.section-toggle-wrapper .section-toggle-image img {
    display: block;
    margin-right: auto;
    max-width: 100%;
    width: 93%;
}
.section-toggle-wrapper .button-row {
    margin-top: 127px;
    max-width: 481px;
    margin-left: auto;
}
.section-toggle-wrapper .button-row .btn {
    margin-bottom: 36px;
    min-width: 225px;
}
.section-toggle-wrapper .button-row .btn:nth-child(2n) {
    margin-left: 27px;
}
.section-toggle-wrapper .button-row .btn:nth-last-child(1),
.section-toggle-wrapper .button-row .btn:nth-last-child(2) {
    margin-bottom: 0;
}
.section-toggle-wrapper .profile-c-finder .button-row {
    margin-top: 66px;
    max-width: 568px;
}
.section-toggle-wrapper .profile-c-finder .grid-1 {
    padding-right: 25px;
}
.section-toggle-wrapper .profile-c-finder .grid-1 .finder-item {
    max-width: 568px;
    margin-top: 20px;
}
.section-toggle-wrapper .profile-c-finder p {
    min-height: 200px;
}
.section-toggle-wrapper .locations-c-finder .grid-1 {
    padding-right: 25px;
}
.section-toggle-wrapper .locations-c-finder .grid-1 .finder-item {
    max-width: 560px;
}
.section-toggle-wrapper .authorization-c-finder .button-row {
    margin-top: 51px;
    max-width: 568px;
}
.section-toggle-wrapper .authorization-c-finder .button-row .btn {
    min-width: 166px;
    margin-bottom: 0;
}
.section-toggle-wrapper .authorization-c-finder .button-row .btn:not(:first-child) {
    margin-left: 26px;
}
.section-toggle-wrapper .authorization-c-finder .grid-1 {
    padding-right: 25px;
}
.section-toggle-wrapper .authorization-c-finder .grid-1 .finder-item {
    max-width: 568px;
    margin-top: 20px;
}
.section-toggle-wrapper .authorization-c-finder p {
    min-height: 120px;
}
.section-toggle-wrapper .payment-c-finder .button-row {
    margin-top: 123px;
    max-width: 445px;
}
.section-toggle-wrapper .payment-c-finder .button-row .btn {
    min-width: 140px;
    margin-bottom: 0;
}
.section-toggle-wrapper .payment-c-finder .button-row .btn:not(:first-child) {
    margin-left: 30px;
}
.section-toggle-wrapper .payment-c-finder .grid-1 {
    padding-right: 159px;
}
.section-toggle-wrapper .payment-c-finder .grid-1 .finder-item {
    max-width: 471px;
    margin-top: 40px;
}
.section-toggle-wrapper .payment-c-finder p {
    min-height: 80px;
}
.section-toggle-wrapper .language-c-finder .button-row {
    margin-top: 126px;
    max-width: 568px;
}
.section-toggle-wrapper .language-c-finder .button-row .btn {
    min-width: 244px;
    margin-bottom: 0;
}
.section-toggle-wrapper .language-c-finder .button-row .btn:not(:first-child) {
    margin-left: 42px;
}
.section-toggle-wrapper .language-c-finder .grid-1 {
    padding-right: 51px;
}
.section-toggle-wrapper .language-c-finder .grid-1 .finder-item {
    max-width: 568px;
    margin-top: 40px;
}
.section-toggle-wrapper .language-c-finder p {
    min-height: 80px;
}
.work-free-wrap {
    position: relative;
    padding: 53px 0 95px;
}
.work-free-wrap .panel-box {
    border-radius: 5px;
    border: 0.4px solid #000;
    padding: 50px;
}
.work-free-wrap .panel-box .sm-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 49px 0;
}
.work-free-wrap .panel-box .how-work-row {
    display: flex;
    align-items: flex-start;
    margin: 0 -30px;
}
.work-free-wrap .panel-box .how-work-row .how-work-item {
    flex: 0 0 calc(100% / 3 - 24px);
    max-width: calc(100% / 3 - 24px);
}
.work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(1) p {
    max-width: 260px;
    margin-left: 63px;
}
.work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(3) img {
    margin-top: 13px;
}
.work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2),
.work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) {
    flex: 0 0 60px;
    max-width: 60px;
    padding-top: 16px;
}
.work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2) img,
.work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) img {
    max-width: 35px;
}
.work-free-wrap .panel-box .how-work-row .how-work-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 246px;
    height: 81px;
    object-fit: contain;
    object-position: top;
    margin-top: 0 !important;
    margin-bottom: 68px;
}
.how-work-item.signup img {
    max-width: 193px !important;
}
.how-work-item.thalamus img {
    max-width: 210px !important;
}
.how-work-item.videos img {
    max-width: 130px !important;
}
.work-free-wrap .panel-box .how-work-row .how-work-item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin: 0;
}
.work-free-wrap .panel-box .button-box {
    margin-top: 60px;
    text-align: center;
}
.work-free-wrap .panel-box .why-free-row p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: center;
}
.work-free-wrap .panel-box .why-free-row ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    list-style: none;
    position: relative;
    padding: 49px 0 49px;
}
.work-free-wrap .panel-box .why-free-row ul li {
    display: block;
    text-align: center;
}
.work-free-wrap .panel-box .why-free-row ul li img {
    display: block;
    margin: 0 auto 10px;
    max-width: 85px;
}
.work-free-wrap .panel-box .why-free-row ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.viewslider {
    background: #eee;
    position: relative;
    padding: 56px 0 87px 0;
}
.viewslider .sm-title {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
}
.viewslider .view-images-swiper {
    width: 100%;
    height: 208px;
}
.viewslider .view-images-swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1.4);
}
.viewslider .view-images-swiper .swiper-slide {
    width: 265px;
    display: flex;
    align-items: center;
}
.viewslider .view-images-swiper .swiper-slide img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
    transition: transform 0.2s ease;
}
.viewslider-footer .swiper-pagination {
    bottom: 30px;
    left: 0;
    right: 0;
}
.viewslider-footer .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 10px;
    border-radius: 0;
    transition: width 0.2s ease-in-out;
    opacity: 1;
}
.viewslider-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 72px;
    background-color: #f99f1b;
}
.viewslider-footer .swiper-button-next,
.viewslider-footer .swiper-button-prev {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    --swiper-navigation-size: 37px;
    font-weight: 700;
    color: #f99f1b;
}
.feature-s-wrapper {
    position: relative;
    padding: 100px 0 100px 0;
}
.feature-s-wrapper .feature-s-content {
    /* padding: 0 0 120px 0; */
}
.feature-s-wrapper .feature-s-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 50px;
}
.feature-s-wrapper .feature-s-content h4 {
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}
.feature-s-wrapper .feature-s-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin: 0 auto;
    max-width: 505px;
}
.feature-s-wrapper .feature-s-button {
    text-align: center;
    padding-bottom: 61px;
}
.feature-s-wrapper .feature-s-button .btn + .btn {
    margin-left: 90px;
}
.feature-s-wrapper .feature-s-player {
    padding-top: 60px;
}
.feature-s-wrapper .feature-s-free-titles {
    padding: 71px 0 0 0;
}
.feature-s-wrapper .feature-s-free-titles .sm-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    margin-bottom: 63px;
}
.feature-s-wrapper .feature-s-free-titles ul {
    margin: 0 0 0 158px;
    padding: 0;
    list-style: none;
    max-width: 319px;
}
.feature-s-wrapper .feature-s-free-titles ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    display: block;
}

.includes-wrap{
    position: relative;
    background: #f8f8f8;
    padding: 100px 0 0px;
}
.includes-wrap .sm-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 50px 0;
}
.includes-wrap-img-box img{
    max-width: 122px;
    margin-bottom: 20px;
}
.includes-wrap-img-box{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
   
}
.includes-stape-boxs-warp{
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.includes-stape-boxs-warp  img{
    max-width: 100%;
}
.includes-stape-wrap{
    position: relative;
    background: #f8f8f8;
    padding: 0px 0 100px;
}
.includes-stape-box{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    flex: 0 0 calc(100% / 4 - 24px);
    max-width: calc(100% / 4 - 24px);
}
.includes-stape-box .text-warp,
.includes-stape-box .img-warp{
    max-width: 240px;
    margin: 0 auto;
}
.includes-stape-box .img-warp{
    min-height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.includes-stape-box.arrow-gray{
    max-width: 50px;
}
.placeholdertext{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}
.free_trial_wrap.confirmation-wrap{
    height: auto;
    padding-top: 200px;
}
.free_trial_wrap.confirmation-wrap .confirmation-btn{
    margin-top: 20px;
    margin-bottom: 50px;
}
.signin-stape-boxs-warp{
    display: flex;
    justify-content: center;
    padding: 50px 80px;
    align-items: center;
    margin: 0 auto;
    
}
.signin-stape-box{
    /* width: 486px; */
    /* height: 392px; */
    background: #FFFFFF;
    border-radius: 14px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    flex: 0 0 calc(100% / 3 - 30px);
    max-width: 500px;
    margin: 0 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding: 5em 25px 3em 25px;
    align-self: stretch;
    position: relative;
}
.signin-stape-box.arrow-gray{
    max-width: 50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.signin-stape-box p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
.signin-stape-box img{
    margin-top: 30px;
}
.download-stape-label{
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    width: 125px;
    height: 49px;
    top: 30px;
    left: -50px;
    background: #F99F1B;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.email_code_img{
    max-width: 135px;
    margin: 0 auto;
}
.btn-download{
    background: #F0F0F0;
    border-radius: 3px;
    font-size: 36px;
    /* line-height: 24px; */
    font-weight: 700;
    padding: 12px 20px;
    padding-right: 94px;
    position: relative;
    border: 0;
}
.btn-download::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 74px;
    background: #454545;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    right: 0;
    border-radius: 3px;
    background-image: url('../images/download_arrow.svg');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    transition: all 0.4s ease-in-out;
}
.btn-download:hover{
    color: #F99F1B;
}
.btn-download:hover::after{
    background: #F99F1B;
    background-image: url('../images/download_arrow.svg');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.share-video-wrapper{
    padding: 80px 15px 0px 15px;
}
.share-video-wrapper .ws_video{
    max-width: 1200px;
    margin: 0 auto;
}
.share-video-wrapper .lg-title{
    font-size: 36px;
    text-align: left;
    line-height: 1.5;
}


.share-video-header{
    margin-bottom: 30px;
}
.share-video-header p{
    color: #8A8A8A;
}
.share-video-wrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  max-width: 1193px;
  margin: 0 auto;
}
.share-video-wrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.free-website-videos-player-warp{
    padding: 80px 0;
}

.free-website-videos-player-warp .sm-title{
    font-size: 44px;
    margin-bottom: 80px;
    font-weight: 700;
}
.free-website-videos-inner-warp ul{
    padding-left: 20px;
}
.free-website-videos-player-warp ul li{
    font-size: 26px;
    padding: 5px 0;
}
.free-website-videos-player-warp ul li::marker{
    color: #F99F1B;
    font-size: 30px;
    line-height: 20px;
}
.free-website-videos-inner-warp{
    max-width: 980px;
    margin: 0 auto;
}
.example-website-player-warp,
.list-of-free-videos-warp{
    background-color: #F9F9F9;
    padding: 50px 0;
}
.example-website-player-warp .sm-title,
.quick-easy-warp .sm-title,
.list-of-free-videos-warp .sm-title,
.why-it-free-wrap .sm-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 23px 0;
}
.quick-easy-warp{
    padding: 80px 0 50px 0;
}
.quick-easy-inner-warp{
    padding-top: 30px;
}
.quick-easy-box{
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    margin-bottom: 30px;
}
.quick-easy-img-box{
    height: 100px;
    display: flex;
    align-items: center;
}
.list-of-free-videos-warp ol{
    padding: 0 0px 0 50px;
}
.list-of-free-videos-warp ol li{
    font-size: 18px;
    padding: 5px 0;
    display: flex;
}
.list-of-free-videos-warp ol li span{
    text-decoration-line: underline;
    display: inline-block;
    text-transform: capitalize;
}
.list-of-free-videos-inner-warp{
    max-width: 860px;
    margin: 0 auto;
}
.list-of-free-videos-inner-warp.w-1150{
    max-width: 1150px;
}
.list-of-free-videos-inner-warp{
    margin-top: 80px;
}
.decimal-list {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}
  
.decimal-list li {
    counter-increment: item;
    margin-bottom: 5px;
}
  
.decimal-list li::before {
    content: counter(item) ".";
    margin-right: 5px;
    display: inline-flex;
    justify-content: end;
    width: 20px;
}
  
.list-of-free-videos-inner-warp .col-md-6:last-child .decimal-list {
    counter-reset: item 10;
}
.list-of-free-videos-inner-warp .col-md-6:last-child .decimal-list.fifty {
    counter-reset: item 25;
}
.w-100{
    width: 100%;
}
.justify-content-between{
    justify-content: space-between;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}

.features-wrapper{
    padding: 100px 0px;
}
.gap-50{
    gap: 50px;
}
.flex-warp{
    flex-wrap: wrap;
}
.features-box-website-videos{
    justify-content: center;
    align-items: center;
}
.summary-wrapper.website-videos{
    padding: 90px 0 0 0;
}
.summary-wrapper.website-videos .sm-title{
    margin-bottom: 114px;
}
.features-box {
    padding: 23px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    max-width: 344px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.features-img-box{
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}
.features-box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.features-box p{
    margin: 0;
}

.customization-player-features{
    padding-top: 40px;
}
.customization-player-feature-box{
    display: flex;
    gap: 50px;
    text-align: left;
    font-size: 26px;
    margin-bottom: 70px;
    align-items: center;
}
.customization-player-feature-box:last-child{
    margin-bottom: 0;
}
.customization-player-feature-box img{
    max-width: 100px;
    width: 100%;
}
.customization-player-feature-box p{
    margin: 0;
    line-height: 36px;
}
.customization-player-features h3{
    font-size: 26px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
    .signin-stape-boxs-warp{
        display: block;
        padding: 50px 0 0 0;
        flex-wrap: wrap;
    }
    .download-stape-label{
        position: relative;
        left: auto;
        top: auto;
    }
    .signin-stape-box{
        padding: 30px 15px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .signin-stape-box.arrow-gray{
        display: none;
    }
    .free_trial_wrap.confirmation-wrap .confirmation-btn{
        margin-top: 20px;
    }
    .btn-download{
        font-size: 20px;
        padding-right: 72px;
    }
    .btn-download::after{
        width: 52px;
    }
    .signin-stape-box img{
        max-width: 30%;
    }
}
@media screen and (max-width: 1366px) {

    .signin-stape-boxs-warp{
        width: 100%;
        padding:50px 100px;
    }
    .download-stape-label{
    }
    .signin-stape-box{
        padding: 30px 15px;
    }
    .signin-stape-box.arrow-gray{
        /* display: none; */
    }
    .free_trial_wrap.confirmation-wrap .confirmation-btn{
        margin-top: 20px;
    }
    .btn-download{
        font-size: 20px;
        padding-right: 72px;
    }
    .btn-download::after{
        width: 52px;
    }
    .download-stape-label{
        font-size: 16px;
        width: auto;
        height: auto;
        padding: 2px 15px;
    }
}
@media screen and (min-width: 1368px) {
    .lg-text-nowrap {
        white-space: nowrap;
    }
}
@media screen and (width: 768px) {
    .progressbar {
        text-align: center;
    }
    .why-thalamus-wrap .wt-information p {
        text-align: center;
    }
}
@media screen and (min-height: 800px) and (max-height: 900px) {
    .video-wrapper .video-wrapper-head .sm-title {
        font-size: 50px;
        line-height: 60px;
    }
    .chairside-section .lg-title {
        font-size: 50px;
        line-height: 60px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li {
        margin-bottom: 20px;
    }
}
@media screen and (min-height: 1120px) and (max-height: 1220px) {
    .web-player-box {
        height: 75vh;
        padding-top: 100px;
    }
}
@media screen and (min-height: 1221px) {
    .web-player-box {
        height: 75vh;
        padding-top: 100px;
    }
    .chairside-section .button-wrap {
        margin-top: 2vh;
    }
}
@media screen and (max-width: 1650px) {
    .pricing-boxs{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 1680px) {
    .home-img-swiper .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
  
}
@media (min-width: 1367px) and (max-width: 1680px) {
    .chairside-section.intro {
        top: -60px;
    }
}
@media screen and (max-width: 1600px) {
    .section-toggle-wrapper .grid-2 {
        padding-right: 50px;
    }
    .home-chairside-swiper .chairside-bg-img {
        object-position: right;
    }
   
}
@media screen and (min-width: 1600px), screen and (min-height: 800px) {
    .home-chairside-swiper .chairside-bg-img {
        height: 100vh;
    }
    .chairside-section-main {
        z-index: 23;
        background-color: #fff;
    }
}
@media screen and (max-width: 1403px) {
    .patient-journey img {
        max-width: 90%;
        width: 90%;
    }
}
@media screen and (max-width: 1536px) {
    .chairside-section .chairside-section-body.multiple-devices-slide {
        margin-top: 80px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type {
        margin-top: 90px;
    }
    .chairside-section .chairside-section-foot .sm-title {
        line-height: 50px;
    }
    .video-wrap-box .video-wrap-nav {
        padding: 23px 30px;
        max-width: 991px;
    }
    .setup-app .started-panel-row,
    .setup-wo-tv .started-panel-row .started-panel-items {
        display: flex;
        flex-direction: column-reverse;
    }
    .channel-creation-wrap .container.container-extra,
    .trivia-tool-wrap .container.container-extra {
        margin: 0 auto;
    }
    .schedule-wrapper .schedule-note {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .channel-creation-wrap .container.container-extra,
    .trivia-tool-wrap .container,
    .trivia-tool-wrap .container.container-extra {
        width: 1280px;
    }
    .legal-wrapper {
        padding: 120px 0;
    }
    .trivia-tool-wrap .grid-3 {
        padding-right: 50px;
    }
    .trivia-tool-wrap h4 {
        min-height: 150px;
    }
    .section-toggle-wrapper .language-c-finder .button-row,
    .section-toggle-wrapper .payment-c-finder .button-row {
        margin-top: 80px;
    }
    .video-wrapper.operatory-vid-wrap .video-wrapper-head {
        top: 34px;
    }
    .video-wrapper .video-wrapper-head p {
        line-height: 39px;
    }
}
@media (min-width: 1200px) {
    .subscribe-content .container {
        width: 1211px;
    }
    .subscribe-step-box .prn-sm {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 1366px) {
    .about-content .sm-title,
    .contact-content .sm-title,
    .faq-hero .lg-title,
    .lg-title,
    .list-title-hero .list-title-head .lg-title,
    .referral-wrapper .lg-title {
        font-size: 50px;
        line-height: 60px;
    }
    .waiting-vid-poster.video-wrapper .video-wrapper-head {
        top: 17%;
    }
    .confirmation-wrap .sm-title {
        font-size: 32px;
        line-height: 38px;
    }
    .chairside-section .chairside-section-body {
        margin: 35px 0 0 0;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
        padding-top: 12px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title:before {
        top: 16px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li {
        margin-bottom: 15px;
    }
    .chairside-section .chairside-section-foot .sm-title {
        line-height: normal;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type {
        margin-top: 60px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview {
        width: 720px;
        height: 408px;
    }
    .video-wrapper.operatory-vid-wrap .video-wrapper-head {
        top: 30px;
    }
    .video-wrapper .video-wrapper-head .sm-title {
        font-size: 50px;
        line-height: 60px;
    }
    .web-player-box {
        padding: 80px 0;
    }
    .web-player-box .sm-title {
        font-size: 50px;
        line-height: 60px;
    }
    .web-player-box .web-player-display {
        margin-top: 60px;
    }
    .pricing-wrapper {
        /* padding-top: 100px; */
    }
    .video-wrap-box .video-wrap-controls {
        bottom: 25px;
        padding-right: 30px;
    }
    .video-wrap-box .video-wrap-intro h2 {
        font-size: 36px;
    }
    .editing-tool-wrap .container {
        width: 1170px;
    }
    .editing-tool-wrap .button-row .btn:not(:last-child) {
        margin-bottom: 25px;
    }
    .editing-tool-wrap .button-row {
        margin-top: 30px;
    }
    .video-steps-wrap {
        padding: 100px 0;
    }
    .video-steps-wrap .vs-panel-row {
        margin-top: 80px;
    }
    .video-steps-wrap .vs-panel-row h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .section-toggle-wrapper {
        padding: 200px 0 150px;
    }
    .section-toggle-wrapper .authorization-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .grid-1 .finder-item,
    .section-toggle-wrapper .language-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .payment-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .profile-c-finder .grid-1 .finder-item {
        margin-top: 0;
    }
    .section-toggle-wrapper .profile-c-finder .button-row {
        margin-top: 20px;
    }
    .section-toggle-wrapper .payment-c-finder .grid-1 {
        padding-right: 100px;
    }
    .section-toggle-wrapper .language-c-finder .button-row,
    .section-toggle-wrapper .language-c-finder .grid-1 .finder-item {
        max-width: 500px;
    }
    .section-toggle-wrapper .language-c-finder .button-row .btn {
        min-width: 230px;
    }
    .section-toggle-wrapper .language-c-finder .button-row .btn:not(:first-child) {
        margin-left: 36px;
    }
    .about-hero,
    .contact-hero,
    .faq-hero {
        height: 400px;
    }
    .faq-wrapper .faq-nav {
        height: 64px;
    }
    .faq-wrapper .faq-nav .nav li a {
        font-size: 20px;
    }
    .faq-wrapper .tab-content {
        padding: 40px 0;
    }
    .faq-qa-list .faq-qa-item {
        margin-top: 40px;
    }
    .about-content p:not(.title-info) {
        font-size: 20px;
        line-height: 36px;
        width: auto;
    }
    .extensive-list .sm-title {
        font-size: 40px;
        line-height: 46px;
    }
    .extensive-list .extensive-title {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .referral-wrapper {
        padding: 140px 0 200px 0;
    }
    .affiliate-wrap .title-info {
        margin: 30px 0 60px 0;
    }
    .referral-wrapper .referral-process .referral-process-row {
        margin-top: 80px;
    }
    .referral-wrapper .referral-process .btn-section {
        margin-top: 100px;
    }
    .referral-wrapper p {
        margin-bottom: 60px;
    }
    .referral-wrapper .referral-process .sm-title {
        font-size: 32px;
        line-height: normal;
    }
    .get-started {
        padding-top: 200px;
    }
    .get-started .get-started-head .started-button {
        margin-top: 60px;
    }
    .get-started-panel.done-panel h3 {
        font-size: 36px;
        line-height: 48px;
    }
    .get-started-panel.done-panel p {
        font-size: 28px;
        line-height: 40px;
    }
    .thalamus-platforms {
        padding: 70px 0;
    }
    .thalamus-platforms h3 {
        font-size: 32px;
    }
    .thalamus-platforms .app-platforms {
        padding-top: 35px;
    }
    .subscribe-wrap,
    .subscribe-wrap.que-wrap {
        padding: 80px 0;
    }
    .home-hero .hero-content h1,
    .image-wrap-box .image-wrap-content h1,
    .video-wrap-box .video-wrap-content h1 {
        font-size: 52px;
        line-height: 64px;
    }
    .image-wrap-box .image-wrap-content h1,
    .video-wrap-box .video-wrap-content h1 {
        margin-bottom: 20px;
    }
    .feature-s-wrapper .feature-s-player .img-block {
        max-width: 100%;
    }
    .menu-panel .menu-head {
        padding-bottom: 25px;
    }
    .menu-panel .menu-content {
        padding: 20px 65px;
        height: calc(100vh - 100px);
    }
    .menu-panel .menu-content ul li a {
        font-size: 22px;
        /*line-height: 44px;*/
    }

    .menu-panel .menu-content .menu_content_section li a {
        font-size: 16px;
    }
   
}
@media screen and (max-width: 1280px) {
    .video-wrap-box .video-wrap-nav {
        height: 70px;
        justify-content: space-around;
        max-width: 800px;
    }
    .video-wrap-box .video-wrap-nav a {
        font-weight: 400;
        font-size: 20px;
    }
    .channel-creation-wrap .container.container-extra,
    .trivia-tool-wrap .container,
    .trivia-tool-wrap .container.container-extra {
        width: 1180px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn {
        min-width: 123px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn:not(:first-child) {
        margin-left: 15px;
    }
    .section-toggle-wrapper .language-c-finder .button-row .btn:not(:first-child) {
        margin-left: 16px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row,
    .section-toggle-wrapper .authorization-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .language-c-finder .button-row,
    .section-toggle-wrapper .language-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .locations-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .profile-c-finder .button-row,
    .section-toggle-wrapper .profile-c-finder .grid-1 .finder-item {
        max-width: 481px;
    }
    .features-box{
        padding: 23px 0;
        max-width: 29%;
        font-size: 23px;
    }
}
@media (max-width: 1080px) {
    .menu-panel .menu-content ul li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .editing-tool-wrap-section .editing-nav {
        position: relative !important;
        top: 0 !important;
        width: 100%;
    }
    .editing-tool-wrap-section {
        margin-left: 0 !important;
    }
    .editing-tool-wrap-section .editing-nav ul {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .editing-tool-wrap-swiper .mySlides {
        flex-direction: column-reverse;
    }
    .editing-tool-wrap-swiper .mySlides .grid-3 h4 {
        margin-bottom: 40px;
    }
    .editing-tool-wrap .grid-9 {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .editing-tool-wrap .grid-3 {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .editing-tool-wrap .editing-t-finder .d-flex.row {
        flex-wrap: wrap;
    }
    .editing-tool-wrap .button-row .btn,
    .editing-tool-wrap .button-row .btn:not(:last-child) {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .subscribe-step-box .panel {
        padding: 30px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav {
        width: 100%;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li {
        margin-right: 42px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img {
        width: 160px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
        max-width: 160px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title p {
        width: auto;
        font-size: 17px;
        line-height: 22px;
    }
    .subscribe-content .row.flex-row .col-grid-1 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(1),
    .multiple-devices-wrap .md-images-list img:nth-child(1) {
        max-width: 300px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2),
    .multiple-devices-wrap .md-images-list img:nth-child(2) {
        max-width: 260px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(3),
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(4),
    .multiple-devices-wrap .md-images-list img:nth-child(3),
    .multiple-devices-wrap .md-images-list img:nth-child(4) {
        max-width: 110px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a,
    .multiple-devices-wrap .md-access-type a {
        width: 180px;
        height: 54px;
    }
    .home-hero .hero-intro h2 {
        font-size: 36px;
    }
    .subscribe-step-box .panel.subscribe-step-prd,
    .subscribe-step-box .panel.subscribe-step-promo {
        margin-bottom: 30px;
    }
    .subscribe-content .row.flex-row .col-grid-2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .overview-wrap .sm-title,
    .patient-journey .sm-title,
    .video-content-wrap .sm-title {
        font-size: 42px;
    }
    .video-wrapper .video-wrapper-head .sm-title,
    .web-player-box .sm-title,
    .why-thalamus-wrap .wt-head .sm-title {
        font-size: 40px;
        line-height: 50px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu {
        padding: 40px 0 30px 40px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu p {
        font-size: 20px;
        line-height: 20px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu p img {
        max-width: 40px;
        margin-right: 10px;
    }
   /* .pricing-wrapper .pricing-tbl .pricing-offer-new {
        max-width: 380px;
        flex: 0 0 380px;
    }*/
  /*  .pricing-wrapper .pricing-tbl .pricing-offer-new ul {
        margin: 36px 0 60px 70px;
    }*/
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-button .btn:first-child {
        /*margin-right: 10px;*/
    }
    .why-thalamus-wrap .wt-information img {
        max-width: 800px;
        margin: 0 auto;
        display: block;
    }
    .why-thalamus-wrap .wt-information img,
    .why-thalamus-wrap .wt-information p {
        font-size: 28px;
        line-height: 40px;
    }
    .app-screens-wrap,
    .benefits-wrap,
    .industry-professionals,
    .multiple-languages-wrap,
    .practice-services-wrap {
        padding: 100px 0;
    }
    .benefits-wrap .sm-title {
        font-size: 40px;
        line-height: 36px;
    }
    .benefits-wrap .benefits-panel {
        margin-top: 60px;
    }
    .available-on-devices .devices-on-panel .dp-items,
    .available-on-devices .sm-title {
        white-space: nowrap;
    }
    .multiple-devices-wrap .md-access-type,
    .multiple-devices-wrap .md-images-list {
        margin-top: 100px;
    }
    .animation-wrapper .sm-title,
    .app-screens-wrap .sm-title,
    .channel-creation-wrap .sm-title,
    .curate-videos-wrap .sm-title,
    .editing-tool-wrap .sm-title,
    .industry-professionals .sm-title,
    .multiple-devices-wrap .sm-title,
    .multiple-languages-wrap .sm-title,
    .practice-services-wrap .sm-title,
    .schedule-wrapper .sm-title,
    .section-toggle-wrapper h4,
    .something-watch .sm-title,
    .summary-wrapper .sm-title,
    .trivia-tool-wrap .sm-title,
    .video-steps-wrap .sm-title {
        font-size: 34px;
        line-height: 44px;
    }
    .app-screens-wrap .title-info,
    .channel-creation-wrap .title-info,
    .curate-videos-wrap .curate-videos-note p,
    .multiple-languages-wrap .title-info,
    .practice-services-wrap .title-info,
    .schedule-wrapper .schedule-note p,
    .section-toggle-wrapper p,
    .something-watch .title-info,
    .summary-wrapper p,
    .trivia-tool-wrap .title-info {
        font-size: 20px;
        line-height: 30px;
    }
    .multiple-languages-wrap .button-row {
        margin-top: 60px;
    }
    .summary-wrapper p br {
        display: none;
    }
    .summary-wrapper .summary-video {
        max-width: 100%;
        background-size: contain;
        height: 537px;
        padding: 11px 105px 75px 64px;
    }
    .summary-wrapper .summary-video video {
        height: 100%;
        width: 100%;
    }
    .animation-wrapper video {
        max-width: 100%;
        height: 612px;
    }
    .multiple-devices-wrap {
        padding: 100px 0 140px 0;
    }
    .channel-creation-wrap .container.container-extra,
    .editing-tool-wrap .container,
    .trivia-tool-wrap .container,
    .trivia-tool-wrap .container.container-extra {
        width: 970px;
    }
    .channel-creation-wrap,
    .curate-videos-wrap,
    .schedule-wrapper,
    .something-watch,
    .trivia-tool-wrap {
        padding: 100px 0 140px;
    }
    .trivia-tool-wrap .grid-9 {
        flex: 0 0 calc(100% - 500px);
        max-width: calc(100% - 500px);
        align-items: center;
        display: flex;
    }
    .trivia-tool-wrap .grid-3 {
        flex: 0 0 500px;
        max-width: 500px;
    }
    .trivia-tool-wrap .button-row .btn {
        min-width: 210px;
    }
    .trivia-tool-wrap .button-row .btn:nth-child(2n) {
        margin-left: 20px;
    }
    .channel-creation-wrap h4 {
        margin: 11px 0 40px 0;
    }
    .schedule-wrapper .schedule-note {
        padding-left: 60px;
    }
    .something-watch .title-info {
        margin-bottom: 60px;
    }
    .something-watch ul li:not(:nth-child(n + 4)) {
        margin-bottom: 58px;
    }
    .curate-videos-wrap .curate-videos-box {
        max-width: 460px;
        padding-top: 80px;
        padding-right: 60px;
    }
    .video-steps-wrap .vs-panel-row {
        margin-top: 60px;
    }
    .section-toggle-wrapper,
    .summary-wrapper.security-system,
    .summary-wrapper.settings-wrap,
    .summary-wrapper.shareable-wrap,
    .summary-wrapper.subscribe-wrap {
        padding: 100px 0;
    }
    .section-toggle-wrapper .grid-1 {
        padding-left: 60px;
    }
    .section-toggle-wrapper .button-row {
        margin-top: 60px;
    }
    .section-toggle-wrapper .button-row,
    .section-toggle-wrapper .grid-1 .finder-item {
        max-width: 100%;
    }
    .section-toggle-wrapper .button-row .btn,
    .section-toggle-wrapper .language-c-finder .button-row .btn {
        min-width: 189px;
        font-size: 20px;
    }
    .cust-check-input .chk-rd-item,
    .cust-radio-input .chk-rd-item {
        margin-right: 20px;
    }
    .legal-wrapper .legal-head .sm-title {
        font-size: 40px;
        line-height: 50px;
    }
    .about-content .sm-title,
    .add-authorized-wrap .lg-title,
    .contact-content .sm-title,
    .faq-hero .lg-title,
    .lg-title,
    .list-title-hero .list-title-head .lg-title,
    .referral-wrapper .lg-title {
        font-size: 42px;
        line-height: 50px;
    }
    .extensive-list .extensive-group ul li {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .faq-wrapper .faq-nav .nav {
        max-width: 100%;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1024px) {
    .header {
        background-color: rgb(255 255 255 / 60%);
    }
    .footer {
        padding: 40px 5px 15px 5px;
    }
    .patient-journey {
        padding: 100px 0;
    }
    .overview-wrap .sm-title,
    .patient-journey .sm-title,
    .video-content-wrap .sm-title {
        font-size: 36px;
    }
    .patient-journey p {
        font-size: 20px;
        line-height: 30px;
    }
    .web-player-box .web-player-display .web-player-nav ul li {
        font-size: 26px;
        line-height: 70px;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row,
    .pricing-wrapper .pricing-tbl {
        flex-wrap: wrap;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu {
        border-radius: 10px;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt:first-child {
        margin-bottom: 40px;
        border: none;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old {
        flex: 0 0 27%;
        max-width: 27%;
        margin: 0 auto;
        margin-left: 0;
    }
    .pricing-boxs{
        margin-top: 100px;
    }
    .pricing-box{
        padding: 25px;
    }
    .pricing-main-box{
        flex: 0 0 calc(100%);
        max-width: 314px;
        margin: 0px;
    }
    .pricing-main-box.popular_plan{
        margin-top: 0;
    }
    .pricing-box h2{
        font-size: 16px;
    }
    .pricing-total h3{
        font-size: 43px;
    }
    .pricing-box ul li{
        font-size: 15px;
    }
    .chromecast_device{
        font-size: 14px!important;
        line-height: 21px;
        margin-bottom: 50px;
    }
    .web-player-box .web-player-display .web-player-nav .web-player-scrollbar {
        height: 220px;
    }
    .faq-wrapper .faq-nav .nav li {
        margin-right: 0;
    }
    .overview-wrap .ow-features-box {
        padding: 40px 20px;
    }
    .amazing-features .features-list ul li p,
    .overview-wrap .ow-features-box ul li p {
        font-size: 16px;
    }
    .chairside-section p {
        font-size: 22px;
    }
    .available-on-devices {
        background-color: transparent;
    }
    .available-on-devices .devices-on-panel {
        padding: 12px 0;
        background: #f5f5f5;
        backdrop-filter: blur(10px);
        border-radius: 5px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .available-on-devices .devices-on-panel .dp-items {
        display: block;
        width: 50%;
        padding: 5px 0;
        margin: 0;
        text-align: center;
        flex: none;
        max-width: none;
    }
    .available-on-devices .devices-on-panel .dp-items img {
        max-width: 99px !important;
        margin: 0 auto;
    }
    .available-on-devices .devices-on-panel .dp-items:nth-child(1) {
        padding: 5px 0;
    }
    .available-on-devices .sm-title {
        margin-bottom: 30px;
    }
    .video-wrapper .video-wrapper-head p {
        font-size: 22px;
        line-height: 44px;
    }
    .title-info {
        font-size: 22px;
        line-height: 30px;
    }
    .overview-wrap .ow-video-box {
        padding: 39px 15px 71px;
    }
    .faq-wrapper .faq-nav .nav li a {
        font-size: 18px;
    }
    .faq-wrapper .tab-content .sm-title {
        font-size: 28px;
        line-height: 40px;
    }
    .faq-qa-list .faq-qa-item {
        padding: 15px 64px 15px 20px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-title h4 {
        font-size: 18px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-title .faq-qa-expand {
        height: 30px;
        width: 30px;
        top: calc(50% - (30px / 2));
        right: 20px;
    }
    .section-toggle-wrapper .button-row .btn,
    .section-toggle-wrapper .language-c-finder .button-row .btn {
        min-width: 160px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn {
        min-width: 118px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row {
        margin-top: 15px;
    }
    .section-toggle-wrapper .language-c-finder .button-row .btn:not(:first-child) {
        margin-left: 4px;
    }
    .summary-wrapper .img-block {
        max-width: 90%;
    }
    .summary-wrapper.security-system .img-block,
    .summary-wrapper.settings-wrap .img-block,
    .summary-wrapper.shareable-wrap .img-block {
        max-width: 90%;
    }
    .video-wrap-box .video-wrap-nav {
        margin-left: 0;
        height: 50px;
        padding: 10px 15px;
        border-radius: 0 10px 0 0;
    }
    .video-wrap-box .video-wrap-nav a {
        font-size: 17px;
    }
    .video-wrap-box .video-wrap-controls {
        bottom: 10px;
    }
    .practice-services-wrap .ps-img-items .ps-img-box img {
        max-width: 90%;
    }
    .practice-services-wrap .ps-img-items.ps-img-items-one img {
        max-width: 80%;
    }
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(1),
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(2) {
        margin-bottom: 48px;
    }
    .available-on-devices {
        padding: 36px 0;
    }
    .available-on-devices .sm-title {
        line-height: normal;
    }
    .animation-wrapper,
    .app-screens-wrap,
    .benefits-wrap,
    .channel-creation-wrap,
    .curate-videos-wrap,
    .editing-tool-wrap,
    .industry-professionals,
    .multiple-devices-wrap,
    .multiple-languages-wrap,
    .practice-services-wrap,
    .schedule-wrapper,
    .something-watch,
    .summary-wrapper.customization-player,
    .trivia-tool-wrap,
    .video-content-wrap.something-everyone,
    .video-steps-wrap {
        padding: 80px 0;
    }
    .channel-creation-wrap .title-info,
    .editing-tool-wrap .title-info,
    .summary-wrapper.security-system p,
    .trivia-tool-wrap .title-info {
        margin: 0 auto 60px;
        max-width: 80%;
        text-align: center;
    }
    .channel-creation-wrap .grid-9,
    .editing-tool-wrap .grid-9,
    .trivia-tool-wrap .grid-9 {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .channel-creation-wrap .grid-3,
    .editing-tool-wrap .grid-3,
    .trivia-tool-wrap .grid-3 {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .channel-creation-wrap .channel-c-finder .d-flex.row,
    .editing-tool-wrap .editing-t-finder .d-flex.row,
    .trivia-tool-wrap .trivia-t-finder .d-flex.row {
        flex-wrap: wrap;
    }
    .channel-creation-wrap h4,
    .editing-tool-wrap h4,
    .trivia-tool-wrap h4 {
        font-size: 24px;
        line-height: 36px;
        min-height: 72px;
        text-align: center;
    }
    .channel-creation-wrap .grid-3 .finder-item,
    .editing-tool-wrap .grid-3 .finder-item,
    .trivia-tool-wrap .grid-3 .finder-item {
        margin-top: 40px;
    }
    .editing-tool-wrap h4 {
        min-height: auto;
    }
    .editing-tool-wrap h4:last-child {
        margin-right: 0;
    }
    .editing-tool-wrap .button-row {
        text-align: center;
    }
    .editing-tool-wrap .button-row .btn,
    .editing-tool-wrap .button-row .btn:not(:last-child) {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .trivia-tool-wrap .button-row .btn,
    .trivia-tool-wrap .button-row .btn:nth-child(2n) {
        min-width: 140px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .channel-creation-wrap .channel-image img,
    .editing-tool-wrap .et-image img,
    .summary-wrapper .img-block,
    .trivia-tool-wrap .trivia-image img {
        max-width: 80%;
    }
    .channel-creation-wrap h4 {
        margin: 0 0 27px 0;
    }
    .channel-creation-wrap .button-row .btn,
    .channel-creation-wrap .button-row .btn:nth-child(2n) {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .channel-creation-wrap .button-row {
        text-align: center;
    }
    .schedule-wrapper {
        flex-wrap: wrap;
    }
    .schedule-wrapper .schedule-note p {
        max-width: 100%;
    }
    .schedule-wrapper .schedule-note {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .schedule-wrapper .schedule-img {
        display: block;
    }
    .schedule-wrapper .schedule-img img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
    .schedule-wrapper .sm-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .schedule-wrapper .schedule-img,
    .schedule-wrapper .schedule-note {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .animation-wrapper .title-info,
    .editing-tool-wrap .title-info,
    .industry-professionals .title-info {
        text-align: center;
    }
    .animation-wrapper p.title-link {
        margin: 20px 0 36px;
    }
    .multiple-devices-wrap .md-access-type,
    .multiple-devices-wrap .md-images-list {
        margin-top: 60px;
    }
    .video-content-wrap.something-everyone .sm-title {
        font-size: 34px;
        line-height: 44px;
    }
    .video-content-wrap .video-content-type {
        margin: 60px 0 0 0;
    }
    .video-content-wrap .video-content-type ul li img {
        max-width: 80%;
        height: auto;
        width: 100%;
    }
    .video-content-wrap .video-content-type ul li p {
        font-size: 18px;
        line-height: 30px;
    }
    .video-content-wrap .video-content-type ul li:nth-child(n + 4) {
        margin-bottom: 0;
    }
    .curate-videos-wrap {
        padding: 80px 30px;
        flex-wrap: wrap;
    }
    .curate-videos-wrap .curate-videos-note {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
    }
    .curate-videos-wrap .curate-videos-box {
        padding: 0;
        max-width: 100%;
    }
    .curate-videos-wrap .sm-title {
        text-align: center;
        margin-bottom: 20px;
    }
    .curate-videos-wrap .curate-videos-img {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        padding: 0;
        justify-content: center;
        margin-top: 40px;
    }
    .curate-videos-wrap .curate-videos-img img {
        max-width: 80%;
    }
    .video-steps-wrap .vs-panel-row h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .animation-wrapper .title-info,
    .app-screens-wrap .title-info,
    .channel-creation-wrap .title-info,
    .curate-videos-wrap .curate-videos-note p,
    .editing-tool-wrap .title-info,
    .industry-professionals .title-info,
    .multiple-devices-wrap .title-info,
    .multiple-languages-wrap .title-info,
    .practice-services-wrap .title-info,
    .schedule-wrapper .schedule-note p,
    .section-toggle-wrapper p,
    .something-watch .title-info,
    .summary-wrapper p,
    .trivia-tool-wrap .title-info,
    .video-content-wrap.something-everyone .title-info {
        font-size: 18px;
        line-height: 24px;
    }
    .btn-yellow,
    .btn-yellow:focus,
    .btn-yellow:hover {
        font-size: 20px;
        line-height: 24px;
    }
    .section-toggle-wrapper,
    .summary-wrapper.security-system,
    .summary-wrapper.settings-wrap,
    .summary-wrapper.shareable-wrap,
    .summary-wrapper.subscribe-wrap {
        padding: 80px 20px;
    }
    .section-toggle-wrapper .d-flex {
        flex-wrap: wrap;
        margin: 0;
    }
    .section-toggle-wrapper .language-c-finder .grid-1 {
        padding-right: 0;
    }
    .section-toggle-wrapper .grid-1 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .section-toggle-wrapper .grid-2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row,
    .section-toggle-wrapper .authorization-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .language-c-finder .button-row,
    .section-toggle-wrapper .language-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .locations-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .payment-c-finder .button-row,
    .section-toggle-wrapper .payment-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .profile-c-finder .button-row,
    .section-toggle-wrapper .profile-c-finder .grid-1 .finder-item {
        max-width: 100%;
    }
    .section-toggle-wrapper .locations-c-finder .grid-1,
    .section-toggle-wrapper .payment-c-finder .grid-1,
    .section-toggle-wrapper .profile-c-finder .grid-1 {
        padding: 0;
    }
    .section-toggle-wrapper h4 {
        margin-bottom: 20px;
        text-align: center;
    }
    .section-toggle-wrapper p {
        text-align: center;
        min-height: auto;
    }
    .section-toggle-wrapper p br {
        display: none;
    }
    .section-toggle-wrapper .button-row,
    .section-toggle-wrapper .language-c-finder .button-row,
    .section-toggle-wrapper .payment-c-finder .button-row {
        margin: 20px 0 40px;
        text-align: center;
    }
    .section-toggle-wrapper .section-toggle-image img {
        margin: 0 auto;
        display: block;
        max-width: 80%;
    }
    .section-toggle-wrapper .authorization-c-finder p,
    .section-toggle-wrapper .language-c-finder p,
    .section-toggle-wrapper .payment-c-finder p,
    .section-toggle-wrapper .profile-c-finder p {
        min-height: auto;
    }
    .section-toggle-wrapper .locations-c-finder .section-toggle-image {
        margin-top: 40px;
    }
    .summary-wrapper.security-system p,
    .summary-wrapper.settings-wrap p,
    .summary-wrapper.shareable-wrap p,
    .summary-wrapper.subscribe-wrap p {
        margin-bottom: 40px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) {
        max-width: 100px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) img {
        max-width: 36px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item p {
        font-size: 15px;
        line-height: 24px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item h4 {
        line-height: 26px;
        font-size: 20px;
    }
    .referral-wrapper .referral-process .referral-process-row {
        margin-top: 40px;
    }
    .referral-wrapper .title-info {
        margin: 20px 0 40px 0;
        font-size: 20px;
        line-height: normal;
    }
    .referral-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }
    .affiliate-form-box,
    .free-video-form,
    .referral-form-box {
        padding: 60px 0;
    }
    .referral-form-box .form-note {
        font-size: 16px;
        line-height: 24px;
    }
    .affiliate-form-box .form-head,
    .referral-form-box .form-head {
        font-size: 36px;
        line-height: 50px;
    }
    .affiliate-form-box .title-info {
        font-size: 16px;
    }
    .about-content .sm-title,
    .add-authorized-wrap .lg-title,
    .contact-content .sm-title,
    .faq-hero .lg-title,
    .lets-speak-wrap .lg-title,
    .lg-title,
    .list-title-hero .list-title-head .lg-title,
    .referral-wrapper .lg-title {
        font-size: 36px;
        line-height: 44px;
    }
    .contact-info .contact-info-item h5,
    .contact-info .contact-info-item p {
        font-size: 18px;
        line-height: 28px;
    }
    .contact-info .contact-info-item {
        padding-left: 20px;
    }
    .work-free-wrap .panel-box {
        /* padding: 40px 60px; */
        /* border-top-width: 10px; */
    }
    .work-free-wrap .panel-box .sm-title {
        font-size: 28px;
        margin: 0 0 60px 0;
        line-height: 36px;
    }
    .feature-s-wrapper .feature-s-content p,
    .work-free-wrap .panel-box .how-work-row .how-work-item p,
    .work-free-wrap .panel-box .why-free-row p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(1) p {
        margin-top: 38px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(3) img {
        margin-top: 16px;
        max-width: 195px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(3) p {
        margin-top: 50px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2),
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) {
        padding-top: 16px;
    }
    .work-free-wrap .panel-box .button-box {
        margin-top: 40px;
    }
    .work-free-wrap .panel-box .why-free-row ul {
        padding: 30px 0 40px;
    }
    .feature-s-wrapper {
        padding: 80px 0;
    }
    .feature-s-wrapper .feature-s-content {
        /* padding-bottom: 60px; */
    }
    .feature-s-wrapper .feature-s-button {
        padding-bottom: 31px;
    }
    .feature-s-wrapper .feature-s-player {
        padding-top: 30px;
    }
    .feature-s-wrapper .feature-s-free-titles {
        padding-top: 40px;
    }
    .feature-s-wrapper .feature-s-free-titles .sm-title,
    .viewslider .sm-title {
        font-size: 32px;
    }
    .feature-s-wrapper .feature-s-free-titles .sm-title {
        margin-bottom: 30px;
    }
    .feature-s-wrapper .feature-s-free-titles ul li {
        font-size: 16px;
    }
    .speak-panel .speak-panel-box .speak-box-inner {
        height: auto;
    }
    .lets-speak-wrap {
        padding-bottom: 40px;
    }
    .get-started .get-started-head .started-button .btn {
        font-weight: 500;
        font-size: 22px;
    }
    .get-started-panel {
        padding: 35px 25px;
    }
    .get-started-panel .started-panel-row {
        margin-top: 50px;
    }
    .get-started-panel.thalamus-app .started-panel-items:first-child,
    .get-started-panel.thalamus-app .started-panel-items:last-child {
        padding: 0 35px;
    }
    .get-started-panel .panel-inner-title {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    .get-started-panel .started-panel-items p {
        font-size: 16px;
    }
    .get-started-panel .started-panel-items .ms-icon {
        margin: 0 auto 45px;
    }
    .get-started-panel.thalamus-app .started-panel-items .cloud-img {
        max-width: 140px;
        margin-bottom: 35px;
    }
    .get-started-panel.setup-app .started-panel-items:last-child .panel-inner-title {
        text-align: left;
    }
    .thalamus-platforms {
        padding: 40px 0;
    }
    .thalamus-platforms h3 {
        line-height: normal;
    }
    .thalamus-platforms .app-platforms a + a {
        margin-left: 50px;
    }
    .thalamus-platforms .app-platforms img {
        max-width: 160px;
    }
    .get-started-panel.gs-customize .xs-info {
        margin: 46px 0 0 0;
    }
    .get-started-panel.gs-customize .started-panel-row {
        margin-top: 32px;
    }
    .get-started-panel.gs-customize .started-panel-row .panel-inner-title {
        text-align: left;
    }
    .add-authorized-wrap .add-authorized-panel {
        padding: 60px 0 40px 0;
    }
    .confirmation-wrap {
        padding-top: 30vh;
    }
    .confirmation-wrap .confirmation-btn {
        margin-top: 30vh;
    }
    .confirmation-wrap p {
        font-size: 20px;
        line-height: 28px;
    }
    .about-content p:not(.title-info) {
        font-size: 18px;
        line-height: 30px;
    }
    .about-content {
        padding: 60px 0 100px 0;
    }
    .chairside-section.intro {
        position: absolute;
    }
    .chairside-section .container {
        padding: 0;
    }
    .home-chairside-swiper {
        height: auto;
    }
    .home-chairside-swiper .chairside-bg-img {
        display: none;
    }
    .home-chairside-swiper .chairside-bg-mobile {
        display: block;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav {
        height: auto;
        position: relative;
    }
    .chairside-section .chairside-section-body.multilingual-slide {
        margin-bottom: 0;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type {
        margin-bottom: 50px;
    }
    .chairside-section .chairside-section-foot {
        margin-bottom: 0;
    }
    .chairside-section {
        padding: 40px 0;
    }
    .available-on-devices .container {
        display: block;
    }
    .available-on-devices .sm-title {
        font-size: 26px;
    }
    .available-on-devices .devices-on-panel .dp-items img {
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .available-on-devices .devices-on-panel .dp-items i {
        display: none;
    }
    .available-devices .devices-panel .dp-items,
    .available-on-devices .devices-on-panel .dp-items {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin: 0;
    }
    .available-devices .devices-panel .google img {
        max-width: 100%;
    }
    .available-devices .devices-panel .microsoft img {
        max-width: 100%;
    }
    .available-devices .devices-panel .android img {
        max-width: 100%;
    }
    .available-devices .devices-panel .ipad img {
        max-width: 100%;
    }
    .includes-stape-box{
        font-size: 16px;
        line-height: 24px;
    }
    .includes-stape-box h3{
        font-size: 18px;
    }
    .includes-stape-box .img-warp{
        max-width: 70%;
        min-height: 100px;
    }
   
}
@media screen and (max-width: 991px) {
    .get-started {
        padding-top: 120px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu {
        border-radius: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu h4{
        position: relative;
        top: 0;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new,
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-offer-innear {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .desktop-view {
        display: none;
    }
    .chairside-wrapper .text-center img {
        width: 100%;
    }
    .get-started-panel.thalamus-app .started-panel-items {
        flex-direction: column-reverse;
        display: flex;
    }
    .get-started-panel.gs-customize .started-panel-row .panel-inner-title {
        text-align: center;
    }
    .gs-customize .started-panel-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group {
        padding: 8px 30px 0 15px;
    }
    .speak-panel .speak-panel-box .speak-box-inner .form-group textarea.form-control {
        width: 100%;
    }
    .section-toggle-wrapper .authorization-c-finder .grid-1 {
        padding-right: 0;
    }
    .get-started .get-started-head {
        padding: 0 15px 40px 15px;
    }
    .web-player-box {
        height: auto;
    }
    .get-started .get-started-head .lg-title {
        line-height: 38px;
    }
    .get-started .get-started-head .started-button .btn {
        min-height: 45px;
        min-width: 160px;
    }
    .get-started-panel .panel-title {
        font-weight: 500;
        font-size: 20px;
    }
    .get-started-panel .title-info {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:last-child):after,
    .get-started-panel.thalamus-app .started-panel-items:first-child:after {
        top: inherit;
        bottom: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    .get-started-panel.thalamus-app .started-panel-items:last-child {
        margin-top: 80px;
    }
    .get-started-panel.thalamus-app .started-panel-items:first-child,
    .get-started-panel.thalamus-app .started-panel-items:last-child {
        padding: 0;
    }
    .get-started-panel .started-panel-row {
        flex-wrap: wrap;
    }
    .get-started-panel .started-panel-row .started-panel-items {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .get-started-panel .started-panel-row {
        margin-top: 30px;
    }
    .get-started-panel .started-panel-items .ms-icon {
        height: 60px;
        width: 200px;
    }
    .get-started-panel.setup-app .started-panel-items:last-child {
        padding: 0;
        margin-top: 15px;
    }
    .get-started-panel.setup-app .started-panel-items:last-child .panel-inner-title {
        text-align: center;
        margin-bottom: 8px;
    }
    .get-started-panel.setup-app .started-panel-items:last-child p {
        margin-left: 0;
    }
    .get-started-panel.setup-app .started-panel-row:not(:first-child) {
        margin-top: 40px;
    }
    .get-started-panel {
        margin-bottom: 40px;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p span,
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title span {
        position: static;
        font-size: 18px;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p br {
        display: none;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p {
        text-align: left;
    }
    .get-started-panel .started-panel-items .ms-icon {
        margin-bottom: 20px;
    }
    .get-started-panel .panel-inner-title,
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title {
        font-size: 18px;
        line-height: 24px;
    }
    .get-started-panel .started-panel-items p {
        font-size: 15px;
        text-align: center;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div {
        min-height: inherit;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:first-child) {
        margin-top: 80px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div img {
        max-width: 180px;
        margin: 0 auto 15px;
    }
    .get-started-panel.play-echannels .started-panel-row .started-panel-items:first-child .panel-inner-title,
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title {
        margin-left: 0;
        margin-bottom: 8px;
        text-align: center;
    }
    .get-started-panel.play-echannels .started-panel-row .started-panel-items:nth-child(2) p {
        margin-left: 0;
        margin-right: 0;
    }
    .get-started-panel.done-panel h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .get-started-panel.done-panel p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
    .get-started-panel.done-panel .btn {
        margin: 25px auto 0;
    }
    .subscribe-content .row.flex-row .personal_info_area {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .channel-creation-wrap .container.container-extra,
    .editing-tool-wrap .container,
    .trivia-tool-wrap .container,
    .trivia-tool-wrap .container.container-extra {
        width: 750px;
    }
    .container {
        max-width: 750px;
        width: 100%;
    }
    .home-hero .hero-intro h2 {
        font-size: 28px;
        font-weight: 500;
    }
    .home-hero .hero-intro h2:last-child {
        margin-bottom: 0;
    }
    .available-devices .devices-panel {
        padding: 25px 24px 22px 20px;
        margin: 0 -25px;
    }
    .available-devices .ipad img {
        width: 150px;
    }
    .available-devices .devices-panel img {
        max-width: 90%;
    }
    .available-devices .devices-panel:first-child img {
        max-width: 90%;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
        max-width: 138px;
        padding: 10px 0 0 30px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img {
        width: 138px;
        height: 74px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title p {
        font-size: 15px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title:before {
        top: 15px;
        left: 0;
    }
    .chairside-section .chairside-section-foot .sm-title {
        font-size: 24px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(1),
    .multiple-devices-wrap .md-images-list img:nth-child(1) {
        max-width: 240px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2),
    .multiple-devices-wrap .md-images-list img:nth-child(2) {
        max-width: 200px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(3),
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(4),
    .multiple-devices-wrap .md-images-list img:nth-child(3),
    .multiple-devices-wrap .md-images-list img:nth-child(4) {
        max-width: 90px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a,
    .multiple-devices-wrap .md-access-type a {
        width: 150px;
        height: 45px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview,
    .multiple-languages-wrap .ml-preview {
        width: 585px;
        height: 332px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul,
    .multiple-languages-wrap .ml-list ul {
        padding: 20px 40px 20px 20px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li a,
    .multiple-languages-wrap .ml-list ul li a {
        font-size: 14px;
        line-height: 28px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list,
    .multiple-languages-wrap .ml-list {
        width: 200px;
        margin-right: -24px;
    }
    .trivia-tool-wrap .button-row .btn:nth-child(n + 5) {
        margin-top: 10px;
    }
    .something-watch ul {
        justify-content: space-between;
    }
    .something-watch ul li,
    .something-watch ul li:not(:nth-child(3n)),
    .something-watch ul li:not(:nth-child(n + 4)) {
        height: auto;
        width: auto;
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0 0 20px 0;
    }
    .web-player-box {
        padding: 40px 0;
    }
    .amazing-features,
    .feature-wrapper,
    .overview-wrap,
    .subscribe-wrap,
    .subscribe-wrap.que-wrap,
    .video-content-wrap {
        padding: 60px 0;
    }
    .amazing-features .sm-title {
        font-size: 32px;
        line-height: 40px;
    }
    .amazing-features .features-list {
        margin-top: 60px;
    }
    .amazing-features .features-list ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 45px;
    }
    .ft-text {
        font-size: 24px;
    }
    .overview-wrap .title-info br,
    .video-content-wrap .title-info br {
        display: none;
    }
    .overview-wrap .ow-features-box ul li {
        margin-top: 30px;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .overview-wrap .ow-video-box ul {
        padding: 0 15px;
    }
    .overview-wrap .ow-video-box ul li {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .overview-wrap .ow-video-box ul li:nth-child(n + 4) {
        margin-top: 20px;
    }
    .overview-wrap .ow-video-box ul li .ow-vid-overlay p {
        font-weight: 500;
        font-size: 20px;
    }
    .overview-wrap .ow-video-box {
        padding: 40px 15px 40px;
    }
    .web-player-box .web-player-display {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .web-player-box .web-player-display .web-player-swiper {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
    .web-player-box .web-player-display .web-player-swiper .swiper-slide img {
        max-height: 445px;
        margin: 0 auto;
    }
    .web-player-box .web-player-display .web-player-nav {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        flex-wrap: wrap;
    }
    .web-player-box .web-player-display .web-player-nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 23px 0 0 0;
    }
    .web-player-box .web-player-display .web-player-nav ul li {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }
    .web-player-box .web-player-display .web-player-nav .web-player-scrollbar {
        height: 9px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .foot-brand {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        order: -1;
        margin-bottom: 40px;
    }
    .footer .foot-row .foot-social {
        margin-top: 20px;
    }
    .footer .foot-row .foot-items {
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0;
    }
    .tooltip.ttip-cust .tooltip-inner {
        max-width: 200px;
        width: auto;
        padding: 12px 10px;
    }
    .subscribe-wrap.que-wrap .subscribe-box {
        height: 240px;
    }
    .subscribe-wrap.que-wrap .subscribe-box h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .extensive-list .extensive-group ul li {
        font-size: 15px;
        line-height: 30px;
    }
    .feature-wrapper .sm-title {
        font-size: 32px;
        line-height: 44px;
    }
    .feature-wrapper h4 {
        font-size: 24px;
    }
    .feature-wrapper ul li {
        font-size: 16px;
        padding: 0 40px 0 20px;
    }
    .feature-wrapper ul li:after {
        right: 8px;
        font-size: 22px;
    }
    .contact-content .contact-info {
        margin-left: -20px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-body p {
        font-size: 16px;
    }
    .pricing-wrapper .sm-title {
        font-size: 40px;
        line-height: 50px;
    }
    .affiliate-form-box .form-head,
    .referral-form-box .form-head {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .feature-s-wrapper .feature-s-free-titles ul {
        margin: 0 0 0 60px;
    }
    .speak-panel .speak-panel-box {
        padding: 15px 20px;
    }
    .speak-panel .speak-panel-box .speak-box-inner {
        padding: 0 15px;
    }
    .chk-rd-group {
        margin-left: -15px;
        padding: 8px 15px 28px 15px;
    }
    .summary-wrapper {
        padding: 60px 0;
    }
    .summary-wrapper .sm-title br {
        display: none;
    }
    .summary-wrapper .summary-video {
        padding: 8px 81px 81px 51px;
    }
    .animation-wrapper .sm-title,
    .app-screens-wrap .sm-title,
    .channel-creation-wrap .sm-title,
    .curate-videos-wrap .sm-title,
    .editing-tool-wrap .sm-title,
    .industry-professionals .sm-title,
    .multiple-devices-wrap .sm-title,
    .multiple-languages-wrap .sm-title,
    .practice-services-wrap .sm-title,
    .schedule-wrapper .sm-title,
    .section-toggle-wrapper h4,
    .something-watch .sm-title,
    .summary-wrapper .sm-title,
    .trivia-tool-wrap .sm-title,
    .video-steps-wrap .sm-title {
        font-size: 28px;
        line-height: 36px;
    }
    .animation-wrapper video {
        height: 440px;
    }
    .app-screens-wrap .as-img-items {
        justify-content: space-between;
    }
    .app-screens-wrap .as-img-items .as-img-box {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .patient-journey {
        padding: 70px 15px;
    }
    .patient-journey p {
        font-size: 18px;
    }
    .list-of-free-videos-warp ol,
    .list-of-free-videos-inner-warp .col-sm-6:last-child .decimal-list{
        padding: 0 15px;
    }
    .free-website-videos-player-warp ul li{
        font-size: 18px;
        padding: 8px 0;
    }
    .free-website-videos-player-warp ul li::marker{
        font-size: 20px;
    }
    .quick-easy-warp{
        padding: 60px 0;
    }
    .example-website-player-warp .sm-title, .quick-easy-warp .sm-title, .list-of-free-videos-warp .sm-title, .why-it-free-wrap .sm-title{
        font-size: 30px;
    }
    .features-box{
        max-width: 45%;
    }
    .list-of-free-videos-inner-warp.w-1150 .d-flex {
        display: block;
    }
    .list-of-free-videos-inner-warp.w-1150 .d-flex  .decimal-list{
        max-width: 480px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) {
    span.mob-del {
        display: none;
    }
    .mob-view {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    .subscribe-wrap .subscribe-box {
        height: 200px;
    }
    .subscribe-wrap .subscribe-box h4 {
        margin: 0 0 25px 0;
        font-size: 28px;
        line-height: 36px;
    }
    .why-thalamus-wrap .wt-information img {
        max-width: 100%;
    }
    .benefits-wrap .sm-title {
        font-size: 32px;
        line-height: 36px;
    }
    .benefits-wrap .benefits-panel {
        padding: 30px 25px 30px 25px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list {
        flex: 0 0 380px;
        max-width: 380px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-left: 28px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li:before {
        top: 6px;
        height: 18px;
        width: 18px;
    }
    .get-started-panel.setup-app .started-panel-items:last-child {
        padding: 0 15px;
    }
    .get-started-panel .started-panel-items .ms-icon {
        height: 85px;
        width: 250px;
    }
    .get-started-panel .started-panel-items .ms-icon img {
        max-width: 160px;
    }
    .get-started-panel {
        margin-bottom: 60px;
    }
    .get-started-panel.setup-gtv .started-panel-row {
        margin-top: 41px;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p {
        margin-bottom: 20px;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p:last-child {
        margin-bottom: 0;
    }
    .get-started-panel.setup-gtv .started-panel-items:first-child img {
        max-width: 280px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div img {
        max-width: 70%;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:last-child):after,
    .get-started-panel.thalamus-app .started-panel-items:first-child:after {
        width: 30px;
        height: 23px;
        background-size: contain;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title {
        margin-left: 44px;
        font-size: 20px;
        line-height: 27px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items p br {
        display: none;
    }
    .get-started-panel.play-echannels .started-panel-row .started-panel-items:nth-child(2) p {
        margin-left: 20px;
    }
    .get-started-panel.done-panel p {
        font-size: 20px;
        line-height: normal;
    }
    .get-started-panel.cong-panel {
        padding-bottom: 60px;
    }
    .get-started-panel.done-panel h3 {
        /* margin-top: 0; */
    }
    .get-started-panel .xs-min-img {
        max-width: 90%;
    }
    .get-started {
        padding-top: 140px;
    }
    .get-started .get-started-head .started-button {
        margin-top: 40px;
    }
    .legal-wrapper .legal-head .sm-title {
        font-size: 36px;
        line-height: 40px;
    }
    .legal-wrapper .legal-row .legal-nav {
        flex: 0 0 200px;
        max-width: 200px;
    }
    .legal-wrapper .legal-row .legal-nav ul li a {
        line-height: 40px;
    }
    .about-hero,
    .contact-hero,
    .faq-hero {
        height: 340px;
    }
    .about-content p:not(.title-info) {
        font-size: 16px;
        line-height: 24px;
    }
    .work-free-wrap .panel-box {
        margin-top: 50px;
    }
    .work-free-wrap .panel-box .sm-title {
        margin: 0 0 30px 0;
    }
    .feature-s-wrapper .feature-s-content img {
        margin-bottom: 30px;
    }
    .feature-s-wrapper .feature-s-content h4 {
        margin-bottom: 15px;
    }
    .feature-s-wrapper {
        padding: 60px 0;
    }
    .video-wrap-box .video-wrap-nav {
        max-width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .list-of-free-videos-inner-warp.w-1150 .d-flex .decimal-list{
        padding: 0 15px;
    }
    .free-website-videos-player-warp{
        padding: 60px 0;
    }
    .example-website-player-warp .sm-title{
        margin-bottom:40px ;
    }
    .free-website-videos-player-warp .sm-title{
        font-size: 30px;
        margin-bottom: 60px;
    }
    .quick-easy-box,
    .quick-easy-img-box{
        height: auto;
        margin-bottom: 40px;
    }
    .quick-easy-img-box{
        margin-bottom: 10px;
    }
    .free-website-videos-inner-warp ul{
        max-width: 250px;
        margin:60px auto 0 auto;
    }
    .list-of-free-videos-inner-warp .d-flex,
    .free-website-videos-player-warp .d-flex{
        display: block;
    }
    .cust-check-input .chk-rd-item label{
        white-space: nowrap;
    }
    .billing-address-group{
        margin-left: 0;
    }
    .subscription-calc-note{
        margin-top: 20px;
    }
    .signin-stape-boxs-warp{
        padding: 50px 30px;
    }
    .about-content.data-deletion-page{
        padding-top: 80px;
    }
    .pricing-wrapper{
        /* padding-top: 100px; */
    }
    .pricing-boxs{
        padding: 0 15px;
    }
    .pricing-box{
        min-height: auto;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 00px;
    }
    .pricing-wrapper .pricing-header .sm-subtitle{
        font-size: 16px;
    }
    .progressbar-section {
        display: flex;
        flex-direction: column;
    }
    .available-devices .devices-panel .dp-items,
    .available-on-devices .devices-on-panel .dp-items {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .progressbar {
        width: 100% !important;
        text-align: center;
    }
    .progressbar-section .progressbar p {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .main_wrapper {
        padding: 30px 25px;
    }
    .shipping-address-group {
        padding-left: 0;
        margin-top: 15px;
    }
    .legal-wrapper {
        padding: 90px 5px;
    }
    .get-started {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tab-wrap-nav a {
        font-size: 14px;
    }
    .subscribe-step-box .panel.subscribe-step-payment .form-half-btn {
        left: -14px;
        margin: 0 -10px;
    }
    .subscribe-step-box .panel.subscribe-step-payment .form-half-btn .btn-default,
    .subscribe-step-box .panel.subscribe-step-payment .form-half-btn .btn-theme {
        min-width: 121px;
        padding: 5px 10px;
        margin: 0 10px;
    }
    .speak-panel-box .prn {
        padding-right: 0;
    }
    .channel-creation-wrap .container.container-extra,
    .container,
    .editing-tool-wrap .container,
    .trivia-tool-wrap .container,
    .trivia-tool-wrap .container.container-extra {
        width: 100%;
    }
    .home-hero .hero-content h1,
    .image-wrap-box .image-wrap-content h1,
    .video-wrap-box .video-wrap-content h1 {
        line-height: 50px;
        font-size: 36px;
    }
    .referral-wrapper .referral-process .referral-process-row {
        flex-wrap: wrap;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item {
        flex: 0 0 100%;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) img {
        transform: rotate(90deg);
        margin: 30px auto;
    }
    .affiliate-form-box .form-head,
    .referral-form-box .form-head {
        font-size: 28px;
    }
    .patient-journey {
        padding: 60px 30px;
    }
    .overview-wrap .sm-title,
    .patient-journey .sm-title,
    .video-content-wrap .sm-title {
        font-size: 32px;
    }
    .patient-journey .sm-title {
        margin-bottom: 60px;
    }
    .patient-journey img {
        max-width: 100%;
        width: 100%;
    }
    .patient-journey p {
        margin-top: 20px;
        text-align: left;
    }
    .patient-journey p br {
        display: none;
    }
    .patient-journey img.desktop {
        display: none;
    }
    .patient-journey img.mobile {
        display: block;
    }
    .available-devices .sm-title {
        line-height: 40px;
        font-size: 28px;
    }
    .available-devices .devices-panel {
        margin: 0 auto;
        padding: 15px 20px;
    }
    .available-devices .devices-panel a:first-child img {
        max-width: 160px;
    }
    .available-devices .devices-panel a:nth-child(2) img {
        max-width: 160px;
    }
    .about-content .sm-title,
    .add-authorized-wrap .lg-title,
    .contact-content .sm-title,
    .faq-hero .lg-title,
    .lets-speak-wrap .lg-title,
    .lg-title,
    .list-title-hero .list-title-head .lg-title,
    .referral-wrapper .lg-title {
        font-size: 32px;
        line-height: 40px;
    }
    .chairside-section p,
    .patient-journey p {
        font-size: 16px;
    }
    .chairside-section .chairside-section-body {
        margin: 35px auto 0;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list {
        justify-content: space-between;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin-right: 0;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img {
        width: 100%;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
        max-width: 100%;
        padding: 5px 0 0 20px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title:before {
        top: 8px;
        left: 2px;
        font-size: 12px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview,
    .multiple-languages-wrap .ml-preview {
        width: 100%;
        height: auto;
    }
    .overview-wrap .ow-features-box {
        margin: 35px 0;
        padding: 35px 0;
    }
    .overview-wrap .ow-video-box {
        margin: 35px 0 0 0;
        padding: 35px 0;
    }
    .overview-wrap .ow-video-box ul {
        margin-top: 30px;
    }
    .title-info {
        font-size: 20px;
        line-height: 26px;
    }
    .web-player-box .web-player-display .web-player-swiper .swiper-slide img {
        max-height: 360px;
    }
    .web-player-box .web-player-display .web-player-nav {
        margin-top: 20px;
    }
    .web-player-box .web-player-display .web-player-nav .web-player-scrollbar {
        height: 5px;
    }
    .web-player-box .web-player-display .web-player-nav ul {
        padding: 14px 0 0 0;
    }
    .web-player-box .web-player-display .web-player-nav ul li {
        font-size: 20px;
    }
    .footer .foot-row {
        margin: 0;
    }
    .footer {
        padding: 60px 0 35px 0;
    }
    .feature-wrapper {
        padding: 60px 15px;
        overflow: hidden;
    }
    .feature-wrapper h4 {
        margin-top: 30px;
        font-size: 22px;
        line-height: normal;
    }
    .feature-wrapper ul {
        margin-top: 20px;
    }
    .feature-wrapper .sm-title {
        font-size: 28px;
    }
    .subscribe-content {
        padding: 100px 0;
    }
    .subscribe-content .sm-title {
        font-size: 32px;
        line-height: 44px;
    }
    .subscribe-content .row.flex-row .practice_area {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .subscribe-step-box .panel.panel-sm-padd,
    .subscribe-step-box .panel.subscribe-step-payment {
        padding: 30px 20px 50px 20px;
    }
    .subscribe-step-box .prn-sm {
        padding-right: 0;
    }
    .subscribe-step-box .panel,
    .subscribe-step-box .panel.subscribe-step-prd,
    .subscribe-step-box .panel.subscribe-step-promo {
        padding: 30px 20px;
    }
    .subscribe-step-box .panel .form-head,
    .subscribe-step-box .panel.panel-sm-padd .form-head {
        margin-bottom: 30px;
    }
    .subscribe-step-box .after-border:before {
        display: none;
    }
    .subscribe-step-box .after-border {
        padding-right: 15px;
    }
    .subscribe-step-box .before-padd {
        padding-left: 15px;
    }
    .subscribe-step-box .form-half-btn .btn {
        margin: 0 auto;
    }
    .subscribe-step-prd .subscribe_calculation .row > .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .subscribe-step-box .personal_info_area .form-group {
        margin-bottom: 27px;
    }
    .cc-placeholder-added .cc-placeholder {
        top: 34px;
    }
    .contact-content {
        padding: 60px 0 80px;
    }
    .contact-content .sm-title {
        margin-bottom: 30px;
    }
    .contact-content .form-head {
        font-size: 24px;
        line-height: 30px;
    }
    .contact-content .contact-info {
        margin: 0;
        display: flex;
    }
    .contact-content .chk-rd-group.form-group.ferror {
        margin-left: 0;
    }
    .contact-content .form-error {
        text-align: center;
    }
    .contact-content .form-btn {
        text-align: center;
    }
    .contact-info .contact-info-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 12px;
        margin-bottom: 30px;
    }
    .contact-info .contact-info-item p {
        font-size: 15px;
        line-height: 22px;
    }
    .form-error > span {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 24px;
    }
    .custom-form label {
        font-size: 15px;
        line-height: 20px;
    }
    .referral-wrapper {
        padding: 100px 20px;
    }
    .referral-wrapper .referral-process .sm-title {
        font-size: 24px;
    }
    .referral-wrapper .title-info {
        font-size: 17px;
        margin: 15px 0 30px 0;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) {
        max-width: 80px;
        margin: 0 auto;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) img {
        max-width: 30px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item img {
        max-width: 70px;
        margin: 0 auto 20px;
        max-height: 50px;
    }
    .referral-wrapper .referral-process .btn-section {
        margin-top: 60px;
    }
    .referral-wrapper p {
        margin-bottom: 35px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item p br {
        display: none;
    }
    .affiliate-form-box .form-head,
    .referral-form-box .form-head {
        text-align: center;
    }
    .extensive-list {
        padding: 60px 0;
    }
    .extensive-list .sm-title {
        font-size: 32px;
    }
    .extensive-list .extensive-group {
        max-width: 100%;
        padding: 0 15px;
    }
    .extensive-list .extensive-title {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .extensive-list .extensive-title img {
        max-width: 44px;
    }
    .extensive-list .extensive-title h4 {
        font-size: 16px;
        margin-top: 12px;
    }
    .extensive-list .extensive-group ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .subscribe-wrap.que-wrap .subscribe-box {
        height: 180px;
    }
    .subscribe-wrap.que-wrap .subscribe-box h4 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .subscribe-wrap.que-wrap .subscribe-box p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .footer .foot-brand img {
        max-width: 260px;
    }
    .home-hero .hero-intro,
    .image-wrap-box .image-wrap-intro,
    .video-wrap-box .video-wrap-intro,
    .why-thalamus-wrap .wt-information {
        padding: 0 0 150px 0;
        margin-top: -150px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .image-wrap-box .image-wrap-intro h2,
    .video-wrap-box .video-wrap-intro h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li img {
        max-width: 100px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li p {
        font-size: 20px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-one {
        margin: 0 0 110px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two {
        margin: 0 0 90px;
    }
    .video-wrap-box .video-wrap-intro h2.video-wrap-one {
        margin-bottom: 80px;
    }
    .video-wrap-box .video-wrap-intro h2.video-wrap-two {
        margin-bottom: 80px;
    }
    .section-toggle-wrapper,
    .summary-wrapper.security-system,
    .summary-wrapper.settings-wrap,
    .summary-wrapper.shareable-wrap,
    .summary-wrapper.subscribe-wrap {
        padding: 60px 15px;
    }
    .animation-wrapper,
    .app-screens-wrap,
    .benefits-wrap,
    .channel-creation-wrap,
    .curate-videos-wrap,
    .editing-tool-wrap,
    .industry-professionals,
    .multiple-devices-wrap,
    .multiple-languages-wrap,
    .practice-services-wrap,
    .schedule-wrapper,
    .something-watch,
    .summary-wrapper.customization-player,
    .trivia-tool-wrap,
    .video-content-wrap.something-everyone,
    .video-steps-wrap {
        padding: 60px 0;
    }
    .video-wrap-box .video-wrap-nav {
        flex-wrap: wrap;
        height: auto;
        flex-direction: column;
        max-width: 180px;
    }
    .benefits-wrap .benefits-panel {
        margin-left: 15px;
        margin-right: 15px;
    }
    .available-on-devices .sm-title {
        margin-right: 0;
        font-size: 20px;
    }
    .available-on-devices .devices-on-panel .dp-items i {
        font-size: 14px;
        margin: 0;
    }
    .available-on-devices .devices-on-panel .dp-items:nth-child(4) img {
        max-height: 70px;
    }
    .about-content .container > .row,
    .animation-wrapper .container > .row,
    .industry-professionals .container > .row,
    .legal-wrapper .container > .row,
    .summary-wrapper .container > .row,
    .video-steps-wrap .container > .row,
    .work-free-wrap .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .app-screens-wrap .as-img-items .as-img-box {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .app-screens-wrap .as-img-items .as-img-box:nth-child(1),
    .app-screens-wrap .as-img-items .as-img-box:nth-child(2) {
        margin-bottom: 35px;
    }
    .app-screens-wrap .as-img-items .as-img-box img:hover,
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box img:hover {
        transform: scale(1.05);
    }
    .app-screens-wrap .button-row .btn,
    .multiple-languages-wrap .button-row .btn,
    .practice-services-wrap .button-row .btn {
        min-width: 200px;
    }
    .app-screens-wrap .button-row .btn + .btn,
    .multiple-languages-wrap .button-row .btn + .btn,
    .practice-services-wrap .button-row .btn + .btn {
        margin-left: 40px;
    }
    .practice-services-wrap .ps-img-items {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(1),
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(2) {
        margin-bottom: 20px;
    }
    .practice-services-wrap .ps-img-items .ps-img-box {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .practice-services-wrap .ps-img-items .ps-img-box img {
        max-width: 100%;
    }
    .something-watch ul li .sw-overlay p {
        font-size: 20px;
        font-weight: 500;
    }
    .video-steps-wrap .vs-panel-row img {
        max-width: 270px;
    }
    .video-steps-wrap .vs-panel-row {
        margin-top: 30px;
    }
    .work-free-wrap .panel-box:first-child {
        margin-top: 10px;
    }
    .work-free-wrap .panel-box {
        padding: 25px 15px;
    }
    .work-free-wrap .panel-box .how-work-row {
        margin: 0;
    }
    .work-free-wrap .panel-box .button-box {
        margin-top: 20px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(5) img {
        max-width: 100px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(1) img,
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(3) img {
        max-width: 170px;
        margin-bottom: 30px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2) img,
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) img {
        max-width: 25px;
        object-fit: fill;
    }
    .viewslider {
        padding: 45px 0 60px 0;
    }
    .viewslider .sm-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .viewslider .view-images-swiper .swiper-slide {
        width: 200px;
    }
    .viewslider .view-images-swiper {
        height: 160px;
    }
    .viewslider-footer .swiper-pagination {
        bottom: 20px;
    }
    .viewslider-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 48px;
    }
    .viewslider-footer .swiper-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 3px;
        margin: 0 5px;
    }
    .viewslider-footer .swiper-button-next,
    .viewslider-footer .swiper-button-prev {
        bottom: 20px;
        --swiper-navigation-size: 24px;
    }
    .feature-s-wrapper .feature-s-content .row .col-sm-6:first-child {
        margin-bottom: 40px;
    }
    .feature-s-wrapper .feature-s-content p {
        max-width: 100%;
    }
    .feature-s-wrapper .feature-s-free-titles ul {
        margin: 0;
        max-width: 100%;
    }
    .feature-s-wrapper .feature-s-free-titles .col-sm-6 {
        width: 50%;
        float: left;
    }
    .free-video-form .sm-title {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 8px 0;
    }
    .lets-speak-wrap .title-info {
        font-size: 16px;
        line-height: 28px;
    }
    .channel-creation-wrap h4,
    .editing-tool-wrap h4,
    .trivia-tool-wrap h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .summary-wrapper .summary-video {
        max-width: 600px;
        height: 334px;
        padding: 6px 64px 48px 40px;
    }
    .faq-qa-list {
        padding: 0 15px;
    }
    .add-authorized-wrap .title-info {
        font-size: 16px;
    }
    .add-authorized-wrap .add-authorized-panel {
        padding: 60px 25px 40px 25px;
    }
    .menu-panel {
        width: 100%;
        right: -100%;
    }
    .menu-panel .menu-head {
        padding: 20px 20px 20px 20px;
    }
    .menu-panel .menu-head .social-item {
        margin-right: auto;
    }
    .menu-panel .menu-content {
        padding: 0 20px 20px 20px;
        height: calc(100vh - 180px);
    }
    .menu-panel .menu-content ul li a {
        font-size: 18px;
        /*line-height: 36px;*/
        font-weight: 500;
        margin-bottom: 20px;
    }
    .menu-panel .menu-content .menu_section{
    	margin-bottom: 30px;
    }
    .menu-panel .menu-content ul li.menu-divider {
        height: 15px;
    }
    .cookies-box {
        padding:15px;
    }
    .cookies-box .cookies-extra {
        padding-left: 20px;
    }
    .cookies-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .cookies-box .btn {
        margin-right: 20px;
        min-width: 100px;
        width: 100px;
    }
    .btn-yellow,
    .btn-yellow:focus,
    .btn-yellow:hover {
        font-size: 16px;
        line-height: 16px;
    }
    .get-started-panel {
        margin-left: 15px;
        margin-right: 15px;
        padding: 25px 15px;
    }
    #video-controls i,
    #video-controls label {
        font-size: 14px;
        padding: 0 10px;
    }
    #video-controls {
        padding: 5px 0;
    }
    .anchor-nav li a {
        font-size: 10px;
        padding: 12px 5px;
        line-height: 1;
    }
    .chairside-section .chairside-section-body.multilingual-slide {
        margin: 15px 0;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li a {
        line-height: 16px;
        font-size: 12px;
    }
    .anchor-nav li.slide-active::before,
    .anchor-nav::before {
        height: 3px;
        top: -3px;
    }
    .placeholdertext{
        font-size: 18px;
        bottom: 50px;
    }
    .includes-wrap-img-box{
        margin-bottom: 15px;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group .cust-check-input .chk-rd-item{
        width: 100%;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group{
        margin-bottom: 30px;
    }
    .features-box{
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .speak-panel .speak-panel-box {
        padding: 15px;
    }
    .speak-panel.free-video-page .speak-panel-box{
        padding: 15px;
    }
    .speak-box-inner .chk-rd-group.form-group.ferror {
        margin-left: -15px;
    }
    .amazing-features .features-list ul li p,
    .overview-wrap .ow-features-box ul li p {
        font-size: 15px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul {
        padding: 9px 20px 10px 20px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text {
        padding-top: 30px;
    }
    /*.pricing-wrapper .pricing-tbl .pricing-offer-new ul {
        margin: 20px 0 20px 50px;
    }*/
    .pricing-wrapper .pricing-tbl .pricing-offer-new ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 {
        font-size: 36px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 span {
        font-size: 24px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 span.mob-del:before,
    .pricing-wrapper .pricing-tbl .pricing-offer-old h4 span:before {
        bottom: 12px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5 {
        font-size: 20px;
        line-height: 18px;
        margin: 12px 0 0 0;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5 span {
        font-size: 14px;
        line-height: 24px;
        width: 70px;
        height: 24px;
        font-weight: 500;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu {
        padding: 30px 0 20px 25px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu h4 {
        /*font-size: 22px;
        line-height: 24px;
        margin: 0 0 22px 0;*/
        position: relative;
        top: 0;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu p {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 12px 0;
        font-weight: 500;
    }
}
@media screen and (max-width: 640px) {
    .available-devices .devices-panel a:first-child img {
        max-width: 65px;
    }
    .home-img-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 26px;
    }
    .home-img-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 13px;
        height: 3px;
        margin: 0 4px;
    }
    .available-devices .devices-panel a:nth-child(2) img {
        max-width: 74px;
    }
    .available-devices .devices-panel .android img {
        max-width: 52px;
    }
    .available-devices .devices-panel a:nth-child(4) img {
        max-width: 54px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old {
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(1),
    .multiple-devices-wrap .md-images-list img:nth-child(1) {
        max-width: 200px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2),
    .multiple-devices-wrap .md-images-list img:nth-child(2) {
        max-width: 160px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul,
    .multiple-languages-wrap .ml-list ul {
        padding: 10px 30px 10px 10px;
    }
    .overview-wrap .ow-features-box ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-top: 40px;
        align-self: unset;
    }
    .footer .foot-row .foot-items {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer .foot-row .foot-items:nth-child(n + 3) {
        margin-top: 20px;
    }
    .about-hero,
    .contact-hero,
    .faq-hero {
        height: 260px;
    }
    .get-started .get-started-head .started-button .btn + .btn {
        margin-left: 20px;
    }
    .get-started .get-started-head .started-button .btn {
        padding: 10px 12px;
        min-width: 162px;
        font-size: 16px;
    }
    .get-started .get-started-head .started-button {
        margin-top: 30px;
    }
    .get-started-panel.thalamus-app .started-panel-items:first-child,
    .get-started-panel.thalamus-app .started-panel-items:last-child {
        padding: 0 15px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items p {
        margin-left: 0;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title {
        margin-left: 32px;
        text-align: left;
    }
    .get-started-panel.done-panel h3,
    .thalamus-platforms h3 {
        font-size: 28px;
    }
    .animation-wrapper video {
        height: 300px;
    }
    .channel-creation-wrap .button-row .btn {
        min-width: 100px;
    }
    .video-steps-wrap .vs-panel-row img {
        max-width: 180px;
    }
    .editing-tool-wrap .button-row .btn,
    .editing-tool-wrap .button-row .btn:not(:last-child) {
        margin-left: 5px;
    }
    body #cboxContent,
    body #cboxLoadedContent,
    body #cboxWrapper {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .form-half-btn {
        padding: 0 25px;
    }
    .video-content-wrap.something-everyone .sm-title {
        font-size: 24px;
        line-height: 30px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-content .title-info {
        margin-top: 8px;
        line-height: 34px;
    }
    .work-free-wrap .panel-box .how-work-row {
        flex-wrap: wrap;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2),
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) {
        padding-top: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2) img,
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) img {
        transform: rotate(90deg);
        margin: 30px auto;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(1) p,
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(3) p,
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(5) p {
        margin-top: 10px;
        margin: 0 auto;
        max-width: 260px;
    }
    .work-free-wrap .panel-box .button-box {
        margin-top: 30px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row {
        flex-wrap: wrap;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-img,
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .animation-wrapper .sm-title,
    .app-screens-wrap .sm-title,
    .channel-creation-wrap .sm-title,
    .curate-videos-wrap .sm-title,
    .editing-tool-wrap .sm-title,
    .industry-professionals .sm-title,
    .multiple-devices-wrap .sm-title,
    .multiple-languages-wrap .sm-title,
    .practice-services-wrap .sm-title,
    .schedule-wrapper .sm-title,
    .section-toggle-wrapper h4,
    .something-watch .sm-title,
    .summary-wrapper .sm-title,
    .trivia-tool-wrap .sm-title,
    .video-steps-wrap .sm-title {
        font-size: 24px;
        line-height: 30px;
    }
    .animation-wrapper .title-info,
    .app-screens-wrap .title-info,
    .channel-creation-wrap .title-info,
    .curate-videos-wrap .curate-videos-note p,
    .editing-tool-wrap .title-info,
    .industry-professionals .title-info,
    .multiple-devices-wrap .title-info,
    .multiple-languages-wrap .title-info,
    .practice-services-wrap .title-info,
    .schedule-wrapper .schedule-note p,
    .section-toggle-wrapper p,
    .something-watch .title-info,
    .summary-wrapper p,
    .trivia-tool-wrap .title-info,
    .video-content-wrap.something-everyone .title-info {
        font-size: 16px;
        line-height: 22px;
    }
    .editing-tool-wrap .button-row .btn {
        min-width: 100px;
    }
    .summary-wrapper .summary-video {
        max-width: 400px;
        height: 238px;
        padding: 4px 43px 47px 26px;
    }
    .legal-wrapper .legal-row {
        flex-wrap: wrap;
    }
    .legal-wrapper .legal-head {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .header.header-active ~ .legal-wrapper .legal-row .legal-nav {
        top: 75px;
    }
    .legal-wrapper .legal-row .legal-nav {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0;
        background-color: #fff;
        transition: top 0.4s ease;
    }
    .legal-wrapper .legal-row .tab-content {
        padding-top: 20px;
    }
    .legal-wrapper .legal-row .legal-nav ul {
        white-space: nowrap;
        overflow-x: auto;
        position: relative;
    }
    .legal-wrapper .legal-row .legal-nav ul li:after {
        content: "";
        height: 3px;
        background-color: #c8c8c8;
        position: absolute;
        bottom: 0;
        left: -4px;
        right: 0;
    }
    .legal-wrapper .legal-row .legal-nav ul li {
        display: inline-block;
        margin: 0;
        border: 0;
        padding: 0;
    }
    .legal-wrapper .legal-row .legal-nav ul li a {
        display: block;
        padding: 0 10px;
        position: relative;
    }
    .legal-wrapper .legal-row .legal-nav ul li.active a:after {
        content: "";
        background-color: #f99f1b;
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        bottom: 0;
        z-index: 1;
    }
    .legal-wrapper .legal-row .legal-nav ul::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: 0 0;
    }
    .legal-wrapper .legal-row .legal-nav ul::-webkit-scrollbar-thumb {
        background: 0 0;
    }
    .faq-wrapper .faq-nav .nav {
        white-space: nowrap;
        overflow-x: auto;
        position: relative;
    }
    .faq-wrapper .faq-nav .nav li {
        display: inline-block;
    }
    .faq-wrapper .faq-nav .nav li a {
        font-size: 15px;
        padding: 0 15px;
    }
    .faq-wrapper .faq-nav .nav::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: 0 0;
    }
    .faq-wrapper .faq-nav .nav::-webkit-scrollbar-thumb {
        background: 0 0;
    }
}
@media screen and (max-width: 767px) {
    .header .menu-left .menu-btn a span {
        font-size: 12px;
    }
    .progressbar-section {
        display: flex;
        flex-direction: column;
    }
    .progressbar {
        width: 100% !important;
        text-align: center;
        margin-bottom: 30px !important;
    }
    .progressbar-section .progressbar p {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .subscribe-content .subscribe-nav {
        max-width: 159px;
    }
    .get-started .get-started-head .started-button .btn {
        min-width: 135px;
        font-size: 14px;
        min-height: 26px;
    }
    .get-started .get-started-head .started-button .btn + .btn {
        margin-left: 10px;
    }
    .subscribe-content .subscribe-nav .subscribe-step:nth-child(2) {
        margin-left: calc(20px / 1.4);
    }
    .header .brand img {
        max-width: 170px;
    }
    .header .menu-left .subscribe-btn {
        margin-right: 18px;
    }
    .header .menu-left .subscribe-btn .btn {
        min-width: 80px;
        padding: 0 10px;
        font-size: 10px;
        border-radius: 2px;
    }
    .header .menu-left .menu-btn a i {
        font-size: 18px;
        margin-left: 5px;
    }
    .home-hero .hero-intro h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .patient-journey {
        padding: 40px 20px;
    }
    .patient-journey .sm-title {
        margin-bottom: 25px;
    }
    .available-devices {
        padding: 40px 5px;
    }
    .available-devices .devices-panel,
    .available-on-devices .devices-on-panel {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .available-devices .devices-panel a {
        display: block;
        width: 50%;
        padding: 5px 0;
    }
    .available-devices .devices-panel img {
        margin: 0 auto;
    }
    .available-devices .devices-panel a:first-child img,
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a.googletv img {
        max-width: 83px;
    }
    .available-devices .devices-panel a:nth-child(2) img,
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a.microsoft img {
        max-width: 86px;
    }
    .available-devices .devices-panel .android img,
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a.android img {
        max-width: 95px;
    }
    .available-devices .devices-panel a:nth-child(4) img,
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a.ipad img {
        max-width: 90px;
    }
    .available-devices .devices-panel .appletvIcon img,.available-on-devices .devices-on-panel .appletvIcon img{
        max-width: 40px!important;
    }
   
    .available-on-devices .container {
        display: block;
    }
    .available-on-devices .sm-title {
        margin-bottom: 20px;
    }
    .chairside-section {
        padding: 40px 20px 15px 20px;
    }
    .chairside-section.intro {
        position: relative;
        margin-top: -100px;
        margin-bottom: 15px;
    }
    .chairside-section .container {
        padding: 0;
    }
    .home-chairside-swiper {
        height: auto;
    }
    .home-chairside-swiper .chairside-bg-img {
        display: none;
    }
    .home-chairside-swiper .chairside-bg-mobile {
        display: block;
    }
    .chairside-section .lg-title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .chairside-section p {
        line-height: 1.3;
    }
    .chairside-section .chairside-section-body {
        margin-top: 15px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list {
        padding: 0 30px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img {
        width: 80px;
        height: auto;
        margin: 0 auto;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
        width: 80px;
        margin: 0 auto;
        padding-top: 8px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title p {
        font-size: 12px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li {
        display: inline-block;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title p {
        font-size: 10px;
        line-height: normal;
    }
    .multiple-languages-wrap {
        padding: 30px 10px;
    }
    .multiple-languages-wrap .ml-list {
        display: none;
    }
    .multiple-languages-wrap .ml-list.mobile {
        display: block;
        max-width: 268px;
        margin: 25px auto 0 auto;
    }
    .app-screens-wrap {
        padding: 30px 10px;
    }
    .app-screens-wrap .as-img-items .as-img-box {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
    .app-screens-wrap .button-row .btn,
    .multiple-languages-wrap .button-row .btn,
    .practice-services-wrap .button-row .btn {
        font-size: 14px;
        min-width: 200px;
        margin: 0 0 7px 0;
    }
    .app-screens-wrap .as-img-items .as-img-box {
        margin-bottom: 23px !important;
        border-radius: 5px;
        overflow: hidden;
    }
    .app-screens-wrap .button-row .btn + .btn,
    .multiple-languages-wrap .button-row .btn + .btn,
    .practice-services-wrap .button-row .btn + .btn {
        margin: 0 0 7px 0;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav {
        height: auto;
        position: relative;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul li a {
        font-size: 10px;
        line-height: 1;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul {
        height: 42px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav .swiper-scrollbar {
        height: 2px;
        padding: 0 15px;
    }
    .video-wrapper .video-wrapper-head .sm-title,
    .web-player-box .sm-title,
    .why-thalamus-wrap .wt-head .sm-title {
        font-size: 32px;
        line-height: 44px;
    }
    .video-wrapper .video-wrapper-head p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 30px;
    }
    .title-info {
        font-size: 16px;
        line-height: 20px;
    }
    .amazing-features .sm-title {
        font-size: 32px;
    }
    .amazing-features .features-list {
        margin-top: 40px;
    }
    .amazing-features .ft-text {
        font-size: 18px;
    }
    .amazing-features .features-list ul {
        justify-content: space-between;
    }
    .amazing-features .features-list ul li {
        flex: 0 0 calc(33.33% - 5px);
        max-width: calc(33.33% - 5px);
        margin-bottom: 40px;
    }
    .amazing-features .features-list ul li img {
        height: 23px;
    }
    .amazing-features .features-list ul li p,
    .overview-wrap .ow-features-box ul li p {
        font-size: 10px;
        line-height: normal;
    }
    .overview-wrap .ow-features-box ul li p {
        margin-top: 10px;
    }
    .overview-wrap .ow-features-box ul li img {
        height: 23px;
    }
    .web-player-box .web-player-display .web-player-nav ul li {
        font-size: 10px;
    }
    .animation-wrapper video {
        height: 200px;
    }
    .multiple-devices-wrap .md-access-type,
    .multiple-devices-wrap .md-images-list {
        margin-top: 25px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide {
        margin-top: 5px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img,
    .multiple-devices-wrap .md-images-list img:nth-child(1) {
        margin: 10px 0;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list,
    .multiple-devices-wrap .md-images-list {
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 370px;
        margin: 0 auto;
        width: 90%;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(1),
    .multiple-devices-wrap .md-images-list img:nth-child(1) {
        max-width: 169px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2),
    .multiple-devices-wrap .md-images-list img:nth-child(2) {
        max-width: 141px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(3),
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(4),
    .multiple-devices-wrap .md-images-list img:nth-child(3),
    .multiple-devices-wrap .md-images-list img:nth-child(4) {
        max-width: 83px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type,
    .multiple-devices-wrap .md-access-type {
        margin-top: 15px;
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a,
    .multiple-devices-wrap .md-access-type a {
        display: block;
        width: 50%;
        padding: 10px 0;
        height: auto;
        background-color: transparent;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a img,
    .multiple-devices-wrap .md-access-type a img {
        margin: 0 auto;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a:nth-child(1) img,
    .multiple-devices-wrap .md-access-type a:nth-child(1) img {
        max-width: 83px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a:nth-child(2) img,
    .multiple-devices-wrap .md-access-type a:nth-child(2) img {
        max-width: 86px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a:nth-child(3) img,
    .multiple-devices-wrap .md-access-type a:nth-child(3) img {
        max-width: 95px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a:nth-child(4) img,
    .multiple-devices-wrap .md-access-type a:nth-child(4) img {
        max-width: 90px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list.mobile {
        display: block;
        max-width: 268px;
        margin: 24px auto 0 auto;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list {
        display: none;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview {
        margin-top: 0;
    }
    .video-wrapper .video-wrapper-head,
    .video-wrapper.operatory-vid-wrap .video-wrapper-head {
        position: relative;
        top: 0;
    }
    .video-wrapper.waiting-vid-poster {
        background-image: none;
        padding: 30px 0 0 0;
        height: auto;
    }
    .video-wrapper.waiting-vid-poster .video-wrapper-head {
        padding: 0 20px;
    }
    .video-wrapper img.operatory-vid-poster,
    .video-wrapper.waiting-vid-poster img {
        width: 100%;
    }
    .video-wrapper .operatory-vid-poster.mobile,
    .video-wrapper .waiting-vid-poster.mobile {
        display: block;
    }
    .video-wrapper.waiting-vid-poster .lg-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .video-wrapper.operatory-vid-wrap {
        background-image: none;
        padding: 30px 0 0 0;
    }
    .video-wrapper.operatory-vid-wrap .lg-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .video-wrapper .video-wrapper-box .video-wrapper-controls a i {
        font-size: 12px;
    }
    .video-wrapper .video-wrapper-box .video-wrapper-controls {
        bottom: 15px;
        right: 14px;
    }
    .web-player-box .lg-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .multiple-devices-wrap .md-images-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .practice-services-wrap .ps-img-items .ps-img-box {
        flex: 0 0 44%;
        max-width: 44%;
    }
    .practice-services-wrap .ps-img-items {
        justify-content: space-around;
    }
    .channel-creation-wrap .button-row .btn,
    .trivia-tool-wrap .button-row .btn,
    .trivia-tool-wrap .button-row .btn:nth-child(2n) {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
        margin-bottom: 24px !important;
        margin-left: 0;
    }
    .trivia-tool-wrap .button-row .btn:nth-child(n + 5) {
        margin-top: 0;
    }
    .trivia-tool-wrap .button-row .btn:nth-last-child(1),
    .trivia-tool-wrap .button-row .btn:nth-last-child(2) {
        margin: 0;
    }
    .trivia-tool-wrap {
        padding: 40px 5x;
    }
    .channel-creation-wrap .button-row,
    .trivia-tool-wrap .button-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .channel-creation-wrap .button-row {
        padding: 0 40px;
    }
    .channel-creation-wrap {
        padding: 40px 5px;
    }
    .channel-creation-wrap .button-row .btn:first-child {
        margin-left: 0;
    }
    .why-thalamus-wrap .wt-information {
        padding-right: 15px;
        padding-left: 15px;
    }
    .why-thalamus-wrap .wt-information p {
        font-size: 22px;
        line-height: 32px;
    }
    .image-wrap-box .image-wrap-intro h2,
    .video-wrap-box .video-wrap-intro h2 {
        font-size: 24px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-one,
    .image-wrap-box .image-wrap-intro .image-wrap-two {
        margin-bottom: 60px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li img {
        max-width: 100px;
        margin-bottom: 15px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li p {
        font-size: 16px;
    }
    .image-wrap-box .image-wrap-content .title-info {
        font-size: 22px;
        line-height: 25px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul {
        flex-wrap: wrap;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li:nth-child(n + 3) {
        margin-top: 20px;
    }
    .about-content .sm-title,
    .add-authorized-wrap .lg-title,
    .contact-content .sm-title,
    .faq-hero .lg-title,
    .lets-speak-wrap .lg-title,
    .lg-title,
    .list-title-hero .list-title-head .lg-title,
    .pricing-wrapper .sm-title,
    .referral-wrapper .lg-title {
        font-size: 28px;
        line-height: 32px;
    }
    .pricing-wrapper .sm-title{
        padding-bottom: 10px;
    }
    .extensive-list .extensive-group ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .extensive-list .sm-title,
    .feature-wrapper .sm-title {
        font-size: 26px;
    }
    .feature-wrapper ul li {
        line-height: normal;
        padding: 10px 40px 10px 10px;
    }
    .feature-wrapper ul li:after {
        transform: translateY(-50%);
        top: 50%;
    }
    .feature-s-wrapper .feature-s-free-titles .col-sm-6 {
        width: 100%;
        float: none;
    }
    .faq-wrapper .faq-nav .nav li a {
        font-size: 11px;
        padding: 0 5px;
    }
    .cookies-box .btn {
        margin-right: 10px;
        min-width: 80px;
        width: 80px;
        height: auto;
        font-size: 14px;
        line-height: 24px;
    }
    .cookies-box .cookies-close i {
        font-size: 18px;
    }
    .cookies-box .cookies-extra {
        padding-left: 10px;
    }
    .tab-wrap-nav:after {
        height: 4px;
        top: -4px;
    }
    .tab-wrap-nav a:after {
        height: 4px;
        top: -4px;
    }
    .tab-wrap-nav a {
        font-size: 10px;
        height: auto;
        line-height: 26px;
    }
    .footer .foot-row .foot-social {
        flex-direction: column;
    }
    .animation-wrapper,
    .editing-tool-wrap,
    .multiple-devices-wrap,
    .something-watch,
    .summary-wrapper {
        padding: 40px 5px !important;
    }
    .summary-wrapper.website-videos{
        padding: 60px 0!important;
    }
    .features-wrapper{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .summary-wrapper.customization-player{
        padding: 60px 0!important;
    }
    .customization-player-feature-box{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .summary-wrapper.website-videos .sm-title{
        font-size: 30px;
        margin-bottom: 50px;
    }
    .multiple-devices-wrap {
        padding: 40px 5px;
    }
    .video-steps-wrap .vs-panel-row img {
        max-width: 128px;
    }
    .video-steps-wrap .vs-panel-row {
        align-items: center;
    }
    .video-steps-wrap .vs-panel-row .vs-panel-items:first-child h4 {
        margin-bottom: 10px;
    }
    .video-steps-wrap .vs-panel-row .vs-panel-items
     {
        flex: 0 0 calc(50% - 26px);
        max-width: calc(50% - 26px);
    }
    .video-steps-wrap .vs-panel-row .vs-panel-items:last-child{
        margin-right: 0;
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .video-steps-wrap .vs-panel-row h4 {
        text-align: left;
        font-size: 14px;
        margin-top: 0;
        line-height: 20px;
    }
    .video-wrap-box .video-wrap-nav {
        max-width: 100%;
        flex-direction: row;
    }
    .video-wrap-box .video-wrap-nav a {
        font-size: 10px;
    }
    .overview-wrap.main_wrapper,
    .subscribe-wrap.main_wrapper,
    .web-player-box.main_wrapper {
        padding: 40px 5px;
    }
    .video-content-wrap.main_wrapper {
        padding: 40px 5px;
    }
    .amazing-features.main_wrapper {
        padding: 40px 5px;
    }
    .available-on-devices {
        padding: 40px 5px;
    }
    .lt-sample-videos .lt-sample-main {
        margin-bottom: 18px;
    }
    .lt-sample-videos .lt-sample-main video {
        min-height: auto;
    }
    .lt-sample-videos .lt-sample-video-list ul li:before {
        font-size: 14px;
    }
    .lt-sample-videos .lt-sample-video-list ul li img {
        max-width: 100%;
    }
    .contact-content {
        padding: 40px 5px;
    }
    .contact-content .contact-info {
        flex-direction: column;
    }
    .contact-info .contact-info-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 12px;
        margin-bottom: 30px;
    }
    .footer {
        padding: 40px 5px 15px 5px;
    }
    .about-content,
    .lt-sample-videos {
        padding: 40px 5px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn {
        min-width: 90px;
    }
    .lets-speak-wrap {
        padding-right: 5px;
        padding-left: 5px;
    }
    .curate-videos-wrap {
        padding: 40px 20px;
    }
    .work-free-wrap {
        padding: 40px 5px;
    }
    .popup_video {
        height: 300px;
        padding: 32px 0;
    }
    #colorbox {
        width: 100% !important;
        left: 0 !important;
    }
    #cboxClose {
        position: absolute;
        top: 4px;
        right: 4px;
    }
    .includes-wrap{
        padding: 50px 0px 0px 0px;
    }
    .includes-wrap .sm-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .includes-stape-wrap{
        padding: 50px 0 50px;
    }
    .includes-stape-boxs-warp{
        display: block;
    }
    .includes-stape-box{
        display: block;
        /* flex: 0 0 calc(100% / 4 - 24px); */
        max-width: 100%;
        margin-bottom: 20px;
    }
    .includes-stape-box.arrow-gray{
        display: none;
    }
}
@media (max-width: 726px) {
    .speak-panel .speak-panel-box .speak-box-inner .form-group textarea.form-control {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    .tab-wrap-nav a {
        font-size: 8px;
    }
    .chairside-section .chairside-section-foot .sm-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .pricing-wrapper{
        /*padding-top: 100px;*/
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new h4 {
        font-size: 12px;
        text-align: center;
    }
    .viewslider-footer .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
    }
    .home-img-swiper {
        height: auto;
    }
    .video-content-wrap .ft-text {
        font-size: 22px;
        line-height: 30px;
    }
    .thalamus-platforms h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .thalamus-platforms {
        padding: 25px 0;
    }
    .thalamus-platforms .app-platforms {
        padding-top: 20px;
    }
    .thalamus-platforms .app-platforms img {
        max-width: 120px;
    }
    .thalamus-platforms .app-platforms a + a {
        margin-left: 20px;
    }
    .get-started-panel.gs-customize .xs-info {
        margin-top: 25px;
        font-size: 22px;
        line-height: 28px;
    }
    .get-started-panel.gs-customize .started-panel-row .started-panel-items:first-child {
        margin-bottom: 15px;
    }
    .get-started-panel .title-info.mb50 {
        margin-bottom: 20px !important;
    }
    .get-started-panel.gs-customize .started-panel-row .panel-inner-title.mb50 {
        margin-bottom: 20px !important;
    }
    .get-started-panel.gs-customize .started-panel-row .panel-inner-title {
        text-align: center;
    }
    .video-content-wrap.something-everyone .sm-title {
        margin-bottom: 15px;
    }
    .video-content-wrap .video-content-type ul li,
    .video-content-wrap .video-content-type ul li:nth-child(n + 4) {
        margin-bottom: 15px;
    }
    .video-content-wrap .video-content-type ul li p {
        font-size: 16px;
    }
    .video-steps-wrap .sm-title {
        padding-bottom: 15px;
    }
    .custom-link {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-default,
    .btn-theme {
        min-width: 150px;
        padding: 5px 16px;
        font-size: 14px;
        line-height: 22px;
    }
    .subscribe-step-promo .promo-box .promo-input .form-control {
        max-width: 100%;
        flex: 1;
        margin-right: 10px;
    }
    .subscribe-step-promo .promo-box .promo-input .btn {
        padding: 10px 16px;
        line-height: 24px;
    }
    .btn-load:after {
        background-size: 20px;
    }
    .chairside-section .chairside-section-body.multilingual-slide,
    .multiple-languages-wrap .ml-items-row .multilingual-m-finder {
        flex-wrap: wrap;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list,
    .multiple-languages-wrap .ml-list {
        width: 100%;
        margin-right: 0;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul,
    .multiple-languages-wrap .ml-list ul {
        padding: 10px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview,
    .multiple-languages-wrap .ml-preview {
        margin-top: 10px;
    }
    .animation-wrapper .title-info,
    .app-screens-wrap .title-info,
    .channel-creation-wrap .title-info,
    .curate-videos-wrap .curate-videos-note p,
    .editing-tool-wrap .title-info,
    .industry-professionals .title-info,
    .multiple-devices-wrap .title-info,
    .multiple-languages-wrap .title-info,
    .practice-services-wrap .title-info,
    .schedule-wrapper .schedule-note p,
    .section-toggle-wrapper p,
    .something-watch .title-info,
    .summary-wrapper p,
    .trivia-tool-wrap .title-info,
    .video-content-wrap.something-everyone .title-info {
        font-size: 15px;
    }
    .animation-wrapper,
    .benefits-wrap,
    .editing-tool-wrap,
    .extensive-list,
    .feature-s-wrapper,
    .industry-professionals,
    .multiple-devices-wrap,
    .practice-services-wrap,
    .schedule-wrapper,
    .something-watch,
    .summary-wrapper.customization-player,
    .trivia-tool-wrap,
    .video-content-wrap.something-everyone,
    .video-steps-wrap {
        padding: 40px 5px;
    }
    .pricing-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .feature-s-wrapper .feature-s-button .btn + .btn {
        margin-left: 20px;
    }
}
@media screen and (max-width: 425px) {
    .cookies-box {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
    }
    .header.header-active ~ .legal-wrapper .legal-row .legal-nav {
        top: 44px;
    }
    .cookies-box .cookies-extra {
        margin-top: 10px;
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        justify-content: flex-end;
    }
    .cookies-box .btn {
        margin-right: 20px;
    }
    .cookies-box .cookies-close {
        padding: 0 10px;
    }
    .header {
        /* padding: 0 15px; */
        height: 44px;
        background: rgba(255, 255, 255, 0.6);
    }
    .free-trial-banner{
        height: 44px;
    }
    .header .container{
        justify-content: flex-end;
    }
    .free-trial-banner p{
        font-size: 14px;
        margin-right: 15px;
    }
    .free-trial-banner .btn-default-yellow{
        min-width: auto;
        font-size: 10px;
    }
    .header .menu-left .menu-btn a span {
        font-size: 10px;
    }
    .menu-panel .menu-head .menu-panel-close a span {
        display: none;
    }
    .home-hero .hero-intro {
        padding-right: 10px;
        padding-left: 10px;
    }
    .confirmation-wrap p {
        font-size: 16px;
    }
    .video-content-wrap .video-content-type ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .overview-wrap .ow-video-box ul li {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .overview-wrap .ow-video-box ul li:nth-child(n + 3) {
        margin-top: 20px;
    }
    .practice-services-wrap .ps-img-items {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .benefits-wrap .sm-title {
        font-size: 24px;
        line-height: 30px;
    }
    .chairside-section p,
    .patient-journey p {
        font-size: 16px;
    }
    .patient-journey p {
        line-height: 25px;
    }
    .app-screens-wrap .as-img-items,
    .multiple-languages-wrap .title-info,
    .something-watch .title-info {
        margin-bottom: 25px;
    }
    .app-screens-wrap .as-img-items,
    .benefits-wrap .benefits-panel,
    .multiple-languages-wrap .button-row,
    .patient-journey p,
    .video-content-wrap .video-content-type {
        margin-top: 25px;
    }
    .benefits-wrap .benefits-panel {
        padding: 30px 15px 30px 15px;
        border-top-width: 12px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li {
        line-height: 22px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li:before {
        top: 4px;
        height: 16px;
        width: 16px;
    }
    .benefits-wrap .benefits-panel h4 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .schedule-wrapper .schedule-note {
        padding-right: 15px;
        padding-left: 15px;
    }
    .summary-wrapper .summary-video {
        max-width: 340px;
        height: 208px;
        padding: 4px 36px 45px 23px;
    }
    .curate-videos-wrap .curate-videos-note p {
        text-align: center;
    }
    .video-steps-wrap .vs-panel-row {
        flex-wrap: wrap;
    }
    .channel-creation-wrap .title-info,
    .editing-tool-wrap .title-info,
    .summary-wrapper.security-system p,
    .trivia-tool-wrap .title-info {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .channel-creation-wrap .grid-3 .finder-item,
    .editing-tool-wrap .grid-3 .finder-item,
    .trivia-tool-wrap .grid-3 .finder-item {
        margin-top: 25px;
    }
    .channel-creation-wrap h4,
    .editing-tool-wrap h4,
    .trivia-tool-wrap h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .editing-tool-wrap .button-row {
        margin-top: 15px;
    }
    .pricing-wrapper {
        padding-bottom: 0;
    }
    .extensive-list .sm-title,
    .feature-wrapper .sm-title {
        font-size: 24px;
        line-height: 30px;
    }
    .feature-wrapper h4 {
        margin-top: 20px;
        font-size: 20px;
    }
    .feature-wrapper ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .subscribe-wrap.que-wrap {
        padding-top: 0;
    }
    .subscribe-wrap .subscribe-box h4,
    .subscribe-wrap.que-wrap .subscribe-box h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .subscribe-wrap .subscribe-box {
        height: 140px;
    }
    .subscribe-wrap .subscribe-box h4 {
        margin: 0 0 25px 0;
    }
    .subscribe-wrap.que-wrap .subscribe-box p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
    .referral-wrapper p br {
        display: none;
    }
    .about-content p:not(.title-info),
    .faq-qa-list .faq-qa-item .faq-qa-body p,
    .referral-form-box .form-note,
    .referral-wrapper p {
        font-size: 15px;
    }
    .about-content {
        padding-bottom: 60px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-title h4 {
        line-height: 24px;
        font-size: 17px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-title .faq-qa-expand {
        height: 24px;
        width: 24px;
        top: calc(50% - (24px / 2));
        right: 10px;
    }
    .faq-qa-list .faq-qa-item {
        margin-top: 25px;
    }
    .faq-qa-list .faq-qa-item {
        padding: 10px 35px 10px 10px;
    }
    .faq-hero .lg-title,
    .list-title-hero .list-title-head {
        padding: 0 15px;
    }
    .affiliate-form-box .form-head,
    .referral-form-box .form-head {
        font-size: 24px;
    }
    .section-toggle-wrapper,
    .summary-wrapper.security-system,
    .summary-wrapper.settings-wrap,
    .summary-wrapper.shareable-wrap,
    .summary-wrapper.subscribe-wrap {
        padding: 40px 20px;
    }
    .summary-wrapper.security-system p,
    .summary-wrapper.settings-wrap p,
    .summary-wrapper.shareable-wrap p,
    .summary-wrapper.subscribe-wrap p {
        margin-bottom: 25px;
    }
    .section-toggle-wrapper h4,
    .summary-wrapper.security-system .sm-title,
    .summary-wrapper.shareable-wrap .sm-title,
    .summary-wrapper.subscribe-wrap .sm-title {
        margin-bottom: 15px;
    }
    .work-free-wrap .panel-box .sm-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .feature-s-wrapper .feature-s-content h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .cust-tooltip {
        font-size: 18px;
    }
    .btn-yellow,
    .btn-yellow:focus,
    .btn-yellow:hover {
        padding: 10px 12px;
        font-size: 15px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: 0 0;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul::-webkit-scrollbar-thumb {
        background: 0 0;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul li {
        display: inline-block;
    }
    .home-hero .hero-vid-controls {
        bottom: 44px;
        padding-right: 30px;
    }
    .video-wrap-box .video-wrap-content .title-info {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing-wrapper{
        padding-top: 100px;
    }
}
@media screen and (max-width: 390px) {
    .home-hero .hero-content h1,
    .image-wrap-box .image-wrap-content h1,
    .video-wrap-box .video-wrap-content h1 {
        line-height: 40px;
        font-size: 30px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(1),
    .multiple-devices-wrap .md-images-list img:nth-child(1) {
        max-width: 132px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2),
    .multiple-devices-wrap .md-images-list img:nth-child(2) {
        max-width: 115px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2),
    .multiple-devices-wrap .md-images-list img:nth-child(2) {
        max-width: 115px;
    }
    .hero-button .hero-button-swip > a {
        margin: 0 10px;
    }
    .available-devices .devices-panel {
        padding: 12px 0;
    }
    .chairside-section p,
    .patient-journey p {
        font-size: 14px;
    }
    .video-wrapper .video-wrapper-head .sm-title,
    .web-player-box .sm-title,
    .why-thalamus-wrap .wt-head .sm-title {
        font-size: 28px;
    }
    .lets-speak-wrap .title-info {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }
    .feature-s-wrapper .feature-s-content p,
    .feature-s-wrapper .feature-s-free-titles ul li,
    .title-info,
    .work-free-wrap .panel-box .how-work-row .how-work-item p,
    .work-free-wrap .panel-box .why-free-row p {
        font-size: 15px;
    }
    .image-wrap-box .image-wrap-content .title-info {
        font-size: 18px;
    }
    .free-video-form .sm-title {
        font-size: 22px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn:not(:first-child),
    .section-toggle-wrapper .button-row .btn:nth-child(2n),
    .section-toggle-wrapper .payment-c-finder .button-row .btn:not(:first-child) {
        margin-left: 10px;
    }
    .something-watch ul li,
    .something-watch ul li:not(:nth-child(3n)),
    .something-watch ul li:not(:nth-child(n + 4)) {
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media (min-width: 3839px) {
    .container {
        width: 2360px !important;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .googletv {
        width: 390px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .microsoft {
        width: 390px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .android {
        width: 304px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type .ipad {
        width: 330px;
    }
    .apply-btn {
        width: 232px;
        height: 80px;
        font-size: 28px;
    }
    .notice-board {
        background: #f4f4f4;
        border-radius: 2px;
        text-align: center;
        padding: 140px 0 120px 0;
        margin-bottom: 180px;
        max-width: 2300px;
    }
    .notice-board h5 {
        font-size: 50px;
        line-height: 48px;
        margin: 0;
        margin-bottom: 44px;
        font-weight: 700;
    }
    .notice-board p {
        margin: 0;
        line-height: 50px !important;
        margin-bottom: 30px !important;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items:not(:last-child):after {
        width: 64px;
        height: 48px;
        top: 54px;
        right: -13px;
        background-size: contain;
    }
    .refefring-form .form-error {
        margin-bottom: 100px;
    }
    .header {
        height: 128px;
    }
    .speak-panel .speak-panel-box .speak-box-inner .form-control {
        height: 80px;
    }
    .get-started-panel.thalamus-app .started-panel-items:first-child:after {
        width: 64px;
        height: 48px;
        top: 80px;
    }
    .speak-panel .speak-panel-box .speak-box-inner .dropdown-toggle {
        padding: 16px 12px;
    }
    .menu-panel .menu-content ul li.menu-divider {
        height: 60px;
    }
    .video-steps-wrap .vs-panel-row .vs-panel-items.get-code img {
        max-width: 588px;
        width: 100%;
    }
    .video-steps-wrap .vs-panel-row .vs-panel-items.paste-code img {
        max-width: 660px;
        width: 100%;
    }
    .feature-s-wrapper .feature-s-free-titles ul {
        margin: 0 0 0 338px;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt img {
        width: 140px;
        height: 64px;
        object-fit: contain;
    }
    .app-screens-wrap .as-img-items .as-img-box:nth-child(1) {
        margin-bottom: 140px;
    }
    .video-wrap-box .video-wrap-intro {
        padding: 0 0 500px 0;
        margin-top: -500px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-img img {
        width: 90%;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old h4 span:before {
        height: 6px;
        bottom: 41px;
    }
    .how-work-item.signup img {
        max-width: 59% !important;
    }
    .editing-tool-wrap .grid-9 {
        flex: 0 0 calc(100% - 800px);
        max-width: calc(100% - 800px);
    }
    .how-work-item.thalamus img {
        max-width: 100% !important;
    }
    .how-work-item.videos img {
        max-width: 34% !important;
    }
    .legal-wrapper .legal-row .legal-content ul {
        font-size: 32px;
        line-height: 48px;
        padding-left: 30px;
        margin-bottom: 48px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(1) p {
        max-width: 518px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item img {
        width: 480px;
        height: 160px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(2) img,
    .work-free-wrap .panel-box .how-work-row .how-work-item:nth-child(4) img {
        max-width: 60px;
    }
    .work-free-wrap .panel-box .sm-title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 160px;
    }
    .image-wrap-box .image-wrap-intro {
        padding: 0 0 400px 0;
        margin-top: -400px;
    }
    .image-wrap-box .image-wrap-intro h2 {
        font-size: 72px;
        line-height: 90px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two {
        margin-bottom: 260px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li img {
        width: 270px;
        margin-bottom: 64px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li p {
        font-size: 48px;
        line-height: 42px;
    }
    .section-toggle-wrapper,
    .section-toggle-wrapper.bg-gray {
        padding: 660px 0 424px;
    }
    .section-toggle-wrapper .authorization-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .grid-1 .finder-item,
    .section-toggle-wrapper .language-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .locations-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .payment-c-finder .grid-1 .finder-item,
    .section-toggle-wrapper .profile-c-finder .grid-1 .finder-item {
        max-width: 1164px;
        margin-top: 80px;
    }
    .footer .foot-brand {
        flex: 0 0 680px;
        max-width: 680px;
    }
    .footer .foot-row .foot-social .foot-contact {
        font-size: 32px;
        line-height: 72px;
    }
    .summary-wrapper.shareable-wrap {
        padding: 334px 0 188px;
    }
    .section-toggle-wrapper .button-row .btn {
        min-width: 450px !important;
        margin-bottom: 72px !important;
    }
    .section-toggle-wrapper h4 {
        font-size: 84px;
        margin-bottom: 86px;
    }
    .section-toggle-wrapper p {
        font-size: 48px;
        line-height: 80px;
    }
    .section-toggle-wrapper .grid-1 .finder-item {
        max-width: 1164px;
        margin-top: 80px;
    }
    .section-toggle-wrapper .button-row {
        max-width: 1164px !important;
        margin-top: 254px;
    }
    .section-toggle-wrapper .section-toggle-image img {
        width: 1841px;
    }
    .section-toggle-wrapper .authorization-c-finder .grid-1,
    .section-toggle-wrapper .locations-c-finder .grid-1 {
        padding-right: 100px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn {
        min-width: 300px !important;
    }
    .chairside-section .chairside-section-body.multilingual-slide {
        margin: 120px -30px 0 -30px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list {
        width: 484px;
        border-radius: 38px;
        margin-right: -64px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul {
        padding: 120px 134px 48px 112px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li:not(:last-child) {
        margin-bottom: 28px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-list ul li a {
        font-size: 32px;
        line-height: 80px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview {
        width: 1580px;
        height: 898px;
    }
    .chairside-section .chairside-section-body.multilingual-slide .multilingual-preview img {
        width: 100%;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:first-child {
        width: 600px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(2) {
        width: 550px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:nth-child(3) {
        width: 300px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-images-list img:last-child {
        width: 300px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-img {
        width: 433px;
        height: 231px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list {
        max-width: 2360px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title:before {
        font-size: 34px;
        line-height: 30px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title p {
        font-size: 36px;
        width: 300px;
        line-height: 50px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title:before {
        top: 39px;
    }
    .chairside-section .chairside-section-body ul.extensive-library-list li .extensive-library-title {
        padding: 31px 20px 0 69px;
    }
    .chairside-section .chairside-section-foot .sm-title {
        margin-bottom: 48px;
        margin-top: 40px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a {
        width: 315.55px;
    }
    .chairside-section .chairside-section-body.multiple-devices-slide .md-access-type a img {
        width: 100%;
    }
    .custom-link {
        font-size: 32px;
        line-height: 48px;
    }
    .header .menu-left .subscribe-btn .btn {
        padding: 14px 12px;
        height: 60px;
        min-width: 248px;
        font-size: 24px;
    }
    .circle {
        width: 600px !important;
        height: 600px !important;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        position: relative;
        text-align: center;
    }
    .circle:after {
        width: 540px;
        height: 540px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
    }
    .circle canvas {
        width: 600px !important;
        height: 600px !important;
    }
    .circle div {
        left: 17% !important;
        font-size: 100px !important;
    }
    .progressbar-section .progressbar p {
        font-size: 44px !important;
        font-weight: 300;
        line-height: 80px !important;
        max-width: 654px !important;
        text-align: center;
        border-top: 1px solid #fff;
        margin-top: 50px !important;
        padding-top: 50px !important;
    }
    .why-thalamus-wrap .wt-information .container {
        max-width: 100% !important;
    }
    .sm-title {
        font-size: 60px;
        margin: 0 0 24px 0;
        line-height: 56px;
    }
    .header .brand img {
        min-width: 600px;
    }
    .header .menu-left .menu-btn a span {
        font-size: 32px;
    }
    .header .menu-left .menu-btn a i {
        font-size: 63px;
    }
    .home-hero .hero-content h1 {
        font-size: 110px;
        line-height: 135px;
    }
    .home-hero .hero-intro h2 {
        font-size: 84px;
        line-height: 112px;
        margin: 0 0 140px;
    }
    .main_wrapper {
        padding: 180px 0;
    }
    .patient-journey .sm-title {
        font-size: 76px;
    }
    .patient-journey p {
        font-size: 40px;
        line-height: 56px;
    }
    .available-devices {
        padding: 64px 0 100px 0;
    }
    .btn-default,
    .btn-theme {
        height: 98px;
        line-height: 67px;
        font-size: 42px;
        min-width: 500px;
        display: inline-block;
        margin-top: 20px;
        padding: 13px 10px;
        border-radius: 10px;
    }
    .work-free-wrap .panel-box .why-free-row p {
        font-size: 48px;
        line-height: 80px;
    }
    .work-free-wrap .panel-box .why-free-row ul li img {
        max-width: 180px;
        width: 180px;
    }
    .work-free-wrap .panel-box .why-free-row ul li p {
        font-size: 28px;
        line-height: 42px;
    }
    .feature-s-wrapper .feature-s-content h4 {
        font-size: 48px;
        line-height: 72px;
        margin-bottom: 54px;
    }
    .feature-s-wrapper .feature-s-content p {
        font-size: 48px;
        line-height: 72px;
        max-width: 1000px;
    }
    .viewslider .sm-title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 90px;
    }
    .feature-s-wrapper .feature-s-free-titles .sm-title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 120px;
    }
    .viewslider .view-images-swiper .swiper-slide {
        margin-right: 74px;
        width: 470px;
    }
    .viewslider {
        padding: 110px 0 160px 0;
    }
    .available-devices .devices-panel {
        max-width: 100%;
    }
    .available-devices .devices-panel a,
    .available-devices .devices-panel img {
        min-width: 340px;
    }
    .pt-90 {
        padding: 180px 0;
    }
    .lg-title {
        font-size: 108px;
        line-height: 160px;
    }
    .chairside-section p {
        font-size: 48px;
        line-height: 70px;
    }
    .amazing-features .sm-title {
        font-size: 60px;
    }
    .anchor-nav {
        max-width: 2340px;
    }
    .anchor-nav li a {
        padding: 18px 30px;
        font-size: 32px;
        line-height: 70px;
    }
    .anchor-nav::before {
        height: 14px;
        top: -14px;
    }
    .anchor-nav li.slide-active::before {
        height: 14px;
        top: -14px;
    }
    .amazing-features .features-list ul li img {
        width: 120px;
        height: 90px;
    }
    .amazing-features .features-list ul li p {
        font-size: 32px;
        line-height: 44px;
        color: #000;
        margin: 30px 0 0 0;
        text-align: center;
    }
    .ft-text {
        font-size: 52px;
    }
    .video-wrapper .video-wrapper-head p {
        font-size: 48px;
        line-height: 108px;
    }
    .overview-wrap .sm-title {
        font-size: 76px;
        line-height: 70px;
        margin-bottom: 40px;
    }
    .title-info {
        font-size: 38px;
        line-height: 56px;
    }
    .overview-wrap .ow-features-box {
        padding: 80px 100px;
    }
    .overview-wrap h4 {
        font-weight: 500;
        font-size: 48px;
        line-height: 90px;
    }
    .overview-wrap .ow-features-box ul li {
        margin-top: 100px;
    }
    .overview-wrap .ow-features-box ul li img {
        min-width: 108px;
    }
    .overview-wrap .ow-features-box ul li p {
        font-size: 30px;
        line-height: 80px;
    }
    .overview-wrap .ow-video-box {
        padding: 40px 120px 140px;
    }
    .video-content-wrap .sm-title {
        font-weight: 700;
        font-size: 76px;
        line-height: 56px;
        margin-bottom: 32px;
    }
    .video-content-wrap .video-content-type {
        position: relative;
        margin: 130px 0 30px 0;
    }
    .video-content-wrap .video-content-type ul {
        max-width: 2048px;
    }
    .video-content-wrap .video-content-type ul li img {
        width: 488px;
        display: block;
        height: 280px;
        border-radius: 10px;
    }
    .overview-wrap .ow-video-box ul li {
        height: 167px;
        width: 300px;
    }
    .overview-wrap .ow-video-box ul li .ow-vid-overlay p {
        font-size: 38px;
        line-height: 56px;
    }
    .video-content-wrap .video-content-type ul li p {
        font-size: 40px;
        line-height: 72px;
        color: #000;
        margin: 16px 0 0 0;
    }
    .web-player-display {
        margin-top: 160px;
    }
    .web-player-box .web-player-display .web-player-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .web-player-box .web-player-display .web-player-nav {
        flex: 0 0 800px;
        max-width: 800px;
    }
    .web-player-box .web-player-display .web-player-nav .web-player-scrollbar {
        background: rgba(140, 140, 140, 0.7);
        border-radius: 2px;
        height: 341px;
        width: 19px;
        flex: 0 0 18px;
    }
    .web-player-box .web-player-display .web-player-nav ul {
        margin: 0;
        padding: 0 0 0 56px;
    }
    .web-player-box .web-player-display .web-player-nav ul li {
        font-size: 48px;
        line-height: 128px;
        margin-bottom: 10px;
    }
    .subscribe-wrap .subscribe-box {
        height: 456px;
        max-width: 2048px;
    }
    .subscribe-wrap .subscribe-box h4 {
        margin: 0 0 104px 0;
        font-weight: 500;
        font-size: 56px;
        line-height: 72px;
    }
    .footer {
        padding: 152px 0 96px 0;
    }
    .footer .foot-row .foot-items h4 {
        margin: 0 0 18px 0;
        font-size: 32px;
        line-height: 48px;
    }
    .footer .foot-row .foot-items ul li a,
    .footer .foot-row .foot-legal p a {
        font-size: 28px;
        line-height: 56px;
    }
    .footer .foot-row .foot-items ul {
        min-width: 200px;
    }
    .footer .foot-brand img {
        min-width: 668px;
    }
    .footer .foot-row .foot-social {
        margin-top: 100px;
        margin-bottom: 48px;
    }
    .footer .foot-row .foot-social ul li a {
        font-size: 48px;
        line-height: 34px;
    }
    .footer .foot-row .foot-social ul li a i {
        font-size: 48px;
        line-height: 48px;
    }
    .footer .foot-row .foot-legal p {
        font-size: 28px;
        padding-top: 44px;
        line-height: 56px;
    }
    .subscribe-content {
        padding: 242px 0;
    }
    .subscribe-content .sm-title {
        font-size: 96px;
        font-weight: 700;
        margin-bottom: 64px;
    }
    .subscribe-content .subscribe-nav {
        max-width: 516px;
        margin: 0 auto 100px;
        padding-top: 44px;
    }
    .subscribe-content .subscribe-nav .subscribe-step a span:before {
        height: 36px;
        width: 36px;
        top: -64px;
    }
    .subscribe-content .subscribe-nav .subscribe-step a.active span:after {
        height: 24px;
        width: 24px;
        top: -59px;
    }
    .subscribe-content .subscribe-nav:before {
        width: 86%;
    }
    .subscribe-step-box .panel {
        padding: 120px 80px;
    }
    .subscribe-step-box .panel.panel-sm-padd {
        padding: 120px 70px 100px 70px;
    }
    .subscribe-content .form-head {
        font-size: 48px;
        line-height: 50px;
    }
    .subscribe-step-box .panel.panel-sm-padd .form-head {
        margin-bottom: 96px;
    }
    .subscribe-step-box .panel .form-head {
        margin-bottom: 100px;
    }
    .custom-form .form-control {
        height: 80px;
    }
    .custom-form .form-group.name-group {
        max-width: 526px;
    }
    .custom-form label {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .subscribe-step-box .cust-add-item .form-group label {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .subscribe-step-box .form-group .form-control {
        height: 80px;
        font-size: 35px;
    }
    .form-xs-head {
        font-size: 36px;
        line-height: 50px;
        margin: 0 0 46px 0;
    }
    .btn-default {
        font-size: 36px;
        line-height: 48px;
    }
    .cust-select .btn {
        padding: 16px 32px;
        height: 80px;
        margin-top: 0;
    }
    .subscribe-step-box .form-group {
        margin-bottom: 24px;
    }
    .cust-select .caret {
        border-width: 10px;
    }
    .bootstrap-select .dropdown-toggle .caret {
        right: 24px;
        margin-top: -4px;
    }
    .text-muted {
        font-size: 28px;
    }
    .cust-select .dropdown-menu li {
        margin-bottom: 28px;
    }
    .cust-select .dropdown-menu li a,
    .theme-dropdown .dropdown-menu li a {
        font-size: 32px;
        line-height: 48px;
    }
    .form-half-btn .btn-theme {
        min-width: 344px;
    }
    .shipping-address-group {
        padding-left: 42px;
    }
    .cust-check-input .chk-rd-item label {
        font-size: 32px;
        line-height: 48px;
        padding-left: 56px;
    }
    .cust-check-input .chk-rd-item label:before {
        width: 40px;
        height: 40px;
        top: calc(34% - 10px);
    }
    .cust-check-input .chk-rd-item label:after {
        top: 1px;
        left: 10px;
        font-size: 18px;
    }
    .subscribe-step-box .cust-add-item {
        margin-top: 30px;
    }
    .subscribe-step-box .cust-add-item > a {
        font-size: 32px;
        line-height: 50px;
    }
    .subscribe-step-box .cust-add-item > a > i {
        font-size: 40px;
        line-height: 40px;
        margin-right: 30px;
    }
    .form-half-btn {
        bottom: -46px;
    }
    .form-error > span {
        font-size: 36px;
        line-height: 48px;
        color: #1d1d1d;
        padding: 18px 24px;
    }
    .billing-same-address p,
    .shipping-same-address p {
        font-size: 32px;
        line-height: 44px;
    }
    .lets-speak-wrap .title-info {
        font-size: 36px;
        line-height: 70px;
    }
    .speak-panel .speak-panel-box {
        border-radius: 20px;
        padding: 0 40px 0 160px;
        max-width: 1856px;
    }
    .speak-panel .speak-panel-box .speak-box-inner {
        min-height: 1220px;
        padding: 80px;
    }
    .captcha_note {
        font-size: 26px;
        margin-top: 40px;
    }
    .form-error {
        margin-bottom: 50px;
    }
    .lets-speak-wrap {
        padding-top: 232px;
    }
    .lets-speak-wrap .lg-title {
        font-size: 96px;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group {
        padding: 16px 60px 0 60px;
        margin-bottom: 20px;
    }
    .speak-panel .speak-panel-box .speak-box-inner .form-group {
        margin-bottom: 26px;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group label {
        margin-bottom: 24px;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group .cust-radio-input {
        margin-left: 8px;
    }
    .form-control {
        height: 80px;
        line-height: 40px;
        font-size: 32px;
        padding: 28px 36px;
    }
    .cust-radio-input .chk-rd-item label {
        font-size: 36px;
        line-height: 48px;
        padding-left: 56px;
    }
    .image-wrap-box .image-wrap-intro .image-wrap-two ul li img {
        max-width: 266px;
    }
    .website-videos-img .img-block {
        max-width: 1680px;
        max-height: 1160px;
    }
    .cust-radio-input .chk-rd-item label:after {
        width: 16px;
        height: 16px;
        left: 10px;
        top: calc(42% - 4px);
    }
    .cust-radio-input .chk-rd-item label:before {
        width: 36px;
        height: 36px;
        top: calc(40% - 13px);
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group .cust-radio-input .chk-rd-item {
        margin: 0 8px;
    }
    .speak-panel .speak-panel-box .chk-rd-group.form-group .cust-radio-input {
        margin: 0 -16px;
    }
    .pricing-wrapper {
        padding: 280px 0 60px 0;
    }
    .pricing-wrapper .sm-title {
        font-size: 96px;
        line-height: 160px;
        margin-bottom: 48px;
    }
    .pricing-tbl {
        margin-top: 100px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu {
        padding: 80px 0 60px 120px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu h4 {
        font-size: 48px;
        margin-bottom: 60px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu p {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .pricing-wrapper .pricing-tbl .pricing-tbl-menu p img {
        margin-right: 40px;
        max-width: 96px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new {
        max-width: 882px;
        flex: 0 0 882px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new h4 {
        visibility: visible;
        animation-delay: 0.8s;
        animation-iteration-count: 2;
        font-size: 28px;
        line-height: 50px;
        max-width: 678px;
        height: 84px;
        padding: 18px 22px 16px 22px;
    }
    .pricing-text {
        padding-top: 100px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 {
        font-size: 96px;
        line-height: 50px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5 {
        font-size: 48px;
        line-height: 50px;
        margin-top: 48px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text p {
        font-size: 28px;
        line-height: 50px;
        margin: 16px 0 22px 0;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text p.pt-plus {
        font-size: 48px;
        line-height: 50px;
        margin: 22px 0 30px 0;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h3 {
        font-size: 96px;
        line-height: 50px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5:last-child {
        margin-top: 48px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-text h5 span {
        height: 50px;
        width: 160px;
        font-size: 32px;
        line-height: 48px;
    }
    /*.pricing-wrapper .pricing-tbl .pricing-offer-new ul {
        margin: 90px 0 120px 254px;
    }*/
    .pricing-wrapper .pricing-tbl .pricing-offer-new ul li {
        font-size: 36px;
        padding-left: 30px;
        margin-bottom: 50px;
    }
    /*.pricing-wrapper .pricing-tbl .pricing-offer-new .pricing-button {
        margin: 0 0 -40px 0;
    }*/
    .pricing-button .btn-default,
    .pricing-button .btn-theme {
        min-width: 368px;
        padding: 17px 10px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old {
        flex: 0 0 530px;
        max-width: 530px;
        border: 4px solid grey;
        padding: 90px 0 112px 0;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old p {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 60px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old h4 {
        font-size: 72px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old p.poo-fee {
        font-weight: 500;
    }
    .pricing-wrapper .pricing-tbl .pricing-offer-old p.poo-plus {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .pricing-wrapper .pricing-opt-panel {
        margin-top: 120px;
        padding-top: 44px;
        padding-bottom: 54px;
    }
    .pricing-wrapper .pricing-opt-panel h4 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 86px;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt:first-child {
        border-right: 2px solid #d5d5d5;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt h5 {
        font-size: 36px;
        line-height: 48px;
        margin: 44px 0 34px;
    }
    .pricing-wrapper .pricing-opt-panel .pricing-opt-row .pricing-opt a {
        font-size: 32px;
        line-height: 48px;
    }
    .feature-wrapper .sm-title {
        font-size: 72px;
        line-height: 160px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.submit-form img {
        width: 182px;
        height: 204px;
        object-fit: contain;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.become-customer img {
        width: 432px;
        height: 204px;
        object-fit: contain;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.get-free img {
        width: 492px;
        height: 204px;
        object-fit: contain;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow {
        width: 100px;
        max-width: 284px;
        margin-top: -221px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow img {
        max-width: 88px;
    }
    .referral-wrapper .referral-process .btn-section .btn-theme {
        min-width: 330px;
        font-size: 32px;
    }
    .referral-form-box .form-note {
        font-size: 36px;
        line-height: 60px;
    }
    .feature-wrapper h4 {
        font-size: 52px;
        line-height: 72px;
        margin-top: 100px;
    }
    .feature-wrapper ul li {
        visibility: visible;
        font-size: 36px;
        line-height: 100px;
        padding: 0 127px 0 88px;
    }
    .feature-wrapper ul li:after {
        font-size: 54px;
        right: 54px;
    }
    .feature-wrapper p {
        font-size: 28px;
        line-height: 56px;
        margin: 32px 0 0 20px;
    }
    .subscribe-wrap.que-wrap .subscribe-box {
        height: 488px;
    }
    .subscribe-box .btn-theme {
        min-width: 330px;
    }
    .about-content .title-info {
        font-size: 48px;
        line-height: 160px;
    }
    .subscribe-wrap.que-wrap .subscribe-box h4 {
        margin-bottom: 36px;
        font-size: 72px;
        line-height: 88px;
    }
    .subscribe-wrap.que-wrap .subscribe-box p {
        font-size: 42px;
        line-height: 56px;
        margin-bottom: 60px;
    }
    .legal-wrapper {
        padding: 332px 0 270px;
    }
    .legal-wrapper .legal-head {
        margin-bottom: 120px;
    }
    .legal-wrapper .legal-head .sm-title {
        font-size: 96px;
        line-height: 120px;
        margin-bottom: 100px;
    }
    .legal-wrapper .legal-row .legal-nav {
        flex: 0 0 604px;
        max-width: 604px;
    }
    .legal-wrapper .legal-row .legal-nav ul li {
        padding-left: 34px;
        margin-bottom: 24px;
    }
    .legal-wrapper .legal-row .legal-nav ul li a {
        font-size: 36px;
        line-height: 100px;
    }
    .legal-wrapper .legal-row .legal-content p {
        font-size: 32px;
        line-height: 48px;
    }
    .legal-wrapper .legal-row .legal-content h5 {
        font-size: 32px;
        line-height: 48px;
    }
    .legal-wrapper .legal-row .legal-content h4 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 60px;
    }
    .video-wrap-box .video-wrap-intro h2 {
        font-size: 84px;
        line-height: 112px;
        margin: 0 0 140px;
    }
    .why-thalamus-wrap .wt-head .sm-title {
        font-size: 128px;
        line-height: 124px;
    }
    .why-thalamus-wrap .wt-information {
        padding: 0 0 400px 0;
        margin-top: -400px;
    }
    .why-thalamus-wrap .wt-information img,
    .why-thalamus-wrap .wt-information p {
        font-size: 72px;
        line-height: 100px;
        margin-bottom: 180px;
    }
    .benefits-wrap {
        padding: 280px 0;
    }
    .benefits-wrap .sm-title {
        font-size: 96px;
        line-height: 72px;
    }
    .benefits-wrap .benefits-panel {
        visibility: visible;
        margin-top: 120px;
        padding: 90px 70px 116px 70px;
    }
    .benefits-wrap .benefits-panel h4 {
        font-size: 56px;
        line-height: 72px;
        margin-bottom: 54px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list {
        flex: 0 0 1100px;
        max-width: 1100px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li {
        font-size: 36px;
        line-height: 80px;
        padding-left: 72px;
        margin-bottom: 42px;
    }
    .benefits-wrap .benefits-panel .benefits-panel-row .benefits-panel-list ul li:before {
        height: 48px;
        width: 48px;
        top: 15px;
    }
    .video-wrap-box .video-wrap-content h1 {
        font-size: 110px;
        line-height: 135px;
    }
    .image-wrap-box .image-wrap-content h1 {
        font-size: 110px;
        line-height: 135px;
    }
    .image-wrap-box .image-wrap-content .title-info {
        font-size: 52px;
        line-height: 72px;
    }
    .list-title-hero .list-title-head .lg-title {
        font-size: 110px;
        line-height: 135px;
    }
    .lt-sample-videos .sm-title {
        font-size: 60px;
        margin-bottom: 48px;
    }
    .lt-sample-videos .lt-sample-main {
        margin-bottom: 70px;
    }
    .lt-sample-videos {
        padding: 120px 0;
    }
    .extensive-list {
        padding: 180px 0;
    }
    .extensive-list .sm-title {
        font-size: 96px;
        line-height: 160px;
    }
    .extensive-list .extensive-group {
        max-width: 2200px;
    }
    .extensive-list .extensive-title {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .extensive-list .extensive-title h4 {
        font-size: 48px;
        margin-top: 48px;
    }
    .extensive-list .extensive-group ul li {
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 28px;
        border-width: 2px;
        flex: 0 0 994px;
        max-width: 994px;
    }
    .about-hero,
    .contact-hero,
    .faq-hero {
        height: 1230px;
    }
    .about-content,
    .contact-content {
        padding: 180px 0 200px 0;
    }
    .about-content .sm-title,
    .contact-content .sm-title,
    .faq-hero .lg-title {
        margin-bottom: 20px;
        font-size: 110px;
        line-height: 135px;
    }
    .about-content p:not(.title-info) {
        font-size: 42px;
        line-height: 100px;
        width: 2092px;
        margin-top: 62px;
    }
    .contact-content .sm-title {
        margin: 0 0 96px 0;
    }
    .contact-info {
        margin-top: 200px;
    }
    .contact-info .contact-info-item {
        border-width: 6px;
        padding-left: 72px;
        margin-bottom: 126px;
    }
    .contact-info .contact-info-item h5 {
        font-size: 42px;
        line-height: 80px;
    }
    .contact-info .contact-info-item h5,
    .contact-info .contact-info-item p {
        font-size: 48px;
        line-height: 80px;
    }
    .form-btn .btn-theme {
        min-width: 330px;
        font-size: 32px;
    }
    .form-head {
        font-size: 56px;
        line-height: 72px;
        margin-bottom: 30px;
    }
    .chk-rd-group {
        margin-bottom: 22px;
        padding: 16px 60px 56px 60px;
        margin-left: -60px;
    }
    .faq-wrapper .faq-nav {
        height: 196px;
    }
    .faq-wrapper .faq-nav .nav {
        max-width: 2360px;
    }
    .faq-wrapper .faq-nav .nav li {
        margin-right: 220px;
    }
    .faq-wrapper .faq-nav .nav li a {
        font-size: 48px;
        line-height: 60px;
    }
    .faq-wrapper .faq-nav .nav li.active a:after {
        height: 10px;
    }
    .faq-wrapper .tab-content {
        padding: 180px 0;
    }
    .faq-wrapper .tab-content .sm-title {
        font-size: 72px;
        line-height: 160px;
    }
    .faq-qa-list .faq-qa-item {
        padding: 70px 200px 70px 120px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-title h4 {
        font-size: 48px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-body p {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .faq-qa-list .faq-qa-item .faq-qa-title .faq-qa-expand {
        height: 90px;
        width: 90px;
        right: 70px;
    }
    #step-confirmation {
        max-width: 2296px;
    }
    #step-confirmation .col-grid-1 {
        max-width: 1242px;
        flex: 0 0 1242px;
    }
    #step-confirmation .col-grid-2 {
        max-width: 1084px;
        flex: 0 0 1084px;
    }
    .subscribe-step-box .panel.subscribe-step-prd {
        padding: 80px 120px 36px 120px;
        height: auto;
        margin-bottom: 24px;
    }
    .subscribe-step-box .panel.subscribe-step-promo .form-head {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .subscribe-step-promo .promo-box .promo-input .form-control {
        max-width: 490px;
        flex: 0 0 490px;
        margin-right: 18px;
    }
    .subscribe-step-box .panel.subscribe-step-promo {
        height: auto;
        padding: 60px 120px;
    }
    .subscribe-step-box .panel.subscribe-step-payment .form-half-btn {
        bottom: -40px;
    }
    .subscribe-step-box .panel.subscribe-step-payment .form-half-btn .btn-theme {
        line-height: 67px;
    }
    .subscribe-step-promo .promo-box .promo-input .btn {
        max-width: 220px;
        flex: 0 0 220px;
        height: 80px;
        font-size: 39px;
        padding: 10px 54px;
        line-height: 57px;
        margin-top: 0;
    }
    .subscribe-step-prd .ssp-subscription {
        margin-bottom: 42px;
        padding-bottom: 10px;
        border-width: 2px;
    }
    .subscribe-step-prd ul > li {
        margin-bottom: 10px;
    }
    .subscribe-step-prd .ssp-name {
        font-size: 32px;
        line-height: 50px;
    }
    .subscribe-step-prd .ssp-price .ssp-price-off {
        margin-right: 24px;
    }
    .subscribe-step-prd .ssp-price .ssp-price-off span {
        font-size: 24px;
        padding: 6px 12px;
        border-radius: 4px;
    }
    .subscribe-step-prd .ssp-price .ssp-price-final {
        font-size: 32px;
        line-height: 50px;
    }
    .subscribe-step-prd .ssp-price .ssp-price-final del {
        font-size: 28px;
        line-height: 28px;
    }
    .subscribe-step-prd .ssp-hardware {
        margin-bottom: 26px;
        padding-bottom: 40px;
    }
    .subscribe-step-prd .table td {
        font-size: 31px;
        line-height: 50px;
        padding: 4px 16px;
    }
    .subscribe-step-prd .table tfoot td {
        font-size: 36px;
        padding: 8px 16px;
        line-height: 100px;
    }
    .ssp-name .cust-select {
        width: 100px !important;
    }
    .ssp-name .cust-select .btn-default {
        font-size: 28px;
        padding: 17px 18px;
    }
    .billing-address-group {
        margin: 48px 0 40px 76px;
    }
    .tab-wrap-nav {
        max-width: 2360px;
    }
    .tab-wrap-nav a {
        font-size: 36px;
        line-height: 70px;
        height: 108px;
        padding: 18px 198px 20px 150px;
    }
    .tab-wrap-nav:after {
        height: 14px;
        top: -14px;
    }
    .tab-wrap-nav a:after {
        height: 14px;
        top: -14px;
    }
    .video-wrap-box .video-wrap-content .title-info {
        font-size: 52px;
        line-height: 72px;
    }
    .available-on-devices {
        padding: 84px;
    }
    .available-on-devices .sm-title {
        font-size: 40px;
        line-height: 120px;
        margin: 0 38px 0 0;
    }
    .available-on-devices .devices-on-panel .dp-items {
        margin-left: 100px;
    }
    .available-devices .devices-on-panel .dp-items img,
    .available-on-devices .devices-on-panel .dp-items img {
        width: 340px;
        max-width: 340px !important;
    }
    .available-on-devices .devices-on-panel .dp-items i {
        margin-left: 10px;
    }
    .summary-wrapper {
        padding: 186px 0 156px;
    }
    .summary-wrapper .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 88px;
    }
    .summary-wrapper.security-system p {
        margin-bottom: 100px;
    }
    .summary-wrapper .img-block {
        width: 100%;
    }
    .summary-wrapper .summary-video {
        max-width: 2236px;
        height: 1348px;
    }
    .work-free-wrap {
        padding: 100px 0 180px;
    }
    .work-free-wrap .panel-box {
        border-top-width: 32px;
        border-radius: 15px;
        margin-top: 140px;
        padding: 140px 200px 140px 200px;
    }
    .work-free-wrap .panel-box .sm-title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 160px;
    }
    .work-free-wrap .panel-box .how-work-row {
        margin: 0 -60px;
    }
    .work-free-wrap .panel-box .how-work-row .how-work-item p {
        font-size: 48px;
        line-height: 72px;
    }
    .feature-s-wrapper .feature-s-player img {
        width: 1200px;
    }
    .feature-s-wrapper .feature-s-free-titles ul {
        max-width: 552px;
        margin: 0 0 0 240px;
    }
    .feature-s-wrapper .feature-s-free-titles ul li {
        font-size: 36px;
        line-height: 72px;
    }
    .speak-panel .speak-panel-box .speak-box-inner .form-group textarea.form-control {
        height: 240px;
        width: 1234px;
    }
    .free-video-form {
        padding-bottom: 80px;
    }
    .lt-sample-videos .lt-sample-video-list ul li {
        max-width: 392px;
    }
    .summary-wrapper p {
        font-size: 48px;
        line-height: 80px;
        margin-top: 52px;
    }
    .animation-wrapper {
        padding: 152px 0 124px;
    }
    .animation-wrapper .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 24px;
    }
    .animation-wrapper .title-info {
        font-size: 38px;
        line-height: 80px;
        max-width: 1800px;
        margin: 0 auto 24px;
    }
    .animation-wrapper p.title-link {
        font-size: 29px;
        margin-bottom: 72px;
    }
    .animation-wrapper p.title-link a {
        font-size: 36px;
        line-height: 48px;
    }
    .animation-wrapper video {
        width: 2100px;
        height: auto;
    }
    .video-steps-wrap {
        padding: 238px 0 476px;
    }
    .video-steps-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        padding-bottom: 86px;
    }
    .video-steps-wrap .vs-panel-row {
        margin-top: 258px;
    }
    .video-steps-wrap .vs-panel-row img {
        width: 507px;
        max-width: 100%;
    }
    .video-steps-wrap .vs-panel-row h4 {
        font-size: 72px;
        line-height: 80px;
    }
    .video-content-wrap.something-everyone {
        padding: 324px 0 366px;
    }
    .video-content-wrap.something-everyone .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 48px;
    }
    .video-content-wrap.something-everyone .title-info {
        font-size: 48px;
        line-height: 80px;
    }
    .curate-videos-wrap {
        padding: 488px 0 496px;
    }
    .curate-videos-wrap .curate-videos-box {
        max-width: 978px;
    }
    .curate-videos-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 68px;
    }
    .curate-videos-wrap .curate-videos-note p {
        font-size: 48px;
        line-height: 80px;
    }
    .curate-videos-wrap .curate-videos-img {
        padding-right: 140px;
    }
    .curate-videos-wrap .curate-videos-img img {
        width: 1930px;
        max-width: 100%;
    }
    .industry-professionals {
        padding: 292px 0;
    }
    .industry-professionals .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 52px;
    }
    .industry-professionals .title-info {
        font-size: 48px;
        line-height: 80px;
    }
    .editing-tool-wrap {
        padding: 248px 0 334px;
    }
    .editing-tool-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 24px;
    }
    .editing-tool-wrap {
        padding: 248px 0 334px;
    }
    .editing-tool-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 24px;
    }
    .editing-tool-wrap .title-info {
        font-size: 48px;
        line-height: 80px;
        margin-bottom: 248px;
    }
    .editing-tool-wrap .grid-3 {
        flex: 0 0 800px;
        max-width: 800px;
        padding-right: 120px;
    }
    .editing-tool-wrap h4 {
        font-size: 54px;
        line-height: 90px;
    }
    .editing-tool-wrap .button-row {
        margin-top: 213px;
    }
    .editing-tool-wrap .et-image img {
        width: 100%;
    }
    .editing-tool-wrap .button-row .btn-yellow {
        margin-bottom: 90px;
        font-size: 48px;
        line-height: 80px;
        padding: 30px 24px;
        min-width: 372px;
    }
    .multiple-devices-wrap {
        padding: 242px 0 442px;
    }
    .multiple-devices-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 34px;
    }
    .multiple-devices-wrap .title-info {
        font-size: 48px;
        line-height: 80px;
    }
    .multiple-devices-wrap .md-images-list {
        margin-top: 282px;
    }
    .multiple-devices-wrap .md-images-list img {
        height: 395px;
        width: auto;
    }
    .multiple-devices-wrap .md-access-type {
        margin-top: 320px;
    }
    .multiple-devices-wrap .md-access-type a {
        width: 483.1px;
    }
    .multiple-devices-wrap .md-access-type a img {
        width: 340px;
        height: auto;
    }
    .multiple-languages-wrap {
        padding: 260px 0 236px;
    }
    .multiple-languages-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 34px;
    }
    .multiple-languages-wrap .title-info {
        font-size: 48px;
        line-height: 80px;
        margin-bottom: 132px;
    }
    .multiple-languages-wrap .ml-list {
        width: 484px;
    }
    .multiple-languages-wrap .ml-list ul {
        padding: 60px 110px 48px 69px;
    }
    .multiple-languages-wrap .ml-list ul li:not(:last-child) {
        margin-bottom: 14px;
    }
    .multiple-languages-wrap .ml-list ul li a {
        font-size: 32px;
        line-height: 80px;
    }
    .multiple-languages-wrap .ml-preview {
        width: 1590px;
        height: 904px;
    }
    .multiple-languages-wrap .ml-preview img {
        width: 100%;
        height: auto;
    }
    .btn-yellow,
    .btn-yellow:focus,
    .btn-yellow:hover {
        line-height: 80px;
        font-size: 48px;
        padding: 20px 69px;
    }
    .multiple-languages-wrap .button-row .btn {
        min-width: 520px;
    }
    .app-screens-wrap {
        padding: 218px 0 236px;
    }
    .app-screens-wrap .sm-title {
        font-size: 48px;
        line-height: 120px;
        margin-bottom: 52px;
    }
    .app-screens-wrap .title-info {
        font-size: 48px;
        line-height: 80px;
    }
    .app-screens-wrap .as-img-items {
        margin: 0 -20px;
        margin-top: 152px;
        margin-bottom: 110px;
    }
    .app-screens-wrap .as-img-items .as-img-box img {
        width: 80%;
    }
    .app-screens-wrap .as-img-items .as-img-box {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 0 20px;
    }
    .practice-services-wrap {
        padding: 292px 0 216px;
    }
    .practice-services-wrap .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 52px;
    }
    .practice-services-wrap .title-info {
        font-size: 48px;
        line-height: 80px;
    }
    .practice-services-wrap .ps-img-items {
        margin-top: 152px;
        margin-bottom: 222px;
    }
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(1),
    .practice-services-wrap .ps-img-items:not(.ps-img-items-one) .ps-img-box:nth-child(2) {
        margin-bottom: 50px;
    }
    .practice-services-wrap .ps-img-items .ps-img-box img {
        width: 80%;
    }
    .trivia-tool-wrap {
        padding: 332px 0 408px;
    }
    .trivia-tool-wrap .sm-title {
        font-size: 84px;
        line-height: 160px;
        margin-bottom: 30px;
    }
    .trivia-tool-wrap .title-info {
        font-size: 46px;
        line-height: 80px;
        margin-bottom: 200px;
    }
    .trivia-tool-wrap .sm-title {
        font-size: 84px;
        line-height: 160px;
        margin-bottom: 30px;
    }
    .trivia-tool-wrap .title-info {
        font-size: 46px;
        line-height: 80px;
        margin-bottom: 200px;
    }
    .trivia-tool-wrap .grid-3 {
        flex: 0 0 1047px;
        max-width: 1047px;
    }
    .trivia-tool-wrap .grid-9 {
        flex: 0 0 calc(100% - 299px);
        max-width: calc(100% - 299px);
    }
    .trivia-tool-wrap h4 {
        font-size: 56px;
        line-height: 90px;
        margin-bottom: 54px;
        min-height: 360px;
    }
    .trivia-tool-wrap .button-row .btn {
        margin-bottom: 36px;
        min-width: 454px;
    }
    .trivia-tool-wrap .trivia-image img {
        width: 1800px;
        margin-left: 0;
        max-width: 1800px;
    }
    .channel-creation-wrap {
        padding: 290px 0 374px;
    }
    .channel-creation-wrap .sm-title {
        line-height: 60px;
        font-size: 84px;
        margin-bottom: 30px;
    }
    .channel-creation-wrap .title-info {
        font-size: 48px;
        line-height: 80px;
        margin-bottom: 64px;
    }
    .channel-creation-wrap .grid-3 {
        flex: 0 0 1032px;
        max-width: 1032px;
        padding-right: 94px;
    }
    .channel-creation-wrap h4 {
        font-size: 56px;
        line-height: 90px;
        margin: 22px 0 200px 0;
        min-height: 270px;
    }
    .channel-creation-wrap .button-row .btn {
        min-width: 355px;
        margin-bottom: 72px;
    }
    .overview-wrap .ow-features-box ul li img {
        max-width: 100%;
        display: block;
        width: 124px;
        height: 80px;
        object-fit: contain;
    }
    .channel-creation-wrap .channel-image img {
        width: 1800px;
        margin-left: 0;
        max-width: 1800px;
    }
    .schedule-wrapper {
        padding: 360px 0;
    }
    .schedule-wrapper .sm-title {
        font-size: 84px;
        line-height: 120px;
        margin-bottom: 96px;
        max-width: 978px;
    }
    .schedule-wrapper .schedule-note p {
        font-size: 48px;
        line-height: 80px;
        max-width: 978px;
    }
    .schedule-wrapper .schedule-note p:not(:last-child) {
        margin-bottom: 40px;
    }
    .home-img-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 72px;
        height: 10px;
    }
    .home-img-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 144px;
    }
    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img,
    .img-responsive,
    .thumbnail a > img,
    .thumbnail > img {
        width: 90%;
    }
    .something-watch {
        padding: 246px 0 560px;
    }
    .something-watch .sm-title {
        font-size: 84px;
        line-height: 120px;
    }
    .something-watch .title-info {
        font-size: 48px;
        line-height: 80px;
        margin: 74px 0 234px 0;
    }
    .something-watch ul li {
        width: 514px;
        height: 306px;
    }
    .something-watch ul li:not(:nth-child(n + 4)) {
        margin-bottom: 168px;
    }
    .something-watch ul li:not(:nth-child(3n)) {
        margin-right: 116px;
    }
    .video-wrap-box .video-wrap-nav {
        max-width: 2360px;
        height: 164px;
        padding: 46px 130px;
    }
    .video-wrap-box .video-wrap-nav a {
        font-size: 48px;
        line-height: 72px;
    }
    .menu-panel {
        width: 1000px;
    }
    .menu-panel .menu-head {
        padding: 90px 120px;
    }
    .menu-panel.panel-active .menu-head .social-item {
        margin-right: 160px;
    }
    .menu-panel .menu-head .social-item li {
        margin-left: 70px;
    }
    .menu-panel .menu-head .social-item li a {
        font-size: 48px;
        line-height: 34px;
    }
    .menu-panel .menu-head .social-item li a i {
        font-size: 48px;
        line-height: 48px;
    }
    .menu-panel .menu-head .menu-panel-close a span {
        font-size: 36px;
        line-height: 60px;
    }
    .menu-panel .menu-head .menu-panel-close a i {
        font-size: 60px;
        margin-left: 30px;
        line-height: 60px;
    }
    .menu-panel .menu-content ul li a {
        font-size: 48px;
        line-height: 110px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav {
        width: 2360px;
        bottom: 0;
        height: 116px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav .swiper-scrollbar {
        height: 14px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul {
        height: 108px;
    }
    .home-chairside-swiper .cs-swiper-chairside-nav ul li a {
        font-size: 36px;
        line-height: 70px;
    }
    .get-started .get-started-head .started-button {
        margin-top: 282px;
    }
    .get-started .get-started-head .started-button .btn,
    .get-started .get-started-head .started-button .btn.active,
    .get-started .get-started-head .started-button .btn:hover {
        font-size: 56px;
        min-width: 550px;
        padding: 36px 32px;
        border-radius: 20px;
        min-height: auto;
        height: auto;
    }
    .get-started .get-started-head .started-button .btn + .btn {
        margin-left: 114px;
    }
    .get-started-panel {
        padding: 120px 80px;
        border-radius: 20px;
        margin: 0 0 188px;
    }
    .get-started-panel .panel-title {
        font-size: 48px;
        line-height: 60px;
    }
    .get-started-panel .title-info {
        font-size: 36px;
        line-height: 50px;
        margin-top: 54px;
    }
    .get-started-panel .started-panel-row {
        margin-top: 164px;
    }
    .get-started-panel.thalamus-app .started-panel-items:first-child {
        padding: 0 168px;
    }
    .get-started-panel .started-panel-items .ms-icon {
        width: 600px;
        height: 180px;
        margin: 56px auto 148px;
    }
    .get-started-panel .started-panel-items p {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
        margin-left: 90px;
    }
    .get-started-panel .panel-inner-title {
        font-size: 48px;
        margin-bottom: 32px;
        line-height: 70px;
    }
    .get-started-panel.thalamus-app .started-panel-items:last-child {
        padding: 0 250px;
    }
    .get-started-panel.thalamus-app .started-panel-items .cloud-img {
        margin: 0 auto 119px;
        display: block;
        width: 356px;
    }
    .get-started-panel.setup-app .started-panel-items:first-child img {
        width: 50%;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p span {
        font-size: 48px;
        left: -60px;
    }
    .get-started-panel.setup-gtv .started-panel-items:last-child p {
        margin-bottom: 90px;
    }
    .get-started-panel.setup-gtv .started-panel-items:first-child img {
        width: 68%;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div {
        min-height: 529px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div img {
        width: 62%;
        display: block;
        margin: 0 auto 155px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title {
        margin-left: 116px;
        position: relative;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items > div img {
        max-width: 400px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items .panel-inner-title span {
        left: -48px;
    }
    .get-started-panel.setup-wo-tv .started-panel-row .started-panel-items p {
        margin-left: 116px;
    }
    .get-started-panel.done-panel h3 {
        font-size: 96px;
        line-height: 160px;
        margin-top: 72px;
    }
    .get-started-panel.done-panel p {
        font-size: 72px;
        line-height: 160px;
        margin-top: 28px;
    }
    .get-started-panel.done-panel .btn {
        margin: 80px auto 28px;
    }
    .referral-wrapper {
        padding: 482px 0 542px;
    }
    .referral-wrapper .lg-title {
        font-size: 136px;
    }
    .affiliate-wrap .title-info {
        font-size: 36px;
        line-height: 60px;
    }
    .referral-wrapper .title-info {
        font-size: 48px;
        line-height: 60px;
        margin-top: 100px;
    }
    .referral-wrapper p {
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 246px;
    }
    .referral-wrapper .referral-process {
        padding-top: 20px;
        font-size: 28px;
    }
    .referral-wrapper .referral-process .sm-title {
        font-size: 72px;
        line-height: 160px;
    }
    .referral-wrapper .referral-process .referral-process-row {
        margin-top: 138px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.sign_up img {
        width: 208px;
        height: 200px;
        object-fit: contain;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.promote img {
        width: 262px;
        height: 200px;
        object-fit: contain;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.get_paid img {
        width: 174px;
        height: 200px;
        object-fit: contain;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow_img {
        width: 108px;
        max-width: 108px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow_img img {
        width: 88px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item.arrow_img img {
        width: 88px !important;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item img {
        margin-bottom: 80px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item h4 {
        font-size: 48px;
        line-height: 100px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item p {
        font-size: 36px;
        margin-top: 24px;
        line-height: 70px;
    }
    .referral-form-box .form-head {
        font-size: 72px;
        line-height: 60px;
        margin-bottom: 110px;
    }
    .referral-form-box .form-head .form-group {
        margin-bottom: 50px;
        font-size: 28px;
    }
    .referral-form-box {
        padding: 200px 0 108px;
    }
    .referral-wrapper .referral-process .referral-process-row .referral-process-item:nth-child(2n) img {
        width: 24%;
    }
    .affiliate-form-box .title-info {
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 144px;
    }
}
.bootstrap-select .dropdown-menu li a span.text {
    white-space: break-spaces;
    width: 100%;
}
.ql-align-center {
    text-align: center;
}
.progressbar-section {
    display: flex;
}
.progressbar-section .progressbar p {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    max-width: 354px;
    text-align: center;
    border-top: 1px solid #fff;
    margin: 0 auto;
    margin-top: 25px;
    padding-top: 25px;
}
.progressbar {
    display: inline-block;
    width: 100px;
    margin: 0;
    flex: 1;
    text-align: center;
}
.circle {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.circle:after {
    width: 240px;
    height: 240px;
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}
.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}
.circle div {
    position: absolute;
    top: 50%;
    left: 28%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: 400;
}
.circle span {
    display: block;
    color: #fff;
    margin-top: 12px;
}
.fade-in {
    animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 10s;
    -moz-animation: fadeIn ease 10s;
    -o-animation: fadeIn ease 10s;
    -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.editing-tool-wrap-swiper .mySlides {
    display: flex;
}
.editing-tool-wrap-section {
    position: relative;
    margin-left: 89px;
}
.editing-tool-wrap-section .editing-nav {
    position: absolute;
    left: 0;
    top: 256px;
    z-index: 19;
}
.editing-tool-wrap-section .editing-nav ul {
    list-style: none;
}
.editing-tool-wrap-section .editing-nav ul li a {
    margin: 15px 0;
}
.et-image .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}
@media (max-width: 370px) {
    .section-toggle-wrapper .button-row .btn {
        min-width: 130px !important;
        font-size: 14px;
    }
    .section-toggle-wrapper .authorization-c-finder .button-row .btn {
        min-width: 79px !important;
        font-size: 14px;
    }
    .section-toggle-wrapper .button-row .btn,
    .section-toggle-wrapper .language-c-finder .button-row .btn {
        min-width: 130px !important;
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .section-toggle-wrapper .button-row .btn {
        min-width: 120px !important;
    }
    .section-toggle-wrapper .button-row .btn,
    .section-toggle-wrapper .language-c-finder .button-row .btn {
        min-width: 113px !important;
        font-size: 12px;
    }
}
.pagenotfound {
    background: #f1f1f1;
    height: 100vh;
}
.pagenotfound .header-title {
    margin-top: 225px;
}
.pagenotfound .header-title h3 {
    font-weight: 500;
}
.pagenotfound .footer-button {
    position: absolute;
    bottom: 165px;
    left: 0;
    right: 0;
    margin: 0 -18px;
}
.pagenotfound .footer-button button {
    margin: 0 18px;
    font-weight: 400;
}
.pagenotfound .footer-button button.btn-default {
    color: #fff;
    font-weight: 400;
    background: #d0d0d0;
}
.lazyload,
.lazyloading {
    background-color: transparent;
    height: 100%;
    width: 100%;
}
.lazyloaded {
    transition: ease-in 0.3s;
}
.lazyloaded.stage {
    background-image: url(../images/Full_screen.png);
}
.download_btn {
    margin-top: 98px;
    text-align: center;
}
.download_btn a {
    /* background: 0 0; */
    bottom: none;
    outline: 0;
    border: 0;
    max-width: 324px;
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .download_btn a {
        max-width: 230px;
        margin-bottom: 30px;
    }
}
.download_btn a img {
    width: 100%;
}
.download_btn button:focus {
    background-color: transparent;
}
.download-modal .modal-content {
    background: #f9f9f9;
    border: 1px solid #f99f1b;
    box-shadow: none;
    max-width: 548px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
}
.download-modal .modal-content .modal-header {
    padding: 0;
    border-bottom: 0;
    position: relative;
}
.download-modal .modal-content .modal-header .close {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 32px;
    opacity: 1;
    z-index: 99;
}
.download-modal .modal-content .modal-body {
    padding: 61px 30px 64px;
    border-radius: 10px;
}
.download-modal .modal-content .modal-body h2 {
    font-size: 36px;
    max-width: 389px;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 20px;
}
.download-modal .modal-content .modal-body p {
    font-size: 18px;
    line-height: 35px;
}
.download-modal .modal-content .modal-body p a {
    color: #f99f1b;
}
.modal-backdrop {
    background-color: transparent;
}
.modal-dialog-centered {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.waiting-vid-item .video-wrapper-controls {
    display: none;
}
.faq-section {
    background-color: #f6f6f6;
    padding: 88px 0 72px;
}
.faq-heading {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.faq-heading .faq-icon {
    margin-right: 10px;
    height: 23px;
    width: 23px;
    object-fit: contain;
}
.faq-que .sub-faq-div {
    margin-bottom: 63px;
}
.faq-que .sub-faq-div h5 {
    font-weight: 18px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0;
}
.faq-que ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-que ul li {
    text-decoration: underline;
}
.sticky-button {
    position: fixed;
    top: 50%;
    left: -45px;
    z-index: 99;
    transform: rotate(270deg);
}
.sticky-button a {
    color: #fff;
    font-weight: 500;
    height: 45px;
    width: 133px;
    background: linear-gradient(115.78deg, #f99f1b 17.31%, #fc631c 98.76%);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
}
.sticky-button a:hover {
    box-shadow: 0 4px 10px #f99f1b;
}
@media screen and (max-width: 768px) {
    .sticky-button {
        top: 25%;
    }
}

.noscript_popup{
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.noscript_popup p{
    background: #fff;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 10%);
    padding: 2.5rem;
    border-radius: 0.5rem;
    position: relative;
}
.noscript_popup .popup_close{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 15px;
    background-color: #000;
    height: 20px;
    width: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.noscript_popup:target {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

