table th, table td {
    border: 1px solid #dedede;
    padding: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Roboto', sans-serif; font-weight: normal; color: #363636; margin-top: 0px;}
.h1 { font-size: 60px; font-style: normal; font-weight: 500; line-height: 60px; margin-bottom: 20px}
.h2 { font-size: 35px; font-style: normal; font-weight: 500; line-height: 35px; }
.h3 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 28px; }
.h4 { font-size: 24px; font-style: normal; font-weight: 600; line-height: 24px;  text-transform: uppercase;}
.h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 24px; text-transform: uppercase;}

h5.addr,
.h5.addr {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 4px solid grey;
}

.contact-box a,
.contact-box a:hover {
        color: #000;
}
.contact-box:hover a {
    color: rgb(255, 255, 255);
}

.select-region {
    margin: 0 30px;
	
    padding: 0 20px;
 /*   border: 4px solid grey; */
 text-align: center; 
}

.tabcontent .technical {
    width: 100%;
    margin-bottom: 25px;
}

.tabcontent {

    margin-top: 0;
}

#tabs .tabs {
     margin: 40px;
   
}

.stripe.inner-intro {
    height: initial;
    display: block;
}

.bg-1 {
    background-attachment: initial;
}


.our-service.kir-landing::before{
    background-color: rgb(0 0 0 / 66%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.custom-block-2 span {
    font-size: 20px;
    color: white;
    font-weight: 500;
}

.financial.kir-landing .feature-box-2
{
    margin-top: 50px;
    background-color: transparent;
}

.button {
    text-transform: none;
}


.kir-landing .content-box {
    padding: 30px 20px 0;
    background: #f6f6f6ee;
}

.kir-landing .content-box p {
    padding-left: 0;
}


.kir-landing .feature-box-3 .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.kir-landing .feature-box-3 .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.kir-landing .feature-box-3 .icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.kir-landing .feature-box-3 .content {

    padding-top: 10px;


    
}

.kir-landing .landing-form  {
    border: 1px solid grey;
    padding: 30px;
}

.kir-landing .custom-block-2 p {
    line-height: 20px;
}


.blog-post .date {
	margin: 30px 0;
}

.blog-post .date span{
    padding: 10px 20px;
    background: #db2d2e;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: none;
    text-transform: uppercase;
}

#header.topbar-dark .mega-menu .menu-logo {
    padding: 13px 0px;
}

.stripe ul.page-breadcrumb {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

a {
	text-decoration: underline !important;
	color: #00a;
}

.manufacturer.icon {
	display: inline-block;
	height: 30px;
}

.content-box-4 { 
    position: relative; 
    z-index: 1; 
    padding: 30px 30px 50px 30px;
}

.content-box-4 .info {
    min-height: 180px;
}

.car-item .car-list { 
    bottom: auto; 
}

.car-image {
    background: #f6f6f6; 
}

.-our-clients .item {
    text-align: center;
}

.-our-clients .item img {
    display: inline-block;
}

#tabs .tabcontent {
	overflow-x: auto;
}

.contact #tabs .tabcontent {
    overflow-x: hidden;
}

.row-banner {
    position: relative;
    font-size: 16px !important;
}
.row-banner .img-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    width: 800px;
    text-align: center;
    padding-bottom: 30px;
}
.img-caption {
    background-color: rgba(0,0,0,0.5) !important;
    vertical-align: middle;
}

.product-listing .logosmanuf ul li a,
.product-listing .page_content ul li a {
    color: #323232;
    position: relative;
    display: inline-block;
}

.btn-primary {
		margin-top: 10px
}

.emph {
		font-size: 20px; 
		font-style: italic;
		color: #636363;
		font-weight: bold
}

.new-top-phone {
    display: inline-block; 
    position: absolute; 
    right: 0px; 
    bottom: 20px;
}

.new-top-phone li {
    white-space: nowrap;
}

.new-top-phone a {
    padding: 0 25px 0 5px;
    color: #000;
}

@media (max-width: 1199px) {
    .contact .contact-box {
        margin-bottom: 30px;
    }

    .mega-menu .menu-logo img {
        height: 32px;
    }

    .new-top-phone {
        display: none;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 992px) {
    .mega-menu .menu-mobile-collapse-trigger {
        margin-top: 15px;
    }
  
    .new-top-phone {
        display: block;
    }
}

@media (max-width:575.98px) {
    h2 {
        font-size: 20px;
    }

    .new-top-phone span {
        display: none;
    }

    .new-top-phone li {
        text-align: right;
    }

    .new-top-phone a {
        padding: 0 0 0 5px;
    }

}