
@media(min-width: 1500px){
    /*
    Peste 1500
     */

    .about-img{
        width: 700px;
    }
    .about{
         margin-top: 50px;
    }
    .map-list{
        right: 300px;
    }
}

@media(max-width: 1140px){
    /*
    Pina la  992px
     */


}
@media(max-width: 992px){
    /*
    Pina la  992px
     */
    .nav-item{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .text-solapel{
        display: none;
    }
    .head{
        background-image: none;
        background-color: #2b3b68;
        height: 100%;
    }
    .head .row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .head .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .head .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .t2 {
        margin-bottom: 5vh;
    }
    .headtext {
        margin: 30px 0px 50px 0px;
    }
    .calculator-block h1 {
        display: none;
    }
    .about .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .creditimg {
        width: 30vh;
        height: 30vh;
    }
    .credit {
        padding-bottom: 50px;
    }
    .questions{
        background-image: none;
        background-color: #2b3b68;
        padding-top: 50px;
        padding-bottom: 50px;
        height: 100%;
    }
    .regulations{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .regulations .card svg {
        margin-bottom: 15px;
    }
    .regulations .card{
        font-size: 14px;
    }
    .map-list {
        right: 10px;
    }
    .footer .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .col-md-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer img {
        margin: auto;
        display: block;
    }

    .copyright{

    }

}
@media(max-width: 768px){
    /*
    Pina la  768
     */
    .head{
        background-image: none;
    }
    .calculator .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .spre_rambursare {
        font-size: 16px;
    }
    .calc-form h4 {
        font-size: 16px;
    }
    .calc-form .row{
        padding: 0px;
    }
    .calc-form input{
        margin-top: 15px;
    }
    .calc-form button{
        margin-top: 15px;
    }
    .about {
        margin-top: 50px;
    }
    .creditimg {
        margin-bottom: 50px;
    }
    .credit {
        padding-top: 50px;
    }
    .regulations .card {
        margin-top: 25px;
    }
    .regulations .card {
        height: 190px;
    }
    .map-list {
        display: none;
    }
    .footer .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer img {
        display: inline;
        width: 40px;
    }
}

