body{
    font-family: Roboto, sans-serif;
}
p{
    font-family: Roboto, sans-serif;
}
a{
    font-family: Roboto, sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: Roboto, sans-serif;
    letter-spacing: 2px;
}
@media(max-width:576px){

    .bor{
        padding: 77px 42px !important;
    }
    .bor2{
        padding: 89px 42px !important;
    }
}



.slick-dots li.slick-active, .slick-dots li:hover {
    background: #2E3538 !important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    border-radius: 500px;
    border: 1px solid #000 !important;
}

.rendered-form .form-group{
    padding:11px 0 !important;
}
.is-btn-ghost2{
    padding: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    letter-spacing:0 !important;
}
/*services*/
.calendar{
    border:none !important;
}
.booking-form{
    box-shadow: none !important;
}
.service-name{
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    color: #2E3538 !important;
}
.calendar-period, .choose-calendar-period{
    background: transparent !important;
    border: none !important;
}
.result-item{
    border: 1px solid #2E3538 !important;
}

/*end of services*/

/*form*/
.form-control{
    border: 1px solid #2E3538;
    background:#fff !important;
    border-radius:0 !important;
}
.rendered-form .form-control:focus {
    outline: 0;
    box-shadow: none !important;
    border: 1px solid #FFBB00 !important;
}
.rendered-form .form-group > label{
    font-family: Roboto, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #2E3538 !important;
}

.book-button, .btn-rengine{
    padding: 18px !important;
    background: #F0B02B !important;
    border:1px solid #F0B02B !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #2E3538 !important;
    border-radius:0 !important;
}
.btn-default.btn.is-btn-primary.send-btn{
    padding: 18px !important;
    background: #2E3538 !important;
    border:1px solid #2E3538 !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #FAF9FA !important;
    border-radius:0 !important;
}
.btn-default.btn.is-btn-primary.send-btn:hover, .is-one:hover{
    background: linear-gradient(106.23deg, rgba(0, 0, 0, 0.3) -20.69%, rgba(46, 53, 56, 0.06) 184.62%) !important;
    border:none!important;
    color: #2E3538 !important;
}
.send-btn:hover, .book-button:hover, .btn-rengine:hover{
    background: #2E3538 !important;
    color: #FAF9FA !important;
    border:1px solid #2E3538 !important;
}
.yellow-btn>a:hover{
    background: linear-gradient(106.23deg, rgba(240, 176, 43, 0.3) -20.69%, rgba(46, 53, 56, 0.06) 184.62%) !important;
    border:none !important;
    color:#FAF9FA !important;
}
.yellow-btn>a{
    padding: 18px !important;
    background: #F0B02B !important;
    border:1px solid #F0B02B !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #2E3538 !important;
    border-radius:0 !important;
}

/*end of form*/

.navbar-nav>li>a{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FBF5F3;
    text-transform:uppercase;
    letter-spacing: 2px;
}
.navbar-nav>li{
    padding:0 20px;
}

.footer-text, .footer-text>a{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FBF5F3;
}


.navbar, .footer {
    
    background-color: #58111A !important;
}


.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; 
  padding: 20px 0;
}


.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 2px !important;           
  background: #58111A !important;      
  max-width: 200px;      
}

.divider img {
  width: 40px;  
}

