*{
    margin: 0px;
    padding: 0px;
}
body {
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-size:16px;
    margin: 0px;
    background: #FFF2E3;
    padding: 0px;
}

::selection {
    background: #5e78ff;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}


a {
    color:#2C2421;
    text-decoration: none;
}
a:hover {color:#000;}

p {
    font-size: 16px;
    font-weight:normal;
    line-height: 1.5;
    color: #111111;
    font-family: "Poppins", sans-serif;
    /* margin-bottom: 25px; */
}
/*h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight:normal;font-family: 'F37 Ginger', sans-serif;}*/


/*----------------------
Global Images
----------------------*/

/*img {border: none;max-width: 100%;border: 0;}


h1, h2, h3, h4, h5, h6 {
    font-family: 'F37 Ginger' !important;
}*/

header {
    background: #2C2421;
    padding: 25px 0px;
}

ul.header_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
}
ul.header_menu li a {
    font-size: 18px;
    color: #fff;
    transition: all 0.5s linear;
    font-family: "EB Garamond", serif;
    padding: 13px 20px;
    font-weight: 500;
    text-decoration: none;
}
ul.header_menu li a:hover {
    color: #FF5524;
}
ul.header_menu li:last-child a {
    position: relative;
    padding: 10px !important;
    border: solid 3px #fff;
    text-transform: uppercase;
    font-size: 21px !important;
    margin-left: 2em !important;
    transition: all 0.5s linear;
}

ul.header_menu li:last-child a:hover {
    background: #fff;
}
footer {
    background: #fff2e3;
}

.foo_top {
    padding: 5em 0px 0em;
}

.foo_mid
{
    padding: 0em 0px 2em;
}

ul.foo_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

ul.foo_menu li a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 20px;
    color: #2C2421;
    transition: all 0.5s linear;
    text-decoration: none;
}

ul.foo_menu li a:hover {
    color: #00826B;
}

.foo_menu_block {
    margin: 35px 0px;
}
.foo_title {
    color: #2C2421;
    font-family: "EB Garamond", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0px 0px 20px;
}

.foo_sm_title,.form_inner_title
{
    color: #2C2421;
    font-family: "EB Garamond", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0px 20px;
}

.foo_contact_list li a {
    color: #2C2421;
    font-family: "EB Garamond", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    line-height: 27px;
}
.contact_block {
    margin-bottom: 20px;
}
ul.social_list a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #2c2421;
    text-align: center;
    line-height: 48px;
    color: #fff;
    transition: all 0.5s linear;
    font-size: 24px;
}
ul.social_list a:hover {
    background: #00826b;
}
.cp_row p {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.cp_row {
    background: #2C2421;
    padding: 20px 0px;
}
.section_titles h2 {
    margin: 0px 0px 15px;
    color: #111111;
    font-family: "EB Garamond", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.section_titles p {
    color: #111111;
    font-family: "EB Garamond", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 15px;
}
html .night_cost {
    color: #111111;
    font-family: "EB Garamond", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.my_note_style {
    padding: 13px 0px;
    border-top: solid 2px #111111;
    margin: 25px 0px;
    border-bottom: solid 2px #111111;
}.my_note_style p {
    font-weight: 600;
    margin:0px;
}
.remove_form_col_pads {
    padding: 0px;
}
.form_style input,.form_style textarea {
    padding: 12px 20px;
    height: auto !important;
    box-shadow: none;
    color: #000 !important;
    font-size: 14px !important;
    border-radius: 0px;
    border-color: #2c2421;
    background: #fff !important;
}

.form_style textarea {
    resize: none;
    height: 150px !important;
}
.remove_right_pad {
    padding-right: 7px;
}
.remove_left_pad {
    padding-left: 7px;
}
.form_style input[type=submit] {
    font-family: "EB Garamond", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 0px 2px 0px #000 !important;
    padding: 10px 25px !important;
    border-radius: 0px;
    background: transparent;
    transition: all 0.5s linear;
}

.form_style input[type=submit]:hover {
    background: #2c2421;
    color:#fff;
}
.agreement_para p,.agreement_para ul li{
    font-size: 15px;
    line-height: 22px;
}
.agreement_para ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
    line-height: 22px;
}

.agreement_para ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 12px;
    height: 3px;
    background: #2c2421;
}
.signature-pad {
    background: #fff;
}
.booking_form_sec {
    padding: 5em 0px 0px;
}
section.wetreat {
    margin: 50px 0;
    background-color: #e7e7e8;
    padding: 50px;
    background-image: url('../images/teleright.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
