﻿body {
}

.contact-area {
    margin-top: 100px;
}

.main-heading .title{
    font-weight: bold;
}

.mb-20{
    margin-bottom: 20px;
}

.map-icon {
    vertical-align: top;
    display: table-cell;
    font-size: 35px;
    color: #fff;
}

.mail-icon {
    vertical-align: top;
    display: table-cell;
    font-size: 20px;
    color: #fff;
}

.address-heading {
    display: table-cell;
    padding-left: 15px;
    padding-top: 10px;
}

.mail-heading {
    display: table-cell;
    padding-left: 15px;
    padding-top: 5px;
}

.address p {
    margin-bottom: 0px;
}

.section-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 200;
    line-height: 1;
}

    .section-title h2::before {
        content: "";
        position: absolute;
        right: 0;
        margin: auto;
        bottom: -25px;
        height: 2px;
        width: 60px;
        background: #bc290a;
        left: 0;
    }




.address{
    margin-top: -5px;
}

    .address a {
        color: #fff;
        text-decoration: none;
        font-family: SF UI Display Semibold;
    }
.contact_box {
    background: #fbfbfb;
    padding: 30px 15px;
    box-shadow: 0px 0px 5px 0px #ebebeb;
}




.checkbox_align{
    display: flex;
}

.checkbox_align .checkbox-wid input{
    width: 20px;
    height: 20px;
}

.checkbox_align label {
    margin-left: 15px;
    margin-top : 3px;
}

.location_box {
    background-image: linear-gradient(171deg, #94b47a, #429f9d);
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 15px;
}

    .location_box h4 {
        font-family: SF UI Display Semibold;
        font-size: 1.5rem;
    }

.address-title h5, .mail-title h5 {
    font-family: SF UI Display Semibold;
    font-size: 1.2rem;
}

.address p, .mail-title p {
    font-family: 'SF UI Display Light';
    font-size: 1rem; 
}

.contact_page {
    justify-content: center;
}

/*.sticky {
    background-image: linear-gradient(to right, #66993e, #1a7c7a);
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}*/


    .contact_page h1 {
        position: relative;
        padding: 0;
        margin: 0;
        font-family: SF UI Display Semibold;
        font-size: 40px;
        color: #080808;
        text-transform: uppercase !important;
    }

    .contact_page h1 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
    }

.contact_page h1 em {
    font-style: normal;
    font-weight: 600;
}

    /* === HEADING STYLE #2 === */
.contact_page .two h1 {
  text-transform: capitalize;
}
.contact_page .two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}

.contact_page .two h1 span {
  font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    font-family: 'SF UI Display Medium';
}
.contact_page .alt-two h1 {
  text-align:center;
}
.contact_page .alt-two h1:before {
  left:50%; margin-left:-30px;
}

.contact_page .two {
    margin-bottom: 25px;
}

 .form-control {
    padding: 0.5rem 0.75rem;
    border: 1px solid #dfdfdf;
    border-radius: unset;
}

.contact_page .form-control {
    border-right: 3px solid #bc290a;
}


    .sticky_slide {
        height: 631px;
    }

    .sticky_btn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        margin: auto;
    }

        .sticky_btn .col-6 {
            padding: 0px;
        }

    .stick_height {
        height: 100% !important;
        overflow: auto;
    }

@media(max-width:1400px) {
    .sticky_slide {
        height:470px;
    }
}