body{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:1.4;
	color:#464646; 
}
img{
	max-width:100%;
	height:auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.h2, h2 {
    margin-bottom: 1rem;
}
.faicon{
    font-size: 75px;
}
.h3, h3 {
    font-weight:400;
    font-size: 1.58rem;
}
.bg-primary{
	background-color:var(--bs-primary) !important;
}
.text-primary{
	color:var(--bs-primary) !important;
}
.bg-light{
	background-color:#F7F7F7 !important;
}
.bg-dark{
	background-color:#353535 !important;
	color:#fff;
}
.bg-dark a{
	color:#fff;
}

.form-label-group input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-label-group input:-ms-input-placeholder {
  color:  #b3b3b3;
}

.form-label-group input::-ms-input-placeholder {
  color:  #b3b3b3;
}

.form-label-group input::-moz-placeholder {
  color:  #b3b3b3;
}

.form-label-group input::placeholder {
  color:  #b3b3b3;
}
.btn{
	font-weight:500;
	border-radius: 3px;
	padding: .5rem 1rem;
	min-width: 140px;
}
.btn-link {
    padding: .375rem;
}
.btn-shadow{
	box-shadow: 0 2px 2px 0 #e2e2e2;
}
.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle, .btn-outline-dark.active{
	color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
   box-shadow:0 2px 5px 0 #BDBDBD;
   outline:0;
}

.btn-warning {
    color: var(--bs-secondary);
    background-color: #e4b936;
    border-color: #e4b936;
}
.btn-success {
    color: var(--bs-secondary);
    background-color:#70ff2d;
    border-color:#70ff2d;
}
.btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-success.focus, .btn-success:focus {
    color: var(--bs-secondary);
    background-color: #56f30c;
    border-color: #56f30c;
}
.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(86, 243, 12, 0.5);
}
.header {
    -webkit-box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
	font-weight:400;
}
.navbar-brand img {
    
}
.navbar-light .navbar-nav .nav-link{
	color:var(--bs-secondary);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: var(--bs-primary);
}
.brand-phone{
	white-space:nowrap;
}
.brand-phone i{
	margin-right:0.25rem;
}	 
.services .service {
    border: solid 3px var(--bs-primary);
    border-radius: 0;
    font-weight: 400;
}
.services .service .card-body{
	margin:0;
	padding: 2rem 2rem;
}
.services .service img {
}
.services .service figure {
    min-height: 85px;
    line-height: 85px;
    text-align: center;
    margin: 0 0 1.5rem;
}
.services .service h3{
	margin:0;
}
.office-time ul {
    list-style: none;
    display: table;
    margin: 0;
}

.office-time ul li {
    margin: 0 0 0.5rem;
    display: table-row;
}
.office-time ul li > span{
	display:table-cell;
	padding: 4px  8px;
	white-space: nowrap;
}
.office-time ul li > span.separator {
    padding-left: 20px;
}
.form-control {
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    border-radius: 0;
    height: 45px;
    padding: .375rem 1.25rem;
    font-weight: 500;
}

textarea.form-control {
    height: 140px;
    padding: 0.75rem;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(60, 60, 60, 0.5);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(60, 60, 60, 0.5);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(60, 60, 60, 0.5);
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(60, 60, 60, 0.5);
}
.footer {
	font-weight:500;
}
.footer-menu ul > li:not(:last-child):after {
    content: '|';
    margin-left: .5rem;
}
.social-menu .list-inline-item:not(:last-child) {
	margin-right: .75rem;
}
.footer a:hover{
	color:var(--bs-primary);
	text-decoration:none;
}
.tyresoft_container .ts_searchfor-tyres .ts_btn.btn-danger {
    background-color: inherit;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    font-weight: 600;
    font-size: 17px;
}
body .tyresoft_container .ts_searchfor-heading {
    font-weight: 600;
    font-size: 1.5rem;
}
body .tyresoft_container {
    background-size: cover !important;
    display: flex;
    height: 300px;
}
.banner  .container {
    position: relative;
}

body .tyresoft_container {
    position: absolute;
    z-index: 9;
    background: transparent !important;
    left: 0;
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}
.carousel-item {
    height: 300px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* @media START */
@media (min-width: 320px) and (max-width: 500px){
		.navbar-expand .navbar-nav {
		flex-direction: column;
	}
	.brand-phone{
		font-size: 14px;
	}
	.navbar-brand{
		margin-right: 0rem;
	}
	.office-time ul li > span{
		white-space: unset;
	}
}
@media (min-width: 375px){

	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (min-width: 410px){

}
@media (min-width: 480px){}
@media (min-width: 576px){
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 768px){
	.brand-phone {
		margin: 1rem 0 0;
	}
	body .tyresoft_container .ts_searchfor-heading {
		font-size: 2rem;
	}
	body .tyresoft_container{
		height:500px;
	}
	.carousel-item {
		height: 500px;
	}
}
@media (min-width: 992px){
	textarea.form-control {
		height: 138px;
	}
}
@media (min-width: 1200px){
	body{
		font-size:18px;
	}

	.office-time ul li > span {
		padding: 8px 8px;
	}
	.form-control {
		height: 65px;
		padding: .375rem 1.5rem;
	}
	textarea.form-control {
		height: 168px;
	}
	.social-menu {
		font-size: 1.5em;
	}
	.brand-phone {
		margin: 2rem 0 0;
	}

	
}
@media (min-width: 1360px){
	body{
		font-size:20px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
	.h2, h2 {
		margin-bottom: 1.5rem;
	    font-size: 2.5rem;
	}
	.form-control {
		height: 74px;
		padding: .375rem 1.5rem;
	}
	.btn {
		padding: .85rem 1rem;
	}
	textarea.form-control {
		height: 162px;
		padding: 1.5rem;
	}
	.p-4 {
		padding: 2rem!important;
	}
	.mb-4 {
		margin-bottom: 2rem!important;
	}
}
@media (min-width: 1600px){
	/*.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1460px;
	}
	
	.office-time ul li > span {
		padding: 9px 8px;
	}
	
	textarea.form-control {
		height: 194px;
	}
	*/
	
}