  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div {

 

    font-family: 'Roboto' !important;

 

}
body{
  
}
p{
   
}
a{
    
}
h1,h2,h3,h4,h5,h6{
   
}
@media(max-width:576px){

    .bor{
        padding: 77px 42px !important;
    }
    .bor2{
        padding: 89px 42px !important;
    }
}

.image {
    margin-top: 0px;
    max-height: 120px;
}
.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-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-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FAF9FA;
    text-transform:uppercase;
}
.navbar-nav>li{
    padding:0 20px;
}

.footer-text, .footer-text>a{
 
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #2E3538;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.yellow-btn>a {
    padding: 18px !important;
    background: #FED304 !important;
    border: 1px solid #FED304 !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #2E3538 !important;
    border-radius: 0 !important;
}

.flex {
    /* display: flex; */
}

@media (max-width: 767px){
.flex {
    flex-direction: column;
}
    .items-center{
        align-items: start!important;
    }
}