/*-----------------other-----------------*/

.d-inline {
    display: inline !important;
}

.elementor-section.align-items-center>.elementor-column-gap-default {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
}

.hidden {
    display: none!important;
}

@media (max-width: 479px) {
    #content-wrapper .page-title {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important;
    }
    .col-md-2-5 {
        -ms-flex: 0 0 20.8333%;
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
    }
    .col-md-9-5 {
        -ms-flex: 0 0 79.1666%;
        flex: 0 0 79.1666%;
        max-width: 79.1666%;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .col-lg-2-5 {
        -ms-flex: 0 0 20.8333%;
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
    }
    .col-lg-9-5 {
        -ms-flex: 0 0 79.1666%;
        flex: 0 0 79.1666%;
        max-width: 79.1666%;
    }
}