.margin-top-50
{
    margin-top: 50px;
}

.contact-header
{
    font-size: 45px;
    color: #252525;
    font-weight: 400;
    font-family: parisienne;
    margin-bottom: 20px;
}

.contact-desc
{
    font-size: 15px;
    color: #252525;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    margin-bottom: 15px;
    line-height: 25px;
}

.contact-subdiv p
{
    font-size: 15px;
    color: #404040;
    font-weight: 400;
    font-family: 'PT Serif', serif;
}

.contact-subdiv p i
{
    color: #bf9958;
}

.cont_icon_map
{
    font-size: 22px;
    margin-right: 15px;
}

.cont_icon_phone
{
    font-size: 25px;
    margin-right: 17px;
}

.cont_icon_enve
{
    font-size: 15px;
    margin-right: 14px;
}

.cont_icon_insta
{
    font-size: 15px;
    margin-right: 14px;
}

.cont_icon_twit
{
    font-size: 15px;
    margin-right: 14px;
}


.contact_input
{
    border-color: #bf9958;
    color: #9a9a9a;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-weight: 600;
    height: 47px;
    margin-bottom: 20px;
    padding: 10px;
}

.contact_textarea
{
    border-color: #bf9958;
    color: #9a9a9a;
    font-family: "PT Serif",serif;
    height: 150px !important;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.contact_btn
{
    background-color: #bf9958;
    color: #ffffff;
    font-family: "PT Serif",serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 45px;
}

.contact_btn:hover, .contact_btn:focus, .contact_btn:active
{
    color: #ffffff;
}


/*By Webkul JS for Map locations of the hotels on google Map*/
#wrapper_content_right {
    float: left;
}
.service_type_ul {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 122222;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  max-height: 145px;
  overflow-y: auto;
}
.service_type_ul li, .hotel_dropdown_ul li {
  background-color: #fff;
  color: #333;
  cursor: default;
  font-size: 14px;
  list-style: outside none none;
  padding: 11px;
}
.service_type_ul li:hover, .service_type_ul li:focus, .service_type_ul li:active {
  background-color: #bf9958;
  color: #FFFFFF;
}

.service_type-input {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  padding: 7px 5px 7px 12px;
}

#id_contact {
    color: #333;
    font-weight: bold;
    text-align: left;
    width: 90%;
}

#contact_type {
  width: 90%;
  text-align: left;
  color: #575353;
  font-weight: 600;
  opacity: 0.6;
}

.contact_type_input {
  color: #333;
  border-color: #bf9958;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  padding: 7px 5px 7px 12px;
}
.contact_type_input::-webkit-input-placeholder {
  color: #333;
  font-weight: 400;
}
.contact_type_input:-moz-placeholder {

  /* Firefox 18- */
  color: #333;
  font-weight: 400;
}
.contact_type_input::-moz-placeholder {

  /* Firefox 19+ */
  color: #333;
  font-weight: 400;
}
.contact_type_input:-ms-input-placeholder {
  color: #333;
  font-weight: 400;
}

.contact_type_ul {
  font-size: 14px;
  font-weight: 400;
  top: 45px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  max-height: 145px;
  overflow-y: auto;
}
.contact_type_ul li {
  background-color: #fff;
  color: #333;
  cursor: default;
  font-size: 14px;
  list-style: outside none none;
  padding: 11px;
}
.contact_type_ul li:hover, .contact_type_ul li:focus, .contact_type_ul li:active {
  background-color: #bf9958;
  color: #FFFFFF;
}

div.uploader span.filename {
    border-color: #bf9958;
}