@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/helper-4.0.0.min.css?v=1.0';
body{
    background: #edf8ee url(assets/img/linges.png) repeat-x bottom 20px center;
    padding-bottom: 30px;
}
.repeat-x{
    background-repeat: repeat-x;
}
.boxshadow{
	box-shadow: 0px 4px 65px rgb(0 0 0 / 6%);
}
label{
    cursor: pointer;
}
.btn{
    font-weight: 500;
}
.boxsearch .form-control{
    padding-left: calc(100px + 10px);
}
.boxsearch .btn{
    min-width: 100px;
    top: 5px;
    left: 5px;
}
@media (min-width: 768px){
    .boxresults p:first-child{
        flex: 0 0 180px;
        max-width: 180px;
        width: 180px;
    }
}
.logolineflex img + img{
    border-right: 1px solid #e8e7e7;
    padding-right: 17px;
    margin-right: 17px;
}
.btn-lg{
    padding: 8px 20px 13px;
}
.boxpadding{
    padding: 30px;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
}
@media (max-width: 768px) {
    .logolineflex img + img{border-right: 0;padding-right: 0;margin-right: 0;margin-top: 15px;}
    .logolineflex img{margin-right: auto;margin-left: auto;}
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1240px;}
}