/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/

.text-footer {
    color: #fff;
}
td {
    font-size: 15px;
}
.tab-srivari-specs li a {
    font-size: 20px;
    
}
#bgimg {
    background-image: url(../media/products2019/products-big/bikes/v_sp125-disc_409x409.jpg);
}

.thead-dark-danger {
    background-color: red;
    color: #fff;
}

.quicklink {
    /* display: grid; */
    /* align-items: center; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-gap: 1em; */
    /* justify-items: center; */
    /* background-color: #333333; */
}
.box{
    height: 100%;
    width: 100%;
    /* background-color: black; */
    text-align: center;    
    padding: 20px 20px 20px 20px;
    
}
.box >i {
    position: relative;
    align-items: center;
    /* border: 2px solid #ce0000; */
    padding: 20px 20px 20px 20px;
}

.box > p {
    padding: 10px 20px 10px 20px;
    color: #fff;    
    font-size: 2em;
    vertical-align: middle;
    text-align: center;
}
.brand {
    /* border: 2px solid #ce0000; */
    padding-bottom: 20px;
    font-size: 2em;
    color: #FFF;
}
.enquiryformhome {
    color: #fff;    
    padding: 30px 0 0 0;
}
#btnEnq {
    background-color: #ce0000;
}
#aftersubmit>p{
    color:#000;
    font-size: 2rem;
}
.btnenquiry {
    color: #fff;
}

* {
    box-sizing: border-box;
}
/*start of enquiry form modal style*/
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
    transition: opacity .3s ease;
}

.modal-container {
    width: 40vw;
    height: 40%;
    margin: 10vw auto 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgb(206, 0, 0, .8);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #ce0000;
    font-size: 2vw;
}

.modal-body {
    margin: 20px 0;
}


.form-label {
    display: block;
    margin-bottom: 1em;
}

.form-label > .form-control {
    margin-top: 0.5em;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    line-height: 1.5;
    border: 1px solid #ddd;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*end of enquiry form modal style*/

