@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
	outline:none!important;
}
body {
	font-family:'Roboto', Arial!important;
}
/*body:before {
	position:fixed;
	left:0;
	top:0;
	background:#00000060;
	width:100%;
	height:100%;
	content:'';
	z-index:1;
	user-select:none;
}*/
img {
	max-width:100%;
}
.h1{
  font-size: 32px;
}
.h2{
  font-size: 28px;
}

.formwiz label{
  font-size: 12px !important;
  color: #f419a2 !important;
  margin-bottom: 0px !important;
  padding:0 10px;
}


.header{
  background: #fff;
  border-bottom: 1px solid #D9BD9C;
}
.carousel-slider{
   background-image: url('../img/nslider2.jpg');
   width: 100%;
   height: 450px;
   background-repeat: no-repeat;
   background-size:cover;
   background-attachment: fixed;
   background-position:center;
}
.tophead-sec a.noStyleAnc:hover{
  color: inherit;
  font-weight: 600;
}
.navbar{
  padding: 0;
}
.nav-item{
  color: #fff;
  text-transform: uppercase;
  margin: 0 15px;
  font-weight:400;
  font-size: 14px;
}
.nav-item:hover{
  color: #FFC107;
}
.carousel-slider{
  position: relative;
}
.form-container{
  background-color: #ececec;
  padding: 20px 30px;
}
.form-container .form-group label{
  margin-top: 0.5rem;
  color: #444444;
}
.form-container .form-group input{
  font-size: 14px;
}
.invite-btn{
  margin-top: 15px;
  text-transform: uppercase;
  border: 1px solid #6b645d;
  color: #6b645d;
  border-radius: 20px;
  letter-spacing: 3px;
  font-size: 14px;
}
.p-top15px{
  padding-top: 15px;
}
.p80px{
  padding: 80px 0;
}
.about-sec, .services-container, .faq-container, .gal-container{
  background-image: url(../img/bgImg.jpg);
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.listItm{
  list-style: none;
}
.opacity0{
  display:none;

}
.opacity1{
  display: block;
}
.testTxt{
  -webkit-transition: display 600ms;
  transition: display 600ms;
}

.listItm li{
  margin: 15px 0;
}
.listItm li:before{
  content: '';
  height: 24px;
  width: 24px;
  background: url(../img/tick.png) no-repeat left top;
  display: inline-block;
  margin-right: 10px;
}
.color-pink{
  color: #BF1B39;
}
.invite-btn:hover{
  background-color: #D9BD9C;
}
.abt-para{
  line-height: 2;
  font-weight: 300;
  color: #333;
}
.tagline-para{
  color: #73020C;
  font-weight: 600;
  font-size: 24px;
}
.servBox p{
  font-size: 18px;
  margin-top: 10px;
}
.start-btn{
  text-transform: uppercase;
  background-color: #BF1B39;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 3px;
}
.start-btn:hover{
  background-color: #fff;
  color: #BF1B39;
  border: 1px solid #BF1B39;
}
.services-sec{
  background-image: url(../img/servImg.jpg);
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  color: #fff;
}
.ck_overlay{
  content: "";
  position: absolute;
  background-image: url(../img/ck.png);
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.serv-box{
  padding: 25px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.serv-box ul{
  list-style: none;
}
.all-item30 *:before{
  content: 'âœ“';
  padding-right: 10px;
}
.all-item30 *{
  margin-bottom: 20px;
  list-style: none;
}
.rate-serv{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.lite-bg{
  background-color: #c53a54;
}
.dark-bg{
  background-color: #a5263d;
}
.pink-bg{
  background-color: #BF1B39;
}
.tophead-sec{
  background:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  background: #00000055;
  z-index:111111;
}
.contact-tag{
  font-size: 24px;
  font-weight: 300;
}
.copyright-account{
  background: #444;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
}
.noStyleAnc{
  color: inherit;
  text-decoration: none;
}
.navbar-toggler-icon{
  color: #fff;
  font-size: 32px;
}
.royalHeadline{
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  font-family: raleway;
  padding: 150px 0 0 20px;
  letter-spacing: 5px;
}
.testBox{
  padding: 20px;
  margin-top: 15px;
  border: 1px solid #eee;
  box-shadow: 4px 4px 8px #cecece;
  cursor: pointer;
}
.testBox:hover{
  transform: scale(1.1);
  transition: .75s;
}
.testName{
  font-size: 1.75em;
  font-family: raleway;
  padding-top: 10px;
}
.owl-nav{
  display: none!important;
}
.wrapper{
  position: relative;
}
.topScrollNav{
  position: fixed;
  z-index: 55;
  bottom: 0;
  right: 10px;
  padding: 5px;
}
.topScrollNav img{
  width: 3em;
  cursor: pointer;
}
.close{
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-body{
  padding: 0;
}
.whyUs p{
  color: #333;
  font-weight: 300;
}
.accordion>.card .card-header{
  cursor: pointer;
}
.imgGrid-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.imgGrid-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.imgGrid-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.over{
  overflow: auto;
  overflow-y: hidden;
}
.logoContainer{
  float: left;
  margin-left: 25px;
}
.logoContainer img{
  width: 90px;
}
.extra-nav {
    float: right;
    padding: 9px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
.extra-nav .btn {
    padding: 10px 15px!important;
}
.btn.gradient.blue {
    background: rgb(51,150,242);
    background: -moz-linear-gradient(left, rgba(51,150,242,1) 0%, rgba(80,158,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(51,150,242,1) 0%,rgba(80,158,255,1) 100%);
    background: linear-gradient(to right, #c62127 0%,#bf2b2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396f2', endColorstr='#509eff',GradientType=1 );
    color: #fff;
}
.btn.gradient.purple {
    background: rgb(89,71,243);
    background: -moz-linear-gradient(left, rgba(89,71,243,1) 0%, rgba(140,115,245,1) 100%);
    background: -webkit-linear-gradient(left, rgba(89,71,243,1) 0%,rgba(140,115,245,1) 100%);
    background: linear-gradient(to right, rgba(89,71,243,1) 0%,rgba(140,115,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5947f3', endColorstr='#8c73f5',GradientType=1 );
    color: #fff;
}
.btn.gradient.green {
    background: rgb(33,177,118);
    background: -moz-linear-gradient(left, rgba(33,177,118,1) 0%, rgba(53,216,149,1) 100%);
    background: -webkit-linear-gradient(left, rgba(33,177,118,1) 0%,rgba(53,216,149,1) 100%);
    background: linear-gradient(to right, rgba(33,177,118,1) 0%,rgba(53,216,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b176', endColorstr='#35d895',GradientType=1 );
    color: #fff;
}
.rightContSec .btn, .rightContSec .btn-secondry {
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight:700;
    text-align: center;
    text-transform: none;
    letter-spacing: 0px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    align-items: flex-start;
    text-indent: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    position: relative;
	text-align:center;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#fff;
	pointer-events: none;
    cursor: not-allowed;
	background:#C62127;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background:#ffffff1a;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background: linear-gradient(50deg,#fd2c79, #ed0cbd);
    color: #fff;
}
.btn-success{
    color: #fff;
    background: linear-gradient(50deg,#fd2c79, #ed0cbd)!important;
    /*border-color: #28a745m!;*/
    border:none !important;
}
.btn-primary{
    background-color: #FFC107 !important;
    border:none !important;
}
.btn-default.btn-success {
	background:none;
}
.stepwizard-step .btn-success {
    color: #fff!important;
    background-color: #000000 !important;
    border:none;
    /*border-color: #28a745!important;*/
}
.cycle-bg-image {
	background-attachment:fixed!important;
	position:fixed!important;
}

.setup-content {
	background:#f3f3f3;
	padding:20px;
	margin-top:30px;
	float: left;
    width: 100%;
	margin-bottom:60px;
	min-height:300px;
}
.wrapper,.formwiz {
	z-index:11;
	position:relative;
}
.formwiz {
	float: left;
    width: 100%;
}
.panel-title {
    text-align:left !important;
    font-weight:500;
    font-size:22px;
    text-transform:Capitalize;
    margin-bottom:20px;
    color: #f114ad !important;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.setup-content .tables p{
    text-align:center;
    border-bottom:1px solid #d8d8d8;
    padding-bottom:5px;
}
.setup-content .tables h4 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height:auto;
	font-size:16px;
	font-weight:700;
}
.setup-content h4 {
	font-size:20px;
  line-height: 1;
	font-weight:700;
}
.label-margin label {
    margin: 0 15px;
    font-weight: 700;
	font-size: 14px;
}
.setup-content h5 {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 0 15px;
    color: #000;
	font-size:18px;
}
/* Media Queries */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px){
  .form-box{
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .invite-btn{
    background: #d9bd9c;
    border: 0px;
    color: #444;
  }
  .royalHeadline{
    font-size: 2em;
  }
}
@media (min-width:1280px) {
.stepwizard {
	margin:200px 0 0;
}
}
@media (min-width:1170px) and (max-width:1280px) {
.nav-item {
    margin: 0 12px;
    font-size: 12px;
}
.stepwizard {
	margin:150px 0 0;
}
}
@media (min-width:989px) and (max-width:1170px) {
.stepwizard {
	margin:100px 0 0;
}
.hidden-sm {
	display:none!important;
}
.nav-item {
    margin: 0 8px;
    font-size: 11px;
}
.extra-nav .btn {
    padding: 7px 15px!important;
	font-size: 11px;
}
}
@media (max-width:576px) {
.hidden-xs {
	display:none!important;
}
.mob-label-2 label {
	float: left;
    width: 50%;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}
}
@media (max-width:989px) {
.tophead-sec {
    position: relative;
	margin-bottom:60px;
}
}
@media (min-width:989px) {
.hidden-lg {
	display:none;
}
}
@media (max-width:580px) {
.extra-nav {
	float:none;
	display:block;
	text-align:center;
}
.navbar-brand {
	display:block;
	text-align:center;
}
.extra-nav .extra-cell {
	margin-left:0;
}
.panel-title {
	text-align:center;
}
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.navbar-expand-lg .navbar-nav .nav-link{
 font-weight: 600 !important;
}

.disclaimer{
  background-color: white;
   border: 1px dotted #ced4da;
    padding: 12px 10px;
    margin: 2%;
}
.disclaimer h1{
    font-size: 20px;
    font-weight: 600;
}

.disclaimer span{
  color: #fa2688;
  font-size: 15px;
  font-weight: 400;
}
.disclaimer p{
  color: #000000b0;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Helvetica",sans-serif;
}
}


.mob.header_cart, .mob.header_login{
display:none;
}

@media only screen and (min-width:576px) and (max-width:767px){
    .col-xl-4.col-lg-4.col-sm-5.rightContSec.hidden-xs.hidden-sm.hidden-md.col-12{
        display:none;
    }
}
@media only screen and (min-width:575px) and (max-width:767px){
    .desk.header_cart, .desk.header_login{
        display:none;
    }
    
    .mob.header_cart, .mob.header_login{
        display:block;
    }
    .mob.header_cart{
       
        padding-left:10px;
        margin:10px 0;
    }
     .mob.header_cart a{
          color:#fff;
     }

 
    .header_login{
        display:none;
    }
    .col-xl-5.col-lg-5.col-sm-12.col-12{
        margin-bottom:2%;
    }
}
  
label.top-label , .top-label{
    color:black !important;
    font-weight:500;
    font-size:15px !important;
    padding: 5px 10px;
}
#email-error{
    color: #c02929;
    font-size: 12px;
    padding: 0 15px;
    font-weight: bold;
}
.disclaimer h1{
    line-height:40px !important;
}