
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero {
        background: #231166 !important;
    }
    .bg-dark-light{
        background: #231166 !important; 
    }
    #navbarSupportedContent{
        margin-top: 20px;
        background: #8878be;
        padding-top: 25px;
    }
    .wphone h4{
        font-size: 14px !important;
    }
    .wphone p{
        font-size: 9px!important;
    }
    .mw-100{
        width:95% !important;
    }
    #third_party{
        margin-bottom: 20px;
        font-size: 12px;
    }
    #comprehensive{
        font-size: 12px;
    }
    #CarValue .text-warning{
        font-size: 13px;
    }
    .wicon {
        font-size: 1.1rem!important;
    }
    .cardx .main {
        border-right: unset;
    }
    .cardx img {
        height: 50px!important;
        margin: auto!important;
        display: block!important;
        margin-bottom: 25px!important;
    }
    .cardx button{
        margin: auto !important;
        display: block !important;
        margin-bottom: 15px !important;
    }
    .cardx button span{
        font-size: 12px !important;
    }
    .cardx button p {
        font-size: 12px !important;
    }
    .cardx .main{
        border-right:unset !important;
    }
    .dropdown-item{
        white-space: unset;
    }
    .submenu{
        width: 93% !important;
    }
    .submenu .dropdown-item {
        margin-bottom: 3px;
    }
    .navbar .nav-item {
        margin-bottom: 10px!important;
    }
    footer img {
        margin: auto;
        margin-right: unset !important;
        margin-left: unset !important;
        display: unset;
    }
    footer .py-3 {
        margin-left: unset !important;
        text-align: center !important;
    }
    .con alert{
        width: unset!important;
    }
    

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    
}

.motor .form-floating {
    margin-top: 14px;
}
.navbar-brand img{
    margin: auto;
    margin-left: 45px;
}
.navbar-brand h3{
    font-size: 12px;
    margin-top: 10px;
    width: 37px;
    display: block;
    margin-left: 15px!important;
}
.fw-bolder {
    margin-left: 0px !important;
}

.vdocument{
    text-align: right;
    margin-bottom: 20px;
    display: block;
    margin-right: 73px;
}
.fw-bolder {
    font-size: 31px;
}
#CarValue p{
text-align: justify;
}
.subfooter{
    display: block;
    width: 100%;
    background: #585a5c;
}
.subfooter ul{
    list-style: none;
    display: block;
    text-align: center;
    padding: 12px;
}
.subfooter li {
    color: #fff;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.subfooter a{
    color: #fff;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.box a{
    color: #0a58ca !important;
}
.mfooter a{
    color: #0a58ca !important;
}