/* secure-sec start here */

.this-review-btn {
    padding-top: 22px;
}

.secure-heading.main_heading p {
    color: #000000;
    font-size: 12px;
}

.this-review-btn .btn {
    color: #ffffff;
    background-color: #0080ff;
    font-family: "Poppins-Light";
    border-radius: 20px;
    font-size: 11px;
    width: 131px;
    padding: 10px;
}

.modal-headers {
    padding: 10px 20px;
}

 .modal {
    backdrop-filter: blur(12px);
    /* background: #00000085; */
}

.contact-icon-avatar h2 {
    font-size: 17px !important;
}


input,
output {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-family: Arial, sans-serif;
}

output {
    background: #ff4500;
    padding: 5px 16px;
    border-radius: 3px;
    color: #fff;
}

input[type="number"] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

/* input[type="range"]:focus,
input[type="number"]:focus {
  box-shadow: 0 0 3px 1px #4b81dd;
  outline: none;
} */

input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: #E1E5E8;
    border-radius: 5px;
    background-image: linear-gradient(#0080FF, #0080FF);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: ew-resize;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #33ff00;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

/* input[type="range"]::-webkit-slider-thumb:hover {
  background: #ff0200;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #ff0200;
}

input[type="range"]::-ms-thumb:hover {
  background: #ff0200;
} */

/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.rage-box {
    background: #F2F2F3;
    margin: 10px 0;
    width: 80%;
    padding: 16px 16px;
    border-radius: 9px;
}

.range {
    display: flex;
    align-items: center;
}

.range label {
    color: #012532;
    font-family: "Poppins-Regular";
    margin-left: 13px;
    font-size: 13px;
}

.client.main_heading.contact-icon-avatar p {
    color: #000000;
    margin-bottom: 0;
}

sup {
    color: #0080FF;
    font-size: 16px;
}

.excellent h2 {
    font-size: 14px !important;
}

.facity-review {
    padding: 0 20px;
    margin: 10px 0;
}

.facity-review {
    padding: 5px 0;
    margin: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/tick.png) !important;
}

.form-check-input:checked {
    background-color: #ffffff !important;
    border-color: #71B1F1 !important;
}

.mod-chk .form-check {
    display: flex;
    align-items: center;
}

.all-md-forms label {
    color: #000000;
    font-family: "Poppins-Regular";
    font-size: 13px;
}

.all-md-forms {
    padding-top: 27px;
    /* padding-left: 14px;
    padding-right: 18px; */
}

.all-md-forms textarea.form-control {
    resize: none;
    height: 135px;
    background: #F3F3F3;
}

.all-md-forms .form-control {
    background-color: #F3F3F3;
}

.last-info-ck {
    padding-top: 10px;
}

.last-info-ck p {
    color: #00000057;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
}

.mod-chk.range {
    padding: 8px 0;
}

.client.main_heading h4 {
    font-size: 16px;
}

.this-review-btn .modal-dialog {
    max-width: 630px !important;
}

.modal-content {

    padding: 20px 30px;
}

.close-btn {
    background-color: #707070 !important;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 3px;
}


/* / Handle / */
.this-review-btn.modal-dialog::-webkit-scrollbar-thumb {
    background: #0080FF;
    border-radius: 9px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #00000065;
    width: 2px;
}

/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #0080FF;
}
.modal-headez.btn-close {
    width: 1px !important;

}
.modal-headez{
    display: flex;
    justify-content: right;
}
.sub-review{
    padding: 0 !important;
}
.content-sub{
    padding: 10px 30px;
}
/* Handle on hover */


/* secure-sec end here */


/* review-sec start here */
.client-reviw {
    padding-top: 11px;
    padding-bottom: 28px;
}

.client-review-box {
    background-color: #F8F5F4;
    padding: 42px 33px;
    /* border: 1px solid #7070707a; */
    /* border-radius: 13px; */
}

.avatars-client {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 10px 0;
}

.avatars-client span {
    margin-left: 10px;
    color: #012532;
    font-family: "Poppins-Regular";
}

.client.main_heading h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

.client-info-reviw.main_heading p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
}

.clint-heading.main_heading {
    padding-bottom: 39px;
}

.clint-heading.main_heading h2 {
    text-transform: uppercase;
    font-size: 32px;
}

.second-boxx {
    margin-top: 29px;
    margin-bottom: 27px;
}

section.review-sec {
    padding-bottom: 120px;
}
.reviw-star {
    padding-bottom: 10px;
}
*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* review-sec end here */