@media (max-width:1200px) {
    /* .OT_publisher .OT_name, .OT_subscriber .OT_name {left: 0px !important;}	 */
    /*-------------------- header css ------------------------*/
    header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .header-top {
        background: #5a080a;
        padding: 5px 60px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .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: 0 50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .menus li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .menus li a {
        color: #fff;
        padding: 28px 15px;
        font-size: 18px;
        text-transform: capitalize;
        font-family: 'Avenir Heavy';
        display: block;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .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);
    }
    .menus .submenus li:last-child a {
        border-bottom: none;
    }
    .menus .submenus li {
        width: 100%;
        padding: 0 0 0 20px;
    }
    .fixed-bar .menus>li>a {
        padding: 32px 10px;
    }
    .fixed-bar .header-bottom {
        padding: 0 20px;
    }
    .fixed-bar .header-top {
        margin-top: -42px;
    }
    .top-offset {
        margin-top: 105px;
    }
    .header-logo img {
        max-width: 125px;
    }
    .marginbottom100 {
        margin-bottom: 100px;
    }
    /*-------------------------------   banner css ---------------------------*/
    .website-outer {
        height: calc(100vh - 109px);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .fixed-bar .website-outer {
        height: calc(100vh - 87px);
    }
    .hero-section {
        min-height: 100%;
        padding: 20px 0;
        margin: 0 0 100px 0;
    }
    .hero-left-content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.3;
    }
    .hero-section-btns .hero-book-btn {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .hero-left-content .large-tittle {
        margin-bottom: 30px;
    }
    .scrolltobottom-section p {
        margin: 0 0 10px 0;
        color: #6c6c6c;
        line-height: normal;
    }
    .scrolltobottom-section {
        position: relative;
        margin-top: 30px;
    }
    .clicktoscrollarrow {
        position: absolute;
        cursor: pointer;
        bottom: -93px;
        left: 0;
    }
    .hero-vedio-main {
        position: relative;
    }
    img.header-sharktak-img {
        width: 132px;
    }
    .hero-vedio-main img.hero-affter-effect {
        right: -68px;
    }
    .brian_video {
        width: 100%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        height: 470px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 50px;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
    }
    .hero_video_outer {
        width: auto;
        float: left;
        position: absolute;
        z-index: -9;
        overflow: hidden;
        border-radius: 7%;
        top: 5px;
    }
    .brian_video .hero_video_outer {
        z-index: 1;
        border-radius: 0;
        top: 0;
        max-width: inherit!important;
        width: 100%;
        right: 0;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(3.8);
        -ms-transform: scale(3.8);
        transform: scale(3.8);
    }
    .candidate_video {
        float: left;
        text-align: left;
        width: 100%;
        max-width: 320px;
        position: relative;
    }
    .hero_video {
        width: 100%;
        max-width: 370px;
        float: left;
        position: relative;
    }
    .brian_video .hero_video {
        max-width: inherit!important;
    }
    .candidate_video video {
        border-radius: 5px 0 0 5px;
        float: left;
        width: 318px;
    }
    .hero_video video {
        width: 423px;
        position: relative;
        left: -25px;
        float: left;
        height: 100%;
    }
    .brian_video .candidate_video video {
        border-radius: 0!important;
        width: 100%;
    }
    .brian_video .hero_video video {
        left: 0
    }
    .hero-child-vedio {
        position: absolute;
        right: 35px;
        top: 50px;
        z-index: 9;
        width: 110px;
        height: 130px;
        overflow: hidden;
        border: 5px solid #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
        box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    }
    .hero-child-vedio-outer {
        position: absolute;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        top: -33px;
        left: -20px;
    }
    .vedio-bottom-icons.header-vedio-icon {
        position: absolute;
        bottom: 10px;
        width: auto;
        left: 13px;
        z-index: 9;
        background: rgba(255, 255, 255, .7);
        right: 13px;
    }
    .brain-vedio-back-image {
        position: absolute;
        top: -1px;
        left: 0;
        z-index: 9;
        width: 100%;
    }
    .brain-vedio-back-image img {
        width: 100%;
    }
    /*----------------------------- Best christmas-css ---------------------------*/
    .best-christmas-section {
        padding: 100px 0;
    }
    .best-christmas-single {
        border: 1px solid #dfe1e5;
        padding: 35px 30px;
        border-radius: 10px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .christmas-section-padding-left {
        padding-right: 32px;
    }
    .christmas-section-padding-right {
        padding-left: 32px;
    }
    .large-tittle.best-christmas-tittle {
        margin-bottom: 60px;
    }
    .best-christmas-single p {
        font-size: 18px;
        line-height: 1.5;
    }
    .best-christmas-single:focus,
    .best-christmas-single:hover {
        background: #dfe1e5;
    }
    .large-tittle span {
        position: relative;
        display: inline-block;
    }
    img.title-left-icon {
        position: absolute;
        left: -60px;
        top: -32px;
        width: 28px;
    }
    img.title-right-icon {
        position: absolute;
        right: -60px;
        top: -32px;
        width: 28px;
    }
    img.title-tree-icon {
        position: absolute;
        right: -160px;
        bottom: 0;
        width: 115px;
    }
    /*------------------------------------- best santa section css --------------------*/
    .best-santas-outer {
        width: 100%
    }
    .best-santas-outer p {
        margin: 0;
        font-size: 20px
    }
    img.santatitle-left-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -190px;
        width: 32px
    }
    img.santatitle-right-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -190px;
        width: 48px
    }
    img.santatitle-right-icon.customerrev-right-icon {
        width: 27px
    }
    .best-santas-images {
        margin-top: 60px;
        padding: 0 65px
    }
    .large-tittle.bestsanta-tittle {
        margin: 0 0 30px 0
    }
    /*------------------------------ Vedio section css ------------------------*/
    .large-tittle.vedio-tittle {
        margin: 0;
    }
    .vedio-right-content {
        padding-left: 35px;
    }
    .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: 0;
        bottom: -96px;
        width: 38px;
    }
    .vedio-header {
        padding: 30px 15px;
        position: relative;
    }
    .vedio-logo {
        width: 125px;
        display: block;
    }
    .vedio-header-right {
        width: 150px;
        height: 100px;
        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: 470px;
        width: 100%;
    }
    .vedio-middle-outer {
        position: absolute;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        top: -152px;
        -webkit-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2);
        left: 100px;
    }
    .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: 15px;
    }
    .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 15px;
    }
    /*------------------------------- Customer reviews section -------------------------------*/
    .customer-review-section {
        margin: 0 0 40px 0;
    }
    .our-customer-left-section p {
        font-size: 36px;
        line-height: 1.3;
    }
    img.pera-left-quords {
        margin-top: -50px;
        padding-right: 5px;
        width: 24px;
    }
    img.pera-right-quords {
        margin: -53px 0 0 -6px;
        width: 24px;
    }
    .customer-rev-img {
        width: 100%;
        margin-top: 110px;
    }
    .our-customer-right-section {
        position: relative;
        padding-right: 40px;
    }
    img.hero-affter-effect {
        position: absolute;
        bottom: -58px;
        right: -32px;
        width: 100px;
    }
    .large-tittle.customerreview-tittle {
        margin: 0 0 80px 0;
    }
    .our-customer-left-section {
        padding-left: 40px;
    }
    /*-------------------------------- santa experience section  ---------------------------*/
    .santa-experience-inner {
        width: 100%;
        text-align: center;
    }
    .santa-experience-section {
        background-size: cover;
        padding: 100px 0;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 100px;
    }
    .large-tittle.santaexperience-tittle {
        color: #fff;
        margin: 0 0 60px 0;
    }
    .get-started-btns .get-order-btn {
        background: #fff;
        border-color: #fff;
        display: inline-block;
    }
    /*-------------------------------------- Footer css --------------------*/
    .footer-top {
        color: #6c6c6c;
        padding: 50px 0;
    }
    .footer-top p {
        margin: 0
    }
    .footer-bottom {
        background: #8a1f19;
        text-align: center;
        padding: 18px 10px;
        color: #fff;
    }
    .footer-bottom p {
        margin: 0;
        font-size: 14px;
        line-height: normal;
    }
    .footer-bottom a,
    .footer-bottom span {
        color: #fff;
        font-family: 'Avenir Heavy';
    }
    .header-icons a {
        font-size: 16px;
    }
    .fixed-bar .header-top {
        margin-top: -28px;
    }
    .menus li>a {
        padding: 22px 10px;
        font-size: 18px;
    }
    .header-logo img {
        width: 110px;
    }
    .fixed-bar .menus>li>a {
        padding: 22px 10px;
    }
    .large-tittle {
        font-size: 40px;
    }
    .btn {
        padding: 10px 25px;
        font-size: 20px;
    }
    .scrolltobottom-section {
        margin-top: 20px;
    }
    .clicktoscrollarrow {
        bottom: -62px;
        width: 30px;
    }
    .hero-vedio-main {
        text-align: right;
    }
    .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-bottom {
        padding: 13px 15px;
        position: relative;
    }
    .sticky-nav {
        position: fixed;
        background: #8b0101;
        top: 77px;
        right: -50%;
        width: 50%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        bottom: 0;
    }
    .toggle-btn {
        width: 50px;
        height: 30px;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }
    .toggle-btn span {
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .toggle-btn::before {
        width: 100%;
        height: 3px;
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .toggle-btn::after {
        width: 100%;
        height: 3px;
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 50px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .toggle-btn.active span {
        opacity: 0;
    }
    .toggle-btn.active::before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(.8);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(.8);
        transform: translate(-50%, -50%) rotate(45deg) scale(.8);
    }
    .toggle-btn.active::after {
        top: 50%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(.8);
        -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(.8);
        transform: translate(-50%, -50%) rotate(-45deg) scale(.8);
    }
    .sticky-nav.fix-nav {
        right: 0;
    }
    .menus li {
        display: block;
        padding: 0 20px;
    }
    .menus {
        text-align: left;
    }
    .menus li a {
        padding: 15px 0;
        font-size: 18px;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    .menus .submenus li:last-child a {
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    .menus .submenus li a {
        padding: 12px 0;
        font-size: 16px;
    }
    .submenus {
        display: none;
    }
    .menus li a i {
        padding-left: 10px;
        display: none;
    }
    .cmn-profile {
        left: 20px;
    }
    .dropdown-toggle-btn {
        width: 45px;
        height: 43px;
        position: absolute;
        cursor: pointer;
        right: 20px;
        top: 2px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .dropdown-toggle-btn::after {
        font-family: fontawesome;
        content: "\f107";
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 25px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .dropdown-toggle-btn.active {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .pos-static {
        position: static;
    }
    .santa-profile {
        padding-left: 45px;
    }
    .menus li.menu-has-childrens {
        padding-right: 20px;
    }
    /* Calender */
    .cld-wd {
        width: 46.333%;
    }
    .tm-wd {
        width: 53.66%;
    }
    /* End Calender */
    .space-left {
        margin-left: 0;
    }
    .hero-section-btns .get-order-btn {
        margin-right: 20px;
    }
    .hero-section-btns .get-order-btn:last-child {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width:1025px) {
    .menus li.menu-has-childrens a {
        padding-right: 0;
        padding-right: 35px;
        word-break: break-word;
    }
    .forget-page {
        min-height: calc(100vh - 170px) !important;
    }
    .dashborad-user {
        min-height: calc(100vh - 170px) !important;
    }
    .cmn-height,
    .full-height {
        min-height: calc(100vh - 142px) !important;
    }
    /* Form Design */
    .common-box {
        padding: 50px 15px !important;
    }
    .common-box h2 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .form-group .form-field {
        font-size: 14px;
    }
    .form-group input:focus~label {
        font-size: 14px;
    }
    .common-btn {
        font-size: 18px;
        /*border-radius: 5px;*/
    }
    .frm-sub-title {
        font-size: 22px;
        margin: 15px 0 0;
    }
    .edit-profile {
        margin-top: -100px;
        margin-bottom: 35px;
    }
    .change-pass h4 {
        font-size: 20px;
    }
    .cancl-link {
        font-size: 18px !important;
        padding: 10px 18px 10px;
    }
    .form-group .form-field {
        font-size: 14px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .regis-box {
        margin: 0 0 30px;
    }
    /* Forgot passwored */
    .btn.cancl-link {
        font-size: 18px;
    }
    /* End Forgot passwored */
    .footer-top p {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
    }
    /* End Form Design */
    .photo_detail {
        padding-left: 10px;
        width: calc(100% - 70px);
    }
    .photo_detail label.custom-file-label {
        max-width: 185px;
        left: 10px;
    }
    .take_photo {
        width: 70px;
        height: 70px;
    }
    /* Personalized page */
    .add-btn {
        position: unset !important;
    }
    .child-btn h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .add-child-head {
        padding: 10px 0;
    }
    .add-body .btn.common-btn {
        margin: 0 auto 0;
    }
    .add-btn {
        font-size: 16px !important;
        min-width: 170px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-group label {
        top: 10px;
        font-size: 14px;
    }
    .bootstrap-select.btn-group .dropdown-menu li a {
        font-size: 14px;
    }
    .bootstrap-select button.btn span {
        font-size: 14px;
    }
    .progressbar {
        padding: 0 0 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .delete {
        position: absolute;
        z-index: 1;
        right: 0px;
        top: 0;
    }
    .add-chld-pane {
        position: relative;
    }
    /* End Personalized page */
    /* Rating page */
    .rating-image img {
        max-width: 210px;
    }
    /* End Rating page */
    /* Calender Design */
    .cld-wd {
        width: 100%;
    }
    .tm-wd {
        width: 100%;
        margin-top: 15px;
    }
    .cald-body table td span {
        width: 42px;
        padding: 4px 3px 4px;
        height: 42px;
        font-size: 14px;
    }
    .cald-body table td span .price {
        font-size: 10px;
    }
    .calander-head {
        padding: 18px 10px;
    }
    .slct-box select {
        font-size: 16px !important;
        max-width: 315px;
    }
    .custom-calender {
        padding: 0px 0;
    }
    .slct-box {
        padding: 0 10px;
    }
    /* End Calender Design */
    .grp-btn-pos {
        position: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    /* Step form */
    .step-box #myVideo {
        height: 228px;
        max-width: 315px;
    }
    .form-progress-box ul li {
        font-size: 15px !important;
        margin: 0 0 10px;
        width: 50% !important;
    }
    #progressbar {
        margin-bottom: 0px !important;
    }
    .form-progress-box ul li span {
        padding: 0 2px;
    }
    .system_check {
        width: 100%;
        padding-right: 0;
    }
    .system_check_list {
        width: 100%;
        margin-left: 0;
    }
    .check_screen .diagnostics_video {
        margin: 0 auto;
        float: none;
    }
    .frozen_screen {
        text-align: center;
    }
    p.loader-check {
        text-align: center;
    }
    .diagnostics {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 15px;
    }
    .check_img img {
        max-height: 50px;
    }
    .diagnostics li span {
        font-size: 14px;
    }
    .system_check_detail {
        padding: 10px 0px 10px 0;
    }
    .diagnostics_test {
        width: 100%;
        padding-right: 0;
    }
    .diagnostics_result {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .diagnostics li {
        width: 50%;
        margin: 0 0 18px;
    }
    .step-btn .common-btn {
        margin: 0 0 5px;
        min-width: inherit;
    }
    .basic-box .form-group {
        margin: 0 0 10px;
    }
    .basic-sl {
        padding-left: 0;
        margin: 20px 0 0;
    }
    .basic-detail {
        margin: 0px 0 0;
    }
    .frm-labl {
        font-size: 18px;
    }
    .step-box .form-group {
        margin: 0 0 20px;
    }
    .mt-bx {
        margin-bottom: 0;
    }
    /* End Step form */
    .pagination li a {
        font-size: 14px;
    }
    .nav-tabs .nav-link::after {
        display: none;
    }
    .nav-tabs .nav-link {
        margin-right: 0;
        border-radius: 0;
        padding: 8px 8px;
        margin-bottom: 0px;
    }
    .nav-tabs .nav-item.active a {
        border-color: #8b0101;
    }
    .common-btn {
        min-width: 140px;
    }
    .add-child-head p {
        text-align: center;
    }
    .form-progress-box #progressbar {
        padding: 10px 0;
    }
    .add-body .form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .child-form {
        padding: 0 0px 20px;
    }
}

@media (max-width:990px) {
    .hero-section {
        min-height: inherit;
        padding: 30px 0 60px 0;
        border-bottom: 1px solid #ccc;
    }
    .marginbottom100 {
        margin-bottom: 0;
    }
    .best-christmas-section {
        min-height: auto;
    }
    .best-santas-section {
        min-height: auto;
        padding: 60px 0;
        border-bottom: 1px solid #ccc;
    }
    .home-vedio-section {
        min-height: auto;
    }
    .customer-review-section {
        min-height: auto;
        padding: 60px 0;
    }
    .santa-experience-section {
        min-height: auto;
    }
    .mobile-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .mobile-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .brian_video {
        height: 648px;
        width: 345px;
    }
    .hero-vedio-main {
        text-align: center;
        max-width: 350px;
        margin: 0 auto 70px;
        display: block;
        padding-bottom: 0;
    }
    br {
        display: none;
    }
    .hero-left-content {
        width: 100%;
        max-width: 600px;
        text-align: center;
        margin: auto;
    }
    .large-tittle {
        font-size: 36px;
    }
    .hero-left-content .large-tittle {
        margin-bottom: 20px;
    }
    .hero-left-content p {
        font-size: 18px;
        line-height: 1.5;
    }
    .clicktoscrollarrow {
        position: static;
        margin: 0 0 0 15px;
    }
    .best-christmas-section {
        padding: 60px 0;
        border-bottom: 1px solid #ccc;
    }
    .christmas-section-padding-left {
        padding-right: 15px;
        margin: 0 0 30px 0;
    }
    .christmas-section-padding-right {
        padding-left: 15px
    }
    .best-christmas-single {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .large-tittle.best-christmas-tittle {
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .large-tittle.bestsanta-tittle {
        margin: 0 auto 30px;
        max-width: 400px;
    }
    img.santatitle-left-icon {
        left: -82px;
    }
    img.santatitle-right-icon {
        right: -82px;
    }
    .home-vedio-section {
        border-bottom: 1px solid #ccc;
    }
    .large-tittle.vedio-tittle {
        text-align: center;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .vedio-left-section {
        position: relative;
        max-width: 600px;
        margin: auto;
    }
    img.vedio-after-effect {
        display: none;
    }
    img.vedio-before-effect {
        display: none;
    }
    .large-tittle.customerreview-tittle {
        margin: 0 0 30px 0;
    }
    .our-customer-left-section {
        text-align: center;
        padding: 0 50px;
    }
    .our-customer-right-section {
        padding-right: 0;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .our-customer-left-section p {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    img.hero-affter-effect {
        right: -58px;
        bottom: -48px;
    }
    .santa-experience-section {
        padding: 60px 15px !important;
        margin-top: 0;
    }
    .large-tittle.santaexperience-tittle {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .footer-top {
        text-align: center;
    }
    .customer-rev-img {
        margin-top: 0;
    }
    img.pera-left-quords {
        margin-top: -30px;
        padding-right: 0;
        width: 17px;
    }
    img.pera-right-quords {
        margin: -30px 0 0 0;
        width: 17px;
    }
    .brian_video .hero_video_outer {
        -webkit-transform: scale(3.3);
        -ms-transform: scale(3.3);
        transform: scale(3.3);
    }
    .vedio-bottom-icons.header-vedio-icon {
        left: 11px;
        right: 11px;
    }
    .large-tittle.vedio-tittle {
        font-size: 36px;
    }
    .our-customer-left-section p {
        padding-right: 0;
    }
    .form-progress-box ul li {
        font-size: 14px !important;
    }
    /*.call-box .vedio-middle-outer { top: -48%; } commented on  4-8-2021*/
    .call-box .vedio-middle {
        height: 480px;
    }
    .user_waiting .vedio-middle {
        height: auto !important;
    }
    .call-box .vedio-left-section {
        max-width: inherit;
    }
    .hero-section {
        margin: 0 0 30px 0;
    }
    .hero-book-btn {
        min-width: 248px;
    }
    .same-padd {
        padding: 60px 0;
    }
    .customer-review-section {
        margin: 0 0 0px 0;
    }
    .below_message_text br {
        display: block;
    }
    .verify-text br {
        display: block;
    }
    .payment-success br {
        display: block;
    }
    /* User Listing page */
    .location-table {
        margin-top: 20px;
    }
    .user-table-scrol {
        overflow-x: scroll;
    }
    a.btn br {
        display: block;
    }
    .btn {
        font-size: 18px;
    }
    /* End User Listing page */
    .common-lst {
        padding: 0 15px;
    }
    .santa-cld {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .hero-section-btns .hero-book-btn {
        margin-bottom: 0;
    }
    .common-static-page br {
        display: block;
    }
}

@media (max-width: 767px) {
    .right-align-menu {
        display: block;
        float: none;
    }
    .header-bottom {
        padding: 10px 0 !important;
    }
    .toggle-btn {
        width: 40px;
        height: 25px
    }
    .sticky-nav {
        top: 71px
    }
    .header-icons a {
        font-size: 16px
    }
    /*.vedio-left-section{display:none}*/
    .top-offset {
        margin-top: 72px
    }
    img.hero-affter-effect {
        display: none
    }
    .hero-vedio-main {
        margin: 0 auto 20px
    }
    .large-tittle {
        font-size: 30px
    }
    .hero-section-btns .btn {
        margin-right: 5px;
        margin-bottom: 10px;
        min-width: 248px;
        margin-left: 5px;
    }
    .hero-section-btns .get-order-btn:last-child {
        margin-right: 5px !important;
    }
    .large-tittle.best-christmas-tittle {
        margin: 0 auto 20px
    }
    img.title-left-icon {
        left: 0
    }
    img.title-right-icon {
        right: 0
    }
    img.title-tree-icon {
        right: auto;
        bottom: auto;
        width: 80px;
        left: 50%;
        top: -50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .large-tittle.bestsanta-tittle {
        padding: 0 15px
    }
    img.santatitle-left-icon {
        left: 0;
        top: -25px;
        width: 25px
    }
    img.santatitle-right-icon {
        right: 0;
        width: 25px;
        top: -25px
    }
    .large-tittle.bestsanta-tittle {
        margin: 0 auto 20px
    }
    .best-santas-outer p {
        padding: 0 15px
    }
    .best-santas-images {
        margin-top: 20px;
        padding: 0
    }
    .our-customer-left-section {
        padding: 0
    }
    .large-tittle.customerreview-tittle {
        margin: 0 0 20px 0;
        padding: 0 15px
    }
    .our-customer-left-section p {
        font-size: 20px;
        margin-bottom: 20px
    }
    img.santatitle-right-icon.customerrev-right-icon {
        width: 27px;
        right: auto;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 23px
    }
    .large-tittle.santaexperience-tittle {
        padding: 0 15px
    }
    .clicktoscrollarrow {
        width: 22px;
        margin-left: 0;
    }
    .vedio-right-content {
        padding-left: 0
    }
    .large-tittle.vedio-tittle {
        margin: 0 auto 20px
    }
    img.pera-left-quords {
        margin-top: -20px
    }
    img.pera-right-quords {
        margin: -20px 0 0 0
    }
    .hero-vedio-main {
        max-width: 280px
    }
    .brian_video {
        width: 275px;
        height: 520px
    }
    .vedio-bottom-icons.header-vedio-icon {
        left: 8px;
        right: 8px
    }
    .hero-section {
        padding: 20px 0 60px 0
    }
    .hero-child-vedio {
        right: 22px;
        top: 41px
    }
    footer.footer.new-footer .ftr-text h4 {
        font-size: 22px !important;
        margin: 15px 0 10px;
        line-height: 1.5;
    }
    .ftr-logo img {
        max-width: 200px;
    }
    .change-pass2 {
        padding-left: 0;
    }
    .form-progress-box ul li {
        width: 50%;
        margin: 0 0 8px;
    }
    .form-progress-box ul li span {
        padding: 0 10px !important;
    }
    .extented-clm li {
        width: 50% !important;
    }
    .personalize-btn {
        justify-content: center !important;
    }
    .personalize-btn .btn.common-btn {
        margin: 0 10px 10px !important;
    }
    /* User video call */
    .call-box .vedio-left-section {
        display: block;
    }
    .call-box .vedio-middle-outer {
        top: -480px;
    }
    .call-box .vedio-middle {
        height: 320px;
    }
    .call-box .vedio-header-right {
        width: 110px;
        height: 68px;
    }
    .call-box .vedio-header-right-outer {
        top: 0px;
    }
    .call-box .vedio-header-right-outer #user_stream_session {
        height: 78px;
    }
    .call-box .vedio-header-right-outer {
        height: auto;
    }
    .user_connected .vedio-middle-outer {
        top: 0;
        transform: unset;
        width: 100%;
        left: 0;
    }
    .user_connected .vedio-middle-outer #user_stream_session_1 {
        position: unset;
    }
    .user_connected .vedio-header-right-outer {
        transform: unset;
        left: -1px;
        right: 0;
        height: 70px;
    }
    .user_connected .vedio-header-right-outer .OT_fit-mode-contain {
        height: 70px !important;
        width: 100px !important;
    }
    .user_connected .vedio-header-right {
        width: 90px;
    }
    .user_connected .vedio-middle-outer #user_stream_session_1 .OT_fit-mode-contain .OT_video-element {
        object-fit: cover;
    }
    /* End User video call */
    /* Santa video call */
    .strip-timer {
        padding: 15px 10px;
    }
    .santa-call .vedio-header-right.vedio-bottom-inner {
        height: 80px;
    }
    .santa-call .vedio-header-right {
        width: 90px;
        height: 90px;
    }
    .santa-call .vedio-header-right-outer {
        top: -55px !important;
    }
    .santa-call .vedio-header-right-outer {
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        top: -3px;
        left: 25px;
    }
    .santa-call .vedio-bottom-section {
        bottom: 10px;
    }
    .accordion .card-header a {
        font-size: 14px;
    }
    .card-body p {
        font-size: 14px;
        margin: 0 0 10px;
        line-height: 20px;
    }
    .card-body p:last-child {
        margin-bottom: 0;
    }
    .card-body {
        overflow-y: auto;
        height: 135px;
        padding: 15px;
    }
    .santa-call .vedio-middle {
        height: 360px;
    }
    .santa-call .vedio-middle-outer {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
    }
    .child-info-icon {
        display: block;
    }
    .detail-slide {
        position: absolute;
        z-index: 9 !important;
        width: 100%;
        display: none;
        bottom: -10px;
    }
    .cross-info {
        position: absolute;
        top: -32px;
        width: 28px;
        right: 8px;
        cursor: pointer;
        z-index: 8;
    }
    .ds-santa {
        display: none !important;
    }
    .mb-santa {
        display: block !important;
    }
    /* End Santa video call */
    /* video call recording screen */
    .vd-record-bx {
        height: 360px;
    }
    .vd-record-ps {
        -webkit-transform: scale(2.8);
        -ms-transform: scale(2.8);
        transform: scale(2.8);
        top: 90px;
    }
    .vd-rc-txt .chid-detail {
        padding: 0;
    }
    /* End video call recording screen */
    /*.user_waiting .vedio-middle {height: auto !important;}*/
    #waiting_for_santa {
        position: unset;
        transform: unset;
        background-image: url(../images/user-waiting.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 281px;
    }
    #waiting_for_santa img {
        display: none;
    }
    .common-connect {
        height: 88%;
        width: 100%;
        background: rgb(255 255 255 / 90%);
        border-radius: 0;
        z-index: 99;
        top: 0;
    }
    .radio-box [type="radio"]:checked+label:after,
    .radio-box [type="radio"]:not(:checked)+label:after {
        top: 4px;
        left: 4px;
    }
    .radio-box [type="radio"]:checked+label:before,
    .radio-box [type="radio"]:not(:checked)+label:before {
        width: 20px;
        height: 20px;
    }
    .user_connected .vedio-middle-outer #user_stream_session_1 .OT_fit-mode-contain {
        height: 320px !important;
        width: 100% !important;
    }
    .photo_detail #vProfilePic-error {
        left: 10px;
    }
    /* Home video section */
    .home-mb-video .vedio-header-right {
        width: 110px;
    }
    .home-mb-video .vedio-header-right-outer {
        top: -30px;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
    .home-mb-video .vedio-middle {
        height: 360px;
    }
    .home-mb-video .vedio-middle-outer {
        -webkit-transform: scale(3.4);
        -ms-transform: scale(3.4);
        transform: scale(3.4);
        top: -490px;
    }
    /* End Home video section */
    .verify-text img {
        max-width: 260px;
    }
    .user_waiting .vedio-header-right-outer .OT_fit-mode-contain {
        width: 108px !important;
        height: 68px !important;
    }
    .user_waiting .vedio-bottom-section {
        bottom: 40px;
    }
    /* payment page */
    .paymnt-poromo {
        width: 100%;
        border-right: none;
        margin-bottom: 30px;
    }
    .payment-subtotal {
        padding-right: 0;
    }
    .paymt-card {
        width: 100%;
        padding-left: 0;
    }
    .paymt-card .payment-box {
        padding-left: 0;
    }
    /* End payment page */
    .verify-text .btn {
        border-radius: 0;
        padding: 10px 24px;
        margin-right: 0;
        min-width: 280px;
    }
}

@media (max-width: 576px) {
    .right-align-menu {
        display: block;
        float: none;
    }
    .sticky-nav {
        right: -100%;
        width: 100%
    }
    .header-top {
        padding: 5px 15px
    }
    .toggle-btn {
        right: 15px
    }
    .best-santas-images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .best-santa-single-image {
        width: 50%;
        height: 153px;
        overflow: hidden
    }
    .user-calander .time-bx li {
        max-width: 87px;
        font-size: 14px;
        margin: 0 10px 10px 0px;
    }
    .personalize-btn .btn.common-btn {
        width: 100%;
    }
    .sv-group {
        width: 100%;
    }
    .personalize-btn .btn.common-btn {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .with-skip-mb {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .with-skip-mb a.btn.step-back {
        width: auto;
        margin: 0 !important;
    }
    .payment-success .pmt-inner p a.btn {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .common-static-page .common-box h3 span strong {
        font-size: 20px !important;
    }
    .common-static-page .common-box p span,
    .common-static-page .common-box ul li span {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .common-static-page .common-box p {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .ftr-logo img {
        position: relative;
        left: 0px;
    }
}

@media (max-width: 1024px) {
    .common-static-page .common-box h3 span strong {
        font-size: 20px !important;
    }
    .common-static-page .common-box p span,
    .common-static-page .common-box ul li span {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .common-static-page .common-box p {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .common-static-page .common-box p+ul {
        margin-bottom: 0px;
    }
    .common-static-page .common-box p span strong a {
        font-size: 16px !important;
    }
    .ftr-logo img {
        position: relative;
        left: 0px;
    }
}

@media screen and (max-width: 991px) {
    section.hero-section.hero-section-new {
        padding-block: 60px !important;
    }
    section.hero-section.hero-section-new,
    section.best-christmas-section,
    section.best-santas-section-new {
        border-bottom: 0;
    }
    section.hero-section-new .hero-left-content {
        padding-top: 20px;
    }
    section.hero-section-new .hero-left-content .large-tittle h1 {
        font-size: calc(1.3rem + 1.5vw);
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .hero-section-new::after {
        display: none;
    }
    section.best-christmas-new-section .middium-tittle h2,
    h2.common-sec-title {
        font-size: calc(1.3rem + 1.5vw);
    }
    .best-christmas-new-section .christmas-section-padding-left {
        margin: 0;
    }
    .chirstmas-tree-img-sec img {
        display: none;
    }
    section.best-santas-section-new {
        padding-bottom: 0px !important;
    }
    section.best-christmas-new-section p {
        font-size: 20px;
        line-height: 1.5;
    }
    .best-christmas-new-section h2 {
        line-height: 1.3;
    }
    .santa-experience-section-new .order-pre-chat {
        background: #fff;
        border-color: #fff;
    }
    .customer-review-section-new p {
        font-size: 18px;
        line-height: 30px;
    }
    section.best-santas-section-new {
        padding-inline: 5px !important;
        padding-block: 40px !important;
    }
    footer.footer.new-footer .footer-top {
        padding: 70px 0 50px;
    }
    footer.footer.new-footer .footer-top p {
        font-size: 18px;
    }
    section.best-santas-section-new .common-sec-title p {
        font-size: 22px;
    }
    .best-santa-img {
        padding-inline: 6.5px;
    }
    span.gift-icon-left,
    .gift-icon-right {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-btns .btn,
    .best-christmas-new-section .btn.red-border-btn {
        padding: 15px 30px;
    }
    .hero-left-content p {
        font-size: 25px;
    }
    .best-christmas-new-section .our-company-video-wrap {
        padding-top: 40px;
    }
    .best-christmas-new-section .christmas-section-padding-right {
        padding: 20px 15px 0;
    }
    section.best-christmas-new-section {
        padding-bottom: 100px !important;
    }
    .best-christmas-new-section p {
        font-size: 23px;
    }
    .pera-left-quords br {
        display: none !important;
    }
    section.customer-review-section-new {
        padding: 60px !important;
    }
    .customer-review-section-new p {
        font-size: 22px;
        line-height: 40px;
    }
    footer.footer.new-footer .ftr-logo img {
        max-width: 450px;
    }
    .footer-top p {
        font-size: 22px;
        line-height: 1.5;
    }
    .footer-bottom p {
        font-size: 16px;
    }
    .best-santas-section-new img.santatitle-left-icon,
    .best-santas-section-new img.santatitle-right-icon {
        top: 75px;
    }
    .best-santas-section-new img.santatitle-left-icon {
        left: 175px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
    .container {
        max-width: 1260px !important;
    }
    .hero-section-new::after {
        right: 10px;
    }
    section.hero-section-new .banner-right-vedio {
        margin-left: -30px;
    }
    .best-christmas-new-section .christmas-section-padding-right {
        padding-left: 40px;
    }
    section.best-christmas-new-section {
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-new::after {
        right: 5px;
    }
    section.best-christmas-new-section {
        padding-bottom: 100px !important;
    }
    section.hero-section-new .hero-left-content .large-tittle h1 {
        font-size: 30px;
        line-height: 1.3;
    }
    section.hero-section-new .hero-left-content .large-tittle h1 br,
    section.hero-section-new .hero-left-content p br,
    footer.footer.new-footer .ftr-text h4 br,
    footer.footer.new-footer .ftr-text p br {
        display: none !important;
    }
    section.hero-section-new .hero-left-content p {
        font-size: 20px;
        line-height: 1.5;
    }
    /* section.hero-section-new {
        padding: 50px 0 90px !important;
    } */
    section.hero-section-new .brian_video {
        height: 590px !important;
    }
    section.hero-section-new::after {
        z-index: -1;
    }
    /* section.white-bg-image-section {
        min-height: auto;
    } */
    .best-santas-section-new img.santatitle-left-icon,
    .best-santas-section-new img.santatitle-right-icon {
        top: 80px;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec,
    .santa-experience-section-new .chirstmas-tree-snd-img {
        top: -15px;
    }
    .santa-experience-section-new {
        padding: 50px 0 !important;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec img,
    .santa-experience-section-new .chirstmas-tree-snd-img img {
        max-width: 65%;
    }
    .santaexperience-tittle {
        max-width: 670px;
        margin: 0 auto;
    }
    .best-santa-img {
        padding-inline: 6.5px;
        padding-bottom: 13px !important;
    }
    footer.footer.new-footer .footer-top {
        padding-top: 80px;
    }
    .ftr-logo img {
        left: 0;
    }
    .top-offset {
        margin-top: 75px;
    }
    .brain-vedio-back-image {
        max-width: 245px;
    }
    h2.common-sec-title {
        font-size: 34px;
        line-height: 1.3;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec img {
        left: -55px;
    }
    .customer-review-section-new p {
        font-size: 25px;
        line-height: 36px;
    }
    .santa-experience-section-new .chirstmas-tree-snd-img img {
        right: -55px;
    }
    .best-christmas-new-section .christmas-section-padding-right {
        padding-left: 30px;
    }
    h2.common-sec-title {
        right: 25px;
    }
    span.gift-icon-right {
        position: absolute;
        top: 0;
        right: 30px;
    }
    footer.footer.new-footer .ftr-text h4 {
        font-size: 34px !important;
    }
    .customer-review-section-new {
        background-size: contain;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .santa-experience-section-new .chirstmas-tree-img-sec,
    .santa-experience-section-new .chirstmas-tree-snd-img {
        top: 0px;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec img,
    .santa-experience-section-new .chirstmas-tree-snd-img img {
        max-width: 65%;
    }
    section.best-santa-gallery-section .santa-gallery-img img {
        min-height: 305px !important;
    }
    .best-santa-img {
        padding-inline: 6.5px;
        padding-bottom: 13px !important;
    }
    .ftr-logo img {
        left: 0px;
    }
    .santaexperience-tittle {
        max-width: 850px;
        margin: 0 auto;
    }
    h2.common-sec-title {
        font-size: 34px;
        line-height: 1.3;
    }
    .customer-review-section-new p {
        font-size: 25px;
        line-height: 36px;
    }
    footer.footer.new-footer .ftr-text h4 {
        font-size: 34px !important;
        padding-right: 80px;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec img {
        left: -65px;
    }
    .santa-experience-section-new .chirstmas-tree-snd-img img {
        right: -65px;
    }
    .customer-review-section-new {
        background-size: contain;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    section.best-santa-gallery-section .santa-gallery-img img {
        min-height: 305px !important;
    }
    .best-santa-img {
        padding-inline: 6.5px;
        padding-bottom: 13px !important;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec img,
    .santa-experience-section-new .chirstmas-tree-snd-img img {
        position: relative;
        max-width: 78%;
    }
    .santa-experience-section-new .chirstmas-tree-snd-img img {
        right: -40px;
    }
    .santa-experience-section-new .chirstmas-tree-img-sec img {
        left: -35px;
    }
    span.gift-icon-left {
        margin-right: 0.5rem !important;
    }
    .gift-icon-right {
        margin-left: 0.5rem!important;
    }
    .customer-review-section-new {
        background-size: contain;
    }
}

@media(min-width:1400px) {
    .site_header_navigation .menus li a {
        padding: 18px 28px;
    }
}