@font-face {
    font-family: 'LandRover';
    src: url(../fonts/LandRoverOT4-Bold/LandRoverOT4-Bold.ttf);
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'AvenirH';
    src: url(../fonts/Avenir-Heavy.ttf);
    font-style: normal;
    font-weight: normal;
}

.clr-0c121c {
    color: #0c121c;
}

.fs-24 {
    font-size: 24px;
}

.f-land-rover {
    font-family: 'LandRover';
}

.pretext {
    width: 100%;
}

/*Enquiry form*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #000;
    border-color: #c8c8c8;
    background-color: #fff;
}
.enquiry-form .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url('../img/radio.gif');
}
.enquiry-form .custom-select{
    background: #fff url(../img/select.gif) no-repeat 98% center;
}
.enquiry-form .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background: #fff url(../img/check.gif) no-repeat center;
}
.enquiry-form label{
    font-size: 14px;
    font-family: 'AvenirH';
    color: #000;
}
.enquiry-form sup{
    color: #f32a4b;
}
.enquiry-form label.custom-control-label{
    font-family: 'Avenir';
}
.enquiry-form .custom-radio {
    padding-right: 24px;
}
.enquiry-form .custom-control-label{
    line-height: 24px;
}
.enquiry-form .custom-control:first-child{
    margin-left: 5px;
}
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea,
.enquiry-form textarea,
.enquiry-form .custom-checkbox .custom-control-label::before{
    border-color: #c8c8c8;
    border-radius: 0;
}
.enquiry-form h3{
    margin-bottom: 45px;
    font-weight: bold;
}
.enquiry-form h3.last{
    margin-top: 90px;
}
.enquiry-form .btn-box{
    margin-top: 45px;
    padding-left: 5px;
}
.enquiry-form .btn{
    min-width: 125px;
    height: 45px;
    line-height: 10px;
    margin-top: 25px;
    margin-right: 25px;
    padding: 1px 24px 0;
    text-decoration: none;
    letter-spacing: .12em;
    font-size: 14px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    background-color: #0c121c;
    border: 1px solid #0c121c;
    border-radius: 0;
    color: #fff;
    transition: color .4s ease,background-color .4s ease;
    width: auto;
}
.enquiry-form .btn:hover{
    color: #000;
    background-color: #fff;
}

.enquiry-form .btn-reset{
    color: #000;
    background-color: #fff;
}

.enquiry-form .btn-reset:hover{
    background-color: #0c121c;
    border: 1px solid #0c121c;
    border-radius: 0;
    color: #fff;
}


.enquiry-form .form-row {
    padding-bottom: 15px;
}
.enquiry-form .form-row.gnd{
    padding-bottom: 30px;
}
.enquiry-form .row-2 p{
    padding-bottom: 24px;
    line-height: 24px;
}
.enquiry-form .row-2 p:last-child{
    padding-bottom: 0
}
.enquiry-form .slide-text-box{
    top: 30%;
}


@media (min-width: 1200px) {
    .enquiry-form .form-row>[class*=col-] {
        padding-right: 25px;
    }
}