body:not(.home) {
    background-color: #fafafc;
}

.section.application {
    min-height: 400px;
}

/* BORDER SECTION */
.border_section .fw-wrapper {
    margin-bottom: 1.5rem;
    background-color: #FFFFFF;
}

@media (min-width: 600px) {
    .border_section .fw-wrapper{
        border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0 2px 20px rgba(187, 187, 187, 0.3);
        -webkit-box-shadow: 0 2px 20px rgba(187, 187, 187, 0.3);
        -moz-box-shadow: 0 2px 20px rgba(187, 187, 187, 0.3);
        padding: 2.5rem 3rem;
    }
}

@media (min-width: 1200px) {
    .border_section .fw-wrapper{
        padding: 6rem 9rem;
    }
}

/* TABS DESIGN */
.ui-tabs.fw-tabs-container{
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    padding: 20px 0px;
    font-family: 'Roboto';
}

.ui-tabs.fw-tabs-container *{
    font-family: 'Roboto';
}

.ui-tabs.fw-tabs-container .ui-tabs-nav{
    background-color: transparent;
    border: 0px;
}

.ui-tabs.fw-tabs-container .ui-tabs-tab{
    border: 0px!important;
    border-radius: 12px 12px 0px 0px;
    margin: 0px;
}

.ui-tabs.fw-tabs-container .ui-tabs-tab.ui-tabs-active{
    box-shadow: 0px -4px 10px rgba(187, 187, 187, 0.3);
}

.ui-tabs.fw-tabs-container .ui-tabs-tab a{
    padding: 2.5rem 5rem;
    color: #a6a6ab;
    font-size: 1.1em;
}

.ui-tabs.fw-tabs-container .ui-tabs-tab.ui-tabs-active a{
    color: #8c7cdb;
}

.ui-tabs.fw-tabs-container .fw-tab-content{
    background-color: #FFFFFF;
    border: 0px;
    box-shadow: -2px 0px 20px rgba(187, 187, 187, 0.3);
    padding: 5rem 5rem;
}

.contact_cols{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    color: #000000;
}

.contact_cols .col_1{
    flex-basis: 60%;
}

.contact_cols .col_2{
    flex-basis: 35%;
    border: 3px solid #e9e9e9;
    padding: 4rem 7rem;
    border-radius: 4px;
}

.contact_cols .col_2 strong{
    font-size: 1.4em;
}

h1.tabs_h1{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.contact_cols .text{
    font-size: 1.2em;
}

@media all and (max-width: 991px){
    .contact_cols{
        flex-wrap: wrap;
    }

    .ui-tabs.fw-tabs-container .fw-tab-content{
        padding: 3rem;
    }

    .contact_cols .col_1,
    .contact_cols .col_2{
        flex-basis: 100%;
    }

    .contact_cols .col_1{
        margin-bottom: 3rem;
    }
}

/* FAQ STYLE */
.ewd-ufaq-faqs {
    margin: 0 auto;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid rgba(240, 240, 240, 0.7);
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-title {
    line-height: 1em;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-title h4 {
    margin-bottom: 0;
    overflow: hidden;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-title h4 {
    margin: 0px !important;
    line-height: 1em;
    font-weight: 500;
    font-size: 1.5rem;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title a {
    display: block;
    color: #212142;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    padding: 1.5rem;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-faq-title-text {
    line-height: 0em;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol {
    display: none !important;
}

@media (min-width: 600px) {
    .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title a {
        font-size: 1.6rem;
        padding: 2.5rem;
    }
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title a::after {
    display: flex;
    align-items: center;
    color: #8c7cdb;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "etax";
    content: "";
    position: absolute;
    right: 2.5rem;
    top: 0;
    bottom: 0;
    line-height: 1;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active .ewd-ufaq-faq-title a::after {
    content: "";
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
    color: rgba(67, 67, 87, 0.7);
    font-size: 1.5rem;
    font-weight: 300;
    padding: 1.5rem;
}

@media (min-width: 600px) {
    .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
        padding: 0.5rem 3rem 2rem;
    }
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div:hover {
    box-shadow: 0 2px 20px rgba(187, 187, 187, 0.3);
    -webkit-box-shadow: 0 2px 20px rgba(187, 187, 187, 0.3);
    -moz-box-shadow: 0 2px 20px rgba(187, 187, 187, 0.3);
    border-color: transparent;
}

@media all and (min-width: 1035px) {
    .home_faq_col_1 {
        max-width: 275px;
        padding-left: 0px !important;
    }

    .home_faq_col_1 .shortcode-widget-area .gallery {
        justify-content: space-between;
    }
}

.home_faq_col_1 .shortcode-widget-area .gallery {
    justify-content: center;
}

.home_faq_col_1 .shortcode-widget-area img {
    max-width: 111px !important;
}

.home_faq_col_1 .home_aditional_faq {
    font-weight: normal;
    border-radius: 4px;
}

.home_faq_col_2 {
    float: right !important;
}

.btn-primary,
input.gform_next_button,
input.gform_button {
    border-radius: 4px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #8c7ddc;
    border-color: #8c7ddc;
}

nav.navbar ul.navbar-nav>li:last-child a,
nav.navbar ul.navbar-nav>li:last-child a {
    border-radius: 4px;
}

nav.navbar ul.navbar-nav>li:last-child a:hover,
nav.navbar ul.navbar-nav>li:last-child a:focus {
    background-color: #8c7ddc;
}

#section_map .fw-container-fluid {
    width: 100%;
    padding: 0px;
}

@media all and (min-width: 860px){
    #gform_wrapper_1 .name_field,
    #gform_wrapper_1 .email_field{
        width: 47%;
    }

    #gform_wrapper_1 .name_field{
        float: left;
    }

    #gform_wrapper_1 .email_field{
        float: right;
        clear: none;
    }
}

@media all and (max-width: 599px){
    footer {
        margin-top: 0px;
    }
}


.steps .xs-code {
    margin-bottom: 1.5rem;
}

@media all and (max-width: 991px){
    #content{
        margin-top: 15px;
    }
}

@media all and (min-width: 900px){
    .fw-main-row.benefits .fw-container-fluid{
        width: 100%;
    }
}

@media all and (max-width: 767px){
    footer > .fw-container > .row > div{
        margin-bottom: 30px;
    }

    footer > .fw-container > .row > div h3{
        margin-bottom: 10px;
    }

    .footer_copy{
        text-align: center;
    }

    .footer_copy .navbar-nav {
        margin-top: 10px;
        flex-direction: row;
        justify-content: center;
    }

    .footer_copy .navbar-nav li a{
        padding-right: 0px;
        padding-left: 0px;
    }
}

footer .col-6{
    word-wrap: break-word;
}