.body {
    background-color: #fff;
    font-family: Georgia, serif!important;
  }
  
  div.body.ed {
    background-color: #ededed;
  }
  a {color:#008385}
  .logo-area {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    width: 200px;
  }
  
  .card {
    background-color: #fff!important;
  }
  
  .logo-area > img {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 8px;
  }
  
  .logo-area > span.text {
    margin-left: 0px;
    float: left;
  }
  
  p {
    font-size: 13px;
    line-height: 20px;
  }
  
  p.small {
    font-size: 10px;
    line-height: 16px;
  }
  
  html .bg-primary {
    background-color: #008385 !important;
  }
  
  #header.header-effect-shrink .header-container {
    min-height: 70px;
  }
  
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    font-weight: 600;
  }
  #header .header-nav.header-nav-links nav > ul > li > a:hover {
    color: #008385;
    font-weight: 600;
  }
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #008385;
    font-weight: 600;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #008385;
}
  .default-search .form-control, .default-search .input-group-append {
    border-color: #333;
    border-radius: 0px;
    color: #222;
  }
  
  .demo-content.front-page, .demo-content.hotel-page {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% auto;
  }
  
  .container.demo-fp {
    padding: 80px 15px;
  }
  
  .container.hotel-page {
    padding: 50px 15px;
  }
  
  h1.demo-fp, h1.hotel-page {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    opacity: 1!important;
  }
  
  p.demo-fp {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    opacity: 0.8!important;
  }
  
  p.hotel-page {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 1!important;
    line-height: 18px;
  }
  
  img.star-style {
    width: 80px;
    float: right;
    margin-top: 4px;
  }
  
  img.star-style-left {
    width: 80px;
    padding-top: 0px;
    margin-top: -2px
  }
  
  h2.title, h1.hotel-head, h2.hotel-head {
    margin: 0;
    color: #111;
    font-size: 16px;
    text-transform: none;
    line-height: 1.2em;
    position: relative;
    font-weight: 400;
  }
  
  h1.hotel-list, h1.hotel-list > a {
    color: #008385;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
  }
  
  h3.hotel.change {
    color: #111;
    text-transform: none;
    font-size: 12px;
    font-style: none;
    font-weight: 600;
  }
  
  div.desc-text-center > p {
    font-size: 22px;
  }
  
  .desc-list {
    height: 100px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
  }
  
  div.card {
    border-radius: 0px;
  }
  
  .btn {
    border-radius: 0px;
  }
  html .btn-primary {
    background-color: #008385;
    border-color: #008385 #008385 #008385;
    color: #fff;
}
  section {
    padding: 0px 0px;
  }
  
  .img.transition, .hotel-alt-img {
    overflow: hidden;
  }
  
  .img.transition img, .hotel-alt-img img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .img.transition img:hover, .hotel-alt-img img:hover {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    cursor: pointer;
  }
  
  .clean {
    clear: both;
    height: 15px;
  }
  
  .fa-chevron-left.btn, .fa-chevron-right.btn {
    color: #111;
    border: none;
  }
  
  .btn.side-list {
    text-transform: uppercase;
    font-family: Arial;
    font-size: 11px;
  }
  
  .view-all-link {
    display: inline-block;
    margin-right: 15px;
    color: #111;
    text-decoration: none;
  }

  /* Ratings */
  span.trip-hold {
    margin-top: -20px;
    display: inline-block;
  }
  
  img.ta.list {
    height: 20px;
  }
  
  img.ta {
    height: 13px;
  }
  
  .demo-content {
    background-color: #fff;
    margin-bottom: 20px;
  }
  
  .rotate-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  #back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 15px;
    right: 10px;
    background-color: none;
    color: #008385;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border: 1px solid #008385;
  }
  
  #back2Top:hover {
    background-color: none;
    color: #555;
    border: 1px solid #008385;
  }
  
  /*footer*/
  .col_white_amrc {
    color: #FFF;
  }
  
  footer {
    width: 100%;
    background-color: #263238;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
  }
  
  .pt2 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  footer p {
    font-size: 12px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
    line-height: 18px;
  }
  
  .mb10 {
    padding-bottom: 15px;
  }
  
  .footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
  }
  
  .footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
    line-height: 16px;
  }
  
  .footer_ul_amrc li a {
    color: #CCC;
  }
  
  .footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .fleft {
    float: left;
  }
  
  .padding-right {
    padding-right: 10px;
  }
  
  h5.headin5_amrc.col_white_amrc.pt2 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
  }
  
  .footer_ul2_amrc li p {
    display: table;
  }
  
  .footer_ul2_amrc li a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .footer_ul2_amrc li i {
    margin-top: 5px;
  }
  
  .bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
  }
  
  .foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  
  .foote_bottom_ul_amrc li {
    display: inline;
    font-size: 0.9em;
  }
  
  .foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
  }
  
  .footer p.copy {
    font-size: 0.9em;
  }
  
  .social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
  }
  
  .social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
  }
  
  .social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 0;
  }
  
  .social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  
  .social_footer_ul li a:hover {
    color: #008385;
    border: 1px solid #008385;
    padding: 8px;
    border-radius: 0;
  }
  .covid {
    padding:10px;
    margin-bottom:20px;
    border:1px solid #008385;
    text-align:center;
    line-height:1.5em;
  }
  .cov-y {color:#008385}
  .cov-n {color:red}
  .cov-c {color:#fc0}
  a.cov-entry {color:#008385}
  h6.covid-head {font-weight:600}
  img.credentials {
    height: 40px;
    margin-top: 30px;
    opacity: 0.9;
  }
  
  .modal-lg {
    width: 784px;
    min-width: 784px;
  }
  
  ul.split {
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type: square;
    color: 2ca6bd;
  }
  
  ul.split li {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
  }
  
  ul.split.two li {
    width: 25%;
    float: left;
    color: #222;
    font-weight: normal;
  }
  ul.split.three li {
    width: 33%;
    float: left;
    color: #222;
    font-weight: normal;
  }
  ul.fac {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: square;
    color: 2ca6bd;
  }
  
  ul.fac li {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  
  ul.fac.two li {
    width: 33%;
    float: left;
    color: #222;
    font-weight: normal;
  }
  
  h6.options {
    color: #008385;
    font-style: normal
  }
  
  img.contain {
    width: 100%;
  }
  
  ul.amenities {
    font-size: 13px;
    list-style-type: square;
    padding-left: 20px;
    margin-left: 0px;
  }
  
  ul.amenities li {
    line-height: 19px;
    
  }
  
  ul.amenities-side, ul.facts {
    font-size: 13px;
    list-style-type: square;
    padding-left: 20px;
    margin-left: 0px;
  }
  
  ul.amenities-side li, ul.facts li {
    line-height: 19px;
  }
  
  ul.facts li {
    margin-bottom: 15px;
  }
  
  .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-top-left-radius: 0px;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-top-right-radius: 0px;
    margin-right: 5px;
    background-color: #008385;
  }
  
  .nav-tabs .nav-link.active {
    color: #212121;
    background-color: #fff;
  }
  
  .nav-tabs .nav-link.search {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-top-left-radius: 0px;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-top-right-radius: 0px;
    margin-right: 5px;
    background-color: #008385;
  }
  
  .nav-tabs .nav-link.search.active {
    color: #212121;
    background-color: #fff;
  }
  
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #212121;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: uppercase;
  }
  
  .btn.btn-success {
    color: #fff;
    background: #28a745;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: .5rem 1rem!important;
  }
  
  .btn.btn-success.focus,
    .btn.btn-success:focus {
    color: #fff;
    background: #28a745;
    border-color: #fff;
    outline: none;
    box-shadow: none;
  }
  
  .btn.btn-success:hover {
    color: #fff;
    background-color: green;
    border-color: #fff;
    outline: none;
    box-shadow: none;
  }
  
  .btn.btn-success.active,
  .btn.btn-success:active {
    color: #fff;
    background-color: green;
    border-color: #fff;
    outline: none;
  }
  
  .btn.btn-success.active.focus,
  .btn.btn-success.active:focus,
  .btn.btn-success.active:hover,
  .btn.btn-success:active.focus,
  .btn.btn-success:active:focus,
  .btn.btn-success:active:hover {
    color: #fff;
    background-color: #green;
    border-color: #fff;
    outline: none;
    box-shadow: none;
  }
  
  .btn.full {
    width: 100%;
  }
  
  .custom-select.field-select,.dpifs-fake-input {
    border-color: #ccc;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #222;
    font-size: 13px;
  }
  
  /* hotel page */
  h1.hotel-page {
    position: absolute:bottom:0px;
  }
  
  .box-glance {
    margin: 0px 0px 0px 0px;
    background: rgba(0,131,133,0.85);
    color: #fff;
    padding: 15px;
  }
  
  .head-glance {
    font-size: 16px;
    padding-bottom: 15px;
  }
  
  .clear-15 {
    clear: both;
    padding-top: 15px;
  }
  
  h2.head-sub {
    font-size: 18px;
    margin-bottom: 0px;
    color:#008385;
  }
  h3.head-sub {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top:5px;
    color:#222;
  }
  .new-star {font-size:30px}
  .hotel-desc-hold {
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0,.125);
  }
  
  .hotel-rooms-hold {
    padding-left: 15px;
  }
  
  .show-desc-room {
    padding-left: 0px;
  }
  
  .side-offers {
    padding: 15px;
    background: #fff;
    color: #222;
    border: 1px solid rgba(0,0,0,.125);
  }
  
  .room-details-desc {
    padding-left: 15px;
    color: #222;
    border-left: 1px solid rgba(0,0,0,.125);
  }
  
  h6.options-dark {
    color: #222;
  }
  
  ul.split.glace-list {
    min-height: 100px;
  }
  
  div.room-details-desc > span > p {
    margin-bottom: 5px;
  }
  
  .row.room-details-inner.dark {
    background-color: #fafafa;
    border-top: 1px solid rgba(0,0,0,.125);
  }
  
  .row.room-details-inner.light {
    border-top: 1px solid rgba(0,0,0,.125);
  }
  
  .row.room-details-inner.dark.last {
    border-bottom: 1px solid rgba(0,0,0,.125);
  }
  
  .row.room-details-inner.light.last {
    border-top: 1px solid rgba(0,0,0,.125);
  }
  
  .hotel-desc-p {
    padding: 0;
    margin: 0;
  }
  
  .hotel-desc-p > p:first-child {
    font-weight: 600!important;
    font-size: 13px;
    color: #333;
    font-style : normal
  }
  
  
  /* weather */
  h6.left-15 {
    padding-left: 15px;
  }
  
  .weather-holder {
    padding-left: 0px;
    padding-right: width:0px;
  }
  
  .weather-margin {
    margin-right: 5px;
    margin-left: 5px;
  }
  
  .weather-card {
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .weather-card.left {
    margin-right: 1px;
  }
  
  .weather-card.right {
    margin-left: 1px;
  }
  
  .weather-card.mid {
    margin-right: 1px;
    margin-left: 1px;
  }
  
  .weather-card.warn {
    background-color: #fff;
  }
  
  .weather-card.best {
    background-color: rgba(0,128,0,.075);
  }
  
  span.rain {
    font-size: 9px;
    padding: 0px;
    line-height: 6px!important;
  }
  
  span.temp {
    font-weight: 600;
    padding: 0px;
  }
  
  span.weather-sub-text {
    font-size: 10px;
  }
  
  span.weather-indicator {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: block;
    background-color: rgba(0,128,0,.075);
  }
  
  span.weather-indicator-warn {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: block;
    background-color: #fff;
  }
  
  label.control-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .right4 {
    margin-right: 4px;
  }
  
  .right7 {
    margin-right: 7px;
  }
  
  .right8 {
    margin-right: 8px;
  }
  
  /* datepicker style */
  
  .really-big {
    max-width: 90%;
  }
  
  .really-big div.datepicker table, 
      .really-big div.datepicker-inline {
    font-size: 35px;
  }
  
  @media only screen and (max-width: 500px) {
    .really-big {
      max-width: 100%;
    }
  
    .really-big div.datepicker table, 
      .really-big div.datepicker-inline {
      font-size: 20px;
    }
  
    .input-h6 {
      font-weight: 500;
      font-size: 14px;
    }
  
    .form-control.curve, .custom-select.field-select {
      font-size: 14px;
      border: 1px solid #131f43;
    }
  
    .dpifs-fake-input {
      border: 1px solid #ccc!important;
      font-size: 14px;
      height: 38px!important;
      line-height: 38px!important;
    }
  }
  
  
      /* booking page */
       
  h3.hotel-area-result.price {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
  }
  
  .btn-outline-book {
    color: #fff;
    background: #28a745;
    border-color: #fff;
    font-weight: 600;
    margin: auto;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
  
  .btn-outline-book:hover {
    color: #fff;
    background: green;
    border-color: #fff;
    font-weight: 600;
    margin: auto;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }
  
  .btn-outline-full {
    color: #fff;
    background: #6c757d;
    border-color: #fff;
    font-weight: 500;
    margin: auto;
    font-size: 13px;
    text-transform: none;
  }
  
  .btn-outline-hotel:hover {
    color: #fff;
    background: #fff;
    border-color: #111;
    font-weight: 500;
    margin: auto;
    font-size: 13px;
    text-transform: none;
  }
  
  ul.terms-book {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: square;
  }
  
  .control-label {
    font-size: 15px;
  }
  
  ul.split.fac li {
    width: 50%;
  }
  
  .datepicker table tr td.today {
    background-color: #ededed;
    border-color: #ccc;
  }
  
      /* Hotel Results */
  
  .row.htl-row {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
  }
  
  .col-md-2.pricing {
    background-color: #fafafa;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
  }
  
  h2.head-sub.price {
    color: #333;
    font-weight: 600;
  }
  
  div.head-lo {
    clear: both;
    margin-top: -8px;
    margin-bottom:8px
  }
  
  .btn.btn-facilities {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
  }
  
  div.toggle-hold.top {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .toggle-details {
    background-color: #fafafa;
  }
  
  .col-md-4.htl-desc-toggle {
    padding: 15px;
    background-color: #fafafa;
  }
  
  .col-md-6.htl-fac-toggle {
    padding: 15px;
    background-color: #fff;
  }
  
  .col-md-2.htl-price-toggle {
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    padding: 15px;
  }