  .contact_us{
    width: 90%;
    margin: 0 auto;
}
.gform_wrapper.two-column_wrapper {
    max-width: 100%;
}
.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
    display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    display: block;
}
.gform_wrapper.two-column_wrapper ul.one-half {
    margin-left: 6% !important;
    width: 47%;
    float: left;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
    margin-left: 0 !important;
}
#input_3_2,
#input_3_3,
#input_3_4 {
    width: 100%;
}
.gform_wrapper .gsection {
    border-bottom: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
    padding: 0 !important;
}

@media only screen and (max-width: 1075px) {

    .gform_wrapper.two-column_wrapper ul.one-half {
        width: 100%;
    }
    .gform_wrapper.two-column_wrapper ul.one-half {
        margin-left: 0 !important;
    }
    .gform_wrapper .gsection {
        display: none !important;
    }
    .contact_us .gform_wrapper li {
        margin-bottom: 10px;
    }

}
@media only screen and (min-width: 1076px){

    .contact_us .gform_wrapper {
        position: relative;
    }
    .meeting_events .gform_wrapper .gform_footer {
        width: auto;
        position: relative!important;
        padding: 20px 0 0!important;
        margin: 0;
    }
    .contact_us_gform .gform_wrapper .gform_footer {
        width: auto;
        position: absolute;
        top: 340px;
        right: 0px;
        padding: 0;
        margin: 0;
    }
    .contact_us{
        height: 650px;
    }

}
.gfield_label{
    font-size: 12px !important;
    color: #776100;
    font-weight: 400 !important;
}

.ginput_container_select select,
.ginput_container_text input,
.ginput_container_email input,
.ginput_container_phone input,
.ginput_container_textarea textarea{
    background: #e9e8e3;
    color: #000;
    padding: 15px 10px !important;
    border: none;
    font-size: 20px;
    outline: none;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}
.ginput_container_select select option {
    padding: 30px;
}
.gform_footer input[type=submit]{
    color: #fff;
    background: #988a7f;
    padding: 15px 45px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.ginput_container_select select{
    background: #e9e8e3 url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}

.main_lines .slick-prev{
    left: -80px;
}
.main_lines .slick-next{
    right: -80px;
}
@media (max-width: 999px){
    .contact_info{
        flex-direction: column;
    }
    .main_lines{
        padding: 50px 0;
    }
    .hotel_location_contact{
        padding: 0 10px;
    }
}

/*General contacts*/
.general-contacts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    width: 90%;
    margin: 40px auto;
    padding: 60px 0;
    border-top: 1px solid rgba(152,138,127, .5);
    border-bottom: 1px solid rgba(152,138,127, .5);
}

.general-contacts .single-contact{
    width: 33.3%;
    text-align: center;

}

.general-contacts .single-contact .single-contact-content{
    padding: 0 15px;
}

.general-contacts .single-contact .contact-title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.general-contacts .single-contact .contacts .contact{
    margin-bottom: 5px;
}

.general-contacts .single-contact .contacts .contact .label{
    text-transform: uppercase;
    font-weight: 600;
}

.general-contacts .single-contact .contacts .contact .label:after{
    content: ':';
    display: inline-block;
}

.general-contacts .single-contact .contacts .contact:not(.e-mail) .data{
    text-decoration: none;
    color: #000000;
}

.general-contacts .single-contact .contacts .contact.e-mail .data{
    font-weight: 600;
    text-decoration: underline;
}


.privacy_accordian{
    background: #EDECE8;
    width: 90%;
    /*padding: 40px;*/
    margin: 60px  auto 80px auto;
}

/*----- Accordion -----*/
.accordion {
    width: 100%;
    background: #EDECE8;
    /*margin: 0 auto;*/
}

.accordion-header {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    text-transform: uppercase;
}
.accordion-header.active{
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
}

.accordion-content {
    display: none;
    background: #F6F7F9;
    padding: 1.5rem;
    color: #4a5666;
}

.accordion-header::after{
    content: '\e925';
    font-family: "icomoon";
    font-weight: 100;
    display: inline-block;
    font-size: 20px;
    margin-left: auto;
}

.active.accordion-header::after {
    content: '\f068' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.panel{
    padding: 30px;
}

.panel-container{
    display: none;
    padding: 20px;
    background: #FFFFFF;
    margin-top: 20px;
}

.sections-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.country-section .country-title{
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
}

.sections-container .single-section-content{
    display: flex;
    flex-direction: row;
    width: 33.3%;
}

.sections-container .single-section-content .single-section{
    background: #EDECE8;
    margin: 0 10px 20px 10px;
    width: 100%;
}
.sections-container .single-section-content .single-section .content{
    padding: 20px;
}

.sections-container .single-section-content .single-section .content .hotel-name{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sections-container .single-section-content .single-section .content .address{
    font-style: normal;
}

.sections-container .single-section-content .single-section .content .contact{
    margin-bottom: 5px;
}

.sections-container .single-section-content .single-section .content .contact:last-child{
    margin-bottom: 0;
}

.sections-container .single-section-content .single-section .content .contact .label{
    text-transform: uppercase;
    font-weight: 600;
}

.sections-container .single-section-content .single-section .content .contact .label:after{
    content: ':';
    display: inline-block;
}

/*.brand_orange .sections-container .single-section-content .single-section .content .contact .data{*/
/*    color:  #d56f1a;*/
/*}*/
/*.brand_brown .sections-container .single-section-content .single-section .content .contact .data{*/
/*    color:  #855d2a;*/
/*}*/
/*.brand_green .sections-container .single-section-content .single-section .content .contact .data{*/
/*    color:  #607b2c;*/
/*}*/
/*.brand_blue .sections-container .single-section-content .single-section .content .contact .data{*/
/*    color:  #3281d3;*/
/*}*/
/*.brand_yellow .sections-container .single-section-content .single-section .content .contact .data{*/
/*    color:  #fdb515;*/
/*}*/
/*.brand_teal .sections-container .single-section-content .single-section .content .contact .data{*/
/*    color:  #22bcb9;*/
/*}*/
.sections-container .single-section-content .single-section .content .contact .data{
    text-decoration: none;
    color: #000;
}

.sections-container .single-section-content .single-section .content .contact.e-mail .data{
    font-weight: 600;
    text-decoration: underline;
    color: #B2BB1E;
}

.sections-container .single-section-content .single-section .content .contacts-btn{
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    background: #988a7f;
    margin-top: 40px;
    padding: 15px 25px;
    display: block;
    text-align: center;
    align-self: flex-end;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .sections-container .single-section-content{
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .panel-container{
        padding: 20px;
    }
    .sections-container .single-section-content{
        width: 100%;
        word-break: break-word;
    }
}

@media screen and (max-width: 767px) {
    .general-contacts .single-contact{
        width: 100%;
        margin-bottom: 40px;
    }
    .general-contacts .single-contact:last-child{
        margin-bottom: 0;
    }
    .accordion-header.active{
        padding-bottom: 15px;
    }
    .panel,
    .panel-container{
        padding: 15px;
    }
}