.container-fluid {
    padding-right:var(--bs-gutter-x,0);
    padding-left:var(--bs-gutter-x,0);
}
.header-area ul li {
    display: inline-block !important;
    margin-right: 20px !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 5px 0 !important;
    cursor: default;
}


hr {
    opacity: 1 !important;
}

/* menu style */

.nav-link{
    color: #7519de !important;
    font-weight: 600 !important;
    padding: 0.5rem 1rem !important;
}

.nav-item a:hover{
    color: #7519de !important;
}

ul {
    margin-bottom: 0 !important;
}

.navbar {
    box-shadow: 0 .25rem 0.25rem rgba(0,0,0,.15);
}


/* Home styles */


h5{
    text-align: center;
    color: green;
}






/* tariff styles */

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #7519de !important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.modal form input, select {
    width: 222px !important;
    height: 40px !important;
}

.modal form input, select{
    border: 1px solid #7519de !important;
    box-shadow:  none !important;
}

.modal form input:focus{
    border: 1px solid #7519de !important;
}

@media screen and (max-width: 768px){
    .modal form input, select {
        width: 100% !important;
        height: 40px !important;
    }
}


/* allcar style */

.box{
    padding: 60px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.card {
    border: 2px solid #7519de !important;
    flex-direction: unset !important;
}

.img {
    width: 350px !important;
}

.img2{
    width: 300px !important;
}
.img3{
    width: 330px !important;
}

@media screen and (max-width: 450px){
    .img, .img2, .img3{
        width: 250px !important;
    }
}


/* .modal  form  input:focus {
    border: 1px solid #7519de !important;
} */





/* contact style */
.btn-purple, .btn-purple:hover{
    color: white !important;
    background-color: #7519de !important;
    box-shadow: none !important;
}
.contact input:focus, select:focus {
    box-shadow: none !important;
    border: 1px solid #7519de !important;
}

.contact textarea:focus {
    box-shadow: none !important;
    border: 1px solid #7519de !important;
}


/* footer  */

.list-unstyled li a{
    text-decoration: none !important;
}
footer a{
    text-decoration: none !important;
    font-size: 12px !important;
}