﻿nav.navbar {
    background: #000;
    padding-left: 0;
    padding-right: 0;
}
.header-container {
    width: CALC(100% - 100px);
    margin: 0 auto;
}
.rentx-container {
    padding-top: 70px !important;
}
.body-container {
    width: CALC(100% - 100px);
    margin:0 auto;
}
.nav-items {
justify-content:space-between;
align-items:center;
}
.nav-buttons {
    width: 203px;
    margin: 0 auto;
}
.tabs {
    margin: 20px;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.active-tab {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    color: black;
}
    .active-tab:after {
        width: 100%;
        height: 2px;
        position: absolute;
        content: "";
        bottom: -0.1em;
        left: 0;
        background: white;
    }


.nav-link {
    display: block;
    padding: .25rem 1rem!important;
    cursor:pointer;
}
.tabs li {
    display: inline-block;
    cursor: pointer;
    color: #000;
    padding: 5px 10px;
}
.tabs:first-child {
    margin-left: 10px;
}
.nav-tabs .nav-link {
    background: #ccc !important;
    border: none !important;
    border-radius: 20px;
}
    .nav-tabs .nav-link.active {
        background: #fff !important;
        outline: none !important;
        border-radius: 20px;
    }
    .tabs-content {
        margin: 20px;
        padding: 0;
        list-style: none;
    }
.nav-tabs {
    padding: 5px !important;
    background: #ccc;
    border-radius: 30px;
}
    .nav-tabs .nav-link:focus {
    outline:none;
    }
.Titlewrap h1 {
font-size:40px;
font-weight:600;
}
.Titlewrap h1 span{
   color: #EE2882
}
.Titlewrap {
margin-top:3%;
}
.subscription-text {
text-align:center;
}
.subscription-text p {
    text-align: center;
    font-size:18px;
    margin:15px;
}
    .subscription-text  span {
        color: #00A645;
    }
.Whyrentx {
    width: 20%;
    background: #000;
    border-radius:10px;
}
.plan-platinum {
    width: 38%;
    background: #F5F5F5;
    border-radius: 10px;
}
.plan-gold {
    width: 38%;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
}
.plan-wrap {
display:flex;
justify-content:space-between;
margin-bottom:50px;
}
.cardlist {
display:flex;
margin-bottom:10px;
}
    .cardlist img {
    width:24px;
    height:24px;
    margin-right:10px;
    }
.card-title h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.card-content {
padding:20px 10px;
}
.cardlist p {
    color: #fff;
    font-size: 14px;
}
.cardlist p span {
    color: #EE2882;
    font-size:18px;
}
.plan-platinum {
position:relative;
}
.most-popular {
position:absolute;
right:15px;
top:0;
}
    .most-popular p {
        background: linear-gradient(90deg, #000000 0%, #666666 100%);
        padding: 8px;
        color: #fff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
.plan-title h3 {
    color: #4E4E4E;
    font-size:30px;
    font-weight:600;
    margin-bottom:18px;
}
.plan-title h3 span {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 500;
}
.plan-card {
padding:30px 20px;
}
    .plan-card button {
        background: #EE2882;
        border: none;
        color: #fff;
        width: 100%;
        margin: 20px 0;
        font-size:22px;
        padding:10px;
        border-radius:50px;
        cursor:pointer;
        outline:none;
    }
        .plan-card button.gold-subscription {
            background: #fff;
            border: 1px solid #1A1A1A;
            color: #000;
            width: 100%;
            margin: 20px 0;
            font-size: 22px;
            padding: 10px;
            border-radius: 50px;
            cursor: pointer;
            outline: none;
        }
.list-iem img {
width:26px;
height:26px;
margin-right:15px;
}
.list-iem {
    display: flex;
    margin-top: 5px;
}
.list-iem p {
    font-size:18px;
}
.rentxLogo img {
width:135px;
}
@media (max-width:767px) {
    .rentxLogo img {
        width: 101px;
    }
    .plan-wrap {
    flex-direction:column;
        gap: 30px;
    }
    .plan-platinum {
    width:100%;
    }
    .Whyrentx {
        width: 100%;
    }
    .plan-gold {
        width: 100%;
    }
    .cardlist img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .cardlist p {
        color: #fff;
        font-size: 12px;
    }
    .cardlist {
        display: flex;
        margin-bottom: 10px;
        width: 48%;
        float: left;
        gap: 2%;
        margin-right: 2%;
    }
        .cardlist p span {
            font-size: 14px;
        }
    .card-title h4 {
    text-align:center;
    font-size:16px;
    }
    .Titlewrap {
        margin-top: 8%;
    }
        .Titlewrap h1 {
        font-size:20px;
        }
    .Titlewrap {
    font-size:14px;
    }
    .subscription-text p {
    font-size:14px;
    }
    .subscription-text p span {
        font-weight: 600;
    }
    .plan-title h3 {
    font-size:22px;
    }
    .plan-title h3 span {
    font-size:14px;
    }
    .most-popular p {
    font-size:14px;
    }
    .plan-card button {
    font-size:18px;
    }
    .list-iem p {
        font-size: 12px;
        margin-bottom:8px;
    }
    .list-iem img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .plan-card button {
        margin: 10px 0 20px 0;
    }
    .header-container {
        width: CALC(100% - 50px);
        margin: 0 auto;
    }
    .body-container {
        width: CALC(100% - 50px);
        margin: 0 auto;
    }
    }
