@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quintessential&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

ul, li {
padding: 0;
margin: 0;
list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
display: block;
}

* {
box-sizing: border-box;
}

html, body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
background-color: #fff;
font-size: 16px;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a {
text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0px;
margin-bottom: 0px;
color: #212741;
}

ul {
margin-bottom: 0px;
}

p {
font-size: 15px;
line-height: 26px;
color: #212741;
}

img {
max-width: 100%;
overflow: hidden;
}

html,
body {
background: #fff;
font-family: 'Poppins', sans-serif;
}

::selection {
background: #136caf;
color: #fff;
}

::-moz-selection {
background: #136caf;
color: #fff;
}

@media (max-width: 991px) {
html, body {
overflow-x: hidden;
}
.mobile-top-fix {
margin-top: 30px;
margin-bottom: 0px;
}
.mobile-bottom-fix {
margin-bottom: 30px;
}
.mobile-bottom-fix-big {
margin-bottom: 60px;
}
}

/* header starts */
    .head-top .container-fluid{
        padding: 0;
        }
        .head-top {
        background-color: #212741;
        display: none;
        z-index: 101;
        top: 0;
        padding: 5px 0;
        width: 100%;
        overflow: hidden;
        }
        .head-top ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        }
        
        .head-top ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        }
        .head-top ul li a i {
        margin-right: 5px;
        }
        @media (max-width: 767px){
            .head-top{
                display: block;
                }
            .head-top ul li {
            padding-left: 7px;
            padding-right: 7px;
            border: 1px dashed #3c7b9f;
            margin: 0px 3px;
            }
            }
            @media (min-width: 767px) and (max-width: 998px){
            .head-top ul li{
            padding-left: 10px;
            padding-right: 10px;
            border: 1px dashed #3c7b9f;
            margin: 0px 10px;
            }
            .head-top ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            }
            }

.header-area {
    /* background-image: url(../images/header-bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 110px;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%);
    }
    
    .scrollOn {
      height: 80px;
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.88);
      background: #052c65;
    }
    
    .header-area .main-nav .logo {
    /*! line-height: 120px; */
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*! margin-left: 50px; */
    }
    
    .scrollOn .main-nav .logo {
    line-height: 80px;
    width: 220px;
    margin-left: 75px !important;
    transition: width 1.2s;
    }
    
    .scrollOn .nav {
    margin-top: 18px !important;
    }
    
    .header-area .main-nav .nav {
    float: right;
    margin-top: 40px;
    margin-right: 15px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
    }
    
    .header-area .main-nav .nav li {
    padding-left: 15px;
    padding-right: 15px;
    }
    
    /* .header-area .main-nav .nav li:last-child {
    padding-right: 0px;
    } */
    
    .header-area .main-nav .nav li a {
      display: block;
      text-transform: capitalize;
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      height: 40px;
      line-height: 40px;
      border: transparent;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: .02em;
      font-family: "Jost", sans-serif;
      position: relative;
    }
    
    .header-area .main-nav .nav li:hover a {
    color: #26c5c9;
    }
    
    .header-area .main-nav .nav li a.active, .header-area .main-nav .nav li a.active::before {
      transform: scaleX(1);
      transform-origin: 0 50%;
      transition-delay: .2s;
      color: #26c5c9;
    }
    .scrollOn .main-nav .nav li a{
      position: relative;
    }
    .header-area .main-nav .nav li a::before {
      display: block;
      content: "";
      padding-top: 4px;
      border-bottom: 2px solid #26c5c9;
      transform: scaleX(0);
      transform-origin: 0 50%;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      transition: transform .2s ease-in-out;
    }
    .header-area .main-nav .nav li:hover a::before {
      transform: scaleX(1);
      transform-origin: 0 50%;
      transition-delay: .2s;
    }
    .scrollOn .main-nav .nav li a::before {
      display: block;
      content: "";
      padding-top: 4px;
      border-bottom: 2px solid #7f9cc2;
      transform: scaleX(0);
      transform-origin: 0 50%;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      transition: transform .2s ease-in-out;
    }
    .scrollOn .main-nav .nav li:hover a::before {
      transform: scaleX(1);
      transform-origin: 0 50%;
      transition-delay: .2s;
    }
    .scrollOn .main-nav .nav li:hover a {
    color: #7f9cc2;
    opacity: 1;
    }
    .scrollOn .main-nav .nav li a.active {
     color: #7f9cc2;
     opacity: 1;
    }
    
    .header-area .main-nav .nav li.has-sub {
    position: relative;
    /* padding-right: 15px; */
    }
    
    .header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 12px;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    }
    
    .header-area .main-nav .nav li.has-sub ul li a:hover
    {
    background: #fff;
    color: #136caf !important;
    padding-left: 25px;
    }
    
    .header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
    }
    
    .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0s, 0s, 0.3s;
    }
    
    .header-area .main-nav .menu-trigger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 50%;
        width: 32px;
        height: 40px;
        text-indent: -9999em;
        z-index: 99;
        right: 0;
        display: none;
        transform: translate(-50%, -40%);
      }
    
    .scrollOn .main-nav .menu-trigger {
    top: 50%;
    }
    
    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    }
    .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after
    {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    }
    .scrollOn .main-nav .menu-trigger span,
    .scrollOn .main-nav .menu-trigger span:before,
    .scrollOn .main-nav .menu-trigger span:after {
    background-color: #fff;
    }
    
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
    }
    
    .scrollOn .main-nav .menu-trigger span:before,
    .scrollOn .main-nav .menu-trigger span:after {
    background-color: #fff;
    }
    
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
    content: "";
    }
    
    .header-area .main-nav .menu-trigger span {
    top: 16px;
    }
    
    .header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
    }
    
    .header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
    }
    
    .header-area .main-nav .menu-trigger.active span,
    .header-area .main-nav .menu-trigger.active span:before,
    .header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
    }
    
    .header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #fff;
    }
    
    .scrollOn .main-nav .menu-trigger.active span:before {
    background-color: #fff;
    }
    
    .header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #fff;
    }
    
    .scrollOn .main-nav .menu-trigger.active span:after {
    background-color: #fff;
    }
    
    .header-area.header-sticky {
    min-height: 80px;
    }
    
    .header-area .nav {
    margin-top: 30px;
    }
    
    .header-area.header-sticky .nav li a.active {
    color: #fff;
    font-family: 'Gabarito', cursive;
    font-weight: 500;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    }
    .header-area.header-sticky .nav li a.active:hover{
    color: #000;
    }
    
    @media (max-width: 1200px) {
    .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
    }
    .header-area .main-nav:before {
    display: none;
    }
    }
    @media (max-width: 998px){
    .header-area .main-nav .nav, .header-area.scrollOn .main-nav .nav {
    margin-top: 80px !important;
    }
    
    }
    @media (max-width: 998px) {
    .header-area .main-nav .logo {
    color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
    color: #ff511a!important;
    opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
    }
    .header-area {
    background: #212741;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
    position: relative;
    }
    .header-area .main-nav .nav li.has-sub::after{
    rotate: 360deg;
    transition: 1s ease;
    color: #212741;
    }
    .header-area .main-nav .nav li.has-sub.is-open-sub::after{
    rotate: 180deg;
    transition: 1s ease-in-out;
    color: #212741;
    }
    .header-area .container {
    padding: 0px;
    }
    .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
    }
    .header-area .menu-trigger {
    display: block !important;
    }
    .header-area .main-nav {
    overflow: hidden;
    }
    .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
    margin-top: 80px !important;
    }
    .scrollOn.header-sticky .nav {
    margin-top: 80px !important;
    }
    .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    /* padding-left: 0px !important;
    padding-right: 0px !important; */
    }
    
    .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
    }
    }
    
    @media (min-width: 998px) {
    .header-area .main-nav .nav {
    display: flex !important;
    }
    }
    @media (max-width: 998px){
    .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    font-size: 16px !important;
    }
    }
    .top-bar {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 33px;
      margin: 0 auto;
      position: relative;
      background: #f1f5f8;
      border-bottom: 1px solid #949494;
      overflow: hidden;
    }
    .top-bar::before {
      content: "";
      background: url(../img/dot_bg.png);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
    }
    .recent, .social{
      position: relative;
      z-index: 1;
    }
    .recent ul, .social{
      display: flex;
    }
    .recent ul li a, .social ul li a {
      font-size: 15px;
      color: #1C2F36;
      font-weight: 500;
      font-family: "Jost", sans-serif;
      position: relative;
      text-transform: capitalize;
      padding: 3px 6px;
      transition: 0.3s all;
    }
    .recent ul li, .social ul li{
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
    }
    .recent ul li::before, .social ul li::before {
      content: "";
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      background: #000;
    }
    .recent ul li:last-of-type::before, .social ul li:last-of-type::before{
      content: unset;
    }
    .recent ul li a i, .social ul li a i {
      margin-right: 7px;
    }
    .recent ul li a:hover, .social ul li a:hover {
      color: #1C2F36;
      font-weight: 500;
      font-family: "Jost", sans-serif;
      background: rgba(33, 150, 243,0.1);
      color: #2196f3;
    }
    .social ul li a{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .fbset {
      position: relative;
      transform: translateX(-110%);
      transition: .3s all ease-in;
      overflow: hidden;
      visibility: hidden;
    }
    .social ul li a:hover .fbset {
      display: inline-block;
      transform: translateX(0%);
      visibility: inherit;
      overflow: visible;
    }
    
        .header-area .main-nav .nav{
        margin-top: 30px;
        /* top: 75px; */
        }
        .header-area .main-nav .logo, .scrollOn .main-nav .logo{
        position: absolute;
        bottom: 0;
        }
        .scrollOn .nav {
          margin: 20px 0 !important;
        }
        .header-area .main-nav .logo, .scrollOn .main-nav .logo {
            position: absolute;
            bottom: 0;
            left: 15px;
            top: 1px;
            overflow: hidden;
          }
          .header-area .main-nav .logo img{
            width: 250px;
          }
          .scrollOn .main-nav .logo img{
            width: 195px;
          }
          .scrollOn .main-nav .logo{
            margin-left: 0 !important;
          }

          /* inner page header */

          .header-area.inner-page-header{
            position: relative;
            height: 80px;
            top: 0;
            background: #052c65;
          }
          .header-area.inner-page-header .main-nav .nav {
            margin-top: 20px;
          }

          .header-area.inner-page-header .main-nav .nav li a::before{
            border-bottom: 2px solid #7f9cc2;
          }

          .header-area.inner-page-header .main-nav .nav li:hover a {
            color: #7f9cc2;
            opacity: 1;
          }

          .header-area.inner-page-header .main-nav .nav li:hover a::before {
            transform: scaleX(1);
            transform-origin: 0 50%;
            transition-delay: .2s;
          }

          .header-area.inner-page-header .main-nav .nav li a.active::before {
            border-bottom: 2px solid #26c5c9;
          }
          .scrollOn .main-nav .nav li a.active::before {
            border-bottom: 2px solid #7f9cc2 !important;
          }
        .carousel, .carousel-item img{
            height: 100vh;
            object-fit: cover;
          }
          .carousel-caption h1 {
            font-size: 45px;
            font-family: "Great Vibes", serif;
            font-weight: 600;
            text-transform: capitalize;
            text-shadow: 3px 3px 3px #333;
          }
          .carousel-caption p {
            font-size: 25px;
            font-family: georgia;
            font-weight: 600;
            text-shadow: 3px 3px 3px #333;
          }
          
          .carousel-indicators .active {
            opacity: 1;
            width: 45px;
            transition: .5s all;
          }
          @media (max-width: 767px) {
            .carousel, .carousel-item img {
              height: 250px;
            }
            .recent ul {
              display: flex;
              justify-content: center;
            }
            .header-area{
              top: 0;
            }
            .top-bar .container-fluid{
              padding: 0;
            }
            .top-bar{
              padding: 15px 0;
              height: unset;
            }
            .recent ul li {
              padding-left: 8px;
              padding-right: 8px;
            }
            .recent ul li a span{
              display: none;
            }
            .recent ul li a {
              display: flex;
              align-items: center;
              padding: 0 5px;
              transition: 0.3s all;
              color: rgb(5, 44, 101);
              background: transparent;
              border: 1px solid transparent;
            }
            .recent ul li a:hover {
              animation: unset;
              -webkit-text-size-adjust: unset;
              -webkit-text-fill-color: unset;
              background: #074da31f;
              border-color: #074da333;
              color: rgb(5, 44, 101);
            }
            .carousel-control-next-icon, .carousel-control-prev-icon {
              background-color: #333;
              border-radius: 50%;
              width: 3rem;
              height: 3rem;
              background-size: 50% 50%;
            }
          }
          @media (min-width: 768px) and (max-width: 999px){
            .header-area{
              top: 0;
            }
          }
          .carousel-item::before{
            content: "";
            position: absolute;
            top: 0;left: 0;right: 0;bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0.15;
            background: #000;
          }
.peter-banner-txt h1 {
    text-align: center;
    font-size: 50px;
    color: #f7d317;
    margin: 0 0 10px;
    font-family: "Great Vibes", serif;
    /* text-shadow: 1px 0 35px #000; */
    text-shadow: 3px 3px 3px #052c65;
    font-weight: 900;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 2;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #333;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-size: 50% 50%;
}
/* our condos starts */

.main-head h1 span {
  color: #eca744;
  text-shadow: 1px 1px 1px #333;
}
.main-head h1 span::after {
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 50%;
  bottom: -15px;
  width: 100%;
  height: .6em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 188 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 9.99993C61.5 5.16659 138.3 0.903127 167.5 2.10313C130.333 4.10323 45.2 9.407 2 22.607C2 23.107 89 8.60344 186 8.10344' stroke='%230a73c0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* .main-head h1 {
  margin-bottom: 30px;
  font-size: 55px;
  text-align: center;
  color: #136daf;
  font-weight: 500;
  text-shadow: 0px 1px 1px #136daf;
  font-family: 'Great Vibes', cursive;
  letter-spacing: .075em;
  line-height: 1;
} */
.main-head h1 {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  color: #136daf;
  letter-spacing: .075em;
  line-height: 1.1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}


/* footer starts */
.copy-sec__area {
  background: #D3D3D3;
}

.copy-sec__border {
  padding: 14px 0;
}
.text-md-start {
  text-align: left !important;
}

.copy-sec__text span strong {
  color: #243e61;
}
.m000 {
  margin: 0 !important;
}
.copy-sec__social-box {
  margin-left: 10px;
}
.copy-sec__social-box a:first-child {
  margin-left: 0;
}
.copy-sec__social-box a {
  color: #243e61;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #003d4d;
  background-position: 100%;
  background-image: linear-gradient(-200deg, #243e61 50%, #fff 50%);
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 500%;
  white-space: nowrap;
  margin-left: 20px;
}
.copy-sec__social-box a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.copy-sec__social-box a:hover {
  background-position: 0%;
  color: #fff;
}
.copy-sec__social-box a i img{
  width: 25px;
  height: 25px;
}
.copy-sec__text a {
  margin: 0 10px;
  position: relative;
  padding-bottom: 10px;
}
.copy-sec__text a:hover strong{
  color: #243e61;
}
.copy-sec__text span {
  color: #505050;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
[tooltip] {
  position: relative; /* opinion 1 */
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 15px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip); 
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #243e61;
  color: #fff;
  z-index: 1000; 
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #003d4d;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}
/* footer ends */
.property-new-sec {
  padding: 100px 0 70px;
  background-color: #eff4fc;
  position: relative;
}
.property-new::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.main-head h1 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
  color: #212741;
  letter-spacing: .075em;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}
.title-line {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.tl-1, .tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #333;
}
.tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0px 5px;
  position: relative;
  top: 5px;
  top: 0;
  width: 12px;
  border: 1px solid #052c65;
  border-radius: 50px;
}
.prop-box-img-txt{
  margin-top: 30px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  background:
#fff;
  box-shadow: 10px 9px 106.6px 55px rgba(5, 6, 60, 0.04);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.prop-box-img{
  position: relative;
  overflow: hidden;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.prop-box-overlay{
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
rgba(0,26,87,0.25);
  -webkit-transform:
scale(1,0);
  transform: scale(1,0);
  transition:
all .3s ease-in-out;
}
.prop-box-img-txt:hover a .prop-box-overlay {
  -webkit-transform:
scale(1);
  transform: scale(1);
}
.icon-fot{
  display: inline-block;
  vertical-align: middle;
  background-color: rgb(5, 44, 101);
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 600;
  transition:
0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow:
hidden;
  text-align: center;
  border-radius:
72px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding: 10px;
}
.icon-fot i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: rgb(255, 255, 255);
  color: rgb(77, 64, 202);
  border-radius:
50%;
  position: relative;
  z-index: 1;
  font-size: 24px;
}
.icon-fot:hover i {
  color: rgb(5, 44, 101);
  background:
rgba(5, 44, 101, 0.3);
}
.icon-fot::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: rgb(175, 203, 240);
  transition:
700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.icon-fot::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: rgb(175, 203, 240);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.icon-fot:hover::after {
  bottom: -50%;
}
.icon-fot:hover::before {
  padding:
70px 0;
  position: relative;
  background:
#eff4fc;
}
.prop-box-img img{
  width: 100%;
  height: 300px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.prop-box-img-txt:hover a .prop-box-img img{
  -webkit-transform: scale3D(1.1,1.1,1);
  transform: scale3D(1.1,1.1,1);
}
.prop-box-txt{
  padding: 10px;
}
.prop-box-txt h2{
  color: rgb(3, 72, 51);
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 600;
  font-size: 25px;
  font-family: "Jost", sans-serif;
  position: relative;
  transition:
0.5s;
  display: inline;
}
.prop-box-img-txt:hover a .prop-box-txt h2 {
  color: rgb(64, 96, 137);
}
.prop-box-txt h2::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom:
2px solid rgb(3, 72, 51);
    border-bottom-color: rgb(3, 72, 51);
  border-color:
rgb(3, 72, 51);
  transform-origin: 0px 50% 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 50%;
  transition:
0.3s linear;
}
.prop-box-img-txt:hover a .prop-box-txt h2::before {
  width: 100%;
  border-color: rgb(64, 96, 137);
}
.stars-txt {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.property-stars{
  display: flex;
}
.property-stars li i{
  margin-right: 3px;
}
.property-stars li i{
  font-size: 20px;
  color: #212741;
  transition:
0.3s linear;
}
.property-stars li:last-of-type{
  margin-right: 0;
}
.stars-txt h3{
  font-size: 17px;
  font-family: "Jost", sans-serif;
}
.stars-txt span{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .02em;
  font-family: "Jost", sans-serif;
  margin-right: 5px;
}
.prop-box-img-txt:hover a .property-stars li i,
.prop-box-img-txt:hover a .stars-txt h3 {
  color: rgb(64, 96, 137);
}

.property-amenities-home {
  border-top: 1px solid #074da333;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #074da333;
}
.property-amenities-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #40608a;
  padding: 5px;
  background: #afcbf0;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.property-amenities-home ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #052c65;
}
.property-amenities-home ul li span {
  margin-left: 4px;
  font-weight: 600;
}

.property-amenities-home ul li i {
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prop-box-img-txt:hover a .prop-box-txt .property-amenities-home ul{
  animation: animatebg 7s infinite;
}
.prop-box-img-txt:hover a .prop-box-txt .property-amenities-home ul li{
  color: #fff;
}
.prop-box-img-txt:hover a .prop-box-txt .property-amenities-home ul li i{
  background: #fff;
}
@keyframes animatebg {
  0% {
    background-color: #212741;
  }
  25%{
    background-color: rgb(3, 72, 51);
  }
  50% {
    background-color: #3e5d86;
  }
  75%{
    background-color: rgb(3, 72, 51);
  }
  100% {
    background-color: #001F3F;
  }
}




.view-details-btn-home a {
  display: inline-block;
  vertical-align: middle;
  background-color: #052c65;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 72px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  /* padding: 12px 16px 12px 16px; */
  padding: 12px;
}
.view-details-btn-home a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #afcbf0;
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.view-details-btn-home a span {
  /* margin-right: 8px; */
  color: #fff;
  position: relative;
  z-index: 1;
}
.view-details-btn-home i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  color: rgb(5, 44, 101);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.view-details-btn-home a:hover i{
  color: rgb(5, 44, 101);
  background: rgba(5, 44, 101, 0.3);
}
.view-details-btn-home a:hover span{
  color: #333;
}
.view-details-btn-home a::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #afcbf0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.view-details-btn-home a:hover::before {
  top: 100%;
}
.view-details-btn-home a:hover::after{
  bottom: -45%;
}
.row.pd-set{
  padding: 0 10px;
}


.new-sec-str {
  padding:
70px 0;
  position: relative;
  background:
#eff4fc;
}
.sec-hlf-set {
  border-radius:
1.5625rem;
  font-family: "Jost", sans-serif;
  overflow:
hidden;
  position: relative;
  text-align: center;
  height: 350px;
}
.sec-hlf-set-img {
  position: relative;
  transition:
all 0.4s ease-in-out;
  height: 100%;
}
.sec-hlf-set-img::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:
#5b79a1;
  -webkit-transition:
opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition:
opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition:
opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition:
opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform:
translateY(70%);
  transform: translateY(70%);
  z-index: 1;
}
.sec-hlf-set-img-inner {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  transition:
all 0.4s ease-in-out;
  width: 100%;
}
.sec-hlf-set .sec-hlf-set-title h4 {
  background:
  #3f6089;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  margin:
0 0 1.25rem;
  opacity: 1;
  padding:
1.25rem 0.625rem;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition:
all 0.4s ease-in-out;
  visibility: visible;
  width: 100%;
}
.callout-info {
  font-size: 1rem;
  left: 0;
  line-height: 1.5;
  margin:
auto;
  opacity: 0;
  padding:
0.625rem;
  position: absolute;
  right: 0;
  top: 100%;
  transform: none;
  transition:
all 0.4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.callout-info {
  font-size: 1rem;
  line-height: 1.5;
  visibility: hidden;
}
.callout-title h4 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
  font-family: "Jost", sans-serif;
}
.callout-text, .callout-title h4 {
  margin-bottom: 1.5625rem;
}
.btn-set-op {
  background:
#174c66;
  color: #c2df93;
  font-weight: 600;
  padding:
18px 30px;
  line-height: 1;
  font-size: 16px;
  border-radius:
30px;
  position: relative;
  z-index: 9;
  display: inline-block;
  white-space:
nowrap;
  -webkit-transition:
all 0.35s;
  transition:
all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border:
none;
  text-align: center;
}
/* .btn-set-op span i {
  margin-right: 7px;
} */
.btn-set-op:hover {
  background:
#e3572b;
  color: #fff;
}
.sec-hlf-set:hover .callout-info {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
}
.sec-hlf-set:hover .sec-hlf-set-title h4 {
  color: #fff;
  opacity: 0;
  top: -100%;
  transform: none;
  visibility: hidden;
}
.sec-hlf-set:hover .sec-hlf-set-img::before {
  visibility: visible;
  -webkit-transform:
translateY(0%);
  transform: translateY(0%);
  opacity: 0.5;
}
.sec-hlf-set.active .callout-info {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
}
.sec-hlf-set.active .sec-hlf-set-img::before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0.5;
}
.sec-hlf-set.active .sec-hlf-set-title h4 {
  color: #fff;
  opacity: 0;
  top: -100%;
  transform: none;
  visibility: hidden;
}

@media (max-width: 768px){
  .img-sec-srt-sec .sig-img-dv a img{
    height: 145px;
  }
  .img-sec-srt-tht .sig-img-dv a img, 
  .img-sec-srt-frt .sig-img-dv a img{
    width: 75px;
    border-radius: 50%;
    height: 75px;
  }
  .img-sec-srt-fst .sig-img-dv a img{
    height: 250px;
  }
  .new-sec-img-set ul li a img {
    height: 85px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .main-sec-dv{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.clr-img-txt{
  background-image: linear-gradient(90deg, rgba(175, 203, 240, 0.98) 55.04%, rgba(175, 203, 240, 0.90) 57.27%, rgba(175, 203, 240, 0.78) 59.93%, rgba(175, 203, 240, 0.69) 61.98%, rgba(175, 203, 240, 0.58) 63.85%, rgba(175, 203, 240, 0.00) 73.58%), url(../img/beach-see.jpg);
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-position:
center center;
  background-size: cover;
}
.innetr-sec-seti {
  width: 60%;
}
.innetr-sec-seti h3, .home-last-text-head h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  line-height: 40px;
}
.innetr-sec-seti p, .home-last-text-head p {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.innetr-sec-seti a, .home-last-text-head a{
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.innetr-sec-seti a::after, .home-last-text-head a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background:
#003d4d;
  width: 0%;
  height: 1px;
  transition:
.5s;
  -webkit-transition:
.5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.innetr-sec-seti a:hover::after, .home-last-text-head a:hover::after {
  width: 100%;
  left: 0;
}
.innetr-sec-seti a:hover, .home-last-text-head a:hover {
  color: #243e61;
}
.cstm-slide{
    margin-bottom: 10px;
}
.home-last-sec-txt{
  padding:
100px 0 70px;
  background-color: #fff;
  position: relative;
}
.new-sec-str::before, .home-last-sec-txt::before
.property-new-sec::before {
  content: "";
  background:
url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.peter-banner-txt {
  bottom: 18%;
  position: absolute;
  z-index: 1;
  width: 88%;
  padding:
10px 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.peter-banner-txt h1 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 4px #000;
  letter-spacing: 1.25px;
  font-family: "Brandon Printed";
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 20px;
}
.peter-banner-txt p {
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 1px 2px 4px #111;
  letter-spacing: 1.25px;
  font-weight: 900;
  font-size: 60px;
  font-family: "Great Vibes", serif;
  line-height: 60px;
}
#banner-slider {
  width: 100%;
  position: relative;
}
#banner-slider {
  height: 100vh;
  overflow:
hidden;
}
.banner-slider-set {
  position: relative;
  width: 100%;
}
.banner-slider-set img {
  height: 100vh;
  object-fit: cover;
}
.banner-slider-set::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
#000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.wave-n {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 9;
}
.wave-n svg {
  position: absolute;
  padding:
0;
  margin:
0;
  left: 50%;
  bottom: -1px;
  top: auto;
  -webkit-transform:
translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 1.5px);
}
.wave-n svg path{
  fill: #afcbf0;
}
#banner-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.35s;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0 30px;
  display: none;
}
#banner-slider .owl-nav .owl-prev,
#banner-slider .owl-nav .owl-next {
  width: 50px;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  text-align: center;
  display: inline-block;
  border-radius: 80px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  background-color: #d9ecf0 !important;
  color: #001518 !important;
  height: 50px;
  margin: 0;
}
#banner-slider .owl-nav .owl-prev:hover,
#banner-slider .owl-nav .owl-next:hover {
  background: #174c66 !important;
  color: #fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px -2px rgba(0, 0, 0, 0.16),
    0 1px 9px 0 rgba(0, 0, 0, 0.08);
}
#banner-slider .owl-dots {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}
#banner-slider .owl-dots .owl-dot span {
  background: #afcbf0;
  display: inline-block;
  margin: 0;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 5px solid #fff !important;
}
#banner-slider .owl-dots .owl-dot.active span,
#banner-slider .owl-dots .owl-dot:hover span {
  background: #052c65;
  transform: translate3d(0px, -50%, 0px) scale(0.6);
}
.header-area.inner-page-header .main-nav .logo img {
  width: 190px;
}





/* back to top button css starts */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: 2px solid #51b8d0;
  background: #243e61;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 15px;
top: 10px;
font-size: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
  background: #51b8d0;
  border: 2px solid #243e61;
}
#return-to-top:hover i {
  color: #243e61;
  top: 5px;
}
.mdl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  padding: 0 20px;
  border-radius: 2px;
  height: 36px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  transition: 0.5s all;
  border: 1px solid;
  border-color: rgb(5, 44, 101);
}

.mdl-btn:hover {
  background: #074da31f;
  border-color: #074da333;
  color: #074da3;
}
.mdl-btn2{
  background: #052c65;
  color: #fff;
  border-color: rgb(5, 44, 101);
}
.mdl-btn2:hover{
  background: #074da31f;
  border-color: #074da333;
  color: #074da3;
}
.modal-title{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  color: #212741;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.25px;
}
.form-srt {
	background: #1c2f36;
	text-align: left;
	padding: 0 15px;
	border-radius: 5px;
	position: relative;
	color: rgb(5, 44, 101);
	background: rgba(5, 44, 101, 0.3);
	border: 1px solid rgb(5, 44, 101);
}

.form-srt h2 {
	line-height: 30px;
	color: #052c65;
	margin-bottom: 30px;
	border-bottom: 1px solid #052c65;
	width: fit-content;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
  font-family: 'Playfair Display', serif;
}

.form-group {
	margin-bottom: 1rem;
}

.form-srt .contactForm .form-control {
	border: none;
	background: #f4efeb;
	padding: 20px;
	height: 50px;
	box-shadow: none;
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.form-srt .contactForm .form-control:hover {
	border: 1px solid #CBA36B;
	background: #EEE3D4;
	border-radius: 5px;
}

textarea.form-control {
	min-height: 140px !important;
}

.get-in {
	text-align: center;
	margin: 0;
	border: 1px solid #cba36b;
	background: #1c2f36;
	padding: 5px;
	border-radius: 5px;
	color: rgb(5, 44, 101);
	background: rgba(5, 44, 101, 0.3);
	border: 1px solid rgb(5, 44, 101);
}

.get-in {
	position: sticky;
	top: 10px;
}

.get-in h2 {
	margin-top: 20px;
	line-height: 30px;
	color: #052c65;
	margin-bottom: 20px;
	border-bottom: 1px solid #052c65;
	width: fit-content;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
  font-family: 'Playfair Display', serif;
}

.get-in ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.get-in ul li {
	margin: 10px 0;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	text-align: left;
}

.get-in ul li a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #052c65;
	line-height: 30px;
}

.get-in ul li a i {
	color: #fff;
	font-size: 23px;
	height: 50px;
	width: 50px;
	box-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	border-radius: 50px;
	border: 2px solid #F7F7F7;
	background: #052c65;
}

.get-in ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.javacod ul li {
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
	margin-left: 5px;
	font-size: 18px;
	display: block;
	text-align: left;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
	line-height: 30px;
}

.get-in ul li a:hover {
	color: #074da3;
	transition: .5s ease-in;
}

.get-in ul li a:hover i {
	background: #fff;
	color: #052c65;
	box-shadow: 1px 1px 1px #eca744;
	border: 2px solid #052c65;
	transition: .5s ease-in;
}
.no-cap ul {
  overflow: hidden;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.no-cap ul li {
  list-style: none;
  margin: 0 5px;
  font-size: 22px;
  font-family: "Jost", sans-serif;
  color: #052c65;
}

/* inner pages css */

.gallery-srt {
  padding: 30px 20px 0;
  background: #f8f5f0;
}
.gallery-grid-wrap, .gallery-grid-right-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}
.gallery-grid-wrap .gallery-grid-left-wrap .gallery-grid-item {
  position: relative;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.gallery-grid-wrap .gallery-grid-right-wrap .gallery-grid-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.gallery-grid-wrap .gallery-grid-right-wrap .gallery-grid-item:nth-of-type(2){
  border-radius: 0 20px 0 0;
}
.gallery-grid-wrap .gallery-grid-right-wrap .gallery-grid-item:nth-of-type(4){
  border-radius: 0 0 20px 0;
}
.gallery-grid-left-wrap .gallery-grid-item a img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.gallery-grid-right-wrap .gallery-grid-item a img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 4px;
}
.gallery-grid-item{
    position: relative;
}
.gallery-grid-left-wrap .gallery-grid-item .box-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
}

@media (max-width: 767px) {
    .gallery-srt {
      padding: 30px 0;
      background: #eff4fc;
    }
  .gallery-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid-wrap .gallery-grid-left-wrap .gallery-grid-item,
  .gallery-grid-wrap .gallery-grid-right-wrap .gallery-grid-item,
  .gallery-grid-wrap .gallery-grid-right-wrap .gallery-grid-item:nth-of-type(2), 
  .gallery-grid-wrap .gallery-grid-right-wrap .gallery-grid-item:nth-of-type(4){
    border-radius: 16px;
  }
  .gallery-grid-left-wrap .gallery-grid-item a img {
    height: 300px;
  }
   .gallery-grid-right-wrap .gallery-grid-item a img {
    height: 130px;
  }
} 
  
 
  .anna-maria-gallery-btn {
    display: inline-block;
  vertical-align: middle;
  background-color: #052c65;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition:
all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow:
hidden;
  text-align: center;
  border-radius:
72px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding: 10px 20px;
  }
  .anna-maria-gallery-btn.primary span{
    position: relative;
  z-index: 1;
  color: #fff;
  }
  .anna-maria-gallery-btn.primary:hover span{
    color: rgb(5, 44, 101);
  }
  .anna-maria-gallery-btn.primary span i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    color: rgb(5, 44, 101);
    border-radius:
  50%;
    position: relative;
    z-index: 1;
  }
  .anna-maria-gallery-btn.primary:hover span i {
    color: rgb(5, 44, 101);
    background:
  rgba(5, 44, 101, 0.3);
  }
  .anna-maria-gallery-btn.primary::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #afcbf0;
    transition:
  700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .anna-maria-gallery-btn.primary::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #afcbf0;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .anna-maria-gallery-btn.primary:hover::before {
    top: 100%;
  }
  .anna-maria-gallery-btn.primary:hover::after {
    bottom: -45%;
  }

  
  

  .gallery-grid-wrap .gallery-grid-item a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .gallery-grid-wrap .gallery-grid-item a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0,26,87,0.3);
    opacity: 0.3;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    z-index: 1;
  }
  .gallery-grid-wrap .gallery-grid-item a:hover::before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
  }
  .gallery-grid-wrap .gallery-grid-left-wrap .gallery-grid-item a::before{
    border-radius: 20px 0 0 20px;
  }
  .anna-maria-gallery-btn.primary::before{
    content: unset !important;
  }
  .frst-hr{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    opacity: .55;
    border-color:
  #052c65;
  }
  .main-prop-list {
    padding:
  0 0 10px;
    background-color: #f8f5f0;
    position: relative;
  }
  .right-pt ul {
    padding:
  0;
    margin:
  0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .right-pt ul li {
    display: inline-flex;
    margin:
  4px;
    font-weight: 500;
    -ms-flex: 0 0 19%;
    flex:
  0 0 19%;
    max-width: 19%;
    align-items: center;
    justify-content: center;
    background:
  #fff;
    border:
  1px solid #074da333;
    padding:
  10px 5px;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    border-radius:
  4px;
  position: relative;
  }
  .right-pt ul li i {
    color: rgb(5, 44, 101);
    margin-right: 10px;
    background:
  rgba(5, 44, 101, 0.3);
    height: 40px;
    width: 40px;
    border-radius:
  50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right-pt ul li a{
    position: relative;
  }
  .right-pt ul li a{
    display: inline-block;
    vertical-align: middle;
    background-color: #052c65;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition:
  all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow:
  hidden;
    text-align: center;
    font-family: "Jost", sans-serif;
    line-height: 1;
    width: 100%;
  height: 100%;
  }
  .right-pt ul li a span {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .right-pt ul li a span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: rgb(5, 44, 101);
    border-radius:
  50%;
    position: relative;
    z-index: 1;
  }
  .right-pt ul li a:hover span{
    color: rgb(5, 44, 101);
  }
  .right-pt ul li a:hover span i {
    color: rgb(5, 44, 101);
    background:
  rgba(5, 44, 101, 0.3);
  }
  .right-pt ul li a::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #afcbf0;
    transition:
  700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .right-pt ul li a::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #afcbf0;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .right-pt ul li a:hover::before {
    top: 100%;
  }
  .right-pt ul li a:hover::after {
    bottom: -45%;
  }
  .testimonial-li-set {
    padding:
  unset !important;
  }

  
.main-prop{
  padding: 10px 30px 30px;
  background-color: #ecf3fa;
  position: relative;
  /* overflow: hidden; */
}
.main-prop::before{
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all-head {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.all-head h1 {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #052c65;
  font-size: 25px;
  text-align: left;
  padding: 5px 0 10px;
  border-bottom: 2px solid #052c65;
  margin: 0px 0 13px;
  text-transform: capitalize;
}
.overview h1 {
  width: fit-content;
}
.dec-txt h5 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.dec-txt p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.dec-txt ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.dec-txt ul li {
  list-style:
initial;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin:
5px 0;
color: #212741;
}
.dec-txt ul li b {
  font-weight: 700;
}
article.slide {
  margin-bottom: 10px;
}
.dec-txt a {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.dec-txt a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.dec-txt a:hover::after {
  width: 100%;
  left: 0;
}
.dec-txt a:hover {
  color: #243e61;
}

.new-style-amen h4 {
	background: #eee;
	padding: 15px 10px;
	border-bottom: 1px solid #003d4d;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
}

.new-style-amen ul {
	list-style-type: none;
	padding: 10px 0 0;
	margin: 0 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-style-amen ul li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	color: #333;
	font-size: 16px;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
	border-bottom: 1px solid #003d4d;
	margin: 5px;
}

.new-style-amen ul li i {
	color: #003d4d;
	margin-right: 5px;
}

.inquiry-widget{
  position: sticky;
  top: 80px;
  padding:
30px 0px;
  border:
1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius:
20px;
background: #fff;
margin: 20px 0;
}

.booking-tab ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}
.booking-tab ul li {
  width: 50%;
  cursor: pointer;
}
.booking-tab ul li a {
  background:
  #f8f5f0;
  border-radius:
50px;
  padding:
12px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-top-right-radius: 50px !important;
  border-top-left-radius: 50px !important;
  border: none !important;
  position: relative;
  overflow:
hidden;
}
.booking-tab ul li a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #afcbf0;
  transition:
700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.booking-tab ul li a::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #afcbf0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.booking-tab ul li a.active::after,
.booking-tab ul li a:hover::after {
  bottom: -45%;
}

.booking-tab ul li a.active::before, 
.booking-tab ul li a:hover::before {
  top: 100%;
}
.booking-tab ul li a span {
  position: relative;
  z-index: 1;
  color: #052c65;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  font-family: "Jost", sans-serif;
}

.booking-tab ul li a.active span, 
.booking-tab ul li a:hover span {
  color: rgb(5, 44, 101);
}

.booking-tab ul li:first-child {
  padding-right: 5px;
}

.grp-frm{
  border:
1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius:
20px;
}
.calender-booking-input{
  position: relative;
}
.date-picker-set{

}
.availability-frm {
  padding:
25px 25px;
}
.check-in{
  position: relative;
}
.check-in ul{
  padding:
0px;
  display: flex;
  margin-bottom: 0px;
}
.check-in ul li {
  margin:
0;
  padding:
0;
  list-style:
none;
  width: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #d7dce3;
border-top: 1px solid #d7dce3;
}
.check-in ul li:nth-child(1) {
  border-right:
1px solid #d7dce3;
}
.check-in-title{
  padding:
16px;
  text-align: left;
}
.check-in-title label {
  line-height: 26px;
  color: #232323;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}
.check-in-title .check-in-render {
  color: #5E6D77;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}
.date-ranger-sett {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
.guest-field{
  position: relative;
  min-height: 86px;
}
.guest-field .field-dropdown{
  display: flex;
  justify-content: space-between;
  padding:
20px;
}
.guest-field .field-dropdown .field-dropdown-label{
  width: 48%;
}
.guest-field .field-dropdown .field-dropdown-label label{
  display: block;
  margin-bottom: 5px;
  line-height: 26px;
  color: #232323;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
}
.guest-field .field-dropdown .field-dropdown-label select {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  line-height: 26px;
  color: #232323;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
}


.inquiry-form-srt{
  padding:
25px 25px 0 25px;
  border:
none;
}
.inquiry-form-srt .inquiry-form button, .grp-frm button {
  display: inline-block;
  vertical-align: middle;
  background-color: #052c65;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition:
all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow:
hidden;
  text-align: center;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding:
15px 20px;
  border-radius:
50px;
  width: 200px;
  border:
none;
  box-shadow: none;
  outline:
none;
}

.inquiry-form-srt .inquiry-form button::before, .grp-frm button:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #afcbf0;
  transition:
700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.inquiry-form-srt .inquiry-form button span, .grp-frm button span {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.inquiry-form-srt .inquiry-form button::after, .grp-frm button:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #afcbf0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.inquiry-form-srt .inquiry-form button:hover::before, .grp-frm button:hover::before {
  top: 100%;
}

.inquiry-form-srt .inquiry-form button:hover span, .grp-frm button:hover span {
  color: rgb(5, 44, 101);
}

.inquiry-form-srt .inquiry-form button:hover::after, .grp-frm button:hover::after {
  bottom: -45%;
}
.grp-frm button{
  margin: 0 20px 20px;
}
.inquiry-form .form-group label{
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}
.inquiry-form .form-group label span, .guest-field .field-dropdown .field-dropdown-label span{
  color: #f00;
}
.inquiry-form .form-group input, .inquiry-form .form-group textarea,
.guest-field .field-dropdown .field-dropdown-label input {
  border:
1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius:
10px;
  padding:
13px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
  box-shadow: inset 0 1px 1px transparent;
  transition:
border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
}
.inquiry-form .form-group textarea{
  min-height: 100px !important;
}
.inquiry-form .form-group input:focus, .inquiry-form .form-group input:active,
.inquiry-form .form-group textarea:focus,  .inquiry-form .form-group textarea:active,
.guest-field .field-dropdown .field-dropdown-label input:focus, .guest-field .field-dropdown .field-dropdown-label input:active
{
  border-color: #5191FA;
}
.guest-field .field-dropdown .field-dropdown-label input{
  padding: 7px 14px;
}


.set-brdr-cst {
  padding-bottom: 10px;
  border-bottom:
1px solid #ccc;
}
.house-rule {
  margin:
0;
}
.house-rule p {
  border-bottom:
1px solid #ccc;
  font-size: 17px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
}
.house-rule p strong {
  margin-right: 3px;
}
.house-rule ul {
  list-style-type: none;
  padding:
10px 0 0;
  margin:
0 0 20px;
}
.house-rule ul li {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 10px;
}
.house-rule ul li i {
  color: #003d4d;
  margin-right: 10px;
  font-size: 13px;
}
.dec-txt h6 {
  background:
#eee;
  padding:
15px 10px;
  border-bottom:
1px solid #003d4d;
  font-size: 20px;
  margin:
12px 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.walking-ar h6 {
  background:
#eee;
  padding:
15px 10px;
  border-bottom:
1px solid #003d4d;
  font-size: 20px;
  margin:
0 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.walking-ar p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.walking-ar p a {
  margin-right: 4px;
  position: relative;
}
.walking-ar a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom:
2px solid #243e61;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition:
transform .2s ease-in-out;
}
.walking-ar a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.walking-ar p span {
  margin-left: 4px;
  font-weight: 600;
}
.accordion-body {
  position: relative;
  overflow:
hidden;
  background:
#eee;
}
.accordion-body::before {
  position: absolute;
  height: 110px;
  width: 110px;
  right: -10px;
  top: -75px;
  border-radius:
50%;
  background-color: #007ABB;
  z-index: 9;
  opacity: .20;
  -webkit-transform:
scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  content: "";
  -webkit-transition:
all 600ms ease;
  -o-transition: all 600ms ease;
  transition:
all 600ms ease;
}
.accordion-body::after {
  position: absolute;
  height: 110px;
  width: 110px;
  right: -10px;
  top: -75px;
  border-radius:
50%;
  background-color: #007ABB;
  z-index: 9;
  opacity: .20;
  -webkit-transform:
scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  content: "";
  -webkit-transition:
all 600ms ease;
  -o-transition: all 600ms ease;
  transition:
all 600ms ease;
}
.accordion-button {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 500;
  background:
#eee;
  border:
1px solid #eee;
}
.accordion-button:hover {
  background-color: #7bb9db73;
}
.accordion-button:not(.collapsed){
  color: #052c65;
  background: #cfe2ff;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom:
1px solid #ccc;
}
.accordion-item {
  margin-bottom: 10px;
  border:
1px solid #abbfdd !important;
  border-radius:
0 !important;
} 

.loc-title{
  padding: 0 20px;
}

.loc-title h1{
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #052c65;
  font-size: 25px;
  text-align: left;
  padding:
5px 0 10px;
  border-bottom:
2px solid #052c65;
  margin:
0px 0 13px;
  text-transform: capitalize;
}
.loc-widget iframe{
  border-radius: 10px;
}


.rew-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content {
  font-size: 24px;
  -ms-flex: 0 0 23%;
  flex:
0 0 23%;
  max-width: 23%;
  display: none;
  margin: 12px 7px;
  padding: 20px;
  background: #ecf3fa;
  border-radius: 5px;
  border: 1px solid #032270;
  position: relative;
}

.img-txt {
  border-bottom: 1px solid #1e90ff;
  margin-bottom: 10px;
}

.img-txt img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  float: left;
  margin-right: 10px;
}

.img-txt h5 {
  display: flex;
  height: 60px;
  align-items: center;
  line-height: 20px;
  color: #333;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  /* justify-content: center; */
  padding-bottom: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost", sans-serif;
}

.img-txt h5::before {
  background:
#1e90ff;
  content: "";
  margin:
0 auto;
  position: absolute;
  bottom: 15px;
  width: 50px;
  z-index: 1;
  height: 2px;
  left: 0;
  transform: translate(10%, -50%);
}

.rew-txt {
  height: 120px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    #0d1017 5rem
  );
}

.rew-txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.rew-txt ul li {
  display: inline-block;
  color: #052c65;
  font-size: 16px;
  margin: 2px;
}
.rew-txt h4 {
  color: #052c65;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;

  font-family: "Jost", sans-serif;
}
.rew-txt p {
  color: #333;

  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.content.showContent .rew-txt {
  height: auto;
  display: contents;
}
.readmore-btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  font-family: "Jost", sans-serif;
}

.readmore-btn::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.readmore-btn:hover {
  color: #243e61;
}

.readmore-btn:hover::after {
  width: 100%;
  left: 0;
}

#loadMore {
  width: fit-content;
  display: block;
  margin:
5px auto;
  border:
1px solid transparent;
  background-color: #052c65;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition:
all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow:
hidden;
  text-align: center;
  border-radius:
72px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding:
12px 20px;
}
#loadMore:hover{
  background-color: transparent;
}
#loadMore::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #afcbf0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#loadMore::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #afcbf0;
  transition:
700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#loadMore span {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#loadMore:hover span {
  color: rgb(5, 44, 101);
}

#loadMore:hover::before {
  top: 100%;
}

#loadMore:hover::after {
  bottom: -45%;
}

#loadMore.noContent {
  background: none;
  border: none;
  color: #09926a;
  cursor: default;
}
#loadMore.noContent::after{
  content: unset !important;
}
.amenities-modal-inner .new-style-amen ul li {
  -ms-flex: 0 0 31%;
  flex:
0 0 31%;
  max-width: 31%;
}

.map img{
  width: 100%;
}
.area-det{
  padding: 30px 30px;
  position: relative;
  background: #e0e9f4;
}
.area-sec-det h1{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

.area-sec-det p{
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}

.thing-head-h2{
  background: #fff;
  padding: 15px 10px;
  border-bottom: 1px solid rgb(5, 44, 101);
  font-size: 25px;
  margin: 20px 0;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
}
.ctp{
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.thing-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #074da333;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  transition: .3s all;
}
.thing-img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.thing-img img {
  height: 225px;
  object-fit: cover;
  width: 100%;
  overflow:
hidden;
  transition:
transform .5s ease;
}
.thing-box:hover .thing-img img{
  transform: scale(1.2);
}
.thing-box:hover {
  border: 1px solid rgb(5, 44, 101);
}
.thing-para h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost", sans-serif;
  color: #212741;
  font-weight: 600;
}
.thing-para hr {
  background: #212741;
  height: 3px;
  width: 42px;
  border: none;
  margin: 10px auto;
}
.thing-para p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
}
.thing-para ul li{
  font-size: 17px;
  font-weight: 500;
  color: #333;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.thing-para ul li i{
  margin-right: 5px;
}
.thing-para ul li a {
  color: #333;
  position: relative;
}
.thing-para ul li a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom:
2px solid #7f9cc2;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition:
transform .2s ease-in-out;
}
.thing-para ul li a:hover {
  color: #7f9cc2;
}
.thing-para ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.thing-para ul {
  border-bottom:
1px solid #ccc;
min-height: 107px;
}
.thing-box-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
rgba(0,26,87,0.25);
  -webkit-transform:
scale(1,0);
  transform: scale(1,0);
  transition:
all .3s ease-in-out;
}
.thing-box:hover a .thing-box-overlay, .thing-box.active a .thing-box-overlay {
  -webkit-transform:
scale(1);
  transform: scale(1);
}
.main-prop-detail {
  padding: 50px 20px;
  background: #f1f5f8;
  position: relative;
}
.main-prop-detail::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all-prop{
  padding: 30px 30px;
  background: #eff4fc;
  position: relative;
}
.inner-map {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  position: sticky;
  top: 90px;
  margin: 1.5rem 0;
}
.gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 44, 101, 0.5);
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.gallery-overlay a{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.massonary:hover .gallery-overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery-overlay a i {
  font-size: 25px;
  color: #052c65;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  opacity: 0.8;
  border: 1px solid rgb(5, 44, 101);
  transition: .5s;
}
.grid-wrapper.resort .massonary::before{
  opacity: 0 !important;
}

.gallery-overlay a:hover i {
  color: #fff;
  border: 1px solid #7f9cc2;
  background: #052c65;
}
.photo-resort{
  padding: 30px 30px;
  overflow: hidden;
  background: #e0e9f4;
  position: relative;
}
.photo-resort::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#check-availability .modal-dialog .modal-body{
  background-color: #ecf3fa;
}
.model-inq{
  padding: 20px;
}
.model-inq .inquiry-widget{
  position: relative;
  top: 0;
  margin: 0;
}
.model-btn-det-book{
  display: inline-block;
  vertical-align: middle;
  background-color: #052c65;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition:
all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow:
hidden;
  text-align: center;
  border-radius:
72px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding:
10px 20px;
}

.model-btn-det-book::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #afcbf0;
  transition:
700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.model-btn-det-book::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #afcbf0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.model-btn-det-book span {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.model-btn-det-book:hover span {
  color: rgb(5, 44, 101);
}
.model-btn-det-book span i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: rgb(5, 44, 101);
  border-radius:
50%;
  position: relative;
  z-index: 1;
  margin-right: 5px;
}
.model-btn-det-book:hover span i {
  color: rgb(5, 44, 101);
  background:
rgba(5, 44, 101, 0.3);
}
.model-btn-det-book:hover::before {
  top: 100%;
}

.model-btn-det-book:hover::after {
  bottom: -45%;
}
.mobile-footer-check{
  padding:
10px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background:
#ecf3fa;
  border-top:
1px solid #052c65;
display: none;
z-index: 99;
}
html.with-fancybox body.hide-scrollbar{
  font-family: "Jost", sans-serif !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
}
.view-btn a{
  display: inline-block;
  vertical-align: middle;
  background-color: #052c65;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition:
all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow:
hidden;
  text-align: center;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding:
9px 18px;
  border-radius:
50px;
  border:
none;
  box-shadow: none;
  outline:
none;
}
.view-btn{
  text-align: center;
}
.view-btn a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #afcbf0;
  transition:
700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.view-btn a::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #afcbf0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.view-btn a span {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.view-btn a:hover span {
  color: rgb(5, 44, 101);
}

.view-btn a:hover::before {
  top: 100%;
}

.view-btn a:hover::after {
  bottom: -45%;
}

.view-btn a span i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  color: rgb(5, 44, 101);
  border-radius:
50%;
  position: relative;
  z-index: 1;
  margin-left: 5px;
}

.view-btn a:hover span i {
  color: rgb(5, 44, 101);
  background:
rgba(5, 44, 101, 0.3);
}
@media (max-width: 767px){
  #banner-slider .owl-nav{
    top: 40%;
    padding: 0 10px;
    display: flex;
  }
  #banner-slider, .banner-slider-set img{
    height: 300px;
  }
  .peter-banner-txt{
    display: none;
  }
  .clr-img-txt{
    background: rgb(175, 203, 240);
    padding: 50px 15px;
  }
  .innetr-sec-seti {
    width: 100%;
  }
  .property-new-sec, .home-last-sec-txt{
    padding: 30px 0 50px;
  }
  .new-sec-str .container-fluid .row .col {
    flex:
0 0 50%;
    padding:
0 5px;
  }
  .sec-hlf-set {
    margin-bottom: 15px;
  }
  .sec-hlf-set .sec-hlf-set-title h4, .callout-title h4 {
    font-size: 20px;
  } 
  .btn-set-op {
    padding:
18px;
  }
  .view-details-btn-home a{
    font-size: 15px;
    padding: 10px 12px;
  }
  .copy-sec__text span{
    font-size: 16px;
  }
  .copy-sec__area{
    padding-bottom: 70px;
  }
  .header-area .main-nav .logo img, .scrollOn .main-nav .logo img {
    width: 200px;
  }
  .main-prop-list{
    padding: 0 0 10px;
  }
  .right-pt ul li {
    justify-content: flex-start;
    -ms-flex: 0 0 47%;
    flex:
0 0 47%;
    max-width: 47%;
    font-size: 15px;
  }
  .right-pt ul li a{
    border-radius: 4px;
    padding: 10px;
  }
  .right-pt ul li a span{
    justify-content: start;
  }
  .testimonial-li-set {
    padding:
unset !important;
    -ms-flex: 0 0 55% !important;
    flex:
0 0 55% !important;
    max-width: 55% !important;
  }
  .mobile-footer-check{
    display: block;
  }
  #disabled-tabpanel-modal-book {
    padding:
  15px 15px;
  }
  .content{
    -ms-flex: 0 0 100%;
  flex:
0 0 100%;
  max-width: 100%;
  }
}

@media (max-width: 767px){
  .main-head h1{
    font-size: 33px;
    line-height: 60px;
  }
  .property-slider .owl-nav{
    opacity: 1;
  }
  .social{
    display: none;
  }
  .gallery-srt {
    padding: 30px 0;
  }
  .main-prop{
    padding: 10px 0;
  }
  .grid-wrapper .massonary{
    grid-column: span 2;
  }
  .gallery-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid-left-wrap .gallery-grid-item a img {
    height: 300px;
  }
  .gallery-grid-right-wrap .gallery-grid-item a img {
    height: 130px;
  }
  .gallery-grid-right-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .new-style-amen ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .area-det, .photo-resort{
    padding: 30px 0;
  }
  .all-prop{
    padding: 30px 10px;
  }
  .main-prop{
    padding: 10px 0 30px;
  }
  .mobile-hide{
    display: none;
  }
  .model-inq .inquiry-widget .booking-tab .tab-content .tab-pane .availability-frm{
    padding: 25px 0;
  }
  .amenities-modal-inner .new-style-amen ul li{
  -ms-flex: 0 0 47%;
  flex:
0 0 47%;
  max-width: 47%;
}
}
@media (min-width:768px) and (max-width: 999px){
  .property-detail-list ul li i{
    display: none;
  }
  .recent ul li a, .social ul li a{
    font-size: 14px;
  }
  .my-modal-cont .value-right-img {
    position: relative;
    width: 100%;
    float: unset;
    height: 100%;
  }
  .peter-banner-txt h1{
    font-size: 45px;
  }
  .new-style-amen ul li, .amenities-modal-inner .new-style-amen ul li {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  
}
