@font-face{
  font-family: Montserrat-Bold;
  src: url(./fonts/Montserrat-Bold.otf);
}
@font-face{
  font-family: Montserrat-SemiBold;
  src: url(./fonts/Montserrat-SemiBold.otf);
}
@font-face{
  font-family: Montserrat-Medium;
  src: url(./fonts/Montserrat-Medium.otf);
}
@font-face{
  font-family: Montserrat-Regular;
  src: url(./fonts/Montserrat-Regular.otf);
}
@font-face{
  font-family: Montserrat-Thin;
  src: url(./fonts/Montserrat-Thin.otf);
}
::placeholder{
  font-family: Montserrat-Medium;
}
body{
  font-family: Montserrat-Medium;
  width: 100%;
  overflow: hidden;
}
/* top form */
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top: 90px;
  right:25px;
  border: none;
  z-index: 9999;
 
}
/* Add styles to the form container */
.form-container {
  max-width: 650px;
    padding: 2.5em;
    background-color: white;
    border-radius: 15px;
    text-align: center;
}
/* Full-width input fields */
.form-container input,textarea {
  width: 100%;
  padding:10px;
  margin: 5px 0 22px 0;
  border: none;
 border-bottom: 1px solid gray;
}

/* When the inputs get focus, do something */
.form-container input:focus, textarea:focus {
 outline: none;
  border-bottom-color:#ec2328;
}

.fa-phone{transform: rotate(90deg);}
.desktop-menu{display: block;}
.mobile-menu{
  display: none;
}
.pt-10{padding-top: 10rem;}
.height-100{height: 100vw;}
.bg-purple{background-color: #391855;}
.outline-btn{
  border-radius: 1.25rem;
  padding: 0.375rem 1.75rem;
  color: white;
  border: 2px solid transparent;
  border-color: white;
}
.outline-btn a{color: #391855;}
.outline-btn:hover a{color: #391855;}
.outline-btn:hover, .outline-btn:focus{
  box-shadow: none;
  background-color: #ED0F7C;border-color:#ED0F7C;
  transition: all .3s;
}
.body-wrap {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.boxed-container {
  max-width: 100%;
  margin: 0 auto;
}
.site-header {
  position: relative;
  padding: 24px 0;
  z-index: 999;
}
.site-header-large-bg span{
  position: absolute;
  top: -156px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #391855;
  background-repeat: no-repeat;
}
.site-header-inner {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.header-menu {padding: 0 6em;}
.header-menu .navbar-brand{margin-right: 2em;margin-top: .9em;}
.header-menu .nav-link{
  color:#391855;
  font-family: Montserrat-Medium;
  opacity: 0.8;
  font-size: 1em;
  padding-right: 1.5rem !important;
}
.header-menu .nav-link.active{
  font-family: Montserrat-Bold;
  opacity: 1;
}
#loading {
  -webkit-animation: rotation 15s infinite linear;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.display-sm-none{display: none;}
.display-lg{display:block;}
#demo {
  top: 0;
  left:75%;
  position: absolute;
  z-index: 997;
}

#demo img {
  height:600px;
  width:600px;
  -webkit-animation: rotation 15s infinite linear;
}
.slider-wrapper{position:relative;}
.slider-inner{position: relative;}
.slideleft {
  background-image: url(../images/coriander.png);
  height: 270px;
  width: 270px;
  background-size: cover;
  position: absolute;
  left: 0;
  margin-left: 65%;
  margin-top: 30%;
  z-index: 1;
  transform: rotate(2deg);
  transition: all 2s;
}
.slideright {
  background-image: url(../images/coriander.png);
  height: 270px;
  width: 270px;
  background-size: cover;
  position: absolute;
  right: 0;
  margin-right: -37%;
  margin-top: 5%;
  z-index: 1;
  transform: rotate(110deg);
  transition: all 2s;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(380deg);
  }
}
.vertical-menu{float: right;    visibility: hidden;}
.vertical-menu a {
  color:white;
  display: block;
  text-decoration: none;
  transform: rotate(-90deg);
  padding: 3em 0;
  font-size: 14px;
  font-family: Montserrat-Regular;
  margin-right: 4px;
  text-align: center;
}
.vertical-menu a.active {color: white;}
.hero{  padding:5em 0 0 6em;}

.main-heading h1{ color: #391855;font-family: Montserrat-Bold;text-transform: capitalize; font-size: 50px;animation: left_to_right 2s ease;}
h2 {text-align: right; animation: left_to_right 3s ease;
}

@keyframes right_to_left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0;
  }
}

@keyframes left_to_right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
.main-heading h4{color: #ED0F7C;font-family: Montserrat-Bold;text-transform: capitalize;
  margin: 1em 0;
  font-size: 30px;
}
.main-heading p{
  color:#555555;
  font-family: Montserrat-Medium;
  font-size: 14px;
}
.bottom-frst-section
{
  z-index: 999;bottom: 3em;position: fixed;
}

.bottom-second-section
{
  z-index: 999;	bottom: 3em;position: fixed; right: 6em;
}
.bottom-second-section .list-group-item{padding: .75rem 0.7rem;}
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer .list-group-item{
  border: none;
  color: #391855;
  font-family: Montserrat-Medium;
  line-height:1.5;
  padding: .75rem 1rem;
}
.pl-6{padding-left: 5em;}
.footer .list-group img{ padding-right: 6px;}
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: all 1s ease-in-out;
}
.inner {
  background-color:transparent;
  width:50px;
  height:50px;
  border-radius:50px;
  padding: 8px;
  box-shadow: 0 0 8px #ea4c89, inset 0 0 8px #ea4c89;
  -webkit-animation: pulse 2s linear 1s infinite;
}
.inner-1{
   width:35px;
  height:35px;
  border-radius:50px;
  box-shadow: 0 0 8px #ea4c89, inset 0 0 8px #ea4c89;
  -webkit-animation: pulse 2s linear 1s infinite;
  padding: 7px;
}
  .inner-2
  { 
    width:20px;
    height:20px;
    border-radius:50px;
    background-color:#ED0F7C;
    -webkit-animation: pulse 2s linear 1s infinite;
    
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(237, 15, 124, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 15, 124, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 15, 124, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(237, 15, 124, 0.4);
      box-shadow: 0 0 0 0 rgba(237, 15, 124, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(237, 15, 124, 0);
        box-shadow: 0 0 0 10px rgba(237, 15, 124, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(237, 15, 124, 0);
        box-shadow: 0 0 0 0 rgba(237, 15, 124, 0);
    }
  }
  .circular-menu {
    padding: 2px;
    z-index: 999;
    bottom: 3.5em;
    position: fixed;
    right: 2em;
  }

  .circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
   
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);  
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
  }
  
  .circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
  }
  
  .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
  }
  
  .circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;  
  }
  
  .circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
  }
  
  .circular-menu:after {
    display: block;
    content: ' ';
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    transition: all .3s ease;
  }
  
  .circular-menu.active:after {
    transform: scale3d(4.5, 4.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  .circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
  }
  .circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: transparent;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    transition: transform .3s ease, background .2s ease;
  }
  .circular-menu .menu-item:hover {
    background-color: hsla(0,0%,0%,.3);
  }
  .circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ED0F7C;
    color: hsl(0, 0%, 100%);
  }
  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em,-7em,0);
  }
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em,-6.3em,0);
  }
  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em,-3.2em,0);
  }
  .circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em,1em,0);
  }

   /* ---------------------------------------- */
   .list-group-item{
    border: none;
    flex-direction: row;
  }
  .btn-purple-bg ,.btn-purple-bg:hover {
    color: #fff;
    background-color: #391855;
    border-radius: 2.5rem;
    padding: 1% 5%;
}

.btn-purple { 
    color: #391855;
    border-color: #391855;
   
  }
  .bg-pink{
    background-color:#ED0F7C;
  }
  .txt-purple a, .txt-purple a.active,.txt-purple{ color: #391855; }
  /* Style the tab */
.v-tab {height: 100%; position: relative; padding-top:25%;}
.v-tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 3% 15%;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.5em;
  font-family: Montserrat-Bold;
}
.v-tab button:hover {
  background-color:#ec74af;
}
.v-tab button.active {
  color:#391855;
  border-left:15px solid #391855;
}
.v-tab .product-tab{
  font-size: 2.5em;
}
.product-img{
    width: 21vw;
    position: absolute;
    left: -17rem;
    z-index: 997;
}
/* Style the tab content */

.abt-content {
    padding:5% 10%;
}
.no-heading{
  font-size: 6em;
  font-family: Montserrat-medium;
  color: #391855;
  margin-bottom: 0px;
  line-height: 1.3;
}
.tab-h1{
  font-size: 2.8em;
  font-family: Montserrat-bold;
  color: #bfbfbf;
}
.tab-para{
  font-family: Montserrat-medium;
  color: #9e9e9e;
  font-size: 14px;
}
.list-group-abt{
  -ms-flex-direction: row;
    flex-direction: row !important;
}
.list-group-abt .list-group-item {
  padding: .75rem 1.25rem;
}
.list-group-product .list-group-item{
  padding: .75rem .25rem;
}
.contact-form{
  max-width: 650px;
}
.contact-text{
padding-top: 3em;
}
.contact-card{
  border-radius: 2.5rem;
  margin-left: -30%;
  margin-right: 30%;
  padding: 5%;
  float: left;
  width: 100%;
}
.contact-card .form-control{
  border-radius:5px; 
}
.pink-title{
  color:#ED0F7C;
  font-family: Montserrat-medium;
}
.purple-title{
  color:#391855;
  font-family: Montserrat-bold;
}

.form-control{
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(237, 15, 124, 0.33)!important;
}
/* ----steps tab------- */
.page-content{
    width: 85%;
    position: fixed;
 
}
.form-register .steps {
	/* margin-bottom: 33px; */
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 108px;
    margin-bottom: 0;
}
.form-register .steps li,
.form-register .steps li.current {
	 outline: none;
	 -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.form-register .steps li a .title span {
	display: block;
}
.form-register .steps li a .title .step-icon { 
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #391855;
    font-size: 2rem;
    text-align: center;
    padding-top: 8px;
    margin-right: 108px;
    font-family: Montserrat-medium;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.form-register .steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.form-register .steps li .step-icon::before
 {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 108px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.form-register .steps li:last-child .step-icon::after{
  display:none;    
}
.form-register .steps li .step-icon::before {
	right: 100%;
}
.form-register .steps li:last-child .step-icon::after {
    left: 100%;
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
   background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.form-register .steps .current .step-icon::before,
.form-register .steps .current:last-child .step-icon::after,
.form-register .steps .done .step-icon::before {
	background-color: #ED0F7C;
}
.form-register .content h2 {display: none;}
.zmdi:before {color:#391855;font-family: Montserrat-Medium;}
.steps-tab{
  position: fixed;
  bottom: 77px;
  left: 25px;
}
.steps-tab .nav .nav-item .nav-link{
   color: #391855;
    text-decoration: none;
    background-color: transparent;
    font-size: 1.5em;
    font-family: Montserrat-medium;
}
.steps-tab .nav .nav-item .nav-link:hover,.steps-tab .nav .nav-item .nav-link .active{
  color: #fff;text-decoration: underline;}

.steps-tab .nav .nav-item  .active{ color: #fff;text-decoration: underline;}
:focus { outline: none; }

.current-info {display: none;}
.wizard > .steps ul {
  display: flex;
  justify-content: left;   padding-left: 108px;  list-style-type: none;}

.wizard > .steps li a {
    display: inline-block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-right: 117px;    text-decoration: none;
    position: relative;    color: #391855;
    font-size: 2rem;
    text-align: center;
   }
  .wizard > .steps li a:before {
    content: "";
    width: 120px;
    height: 20px;
    background: #e5e5e5;
    position: absolute;
    right: 52px;
    top: 15px; }
  .wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 20px;
    background: #ED0F7C;
    position: absolute;
    left: -119px;
    top: 15px;
    transition: all 0.6s ease; }
.wizard > .steps li.first a::after {
    content: "";
    width: 0;
    height: 20px;
    background: #ED0F7C;
    position: absolute;
    left: -119px;
    top: 15px;
    transition: all 0.6s ease; }

.wizard > .steps li.checked a:after {
    width: 120px; }
.wizard > .steps li:last-child a {
  margin-right: 0; }
.wizard > .steps li:first-child a:before {
  background-color: #ED0F7C;
   }
.wizard > .content {
  position: relative;
   }

.inner-round {
  display: flex;
  background: #fff;
   }

/* footerend */
.footer-end{ position: absolute;bottom: 0;z-index: 999; width:100%; text-align: right;}
.footer-end span a{color: #E91E63; font-size: 12px;padding: .2em;}


/* product page  */
#introduction, .tab-h1 {
  padding-top: 32px !important;
}
.productTitle{color: #E91E63; text-transform: capitalize; text-align: center; font-weight: bold;font-size: 1rem;}
.product-card{
  border-radius: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0%;
  float: none;
  width: 100%;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);margin: 1em 0;
}
.product-card .card-body{padding: 1em 0;}
.productImg img{width: 100%;}
.ml-8{margin-left: -8%;}
.overflowScroll{overflow: scroll; height: auto;}
.p1{font-size: 1.2em !important;}
.p-tab button {padding: 3% 0 3% 8%;}

/* .footer-end  p{color:  #E91E63; font-size: 12px; margin-bottom: 0;} */
/* Responsive */
@media(min-width:1599px){
  .slideleft {
    left: 0;
    margin-left: 70%;
    margin-top: 27%;
  }
  .slideright {
  margin-right: -33%;
  margin-top: 7%;
  }
}
@media(max-width:1499px){
  .header-menu .navbar-brand{margin-right: 1em;}
  .tab-para {
    font-family: Montserrat-medium;
    color: #9e9e9e;
    font-size: 12px;
}
#demo img {
  height: 500px;
  width: 500px;
  -webkit-animation: rotation 15s infinite linear;
}
.main-heading h1 {
  font-size: 34px;
}
.main-heading h4 {
  font-size: 25px;
}
.bottom-frst-section .list-group-item img{ height: 40px; width: 35px;margin-right: 5px;}

.bottom-frst-section span{font-size: 12px;}
.slideleft {
  left: 0;
  margin-left: 67%;
  margin-top: 27%;
}
.slideright {
margin-right: -40%;
margin-top: 7%;
}
}
@media(max-width:1299px){
  .v-tab button {font-size: 1.2em;}
  .footer .list-group img {
    padding-right: 0;
}
.header-menu .navbar-brand{margin-right: 0;}
#demo img {
  height: 500px;
  width: 500px;
}
.header-menu .nav-link {
  color: #391855;
  font-family: Montserrat-Medium;
  opacity: 0.8;
  font-size: .9em;
  padding-right: .9rem !important;
}
.slideleft {
  left: 0;
  margin-left: 60%;
  margin-top: 27%;
}
.slideright {
margin-right: -50%;
margin-top: 7%;
}
.vertical-menu a{
  margin-right: 0px;
}
}

@media(max-width: 1199px){
  #demo img {
    height: 400px;
    width: 400px;
}
  .footer .list-group-item {
    padding: 7px;
}
.main-heading h1 {
  font-size: 40px;
}
.main-heading h4{
  font-size: 20px
}
.main-heading p{
  font-size: 12px;
}
.vertical-menu a {
  font-size: 13px;
}
.slideright {
  margin-right: -45%;
  margin-top: 7%;
}
.slideleft {
  left: 0;
  margin-left: 62%;
  margin-top: 24%;
}
.steps-tab .nav .nav-item .nav-link {font-size: 1.2em;}
.list-group-product .list-group-item {
    padding: 1px 2px;
}
.header-menu .nav-link { padding: 0 .6rem !important; }
}
@media (max-width:991px){
  .inquiry-zindex{z-index: 1000;}
  .form-popup {
    
    right: 0;
}
  .mob-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(57, 24, 85, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .mob-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s;
  }

  .mob-overlay a:hover,
  .mob-overlay a:focus {
    color: #f1f1f1;
  }

  .mob-overlay .closebtn {
    position: absolute;
    top: 20px;
    right:0;
    font-size: 54px;
  }
  .burger-icon{
    font-size:30px;cursor:pointer;color: #3a1855;
  }
  .burger-icon .fas {
    padding-top: 1em;
  }
  body{
    overflow:auto;
  }
  .desktop-menu{
    display: none;
  }
  .mobile-menu{
    display: block;
  }
  .height-100{
    height: auto;
  }
  .navbar-toggler {
    background-color: #3a1855;
    border: 1px solid #3a1855;
    margin: 4%;
}
.display-sm-none{display: block;}
.display-lg{display:none;}
.steps-tab .nav .nav-item .nav-link:hover, .steps-tab .nav .nav-item .nav-link:active {
  color: #E91E63;
  text-decoration: underline;
}
.steps-tab .nav .nav-item .active{
  color: #391855;
}
.header-menu .nav-link{text-align: center;}
.header-menu .navbar-nav{
  display: block;
  padding-top: 5%;
}
.navbar-toggler .fas{
color: #E91E63;
padding: 4px;
}
.slideleft, .slideright{display: none;}
#demo {
    left: 0%;
    text-align: center;
    position: relative;
}
.bottom-frst-section {
  bottom: 0;
  position: relative;
  z-index: 997;
}
.bottom-frst-section .pl-6{padding-left:0;}
.bottom-second-section {
  z-index: 997;
  bottom: 0;
  position: relative;
  right: 0;
  padding-left: 5%;    
}
.outline-btn{ 
    color: #fff;
    border-color: #fff;
}
.outline-btn-purple{
  color: #3a1855;
    border-color: #3a1855;
}
.site-header-large-bg{display: none;}
.pt-10 {
  padding-top: 3rem;
}
.v-tab button{
  text-align: center;
}
.vertical-menu {
  float: none;
  padding: 3%;
}
.vertical-menu a {
  display: inline;
    text-decoration: none;
    transform: none;
    padding: 0em 0;
    font-size: 14px;
    font-family: Montserrat-Regular;
    margin-right: 4px;
}
.circular-menu {
  padding: 2px;
  z-index: 999;
  bottom: 0.1em;
  position: fixed;
  right: 4px;
}
.bottom-frst-section .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content:center;
}
.header-menu{padding: 0;}
.hero { padding: 0; float: none;text-align: center;    width: 100%;}
.footer { padding: 0;}
.v-tab button {
  padding: 3% 12%;
  font-size: 1.2em;
}
.v-tab{
  padding-top: 0;
}
/* ---- */
.footer {
  position: relative;
}

.contact-form {
  max-width: 100%;
  padding: 0% 5%;
}
.contact-card {
  border-radius: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 5%;
  float: none;
  width: 100%;
}
.contact-text {
  padding-top: 3em;
  padding: 5%;
  
}
.contact-text .flex-row{
  justify-content: left;
}
.product-img {
  width: 100%;
  position: relative;
  z-index: 997;
  left: 0 !important;
  margin-bottom: 5%;
}
.page-content {
  width: 85%;
  position: static;
  /* bottom: 12%; */
  /* top: 15px; */
  /* margin-top: 6%; */
  margin-left: 5%;
}
.steps-tab {
  position: static;
  margin-left: 5%;
}
.steps-tab .nav .nav-item .nav-link {
  font-size: 1em;
}
.footer-end {
  position: sticky;
  bottom: -30px;
  z-index: 999;
  width: 100%;
  text-align: center;
 
}
.abt-inquiry{
    margin-top: -6.1em;
    width: 100%;
    position: absolute;
    bottom: -8%;
    left: 0;

 }
 .bt-7{  bottom: -2%;} 
 .w-100-custom{width: 100%;display: block;}
 .vertical-menu {
  padding-top: 0.2em !important;
}
}
@media (max-width:768px){
  .bottom-frst-section{
    display: flex;
    justify-content: center;
  }
  .bottom-frst-section img{
   margin-right: 10px;
  }
  .product-img {
    width: 60%;
    position: relative;
    z-index: 997;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
  .bottom-frst-section .list-group-horizontal {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content:center;
}
.outline-btn-purple {
  color: #3a1855;
  border-color: #3a1855;
}
}
@media (max-width:575px){
  p{font-size: 12px;text-align: justify;}
  .main-heading h1 {
    font-size: 34px;
}
  .no-heading {
    font-size: 4em;
}
#demo img {
  height: 70% !important;
  width: 70%!important;
}
.tab-h1{
  font-size: 1.5em;
}
.list-group-abt{
  -ms-flex-direction: row;
    flex-direction: row !important;
}
.list-group-abt .list-group-item {
  padding:.75rem .95rem;
}
.list-group-abt .list-group-item img {
  width:35px;
  height: 35px;
}
.bottom-second-section .list-group-horizontal li img {
  height: 35px;
  width: 35px;
}
.bottom-second-section .list-group-item {
  padding: 8px 4px;
}
.navbar-toggler {
  margin: 8%;
}
.pt-10 {
  padding-top: 1rem;
}
/* ---- */
.form-register .steps li a .title .step-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.form-register .steps li a .step-text {
  font-size: 12px;
}
.form-register .content {
  padding: 0;
}
.outline-btn {
  color: #fff;
  border-color: #fff;
  padding: 5% 15%;
}
.outline-btn-purple {
  color: #3a1855;
  border-color: #3a1855;
  padding: 2% 15%;
}
.footer-end {

  /* bottom: -16.5em; */
  width: 100%;
  text-align: left;
 
}

.wizard > .steps li a:before,.wizard > .steps li a:after{display: none;}
.wizard > .steps ul{padding-left: 0;}
.wizard > .steps li a{margin-right: 1em;}
.wizard > .steps li.current a {
  background: #ED0F7C;
}
}
@media(max-width: 320px){
  .main-heading h1 {
    font-size: 26px;
}
  .outline-btn {
    color: #fff;
    border-color: #fff;
  
    vertical-align: middle;
    font-size: 12px;
    margin-top: 8px;
  }
  .outline-btn-purple {
    color: #3a1855;
    border-color: #3a1855;
   
}

.header-menu .navbar-nav {
 
    padding-top: 9%;

}
.form-register .content {
  padding: 0;
}
.vertical-menu a {
  font-size: 12px;
}
.navbar-brand img{
  width: 100px !important;
}

}
@media(max-height: 768px)
{
  #introduction, .tab-h1
 {
   padding-top: 0 !important;
 } 
 .abt-content {
    padding:5% 10%;
}
.product-img {
  left: -11rem;
}
.inner-product{left: -15rem;}
.contact-card {
  margin-right: 8%;
}
.bottom-second-section .list-group-item {
  padding: 12px 4px;
}
.slideleft {
  left: 0;
  margin-left: 67%;
  margin-top: 22%;
}
}

@media (max-width: 567px) and (max-height: 768px){
  .product-img {
    left: 0;
  } 
  .inner-product{left: 0;}
}

@media (max-width: 1499px) and (max-height: 700px)
{
  #demo img{height: 430px;width: 430px;}
  .slideright { margin-right: -37%;margin-top: 7%;}
  .vertical-menu{padding-top: 4.2em ;}
  .abt-content {padding: 1% 7%;}
  .circular-menu { bottom: 1.5em;}
  .pt-10{padding-top: 2em;}
  .steps-tab { bottom: 46px; left: 25px;}
  .vertical-menu a {padding: 2.5em 0;}
}
@media (max-width: 1199px) and (max-height: 700px)
{
  #demo img{height: 430px;width: 430px;}
  .slideright { margin-right: -50%;margin-top: 7%;}
}

.product-owl .owl-nav{
  position: absolute;
  top: -60px;
  right: 0;
}
.product-owl .owl-nav button.owl-next, .product-owl .owl-nav button.owl-prev, .product-owl button.owl-dot{
font-size: 3em;
color: #E91E63;
opacity: 0.5;
}
.product-owl .owl-nav button.owl-next{padding-left: 10px !important;}
button:focus {
  outline: 1px dotted;
  outline: none;
}
.inner-product{width: 25vw; left: -15rem;}