#main-content .container:before {
background: none;
}
#sidebar {
display: none;
}
@media (min-width: 981px) {
#left-area {
width: 100%;
padding: 0px 0px 0px 0px !important;
float: none !important;
}
}
.vertical-align {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media all and (max-width: 980px) { .custom_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.first-on-mobile {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 30!important;
}
.second-on-mobile {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-bottom: 0!important;
}
.third-on-mobile {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.fourth-on-mobile {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
} .custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
.orange-country-breadcrumb {
background-position: center ;
} }
@media all and (max-width: 767px) {
}