@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(37, 33, 33);
    /* color: rgb(37, 33, 33); */
    margin: 0;
    font-family: "Roboto", sans-serif;
    /* background: rgb(37, 33, 33); */
    background: #000;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
    -webkit-overflow-scrolling: touch;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a:focus {
    box-shadow: none !important;
    outline: none !important;
}

a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: 0.3s all;
}

a:hover {
    color: var(--text_green);
}

p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
}

h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
}

h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

h4 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main-wrapper {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
/* .header {
    position: fixed;
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    top: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
    max-width: 640px;
    transform: translateX(-50%);
} */
ul.main-nav {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: space-between;
} 
ul.main-nav li a {
    font-size: 16px;
    color: #b3b3b3;
    display: block;
} 
ul.main-nav li a.active {
    position: relative;
    color: #fff;
} 
ul.main-nav li a.active:after {
    position: absolute;
    left: 50%;
    height: 2px;
    width: 30px;
    background: #fff;
    content: "";
    bottom: -10px;
    margin-left: -15px;
} 
.s-btn {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
}
.footer {
    position: sticky;
    /* left: 50%; */
    bottom: -17px;
    /* padding: 15px; */
    width: 100%;
    background: #000; 
    max-width: 640px;
    /* transform: translateX(-50%); */
    left: -2px;
    right: -2px;
    width: 100%;
    background: #000;
}
ul.f-nav {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
ul.f-nav span {
    display: block;
    margin: 0 auto;
}
ul.f-nav a {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
}
.main-sec {
    /* height: calc(100vh - 78px) !important; */
    /* overflow: auto; */
}
/* .v-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.v-sec iframe {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.v-sec video {
    object-fit: fill;
    height: calc(100dvh - 62px) !important;
    
} */

.header {
    position: fixed;
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
    width: 100%;
    /* left: 50%;
    top: 0; */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    /* background: #000; */
    z-index: 1;
    max-width: 640px;
    /* transform: translateX(-50%); */
}

.v-sec {
    width: 100%;
    /* height: 100%; */
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content:center; */
    /* height: calc(100dvh - 62px) !important; */
}

.v-sec video {
    object-fit: fill;
    height: calc(100dvh - 60px) !important;
   
    /* transform: scaleY(1.030); */
}

.fp-tableCell {
    vertical-align: top !important;
}
.fp-table {
    justify-content: start !important;
}
.img-sec img {
    display: block;
    width: 100%;
}
.box-row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video-opt {
    position: absolute;
    right: 10px;
    bottom: 80px;
}
.video-opt a {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
}
.opt-img {
    display: block;
    margin: 0 auto;
    width: 30px;
}
.video-opt li {
    margin: 0 0 10px;
}
.add-sec {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: all .3s;
    max-width: 280px;
}
.add-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #c200e6;
    border-radius: 6px;
    padding: 5px;
    max-width: 280px;
    margin: 10px 0;
}
.add-img {
    width: 70px;
    border-radius: 6px;
    overflow: hidden;
}
.add-text {
    width: 155px;
}
.add-text a {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    display: block;
}
.add-text h5 {
    margin: 0 0 5px;
    font-size: 14px;
}
.add-r a {
    display: block;
    width: 24px;
    padding: 5px;
}
.add-sec h4 {
    color: #fff;
    margin: 0 0 5px;
}
.add-sec p {
    color: #fff;
    margin: 0 0 5px;
    font-size: 12px;
}
.sub-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #333;
    padding: 3px 8px;
    border-radius: 4px;
}
.buy-now {
    background: rgb(255 255 255 / 50%);
    display: inline-block;
    color: #fff;
    padding: 8px 13px;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}
.buy-now img {
    width: 12px;
    margin-left: 5px;
}

/* ----------- Additional styles for reel functionality ------------- */

#reel-container {
    height: 100dvh;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.reel-item {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    transition: top 0.3s ease-in-out;
}

.reel-item.active {
    top: 0;
}

.reel-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ----------- Additional styles for reel functionality End ------------- */


/* -------------------------setting css------------------ */
  
.s-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 21px 45px;
}
.header-l {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.header-l ul.main-nav li a {
    font-size: 22px;
    color: #fff;
    display: block;
}
.header-l  ul.main-nav {
    column-gap: 35px;
}
.header-r ul {
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.header-r ul a {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-l ul.main-nav li a:hover, .header-r ul a:hover {
    color: #8fcc0e;
}
.main {
    background: #fff;
    min-height: 100svh;
    padding: 45px;
}
.sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-head h1 {
    font-size: 50px;
    margin: 0;
}
.r-btn {
    display: flex;
    column-gap: 25px;
}
.cus-btn {
    display: block;
    background: #a9a9a9;
    font-size: 22px;
    color: #fff;
    padding: 16px 25px;
    min-width: 222px;
    text-align: center;
}
.cus-btn:hover, .cus-fill {
    background: #8fcc0e;
    color: #fff;
}
.main * {
    font-size: 22px;
}
.set-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.set-col {
    width: 48%;
}
.set-feild-col label {
    display: block;
    margin: 0 0 10px;
}
.set-feild {
    border: none;
    outline: none;
    border-bottom: 1px solid #828d93;
    width: 80%;
    font-weight: 700;
    padding: 0 0 10px;
    background: #fff;
}
.set-feild-col {
    margin: 0 0 40px;
    padding-top: 10px;
}
.up-file {
    position: relative;
    width: 80%;
    margin-top: 15px;
}
.file-feild {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.file-btn {
    display: block;
    text-align: center;
    color: #1f9bde;
    border: 2px dotted;
    font-size: 20px;
    padding: 22px;
    border-radius: 50px;
}
.upl-video-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #6d7a83;
}
.upl-video {
    border: 1px solid #ebebeb;
}
.upl-video-head {
    padding: 15px 20px;
}
.upl-video-row {
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
}
.upl-video-row img {
    display: block;
    max-width: 100%;
}
.upl-video-col-1 {
    padding: 10px;
    width: 8%;
    display: flex;
    justify-content: center;
}
.upl-video-col-2 {
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 28%;
}
.upl-video-col-3 {
    padding: 10px;
    width: 20%;
    text-align: center;
}
.upl-video-col-4 {
    padding: 10px;
    /* width: 25%; */
    /* text-align: center; */
}
.upl-video-row a {
    color: #1f9bde;
}
.upl-video-col-5 {
    display: flex;
    column-gap: 15px;
    /* justify-content: center; */
    /* width: 15%; */
}
.pos-v {
    display: inline-block;
    width: 50px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.upl-video-col-4 p {
    white-space: nowrap;
}
.set-feild-col p {
    margin: 0;
    font-size: 20px;
    word-wrap: break-word;
}
.set-feild-col a {
    color: #1f9bde;
}
.s-footer {
    background: #fff;
    padding: 45px;
}
.s-footer p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.s-footer a {
    color: #1f9bde;
}
.set-edit {
    position: relative;
}
.edit-btn {
    position: absolute;
    background: none;
    left: 0;
    bottom: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.set-edit .set-feild {
    padding-left: 50px;
}
.h-logo img {
    display: block;
}
.header-l .h-logo svg {
    display: none;
}
.next-inView{
    opacity: 1 !important;
}

@media screen and (max-width: 1600px) {
    .header-l ul.main-nav li a, .header-r ul a {
        font-size: 18px;
    }
    .sec-head h1 {
        font-size: 40px;
    }
    .main * {
        font-size: 18px;
    }
    .set-feild-col p {
        font-size: 16px;
    }
    .cus-btn {
        padding: 14px 25px;
        min-width: 165px;
    }
}
@media screen and (max-width: 1199px) {
    .header-l ul.main-nav li a, .header-r ul a {
        font-size: 16px;
    }
    .sec-head h1 {
        font-size: 30px;
    }
    .main * {
        font-size: 16px;
    }
    .set-feild-col p {
        font-size: 15px;
    }
    .set-col {
        width: 48%;
    }
    .cus-btn {
        padding: 13px 20px;
        min-width: 140px;
    }
    .r-btn {
        column-gap: 20px;
    }
    .s-header {
        padding: 15px 25px;
    }
    .main {
        padding: 25px;
    }
    .s-footer {
        padding: 25px;
    }
    .s-footer p {
        font-size: 14px;
    }
    .pos-v {
        width: 25px;
    }
}
@media screen and (max-width: 991px) {
.header-l {
    column-gap: 25px;
}
.header-l  ul.main-nav {
    column-gap: 20px;
}
.header-r ul {
    column-gap: 20px;
}
.header-r ul a svg {
    width: 20px;
}
.header-l .h-logo {
    max-width: 200px;
}
.main * {
    font-size: 14px;
}
.upl-video-head h3 {
    font-size: 18px;
}
.file-btn {
    padding: 13px;
    border-radius: 50px;
}
.h-logo a svg {
    width: 40px;
    height: 40px;
}
}
@media screen and (max-width: 767px) {
    .set-col {
        width: 100%;
    }
    .set-feild {
        width: 100%;
    }
    .set-feild-col {
        margin: 0 0 15px;
    }
    .up-file {
        margin-top: 0;
    }
    .main {
        padding: 20px;
    }
    .s-header {
        padding: 10px 20px;
    }
    .sec-head h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    .sec-head {
        flex-wrap: wrap;
        justify-content: center;
        
    }
    .sec_head h1{
        margin-bottom: 0;
    }
    .sec_head{
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .cus-btn {
        padding: 10px 20px;
        min-width: 120px;
    }
    .header-r ul a span {
        display: none;
    }
    .header-r ul {
        column-gap: 15px;
    }
    .header-l .h-logo {
        max-width: 150px;
    }
    .header-l {
        column-gap: 15px;
    }
    .header-l  ul.main-nav {
        column-gap: 15px;
    }
    .header-l ul.main-nav li a, .header-r ul a {
        font-size: 14px;
    }
    .header-l .h-logo svg {
        display: block;
    }
    .header-l .h-logo img {
        display: none;
    }
    .s-footer {
        padding: 15px;
        text-align: center;
    }
    .upl-video-col-5 {
        column-gap: 5px;
    }
    .upl-video-col-2 {
        padding: 10px 0;
        display: flex;
        /* justify-content: center; */
        /* width: 25%; */
    }
    .upl-video-col-4 {
        padding: 5px;
        /* width: 28%; */
    }
    .upl-video-col-3 {
        padding: 5px;
    }
    .edit-btn {
        width: 35px;
        bottom: 5px;
    }
    .set-edit .set-feild {
        padding-left: 38px;
    }
    .header-r ul a svg {
        width: 16px;
    }
}
.notification-light {
    position: relative;
}
.notification-light_not{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -7px;
    right: -10px;
    background-color: red;
    /* display: none; */
}
.v-sec_un{
    height: calc(100dvh - 73px);
}
.add_img_unavailabe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
  
}
.add_img_unavailabe p{
    color: #fff;
}

.loader {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(255, 255, 255, 0.8); /* White background with some transparency */
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    width: 50px; /* Adjust the size of the loader gif as needed */
}
.img_bgHead{
    width: 100%;
}
footer a{
    display: none !important;
}
.footer_block{
    pointer-events: none;
    display: block !important;
}
.header_db .h-logo img{
    display: block;
}
.header_db .h-logo svg{
    display: none !important;
}

/* Initial page */

.form_begin p {
  color: #fff;
  font-size: 20px;
}

.form_begin {
  width: 100%;
}

.form_beginOuter {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100dvh;
}

.begin_btns {
  background-color: #0089cb;
  color: #fff;
  padding: 10px 50px;
  font-size: 18px;
  border: none;
  border-radius: 10px;
}

.set_begin_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.go_connect {
    color: #0089cb;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    font-size: 23px;
    position: absolute;
    bottom: 60px;
    right: 20px;
}


/* General styles for all types of buttons */
.progress-button {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	outline: none;
	border: none;
	background: #0089cb;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: 4;
}

.progress-button[disabled],
.progress-button[disabled].state-loading {
	cursor: default;
}

.progress-button .content {
	position: relative;
	display: block;
}

.progress-button .content::before,
.progress-button .content::after  {
	position: absolute;
	right: 20px;
	color: #034667;
	font-family: "icomoon";
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
    display: none;
}

.progress-button .content::before {
	content: "\e600"; /* Checkmark for success */
}

.progress-button .content::after {
	content: "\e601"; /* Cross for error */
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
	opacity: 1;
}

.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

.progress-button .progress {
	background: #148544;
}

.progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #034667;
}

.progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
}

.progress-button[data-vertical] .progress-inner {
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
}

/* Necessary 3d styles for buttons with perspective */

.progress-button[data-perspective] {
	position: relative;
	display: inline-block;
	padding: 0;
	background: transparent;
	-webkit-perspective: 900px;
	perspective: 900px;
}

.progress-button[data-perspective] .content {
	padding: 0 60px;
	background: #0089cb;
}

.progress-button[data-perspective] .progress-wrap {
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
	outline: 1px solid rgba(0,0,0,0); /* Smoothen jagged edges in FF */
}

/* Individual styles */
/* Choose the effect(s) you want, delete the rest */

/* Fill horizontal */
/* ====================== */

.progress-button[data-style="fill"][data-horizontal] {
	overflow: hidden;
    height: 54px;
    border-radius: 8px;
}
.progress-button[data-style="fill"][data-horizontal]:hover{
    background: #8fcc0e;
}
.go_connect:hover{
    color: #8fcc0e;
}

.progress-button[data-style="fill"][data-horizontal] .content {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.progress-button[data-style="fill"][data-horizontal] .content::before,
.progress-button[data-style="fill"][data-horizontal] .content::after {
	top: 100%;
	right: auto;
	left: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.progress-button[data-style="fill"][data-horizontal].state-success .content,
.progress-button[data-style="fill"][data-horizontal].state-error .content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Fill vertical */
/* ====================== */

.progress-button[data-style="fill"][data-vertical] {
	overflow: hidden;
}

.progress-button[data-style="fill"][data-vertical] .content {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.progress-button[data-style="fill"][data-vertical] .content::before,
.progress-button[data-style="fill"][data-vertical] .content::after {
	top: 100%;
	right: auto;
	left: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.progress-button[data-style="fill"][data-vertical].state-success .content,
.progress-button[data-style="fill"][data-vertical].state-error .content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Shrink horizontal */
/* ====================== */

.progress-button[data-style="shrink"] { /* common for horizontal and vertical */
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.progress-button[data-style="shrink"][data-horizontal] .content {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.progress-button[data-style="shrink"][data-horizontal] .content::before,
.progress-button[data-style="shrink"][data-horizontal] .content::after {
	top: 100%;
	right: auto;
	left: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.progress-button[data-style="shrink"][data-horizontal].state-loading {
	-webkit-transform: scaleY(0.3);
	transform: scaleY(0.3);
}

.progress-button[data-style="shrink"][data-horizontal].state-loading .content {
	opacity: 0;
}

.progress-button[data-style="shrink"][data-horizontal].state-success .content,
.progress-button[data-style="shrink"][data-horizontal].state-error .content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Shrink vertical */
/* ====================== */

.progress-button[data-style="shrink"][data-vertical] .content {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.progress-button[data-style="shrink"][data-vertical] .content::before,
.progress-button[data-style="shrink"][data-vertical] .content::after {
	top: 100%;
	right: auto;
	left: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.progress-button[data-style="shrink"][data-vertical].state-loading {
	-webkit-transform: scaleX(0.1);
	transform: scaleX(0.1);
}

.progress-button[data-style="shrink"][data-vertical].state-loading .content {
	opacity: 0;
}

.progress-button[data-style="shrink"][data-vertical].state-success .content,
.progress-button[data-style="shrink"][data-vertical].state-error .content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Rotate bottom 3d */
/* ====================== */

.progress-button[data-style="rotate-angle-bottom"] .progress {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	box-shadow: 0 -1px 0 #148544; /* fix the blurriness that causes a gap */
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.progress-button[data-style="rotate-angle-bottom"].state-loading .progress-wrap {
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
}

/* Rotate top 3d */
/* ====================== */

.progress-button[data-style="rotate-angle-top"] .progress {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	box-shadow: 0 1px 0 #148544; /* fix the blurriness that causes a gap */
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.progress-button[data-style="rotate-angle-top"].state-loading .progress-wrap {
	-webkit-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
}

/* Rotate left 3d */
/* ====================== */

.progress-button[data-style="rotate-angle-left"] .progress {
	position: absolute;
	top: 0;
	right: 100%;
	width: 20px;
	height: 100%;
	box-shadow: 1px 0 0 #148544; /* fix the blurriness that causes a gap */
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.progress-button[data-style="rotate-angle-left"].state-loading .progress-wrap {
	-webkit-transform: rotateY(45deg);
	transform: rotateY(45deg);
}

/* Rotate right 3d */
/* ====================== */

.progress-button[data-style="rotate-angle-right"] .progress {
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	height: 100%;
	box-shadow: -1px 0 0 #148544; /* fix the blurriness that causes a gap */
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.progress-button[data-style="rotate-angle-right"].state-loading .progress-wrap {
	-webkit-transform: rotateY(-45deg);
	transform: rotateY(-45deg);
}

/* Rotate side down 3d */
/* ====================== */

.progress-button[data-style="rotate-side-down"] .progress {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="rotate-side-down"].state-loading .progress-wrap {
	-webkit-transform: rotateX(90deg) translateZ(10px);
	transform: rotateX(90deg) translateZ(10px);
}

/* Rotate side up 3d */
/* ====================== */

.progress-button[data-style="rotate-side-up"] .progress {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="rotate-side-up"].state-loading .progress-wrap {
	-webkit-transform: rotateX(-90deg) translateZ(10px);
	transform: rotateX(-90deg) translateZ(10px);
}

/* Rotate side left 3d */
/* ====================== */

.progress-button[data-style="rotate-side-left"] .progress-wrap {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.progress-button[data-style="rotate-side-left"] .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.progress-button[data-style="rotate-side-left"].state-loading .progress-wrap {
	-webkit-transform: translateX(50%) rotateY(90deg) translateZ(10px);
	transform: translateX(50%) rotateY(90deg) translateZ(10px);
}

/* Rotate side right 3d */
/* ====================== */

.progress-button[data-style="rotate-side-right"] .progress-wrap {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.progress-button[data-style="rotate-side-right"] .progress {
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	height: 100%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.progress-button[data-style="rotate-side-right"].state-loading .progress-wrap {
	-webkit-transform: translateX(-50%) rotateY(-90deg) translateZ(10px);
	transform: translateX(-50%) rotateY(-90deg) translateZ(10px);
}

/* Rotate back 3d */
/* ====================== */

.progress-button[data-style="rotate-back"] .progress-wrap {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.progress-button[data-style="rotate-back"] .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="rotate-back"] .progress {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="rotate-back"].state-loading .progress-wrap {
	-webkit-transform: rotateX(180deg) scaleX(0.6) scaleY(0.3);
	transform: rotateX(180deg) scaleX(0.6) scaleY(0.3);
}

/* flip open 3d */
/* ====================== */

.progress-button[data-style="flip-open"] .content {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.progress-button[data-style="flip-open"] .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.progress-button[data-style="flip-open"].state-loading .content {
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
}

/* slide down */
/* ====================== */

.progress-button[data-style="slide-down"] {
	padding: 0;
	overflow: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="slide-down"] .content {
	z-index: 10;
	padding: 0 60px;
	background: #0089cb;
}

.progress-button[data-style="slide-down"] .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.progress-button[data-style="slide-down"].state-loading .progress {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/* move-up */
/* ====================== */

.progress-button[data-style="move-up"] {
	padding: 0;
	overflow: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="move-up"] .content {
	z-index: 10;
	padding: 0 60px;
	background: #0089cb;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.progress-button[data-style="move-up"] .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.progress-button[data-style="move-up"].state-loading .content {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* top-line */
/* ====================== */

.progress-button[data-style="top-line"] .progress-inner {
	height: 3px;
}

.progress-button[data-style="top-line"] .content::before,
.progress-button[data-style="top-line"] .content::after {
	right: auto;
	left: 100%;
	margin-left: 25px;
}

/* lateral-lines */
/* ====================== */

.progress-button[data-style="lateral-lines"] .progress-inner {
	width: 100%;
	border-right: 3px solid #034667;
	border-left: 3px solid #034667;
	background: transparent;
}

.progress-button[data-style="lateral-lines"] .content::before,
.progress-button[data-style="lateral-lines"] .content::after {
	right: auto;
	left: 100%;
	margin-left: 25px;
}
 .set_mobLogo{
display: none !important;
}

@media screen and (max-width:767px) {
    .h-logo .set_mobLogo{
        display: block !important;
        width: 50px;
        height: 50px;
    }
    .set_deskLogo{
        display: none !important;
    }
}