/* <!-- Get In Touch Form --> */
.request_form {
    display: flex;
    justify-content: center;
}

.requestADemo_cf {
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    width: 542px;
    margin-top: -83px;
    z-index: 1;
    background: #ffffff;
    position:relative;
}

.form_and_content {
    padding: 30px 0px 83px;
}

.requestADemoCf {
    border-bottom: 5px solid #3973B7;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3973B7;
}

.form-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 45px;
    color: #383838;
}

.heading {
    padding-left: 21px;
}

.heading>.heading_inner>h2 {
    margin-bottom: 13px;
    padding-top: 27px;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 4px;
    text-align: left;
}

.heading>p {
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #383838;
    margin-bottom: 4px;
}

.main_form_section {
    padding: 0px 32px;
}

.form-control,
.form-select {
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.form-select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 38px;
    color: #383838;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Button Section */
.btn-group {
    gap: 8px;
    padding-top: 15px;
    padding-bottom: 22px;
}

.btn-group>.cancel_btn {
    border-radius: 0px;
    color: #3973B7;
    border: 1px solid #3973b7;
}

.btn-group>.submit_btn {
    padding: 12px 30px;
    gap: 10px;
    background: #3973B7;
    border-radius: 0px;
    color: white;
}

/* Contact Us Page Content */
.contact_content_info {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}

.contact_content_info>div>h6,
.contact_content_data>h6 {
    font-family: 'Spectral', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.contact_content {
    width: 293px;
}

.contact_content_info>div>h6.color,
.contact_content_data>h6.color {
    color: #3973B7;
    font-size: 16px;
}

.contact_content_data {
    padding-top: 20px;
}

.contact_content_data_para {
    font-family: 'Spectral', serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #383838;
}

.addres p {
    font-family: 'Spectral', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #383838;
}

@media(max-width:767px) {


.contact_us_image>.breadcrumb_section {
	padding-left:15px;
}
.contact_us_image h6 {
	font-size:16px;
    font-weight:400;
}
.contact_us_image h2 {
	font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    width: 80%;
}
    /* Form Section */
    .requestADemo_cf {
        margin: 16px 20px;
    }

    .heading>p {
        line-height: 17px;
    }

    .main_form_section {
        padding: 0 18px;
    }

    .heading {
        padding-left: 0px;
    }

    .main_form_section {
        padding: 0px 32px;
    }
    .btn-group{
        width: 100%;
    }
    .request_form{
        padding: 0;
    }
    /* Contact Us Content */
    .contact_content_info {
        padding-top: 24px;
        padding-bottom: 21px;
    }
    .contact_content {
        width: 100%;
        padding: 0 15px;
    }
}