

/*@font-face {
    font-family: 'Outfit-Regular';
    src: url('../fonts/Outfit-Regular.ttf'),
        url('../fonts/Outfit-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit-Medium';
    src: url('../fonts/Outfit-Medium.ttf'),
        url('../fonts/Outfit-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit-Bold';
    src: url('../fonts/Outfit-Bold.ttf'),
        url('../fonts/Outfit-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit-SemiBold';
    src: url('../fonts/Outfit-SemiBold.ttf'),
        url('../fonts/Outfit-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Inter_Medium';
    src: url('../fonts/Inter_Medium.ttf'),
        url('../fonts/Inter_Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter_Regular';
    src: url('../fonts/Inter_Regular.ttf'),
        url('../fonts/Inter_Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter_SemiBold';
    src: url('../fonts/Inter_SemiBold.ttf'),
        url('../fonts/Inter_SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Bold';
    src: url('../fonts/Inter_Bold.ttf'),
        url('../fonts/Inter_Bold.ttf');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family: 'Inter_Medium';
    /*background-color: #F1F3F7;*/
}
body::-webkit-scrollbar {
    /*width: 12px;*/
     width: 5px;
  height: 8px;
  background-color: #dfdfdf;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #1aabab;
}












.signupprofile_photo{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.signupprofile_photo img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.fairly_manpartleftbox{
    display: inline-block;
    width: 100%;
}
.fairly_newpartleft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
    padding: 60px 35px;
    text-align: left;
    background: var(--bs-btn-bg);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
}
.fairly_newpartright{
    padding-top: 40px;
    display: inline-block;
    width: 77%;
    float: right;
    padding-left: 310px;
    padding-right: 310px;
}
.fairly_textpart{
    display: inline-block;
    text-align: center;
}
.fairly_textpart h3{
  margin: 0px;  
  color: #fff;
  padding-bottom: 12px;
  text-align: center;
  font-size: 26px;
}
.fairly_textpart h3 a{
    color: #000 !important;
}
.fairly_textpart p{
    margin: 0px;
    text-align: center;    
    font-size: 16px;
    color: #000;
}
.form-header{
    display: inline-block;
    width: 100%;
}
.form-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    margin-top: 45px;
}
.form-header p {
    color: #64748b;
    margin-bottom: 11px;
    font-size: 16px;
}
.images_boxpart{
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0;
}
.images_boxpart img{
    width: 160px;
}
.connecting_textbox{
    display: inline-block;
    width: 100%;
}
.connecting_textbox h3{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 23px;
    margin-top: 45px;
}
.connecting_textbox p{
    color: #fff;
    margin: 0px;
    font-size: 16px;
}
.applioed_btnbox{
  display: inline-block;
  width: 100%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.applioed_btnbox p{
    padding-top: 38px;
    padding-bottom: 25px;
    margin: 0px;
    color: #000;
    font-size: 17px;    
}

.applioed_btnbox a{
    margin-bottom: 38px;
    display: inline-block;
    padding: 9px 18px 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    background: #0006ff;
    color: #fff;    
}

.sign_btnbox{
    display: inline-block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.sign_btnbox p{
    margin: 0px;
    color: #000;    
    font-size: 16px;
}
.sign_btnbox img{
  width: 19px;
  margin-left: 8px;
  top: -1px;
  position: relative;
}
.sign_btnbox a{
    text-decoration: none;
}
.sidebar-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}
.sidebar-footer p {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 12px;
    color: #fff;
}
.btn-outline-white {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: transparent;
    transition: 0.3s;
    width: 100%;
}
.btn-outline-white:hover{
    color: #fff;
    text-decoration: initial;
}
.fairly_newpartright #main {
  width: 960px;
  margin: 0px auto;
  border: solid 1px #b2b3b5;
  -moz-border-radius: 10px;
  padding: 20px;
  background-color: #f6f6f6;
}
.fairly_newpartright #header {
  text-align: center;
  border-bottom: solid 1px #b2b3b5;
  margin: 0 0 20px 0;
}
.fairly_newpartright fieldset {
  border: none;
  width: 100%;
}
.fairly_newpartright legend {
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px;
  color: #b0232a;
  font-weight: bold;
}
.fairly_newpartright label {
    display: block;
    margin: 0;
    float: left;
}
.fairly_newpartright input[type="text"],
.fairly_newpartright input[type="password"] {
  width: 100%;
  padding: 5px;
  background: white;
}
.fairly_newpartright .prev,
.fairly_newpartright .next {
    padding: 16px 16px;
    border-radius: 14px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;    
    font-weight: normal;
    border: 0px;
    background-color: var(--bs-primary);
    width: 100%;
    box-shadow: 0 10px 20px rgba(51, 71, 206, 0.2);
}
.btn-primary{
    background-color: var(--bs-primary);
        border-color: transparent;
}
.btn-primary:hover{
   background-color: var(--bs-primary);
    border-color: var(--bs-btn-hover-border-color); 
}
.fairly_newpartright .prev:hover,
.fairly_newpartright .next:hover {
  /*background-color: #000;*/
  text-decoration: none;
}
.fairly_newpartright .prev {
    float: left;
    background-color: transparent;
    box-shadow: none;
    color: #3347ce;
    padding: 0;
    text-align: center;
    margin-top: 20px;
}
#step1 .formnewdesign_set{
    margin-top: 0px;
}
#step1 .help-block{
    margin: 0px;
}
.password-hints {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}
.hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #64748b;
    transition: 0.3s;
}
.hint .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CBD5E1;
    flex-shrink: 0;
    transition: 0.3s;
}
.fairly_newpartright .next {
  float: left;
}
.fairly_newpartright #steps {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.fairly_newpartright #steps li {
    font-size: 24px;
    float: left;
    padding: 0px 0px;
    padding-right: 18px;
    color: #b0b1b3;
}
.fairly_newpartright #steps li span {
  font-size: 11px;
  display: block;
}
.fairly_newpartright #steps li.current {
  color: #000;  
}
.fairly_newpartright #makeWizard {
  background-color: #b0232a;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 18px;
}
.fairly_newpartright #makeWizard:hover {
  background-color: #000;
}
.inpute_boxpart .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: inherit;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.inpute_boxpart .form-group input{
    /*margin-bottom: 60px;*/
    /*box-shadow: none;
    border-bottom: 1px solid #e7e7e7;*/
    font-size: 18px;
}
.note_textboxpart{
    display: inline-block;
    width: 100%;
    padding-bottom: 27px;
    padding-top: 12px;
}
.note_textboxpart p{
    margin: 0px;
    font-size: 14px;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    color: #64748b;
}

.owner_boxpart{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #F1F5F9;
    margin-top: 40px;
}
.owner_boxpart p{
    margin: 0px;
    font-size: 14px;    
    color: #64748b;
}


.owner_boxpart .container {
    display: block;
    display: inline-block !important;
    position: relative;
    width: 15%;
    float: left !important;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.owner_boxpart .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.owner_boxpart .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #aeaeae;
}

/* On mouse-over, add a grey background color */
.owner_boxpart .container:hover input ~ .checkmark {
    background-color: #aeaeae;
}
.owner_boxpart ul{
  display: inline-block;
  width: 100%;
  padding: 0px;
}
/* When the checkbox is checked, add a blue background */
.owner_boxpart .container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    

}

/* Create the checkmark/indicator (hidden when not checked) */
.owner_boxpart .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.owner_boxpart .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.owner_boxpart .container .checkmark:after {
    left: 11px;
    top: 6px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owner_boxpart .container h4{
    margin: 0px;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    font-size: 21px;
    display: inline-block;
    float: left;
    padding-top: 4px;
}



.owner_boxpart .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owner_boxpart .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.owner_boxpart .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


.owner_boxpart .container{
  display: block;
  position: relative;
  margin: 40px auto;
  height: auto;
  width: 500px;
  padding: 20px;
}

.owner_boxpart h2 {
    color: #AAAAAA;
}

.owner_boxpart .container ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.owner_boxpart ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 12%;
  height: 47px;
}

.owner_boxpart ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.owner_boxpart ul li label{
  color: #acadad;
  color: #acadad;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 8px 20px 20px 38px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;

  display: inline-block;
  height: auto;
  padding-bottom: 0px;
}

.owner_boxpart ul li:hover label{
    color: #acadad;
}

.owner_boxpart ul li .check{
    display: block;
    position: absolute;
    /* border: 13px solid #acadad; */
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 18px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #acadad;
}

.owner_boxpart ul li:hover .check {
  /*border: 13px solid #acadad;*/
}

.owner_boxpart ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 6px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.owner_boxpart input[type=radio]:checked ~ .check {
    /* border: 5px solid #0DFF92; */
    /*background: #0DFF92;*/
    border: 0 !important;
    

}

.owner_boxpart input[type=radio]:checked ~ .check::before{
  /*background: #0DFF92;*/
  background: url(../images/right-icon.png) no-repeat;
  background-size: 100%;
}

.owner_boxpart input[type=radio]:checked ~ label{
  color: #231f20;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}

.owner_boxpart .signature {
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
}

.owner_boxpart .signature p{
    text-align: center;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 0.85em;
    color: #AAAAAA;
}

.owner_boxpart .signature .much-heart{
    display: inline-block;
    position: relative;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: #AC1D3F;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owner_boxpart .signature .much-heart::before,
.owner_boxpart .signature .much-heart::after {
  display: block;
  content: '';
  position: absolute;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #AC1D3F;
  top: -4px;
}

.owner_boxpart .signature .much-heart::after {
    bottom: 0;
    top: auto;
    left: -4px;
}

.owner_boxpart .signature a {
    color: #AAAAAA;
    text-decoration: none;
    font-weight: bold;
}

/* Styles for alert...
by the way it is so weird when you look at your code a couple of years after you wrote it XD */

.owner_boxpart .alert {
  box-sizing: border-box;
  background-color: #0DFF92;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 20px 40px;
  color: #333;
}

.owner_boxpart .alert h2 {
    font-size: 22px;
    color: #232323;
    margin-top: 0;
}

.owner_boxpart .alert p {
    line-height: 1.6em;
    font-size:18px;
}

.owner_boxpart .alert a {
    color: #232323;
    font-weight: bold;
}

/*input.css*/



/*input.css*/

.relationship_textbox{
    display: inline-block;
    width: 100%;
    margin-top: 21px;
}
.relationship_textbox p{
  margin: 0px;
  font-size: 25px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  color: #221e1f;
}

.hours_textbox{
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 35px;
}
.hours_textbox h3{
  margin: 0px;
  font-size: 25px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  color: #221e1f;
}

.time_boxpart{
  display: inline-block;
  width: 100%;
  padding-bottom: 32px;
}
.mod_boxpart{
  display: inline-block;
  width: 100%;
}
.open_btnboxpart{
  display: inline-block;
  width: 25%;
  float: left;
}
.time_boxpartinarr{
  display: inline-block;
  width: 50%;
  float: left;
}

.montex_part{
  display: inline-block;
  width: 62px;
  float: left;
}
.montex_part h3{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  font-size: 18px;
  color: #231f20;
}

.togal_btnbox{
  display: inline-block;
  float: left;
}
.togal_btnbox input[type='checkbox'] {
  display: none;
}
.togal_btnbox input[type='checkbox']:checked ~ .toggle {
    /*background: #009688;*/
    left: 21px;
    transition: 0.3s;
}
.togal_btnbox input[type='checkbox']:checked ~ .switch {
  /*background: #6DBEB7;*/
  transition: 0.3s;
}

.togal_btnbox .switch {
  display: block;
  width: 43px;
  height: 19px;
  background: #AFAFAF;
  border-radius: 20px;
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.togal_btnbox .toggle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: -3px;
  left: -7px;
  box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.togal_btnbox .card label{
    cursor: pointer;
}
.togal_btnbox .card {
    display: inline-block;
    margin: 13px;
    margin: 0;
    width: 59px;
    margin-top: 0px;
    height: 25px;
    text-align: center;
    position: relative;
}

.togal_btnbox .checkboxOfSwitch:checked ~ .toggle {
  

}
.togal_btnbox .checkboxOfSwitch:checked ~ .switch {
  background: #BCDBE0;
}

/*body {
  background: #EEE;
}

h1 {
  font: 300 45px Roboto;
  text-align: center;
}*/

.togal_btnbox .centered {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}

.open_textboxpart{
  display: inline-block;
  float: left;
}
.open_textboxpart h3{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  font-size: 18px;
  color: #c4c4c4;
}
.time_boxpartnew{
  display: inline-block;
  width: 33%;
  float: left;
}
.time_boxpartnew h3{
  margin: 0px;
  color: #c4c4c4;
  width: 109px;
  padding-bottom: 5px;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  border-bottom: 1px solid #bbbdc0;
}
.time_boxpartnew2{
  display: inline-block;
  width: 40%;
  float: left;
}
.time_boxpartnew2 h3{
  margin: 0px;
  padding-bottom: 5px;
  color: #c4c4c4;
  width: 109px;
  border-bottom: 1px solid #bbbdc0;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.sub_lineimg{
   display: inline-block;
   float: left;
   margin-right: 33px;
}
.sub_lineimg img{
  width: 24px;
}
.relationship_textbox .inpute_boxpart input{
  margin: 15px 0px;
}
.relationship_textbox .formnewdesign_set{
    margin-top: 0px;
}
.nameinpute_boxpart{
  display: inline-block;
  width: 100%;
}
.nameinput_text{
    display: inline-block;
    width: 100%;
    float: left;    
    padding-right: 0px;
}

.input_textboxnew{
    display: inline-block;
    width: 100%;
    float: left;    
}

.email_boxpart{
  display: inline-block;
  width: 100%;
}
.email_boxpart .inpute_boxpart input{
  margin-bottom: 25px;
  margin-top: 0px;
}
.email_boxpart .formnewdesign_set{
  margin-top: 0px;
}
.emali_notetextbox{
  display: inline-block;
  width: 100%;
  padding-bottom: 4px;
}
.emali_notetextbox p{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  font-size: 18px;
  color: #acadad;
}

.password_manboxpart{
  display: inline-block;
  width: 100%;
}
.password_inputbox{
  display: inline-block;
  width: 100%;
  float: left;  
}

.conpassword_textbox{
  display: inline-block;
  width: 100%;
  float: left; 
}
.timeclinic_boxpart{
  display: inline-block;
  width: 100%;
  padding-bottom: 17px;
  padding-top: 35px;
}
.timeclinic_boxpart h3{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  font-size: 25px;
  color: #221e1f;
}



.select_boxpart i{
  float: right;
  position: relative;
  top: -25px;
  font-size: 17px;
  color: #acadad;
}
.select_boxpart  p{
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px;
    margin-bottom: 7px;
}
.select_boxpart .custom-select {
  position: relative;
  font-family: Arial;
}
.select_boxpart .custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select_boxpart.custom_dropdown .custom-select select {
    display: inline-block;
    width: 100%;
    border: 0px;
    border-bottom: 0px solid #bbbdc0;
    font-size: 16px;
    padding: 0;
    padding: 14px 14px;
    color: #acadad;
    outline: 0;
    font-family: 'Inter_Medium';    
    background-color: #f0f4ff;
    border-radius: 11px;
    cursor: pointer;
    border: 2px solid transparent;
}
.select_boxpart.custom_dropdown .custom-select select:focus{
    background: white;
    border-color: #3347ce;
}
.select_boxpart .select-selected {
  background-color: var(--bs-primary);
  border-bottom: 1px solid #bbbdc0;
}
/*style the arrow inside the select element:*/
.select_boxpart .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select_boxpart .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select_boxpart .select-items div,.select-selected {
  color: #acadad;
  padding-left: 0px !important;
  padding-left: 0px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  padding: 8px 16px;
  font-size: 17px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #bbbdc0;
}
/*style items (options):*/
.select_boxpart .select-items {
  position: absolute;
  background-color: var(--bs-primary);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select_boxpart .select-hide {
  display: none;
}
.select_boxpart .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#other-source input{
    border: 0;
    border-bottom: 1px solid #bbbdc0;
    padding: 10px 7px;
    color: #acadad;   
    font-size: 14px;
    outline: 0;
}
.number_textbox{
  display: inline-block;
  width: 100%;
  padding-top: 29px;
}

.number_textbox p{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  color: #acadad;
  font-size: 17px;
  padding-bottom: 10px;
}
.number_textbox h5{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  color: #acadad;
  font-size: 17px;
  line-height: 25px;
}

.number_textbox span{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-medium';*/
  
}

.verification_textbox{
  display: inline-block;
  width: 100%;
  padding-bottom: 33px;
  padding-top: 45px;
}
.verification_textbox h3{
    margin: 0px;    
    color: #221e1f;
    line-height: 27px;
    padding-bottom: 7px;
    font-size: 19px;
}

.verification_textbox p{
  color: #808081;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  margin: 0px;
  font-size: 18px;
}

.confirmation_trxtbox{
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.confirmation_trxtbox h3{
  margin: 0px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  color: #221e1f;
  line-height: 27px;
  padding-bottom: 7px;
  font-size: 19px;
}

.confirmation_trxtbox p{
  color: #808081;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  margin: 0px;
  font-size: 18px;
}

.account_btnbox{
  display: inline-block;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 20px;
}

.account_btnbox button{
  border: 0px solid;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  /*font-family: 'avenir-next-lt-pro-demi';*/
  padding: 10px 32px 10px 32px;
  

}


.inpute_boxpart .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #acadad;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.inpute_boxpart .form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #acadad;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.inpute_boxpart .form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #acadad;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.inpute_boxpart .form-group input:-moz-placeholder { /* Firefox 18- */
  color: #acadad;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}

.inpute_boxpart.setinput input{
  margin: 45px 0px;
}
.password_manboxpart .inpute_boxpart input{
  margin: 10px 0px;
}







.formnewdesign_set {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 24px;
}
.formnewdesign_set label {
  display: block;
  text-align: left;
  color: white;
  font-size: .875em;
}
.formnewdesign_set .text-input {
  overflow: hidden;
  margin-bottom: .875em;
}
.formnewdesign_set input[type="text"],
.formnewdesign_set input[type="password"] {
    width: 100%;
    padding: 15px 15px;
    /* padding-left: 0; */
    background: none;
    /* color: white; */
    font-size: 13px;
    font-weight: 400;
    border: none;
    border-bottom: 0px solid #bbbdc0;
    outline: 0;
    background-color: #f0f4ff;
    border-radius: 14px;
    border: 2px solid transparent;
}
/*.formnewdesign_set input[type="text"]:focus + .separator,
.formnewdesign_set input[type="password"]:focus + .separator {
  -webkit-transform: scaleX(1) translateY(-2px);
          transform: scaleX(1) translateY(-2px);
  opacity: 1;
}*/
.formnewdesign_set input[type="submit"] {
  color: white;
  background: #3599FF;
  padding: 1em 1.4em;
  font-size: 1.2em;
  border: none;
  border-radius: 10px;
}
.formnewdesign_set input{
  /*font-family: 'avenir-next-lt-pro-medium';*/
  color: #231f20;
}
.formnewdesign_set .text-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #acadad;
  line-height: 11 !important;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.formnewdesign_set .text-input input::-moz-placeholder { /* Firefox 19+ */
  color: #acadad;
  line-height: 11 !important;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.formnewdesign_set .text-input input:-ms-input-placeholder { /* IE 10+ */
  color: #acadad;
  line-height: 11 !important;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}
.formnewdesign_set .text-input input:-moz-placeholder { /* Firefox 18- */
  color: #acadad;
  line-height: 11 !important;
  /*font-family: 'avenir-next-lt-pro-medium';*/
}

.separator {
  height: 3px;
  width: 100%;
  

  display: block;
  -webkit-transform: scaleX(0) translateY(-2px);
          transform: scaleX(0) translateY(-2px);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  opacity: 0;
  transition: all 0.15s linear;
}

.setman_boxpart{
  padding-bottom: 30px;
}
.setfont_sizebox .text-input input{
  font-size: 15px;
}
.setfont_sizebox .text-input input:focus{
    background: white;
    border-color: #3347ce;
}

.formnewdesign_set .text-input input{
    /*font-family: 'avenir-next-lt-pro-medium';*/
}

.newtimboxsetinpart1 input {
  margin: 0;
  font-size: 14pt;
  border-radius: 3px;
  padding: 5px;
}

.newtimboxsetinpart1 input {
  margin: 0;
  font-size: 20px;
  padding: 10px;
  border: 0;
  text-align: center;
  border-bottom: 1px solid #bbbdc0;
  width: max-content;
  transition: all 1s;
  border-radius: 0;
  height: 33px;
  outline: 0;
  color: #c4c4c4;
  /*font-family: 'avenir-next-lt-pro-regular';*/
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.strike-time {
  border: 1px solid red !important;
  color: red !important;
}
.stepmormset{
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.stepmormset li{
  display: inline-block;
  float: left;
  width: 25%;
}
.stepmormset img{
  width: 39px;
  margin: 0 auto;
}
.stepmormset p{
  display: inline;  
  color: #dbdcdb;
  font-size: 15px;
  margin-left: 8px;
}
.stepmormset .current p{
  color: #000000;

}
.borderset{
  /*position: relative;*/
}
.borderset::after{
    content: '';
    position: absolute;
    width: 36%;
    left: 38.5%;
    top: 21px;
    background: #dbdcdb;
    height: 1px;
}

.borderset::before{
      content: '';
    position: absolute;  
    width: 15%;
    right: 61%;
    top: 21px;
    background: #dbdcdb;
    height: 1px;
}
#stepDesc2{
    position: relative;
}
#stepDesc2::before{
    content: '';
    position: absolute;
    width: 84%;
    right: -38%;
    top: 21px;
    /*background: #dbdcdb;*/
    height: 1px;
}

span.errorValidate
{
    color : #f44336;
    display: inline-block;
    width: 100%;    
}


.fairly_newpartright a#back_btn{
 
  color: #ffffff;
  text-decoration: none;
  filter: inherit;
}



.formnewdesign_set p{
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px;
    margin-bottom: 7px;
}

.subscriptions_textbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.subscriptions_textbox h3{
    margin: 0px;
    /*font-family: 'avenir-next-lt-pro-bold';*/
    color: #000;
    font-size: 30px;
}
.subscriptions_boxdiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.subscriptions_boxdiv ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.subscriptions_boxdiv ul li{
    width: 45%;
    float: left;
    list-style-type: none;
    margin-left: 21px;
    margin-right: 21px;
}
.plan_textmandiv{
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 0px;
    padding: 30px 10px;
    height: 347px;
    /*box-shadow: 0px 1px 7px 2px rgb(218 218 218 / 70%);*/
}
.addborder_div{
   
    /**/
}
.plan_titaltext{
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}
.plan_titaltext h3{
    margin: 0px;
    font-size: 30px;
    color: #000;
    /*font-family: 'avenir-next-lt-pro-bold';*/
    margin-bottom: 0px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 9px;
}
.plan_titaltext p{
    color: #000;
    font-size: 18px;    
    /*font-family: 'avenir-next-lt-pro-medium';*/
    padding-left: 25px;
    padding-right: 25px;
}
.rs_plantextbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.rs_plantextbox span{
    display: inline-block;
    color: #000;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    font-size: 22px;
    position: relative;
    top: -32px;
    right: -6px;
}
.rs_plantextbox p{
    display: inline-block;
    margin: 0;
    /*font-family: 'avenir-next-lt-pro-bold';*/
    font-size: 56px;
    color: #000;
}
.rs_plantextbox label{
    /*font-family: 'avenir-next-lt-pro-medium';*/
    color: #000;
    font-size: 17px;
    display: inline-block;
    float: none;
    /*max-width: 90px;*/
    text-align: left;
    font-weight: normal;
}
.gedstarted_btndiv{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.gedstarted_btndiv a{
    display: inline-block;
    padding: 9px 33px;
    border: 1px solid #0006FF;
    
    font-size: 18px;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    border-radius: 5px;
    text-decoration: none;
    width: 90%;
}
.gedstarted_btndiv a:hover{
    
    color: #fff;
}
.plan_detilstext{
    display: inline-block;
    width: 100%;
   /* text-align: left;
    padding-left: 40px;*/
    margin-top: 00px;
}
.plan_detilstext p{
    margin: 0px;
    color: #000;
    font-size: 16px;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    margin-bottom: 5px;
}
.plan_detilstext i{
    margin-right: 10px;
    
}
.cardnumber_inputbox{
    display: inline-block;
    width: 100%;
    margin-top: 14px;
}
.cardnumber_inputbox input{
    width: 100%;
    height: 45px;
    border: 1px solid #bbbdc0;
    border-radius: 6px;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    font-size: 14px;
    padding-left: 16px;
}


.checknoxdesign_mainclass {
    margin-right: 25px;
}
.checknoxdesign_mainclass{
    position: relative;
    display: inline-block;
    float: left;
}
.checknoxdesign_mainclass .newcheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #444344;
    /*font-family: 'avenir-next-lt-pro-medium';*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        font-weight: normal;
}
.checknoxdesign_mainclass .newcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checknoxdesign_mainclass .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #929292;
    background-color: var(--bs-primary);
    border-radius: 4px !important;
}
.checknoxdesign_mainclass .newcheckbox:hover input ~ .checkmark {
    /*background-color: var(--bs-primary);*/
}
.checknoxdesign_mainclass .newcheckbox input:checked ~ .checkmark {
    

    border-radius: 4px;
}
.checknoxdesign_mainclass .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checknoxdesign_mainclass .newcheckbox input:checked ~ .checkmark:after {
    display: block;
}
.checknoxdesign_mainclass .newcheckbox .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* media queries */
@media (max-width: 1200px){

}
@media (max-width: 1199px){
    .subscriptions_boxdiv ul li {
        width: 41%;    
        margin-left: 16px;
        margin-right: 16px;
    }
    .plan_titaltext h3 {
        font-size: 24px;
    }
	.open_btnboxpart {
    width: 40%;
  }
}
@media (max-width: 991px){
    .subscriptions_textbox h3 {    
        font-size: 25px;
    }
    .subscriptions_boxdiv ul li {
        width: 100%;
        float: left;            
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 21px;
    }
  .newtimboxsetinpart1 input {
    font-size: 18px;
  }
	.owner_boxpart ul li {
    width: 18%;
  }
}
@media (max-width: 767px){
    .gedstarted_btndiv a {    
        padding: 7px 33px;    
        font-size: 16px;
        width: 85%;
    }
    .plan_detilstext p{
        font-size: 15px;
    }
    .subscriptions_boxdiv {    
        margin-bottom: 0;
    }
    .plan_textmandiv {    
        height: 100%;
    }
    .plan_titaltext h3 {
        font-size: 21px;
    }
    .subscription_textbox {    
        font-size: 27px;    
        margin-bottom: 22px;
    }
    
  h4#successmsg {
    color: #3DB873;
    font-size: 15px;
  }
  .verification_textbox {
    padding-bottom: 24px;
  }
  .fairly_newpartright .prev, .fairly_newpartright .next {
    padding: 10px 25px 7px;
    font-size: 13px;
  }
  .confirmation_trxtbox p {
    font-size: 15px;
  }
  .confirmation_trxtbox h3 {
    line-height: 21px;
    padding-bottom: 1px;
    font-size: 16px;
  }
  .verification_textbox p {
    font-size: 15px;
  }
  .verification_textbox h3 {
    padding-bottom: 1px;
    line-height: 22px;
    font-size: 16px;
  }
  .number_textbox h5 {
    font-size: 14px;
  }
  .number_textbox p {
    font-size: 14px;
  }
  .select_boxpart .select-items div, .select-selected {
    font-size: 15px;
  }
  .timeclinic_boxpart h3 {
    font-size: 20px;
  }
  .timeclinic_boxpart {
    padding-bottom: 4px;
    padding-top: 21px;
  }
  .emali_notetextbox p {
    font-size: 14px;
  }
  .conpassword_textbox .formnewdesign_set {
    margin-top: 0px;
  }
  .conpassword_textbox {
    width: 100%;
    padding-left: 0;
  }
  .password_inputbox {
    width: 100%;
    padding-right: 0;
  }
  .input_textboxnew .formnewdesign_set {
    margin-top: 0px;
  }
  .nameinput_text .formnewdesign_set {
    margin-top: 0px;
  }
  .input_textboxnew {
    width: 100%;
    padding-left: 0;
  }
  .nameinput_text {
    width: 100%;
    padding-right: 0;
  }
  /*.time_boxpart .bootstrap-datetimepicker-widget{
    width: 150px !important;
  }*/
  .montex_part {
    width: 55px;
  }
  .note_textboxpart p {
    font-size: 17px;
  }
  .sub_lineimg {
    margin-right: 15px;
    margin-left: 15px;
  }
  .time_boxpartnew {
    width: 35%;
  }
  .relationship_textbox p {
    font-size: 20px;
  }
  .hours_textbox {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .hours_textbox h3 {
    font-size: 22px;
  }
  .owner_boxpart p {
    font-size: 22px;
  }
  .stepmormset p {
    font-size: 14px;
  }
  .stepmormset img {
    width: 30px;
    margin: 0 auto;
  }
  .sign_btnbox {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .applioed_btnbox a {
      margin-bottom: 21px;
  }
  .applioed_btnbox p {
      padding-top: 20px;
      padding-bottom: 15px;
  }
  .images_boxpart img {
      width: 140px;
  }
  .images_boxpart {
      padding-bottom: 20px;
      padding-top: 17px;
  }
  .fairly_newpartright {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
  .fairly_newpartleft {
      width: 100%;
      position: relative;
  }
}
@media (max-width: 479px){
  .relationship_textbox p {
    font-size: 18px;
  }
  .confirmation_trxtbox {
    padding-bottom: 15px;
  }
  .confirmation_trxtbox p{
    font-size: 15px;
  }
  .confirmation_trxtbox h3{
    font-size: 16px;
  }
  .verification_textbox p {
    font-size: 15px;
  }
  .verification_textbox h3 {
    line-height: 20px;
    font-size: 16px;
  }
  .fairly_newpartright #steps li {
    font-size: 13px;
  }
  .stepmormset img {
    width: 25px;
  }
  .stepmormset p {
    font-size: 11px;
  }
  .borderset::before {
    width: 20%;
    right: 67%;
    top: 13px;
  }
  .borderset::after {
    width: 20%;
    left: 38%;
    top: 13px;
  }
  #stepDesc2::before {    
    width: 80%;
    right: -32%;
    top: 13px;
  }
  .sign_btnbox p {
    font-size: 15px;
  }
  .applioed_btnbox a {
    font-size: 13px;
  }
  .applioed_btnbox p {
    font-size: 16px;
  }
  .images_boxpart img {
    width: 120px;
  }
  .newtimboxsetinpart1 input {
    font-size: 16px;
  }
  .open_textboxpart h3 {
    font-size: 16px;
  }
  .montex_part h3 {
    font-size: 16px;
  }
  .hours_textbox h3 {
    font-size: 18px;
  }
  .owner_boxpart ul li {
    width: 22%;
  }
  .note_textboxpart {
    padding-bottom: 13px;
  }
  .owner_boxpart p {
    font-size: 18px;
  }
  .time_boxpartnew {
    width: 47%;
  }
  .time_boxpartinarr {
    width: 100%;
  }
  .open_textboxpart {
    width: 32%;
  }
  .togal_btnbox {
    width: 19%;
  }
  .montex_part {
    width: 45%;
  }
  .open_btnboxpart {
      width: 100%;
  }
	 .time_boxpart {
      width: 100%;
      text-align: center;
      padding-bottom: 40px;
  }
}
@media (max-width: 455px){
  .time_boxpartnew {
    width: 40%;
  }
  .montex_part {
    width: 38%;
  }
  .open_textboxpart {
    width: 30%;
  }
}
@media (max-width: 360px){
  .owner_boxpart ul li {
    width: 28%;
  }
	.open_textboxpart {
    width: 38%;
  }
}
@media (max-width: 320px){

}
/* media queries */
