.Category-Selection 
{
    width:100%;
    margin:0 auto;
}
.Category-Selection #accordion
{
   width:100%;
   margin:0 auto;
   background-color:#fafafa;
   border-radius: 5px;
   box-shadow:1px 2px 4px rgba(0,0,0,0.27);
   padding:6% 2% 3%;
}

.Category-Selection .panel-heading i.checkicon
{
   font-size: 18px;
   color:#206c72;
   margin-left:-50px;
   margin-right:15px;
}




#bc-layered-chat .Category-Selection .panel-heading i.checkicon
{
   margin-right:10px;
}



.Category-Selection .panel-heading i.category-wizard-icon
{
   font-size: 18px;
   color:#206c72;
}

.Category-Selection .panel-title {
    font-family:"Nexa";
    color: #333;
	font-size:24px;
    font-style: normal;
    display: inline-block;
	padding: 10px;
	text-decoration: none;
    /*height:100%;*/
    width:100%;
}
.current-step {
     border-left:45px solid #d9272d;
     padding-left:0px;
}

/* ECM Hot Fix */
.chat-body #headingOne-chat.panel-heading {
    border-bottom: 1px solid #ddd;
    display: block;
}

.chat-body #headingOne-chat.panel-heading .col-xs-11 {
    float: none;
    display: inline-block;
    width: 91%;
}

#collapseOne-chat.collapse.in {
    display: inline-block;
}

#collapseOne-chat.collapse.in .panel-body.panel-body-chat {
    border-top: 0px;
}

.Category-Selection .panel-collapse.collapse {
    margin-top: -6px;
}

.Category-Selection #collapseOne-chat.panel-collapse.collapse {
    margin-top: 0px;
}

.padding-30-desk-20-mob {
     padding-left:50px;
}
.current-step .padding-30-desk-20-mob,.step-five-other {
    padding-left:0px;
    margin-left: -3px;
}

.div-plus-minus {
    right: 6.5%;
    position: absolute;
    margin-top: 2%;
    vertical-align: top !important;
}

@media screen and (max-width: 560px) {
    div > div.vertical-center-div.div-plus-minus > i {
        margin-right: 1.25em;
    }
}

@media screen and (max-width: 639px) {
    .div-plus-minus {
        right: 8.5%;
    }

    .Schedule-appointment .call-me-back-box .bottom-links {
        margin-top: 50px !important;
        text-align: center;
    }

    .row.date-time-pickers .input-group {
        width: 100%;
    }

    .row.date-time-pickers .input-group .form-control {
        width: 85%;
    }

    .modal .Schedule-appointment .or span {
        margin-left: -59.5% !important;
}
}


@media screen and (max-width:767px) {
    .vertical-center-div {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .step-five-other   
    {
     padding-left:10px;
    }

   .current-step 
    {
      border-left:15px solid #d9272d;
    }
   .current-step .padding-30-desk-20-mob   
    {
     padding-left:0px;
    }
   .thirdtab-icon
{
    margin-left:-5px;
}
 
}


@media only screen and (max-width: 767px) {
   .Category-Selection .panel-title {
       font-size: 20px;
    }
.Category-Selection .panel-heading i.checkicon
{
   font-size: 16px;
   color:#206c72;
   margin-left:0px;
   margin-right:0px;
}
.Category-Selection .well ,.Category-Selection .Schedule-appointment .well
{
     padding:2% 0%;
}
    .Category-Selection .well, .Category-Selection .Schedule-appointment .padd-left-8 {
        padding-left: 8%;
    }
}

.Category-Selection .panel-title:hover {
     cursor: pointer;
}

.Category-Selection	.panel-group .panel {
   border-color: #EEEEEE;
   margin-top:15px;
   border-radius:0px;
}
.Category-Selection .well 
{
   background-color:#fff;
   border:none;
   padding:15px 50px;
   margin-bottom:0px;
   box-shadow: none;
   background-image: none;
}
.Category-Selection .panel-body {
    padding:0px;
}
.Category-Selection .callback-success-failure-grid 
{
   background-color:#fafafa;
}
/*.Category-Selection .panel-body 
{
   padding:0px;
    /*transition: all 0.8s ease-in-out 0s;*/ 
   /*-webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -ms-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
}.Category-Selection .first_step_radio_grid,
.Category-Selection .second_step_radio_grid,
.Category-Selection .third_step_radio_grid,
.Category-Selection .fourth_step_radio_grid
{
    transition: all 0.8s ease-in-out 0s;
}*/


/*.Category-Selection .panel-body .controls 
{
   transition: all 0.8s ease-in-out 0s;
}*/

.Category-Selection .panel-heading {
		border-radius: 0;
		color: #212121;
		border-color: #EEEEEE;
        padding:0px;
 }

.Category-Selection .more-less {
		float: right;
		color: #212121;
 }

/*
Animate.css - zoomIn effect
*/
/*.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s
}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}*/

.collapsing {
    transition: height 0.6s;
}
/*
end zoomIn effect
*/


.Category-Selection input[type=radio]:checked ~ .check {
    border: 7px solid #d9272d;
}
.Category-Selection .panel-body .check {
    display: block;
    position: absolute;
    border: 1px solid #333;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
 }

.Category-Selection .panel-body label {
    display: block;
    position: relative;
    padding: 15px 0 0px 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-family: "Nexa";
    font-size: 16px; 
    font-style: normal;
    font-weight:normal;
    cursor:pointer;
}


.Category-Selection .panel-body .no-results {
    font-family: "Nexa";
    font-size: 16px; 
    font-style: normal;
    font-weight:normal;
    padding-left:0px;
}

.radio_grid {
    position:relative;
    clear: both;
}
.Category-Selection .panel-body input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.padding-45-desk-15-mob{
    padding-left:45px;
}
.padding-45-desk-20-mob{
    padding-left:45px;
}
.padding-30-desk-20-mob
{
     padding-left:45px;
}
.step-five-other .padding-30-desk-20-mob
{
     padding-left:60px;
}
.current-step .step-five-other .padding-30-desk-20-mob
{
     padding-left:15px;
}
.Category-Selection .padding-30{
    padding-left:30px;
}
.Category-Selection .padding-15{
    padding-left:15px;
}
.padding-left-45
{
     padding-left:45px;
}
.step-selected
    {
        padding-left:50px;
    }
@media only screen and (max-width: 767px) {
    .step-five-other .padding-30-desk-20-mob
    {
     padding-left:30px;
     }
    .Category-Selection .panel-body label {
        font-size:14px;
    }
    .Category-Selection .panel-body .check {
        height:16px;
        width:16px;
    }

    .Category-Selection input[type=radio]:checked ~ .check {
      border: 5px solid #d9272d;
    }
  
.padding-45-desk-15-mob{
    padding-left:15px;
 }
.padding-45-desk-20-mob{
    padding-left:20px;
}
.padding-30-desk-20-mob
{
     padding-left:20px;
}
   .step-selected
    {
        padding-left:0px;
    }
   .step-selected-col 
    {
        padding-left:15px;
    }
   .current-step .col-xs-10
   {
       padding-left:20px !important;
   }

   .current-step .step-five-other 
   {
       padding-left:10px !important;
   }

   .Category-Selection .well 
   {
    background-color:initial;
    border:none;
    padding:15px 15px;
    margin-bottom:0px;
   }
}

.category-txt-replace sup,.panel sup {
    font-size: 0.5em;
    top:-.9em;
}

/* Schedule a call back styles */
.Category-Selection .form-group .fields {  text-align: center;  }
.Category-Selection .phone-number .phone_number_dash_after::after{
     content: "-";
     position:absolute;
     color: black;
     border: 0px solid;
     right: 3.5px;
     top: 14px;
}

.Category-Selection .phone-number .col-xs-4{
	width:32%;
}

.Category-Selection .phone-number .col-xs-3, .phone-number .col-xs-4{

	padding-left:0;
}

.phone_number_column
{
    padding-right:0;
}

/*.Category-Selection .phone-number .ng-invalid{
   border:1px solid #d9272d;
}*/


.Category-Selection .phone_number_title,.Category-Selection .validation_errors,.Category-Selection .validation_success{
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.Category-Selection .validation_success {
    padding-top:14px;
}
.Category-Selection .validation_errors
{
    padding-top:10px;
    padding-bottom:10px;
}
@media only screen and (max-width: 767px) {
 .Category-Selection .phone_number_title,.Category-Selection .validation_errors{
    font-size: 14px;
    color:#333;
 }
}
.Category-Selection .validation_errors
{
    margin-top:5px;
    padding-left:0px;
}


.Category-Selection .phone_number_grid{
    margin-bottom:35px;
}
.Category-Selection .panel-body i.checkicon
{
   font-size: 16px;
   color:#206c72;
}

.Category-Selection .phone_number_well
{
    padding-left:15px;
}
@media only screen and (max-width: 767px) {
 .Category-Selection .phone_number_well
{
    padding-left:15px;
}
}

/* Schedule Call sixth step*/

.Category-Selection .panel-heading .schedule_appointment_heading
{
    /*width:25px;
    height:52px;*/
    border-left: 25px solid #d9272d;
}
.Category-Selection .panel-heading .schedule_appointment_heading .steps_no_selection{
    padding-left:5px;
}

.Category-Selection .step-description{
    padding-left:0px;
   }

@media only screen and (max-width: 767px) {
   .Category-Selection .step{
    font-family: "Nexa Bold";
    color:#333;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    width:100%;
    float:left;
    }
   .Category-Selection .step-description {
    font-family: "Nexa";
    color:#333;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-left:20px;
    float:left;
   }
   .step-selected
   {
    width:100%;
    float:left;
   }
}

@media only screen and (max-width: 1100px) {
   .Category-Selection .panel-heading .schedule_appointment_heading .step{
    }
   .Category-Selection .panel-heading .schedule_appointment_heading .step-description{
       
    }
}

.Schedule-appointment .res-pay-bills-orders-panel{
    background-color:#fafafa;
}
.Schedule-appointment .call-me-back-right-border > [class*="col"]
{
     border-right: 1px solid #C2C2C2;
}
.Schedule-appointment .call-me-back-right-border > [class*="col"]:last-child
{
    border-right: none;
}
.Schedule-appointment .boxes{
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
}
.Schedule-appointment .call-me-back-box  {

  /*padding:20px;
  margin-left:15px;*/
}
.Schedule-appointment .call-me-back-middle-box  {
    padding-left: 0;
    padding-right: 0;
    width:11%;
}

.Schedule-appointment .schedule-date-picker .schedule-time,.Schedule-appointment .schedule-date-picker .schedule-date  {
    padding-right:10%;
    font-family: "Nexa XBold";
    color:#333;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.Schedule-appointment .call-me-back-box row
{
    margin-left:0px;
}
.Schedule-appointment .call-me-back-box .title {
    font-size:24px;
    color:#333;
    font-style:normal;
    font-weight: normal;
    font-family:"Nexa Bold"; 
}
.Category-Selection .Schedule-appointment .well 
{
   padding:3% 4%;
   padding-bottom:3%;
}

.Schedule-appointment .call-me-back-box .description {
    font-size:16px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
    line-height:20px;
    margin-top:10px;
    margin-bottom:10px;
}
.Schedule-appointment .call-me-back-box .description a:link{
    color:#278189;
    text-decoration:none;
}
.Schedule-appointment .call-me-back-box .description a:hover{
    text-decoration:underline;
}
.Schedule-appointment .call-me-back-box .bottom-links
{
  margin-top:10px;
} 

@media only screen and (max-width: 767px) {
   /*.Schedule-appointment .call-me-back-box .bottom-links
   {
    position:absolute;
    bottom:0px;
    width:100%;
   }*/
   .Schedule-appointment .call-me-back-box .bottom-links .suibmit-request-button {
    border-radius: 4px;
    font-family: "Nexa Bold";
    font-size: 14px;
    height: 50px;
    color:#ffffff;
    padding: 15px 30px !important;
  }
.phone_number_next_grid .suibmit-request-button 
  {
     padding: 10px 30px !important;
  }
   .Schedule-appointment .call-me-back-box .title {
    font-size:18px;
    color:#333;
    font-style:normal;
    font-weight: normal;
    font-family:"Nexa Bold"; 
}
   .Schedule-appointment .call-me-back-box .description {
    font-size:14px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
    line-height:32px;
    margin-top:10px;
    margin-bottom:10px;
}

   .Schedule-appointment .schedule-date-picker .schedule-time,.Schedule-appointment .schedule-date-picker .schedule-date  {
    padding-right:10%;
    font-family: "Nexa XBold";
    color:#333;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
}

.Schedule-appointment .call-me-back-box .bottom-links .suibmit-request-button,.phone_number_next_grid .suibmit-request-button {
    background-color: #d9272d;
    border: 0 none;
    border-radius: 4px;
    font-family: "Nexa Bold";
    font-size: 18px;
    height: 50px;
    color:#ffffff;
    padding: 15px 30px !important;
}



.Schedule-appointment .call-me-back-box .bottom-links .disabled,.Schedule-appointment .call-me-back-box .bottom-links .disabled a,
.phone_number_next_grid .disabled , .phone_number_next_grid .disabled a {
   cursor: not-allowed;
}
.Schedule-appointment .call-me-back-box .bottom-links .suibmit-request-button-wrap {
   padding-left:0px;
}
.Schedule-appointment .call-me-back-box .bottom-links .suibmit-request-button a,.phone_number_next_grid .suibmit-request-button a{
     color:#fff;
}
.res-pay-bills-orders-panel .call-me-back-box .bottom-links .suibmit-request-button i {
   font-size:10px;
}
.Schedule-appointment .suibmit-request-button:hover,.phone_number_next_grid .suibmit-request-button:hover {
    background-color:#a21d22 !important;
    border:0;
}
.phone_number_next_grid .suibmit-request-button.disabled:hover {
    background-color:darkGray !important;
}
.phone_number_next_grid span.disabled {
    background-color: darkGray !important;
}

.Schedule-appointment .call-me-back-box a span.title:hover{
    text-decoration:underline;
}
.Schedule-appointment .call-me-back-box span.schedule-wait-time-min{
    font-size:16px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
    color:#d9272d;
    float:initial;
}
.Schedule-appointment .call-me-back-box .wait-time-div
{
    font-size:16px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
    line-height:24px;
    min-height:100px;
}
.Schedule-appointment .call-me-back-box .date-time-pickers {
    min-height:100px;
}
.Schedule-appointment .CallmeBack-Service-Unavailable {
    min-height:30px !important;
}
.Schedule-appointment .call-me-back-box .date-time-pickers i {
    font-size: 16px;
    padding-top: 6px;
}

.Schedule-appointment .call-me-back-box .date-time-pickers label {
    font-size:18px;
    color:#333;
    font-style:normal;
    font-family:"Nexa Bold"; 
    padding-left:0px;
}
.Schedule-appointment .call-me-back-box .wait-time-div i{
   color:#206c72;
   font-size:20px;
   width:20px;
}

.Schedule-appointment .divider{
   -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    border-style:inset;
    margin-top: 50px;
}
.Schedule-appointment .or {
    border-left: 1px solid #e6e6e6;
    color: #fff;
    content: "";
    font-style:normal;
    font-family:"Nexa"; 
    font-size: 24px; 
    font-style: normal;
    height: 250px;
    line-height: 8px;
    margin: 35px 44px 50px;
    position: absolute;
    text-transform: uppercase;
}
.Schedule-appointment .or span {
    background: #206c72 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    line-height: 75px;
    margin-left: -35px;
    position: absolute;
    top: 90px;
    width: 70px;
    height: 70px;
    font-style:normal;
   font-family:"Nexa"; 
   -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
.wait-time-div .col-sm-1
{
    width:6.3%;
}
.Category-Selection .Schedule-appointment .or-fa-custom-icon {
  font-size: 24px;
  background:#206c72;
  color:#fff;
  font-style:normal;
   font-family:"Nexa"; 
  -webkit-border-radius:1100%;
  -moz-border-radius:100%;
  border-radius:100%;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:70px;
  height:70px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
@media only screen and (min-width: 768px) and (max-width:1182px) {
    .Schedule-appointment .call-me-back-box .date-time-pickers i {
       font-size: 16px;
       padding-top: 10px;
    }
}
@media only screen and (min-width: 768px) {
   
    #res-contactus-schedule-callback .Category-Selection .panel-heading i.checkicon {
        margin-right:20px;
    }

     #res-contactus-schedule-callback #headingFive-schedulecallback i.checkicon {
        margin-right:27px;
    }
  
}
@media only screen and (max-width: 767px) {
    .Schedule-appointment .call-me-back-box .date-time-pickers {
      min-height:150px;
     }
     .Schedule-appointment .or {
        text-transform: uppercase;
        border-left:none;
        font-size:14px;
        height:90px;
        border-top: 1px solid #e6e6e6;
        margin-bottom: 20px;
        top: 70px;
        height: 80px;
        margin-right: 0px;
        width: 100%;
        margin: 0 auto;
     }

     .Schedule-appointment .call-me-back-middle-box
     {
         width:100%;
     }
     .Schedule-appointment .call-me-back-middle-box
     {
         width:50px;
         line-height:50px;
     }
    .Schedule-appointment .or span {
        width:50px;
        height:50px;
        top:50px;
        line-height:50px;
        margin:-75px -50px;
    }
    .horizontal-Row-wrap
    {
           padding-top: 50px;
           padding-left: 0px;
           padding-right: 0px;
           padding-bottom:40px;
    }
    .Schedule-appointment .call-me-back-box .wait-time-div i{
    font-size:18px;
  }
}
.Category-Selection .input-group .form-control
{
    width:75%;
    height:50px;
    padding: 6px;
}

.Category-Selection .input-group .form-control, .input-group-addon
{
    display:inline-table;
}
.fa-Or-plus::before
{
    content:"OR";
}
.Category-Selection .input-group-addon
{
    font-size:14px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
     
}


#res-contactus-schedule-callback .success-fail-modal-head{
    font-size:36px;
    color:#fff;
    font-style:normal;
    font-family:"Nexa"; 
    text-align:center;
    /*padding-left:5.77%;*/
}

.Category-Selection #schedule-final-panel .Schedule-final-text{
    font-size:24px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
    line-height:24px;
    text-align:center;
    background-color:#fafafa;
    /* background-color:#fff;*/
}
.Category-Selection #schedule-final-panel .customer-contact-number{
    font-size:18px;
    color:#d9272d;
    font-style:normal;
    font-family:"Nexa Bold"; 
    color:#d9272d;
    text-align:center;
}
.Category-Selection .appt-date-watng-time,.Category-Selection .customer-phone-number{
    font-size:24px;
    color:#d9272d;
    font-style:normal;
    font-family:"Nexa XBold"; 
    color:#d9272d;
    text-align:center;
}


.Category-Selection #schedule-final-panel .success-check {
    color:#ffffff;
    font-style:normal;
    font-family:"Nexa Bold"; 
    color:#d9272d;
    text-align:center;
    margin: 30px 0;
}

.Category-Selection #schedule-final-panel .error-check {
    color:#ffffff;
    font-style:normal;
    font-family:"Nexa Bold"; 
    color:#d9272d;
    font-size :30px;
    text-align:center;
    margin: 30px 0;
}

.Category-Selection .tools-fa-custom-icon {
  font-size: 35px;
  background:#206c72;
  -webkit-border-radius:1100%;
  -moz-border-radius:100%;
  border-radius:100%;
  color:#fff;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:60px;
  height:60px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
.Category-Selection .error-check .tools-fa-custom-icon {
     background-color:#d9272d;
     box-shadow: none;
}

.callback-success-failure-grid 
{
    box-shadow:none;
}
.Category-Selection .callback-success-inner p {
    font-size:16px;
    color:#333;
    font-style:normal;
    font-family:"Nexa"; 
    line-height:24px;
    margin-top:10px;
    margin-bottom:10px;
}
.Category-Selection .tools-fa-icon-wrapper {
    margin:0 auto;
    display: inline;
}

.callback-success-failure-panel,
.callback-success-failure-panel.row {
    width:62%;
    margin:0 auto; 
}
.ui-timepicker-wrapper
{
  z-index:11111111111;
}

@media screen and (min-width: 768px) and (max-width:991px) {
    #res-contactus-schedule-callback .success-fail-modal-head {
        padding-left: 3%;
    }
    .callback-success-failure-panel{
     width:80%;
     margin:0 auto;
   }
}
/*@media screen and (min-width: 690px) and (max-width:767px) {
   
}*/
@media only screen and (max-width: 767px) {
    #res-contactus-schedule-callback .success-fail-modal-head{
    font-size:30px;
    color:#fff;
    font-style:normal;
    font-family:"Nexa"; 
        padding-left: 3%;
}

    .Category-Selection .loading-panel .loading-text {
        font-size: 14px;
        color: #333;
        font-style: normal;
        font-family: "Nexa";
            line-height: 18px;
            padding: 15px;
    }

    .Category-Selection .loading-panel .loading-inner-text {
        font-size: 18px;
        color: #333;
        font-style: normal;
        font-family: "Nexa Bold";
        line-height: 32px;
            margin-left: -7px;
    }

    .Category-Selection .loading-panel .loading-image{
        min-height: 150px;
    }

    .Category-Selection .loading-image .fa-stack {
        display: inline-flex !important;
        min-width: 150px;
}

.Category-Selection .callback-success-inner p {
    margin:0px;
    font-size:14px;
    font-style:normal;
    font-family:"Nexa"; 
    line-height:24px;
}

.callback-success-failure-panel{
    width:100%;
    margin-top:50px;
}

.Category-Selection #schedule-final-panel .customer-contact-number{
    font-size:14px;
    color:#d9272d;
    font-style:normal;
    font-family:"Nexa Bold"; 
    text-align:center;
}
.Category-Selection #schedule-final-panel .appt-date-watng-time{
    font-size:20px;
    color:#d9272d;
    font-style:normal;
    font-family:"Nexa XBold"; 
    color:#d9272d;
    text-align:center;
}
.Category-Selection .tools-fa-custom-icon {
  font-size: 30px;
  background:#206c72;
  -webkit-border-radius:1100%;
  -moz-border-radius:100%;
  border-radius:100%;
  color:#fff;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:60px;
  height:60px;
  transition:.5s;
        box-shadow: none;
}
}

/*end schedule appointment 6th step */

/* end schedule a call back styles */

/* chat specific styles */


/* end chat specific styles */