


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body {
	font-family: 'Poppins';
	/*font-size: 16px;*/
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
}

/* scrallbar width */
::-webkit-scrollbar {
	/*width: 10px;*/
	width: 5px;
}

/* scrallbar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* scrallbar Handle */
::-webkit-scrollbar-thumb {
	background: #008576;
	border-radius: 10px;
}

/* scrallbar Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #008576;
	}

::selection {
	color: #fff;
	background-color: #008576;
}
::-moz-selection {
	color: #fff;
	background-color: #008576;
}

.n-title {
	text-align: center;
	font-size: 30px;
	color: #7e371a;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: 'Poppins';
}
/* #Navigation
================================================== */


.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 7px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0 !important;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid rgb(255, 255, 255);
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: rgb(255, 255, 255);
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #008576 !important;
	font-weight: 400;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #008576 !important;
}
.nav-item.active .nav-link{
	color: #008576 !important;
  border-bottom: 1px solid #008576;
}
.nav-link {
	position: relative;
	padding: 0px 0 !important;
	display: inline-block;
	/*font-size: 15px;*/
	font-size: 12px;
	font-family: 'Poppins';
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 92%;
	height: 2px;
	content: '';
	background-color: #008576;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item {
	position: relative;
	transition: all 200ms linear;
	margin-left: 1rem !important;
	border-right: 1px solid #ded8d8db;
	padding-right: 0.7rem;
}
.logo{
	height: 50px;
}
/* #Primary style
================================================== */

.bglight {
	background-color: #ffffff !important;
    transition: all 200ms linear;
	border-radius: 0px 0px 10px 10px;
    box-shadow: 0 10px 10px 0 rgb(138 155 165 / 59%);
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
	font-family: 'Poppins';
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
/*h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}*/
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
/*h1 span:nth-child(1){
    transition-delay: 1000ms;
}*/
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #008576;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #008576 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	/*min-width: 190px;*/
	transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
	background-color: #e6f5f4;
    border-radius: 0px 0px 9px 9px;
}
.dropdown-menu {
	margin-top: 16px !important;
	margin: 0;
	/*font-size: 13px;*/
	font-size: 12px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
	font-family: 'Poppins';
	min-width:20rem !important;
}


.dropdown-text {
	padding: 3px 15px;
	color: #008576 !important;
	border-radius: 2px;
	transition: all 200ms linear;
	font-weight: bold !important;
	border-bottom: 1px solid #00968838 !important;
	padding: 0.05rem 0.5rem !important;
	/*min-width:100% !important;*/
	width:100% !important;
	display:block;
}
	.dropdown-text:hover,
	.dropdown-text:focus {
		color: #fff !important;
		background-color: #008576 !important;
		box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	}



body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-text {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.btn-signin {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: right;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0rem 0.75rem;
	/*font-size: 1.2rem;*/
	font-size: 12px;
	min-width: 80px;
	/* line-height: 1.5; */
	box-shadow: 0 10px 10px 0 rgb(138 155 165 / 59%);
	border-radius: 0.25rem;
	font-family: 'Poppins';
	/* transition: color .15s ease-in-out,background-color .15s ease-in-out,borsignin-userder-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.btn-signout {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: right;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0rem 0.75rem;
	font-size: 1.2rem;
	min-width: 100px;
	/* line-height: 1.5; */
	box-shadow: 0 10px 10px 0 rgb(138 155 165 / 59%);
	border-radius: 0.25rem;
	font-family: 'Poppins';
}
.btn-signin-primary {
	color: #fff;
	background-color: #008576;
	border-color: #008576;
}
.signin-text {
	justify-content: start;
	display: inline-flex;
	width: 47px;
}
.signin-user {
	/*font-size: 15px;*/
	font-size: 12px;
	height: 22px;
	width: 24px;
	line-height: 32px;
	border-radius: 8px;
	text-align: left;
	display: inline-block;
	/* background-color: #fff; */
	color: #ffffff;
	padding-top: 0px;
	font-family: 'Poppins';
}

.signout-user {
	/*font-size: 15px;*/
	font-size: 12px;
	height: 22px;
	width: 31px;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	/* background-color: #fff; */
	color: #ffffff !important;
	padding-top: 0px;
	font-family: 'Poppins';
}

#signin {
	color: #fff
}

#sign-out {
	color: #fff !important;
	transition: all 200ms linear;
	padding-right: 10px !important;
}
.header-home {
	font-size: 20px;
	height: 22px;
	width: 31px;
	line-height: 32px;
	border-radius: 8px;
	text-align: left;
	display: inline-block;
	/* background-color: #fff; */
	color: #008576;
	padding-top: 2px;
	font-family: 'Poppins';
}
.navbar {
	margin-bottom: 0 !important;
}
html[dir=ltr] li a {
	margin-left: 0px !important;
}

  /* #Media
  ================================================== */

  @media (max-width: 767px) { 
    h1{
      font-size: 38px;
    }
    .nav-item:after{
      display: none;
    }
    .nav-item::before {
      position: absolute;
      display: block;
      top: 15px;
      left: 0;
      width: 11px;
      height: 1px;
      content: "";
      border: none;
      vertical-align: 0;
    }
	.dropdown-toggle::after {
		position: absolute;
		display: none !important;		
		top: 10px;
		left: -25px;
		width: 5px;
		height: 11px;
		content: "";
		border: none;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle::before {
		display: none !important;
	}
    .dropdown-toggle[aria-expanded="true"]::after{
      transform: rotate(90deg);
      opacity: 1;
    }
    .dropdown-menu {
      padding: 0 !important;
      background-color: transparent;
      box-shadow: none;
      transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
      margin-top: 10px !important;
      margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
      background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
      background-color: #fff;
    }
    body.dark .dropdown-menu {
      background-color: transparent;
      box-shadow: none;
    }
	.navbar-toggler, .collapsed{
		color: #fff;
	}
	
	.navbar-toggler:active,
	.navbar-toggler:focus {
		outline: none;
	}
  }

.cart-count {
	position: absolute;
	top: 0;
	z-index: 2;
	font-size: 7px;
	padding-top: 10px;
	padding-left: 13px;
	line-height: 16px;
	display: block;
	text-align: center;
	color: #000;
	font-family: 'Poppins';
	/*font-weight: bold;*/
}
  
 /********************************** footer Section *******************************************/
 .bg-footer {
    background-color: #008576;
   /* padding: 10px 0 10px;*/
       bottom: 0;
    /*position: absolute;*/
    width: 100%;
  }
  .footer-heading {
    letter-spacing: 2px;
  }

  .footer-link a {
    color: #fff;
    line-height: 40px;
    /*font-size: 14px;*/
	font-size: 12px;
    transition: all 0.5s;
  }

  .footer-link a:hover {
    color: #1bbc9b;
  }

.contact-info {
	color: #acacac;
	/*font-size: 14px;*/
	font-size: 12px;
	font-family: 'Poppins';
}

.footer-social-icon {
	font-size: 20px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	color: #008576;
	padding-top: 0px;
	font-family: 'Poppins';
}
  .footer-sec{
	  margin-bottom:0px; 
	  padding-top: 5px;
  }

  .footer-alt {
    color: #fff;
  }

  .footer-heading {
    position: relative;
    padding-bottom: 12px;
  }

  .footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
  }
 .footer-text {
    text-align: end;
}
/* footer Mobile view *****************/

@media (max-width: 992px){
	.footer-text {
        text-align: center !important;
}
.footer-sec {
 
    justify-content: center;
    display: flex;
}
}
/*a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}*/

.login-sec {
	justify-content: center;
	display: flex;
	margin: 0px 10px;
}

.forget-pwd {
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	border-bottom: 1px solid;
	font-family: 'Poppins';
}

.remember-me {
	font-weight: bold;
	padding-left: 6px;
	font-size: 12px;
	font-family: 'Poppins';
}

input[type=checkbox] {
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

.btn-login {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0rem 0.75rem;
	font-size: 1.3rem;
	min-width: 90%;
	font-weight: bold;
	/* line-height: 1.5; */
	box-shadow: 0 10px 10px 0 rgb(138 155 165 / 59%);
	border-radius: 0.9rem;
	font-family: 'Poppins';
}

.btn-login-primary {
	color: #fff;
	background-color: #008576;
	border-color: #008576;
}
/****************** Signin board ******************/
.modal-content {
	background-color: #ffffff;
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	border: none !important;
	position: absolute !important;
	margin-top: 15%;
	width: 100%;
}

.btn-link {
	color: white;
}

.modal-heading h2 {
	color: #ffffff;
}

.modal-body {
	padding: 2rem !important;
}

.eye-pwd {
	margin-right: 10px;
	cursor: pointer;
	z-index: 2;
	margin-left: -30px;
	padding-top: 10px;
}

.forget-title {
	text-align: center;
	color: #008576;
	/* font-weight: bolder; */
	font-size: 25px;
	margin-bottom: 33px;
	padding-top: 18px;
	font-family: 'Poppins';
}

.login-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none !important;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	width: 100%;
	margin-top: 15%;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.signincard-logo {
	justify-content: center;
	display: flex;
	padding: 10px 0px 10px;
	border-bottom: 1px solid #008576;
	margin: 0px 30px;
}

.signin-logo {
	width: 135px;
}

.input-iconsouter {
	border: 1px solid #949494;
	border-radius: 9px 0px 0px 9px;
	border-right: none;
}

.input-icons {
	/*font-size: 12px;*/
	font-size: 17px;
	height: 22px;
	width: 30px;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	color: #5d5e5f;
	/*padding-top: 0px;*/
	padding-top: 5px;
	font-family: 'Poppins';
}


.form-group {
	width: 100%;
	/*margin-bottom: 2.2rem !important;*/
}

.label-sec {
	width: 51%;
}

.formboard {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(226, 226, 226);
	padding: 22px 26px 0px;
	box-shadow: rgb(158 158 158) 2px 2px 2px;
	border-radius: 0.9rem;
}
.label-text {
	font-weight: bold;
	/*font-size: 15px;*/
	font-size: 12px;
	font-family: 'Poppins';
}

@media(max-width:765px) {

	.label-sec {
		width: 40%;
	}

	.label-text {
		font-size: 12px;
		font-family: 'Poppins';
	}
}

.login-page {
	background-image: url('~/login-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px !important;
		/* margin: 5.75rem auto !important;*/
	}
}

/* Home */
.home-breadcum {
	background-image: url("~/home-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 80vh;
}

.braedcum-sec {
	padding-top: 15%;
	padding-left: 10%;
	font-family: 'Poppins';
	color: #fff;
}

.breadcum-title {
	color: #fff;
	text-align: left;
	padding-bottom: 8px;
}

/*.braedcum-title-2 {
	font-size: 20px;
	padding-left: 5px;
	line-height: 25px;
}

.about-title {
	color: #008576;
	padding: 30px 0px 1px;
	font-size: 18px;
	border-bottom: 1px solid #0083754f;
}*/

.about-title {
	color: #008576;
	padding: 30px 0px 1px;
	/*font-size: 22px;*/
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #0083754f
}

.braedcum-title-2 {
	/*font-size: 20px;*/
	font-size: 12px;
	padding-left: 5px;
	line-height: 25px;
	/*font-weight: bold;*/
	font-family: 'Poppins' ;
	color: #fff;
}


/****************** Create Page ****************/

.create-page {
	/*background-image:url('img/login-bg.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	/*adding On 7/12/22 - ISPL-0297*/
	height:auto;
}

.create-title {
	text-align: center;
	color: #008576;
	border-bottom: 1px solid #008576;
	 /*font-weight: bolder; */
}

.createcard {
	justify-content: center;
	display: flex;
	/* padding: 10px 0px 0px; */
	/*border-bottom: 1px solid #008576;*/
	margin: 0px 453px;
	/* margin-top: 10%; */
}

.create-content {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(0 133 118 / 28%);
	border-radius: 0.7rem;
	outline: 0;
	min-height: 399px;
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	/* border: none !important; */
	/*position: absolute !important;*/
	/* margin-top: 5%; */
}

.create-dialog {
	max-width: 1100px;
	margin: 1.75rem auto;
	position: relative;
	width: auto;
}

.create-labbel {
	width: 35%;
}

.next-btn-sec {
	justify-content: center;
	display: flex;
	margin: 0px 10px;
	margin-top: 4%;
}

.btn-next {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0rem 0.75rem;
	/*font-size: 1rem;*/
	font-size: 12px;
	min-width: 9%;
	font-family: 'Poppins';
	font-weight: bold;
	/* line-height: 1.5; */
	box-shadow: 0 10px 10px 0 rgb(138 155 165 / 59%);
	border-radius: 0.3rem;
}

.btn-next-primary {
	color: #fff;
	background-color: #008576;
	border-color: #008576;
}

.braedcum {
	display: flex;
	margin-top: 6%;
	font-weight: bold;
	color: #008576;
}

.braedcum-inner {
	display: flex;
	/*border-bottom: 1px solid #008576;*/
}

.hr-des {
	border-width: 1px;
	box-shadow: 0 1px 3px rgb(0 133 118 / 48%);
}

/* *********************tab design************************ */


/* Tabbed Styles */
.tabbed {
	width: 100%;
	min-width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-bottom: 2px solid #008576;
	overflow: hidden;
	transition: border 250ms ease;
}

	.tabbed ul {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		float: left;
		padding-left: 35px;
		list-style-type: none;
	}

		.tabbed ul * {
			margin: 0px;
			padding: 0px;
		}

		.tabbed ul li {
			display: block;
			float: right;
			padding: 10px 22px 8px;
			background-color: #6ca9a1;
			margin-right: 56px;
			z-index: 2;
			position: relative;
			cursor: pointer;
			color: #fff;
			/* text-transform: uppercase; */
			font: 500 12px/20px Poppins;
			transition: all 250ms ease;
		}

			.tabbed ul li:before,
			.tabbed ul li:after {
				display: block;
				content: " ";
				position: absolute;
				top: 0;
				height: 100%;
				width: 44px;
				background-color: #6ca9a1;
				transition: all 250ms ease;
			}

.tabbed-content div div form {
	display: none;
}

.tabbed-content div div.test form {
	display: block;
}

.tabbed ul li:before {
	right: -24px;
	transform: skew(30deg, 0deg);
	box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}

.tabbed ul li:after {
	left: -24px;
	transform: skew(-30deg, 0deg);
	box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}

.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
	background-color: #008574;
	color: #fff;
}

.tabbed ul li.active {
	z-index: 3;
}

	.tabbed ul li.active,
	.tabbed ul li.active:before,
	.tabbed ul li.active:after {
		background-color: #008574;
		color: #fff;
	}

.title {
	text-align: center;
	color: #008576;
}

.submenu-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: none;
	/* display: block; */

	padding: 0;
	margin: 0;
	left: 100%;
	top: -17px;
	transition: all 200ms linear;
}

.submenu-item.sho .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
	background-color: #e6f5f4;
	border-radius: 0px 0px 9px 9px;
	left: 100%;
	top: -17px;
	display: block;
}