 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div {
 
    font-family: 'Manrope'!important;
}

@media(max-width:768px){
 .repeating-header {
      position: unset !important;
  }
}

body{
  
}

h1,h2,h3,h4,h5,h6{
    
}
p{
    
}
a{
    
}
body {
    background-color:#Fff!important;
}
.slide-price{

}

.navbar{
    border:0px!important;
}

.footer{
    border:0px;
}




div.footer{
background-color: #b4bbd7!important;
}
.menu:after {
  display:block;
  content: '';
  border-bottom: solid 3px #ffffff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.menu:hover:after { transform: scaleX(1); }
 
.menu:hover{
    color: #ffffff !important;
}
div.footer {
    background-color: #000000 !important;
}

@media (max-width: 767px){
.flex {
    flex-direction: column;
}}

@media (max-width: 767px){

.flex {

    flex-direction: column;

}

    .items-center{

        align-items: start!important;

    }

}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus .caret, .nav > li > a:hover .caret, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff0;
    color: #ffffff;
}




.input[type="text"]:not(.flatpickr-calendar input),
.form-control,
.select2-selection{
    width: 100%;
    min-height:50px;
    background:black;
}
.rendered-form .form-control {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: white;
    background-color: black;
}
.image {
    margin-top: 15px !important;
    max-height: 40px !important;
}
.rendered-form .form-control {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: black;
    background-color: white;
}