﻿.height-97 {
    height: 97%;
}
.hide-trail-logo:before {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 7px;
    background-color: #fff;
    width: 150px;
    height: 25px;
    z-index: 9;
}
.profile-uiselect > input.ui-select-search,
.profile-uiselect > input.ui-select-search:focus {
    width: 100% !important;
    -webkit-appearance: 100% !important;
    box-sizing: inherit !important;
    -webkit-box-sizing: 100% !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #d2d2d2;
}
.profile-uiselect > .ui-select-match > .form-control {
    padding: 5px 0 !important;
}
.profile-uiselect {
    padding: 14px 0;
}
.profile-uiselect > .ui-select-match > .form-control {
    border-radius: 0 !important;
    border-bottom: 1px solid #d2d2d2;
}
.register-select {
    border-radius: 10px;
    border: solid 0.5px #d2d2d2;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    padding: 6px 15px;
}
.cursor-pointer {
    cursor: pointer;
}
.colnopadding > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.input-y {
    border: solid 1px #e5dcad;
    background-color: #fff9d6;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
}
.input-y > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d2d2d2;
}

.input-y > input::-moz-placeholder { /* Firefox 19+ */
    color: #d2d2d2;
}

.input-y > input:-ms-input-placeholder { /* IE 10+ */
    color: #d2d2d2;
}

.input-y > input:-moz-placeholder { /* Firefox 18- */
    color: #d2d2d2;
}
.flex {
    flex: 1;
}
.w-40 {
    width: 40px;
}
.w-30 {
    width: 30%;
}
.w-70 {
    width: 70%;
}
.bg-f1f1f1 {
    background-color: #f1f1f1;
}
.btn-blue,
.btn-blue:focus,
.btn-blue:hover {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.btn-save {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.btn-save:focus,
.btn-save:hover {
    background-image: linear-gradient(to bottom, #068cb0 , #07a0d4);
    color: #fff;
}
.btn-discard {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868);
    color: #fff;
}
.btn-discard:focus,
.btn-discard:hover {
    background-image: linear-gradient(to bottom, #e86868 , #ff9f9f);
    color: #fff;
}
.btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    padding: 0.375rem 2rem !important;
}
/*------------------------------CheckBox--------------------------------*/
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 8px;
    }

    50% {
        height: 16px;
        width: 8px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 22px;
    margin: 0 .25em;
    width: 22px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right
}

.checkbox span {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
    padding: 0;
    cursor: pointer;
}

.checkbox span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: '';
    display: block;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 7px
}

.checkbox span:hover:after {
    border-color: #999
}

.checkbox input {
    display: none
}

.checkbox input:checked + span:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    border-color: #555
}
.checkbox input:checked + .care-checkbox:after {
    border-color: #fff
}
.checkbox input:checked + .care-checkbox {
    background-color: #008b86;
    border-radius: 4px;
}
/*------------------------------CheckBox--------------------------------*/
.care-title {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.input-color {
    border-radius: 10px;
    border: solid 1px #e5dcad;
    background-color: #fff9d6;
    display: block;
    width: 100%;
    padding: 0.175rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.care-controls {
    margin: 0;
}
.care-controls > li {
    display: flex;
    align-items: center;
    padding: 5px;
}
.care-input {
    border-radius: 7px;
    border: solid 1px #e5dcad;
    background-color: #fff9d6;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.inut-file {    
    position: relative;
}
.inut-file > input {
    width: 100%;
    padding: 18px 0px;
    /*border-bottom: 1px solid #d2d2d2;*/
}
.inut-file input:after {
    content: "Choose File";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d2d2d2;
    z-index: 6;
    line-height: 4;
    cursor: pointer;
}
.input-image-select > img {
    width: 100%;
    height: 200px;
    border: 1px dashed #068cb0;
    border-radius: 5px;
    background-size: cover;
    margin: 18px 0px;
    object-fit: cover;
}
.input-image-select > i {
    position: absolute;
    top: 9px;
    right: -9px;
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
}
.dropdown-care {
    width: 100%;
    margin-top: 12px;
}
.dropdown-care > a {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*------------------------------------Button-------------------------------------*/
.t-care-danger,
.t-care-danger:focus,
.t-care-danger:hover {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e86868;
}
.t-care-info,
.t-care-info:focus,
.t-care-info:hover {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
/*-------------------------------------Delete--------------------------------------*/
.line-delete {
    width: 80px;
    height: 2px;
    display: block;
    margin: 25px 0 10px 0px;
    border-radius: 100px;
    background-color: #0188d1
}
/*------------------------------------Table----------------------------------------*/
.glasses-table {
    margin-bottom: 0;
    table-layout: fixed;
    border-spacing: 5px;
    border-collapse: separate;
    border: none;
}
.glasses-table > thead > tr > th,
.glasses-table > tbody > tr > th {
    border-radius: 6px;
    background-color: rgba(0, 139, 134, 0.1);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 6px;
    vertical-align: middle;
}
.glasses-table > tbody > tr > td {
    border: solid 0.3px #d2d2d2;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 6px;
    vertical-align: middle;
}
/*---------------------------------  Patient Registration US Health Care   -------------------------------------*/
.us-container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden !important;
    display: block;
    /*background-color: #fff;*/
}
.us-line-reg {
    width: 30px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 15px 10px;
    display: block;
}
.help-doctors-text {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.bg-header-us {
    background-color: #fff;
    box-shadow: 0px 15px 10px -15px #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.header-care-us-health {
    padding: 10px 15px;
}
.header-care-us-health > h1 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d47;
}
.header-care-us-health > img {
    height: 40px;
    display: block;
    margin: 10px auto;
}
.US-profile-picture-Reg {
    display: flex;
    align-items: center;
}
.US-profile-picture-Reg > img {
    width: 120px;
    height: 120px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100px;
}
.US-profile-picture-Reg > div > a {
    display: flex;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #1e2957;
}
.us-registration-card > .card-header {
    padding: 0.45rem 1rem !important;
    background-color: #008b86;
}
.us-registration-card > .card-header > h5 > button {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.sub-heading-reg-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 15px 0;
}
.us-input {
    border-radius: 5px;
    border: solid 1px #adadad;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100%;
    height: 35px;
    display: block;
}
.us-label {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    display: block;
}
/*----------------------------------------------------------------Book Appointment-----------------------------------------------------------------*/
.login-home-ehnotecare > img {
    display: block;
    height: 90px;
    margin: 55px auto;
}
.login-home-ehnotecare > h1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #2D2D47;
    margin-top: 10px;
}
.login-home-ehnotecare > h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #2D2D47;
    margin-top: 10px;
}
.login-input-ehnotecare {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}
.login-input-ehnotecare > h1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #101828;
    margin-bottom: 10px;
}
.login-input-ehnotecare > h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #344054;
    margin-bottom: 10px;
    border-bottom: 1px solid #F2F4F7;
    padding-bottom: 10px
}
.care-group {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.care-group > label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
    margin-bottom: 10px;
    margin-left: 10px;
}
.care-control {
    background: #FFFFFF;
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #101828;
    padding: 15px 15px;
    width: 100%;
}
.btn-care {
    background: #1D5558;
    border-radius: 16px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
}
.btn-Reschedule {
    background: #2D2D47;
    border-radius: 16px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
}
.dashboard-home-ehnotecare {
    background: #2D2D47;
    padding: 35px 30px;
    width: 100%;
    display: block;
}
.buttons-ehnotecare-dashboard {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.buttons-ehnotecare-dashboard > a {
    color: #fff;
    text-transform: capitalize;
    width: calc(100% * (1/2) - 5px - 0px);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.buttons-ehnotecare-dashboard > a > span {
    background-color: #1D5558;
    border-radius: 100px;
    margin-bottom: 10px;
    padding: 30px;
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
}
.buttons-ehnotecare-dashboard > a > span > img {
    width: 40px;
    height: 40px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
.text-upcoming-appts {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #101828;
    margin-bottom: 30px;
}
.drprofile-ehnotecare {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.drprofile-ehnotecare > img {
    width: 55px;
    height: 55px;
    display: block;
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d2d2d2;
    border-radius: 100px;
    object-fit: cover;
    object-position: center center;
}
.drprofile-ehnotecare > div > label {
    font-family: 'Poppins', sans-serif;
    color: #101828;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.drprofile-ehnotecare > div > p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #667085;
    margin-top: 5px;
}
.login-input-ehnotecare > h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #667085;
    margin-bottom: 10px;
    margin-top: 10px;
}
.login-input-ehnotecare > h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #101828;
    margin: 10px 0;
}
.pos-cal-time-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 15px;
}
.text-bookappt-appts {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}
.slider-ehnotecare {
    display: flex;
    align-items: center;
    flex-flow: wrap;    
    /*overflow: hidden;*/
}

.slider-ehnotecare > div {
    background: #FFFFFF;
    border: 1px solid #E4E7EC;
    border-radius: 10px;    
    list-style: none;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    width: calc(100% * (1/2) - 10px - 0px);
}
.slider-ehnotecare > div.active {
    background: #2D2D47;
}
.slider-ehnotecare > div.active > b,
.slider-ehnotecare > div.active > p {
    color: #fff;
}
.slider-ehnotecare > div > b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #000000;
}
.slider-ehnotecare > div > p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #667085;
}
.timeslots-ehotecare-list > ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
}
.timeslots-ehotecare-list > ul > li {
    /*width: calc(100% * (1/3) - 5px - 0px);*/    
    list-style: none;
    margin-right: 5px;
}
.timeslots-ehotecare-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
/*.timeslots-ehotecare-list > ul > li:first-child,
.timeslots-ehotecare-list > ul > li:last-child {
    width: 45px;
}
.timeslots-ehotecare-list > ul > li:first-child > a,
.timeslots-ehotecare-list > ul > li:last-child > a {
    background-color: transparent;
}*/
.timeslots-ehotecare-list > ul > li.active > a {
    background: #1D5558;
    color: #fff;
}
.timeslots-ehotecare-list > ul > li.active > a > p {
    color: #fff;
}
.timeslots-ehotecare-list > ul > li > a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin-bottom: 5px;
    width: 170px;
}
.text-congrajulations-ehnotecare {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2D2D47;
    text-align: center;
}
.dateandtime-text-congrats {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.text-appointemnt-success-con {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #2D2D47;
    margin-top: 20px;
}
.profile-qrscreen-ehnotecare {
    background-color: #fff;
    border: 1px solid #E4E7EC;
    width: 120px;
    height: 120px;
    display: block;
    padding: 0;
    border-radius: 100px;
    overflow: hidden;
}
.profile-qrscreen-ehnotecare > img {
    display: block;
    margin: auto auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
select.care-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/book-appt/down-arrow-select-icon.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    padding-right: 30px !important;
}
.icons-calendar {
    background-image: url(../img/book-appt/icons-calendar.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    cursor: pointer !important;
    padding-right: 35px !important;
}
.gender-btn {
    background: #fff;
    font-style: normal;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    color: #101828;
    font-size: 16px;
    line-height: 20px;
}
.active.gender-btn {
    background: #1D5558;
    color: #fff;
}
.insurance-upload-select {
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    padding: 50px 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.insurance-upload-select > span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #98A2B3;
}
.insurance-upload-select > img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.insurance-upload-select > input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto auto;
    opacity: 0;
}
.button-preview-file > input {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
/*----------------------------------------------------------------//Book Appointment\\-----------------------------------------------------------------*/
.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1d5558;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
/*.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B9B8C3;
  transform-origin: 0 0;
  transform: scaleX(0);
}*/
.cbx:hover span:first-child {
  border-color: #3c53c7;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #1d5558;
  background: #1d5558;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}

/*---------------------------------------------------*/
.review-rating-table {
    margin: 0;
}
.review-rating-table > tbody > tr > td {
    padding: 25px 15px;
}
.review-rating-table > tbody > tr > td > h3 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
}
.review-rating-table > tbody > tr > td > ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.review-rating-table > tbody > tr > td > ul > li {
    margin-right: 5px;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 0 !important;
}
.review-rating-table > tbody > tr > td > input {
    border-radius: 5px;
    border: solid 0.5px #d2d2d2;
    background-color: #f9f9f9;
}
.review-rating-table > h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 15px 0; 
}
.review-rating-table > p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 7px 0;
}