@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');

img.image{
    height: 100px;
}

div.is-sidebar > .is-sidebar-button#code-btn {
  display: block;
}

body{
    font-family: 'Syne';
}
p{
    font-family: 'Syne';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Syne';
}
a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
h4 {
    font-size: 20px;
    color:#000;wh
}
#header-11361 > div{
    position: absolute !important;
    margin-top: 10px !important;
    left:0 !important;
}
.line { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #000; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line>span { 
background:#fff; 
padding:0 10px; 
}
.line2 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #000; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line2>span { 
background:#FFFAF2; 
padding:0 10px; 
}
.line3 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #ECCBAD; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line3>span { 
background:#FFFAF2; 
padding:0 10px; 
}
.line4 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #ECCBAD; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line4>span { 
background:#fff; 
padding:0 10px; 
}

.white-btn>a{
    background: #FFFFFF;
    border-radius: 50px;
}
.white-btn>a:hover{
    background: #BDCDBC !important;
}
.nav-pills>li>a{
    border-radius: 50px;
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding:15px;
    color: #000000;
}

.navbar-nav>li>a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    border-bottom: 2px solid #0000;
}
.navbar-nav>li>a:hover{
    border-bottom: 2px solid #1d3d0a;
}

.footer-text, .footer-text>a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 116.9%;
    color: #1d1d1d;
}
.footer{
    background-color: #809E7B!important;
}
.service-title{
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0;
    color:#000;
    line-height: 116.9%;
}
.owl-item .item .image-preview{
    width: 100% !important;
    height: 200px;
    margin: 0;
    object-fit: cover;
}
.owl-carousel .owl-item img {
    max-height: none !important;
}
    
@media(max-width:1200px){
    #header-11361 > div{
        position: static !important;
        margin-top: 0!important;
    }
}

@media(max-width:576px){
    .no-padd{
        padding:30px !important;
        background-position: 49% 20%;
    }
    .padd2{
        padding:40px !important;
    }
    .edit{
        margin-top:0 !important;
        margin-right:0 !important;
    }
    .title{
        font-size:28px !important;
    }
    span>.title{
        font-size:28px !important;
    }
    .no-border{
        border:none !important;
    }
}
@media (max-width: 767px){
.flex {
    flex-direction: column;
}
    .items-center{
        align-items: start!important;
    }
}
@media(max-width:768px){
 .repeating-header {
      position: unset !important;
  }
  .left{
        text-align: left !important;
        padding-left: 10px !important;
        margin-left: 80px !important;
    }
    .border-right{
        border: none!important;
    }
    .row.cat{
        flex-direction: column!important;
    }
}
.owl-stage > div > div> a> div> span{
 
    display:none;
 
}
.post-container > div > a > div > span{
   display:none;
}
.post-info > div > h6{
    display:none;
}
.owl-item .item .image-preview {
    width: 100% !important;
    min-height: 240px !important;
    margin: 0;
    object-fit: cover !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 32px;
    border-radius: 10px;
}
.owl-carousel .owl-item img {
    max-height: 170px;
    position: relative;
    width: auto !important;
}
.gray-backgound{
    background: #0000!important;
    padding: 0!important;
    font-weight: bold;
}
.form-control-email {
    border: 0.2px solid #fff !important;
    border-radius: 10px !important;
    background: #ffffff3b !important;
    width: 100%;
    min-height: 50px;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #fff !important;
    padding: 5px 20px;
}
.newsletter-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.newsletter-btn {
    margin-top: 5px;
    padding: 13px 80px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: #ffffff1a !important;
    backdrop-filter: blur(3px);
    border-color: #fff !important;
    color: #EEF7FE !important;
    border-radius: 30px !important;
}
.row.display-flex > [class*='col-'] {

display: flex;
flex-direction: column;

}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.padd30t.company-address{
    display: none;
}
.booking-area img{
    min-height: 350px!important;
}
.btn-slot:enabled{
    color: #000!important;
    background-color:  #bdcdbc;
    border-color: #bdcdbc;
    border-style: solid!important;
    border-width: 2px!important;
    border-radius: 30px!important;
}
.btn.btn-default{
    border-radius: 30px!important;
}
.btn-slot:enabled:hover{
    color: #000!important;
    background-color: #fff!important;
    border-color: #bdcdbc!important;
}
.service-book a, .button, .action-container a, .success-container a, .secondary-button:hover, .btn-rengine{
    text-decoration: none;
    background-color: #bdcdbc;
    color: #000;
    border: 2px solid #bdcdbc;
    border-radius: 30px!important;
    font-size: 18px;
}
.service-book a:hover, .caution-container a:hover, .button:hover, .action-container a:hover, .success-container a:hover, .secondary-button, .btn-rengine:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border: 2px solid #bdcdbc;
    border-radius: 30px!important;
    font-size: 18px;
}
.border-right{
    border-right: 2px solid rgb(128, 158, 123);
}


