.btn-check:focus + .btn-danger, .btn-danger:focus,.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: none !important;
}
.btn-rentpe{
        width: 100%;
        background: #e50017;
        border: none;
        outline: none;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20px;
        margin-top: 10px;
        text-align: center;
        text-decoration: none;
        display: block;
    
}
.form-check-input:checked {
    background-color: #e50017 !important;
    border-color: #e50017 !important;
}
.form-check-input:focus {
    border-color: #e50017 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 151 151 / 25%) !important;
}
.text-rentpe{
    color: #e50017;
}
.bg-rentpe{
    background-color: #e50017 !important;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}

.fs-small{
    font-size: 14px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e50017;
    outline: 0;
    box-shadow: none !important;
}

.prodquantval {
    border: 1px solid #ffbebe;
    background: none;
    width: 30px;
    font-size: 13px;
    color: #2e2e2e;
    font-weight: 700;
    text-align: center;
    padding: 0px 0px;
}
.button-container {
    margin-top: -28px;
    position: relative;
}
.prodquantbtn {
    border: none;
    background: none;
    width: auto;
    color: #2e2e2e;
    padding: 0px 0px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
}
.qty-minus {
    margin-left: -15px;
}
.qty-plus {
    padding-left: 37px;
}
.radio:checked {
    background: #ec1139;
    border-color: #ec1139;
}
/* @supports (-webkit-appearance: none) or (-moz-appearance: none) */
.radio::after {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
}
.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 2px solid #ec1139;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: 20px;
}
.plan-details {
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 6px;
    transition: border-color 0.2s ease-out;
}
.exchange-arrow{
    right: 3px;
    position: relative;
    top: 2px;
    font-weight: bold;
}
form input.otp{
  display:inline-block;
  width:50px;
  height:35px;
  text-align:center;
}
.login-side{
    background: url('../images/rentpe-bg.png');
    background-size: cover;
    background-position: center;
}

/* ------------- about us 1 page ---------------  */
.count-up {
    text-align: center;
    border: 1px solid #5555;
    padding: 10px 0;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #fff;
}
.team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px 0;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #fff;
}
.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}
.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}
.team .member .social {
    margin-top: 15px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    background: #f2f2f2;
    padding: 15px 0;
    text-align: center;
  }
  
  .clients img {
    width: 50%;
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
  }
  .clientss img {
    width: 50%;
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
  }
  .clientss img:hover {
    filter: none;
    transform: scale(1.2);
  }
  
  .clients img:hover {
    filter: none;
    transform: scale(1.2);
  }
  
  @media (max-width: 768px) {
    .clients img {
      width: 40%;
    }
  }
/* ------------- about us 1 page ---------------  */



/* ---------  FAQ ------------------  */
ul li{
    list-style:one;
}
div[data-toggle="collapse"]{
   border-bottom:1px solid #BBDEFB;
   width:100%;
   cursor:pointer;
   padding:1%;
}
.collapse{
    background:#F5F5F5;
}
.accordion-button:focus{
    box-shadow: none !important;
    /* border: none !important; */
}
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
button.accordion-button:not(.collapsed){
    color: #f91942;
    background-color: none !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
button.accordion-button:not(.collapsed)::after {
    background-image: url(../images/svg/download.svg);
    transform: rotate(180deg);
}
.accordion-body{
    background: #fff;
}
button.accordion-button {
    font-weight: 600;
}
/* ---------  FAQ ------------------  */



/* ------------- Contact us ----------------  */
.contact-form-content {
    background: #f5f5f5;
    padding: 80px 0;
    padding-left: 80px;
    padding-right: 80px;
}

.thm-container .title {
    margin-bottom: 50px;
}

.thm-container .title span {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: #FF4328;
}

.thm-container .title h2 {
    color: #212121;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.contact-form input, 
.contact-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 68px;
    border-radius: 10px;
    background: #fff;
    color: #757575;
    font-size: 16px;
    padding-left: 50px;
    margin-bottom: 20px;
    display: block;
}

.contact-form textarea {
    height: 182px;
    padding-top: 20px;
}


.contact-info {
    margin-left: -30px;
    /* border: 2px solid #EBEDF4; */
    padding-top: 75px;
    padding-bottom: 80px;
}

.single-contact-info h4 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-info .social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    display:inline-block;
    font-family: FontAwesome;
    margin:5px;
}

.social i.fab.fa-facebook-f {
    background: #2884C6;
    padding: 18px 20px;
    border-radius: 50%;
}
.social i.fab.fa-twitter {
    background: #FEC931;
    padding: 18px;
    border-radius: 50%;
}
.social i.fab.fa-youtube {
    background: #FF4328;
    padding: 18px;
    border-radius: 50%;
}
.social i.fab.fa-instagram {
    background: #FF4328;
    padding: 18px;
    border-radius: 50%;
}
.social i.fab.fa-linkedin-in {
    background: #FF4328;
    padding: 18px;
    border-radius: 50%;
}
.social i.fab.fa-pinterest {
    background: #212121;
    padding: 18px;
    border-radius: 50%;
}



/* ------------ contact page ------------- */


/* contact1 */
.contact {
    background: url('../images/contact-bg.png') center no-repeat;
    position: relative;
}
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 90%);
    padding: 20px 0 30px 0;
    background: #fff;
}
/* contact1 */
