/* START FOR ABOUT US PAGE */
/*START FOR FONT FACE*/
@font-face {
    font-family: 'BrittanySignature';
    src: url('../fonts/BrittanySignature.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/BrittanySignature.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/BrittanySignature.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/BrittanySignature.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/BrittanySignature.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/BrittanySignature.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

/*END FOR FONT FACE*/

/*START FOR BODY*/
body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

/*END FOR BODY*/

.contactus_block {
    padding: 200px 0 50px;
}

.contactus_block .custom_resp_tabs_container {
    border: 0;
    width: 100%;
}

.contactus_block .list_resp_tabs {
    width: 100% !important;
    float: initial !important;
}

.contactus_block .list_resp_tabs li.resp-tab-item:not(:last-child) {
    margin: 0 0 20px !important;
}

.contactus_block .list_resp_tabs li {
    padding: 5px 20px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    color: #AF7F32;
    border: 1px solid #AF7F32;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contactus_block .list_resp_tabs li:hover,
.contactus_block .list_resp_tabs li.resp-tab-active {
    background-color: #AF7F32;
    color: #fff;
}

.contactus_block .custom_resp_tabs_container .fill_form .field_group {
    margin: 0 0 20px;
}

.contactus_block .custom_resp_tabs_container .fill_form .field_group .field_lbl {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0;
}

.contactus_block .custom_resp_tabs_container .fill_form .field_group .field_input,
.contactus_block .custom_resp_tabs_container .fill_form .field_group .field_txtarea {
    border: 1px solid #AF7F32;
    color: #171313;
    font-size: 14px;
    box-shadow: initial;
    border-radius: 8px;
    font-weight: 600;
    height: 45px;
}


.contactus_block .custom_resp_tabs_container .fill_form .field_group .field_select {
    border: 1px solid #AF7F32;
    font-size: 14px;
    box-shadow: initial;
    border-radius: 8px;
    font-weight: 600;
    height: 45px;
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #AF7F32;
    padding: 0 15px;
    color: #A4A4A4;
}

.contactus_block .custom_resp_tabs_container .fill_form .field_group .field_txtarea {
    height: auto !important;
    overflow: hidden;
    resize: none;
}

.contactus_block .custom_resp_tabs_container .fill_form .btn_primary {
    background: transparent linear-gradient(70deg, #027D3E 0%, #029148 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    padding: 0 30px;
    border: 0;
    outline: none;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}

/*MEDIA QUERIES*/
/*991*/
@media (max-width:991px) {}

@media (max-width:768px) {
    .contactus_block .custom_resp_tabs_container .resp-accordion {
        padding: 5px 20px !important;
        font-family: 'Raleway', sans-serif;
        position: relative;
        display: block;
        height: auto;
        cursor: pointer;
        color: #AF7F32;
        border: 1px solid #AF7F32 !important;
        border-radius: 8px;
        line-height: 33px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px !important;
        text-align: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: transparent !important;
    }

    .contactus_block .custom_resp_tabs_container .fill_form .field_group .grid_col:not(:last-child) {
        margin: 0 0 20px;
    }

    .contactus_block .custom_resp_tabs_container .fill_form .btn_primary {
        width: 100%;
    }

    .contactus_block .custom_resp_tabs_container .resp-accordion.resp-tab-active {
        margin: 0 !important;
    }

    .contactus_block .custom_resp_tabs_container .resp-arrow {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        right: 20px;
    }

    .contactus_block .custom_resp_tabs_container .resp-tab-active span.resp-arrow {
        border-bottom-color: #fff !important;
    }

    .contactus_block .custom_resp_tabs_container .resp-accordion.resp-tab-active {
        background-color: #AF7F32 !important;
        color: #fff;
    }

    .contactus_block .custom_resp_tabs_container .resp-tab-content {
        border: 0;
    }
}