.navbars{
  background: var(--secondary-color);
    /* background: #316599; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    height: 62px;
}
.header-logo .logo img{
      width: 150px;
}
.header-logo{
  position: absolute;
  top: 0 !important;
  left: 50%;
  transform: translate(-50%, -26%) !important;
}
section.pro-gallery {
    padding-top: 150px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}
section.pro-gallery .container-fluid{
  padding-left:0;
  padding-right:0;
}
section.pro-gallery .pro-left, section.pro-gallery .pro-right{
    width: 49.5%;
}
section.pro-gallery .pro-left a, section.pro-gallery .pro-right a{
  display: inline-block;
    background: #14264B;
    padding: 0;
    width: 100%;
    height: 100%;
}
section.pro-gallery img{
 width:100%; 
}
section.pro-gallery .pro-left img{
  width:100%;
  height: 504px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
section.pro-gallery .pro-left a{
  border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.pro-gallery-info {
    display: flex;
    justify-content: space-between;
}
section.pro-gallery .pro-right img{
 width:100%;
 height: 245px;
 object-fit:cover;
}
section.pro-gallery .pro-right{
 display:flex;
  justify-content:space-between;
  gap:14px 0;
  flex-wrap:wrap;
  position:relative;
}
section.pro-gallery .pro-right .pro-images {
    width: 49%;
}
section.pro-gallery .pro-right .pro-images:nth-child(2) a, section.pro-gallery .pro-right .pro-images:nth-child(2) img{
 border-top-right-radius: 12px; 
}
section.pro-gallery .pro-right .pro-images:nth-child(4) a, section.pro-gallery .pro-right .pro-images:nth-child(4) img{
 border-bottom-right-radius: 12px; 
}
.gallery-btn {
    position: absolute;
    right: 3.5rem;
    bottom: 2rem;
}
.gallery-btn a{
  width: 240px !important;
  height: 40px !important;
  background-color: var(--btn-color) !important;
  border: 0.1rem solid var(--btn-color);
  border-radius: .2rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 2.5rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.gallery-btn a:hover{
  background-color:#606c76 !important;
  border-color:#606c76;
}
section.pro-gallery .pro-left a:hover img{
  opacity: .5;
}
section.pro-gallery .pro-right .pro-images a:hover img{
  opacity: .5;
}
section.gallery-modal {
    padding: 64px 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  display:none;
}
.gallery-close-btn {
    width: fit-content;
    position: fixed;
    top: 0.5rem;
    right: 0;
    padding: 5px 20px;
    margin-right: 1rem;
    background-color: #14264B;
    border: 1.5px solid #14264B;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    gap: 5px;
    cursor: pointer;
    z-index: 2;
}
section.gallery-modal h2.gallery-unit-title {
    font-size: 21px;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
}
section.gallery-modal .gallery-modal-info img{
      position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
section.gallery-modal .gallery-modal-info a{
     display: inline-block;
     background: var(--secondary-color);
     padding: 0;
     width: 100%;
     height: 100%;
     border-radius: 12px;
     width: 32%;
     height: 300px;
}
section.gallery-modal .gallery-modal-info a:hover img{
  opacity: .5;
}
section.gallery-modal .gallery-modal-info{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:1.75rem 0;
}
section.pro-head {
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
}
section.pro-head h1{
 color:var(--secondary-color);
  font-size:58px;
  font-weight:300;
  letter-spacing:0;
  margin-bottom:20px;
  line-height: 1.2;
}
.abe-icons span{
    color: #606c76;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
    font-size:14px;
}
.abe-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.pro-bottom {
    padding: 0 16px;
}
section.pro-bottom .container-fluid{
 padding:0; 
}
section.pro-bottom .col-9, section.pro-bottom .col-3{
  padding: 0 16px;
}
.pro-left .nav-link{
 font-size:14px;
  color: #14264B;
  padding:8px 13px;
  border:2px solid #14264B;
      border-radius: 3px;
    background: #fff;
}
.pro-left .nav-link.active{
  background-color:#14264B;
  color:#fff;
}
.pro-left ul.nav.nav-pills {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 16px;
}
.pro-left .tab-pane p{
  font-size:14px;
  color:#333;
}
.pro-left .tab-pane li{
 font-size:14px;
 color:#333;
 min-width: 30%;
 float: left;
 margin-right: 20px;
 max-width: 30%;
 border-bottom: 1px dashed #14264B;
 margin-bottom: 5px !important;
 padding-bottom: 5px;
 list-style: circle inside;
}
.pro-left .tab-pane{
  padding:0;
}
.pro-video iframe{
 width:100%;
  height:450px;
}
.pro-left .tab-content{
  margin-bottom: 16px;
}
.pro-left a.btn-rev {
    width: 220px;
    height: 40px;
    display: inline-flex;
    background-color: #fff;
    color: #14264B;
    margin-bottom: 1.0rem;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #14264B;
    border-radius: .2rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 2.5rem;
}
.pro-left a.btn-rev:hover{
  background-color: #fff;
    border-color: #606c76;
    color: #606c76;
}
.pro-review form{
 padding-left: 32px;
 padding-right: 32px;
}
.pro-review form .row{
  background:#14264B;
  padding:10px 0;
}
.pro-review form  input, .pro-review form select, .pro-review form textarea{
  border: 0.1rem solid #14264B;
  border-radius: .2rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 2.5rem;
  padding: .6rem 1.0rem .7rem;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 14px;
  background-color: #fff;
  color: #4e4e4e;
}
.pro-review form  input::placeholder{
   color: #4e4e4e;
}
.pro-review .rating {
    left: 0px;
    margin-left: 0px;
    margin: 0;
    position: relative;
    margin-bottom: 15px;
    height: 32px;
}
.rating span {
    float: right;
    right: 62% !important;
    position: relative;
    padding-left: 2px;
    display: inline;
}
.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #bdbdbd;
    /* background: #999999; */
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pro-review form textarea{
    min-height: 6.5rem;
}
.pro-review button#reviewSub {
    background-color: #14264B;
    border: 0.1rem solid #fff;
    border-radius: .2rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    height: 2.5rem;
    letter-spacing: .1rem;
    line-height: 2.5rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.pro-review button#reviewSub:hover {
background-color: #606c76;
    border-color: #606c76;
    color: #fff;
}
.rating span:hover ~ span label, .rating span:hover label, .rating span.checked label, .rating span.checked ~ span label {
    color: #FF9900;
}
.rev-model {
    display: none;
}
.review.abe-container {
       padding: 23px;
    background: #14264B;
    border-radius: 0.2rem;
    margin-bottom: 30px;
    color: #fff;
}
.review-date span{
 font-size:14px; 
}
.front-stars{
 display:none; 
}
.back-stars {
    color: #ffb200;
    transition: all 0.5s;
    display: flex;
    font-size: 14px;
}
.star-rating.mt-2.mb-2{
  margin-top:15px !important;
  margin-bottom:15px !important;
}
.review-title h3{
 font-size:18px;
 letter-spacing: -.1rem;
 margin-bottom:0;
 line-height: 1.3;
 margin-bottom: 0;
}
.review-title span{
 font-size:14px; 
}
.review-title {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-bottom: 20px;
}
.review-description{
 font-size:14px; 
}
.booking-form {
    display: block;
    background: #ffffff;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 3px 3px #f1f1f1;
    padding: 20px 8px;
}
.booking-form label{
 display: block;
    font-weight: 700;
    margin-bottom: .5rem;
    font-size: 15px;
    color: var(--primary-color);
    line-height: 1.6; 
}
.booking-form input, .booking-form select{
 border: 0.1rem solid #14264B;
    border-radius: .2rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 2.5rem;
    padding: .6rem 1.0rem .7rem;
    width: 100%;
    background-color: #fff; 
      margin-bottom: 1.5rem;
  color: #4e4e4e;
  font-size:14px;
}
.booking-form input::placeholder{
  color: #4e4e4e;
}
.booking-form button.rates-btn {
    width: 100% !important;
    height: 40px !important;
    background-color: var(--btn-color) !important;
    border: 0.1rem solid var(--btn-color);
    border-radius: .2rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 2.5rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    white-space: nowrap;
    display: flex !important;
    gap: 10px;
    align-items: center;
    /* text-transform: uppercase; */
    justify-content: center;
}
.booking-form button.rates-btn:hover{
  background-color: #606c76 !important;
    border-color: #606c76;
}