@font-face {
    font-family: Helvetica;
    src: url('/fonts/Helvetica/Helvetica.ttf');
}
body{
    font-family: Helvetica;
    font-size: 20px;
}
.header{
    text-align: center;
    background: #cb0000;
    color: #FFF;
}
.logo-div{
    padding-top: 70px;
    padding-bottom: 10px;
}
.logo-div img{
    height: 62px;
}
.logo-subline {
    font-size: 21px;
    padding-bottom: 10px;
}
.container{
    text-align: center;
}
.home-layout{
    max-width: 750px;   
    margin: auto;
}
.top-time{
    font-size: 23px;
    padding: 14px;
    border-bottom: 1px solid #DDD;
}
.top-contact{
    padding-top: 25px;
}

.top-contact img{
    height: 143px;
    position: absolute;
    margin-left: 185px;
    z-index: -1;
    margin-top: 20px;
}
.cont-text{
    margin-bottom: 0px;
}
.contact-no{
    font-size: 52px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
}
.quote-heading{
    font-size: 27px;
}
.box{
    font-size: 24px ;
    background: #f5f5f5;
    border: 1px solid #a4a4a4;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}
.dark-box{
    font-size: 24px;
    background: #464646;
    color: #FFF;
    margin-bottom: 8px;
    /*padding: 15px;
    padding-left: 25px;*/
    text-align: left;
    text-transform: uppercase;
}
.quality-div{
    font-size: 24px;
    margin-top: 15px;
}
.pr0{
    padding-right: 0px;
}
.pl10{
    padding-left: 10px;
}
.pl0{
    padding-left: 0;
}
.pr5{
    padding-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.in-grid{
    display: inline-grid;
}
.left-side{
    padding-right: 0px;
}
.right-side{
    padding-left: 10px;
}
.box-bottom{
    margin: 5px 0;
    font-size: 24px ;
    background: #eaeaea;
    padding: 10px;
}
.custom-btn{
    margin: 10px 0;
    background: #cb0000;
    color: #fff;
    padding: 15px;
    font-size: 27px;
    border-radius: 0;
    text-transform: uppercase;
    max-width: 490px;
    width: 100%;
}
.custom-btn:hover{
    background: #a10000;
}
.custom-btn-div p{
    font-size: 17px;
    margin-bottom: 30px;
}
.bottom-text{
    text-align: left;
    color: #000;
    font-size: 21px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-10{
    margin-bottom: 10px;
}
.align-right{
    text-align: right;
}
.line{
    border-bottom: 1px solid #DDD;
    margin: 5px 0 15px 0;
}
.footer{
    background: #e8e8e8;
    padding: 30px 0 60px 0;
    text-align: center;
    margin-top: 120px;
}
.footer p{
    font-size: 17px;
}
.footer-logo-div span{
    font-size: 28px;
}
.brake_image{
    height: 120px;
}
.pricing-div{
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
}
span.dollar-sign {
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    margin-left: -20px;
    margin-top: 10px;
}
span.price {
    font-size: 70px;
    font-weight: bolder;
}
span.tax-text {
    font-size: 15px;
    position: absolute;
    margin-left: 3px;
    margin-top: 19px;
}
.price-subline{
    font-size: 20px;
    margin-bottom: 0;
}
.price-subline a{
    color: #000;
}
.price{
   /* transition: all 150ms ease;
    -webkit-transition: all 150ms ease;*/
}
.bd{
    transition: all 150ms ease;
    -webkit-transition: all 150ms ease;
}
.price-div{
    transition: all 150ms ease;
    -webkit-transition: all 150ms ease;
}
.price_decimal{
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    margin-top: 15px;
}

/* checkboxes */

.checkbox label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 42px; /* 10 px padding right + 15px input type*/
    margin-right: 10px; /* margin between inputs types */
    margin-bottom: 7px;
}
    
.checkbox label:before {  
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;  
    left: 0;
}
    
input[type=checkbox] {  
    display: none;  
}
    
.checkbox label:before {
    background: url('/icons/blank-checkbox.png') left center no-repeat;
    margin-top: 2px;
    background-size: 35px 35px;
}
    
input[type=checkbox]:checked + label:before {  
    background: url('/icons/checkbox.png') left center no-repeat;  
    background-size: 35px 35px;
} 

/* checkbox type Radio button */

input[type=radio] {  
    display: none;  
}

.radio2 label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 42px; /* 10 px padding right + 15px input type*/
    margin-right: 10px; /* margin between inputs types */
    margin-bottom: 7px;
}
    
.radio2 label:before {  
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;  
    left: 0;
}
    
.radio2 label:before {
    background: url('/icons/blank-checkbox.png') left center no-repeat;
    margin-top: 2px;
    background-size: 35px 35px;
}
    
.radio2 input[type=radio]:checked + label:before {  
    background: url('/icons/checkbox.png') left center no-repeat;  
    background-size: 35px 35px;
} 

/* Radio button */

.radio label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 40px; /* 10 px padding right + 15px input type*/
    margin-right: 10px; /* margin between inputs types */
}
    
.radio label:before {  
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;  
    left: 0;
    margin-top: -2px;
}
    
.radio label:before {
    background: url('/icons/blank-radio-button.png') left center no-repeat;
    background-size: 40px 40px;
}
    
.radio input[type=radio]:checked + label:before {  
    background: url('/icons/radio-button.png') left center no-repeat;  
    background-size: 40px 40px;
} 
.custom-dropdown{
    background: none;
    border: none;
    color: #FFF;
    width: 100%;
    padding: 15px;
    padding-left: 28px;

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.custom-dropdown option{
    color: #000;
}
.top-time-mobile{
    display: none;
}
.timing{
    
}
.box2 {
    margin-bottom: 10px;
    padding: 20px;
    min-height: 100px;
    border: 1px solid #979797;
    font-size: 24px;
}
.box2-wrapper {
   /* columns: 3;
    column-gap: 10px;*/
    text-align: center;
}
.box2 img {
    height: 35px;
    margin: 10px 0 5px 0;
}
.q-div{
    margin-left: -18px;
    font-size: 19px;
    margin-top: -15px;
}



/*Bottom home page*/

.home-layout2 {
    max-width: 940px;
    margin: auto;
}
.full-image{
    text-align: center;
    background: #787878;
    margin-top: 55px;


   /* background-image: url('/images/mobile-brake-repair-utah-desktop.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;

  background-size: auto 100%;*/

}
.full-image img{
    /*max-height: 640px;*/
}
.full-image2{
    text-align: center;
    background: #787878;
    margin-top: 55px;
}
.img-inner-text{
    position: absolute;
    color: #FFF;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: 17%;
}
.iit-1{
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.iit-2{
    font-size: 41px;
    letter-spacing: 1px;
    margin-top: -15px;
}
.sec1{
    margin-top: 45px;
}
.sec2{
    margin-top: 60px;
}
.sec-heading{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sec-text {
    font-size: 23px;
}
.sec-img-div{
    text-align: center;
    height: 425px;
    padding: 0px 110px;
}
.sec-img{
    width: 100%;
}
.sec-text-gap{
    padding-left: 50px;
}
.form-group label{
    font-size: 18px;
}
.form-control{
    /*border-radius: 0px;*/
}
.form-control:focus{
    border-color: #ff3232;
    box-shadow: 0 0 0 0.2rem rgb(255 208 208);
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.cbtn{
    /*border-radius: 0;*/
    min-width: 110px;
    padding: 10px;
    font-size: 18px;
}

.submit-btn{
    background: #cb0000;
    margin-left: 5px;
}
.modal-content{
    border-radius: 0px;
}
.modal-header{
    border-radius: 0px;
    background: #f3f3f3;
}
.modal-title{
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
}

input.picker[type="date"] {
  position: relative;
}

input.picker[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

input.picker[type="time"] {
  position: relative;
}

input.picker[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}
.input-group-text{
    background-color: #f3f3f3;
}

.top-full-image {
    text-align: center;
    margin-top: 35px;
}
.top-full-image img{
    height: auto;
    max-width: 1250px;
    width: 100%;
}
.top-full-image p{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 25px;
    letter-spacing: 1px;
    display: inline-flex;
    text-align: center;
    max-width: 1040px;
    padding: 0 10px;
}
.iit-3{
    /*font-size: 86px;*/
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 1px;
      line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.home-layout3 {
    max-width: 1250px;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 10px;
}
.b-count {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 0px;
}
.b-text {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}
.inner-box img {
    height: 130px;
}
.ap-head {
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ap-subhead {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.ap-text {
    font-size: 23px;
    margin-bottom: 10px;
}
.ap-line {
    border-top: 1px solid #7a7a7a;
    margin: 15px 0;
}
.pt-15{
    padding-top: 15px;
}

/*@media only screen and (max-width: 380px) {
    .logo-subline {
        font-size: 14px !important;
    }
    .top-contact img {
        height: 36px !important;
        margin-left: 78px !important;
        margin-top: 22px !important;
    }
    .timing {
        font-size: 12px !important;
    }
    .top-contact {
        padding: 20px 0 0 10px;
    }
}*/
@media only screen and (max-width: 430px) {
    .logo-subline {
        font-size: 14px !important;
    }
    .logo-div img {
        height: 38px !important;
    }
    .top-contact img {
        height: 55px !important;
        margin-left: 86px !important;
        margin-top: 34px !important;
    }
    .top-contact {
        padding-top: 15px;
    }
    .contact-no {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }
    .timing {
        font-size: 12px !important;
    }
    .cont-text {
        font-size: 12px !important;
    }
    .quality-div {
        font-size: 13px !important;
    }
    .quote-heading {
        font-size: 16px !important;
    }
    .bottom-text {
        font-size: 14px !important;
    }

    .price-subline {
        font-size: 12px !important;
    }
    .q-div {
        font-size: 13px !important;
        margin-left: -15px !important;
    }
    span.price {
        font-size: 35px !important;
    }
    span.dollar-sign {
        font-size: 23px !important;
        margin-top: 2px !important;
        margin-left: -15px !important;
    }
    .price_decimal {
        font-size: 23px !important;
    }
    .pricing-div {
        padding-left: 18px !important;
        padding-top: 15px !important;
    }

    .top-full-image p{
        font-size: 20px !important;
        line-height: 1.3;
        margin-top: 15px;
    }

    .ap-head {
        font-size: 24px !important;
    }
    .ap-subhead {
        font-size: 18px !important;
    }
    .ap-text {
        font-size: 16px !important;
    }

     /* Radio button */
   /* .radio label {
        padding-left: 22px !important;
        margin-right: 0px !important;
    }
        
    .radio label:before {  
        width: 22px !important;
        height: 22px !important;
    }
        
    .radio label:before {
        background-size: 22px 22px !important;
    }
        
    .radio input[type=radio]:checked + label:before {  
        background-size: 22px 22px !important;
    } */
    /* /Radio button */
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo-subline {
        font-size: 15px;
    }
    .logo-div{
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .logo-div img {
        height: 45px;
    }
    .top-contact img {
        height: 77px;
        margin-left: 119px;
        margin-top: 44px;
    }
    .top-contact {
        padding-top: 15px;
    }
    .contact-no {
        font-size: 36px;
        margin-bottom: 5px;
    }
    .quote-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .top-time{
        display: none;
    }
    .top-time-mobile{
        display: none;
        padding-top: 10px;
        font-size: 16px;
    }
    .timing{
        display: block;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .brake_image{
        height: 80px;
    }
    span.price {
        font-size: 40px;
    }
    span.dollar-sign {
        font-size: 28px;
        margin-top: 2px;
    }
    .price_decimal{
        font-size: 28px;
        margin-top: 5px;
    }
    .q-div {
        margin-left: -18px;
        font-size: 15px;
        margin-top: -8px;
    }
    .price-subline {
        font-size: 15px;
    }
    .pricing-div {
        padding-left: 24px;
        padding-top: 11px;
    }
    span.tax-text {
        font-size: 13px;
        margin-top: 12px;
    }
    .custom-btn {
        font-size: 18px;
        padding: 10px 0;
    }
    .right-side {
        padding-left: 15px;
    }
    .dark-box {
        font-size: 17px;
    }
    .box {
        font-size: 17px;
        padding: 5px 0 5px 8px;
    }
    .quality-div {
        font-size: 16px;
        margin-top: 14px;
    }
    .custom-dropdown{
        padding: 11px;
    }
    /*.left-side {
        padding-right: 15px;
    }
    .bottom-text {
        margin-bottom: 100px;
    }*/
    .footer {
        text-align: left;
        padding-left: 20px;
        margin-top: 100px;
    }

    .cont-text {
        font-size: 14px;
    }

    .box-bottom {
        padding: 5px;
    }

    /* checkboxes */
    .checkbox label {
        padding-left: 28px;
        margin: 3px 0;
    }
        
    .checkbox label:before {  
        width: 21px;
        height: 21px;
    }
        
    .checkbox label:before {
        margin-top: 2px;
        background-size: 21px 21px;
    }
        
    input[type=checkbox]:checked + label:before {  
        background-size: 21px 21px;
    } 
    /* /checkboxes */

    /* Radio button */
    .radio label {
        padding-left: 25px; /* 10 px padding right + 15px input type*/
        margin-right: 0px; /* margin between inputs types */
    }
        
    .radio label:before {  
        width: 25px;
        height: 25px;
    }
        
    .radio label:before {
        background-size: 25px 25px;
    }
        
    .radio input[type=radio]:checked + label:before {  
        background-size: 25px 25px;
    } 
    /* /Radio button */

    .bottom-text {
        font-size: 15px;
    }
    .price-brakdown{
        font-size: 14px;        
    }
    .custom-btn-div p {
        font-size: 15px;
    }
    .box2 {
        padding: 5px;
        font-size: 15px;
    }
    .box2 img {
        height: 25px;
    }

    /*Bottom home page phone*/


    .full-image {
        margin-top: 20px;
    }
    .full-image img{
        width: 100%;
        height: auto;
    }
    .full-image2 {
        margin-top: 20px;
    }
    .img-inner-text {
        /*margin-top: 15px;*/
    }
    .iit-1 {
        font-size: 6vw;
        margin-bottom: 0;
    }
    .iit-2 {
        font-size: 5vw;
        margin-top: -5px;
    }
    .sec2 {
        margin-top: 20px;
        padding: 0 15px;
    }
    .sec1 {
        margin-top: 20px;
        padding: 0 15px;
    }
    .sec {
        padding: 0 15px;
    }
    .sec-img-div {
        height: auto;
        padding: 0 30px;
    }
    .sec-text-gap{
        padding-left: 10px;
    }
    .sec-text {
        font-size: 16px;
    }
    .sec-heading {
        font-size: 20px;
    }
    .modal-title {
        font-size: 20px;
        padding-left: 0px;
    }

    .top-full-image p{
        font-size: 24px;
        line-height: 1.3;
        margin-top: 15px;
        letter-spacing: 0px;
    }

    .top-full-image {
        margin-top: 15px;
    }

    .home-layout3{
        padding: 0 15px;
    }
    .inner-box {
        padding-bottom: 10px;
    }
    .b-count {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .b-text {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .inner-box img {
        height: 70px;
    }

    .ap-head {
        font-size: 27px;
    }
    .ap-subhead {
        font-size: 20px;
    }
    .ap-text {
        font-size: 18px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .full-image img{
        width: 100%;
        height: auto;
    }
    .home-layout{
        padding: 0 15px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .full-image img{
        width: 100%;
        height: auto;
    }
    .home-layout{
        padding: 0 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .full-image img{
        width: 100%;
        /*height: 640px;*/
    }
}

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

}