/*-------------------- header css ------------------------*/

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-top {
    background: #5a080a;
    padding: 11px 0;
    transition: all 0.5s;
}

.header-icons a {
    color: #fff;
    padding: 0 30px 0 0;
    font-size: 18px;
}

.header-top-right a {
    padding-right: 0;
}

.header-top-right span {
    padding-left: 15px;
}

.header-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 50px;
    transition: all 0.5s;
}

.menus li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all 0.5s;
}

.menus li a {
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Avenir Heavy';
    display: block;
    transition: all 0.5s;
}

.menus>li:last-child>a {
    padding-right: 0;
}

.menus li a i {
    padding-left: 10px;
    line-height: normal;
}

.menus .submenus li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    font-size: 16px;
    font-family: 'Avenir Roman';
    background: #8b0101;
}

.menus .submenus li:last-child a {
    border-bottom: none;
}

.menus .submenus li {
    width: 100%;
}

.fixed-bar .header-top {
    margin-top: -42px;
}

.top-offset {
    margin-top: 78px;
}

.header-logo img {
    max-width: 125px;
}

a.santaback-homelink {
    font-family: 'Avenir Heavy';
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}


/*-------------------- End header css ------------------------*/

@media (min-width: 1200px) {
    /*-------------------- header css ------------------------*/
    ul.submenus {
        position: absolute;
        background: transparent;
        text-align: left;
        top: 100%;
        width: 250px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: none;
        border-top: 10px solid transparent;
    }
    .menus li:hover .submenus,
    .menus li:focus .submenus {
        display: block;
    }
    /*-------------------- End header css ------------------------*/
}


/* Login Page */

.full-height {
    min-height: calc(100vh - 130px);
    height: auto !important;
}


/* End Login Page */


/* Step form design */

.form-progress-box #progressbar {
    width: 100%;
    padding: 25px 0;
    margin: 0;
}

.form-progress-box ul li {
    text-transform: capitalize !important;
    font-size: 20px !important;
    padding: 0 !important;
    font-family: 'Avenir Heavy';
    color: #a9a9a9 !important;
}

.form-progress-box ul li::before {
    font-size: 0 !important;
    width: auto !important;
    height: 2px;
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    top: 49%;
    background: #e7e7e7 !important;
}

.form-progress-box ul li.active {
    color: #8b0101 !important;
}

section.content {
    /*background: #fff;*/
    display: inline-block;
    width: 100%;
    /*padding:15px !important;*/
}

.form-progress-box ul li span {
    position: relative;
    z-index: 12;
    background: #fff;
    padding: 0 15px !important;
    display: inline-block;
    line-height: normal;
}

.step-btn .common-btn {
    width: auto;
    margin: 0;
}

.step-btn {
    text-align: left;
    padding: 20px 0;
}

.common-btn:focus {
    outline: none;
    box-shadow: none;
}

.form-group label {
    line-height: normal;
}

.step-box {
    padding: 0 0px;
}

.step-box .form-group {
    margin: 0;
}

.mt-bx {
    margin-bottom: 15px;
}

#progressbar li.active:after {
    opacity: 0;
}

.step-box #myVideo {
    height: 576px;
    max-width: 1024px;
    width: 100%;
}

.pst-icon {
    max-width: 14px;
    position: absolute;
    top: -5px;
    width: 100%;
    right: -17px;
}

.fld-icon {
    position: relative;
}

.diagnostics_video_close a.connect {
    background: #11cd6c;
}

.frm-labl {
    font-family: 'Avenir Heavy';
    font-size: 22px;
    margin: 0 0 15px;
}

.basic-detail {
    margin: 15px 0 0;
}

.basic-sl .form-group {
    margin: 0 0 15px;
}

.basic-sl {
    padding-left: 5%;
}

.margin-btm {
    margin-bottom: 15px;
}


/* End Step form design */


/* Calender Design */

.calander-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 18px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.custom-calender {
    padding: 15px 0;
}

.cld-wd {
    width: 33.333%;
    padding: 0 10px;
}

.tm-wd {
    width: 66.66%;
    padding: 0 10px;
}

.custom-calender h2 {
    text-align: center;
    font-family: 'Avenir Heavy';
    font-size: 24px;
    margin: 0 0 15px;
}

.cald-arrow {
    font-size: 24px;
    cursor: pointer;
}

.calander-head h4 {
    color: #373737;
    font-size: 18px;
    font-family: 'Avenir Heavy';
    padding: 0 10px;
}

.cald-body {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 0;
}

.cald-body table {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cald-body table th {
    color: #373737;
    font-size: 15px;
}

.cald-body table td {
    font-family: 'Avenir Heavy';
}

.cald-body table td span {
    width: 35px;
    display: inline-block;
    text-align: center;
    padding: 7px 5px 7px;
    border-radius: 50px;
    height: 35px;
    line-height: normal;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.cald-body table td.select span {
    background: #c8191a;
    color: #fff;
}

.time-body {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 15px;
    overflow-y: auto;
    height: 261px;
}

.time-bx li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 9px 11px;
    width: 100%;
    max-width: 205px;
    font-size: 17px;
    text-align: center;
    margin: 0 15px 15px 0px;
    cursor: pointer;
    color: #000;
}

.time-bx {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.continue-btn .common-btn {
    width: auto;
}

.time-bx li.select {
    background: #c8191a;
    color: #fff;
    border-color: #c8191a;
}

.time-bx li.guaranteed-select {
    background: orange !important;
    color: #fff;
    border-color: orange !important;
}

.info-icon {
    border: 1px solid #000;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 8px 0 6px;
    border-radius: 50px;
    background: #000;
    color: #fff;
}

.calander-head h4 a {
    text-decoration: underline;
}

.time-head {
    padding-top: 12px;
    padding-bottom: 12px;
}

.slct-box select {
    border: none !important;
    padding: 0 15px 0 0px !important;
    color: #000;
    text-decoration: underline;
    font-size: 18px !important;
    max-width: 360px;
}

.slct-box .form-group {
    width: auto;
    margin: 0;
}

.slct-box select:focus {
    outline: none;
    box-shadow: none;
}

.time-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slct-box {
    width: calc(100% - 40px);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* End Calender Design */


/*--------------------------------------------------home-page --------------------------------------------*/

.regis-box a {
    color: #8b0101;
    font-size: 16px;
    text-decoration: underline !important;
    display: inline-block;
}

.regis-box p {
    color: #000;
    font-size: 16px;
}

.regis-box {
    margin: 0 0 40px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #070f31;
    text-transform: uppercase;
    font-size: 23px;
    width: 25%;
    float: left;
    position: relative;
    padding: 30px;
    text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
}


/*system check detail css start here*/

.system_check_detail {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0px;
}

.system_check_detail {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#step_three .system_check_detail {
    padding: 0;
}

.refresh_btn a {
    color: #7702ff;
}

.check_screen p {
    margin-bottom: 5px;
    font-size: 15px;
}

.system_check {
    width: 35%;
    display: inline-block;
    padding-right: 30px;
}

.system_check_list {
    display: inline-block;
    vertical-align: top;
    padding-top: 22px;
    width: 65%;
    margin-left: -5px;
}

.check_type {
    font-size: 20px;
    color: #47525e;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.check_img {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}

.check_status {
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #5c5c5c;
    font-size: 14px;
}

.check_status.passed_status {
    color: #11cd6c;
    font-size: 14px;
}

.check_status.failed_status {
    color: #fe0000;
    font-size: 14px;
}

.diagnostics li {
    list-style: none;
    width: 25%;
    float: left;
}

.diagnostics li span {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.diagnostics {
    width: 100%;
    float: left;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.diagnostics:last-child {
    margin-bottom: 0;
}

.diagnostics_inner {
    width: 130px;
    float: left;
}

.check_screen video {
    width: 100%;
    min-height: 200px;
}

.diagnostics_test {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
}

.diagnostics_result {
    width: 50%;
    display: inline-block;
    margin-left: -5px;
    padding: 0 15px;
    vertical-align: top;
}

.diagnostics_test h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #000;
    font-family: 'Avenir Heavy';
    font-weight: normal;
}

.diagnostics_result h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #47525e;
}

.diagnostics_result h3 .high_width {
    float: right;
}

.click_to_play .diagnostics_test {
    vertical-align: middle;
}

.click_to_play .diagnostics_result {
    vertical-align: middle;
}

.sound_icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.play_sound {
    display: inline-block;
    vertical-align: middle;
}

.green_dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #11cd6c;
    border-radius: 100%;
    margin-right: 8px;
}

.diagnostics_test {
    display: inline-block;
    width: 50%;
    padding-right: 15px;
}

.diagnostics_video {
    width: 100%;
    float: left;
    position: relative;
}

.diagnostics_video_close a {
    position: absolute;
    right: -20px;
    background: #8b0101;
    padding: 10px 10px;
    text-align: center;
    border: 3px solid #fff;
    bottom: -18px;
    border-radius: 3px;
    z-index: 99;
}

.diagnostics_result .play_sound {
    font-size: 16px;
    color: #5c5c5c;
}

.diagnostics_video_close img {
    max-width: 22px;
}

.frozen_screen {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
}

.refresh_btn a {
    color: #8b0101;
}

.diagnostics p {
    font-size: 14px;
    color: #000;
}

.check_screen p img {
    max-width: 17px;
    display: inline-block;
    margin-top: -4px;
}

.check_img img {
    max-height: 70px;
}

.check_type {
    font-size: 18px;
}

.diagnostics_inner {
    width: auto;
    text-align: center;
    margin: 0 auto;
    float: none;
}


/*.diagnostics_video_close a{right: 10px;}*/

.check_screen .diagnostics_video {
    width: 100%;
    max-width: 287px;
    min-height: 192px;
    background-color: #5c5c5c;
}

#chkMikeLevel {
    width: 100%;
    height: 15px;
}

.form-group .custom_check {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group .custom_check_label {
    position: relative;
    cursor: pointer;
}

.form-group .custom_check_label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group .custom_check:checked+.custom_check_label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.video-js {
    margin: auto;
}


/* 20-7-2020 */

select.form-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../web/images/select-arrow.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 4px;
    cursor: pointer;
    padding-right: 20px !important;
    background-color: transparent !important;
}

.regis-box a {
    text-decoration: underline;
}

.same-form h2 {
    margin-bottom: 5px !important;
}

.start-recording {
    text-align: center;
    padding: 10px 0;
}

.rc-txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
}

.rc-txt span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
}

.rc-txt p {
    font-size: 18px;
}

.record-icon {
    background: #E22600;
    width: 31px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 0;
    margin-right: 10px;
}


/* 21-7-2020 */

.edit-page button.btn.common-btn {
    width: auto;
    min-width: 200px;
    font-size: 18px;
    padding: 11px 30px;
}

.photo_detail {
    position: relative;
}

.photo_detail label.custom-file-label {
    position: absolute;
    top: 0 !important;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 270px;
    line-height: 25px;
}

.santa-edit-profile .photo_detail {
    width: calc(71% - 80px);
}

.custom-file-input:focus~.custom-file-label {
    border-color: none !important;
    box-shadow: none !important;
}


/* End 21-7-2020 */


/*------------------------------ Vedio section css ------------------------*/

.home-vedio-section {
    /*min-height:100vh*/
}

.large-tittle.vedio-tittle {
    margin: 0
}

.vedio-right-content {
    padding-left: 60px
}

.large-tittle.vedio-tittle {
    font-size: 50px
}

.vedio-left-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8)
}

img.vedio-after-effect {
    position: absolute;
    top: -114px;
    right: -150px;
    width: 100px
}

img.vedio-before-effect {
    position: absolute;
    left: -37px;
    bottom: -96px;
    width: 38px
}

.vedio-header {
    padding: 30px 15px;
    position: relative
}

.vedio-logo {
    width: 125px;
    display: block
}

.vedio-header-right {
    width: 150px;
    height: 135px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 15px
}

.vedio-header-right-outer {
    position: absolute;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(2);
    top: -3px;
    left: 25px
}

.vedio-time {
    position: absolute;
    background: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Avenir Medium';
    line-height: normal;
    font-size: 16px
}

.vedio-middle {
    position: relative;
    overflow: hidden;
    height: 520px;
    width: 100%
}

.vedio-middle-outer {
    position: absolute;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    top: -155px;
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    transform: scale(2.2);
    left: 193px
}

.vedio-talking-text {
    text-align: center;
    color: #fff;
    font-family: 'Avenir Medium';
    font-size: 16px;
    padding: 10px 0
}

.vedio-header-right.vedio-bottom-inner {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 5px
}

.vedio-bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px
}

.vedio-bottom-icons span img {
    width: 50px
}

.vedio-bottom-icons {
    background: #fff;
    text-align: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.vedio-bottom-icons span {
    margin: 0 10px;
    cursor: pointer
}

.nonactive-img {
    display: none
}

.active-img.nonactive {
    display: none
}

.nonactive-img.active {
    display: block
}

.vedio-menu {
    width: 35px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    cursor: pointer
}

.vedio-menu span {
    width: 5px;
    height: 5px;
    background: #1e1e1e;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.vedio-menu::before {
    width: 5px;
    height: 5px;
    background: #1e1e1e;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.vedio-menu::after {
    width: 5px;
    height: 5px;
    background: #1e1e1e;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-vedio-section .container {
    max-width: 100%;
    padding: 0 10%
}


/*------------------------------ End Vedio section css ------------------------*/

.santa-call .vedio-header-right {
    width: 140px;
    height: 100px;
}

.santa-call .vedio-header-right-outer .OT_fit-mode-contain {
    width: 140px !important;
    height: 100px !important;
}

.santa-call .vedio-header-right-outer .OT_fit-mode-contain video.OT_video-element {
    object-fit: cover;
}

.photo_detail #vProfilePic-error {
    bottom: -20px !important;
}

.basic-detail .margin-btm {
    margin-bottom: 15px !important;
}

div.testArea {
    top: -50px;
}

div.testArea div.meterText {
    bottom: 11px;
}

div.testArea div.unit {
    bottom: -5px;
}

.santa-call .vedio-middle-outer #user_stream_session_1 {
    width: 100% !important;
    height: 100% !important;
    top: 0;
}

.santa-call .children_show .vedio-middle-outer #user_stream_session_1 .OT_subscriber {
    height: 352px !important;
}

@media only screen and (max-width:1500px) {
    .hero-left-content .large-tittle br {
        display: none;
    }
    section.hero-section {
        margin-bottom: 0;
    }
    .banner-padd {
        padding: 50px 0 80px;
    }
    .same-padd {
        padding: 90px 0 !important;
    }
    .call-box .vedio-middle {
        height: 560px;
    }
    .dropdown-toggle-btn {
        width: 40px;
        height: 43px;
    }
    /* Calender Design */
    .cald-body table th {
        font-size: 15px;
    }
    .cald-body table td span {
        width: 40px;
        padding: 10px 5px 10px;
        height: 40px;
        cursor: pointer;
    }
    .time-bx li {
        font-size: 15px;
        margin: 0 15px 12px 0px;
    }
    .time-body {
        height: 286px;
    }
    .slct-box select {
        font-size: 18px !important;
        max-width: 350px;
    }
    .custom-calender h2 {
        font-size: 22px;
    }
    .cald-body table td {
        font-size: 16px;
    }
    /* End Calender Design */
    /* Step form */
    .step-box #myVideo {
        height: 540px;
        width: 100%;
    }
    /* End Step form */
    /* Calender Design */
    .cald-body table th {
        font-size: 15px;
    }
    .cald-body table td span {
        width: 40px;
        padding: 10px 5px 10px;
        height: 40px;
        cursor: pointer;
        line-height: normal;
    }
    .time-bx li {
        font-size: 15px;
        margin: 0 15px 12px 0px;
    }
    .time-body {
        height: 286px;
    }
    .slct-box select {
        font-size: 18px !important;
        max-width: 350px;
    }
    .custom-calender h2 {
        font-size: 22px;
    }
    .cald-body table td {
        font-size: 16px;
    }
    /* End Calender Design */
    .common-box {
        padding: 40px 20px 40px;
    }
    .common-box h2 {
        font-size: 28px;
    }
    /* Santa video call */
    .santa-call .chid-detail {
        background: #F3F3F3;
        min-height: 214px;
    }
    .strip-timer {
        padding: 15px 10px;
    }
    .call-box .vedio-middle {
        height: 520px;
    }
    /*.santa-call .vedio-middle {height: 454px;}*/
    .santa-call .vedio-header-right-outer {
        transform: unset !important;
    }
    /* End  Santa video call */
    .step-btn button {
        width: auto;
    }
    .santa-call .vedio-middle {
        height: 352px;
    }
    .santa-call .chid-detail {
        min-height: 98px !important;
    }
}

@media (min-width:1600px) {
    /*******Header********/
    .header-top .container {
        max-width: 1600px;
    }
    /*******End Header********/
}

@media (min-width:1400px) {
    .container {
        max-width: 1170px;
        padding: 0 15px;
    }
    .hero-vedio-main {
        position: relative;
        width: 378px;
        float: right;
    }
    .large-tittle {
        font-size: 48px;
    }
    .hero-left-content p {
        font-size: 28px;
    }
    .btn {
        padding: 13px 40px;
        font-size: 22px;
    }
    .clicktoscrollarrow {
        display: inline-block;
        width: 30px;
        margin: 0 0 0 20px;
    }
    .middium-tittle {
        font-size: 42px;
    }
    .best-christmas-single p {
        font-size: 24px;
    }
    .our-customer-left-section p {
        font-size: 50px;
    }
    .home-vedio-section .container {
        max-width: 1170px;
        padding: 0 15px;
    }
    .large-tittle.vedio-tittle {
        font-size: 60px;
    }
    .vedio-right-content {
        padding-left: 39px;
    }
    img.header-sharktak-img {
        width: 200px;
    }
    .vedio-middle-outer {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        left: 112px;
    }
    .best-santas-outer p {
        font-size: 28px;
    }
    .common-btn {
        padding: 11px 35px;
        font-size: 20px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .scrolltobottom-section p {
        margin: 0 20px 0 0;
        display: inline-block;
        vertical-align: middle;
    }
    .large-tittle {
        font-size: 46px;
    }
    .large-tittle.best-christmas-tittle {
        margin-bottom: 40px;
    }
    .hero-left-content p {
        font-size: 24px;
    }
    .btn {
        padding: 15px 35px;
        font-size: 20px;
    }
    /*.hero-section .container {max-width: 1050px;}*/
    .middium-tittle {
        font-size: 32px;
    }
    .best-santas-outer p {
        font-size: 24px;
    }
    .best-santas-images {
        margin-top: 50px;
    }
    .large-tittle.bestsanta-tittle {
        margin: 0 0 30px 0;
    }
    .our-customer-left-section p {
        font-size: 42px;
    }
    .our-customer-left-section p br {
        display: none;
    }
    .our-customer-left-section p {
        padding-right: 40px;
    }
    .best-christmas-single p {
        font-size: 18px;
        max-width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .best-christmas-single p br {
        display: none;
    }
}

@media (max-width: 1400px) {
    .header-top {
        padding: 5px 0
    }
    .header-icons a {
        font-size: 16px
    }
    .fixed-bar .header-top {
        margin-top: -28px
    }
    .menus li>a {
        padding: 12px 10px;
        font-size: 16px
    }
    .header-logo img {
        width: 110px
    }
    .fixed-bar .menus>li>a {
        padding: 12px 10px
    }
    .fixed-bar .menus>li:last-child>a {
        padding-right: 0;
    }
    .top-offset {
        margin-top: 71px
    }
    .website-outer {
        height: calc(100vh - 92px)
    }
    .large-tittle {
        font-size: 38px
    }
    .hero-left-content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.3
    }
    .btn {
        padding: 10px 35px;
        font-size: 20px
    }
    .scrolltobottom-section {
        margin-top: 20px
    }
    .clicktoscrollarrow {
        width: 30px;
        margin: 0 0 0 20px;
        display: inline-block;
        vertical-align: middle
    }
    .brian_video {
        height: 450px
    }
    .hero-vedio-main {
        text-align: right
    }
    .brian_video {
        height: 500px;
        width: 266px
    }
    .brian_video .hero_video_outer {
        width: 100%;
        -webkit-transform: scale(3.3);
        -ms-transform: scale(3.3);
        transform: scale(3.3)
    }
    .hero-section .container {
        max-width: 850px
    }
    .large-tittle.best-christmas-tittle {
        margin-bottom: 30px
    }
    .best-christmas-single {
        padding: 25px 20px
    }
    .middium-tittle {
        font-size: 26px;
        margin: 0 0 15px 0
    }
    .best-christmas-single p {
        margin: 0 0 15px 0
    }
    .best-santas-images {
        margin-top: 40px
    }
    .large-tittle.bestsanta-tittle {
        margin: 0 0 20px 0
    }
    .best-santas-outer p {
        font-size: 18px
    }
    .large-tittle.customerreview-tittle {
        margin: 0 0 40px 0
    }
    .customer-rev-img {
        margin-top: 90px
    }
    .header-top .container {
        max-width: 1150px
    }
    .vedio-bottom-icons span img {
        width: 43px
    }
    .brain-vedio-back-image {
        width: 266px;
        left: auto;
        right: 0
    }
    .vedio-bottom-icons.header-vedio-icon {
        left: 11px;
        right: 11px
    }
    .vedio-middle {
        height: 450px
    }
    .hero-child-vedio {
        position: absolute;
        right: 21px;
        top: 40px;
        width: 100px;
        height: 110px
    }
    .hero-section-btns .btn {
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 10px;
        margin-right: 10px !important;
    }
    .btn {
        padding: 10px 35px;
        font-size: 20px;
        border-radius: 10px;
    }
    .santa-experience-section {
        padding: 9% 0;
        margin-top: 60px;
    }
    label#vLastName-error {
        bottom: -24px !important;
    }
    /*------------------ full-height css ---------------------*/
    .accordion .card-body {
        height: 200px;
        overflow-y: auto;
    }
    /* Santa video call */
    .santa-vd .vedio-middle-outer {
        -webkit-transform: scale(5.0);
        -ms-transform: scale(5.0);
        transform: scale(5.0);
        top: 26%;
        -webkit-transform-origin: inherit !important;
        -ms-transform-origin: inherit !important;
        transform-origin: inherit !important;
    }
    .santa-call .container {
        padding: 0 15px;
    }
    /* End  Santa video call */
    .dropdown-toggle-btn {
        width: 40px;
        height: 30px;
    }
    /*.santa-call .chid-detail {min-height: 152px; }*/
    .santa-call .chid-detail {
        min-height: 226px;
    }
    /*.santa_show .vedio-middle-outer #user_stream_session { height: 330px; top: -5px; position: relative; }*/
    .santa_show .vedio-middle-outer #user_stream_session {
        height: 245px;
        top: -5px;
        position: relative;
    }
    .vedio-middle-outer #user_stream_session_1 {
        top: -84px;
    }
    /*.santa-call .chid-detail { min-height: 144px; }*/
    .santa-call .chid-detail {
        min-height: 214px;
    }
    .full-height {
        min-height: calc(100vh - 124px);
    }
    .wrapper .content-wrapper {
        min-height: calc(100vh - 123px) !important;
    }
    .common-btn {
        padding: 10px 35px;
        font-size: 18px;
    }
}

.video-js .vjs-tech {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
}
