/* ---------------------------------------------------
1. GENERAL  
----------------------------------------------------- */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #000000;
    font-size: 13px;
    color: #ffffff;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

.custom-select,
.form-control {
    font-size: 13px;
}

.gj-timepicker .form-control {
    font-size: 13px !important;
}

#radioBtn .notActive {
    color: #a4a4a4;
    background-color: #fff;
}

.btn-sm {
    font-weight: 600;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary {
    background-color: #2450a6;
    border-color: #2450a6;
}

body a,
body a:hover {
    color: #393939;
    text-decoration: none;
}

body.noscroll {
    overflow: hidden;
}

.button {
    text-align: center;
}

.btn:hover {
    color: #ffffff;
}

/* img {
    max-width: 100%;
    max-height: 100%;
} */
.logo img,
.logo-2 {
    width: 60px;
    height: auto;
}
.border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.submit-btn {
    text-align: center;
}

.theme-button {
    background-color: #2450a6;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    border: 0px solid #333;
    line-height: 1.5;
}

.theme-button.medium {
    padding: 10px 15px;
}

.col-2-pading-right {
    padding-right: 7.5px;
}

.col-2-pading-left {
    padding-left: 7.5px;
}

.gj-picker-bootstrap div[role="navigator"] div:first-child span:before,
.gj-picker-bootstrap div[role="navigator"] div:last-child span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 18px;
}

.gj-picker-bootstrap div[role="navigator"] div:first-child span:before {
    content: "\f191";
}

.gj-picker-bootstrap div[role="navigator"] div:last-child span:before {
    content: "\f152";
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #2450a6 !important;
    border-color: #2450a6 !important;
}

.gj-picker-bootstrap table tr td.today div {
    color: #2450a6 !important;
}

.line {
    clear: both;
    height: 2px;
    width: 20px;
    margin: 10px auto 0px;
    background-color: #2450a6;
}

.theme-button-line {
    border: 1px solid #2450a6;
    background-color: transparent;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #2450a6;
}

.line-separate {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0px 20px;
}

.no-padding-right {
    padding-right: 0px;
}

.theme-button:hover {
    background-color: #df9403;
    color: #ffffff;
}

.btn-outline-secondary:hover {
    background-color: #2450a6;
}

ul.slick-dots li button {
    width: 15px;
    height: 5px;
    background-color: #2450a6;
    padding: 0px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    opacity: 0.3;
}

ul.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li {
    margin: 0px 0px !important;
    height: 15px !important;
}

.slick-dots li button:before {
    font-size: 0px !important;
}

.content-wrap {
    max-width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
}

.no-margin-top {
    margin-top: 0px;
}

.heading-page {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 15px 14px 40px;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 50px;
}

.heading-page .icon-back {
    text-align: center;
    display: table;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.heading-page .back-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 0px solid #ddd;
    height: 50px;
    width: 40px;
    text-align: center;
    display: table;
}

.share-button {
    margin-top: 20px;
}

.share-button ul {
    list-style: none;
    padding: 0px 0px;
}

.share-button li {
    display: inline-block;
    text-align: center;
}

.share-button li a {
    padding: 2px 5px;
    background-color: #2450a6;
    color: #ffffff;
    width: 25px;
    height: 25px;
    display: block;
}

.share-button li a .svg-inline--fa {
    color: #ffffff;
}

.share-button li.text {
    font-weight: 600;
    padding-right: 5px;
}

body .form-control:focus {
    border-color: #2450a6;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}

.section-single-page {
    padding: 15px 15px;
}

.img-news {
    margin: 0px 0px 10px;
}

#content {
    width: 100%;
    transition: all 0.3s;
    padding: 56px 0px 0px;
    right: 0;
}

.line-separate {
    border-top: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.subsite {
    padding: 20px 15px;
    min-height: calc( 100vh - 56px - 70px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.subsite-with-banner {
    margin-top: -20px;
    padding: 15px 15px 20px;
    min-height: calc( 100vh - 56px - 70px - 156px);
}

.subsite.fixedbanner {
    margin-top: 125px;
}

.subsite-banner {
    position: relative;
    height: 156px;
    overflow: hidden;
}

.subsite-banner img {
    width: 100%;
}

@media only screen and (min-width: 430px) {
    .subsite-banner img {
        max-height: 999999999px;
    }
}

@media screen and (max-width: 330px) and (min-width: 320px) {
    .subsite-banner img {
        width: auto;
        height: 100%;
        max-width: 99999px;
    }
}

.subsite-heading {
    text-align: center;
    color: #2450a6;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    padding-top: 0px;
}

.subsite-heading span {
    color: #df9403;
}

.subsite-heading-description {
    text-align: center;
    margin-bottom: 5px;
}

form label {
    font-weight: 600;
}

form .input-group>.custom-select:not(:last-child),
form .input-group>.form-control:not(:last-child) {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.form-layout {
    padding: 00px 0px;
}

.form-layout .form-group.col-md-12 .row {
    margin-bottom: 0px !important;
}

.form-layout textarea {
    min-height: 60px;
}

.form-layout .addon {
    position: absolute;
    padding: 7px 40px 7px 10px;
}

.form-layout .field-group {
    position: relative;
}

.form-layout .field-group .svg-inline--fa {
    top: 10px;
    left: 12px;
    position: absolute;
    z-index: 4;
    color: #b5b5b5;
}

.form-layout input[type="text"] {
    padding: 0px 10px 0px 10px;
}

.form-layout input.last-name[type="text"] {
    padding: 0px 10px 0px 10px;
}

.form-layout select.with-icon,
.form-layout input.with-icon {
    padding-left: 30px;
    position: relative;
}

.form-layout input.with-icon.datepicker,
.form-layout input.with-icon.timepicker {
    padding-left: 33px;
}

#content .form-layout .form-group .row,
#content .form-layout .form-group.col-md-12 {
    margin-bottom: 15px;
}

.form-check label {
    font-weight: normal;
}

.form-check {
    line-height: 1.8;
}

.margin-bottom-row {
    margin-bottom: 15px;
}

.grey-box {
    border: 0px solid #dadfe3;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 10px;
}

.field-row {
    margin-bottom: 15px !important;
}

.field-row label {
    font-weight: 600;
}

.field-row .field-group {
    position: relative;
}

.field-row .field-group .row {
    margin-bottom: 15px;
}

.field-row .field-group .svg-inline--fa,
.field-row .field-group .fab,
.field-row .field-group .fas,
.field-row .field-group .fa,
.field-row .field-group .far {
    top: 10px;
    left: 12px;
    position: absolute;
    z-index: 4;
    color: #b5b5b5;
}

.field-row .field-group input.with-icon,
.field-row .field-group select.with-icon {
    padding-left: 30px;
}

.field-row .field-group .form-check label.form-check-label a {
    text-decoration: underline;
    color: #2d51a0;
}

.connect-with {
    width: 100%;
    text-align: center;
    border-top: 1px solid #b5b5b5;
    padding-top: 20px;
}

.connect-with .text-head {
    text-align: center;
    margin-bottom: 20px;
}

.connect-with ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px;
}

.connect-with ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.connect-with ul li .svg-inline--fa {
    margin-right: 5px;
}

.connect-with ul li a {
    text-decoration: none;
    background: #b5b5b5;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}

.connect-with ul li .connect-facebook {
    background: #3b5998;
}

.connect-with ul li .connect-google {
    background: #dd4b39;
}

.connect-with ul li .connect-twitter {
    background: #1177b5;
}

.pagination {
    margin-top: 20px;
}

.pagination .page-link {
    color: #2450a6;
}

.pagination .page-item.active .page-link {
    background-color: #2450a6;
    border-color: #2450a6;
}

/* ---------------------------------------------------
3. HEADER
----------------------------------------------------- */

.bg-header {
    z-index: 10;
    position: fixed !important;
    top: 0px;
    left: 0px;
    height: 56px;
    width: 100%;
    background-color: #2450a6;
    border-bottom: 0px solid #ddd;
}

.navbar {
    position: relative;
}

.navbar #sidebarleftbutton.btn,
.navbar #sidebarrightbutton.btn {
    background-color: transparent;
    padding: 5px 5px;
    font-size: 28px;
    line-height: 0px;
    position: absolute;
    font-size: 20px;
}

.navbar .btn:hover {
    color: #ffffff;
}

.navbar #sidebarleft.btn {
    left: 1rem;
}

.navbar #sidebarrightbutton.btn {
    right: 1rem;
}

.navbar #sidebarrightbutton.btn .notif {
    position: relative;
}

.navbar #sidebarrightbutton.btn .notif .fa-circle {
    height: 10px;
    width: 10px;
    color: #df9403;
    position: absolute;
    bottom: 0px;
    right: -3px;
    z-index: 22;
    color: #df9403;
    border: 1px solid #2450a6;
    border-radius: 100%;
}

/* .navbar .logo {
    height: 30px;
    width: auto;
    margin: 5px 0px;
    font-size: 20px;
    font-weight: 800;
    width: 10%;
    text-align: center; } */

.navbar .logo,
.navbar #sidebarleftbutton.btn,
.navbar #sidebarrightbutton.btn {
    color: #ffffff;
}


.navbar .logo .fa-pizza-slice {
    color: #ec7b00;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

/* ---------------------------------------------------
4. SIDEBAR  
----------------------------------------------------- */

/* SIDEBAR PROFILE */

.sdprofile {
    background-color: rgba(255, 255, 255, 0.08);
    min-height: 100px;
    position: relative;
    padding-left: 100px;
}

.sdprofile .sdp-left {
    position: absolute;
    margin: 15px 10px 15px 20px;
    left: 0px;
    top: 0px;
}

.sdprofile .sdp-left img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sdprofile .sdp-right {
    padding: 20px 20px 0px 0px;
}

.sdprofile .sdp-right .sd-name {
    font-weight: 600;
    color: #df9403;
}

/* SIDEBAR LEFT */

.sidenav .fa-caret-down {
    color: #ffffff !important;
    margin: 5px 0px 0px !important;
    float: right;
}

.sidenav .collapsible-body {
    padding: 0px 0px !important;
    background-color: rgba(255, 255, 255, 0.08);
}

.sidenav .collapsible-body a {
    padding: 5px 20px 5px 43px !important;
}

.sidenav a,
.sidenav a:hover,
.sidenav a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.sidenav ul ul a {
    padding-left: 30px !important;
}

.sidebar-header h3 {
    font-size: 20px;
    font-weight: 800;
}

#sidebarleft {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background-color: #2450a6;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

#sidebarleft a,
#sidebarleft a:hover {
    color: #ffffff;
}

#sidebarleft ul .svg-inline--fa {
    color: #df9403;
}

#sidebarleft .svg-inline--fa {
    color: #ffffff;
}

#sidebarleft .list-unstyled .fas,
#sidebarleft .list-unstyled .svg-inline--fa {
    font-size: 14px;
    margin-right: 5px;
    width: 25px;
}

#sidebarleft.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 26px;
}

#sidebarleft #dismiss {
    top: 15px;
    right: 15px;
}

#dismiss:hover {
    color: #ffffff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebarleft .sidebar-header {
    padding: 20px;
    background-color: #2450a6;
}

#sidebarleft ul {
    padding: 10px 0px;
}

#sidebarleft ul li a {
    padding: 5px 20px;
    font-size: 1.1em;
    display: block;
}

#sidebarleft ul li a:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

#sidebarleft ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* SIDEBAR RIGHT */

#sidebarright {
    width: 100%;
    right: -100%;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    background-color: #2450a6;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
}

#sidebarright a,
#sidebarright a:hover {
    color: #ffffff;
}

#sidebarright ul .svg-inline--fa {
    color: #df9403;
}

#sidebarright .right-menu {
    padding: 0px 0px;
    border-top: 0px solid rgba(0, 0, 0, 0.3);
    margin-top: 0px;
}

#sidebarright .right-menu .right-menu-item {
    padding: 0px 0px;
    background-color: rgba(255, 255, 255, 0.08);
    margin-bottom: 1px;
}

#sidebarright .right-menu .ntitle {
    font-weight: 600;
}

#sidebarright .right-menu .desc {
    font-size: 13px;
}

#sidebarright ul li a {
    position: relative;
    padding: 10px 20px 10px 50px;
    font-size: 1.1em;
    display: block;
}

#sidebarright ul li .fas,
#sidebarright ul li .svg-inline--fa {
    font-size: 20px;
    margin-right: 5px;
    color: #df9403;
    position: absolute;
    left: 20px;
}

#sidebarright .count {
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 3px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 3px;
}

#sidebarright #dismiss {
    top: 15px;
    left: 15px;
}

#sidebarright .sidebar-header {
    padding: 20px;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

#sidebarright.active {
    right: 0;
}

.sidebar-header h3 {
    margin-bottom: 0px;
}

.search-wrapper {
    margin: 0;
    padding: 10px 10px;
    color: #303030;
    position: relative;
}

.search-wrapper input#search {
    display: block;
    font-weight: 300;
    width: 100%;
    height: 35px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px 0 15px;
    border: 0;
    border: 0px solid #ffffff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background: #ffffff;
}

.search-wrapper i.material-icons {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    color: #303030;
    line-height: auto;
    height: auto;
}

.search-wrapper button.ssubmit {
    border: 0px solid #ffffff;
    background-color: transparent;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 18px;
}

.search-form.search-content {
    margin: 10px 0px 20px;
    font-size: 13px;
}

.search-form.search-content .search-wrapper {
    padding: 0px 0px;
}

.search-form.search-content .search-wrapper input#search {
    border: 1px solid #dbdbdb;
}

.search-form.search-content .search-wrapper button.ssubmit {
    top: 8px;
    right: 10px;
    color: #dbdbdb;
}

/* ---------------------------------------------------
5. BOTTOM PANEL
----------------------------------------------------- */

.bottom-panel {
    height: 70px;
    background-color: #2450a6;
    width: 100%;
    border-top: 0px solid #ddd;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    padding: 0px 5px 5px;
}

.bottom-panel .bp-col {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    border-right: 0px solid #ddd;
}

.bottom-panel .bp-col a {
    width: 100%;
    display: block;
    height: 100%;
}

.bottom-panel .bp-col .bp-icon {
    width: 100%;
    height: 60%;
    padding: 15px 0px 3px;
}

.bottom-panel .bp-col .bp-text {
    width: 100%;
    color: #ffffff;
}

.bottom-panel .bp-col:last-child {
    border-right: 0px solid #ddd;
}

/* ---------------------------------------------------
6. HOMEPAGE
----------------------------------------------------- */

#content {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f4f4f4;
}

#content .form-group .row {
    margin-bottom: 0px;
}

#content .labelclock {
    padding-top: 8px;
}

#content .img-hero {
    margin-bottom: -135px;
    overflow: hidden;
}

#content .img-hero .slick-slide img {
    width: 100%;
    height: auto;
}

#content .img-hero ul.slick-dots {
    bottom: 20px;
}

#content .img-hero ul.slick-dots li {
    margin: 0px;
}

#content .img-hero ul.slick-dots li button {
    background-color: #ffffff;
}

#content .img-hero ul.slick-dots li button:before {
    color: #fff;
    font-size: 0px;
}

.container-homepage {
    padding: 0px 15px;
}

.section-home {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0 auto 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px;
    height: auto;
}

.heading-section {
    position: relative;
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.heading-section .sa-title.popcat {
    width: 100%;
    line-height: 1;
}

.heading-section .sa-title {
    color: #2450a6;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.section-home .more-category {
    width: 100%;
    padding: 10px 0px 0px;
    text-align: center;
}

.section-home .more-category .mcbutton {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.section-a {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 15px 15px;
}

.section-home.s-category {
    position: relative;
}

.home-category-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.home-category-list .home-box-category {
    position: relative;
    width: 50%;
    height: 85px;
    overflow: hidden;
    float: left;
    border: 5px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.home-category-list .home-text-category {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
}

.home-category-list .home-text-category .bc-text {
    word-break: break-word;
    display: table-cell;
    z-index: 2;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    line-height: 1;
}

.home-category-list .home-image-category {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.home-category-list .home-image-category img {
    opacity: 0.5;
    max-height: 9999999%;
    width: 200%;
    height: auto;
    max-width: 200%;
    margin-left: -50%;
}

/* HOMEPAGE ICON MENU -*/

.home-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.home-icon .homepage-icon-menu {
    display: block;
}

.home-icon .section-home {
    padding: 20px 9px 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 17px;
}

.home-icon .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.home-icon .row {
    margin-bottom: 15px;
}

.home-icon .row:last-of-type {
    margin-bottom: 0px;
}

.home-icon .s-icon {
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 4px
}

.home-icon .s-icon .s-icon-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px !important;
    font-weight: 500
}

.home-icon .s-icon img {
    width: 60px;
    margin-bottom: 2px;
    height: auto;
}

/*==================================================
25. PREVIEW
==================================================*/

body.preview {
    background-color: #ffffff;
    background-size: 120% auto;
}

body.preview .container {
    max-width: 1300px;
}

body.preview .wrap-qr {
    margin-top: 20px;
}

body.preview .description {
    margin: 10px auto 30px;
    text-align: justify;
    padding: 0px 0px 0px 10px;
}

body.preview .your-mobile {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 20px auto 0px;
}

body.preview .container {
    position: relative;
    z-index: 2;
}

body.preview .here {
    background-color: #2450a6;
    color: #ffffff;
    padding: 5px 15px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    margin: 10px;
}

body.preview .pr-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    opacity: 0.2;
}

body.preview .pr-bg img {
    width: 100%;
    height: auto;
}

body.preview .wrapper {
    max-width: 953px;
    margin: 50px auto;
    font-size: 15px;
}

body.preview .pr-title {
    display: inline-block;
    padding: 0px 20px;
    font-size: 40px;
    font-weight: 800;
    color: #2450a6;
}

body.preview .pr-tagline {
    display: inline-block;
    font-size: 27px;
}

body.preview .content-left {
    max-width: 410px;
    float: left;
}

body.preview .content-left .mobileframe {
    float: left;
    position: relative;
    border-radius: 30px;
    border: 0px solid #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.44);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.44);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.44);
}

body.preview #qrimage {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 150px;
    height: auto;
}

body.preview .buy-now .bn {
    background: #2450a6;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0px 0px;
    border-radius: 90px;
    cursor: pointer;
}

body.preview .buy-now .bn:hover {
    background-color: #df9403;
}

body.preview .content-left .mobileframe .preview-mobile-frame {
    background-color: #ffffff;
    overflow: hidden;
}

body.preview .content-left .mobileframe,
body.preview .content-left .mobileframe .mobile-frame-bg,
body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame,
body.preview .content-left .mobileframe .preview-mobile-frame {
    height: 700px;
    width: 369px;
    box-sizing: unset;
}

body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
    position: relative;
    margin: 0px;
    border: none;
    background: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.preview .content-right {
    float: right;
    text-align: center;
    width: 543px;
}

body.preview .content-right .in-r {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

body.preview .content-right h1 {
    font-weight: 600;
    margin-bottom: 0px;
}

body.preview .content-right p {
    margin-bottom: 40px;
}

@media only screen and (max-width: 450px) {
    .content-left .mobileframe,
    .content-left .mobileframe .mobile-frame-bg,
    .content-left .mobileframe .preview-mobile-frame #previewFrame,
    .content-left .mobileframe .preview-mobile-frame {
        height: 700px;
        width: 100%;
        box-sizing: unset;
    }
}

@media only screen and (max-width: 767px) {
    body.preview .wrapper {
        margin-top: 0px !important;
        padding-left: 0px !important;
    }
    body.preview .wrapper .ctc {
        margin-top: 0px !important;
    }
    body.preview .wrapper .description {
        padding: 0px 0px !important;
    }
    body.preview .content-left,
    body.preview .content-right {
        width: 100%;
        margin: 0 auto;
        float: unset;
    }
    body.preview .content-left {
        padding-right: 15px !important;
        padding-left: 15px !important;
        max-width: 410px;
        margin: 0 auto;
        float: unset;
        display: block;
    }
    body.preview .content-left .mobileframe {
        width: 100% !important;
        box-sizing: border-box;
    }
    body.preview .content-right {
        padding-left: 0px !important;
        padding-right: 0px !important;
        float: left;
        width: 100% !important;
    }
    body.preview .description {
        width: 100%;
        margin: 0px 0px;
        max-width: 100%;
    }
    body.preview .content-right .in-r {
        text-align: left;
    }
    body.preview .pr-title {
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: center;
    }
    body.preview .your-mobile {
        text-align: center;
        max-width: 100%;
    }
    body.preview .pr-tagline {
        line-height: 1.2;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    body.preview .content-right .in-in-r {
        margin-top: 30px;
    }
    body.preview .wrap-qr {
        text-align: center;
    }
}

@media only screen and (max-width: 410px) {
    body.preview .content-left .mobileframe {
        width: 100% !important;
        box-sizing: border-box;
    }
    body.preview .content-left .mobileframe .preview-mobile-frame {
        width: 100% !important;
    }
    body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
        width: 100%;
    }
}

@media only screen and (max-width: 956px) {
    body.preview .wrapper {
        max-width: 99999px;
        margin: 50px auto;
        width: 100%;
        position: relative;
        padding-left: 50px;
    }
    body.preview .wrapper .content-right {
        padding: 0px 20px 0px 30px;
        width: calc( 100% - 379px);
    }
    body.preview .content-left .mobileframe {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        border-top: 5px solid #dbdbdb;
        border-right: 5px solid #dbdbdb;
        border-bottom: 5px solid #dbdbdb;
        border-left: 5px solid #dbdbdb;
    }
}

/*# sourceMappingURL=theme.css.map */