/* common css in all templates */
:root {
    --brand-color: #2a1a5e;
    --secondary-color: #ef9434;
    --gray-color: #7e849b;
    --border-color: #dddddd;
    --black-color: #1f222b;
    --white-color: #ffffff;
}
.rtwwcfm_hidden{
	display: none;
}
.rtwwcfm_appointment_main__wrapper{
    height: auto;
    padding: 25px;
    box-shadow: 0 5px 30px 5px rgb(112 119 125 / 60%);
}

.rtwwcfm_multistep_content_wrapper .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


/**** notify js  **********/

.notifyjs-bootstrap-rtwwcfm_text_notify{
  background-color: #f4be6b !important;
    color: #fff !important;
   
}
.notifyjs-container{
  top: -2px !important;
}
.notifyjs-bootstrap-base{
  white-space: normal !important;
}
.notifyjs-bootstrap-base.notifyjs-bootstrap-rtwwcfm_text_notify {
  width: 530px !important;
  white-space: normal !important;
}

/* css for pre next buttons */

.rtwwcfm_wrap  .rtwwcfm_next .rtwwcfm_next_btn,
.rtwwcfm_wrap .rtwwcfm_next .rtwwcfm_prev_btn,
.rtwwcfm_update_profile,
.rtwwcfm-cust-btn.rtwwcfm_cncl_submit,
.rtwwcfm_cancel_appointment,
.rtwwcfm_next_process_btn,
.rtwwcfm_prev_process_btn,
.rtwwcfm_third_next_btn {
    background-color: var(--secondary-color);
    color: #ffffff!important;
    line-height: 1.5;
    padding: 8px 15px !important;
    text-transform: capitalize;
    box-shadow: none;
    display: inline-block;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
}

.rtwwcfm_next .rtwwcfm_next_btn:focus,
.rtwwcfm_next .rtwwcfm_prev_btn:focus,
.rtwwcfm_update_profile:focus,
.rtwwcfm-cust-btn.rtwwcfm_cncl_submit:focus,
.rtwwcfm_cancel_appointment:focus,
.rtwwcfm_next_process_btn:focus,
.rtwwcfm_prev_process_btn:focus,
.rtwwcfm_third_next_btn:focus,
.rtwwcfm_next .rtwwcfm_next_btn:hover,
.rtwwcfm_next .rtwwcfm_prev_btn:hover,
.rtwwcfm_update_profile:hover,
.rtwwcfm-cust-btn.rtwwcfm_cncl_submit:hover,
.rtwwcfm_cancel_appointment:hover,
.rtwwcfm_next_process_btn:hover,
.rtwwcfm_prev_process_btn:hover,
.rtwwcfm_third_next_btn:hover {
    outline: 0;
    background-color: #2a1a5e!important;
}

.rtwwcfm_next_btn i {
    vertical-align: middle;
}
.multistep-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.multistep-nav a{
text-decoration: none;
}
.rtwwcfm_next::after,
.rtwwcfm_prcoess_stpes_btns::after {
    content: "";
    clear: both;
    display: block;
}

.rtwwcfm_next_process_btn,
.rtwwcfm_prev_process_btn,
.rtwwcfm_next .rtwwcfm_next_btn,
.rtwwcfm_next .rtwwcfm_prev_btn {
    margin-right: 0;
    position: relative;
}

.rtwwcfm_next_process_btn,
.rtwwcfm_next_btn {
    float: right;
}

.rtwwcfm_prev_process_btn,
.rtwwcfm_prev_btn {
    float: left;
}

.rtwwcfm_next .rtwwcfm_prev_btn {
    background-color: var(--secondary-color);
}
.rtwwcfm_next{
  width: 50%;
}
.rtwwcfm_next_note {
  float: right;
 
}
.rtwwcfm_prev a:first-child{
  margin-bottom: 10px;
}
.rtwwcfm_tab_list_wrapper {
    padding: 0;
    list-style: none;
    display: flex;
}
.rtwwcfm_tab_list {
    width: 20%;
    text-align: center;
}
.rtwwcfm_tab_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.rtwwcfm_tab_item::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d1bfbf;
    width: 100%;
    height: 2px;
    left: 0;
    top: 30%;
}
.rtwwcfm_tab_icon {
    display: none;
}
.rtwwcfm_tab_number {
    width: 40px;
    height: 40px;
    background: #999595;
    background-color: rgb(153, 149, 149);
    color: white;
    line-height: 40px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
    z-index: 9;
    transition: all 0.3s;
}
.rtwwcfm_tab_number.rtwwcfm_completed_action {
    background-color: green;
}
.rtwwcfm_tab_number.rtwwcfm_active_number {
    background-color: black;
}
select{
    width: 100%;
}
/* css for send button */
.rtwwcfm_multistep_content_wrapper .wpcf7-form-control.wpcf7-submit,
.rtwwcfm_multistep_content_wrapper .ajax-loader{
  float: right;
}
@media(max-width:576px){
    .rtwwcfm_tab_item div:nth-child(2) {
        display: none;
    }
    .rtwwcfm_tab_item::after {
        border:0;
    }
}