@font-face {
    font-family: 'Flavors';
    src: url('../fonts/Flavors-Regular.eot');
    src: url('../fonts/Flavors-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Flavors-Regular.woff2') format('woff2'),
        url('../fonts/Flavors-Regular.woff') format('woff'),
        url('../fonts/Flavors-Regular.ttf') format('truetype'),
        url('../fonts/Flavors-Regular.svg#Flavors-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bubblegum Sans';
    src: url('../fonts/BubblegumSans-Regular.eot');
    src: url('../fonts/BubblegumSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BubblegumSans-Regular.woff2') format('woff2'),
        url('../fonts/BubblegumSans-Regular.woff') format('woff'),
        url('../fonts/BubblegumSans-Regular.ttf') format('truetype'),
        url('../fonts/BubblegumSans-Regular.svg#BubblegumSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satisfy';
    src: url('../fonts/Satisfy-Regular.eot');
    src: url('../fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satisfy-Regular.woff2') format('woff2'),
        url('../fonts/Satisfy-Regular.woff') format('woff'),
        url('../fonts/Satisfy-Regular.ttf') format('truetype'),
        url('../fonts/Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'Bubblegum Sans';
	-webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
body {
    scrollbar-color: #6D4175 rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}
body::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background: #6D4175; 
	cursor: pointer;
	opacity: 1;
}
body ::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px #ffffff;
}
body::-webkit-scrollbar{
	width: 7px;
}
body::-webkit-scrollbar-thumb{
	width: 7px; 
}
body ::-webkit-scrollbar-track{
	width: 7px;
}
/***** Wizard css ******/
#smartwizard{
	background: #fff;
	padding: 15px;
	margin-top: 30px; 
	min-height: calc(100vh - 60px);
	margin-bottom: 30px;
}
.poduct .choice.producthide{
	display: none;
}
.sw-theme-default>.tab-content>.tab-pane{
	padding: 0;
	box-sizing: border-box;
}
.wizard-box-inner .wixard-box-title{
	margin-bottom: 5px;
}
.wizard-box-inner p{
	margin-bottom: 0;
}
.video-box-wrap{
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
-moz-box-shadow:    0px 2px 15px 0px rgb(156,156,156,0.3);
box-shadow:         0px 2px 15px 0px rgb(156,156,156,0.3);
	background: #fff;
	margin-top: 30px;
}
.video-box{
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-box iframe,
.video-box video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wizard-box-data .button-box{
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.wizard-box-data .button-box > a{
	margin: 0 10px;
	font-size: 16px;
	position: relative;
}
.wizard-box-data .button-box > a .fas{
	font-size: 22px;
	position: relative;
	top: 3px;
}
.wizard-box-data .button-box > a.next-btn .fas,
.wizard-box-data .button-box > a.back-btn .fas{
	    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.wizard-box-data .button-box > a.next-btn:hover .fas,
.wizard-box-data .button-box > a.back-btn:hover .fas{
	    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 50;
    animation-iteration-count: 50;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.sw>.nav{
	display: none;
}
.sw-theme-default > .nav{
	box-shadow: none !important;
	border-radius: 5px;
    overflow: hidden;
}
.sw-theme-default>.nav .nav-link{
	font-size: 0;
	padding: 0;
	height: 24px;
	background: #f7f7f7;
	pointer-events: none;
}
.sw-theme-default>.nav .nav-link.done,
.sw-theme-default>.nav .nav-link.active{
	background: #5cb85c;
}
.sw-theme-default>.nav .nav-link.done:after,
.sw-theme-default>.nav .nav-link::after{
	display: none;
}
.sw-theme-default > .nav > li > .nav-link.active:before{
	display: inline-block;
	line-height: 1.5;
	font-size: 16px;
	color: #fff;
	float: right;
	margin-right: 5px;
}
.sw .toolbar{
	display: none;
}
.main-title {
    color: #d3455b;
	font-weight: 600;
	margin-bottom: 15px;
}
.wizard-box-inner .wixard-box-title {
    margin-bottom: 5px;
    padding-top: 20px;
    border-top: solid 2px #ddd;
	font-weight: 600;
}
.img-box-sec {
	margin: 0 -10px;
    margin-top: 10px;
	font-size: 0;
	text-align: center;
}
.img-box-sec .img-box{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 20px;
	text-align: left;
}
.step-title{
	font-weight: 600;
}
.step-title-wap:after{
	clear: both;
	display: block;
	content: "";
}
.step-title-wap .step-title{
	display: inline-block;
	vertical-align: top;
}
.step-title-wap .baget-text{
	float: right;
	margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.img-box-sec .img-box .img img{
	height: auto;
    max-width: 100%;
    max-height: 255px;
    width: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.img-box-sec .img-box .img{
	    -webkit-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    -moz-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    background: #fff;
	padding: 10px;
}
.img-box-sec .img-box .choice{
	margin-bottom: 10px;
}
.choice{
	position: relative;
}
.choice input[type="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.choice input[type="radio"] + label span,
.choice input[type="checkbox"] + label span{
	font-size: 22px;
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	padding: 10px 15px;
	display: inline-block;
	border: solid 2px #000;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.choice input[type="radio"] + label span p,
.choice input[type="checkbox"] + label span p{
	margin-top: 10px;
	margin-bottom: 0;
}
.poduct .choice input[type="checkbox"] + label img,
.poduct .choice input[type="radio"] + label img{
	width: 100%;
    height: auto;
    max-width: 125px;
}
.poduct .choice input[type="checkbox"] + label span,
.poduct .choice input[type="radio"] + label span{
	min-width: 156px;
	background: rgba(255,255,255,0.4);
}
.choice input[type="checkbox"] + label,
.choice input[type="radio"] + label{
	display: inline-block;
	margin: 0;
}
.choice input[type="radio"]:checked + label span,
.choice input[type="checkbox"]:checked + label span{
	border-color:#342d90;
	background: #afc5eb;
	font-style: italic;
}
.choice input[type="radio"] + label span:after,
.choice input[type="checkbox"] + label span:after{
	position: absolute;
    top: -6px;
    left: -6px;
    display: block;
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: solid 1px #000;
    border-radius: 9px;
}
.choice input[type="radio"]:checked + label span:after,
.choice input[type="checkbox"]:checked + label span:after{
	border-color:#342d90;
}
.choice input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.gradient-pepul-peel{
	font-size: 16px;
	background: -webkit-gradient(linear, left top, right top, from(#8b82f5), to(#6558f5));
  background: -webkit-linear-gradient(to right, #8b82f5, #6558f5);
  background: -o-linear-gradient(to right, #8b82f5, #6558f5);
  background: linear-gradient(to right, #8b82f5, #6558f5);
}

.swal-text{
	font-size: 18px !important;
    color: #000 !important;
    text-align: center !important;
    font-weight: 500 !important
}
.swal-footer{
	text-align: center !important;
}
.poduct-item-sec {
    margin-top: 30px;
	display: none;
}
.product-item-box{
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 0;
	width: 100%;
	max-width: 830px;
	    padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
    border: solid 2px #ddd;
    box-sizing: border-box;
}
.product-item-box > div{
	margin: 0;
	padding: 0 15px;
	box-sizing: border-box;
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.product-item-box > div h5{
	font-weight: 600;
	font-size: 20px;
}
.product-item-box > div.box-three{
	text-align: right;
}
.price-box {
    line-height: 1.2;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.pro-name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.buget{
	display: table;
	 width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: right;
	padding-bottom: 10px;
	border-bottom: solid 4px #673AB7;
}
.buget > div{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
    font-weight: 600;
	color: #000;
	text-align: left;
}
.buget > div.remain-badget {
    color: #d3455b;
	text-align: right;
}
.pro-pic{
	margin-bottom: 15px;
}
.pro-pic img {
    max-height: 120px;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 250px;
	    -webkit-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    -moz-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
}
.info-text {
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #d3455b;
}
.profit-box-wrap {
    margin-top: 30px;
}
.profit-box-wrap{
	    display: table;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
	    padding: 15px;
    background: rgba(255,255,255,0.7);
    border: solid 2px #ddd;
    box-sizing: border-box;
    border-radius: 10px;
}
.profit-box-wrap > div{
	display: table-cell;
	vertical-align: top;
}
.profit-box-wrap > div ul{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	list-style: none;
}
.profit-box-wrap > div ul + ul{
	margin-left: 20px;
}
h5.pro-box-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.profit-box-wrap > div ul li.loss{
	color: #d3455b;
	font-weight: 600;
}
.profit-box-wrap > div ul li{
	line-height: 1.2;
	    margin-bottom: 24px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.profit-box-wrap > div ul li:last-child{
	margin-bottom: 0;
}
.profit-box-wrap > div ul li .choice input[type="radio"] + label{
	line-height: 1.2;
}
.profit-box-wrap > div.customer-cost{
	text-align: center;
}
.profit-box-wrap > div ul .total,
.total{
    font-size: 22px;
    margin-top: 20px;
    font-weight: bold;
    color: #d3455b;
	line-height: 1.2;
}
.profit-box-wrap > div ul li > div{
	display: inline-block;
	vertical-align: top;
}
.profit-box-wrap > div ul li > div + div{
	margin-left: 20px;
}
.item-center {
    text-align: center;
}
.dacorate-box-wrap{
	font-size: 0;
	width: 1400px;
	margin: 0 auto;
}
.dacorate-box-wrap > div{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 25px;
	box-sizing: border-box;
}
.dacorate-img{
	    -webkit-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    -moz-box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    box-shadow: 0px 2px 15px 0px rgb(156,156,156,0.3);
    background: #fff;
    padding: 10px;
	text-align: center;
}
.info-text .fas{
	margin-left: 10px;
	font-size: 30px;
}
.selling-item-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.loading {
    display: inline-block;
    vertical-align: middle;
	margin-left: 30px;
}
.selling-start-box{
	margin-bottom: 20px;
}
.selling-item-box{
	display: none;
}
.selling-item-box ul li{
	line-height: 1;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
}
.selling-item-box ul li:last-child{
	margin-bottom: 0;
}
.sold-info{
	font-size: 16px;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
	display: none;
}
.sold-info.show{
	display: block;
}
.dacorate-box-wrap.hide{
	display: none !important;
}
.infom-box-wrap{
	display: table;
	width: 100%;
}
.infom-box-wrap > div{
	display: table-cell;
	vertical-align: middle;
}
.incom-information{
	    width: 700px;
    text-align: center;
}
.incom-information h2{
	font-weight: 500;
	font-size: 30px;
}
.selling-item-box-inner {
    font-size: 18px;
    font-weight: bold;
    color: #000;
	margin-bottom: 30px;
}
.selling-item-box-inner h5{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}
.profit-option{
	font-size: 0;
	margin: 0 -10px;
}
.profit-option > div{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.today-profit-sec h3,
.today-profit-sec h4{
	font-weight: 500;
}
.today-profit-sec h3{
	margin-bottom: 10px;
	font-weight: 600;
}
.sold-info + .button-box{
	opacity: 0;
	visibility: hidden;
}
.sold-info.show + .button-box{
	opacity: 1;
	visibility: visible;
}
.congo-box {
    position: relative;
}
.congo-box .congo-text{
	width: 100%;
	max-width: 900px;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.8);
}
.congo-box .congo-text h1{
	font-weight: 700;
}
/**** New ******/ 
body{
	height: auto;
}
.wizard-main{
	margin: 0;
	width: 100%;
	min-height: 100vh;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.wizard-main:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: -1;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	opacity: 0.25;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
	min-height: calc(100vh - 70px);
	position: relative;
}


.form-card {
    text-align: left;
	min-height: calc(100vh - 170px);
	display: table;
	width: 100%;
}
.wizard-cont-box {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.box-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 70px;
	color: #673AB7;
	line-height: 1;
	font-family: 'Bubblegum Sans';
	font-weight: bold;
	text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);
	-webkit-text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);
	-o-text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);
	-ms-text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);
	-moz-text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);
}
#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
#msform .action-button,
#msform .action-button-previous{
	    font-size: 20px;
	display: inline-block;
	vertical-align: top;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 16px 45px 13px 25px;
	line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width: auto;
	font-family: 'Bubblegum Sans';
	margin: 20px 10px;
	border-radius: 35px;
	background-color: #673ab7;
	background-image: url(../images/btn-bg-new.svg);
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
	text-transform: uppercase;
	height: 49px;
	min-width: 130px;
}
#msform .action-button-previous{
	padding: 16px 25px 13px 60px;
	background-image: url(../images/btn-bg-prv.svg);
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #9667ea;
}
#msform .action-button.disable{
	background-color: #828282;
	pointer-events: none;
}
#msform div.moreshow + input.action-button.disable{
	background-color: #673ab7;
	pointer-events: auto;
}
.poduct-item-sec.show-product{
	display: block;
}
#msform .no-button.show-button .action-button, 
#msform .no-button.show-button .action-button-previous{
	display: inline-block;
}
.wizard-box-data.hide-sec{
	display: none;
}
#msform .action-button:hover{
	background-color: #9667ea;
}
#msform .action-button-previous:hover{
	background-color: #673ab7;
}
#msform .action-button:focus,
#msform .action-button-previous:focus{
	border: 0;
	outline: none;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
	display: none;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px;
	background: #f5f5f5;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	    border-radius: 0;  
    box-sizing: border-box;
    border: solid 1px #ddd;
}
.progress-bar {
    background-color: #673AB7;
	font-size: 15px;
	background-image: none;
}
body.page-loading:before{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(255,255,255,0.95) url(../images/new-data/loader_main.svg) no-repeat center center;
	background-size: 90px;
	display: block;
	content: "";
}
/*
body.page-loading:after{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: url(../images/new-data/text-loader-new.gif) no-repeat center calc(100% - 20px);
	background-size: 90px;
	display: block;
	content: "";
} 
*/
.fit-image {
    width: 100%;
    object-fit: cover
}
#msform .audio-box{
	text-align: center;
	width: 60px;
	height: 60px;
	display: block;
	vertical-align: top;
	margin: 40px auto 10px;
}
#msform .audio-box .audio-button{
	background: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
span.icons {
    font-size: 0;
    line-height: 0;
    display: inline-block;
}
.down span.icons svg{
	animation: zoominoutsinglefeatured 1s infinite ;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
.video-wrap{
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 30px auto 0;
	    padding: 10px;
        background: #673ab7;
    position: relative;
    border-radius: 7px;
	z-index: 2;
}
.video-wrap:after {
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: solid 1px #673ab7;
    box-sizing: border-box;
    border-radius: 10px;
	z-index: -1;
}
#msform .audio-box.m20{
	margin: 20px auto;
}
.location-box {
    text-align: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px;
    box-sizing: border-box;
    background: #673ab7;
	position: relative;
	z-index: 2;
	border-radius: 7px;
}
.location_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
	padding: 0 !important;
}

.location-box:after{
	position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: solid 1px #673ab7;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: -1;
}
.location_video .close{
	position: absolute;
	top: -20px;
	right: -20px;
	opacity: 1;
	width: 40px;
	height: 40px;
	z-index: 11;
	background: #000;
	font-size: 0;
	border-radius: 5px;
	display: none;
}
.location_video .close:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: url(../images/close.svg) no-repeat center center;
	background-size: 18px;
}
.location_video.complete .close{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 1 !important;
	text-align: center;
	display: block;
}
.location_video.complete .close span{
	    font-size: 60px;
    color: #fff;
    line-height: 1;
    position: relative;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
	padding-left: 60px;
}
.location_video.complete .close:focus{
	outline: none;
}
.location_video.complete .close span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	display: block;
	content: "";
	background: url(../images/new-data/video-back.svg) no-repeat center left;
	background-size: 50px;
}
.location_video.complete .close:hover span:after{
	-webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px);
  }
  60% {
    transform: translateX(10px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
span.clickMe-text{
	display: none;
}
#msform fieldset:not(#slider8) .loc-img a.clickMe span.clickMe-text{
	background: none;
    width: auto;
	display: block;
    height: auto;
    border-radius: 0;
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: -20px;
    width: 100%;
    min-width: 120px;
    left: 50%;
	margin-left: -60px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	animation: zoominoutsinglefeatured 1s infinite ;
}
#msform fieldset:not(#slider8) .loc-img a.clickMe{
	pointer-events: auto;
}
.loc-img.loc_b a.clickMe span.clickMe-text{
	bottom: inherit;
	top: -20px;
}
.clickMe:hover span.clickMe-text{
	background: none;
}
#msform fieldset:not(#slider8) .clickMe span.loc-title{
	 animation: zoominoutsinglefeatured 1s infinite ;
	background: #673ab7;
	color: #fff;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
.modal-open{
	overflow: auto !important;
}
.location_video.complete .close:hover{
	opacity: 1 !important;
}
.location_video.complete .close:after{
	display: none;
}
.modal-backdrop.show{
	display: none;
}
.location-box-inner {
    display:table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.location_video .video-wrap{
	margin-top: 0;
	padding: 0;
	background: none;
}
.location-box-inner a{
	display:block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
}
.location-box-inner a img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.location-box-inner > div{
	display: table-cell;
	vertical-align: top;
}
.questions-box {
    width: 100%;
    max-width: 900px;
    text-align: left;
    margin: 0 auto 20px;
	position: relative; 
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    padding: 15px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
	padding-left: 100px;
	min-height: 78px;
}
#msform .questions-box .audio-box{
	margin: 0;
	position: absolute;
	top: 15px;
	left: 15px;
}

.modal .modal-dialog .modal-content .modal-header{
	background: #341d5c;
}
.modal .modal-dialog .modal-content .modal-header .modal-title{
	color: #fff;
}
.modal.location-video .modal-dialog .modal-content .modal-body{
	background: none;
	padding: 0;
}
.modal.location-video .modal-dialog{
	width: 100%;
	max-width: 1150px;
}
.modal.location-video button.close{
	    width: 40px;
    height: 40px;
    position: absolute;
    right: -50px;
    background: #000 url(../images/close.svg) no-repeat center center;
	background-size: 18px;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
}
.modal .modal-dialog .modal-content .modal-body .video-wrap{
	margin: 0;
	max-width: 100%;
}
.modal .modal-dialog .modal-content .modal-header .close{
	opacity: 1;
	color: #fff;
}
.small-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.tow-col-box{
	font-size: 0;
	width: 100%;
	display: table;
}
.tow-col-box > div{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding:0;
	box-sizing: border-box;
}
.tow-col-box > div.top{
	vertical-align: top;
}
.tow-col-box > div.middle{
	vertical-align: middle;
}
.choice + .choice {
    margin-top: 18px;
}
.btn{
	font-size: 20px;
    display: inline-block;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 16px 60px 13px 25px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: auto;
    font-family: 'Bubblegum Sans';
    margin: 20px 10px;
    border-radius: 35px;
    background-color: #673ab7;
    background-image: url(../images/check-btn.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    text-transform: uppercase;
    height: 49px;
    min-width: 148px;
}
.btn:hover{
	color: #dae0e5!important;
	font-size: 0;
	background-position: center center;
}
.check-button {
    display: inline-block;
    vertical-align: top;
}
.btn:focus{
	box-shadow: none;
}
.form-card.big-fotter{
	min-height: calc(100vh - 160px);
}
.yes-no-gif-box > div.nagetive-gif{
	position: absolute;
	left: 15px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
}
.yes-no-gif-box > div.positive-gif{
	position: absolute;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
}
.yes-no-gif-box > div.positive-gif.show,
.yes-no-gif-box > div.nagetive-gif.show{
	opacity: 1;
	visibility: visible;
}
.big-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right !important;
}
.right-gif-box {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.right-gif-box > div{
	width: 150px;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	visibility: hidden;
}
.right-gif-box > div.show{
	opacity: 1;
	visibility: visible;
}
.wizard-cont-box-inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
	position: relative;
}
#slider16 .wizard-cont-box-inner{
	max-width: 1510px;
}
.alert-popup-sec{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(255,255,255,0.8);
	z-index: 99;
}
.alert-popup {
    position: absolute;
	width:100%;
	max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.alert-popup-sec.show{
	display: block !important;
}
.alert-popup.show{
	display: block !important;
}
.choice-inline {
    display: inline-block;
    vertical-align: top;
    margin: 10px !important;
}
.location-radio{
	margin-top: 20px;
}
.left-location img {
    width: auto;
    height: auto;
    max-width: 100%;
	max-height: 100vh;
}
.location-box-img{
	max-width: 1000px;
}
.poduct-price{
	font-size: 0;
	margin: 0 -30px;
}
.poduct-price > div{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 30px;
	position: relative;
}
.poduct-price > div:after{
	position: absolute;
    top: 8px;
    right: -24px;
    width: 50px;
    height: 50px;
    display: block;
    content: "";
}
.poduct-price > div.plus:after{
	background: url(../images/plus.svg) no-repeat center center;
	background-size: 30px;
}
.poduct-price > div.isequlto:after{
	background: url(../images/equal.svg) no-repeat center center;
	background-size: 30px;
}
.poduct-price > div.total-box:after{
	display: none;
}
#msform .poduct-price > div.price-box input{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	background: #fff;
	height: 60px;
	border: solid 2px #000;
	box-sizing: border-box;
	border-radius: 30px;
	margin-bottom: 5px;
}
.calculation-box{
	width: 100%;
	max-width: 600px;
	margin: 30px auto 0;
	display: block;
}
.alert-popup-img{
	text-align: center;
}
.loc-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.loc-img{
    position: relative;
	font-size: 0;
	line-height: 0;
}
.loc-img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msform fieldset:not(#slider8) .loc-img a{
	pointer-events: none;
}
.loc-img a span{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 43px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loc-img a span.clickMe-text{
	display: none;
}
.loc-img a:hover span{
	background: #673ab7;
	color: #fff;
}
.loc-img.loc_a a{
	left: 185px;
    top: 40px;
}
.loc-img.loc_b a{
	    left: 93px;
    top: inherit;
    bottom: -7px;
}
.loc-img.loc_c a{
	 left: 198px;
    top: inherit;
    bottom: 150px;
}
.big-title{
	font-family: 'sans sarif';
	display: block;
	line-height: 1;
	margin-bottom: 50px;
	color: #e825e2;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 100px;
	-webkit-animation:colorchange 5s infinite alternate;
}
@-webkit-keyframes colorchange {
      0% {
        
        color: #673AB7;
      }
      
      10% {
        
        color: #e825e2;
      }
      
      20% {
        
        color: #673AB7;
      }
      
      30% {
        
        color: #e825e2;
      }
      
      40% {
        
        color: #673AB7;
      }
      
      50% {
        
        color: #e825e2;
      }
      
      60% {
        
        color: #673AB7;
      }
      
      70% {
        
        color: #e825e2;
      }
      80% {
     
        color: #673AB7;
      }
      
      90% {
     
        color: #e825e2;
      }
      
      100% {
        
        color: #673AB7;
      }
    }

span.icons svg path.one,
span.icons svg path.two,
span.icons svg path.three{
	    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	-webkit-animation:animation 5s infinite alternate;
}
.down span.icons svg path.one,
.down span.icons svg path.two,
.down span.icons svg path.three{
	opacity: 1;
	animation: none;
}
@-webkit-keyframes animation {
      0% {
        
        opacity: 0;
      }
      
      10% {
        
        opacity: 1;
      }
      
      20% {
        
        opacity: 0;
      }
      
      30% {
        
        opacity: 1;
      }
      
      40% {
        
        opacity: 0;
      }
      
      50% {
        
        opacity: 0;
      }
      
      60% {
        
        opacity: 1;
      }
      
      70% {
        
        opacity: 0;
      }
      80% {
     
        opacity: 1;
      }
      
      90% {
     
        opacity: 0;
      }
      
      100% {
        
        opacity: 1;
      }
    }
.congrast .wizard-cont-box{
	background: url(../images/giphy.gif) repeat left top;
	background-size: auto;
}
.zoom-image-box-wrap.zoom .zoom-img-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	display: table;
}
.zoom-img-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.zoom-img-icon a.zoom-img{
	display: inline-block;
}
.zoom-img-icon a.zoom-img img{
	width: 40px;
	height: 40px;
}
.zoom-img-icon a.close-img{
	display: none;
}
.zoom-image-box-wrap.zoom .zoom-img-icon a.zoom-img{
	display: none;
}
.zoom-image-box-wrap.zoom .zoom-img-icon a.close-img{
	display: block;
}
.zoom-image-box-wrap.zoom .zoom-img-icon{
	bottom: inherit;
	top: 15px;
	position: fixed;
}
.zoom-img-icon a.zoom-img img{
	filter: brightness(0) invert(1);
}
.zoom-img-box-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.choice-time-box .choice img{
	width: 100%;
	max-width: 240px;
}
.input-icon-box {
    position: relative;
}
.input-icon-box span.doller-sing {
    font-size: 25px;
    position: absolute;
    top: 16px;
    left: 20px;
    font-family: 'montserrat';
}
#msform .poduct-price > div.price-box input{
	padding-left: 40px;
}
.pitch-info {
    text-align: center;
    font-size: 18px;
}
.pitch-info p {
    margin-bottom: 10px;
	line-height: 1.3;
	color: #673ab7;
}
.pitch-info p:last-child{
	margin-bottom: 0; 
} 
.pitch-info button{
	font-size: 20px;
	border: 0;
	background: #673ab7;
	border-radius: 28px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	    padding: 16px 25px 13px;
    background-position: 10px center;
	    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	line-height: 1;
}
.pitch-info button:focus{
	outline: none;
	border: 0;
}
.pitch-info button:hover{
	background: #9667ea;
	color: #fff;
}
#slider30 .form-card{
	min-height: calc(100vh - 220px); 
}
@media (max-width:1549px){
	.location-box{
		max-width: 780px; 
	}
	.video-wrap{
		max-width: 780px;
	}
	.loc-img a span{
		width: 35px;
    	height: 35px;
		line-height: 38px;
		font-size: 24px;
	}
	.loc-img.loc_a a {
		left: 152px;
		top: 30px;
	}
	.loc-img.loc_b a {
		left: 77px;
		top: inherit;
		bottom: -15px;
	}
	.loc-img.loc_c a {
		left: 165px;
		top: inherit;
		bottom: 120px;
	}
	span.doller-sing {
		font-size: 24px;
	}
}
@media (max-width:1390px){
	.pitch-info button{
		height: 45px;
		font-size: 17px;
		margin: 10px;
		min-width: 120px;
		padding: 14px 20px 13px;
	}
		#slider30 .form-card{
		min-height: calc(100vh - 195px);
	} 
	.progress-bar{
		font-size: 12px;
	}
	#msform fieldset:not(#slider8) .loc-img a.clickMe span.clickMe-text{
		font-size: 16px;
	}
	.location_video.complete .close span{
		font-size: 40px;
		padding-left: 40px;
	}
	.location_video.complete .close span:after{
		background-size: 30px;
	}
	.big-title{
		font-size: 80px;
		margin-bottom: 30px;
	}
	.box-title{
		font-size: 50px;
	}
	#msform .audio-box{
		margin-top: 20px;
	}
	#msform .action-button, #msform .action-button-previous{
		height: 45px;
		font-size: 17px;
		background-size: 30px;
		margin: 10px;
		min-width: 120px;
		padding: 14px 40px 13px 20px;
	}
	#msform .action-button-previous{
		padding: 14px 20px 13px 55px;
	}
	.btn{
		height: 45px;
		font-size: 17px;
		background-size: 30px;
		margin: 10px;
		min-width: 120px;
		padding: 15px 45px 13px 20px;
	}
	.wizard-cont-box-inner{
		max-width: 900px;
	}
	.video-wrap{
		margin-top: 20px;
	}
	.questions-box{
		font-size: 17px;
		margin-bottom: 20px;
		padding: 10px;
		padding-left: 70px;
	}
	#msform .questions-box .audio-box{
		left: 5px;
		top: 5px;
	}
	.choice input[type="radio"] + label span, .choice input[type="checkbox"] + label span{
		padding: 10px;
		font-size: 17px;
	}
	.location-box.location-box-img {
		max-width: 530px;
	}
	.choice-time-box .choice-inline{
		width: calc(25% - 20px);
	}
	.choice-inline{
		margin: 10px !important;
	}
	.poduct .choice input[type="checkbox"] + label img, .poduct .choice input[type="radio"] + label img{
		max-width: 65px;
	}
	.choice input[type="radio"] + label span p, .choice input[type="checkbox"] + label span p{
		margin-top: 5px;
	}
	#msform .poduct-price > div.price-box input{
		font-size: 20px;
	}
	.input-icon-box span.doller-sing{
		font-size: 20px;
		top: 15px;
		left: 15px;
	}
	#msform .poduct-price > div.price-box input{
		height: 50px;
		padding-left: 30px;
	}
	.calculation-box{
		max-width: 500px;
		margin-top: 20px;
	}
	.poduct-price > div.isequlto:after{
		background-size: 25px;
	}
	.poduct-price > div:after{
		height: 40px;
	}
	.poduct-price > div.plus:after{
		background-size: 25px;
	}
	.location-box{
		max-width: 700px;
	}
	.video-wrap{
		max-width: 700px;
	}
	.questions-box{
		max-width: 700px;
	}
	.progress{
		height: 15px;
		max-width: 800px;
	}
	#msform fieldset{
		min-height: calc(100vh - 50px);
	}
	.form-card{
		min-height: calc(100vh - 135px);
	}
	.small-wrap{
		max-width: 700px;
	}
	.poduct .choice.choice-inline{
		margin: 8px !important;
	}
	.poduct .choice input[type="checkbox"] + label span, .poduct .choice input[type="radio"] + label span{
		min-width: 110px;
	}
	.small-wrap.product-wrap {
		max-width: 800px;
	}
	.loc-img a span{
		width: 30px;
    	height: 30px;
		line-height: 34px;
		font-size: 20px;
	}
	.loc-img a{
		width: 60px;
		height: 60px;
		padding: 15px;
	}
	.loc-img.loc_a a {
		left: 141px;
    	top: 31px;
	}
	.loc-img.loc_b a {
		left: 74px;
		top: inherit;
		bottom: -7px;
	}
	.loc-img.loc_c a {
		left: 154px;
		top: inherit;
		bottom: 118px;
	}
}
@media (max-width:1199px){
	span.doller-sing {
		font-size: 24px;
	}
	.big-title{
		font-size: 60px;
		margin-bottom: 20px;
	}
	.box-title{
		font-size: 45px;
		margin-bottom: 15px;
	}
	
	.location-radio{
		margin-top: 10px;
	}
	span.icons img{
		width: 40px;
		height: 40px;
	}
	#msform .audio-box{
		width: 40px;
		height: 40px;
	}
	#msform .audio-box .audio-button{
		width: 40px;
		height: 40px;
	}
	.video-wrap{
		margin-top: 15px;
	}
	.questions-box{
		font-size: 15px;
		margin-bottom: 25px;
		min-height: 50px;
	}
	.questions-box{
		padding-left: 70px;
	}
	.choice input[type="radio"] + label span, .choice input[type="checkbox"] + label span{
		padding: 10px;
		font-size: 17px;
	}
	.choice + .choice {
		margin-top: 15px;
	}
	.questions-box{
		margin-bottom: 15px;
	}
	.calculation-box{
		margin-top: 15px;
	}
	#msform .poduct-price > div.price-box input{
		font-size: 18px;
	}
	.poduct-price > div{
		padding: 0 20px;
	}
	.poduct-price{
		margin: 0 -20px;
	}
	.poduct-price > div:after{
		width: 40px;
		right: -21px;
	}
	.poduct-price > div.isequlto:after {
		background-size: 20px;
	}
	.poduct-price > div.plus:after {
		background-size: 20px;
	}
	.calculation-box{
		max-width: 370px;
	}
}
@media (max-width:1024px){
	.alert-popup-sec{
		position: fixed;
	}
}
@media (max-width:767px){
	.pitch-info button{
		padding: 14px 15px 11px;
		height: 40px;
		font-size: 15px;
		min-width: 100px;
	}
	#slider30 .form-card{
	min-height: calc(100vh - 170px);
}
	.pitch-info {
    text-align: center;
    font-size: 15px;
}
	.progress-bar{
		font-size: 11px;
	}
	.location_video.complete .close span{
		font-size: 32px;
		padding-left: 30px;
	}
	.location_video.complete .close span:after{
		background-size: 24px;
		width: 30px;
	}
	.questions-box{
		font-size: 0 !important;
		padding: 0 !important;
	}
	.big-title{
		font-size: 50px;
		margin-bottom: 15px;
	}
	.box-title {
		font-size: 40px;
	}
	#msform .action-button, #msform .action-button-previous{
		padding: 14px 35px 11px 15px;
		height: 40px;
    	font-size: 15px;
    	background-size: 26px;
		min-width: 100px;
		margin: 10px 5px;
	}
	#msform .action-button-previous{
		padding: 14px 15px 11px 40px;
	}
	.btn{
		height: 40px;
		font-size: 15px;
		background-size: 26px;
		min-width: 115px;
		padding: 14px 45px 13px 20px;
		margin: 10px 5px;
	}
	.form-card{
		min-height: calc(100vh - 140px);
	}
	span.icons img{
		width: 35px;
		height: 35px;
	}
	#msform .audio-box{
		width: 35px;
		height: 35px;
	}
	#msform .audio-box .audio-button{
		width: 35px;
		height: 35px;
	}
	.video-wrap{
		margin-top: 10px;
	}
	.video-wrap{
		padding: 5px;
	}
	.questions-box{
		font-size: 16px;
		margin-bottom: 0;
		padding: 0;
		background: none;
	}
	#msform .questions-box .audio-box{
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 0 auto 20px;
	}
	.questions-box{
		padding-left: 60px;
	}
	.location-box{
		padding: 5px;
	}
	.progress{
		height: 14px;
	}
	.wizard-main{
		padding: 10px;
	}
	.choice input[type="radio"] + label span, .choice input[type="checkbox"] + label span{
		padding: 10px;
		font-size: 16px;
	}
	.choice-inline{
		margin: 10px !important;
	}
	.form-card{
		padding: 0 10px;
	}
	.location_video .close{
		width: 34px;
		height: 34px;
		top: -17px;
		right: -17px;
	}
}
@media (max-width:900px) and (max-height:450px){
	.video-wrap{
		max-width: 450px;
	}
	.location-box {
		max-width: 392px;
	}
	#msform fieldset{
		padding-bottom: 10px;
	}
	.questions-box{
		padding: 10px;
		padding-left: 60px;
	}
	#msform .questions-box .audio-box{
		top: 9px;
	}
	#msform fieldset{
		min-height: calc(100vh - 50px);
	}
	.form-card {
		min-height: calc(100vh - 130px);
	}
	.loc-img a span{
		width: 25px;
    	height: 25px;
		line-height: 30px;
		font-size: 17px;
	}
	.loc-img a{
		width: 46px;
		height: 46px;
		padding: 10px;
	}
	.loc-img.loc_a a {
		left: 70px;
    	top: 10px;
	}
	.loc-img.loc_b a {
		left: 36px;
		top: inherit;
		bottom: -8px;
	}
	.loc-img.loc_c a {
		left: 77px;
		top: inherit;
		bottom: 59px;
	}
}
@media (max-width:767px) and (max-height:350px){
	.video-wrap{
		max-width: 350px;
	}
	.location-box {
		max-width: 292px;
	}
	#msform fieldset{
		padding-bottom: 10px;
	}
	.questions-box{
		padding: 10px;
		padding-left: 60px;
	}
	#msform .questions-box .audio-box{
		top: 9px;
	}
	#msform fieldset{
		min-height: calc(100vh - 40px);
	}
	.form-card {
		min-height: calc(100vh - 110px);
	}
}
@media (max-width:639px){
	.big-title{
		font-size: 40px;
		margin-bottom: 15px;
	}
	.box-title {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.choice input[type="radio"] + label span, .choice input[type="checkbox"] + label span {
		padding: 8px;
		font-size: 14px;
	}
		.location_video.complete .close span{
		font-size: 24px;
		padding-left: 24px;
	}
	.location_video.complete .close span:after{
		background-size: 20px;
		width: 24px;
	}
}
@media (max-width:567px){ 
	#msform fieldset:not(#slider8) .loc-img a.clickMe span.clickMe-text{
		font-size: 13px;
	}
	.loc-img.loc_c a{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.loc-img.loc_b a{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: inherit;
	}
	.loc-img.loc_a a{
		top: 0;
		left: 0;
		bottom: inherit;
		width: 100%;
		height: 100%;
	}
	.loc-img a span.loc-title{
		display: none;
	}
	#msform fieldset:not(#slider8) .loc-img a.clickMe span.clickMe-text{
		position: inherit;
		left: inherit;
		top: inherit;
		bottom: inherit;
		margin-left: 0;
		max-width: 100%;
	}
	.loc-img.loc_b a.clickMe span.clickMe-text{
		top: inherit;
		bottom: inherit;
	}
	.box-title {
		font-size: 28px;
	}
	.poduct .choice input[type="checkbox"] + label span, .poduct .choice input[type="radio"] + label span{
		min-width: 130px;
	}
	.alert-popup{
		width: calc(100% - 30px);
		max-width: 300px;
	}
	.alert-popup-img img{
		width: 100%;
		max-width: 200px;
		height: auto;
	}
}
@media (max-width:400px){
	.poduct .choice input[type="checkbox"] + label span, .poduct .choice input[type="radio"] + label span {
		min-width: 110px;
	}
	.poduct-price > div{
		width: 50%;
	}
	.poduct-price > div.isequlto:after{
		display: none;
	}
	.tow-col-box{
		width: 100%;
		display: block;
	}
	.tow-col-box > div{
		display: block;
		width: 100%;
	}
	.tow-col-box > div + div{
		margin-top: 15px;
	}
	.tow-col-box .align-left{
		text-align: center;
	}
	.tow-col-box .align-right{
		text-align: center !important;
	}
	.questions-box{
		padding-left: 15px;
		margin-bottom: 45px;
		text-align: center;
		padding: 10px;
	}
	#msform .questions-box .audio-box{
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -18px;
	}
	.choice{
		display: inline-block;
		vertical-align: top;
		margin: 7px;
	}
	.choice + .choice{
		margin-top: 7px;
	}
	.tow-col-box > div + div {
		margin-top: 5px;
	}
	.choice-inline {
		margin: 7px !important;
	} 
}

@media (max-width:374px){
	.input-icon-box{
		display: inline-block;
		vertical-align: top;
	}
	.price-box-inner > span.note{
		display: block;
		margin-top: 5px; 
	}
	.input-icon-box span.doller-sing{
		top: 13px;
	}
	.poduct-price > div{
		width: 100%;
	}
	.poduct-price > div + div{
		margin-top: 30px;
	}
	.poduct-price > div:after {
		width: 40px;
		top: 100%;
		left: 50%;
		right: inherit;
		margin-left: -20px;
	}
	.choice-time-box .choice-inline{
		width: calc(50% - 20px);
	}
	.poduct-price > div.isequlto:after{
		display: block;
	}
	#msform .poduct-price > div.price-box input {
		font-size: 18px;
		width: 100%;
		max-width: 180px;
		margin: 0 auto;
		display: block;
	}
}