﻿.landing-page .main-header:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgb(0 0 0 / 25%) 100%); */
}

.landing-page .main-header {
    min-height: auto;
    background-position:center center;
}

.landing-page #content-2{
    text-align:center;
    padding:80px 0px;
}

.landing-page #content-2 h1 {
    font: 45px 'raavi';
    font-weight: bold;
    color: #ff5722;
    text-shadow: #ffffff 0px 0px 50px, #000000 0px 0px 1px;
    margin:0px;
}

.landing-page #content-2 h1 span{
    /* color: #0095db; */
}

.landing-page .page-content{
    padding:60px 0px
}

.landing-page .page-content p{
    font-size:20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.landing-page .page-content p:last-child {
    /*padding-bottom: 0px;*/
    margin-bottom: 0px;
}

.landing-page .page-content p a{
    color:#0095db;
    text-decoration:underline;
}

.landing-page-links {
    padding: 60px 0px;
    background: #f5f9ff;
}

.landing-page-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:center;
    line-height: 2.5;
}

.landing-page-links ul li {
    display: inline-block;
    padding:0px 10px;
}

/*.landing-page-links ul li:after {
    content: '|';
    display: inline-block;
    padding: 0px 10px;
    color: #ccc;
}

.landing-page-links ul li:last-child:after {
    display:none;
}*/

footer{
    margin:0px;
}


.tab-content>.active{
    opacity: 1;
}
body{
    font-size: initial !important;
}
.btn-success{
    font-size: 16px !important;
}
.btn-success:hover::before{
    opacity: 0 !important;
}
*{
    box-sizing: border-box !important;
}
a.btn.btn-bord-cta-1, a.btn.btn-bord-cta-2 {
    font-size: 14px;
    font-weight: bold;
}
.car-data a.btn {
    font-size: 14px;
}