@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;500;600&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,500&family=Roboto:wght@400;500;700&display=swap');
.breadcrumb_content {
    text-align: left;
    padding: 20px 30px;
}

.breadcrumbs_area {
    padding: 0;
}

.bread-img-box {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
}

.bread-img-box img {
    width: 100%;
    height: 100%;
}

.breadcrumb_content ul li a {
    font-family: 'Niramit', sans-serif;
    font-weight: 700;
    color: #546666;
}

.breadcrumb_content ul li::before {
    color: #000000cc;
}

.breadcrumb_content ul li:last-child {
    color: #d8241c;
    font-family: 'Niramit', sans-serif;
    font-weight: 700;
}

ul.contact-details {
    padding: 25px 0;
}

.contact-details li {
    display: flex;
    gap: 15px;
}

.contact_message.content h3 {
    font-size: 22px;
    position: relative;
}

.contact_message.content h3:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40%;
    height: 3px;
    background: #da251c;
    border-radius: 20px;
}

.contact_message.form {
    padding: 0 25px;
}

.contact_message h3 {
    font-size: 22px;
    display: inline-block;
    position: relative;
}

.contact_message h3:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40%;
    height: 3px;
    background: #da251c;
    border-radius: 20px;
}

.half-field p:nth-child(1) {
    width: 48%;
    display: inline-block;
}

.half-field p:nth-child(2) {
    width: 48%;
    display: inline-block;
}

.half-field {
    display: flex;
    justify-content: space-between;
}

.contact_map {
    margin-bottom: 0;
}

body,
html {
    overflow-x: hidden;
}

.btn-prim {
    background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%);
    background-repeat: repeat-x;
    border-color: #c4250a;
    text-transform: uppercase;
    box-shadow: inset 0 -3px 0 rgb(0 0 0 / 6%);
    text-align: center;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #da251c !important;
    border-radius: 6px;
}

.form-div {
    padding: 30px;
    margin: 50px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.dealer-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: 50%;
}

.form-field {
    margin-top: 4px;
    margin-bottom: 12px;
}

.form-field label {
    font-family: 'Niramit';
    font-weight: 500;
    font-size: 16px;
}

.form-field input {
    border: 1px solid #ebebeb !important;
    height: 45px !important;
    background: #ffffff !important;
    width: 100% !important;
    padding: 0 20px !important;
    color: #757575 !important;
}

.form-field select {
    border: 1px solid #ebebeb !important;
    height: 45px !important;
    background: #ffffff !important;
    width: 100% !important;
    padding: 0 20px !important;
    color: #757575 !important;
}

.form-heading {
    text-align: center;
}

.form-heading h3 {
    text-align: center;
    font-family: 'Niramit';
    position: relative;
    display: inline-block;
}

.form-heading h3:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #d9241c;
    border-radius: 20px;
}

.dealer-submit_btn:hover {
    background-color: #d9241c;
}

.form-heading h3 span {
    color: #d9241c;
}

.form-field-half {
    width: 49%;
    display: inline-block;
}

.form-heading h3 {
    margin-bottom: 30px;
    font-weight: 700;
}

.dealer-submit_btn {
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    text-transform: capitalize;
    border: none;
    background: #b23836;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    margin-top: 20px;
}

.under-para {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .bread-img-box {
        width: 100%;
        height: 235px;
    }
}