
/****************** Create Page ****************/

.create-page{
	/*background-image:url('img/login-bg.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;	
}
.create-title {
    text-align: center;
    color: #008576;
	border-bottom: 1px solid #008576;
    /* font-weight: bold; */
}
.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;
        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: 68px;
    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 15px/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;
  }

 
  