@media screen and (min-width:768px) {

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}

@media screen and (max-width:768px) {


    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}


/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 479px) {
       .smallImage
    {
        width:80px !important;
        left:-1% !important;
        bottom:23% !important;
    }

   #content_area {
        margin: 0 auto;
        width: 100%;
        position: relative;
        height:1000px;
        overflow-x:hidden;
    }
    .header-text {
        font-size: 20px;
    }
    .header-text-inner {

 
    font-size:14px;
}
        .header-text div {
            font-size: 12px;
        }

    .car {
        width: 92%;
    }

    .newuser {
        width: 100%;
    }

    .existinguser {
        text-align: center;
        width: 100%;
    }

    .car-caption {
        background: url('../images/border.png') no-repeat right 20px;
    }

    .inner_car {
        margin: 10px auto;
        text-align: center;
        width: 95%;
    }

    .inner_car1 {
        margin: 10px auto;
        text-align: center;
        width: 95%;
    }
  
    
    .inner_car_right {
        margin:0;
    }
    .column-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .column-right {
        float: none;
        width: 100%;
    }

    .column-center {
        display: inline-block;
        width: 100%;
    }

    .buttons {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        clear: both;
    }
    .arrow_box {
        width:93%;
    }

    .header-text-sub {
        font-size:16px;
        
        height: 29px;
    }
    
}


