
#photo ul {
    padding: 0;
    margin: 0;
    list-style: none
}
#photo li { float: left; margin: 3px; width: 10%;}
#photo li img{
    width: 100%; height: auto; overflow: hidden;
}
#photo h3,
#carinfo h3{
    text-transform: capitalize;
    background-color:#fa0202 ;
    color: #ededed;
font-weight: normal;
    padding: 8px 0 8px 20px ;
    font-size: 16px;

}
#carinfo ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#carinfo li{
    margin-bottom: 7px;
}

#carinfo b{ margin-right: 5px;}



@media only screen and (max-width: 767px) {

    #photo h3,
    #carinfo h3{
        font-size:16px;
        margin-top: 20px;

    }
    #carinfo ul{
        font-size: 86%;
    }

    .dsp{
        padding-top: 100px;
    }


    .sitem{
        padding:10px 0 ;
    }
    .raisa-btn2,
    .raisa-btn{
        font-weight: 400;
        padding:5px 15px;
        font-size: 16px;

    }

    .sitem h3,
    .sitem h4{
        font-size: 76%;

    }

}

@media only screen  and (max-width: 991px) {

    .sitem h3{
        padding-bottom: 60px;
    }
}


.sitem{
    padding-bottom: 160px !important;

}


.sitem h4{
    font-size: 90% !important;
    font-weight: normal;
}

.sitem h3{
    font-weight: bold !important;
    font-size: 100% !important;
}
.sitem{
    position: relative;
    height: 150px;
    padding: 15px;
    display: block;


}

.b{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}



.sitem:hover{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0.12) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0.12) !important;
    box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0.12) !important;
    cursor: pointer !important;
}

#extraService{
    display: none;
}



.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fa0202;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)
}

.sitem2{
    border: 1px solid #E8E8E8;
    height: auto;

}

.sitem2 h3{
    background: rgba(150,150,150, .2);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;

}

.sitem2 h4{
    margin: 20px 0rem;
}

.modal-title{
    font-size: 18px !important;
}

.modal-body2 {
    padding: 15px!important;
    font-size: 16px !important;
}


#bckCancel{
    margin: 0 auto !important;
}

#totalPrice{
    font-size: 2rem !important;
    font-weight: bold;
}



.has-error{
    border:1px solid #b21f2d !important;
}

span.error{
    font-size: 11px;
}
.jumbotron {
    padding: 15px 30px;
    background-color: rgba(200,200,200, .1 );
    border-radius: 1px;
    border: 1px solid #ededed;

}

.jumbotron h3{
    background-color:#fa0202;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 3px;
    color: #ededed;
    border-radius: 3px;
}

.jumbotron h4{
    background-color: rgba(200,200,200, .3);
    padding: 30px 0 ;
}

#scrollapi{
    max-height: 500px;
    overflow-y: auto;
    padding: 20px !important;
}

#scrollapi::-webkit-scrollbar
{
    width: 3px !important;
    height: 10px !important;
    background-color: #F5F5F5;
}

#scrollapi::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color: rgba(0,0,0, .8);
}
.close{

}

.close2{
     padding: 5px 20px !important;
    font-weight: lighter !important;
}

/*.card{ float: left; margin: 5px; font-weight: normal !important;}*/

.card h5{ font-weight: lighter; font-size: 1rem }


.box figure,
.card figure{ height: 150px !important; overflow: hidden; text-align: center}
.card-body{ padding-top: 5px !important;}
.card .card-body h5{
    font-size: 0.9rem !important;
    margin: 0 !important;
    padding: 0 !important;
}
.card .card-body{ font-weight: normal !important; font-family: Arial !important; font-size: 0.8rem !important; }
p.card-text{ margin: 0; padding: 0}

.sm{ padding: 5px 10px !important; font-size: 11px !important;}

.loader2
{
    margin: 0 auto !important;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #fa0202;
    border-bottom: 10px solid #fa0202;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}