@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/*----------------------- reset---------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.mobile {
    display: none;
}

ol, ul {
    list-style: none;
}

    ol:after, ul:after {
        content: " ";
        display: table;
        clear: both;
    }

a {
    text-decoration: none !important;
}

.column-free, .free-text {
    float: right;
    width: 100%;
    overflow: hidden;
}

    .column-free img,
    .free-text img,
    .page-content img {
        max-width: 100%;
    }

.date {
    font-weight: bold;
    float: left;
    clear: both;
}

.success {
    background-color: #1b6d18;
    color: #fff;
    transition: ease-in-out 1s;
}
/*#region admin*/

.catAdd input[type=text] {
    width: 80%;
    float: left;
}

.catAdd a {
    width: 20% !important;
    float: right;
}

.settings {
    position: relative;
    top: .5em;
    z-index: 1000;
}

    .settings i {
        border: 0 !important;
        font-size: 1.5em !important;
    }

#settings {
    position: absolute;
    padding: 1em;
    box-shadow: 2px 2px 21px 3px;
}

    #settings span, #settings a {
        display: block;
        width: 100% !important;
    }

    #settings i {
        margin: 0 0 0 5px;
    }

    #settings input, #settings select {
        width: 100%;
        margin-bottom: 1em;
        display:block;
    }

.menu li {
    position: relative;
}

/*#region file-manager */
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 15000;
}

.file-manager {
    padding: 3%;
}

.working-pane {
    background-color: #fff;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.files-pane {
    padding: 1em;
    overflow-y: auto;
    height: calc(100% - 140px);
}

    .files-pane tr.T0 td:first-child:before {
        content: "\f07c";
        display: inline-block;
        font-family: FontAwesome;
        color: #FFD42A;
        margin-left: .5em;
    }

    .files-pane tr.T1 td:first-child:before {
        content: "\f016";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: .5em;
    }

    .files-pane tr.selected {
        background-color: #FFD42A;
    }

    .files-pane td {
        padding: 0 1em;
    }

.preview-pane {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: 1px solid #ddd;
    padding: 0.5rem;
    margin-top: 2.2rem;
}

.preview-image {
}

    .preview-image img {
        max-width: 100%;
        max-height: 20rem;
    }

.preview-pane .fullpath {
    width: 100%;
    direction: ltr;
}

.folder-path-pane {
    border: 1px solid #ddd;
    direction: ltr;
}

    .folder-path-pane a:before {
        content: ">";
        display: inline-block;
        padding: 0 1rem;
    }
  .file-manager .loading{}
   .file-manager .loading img{
           margin-bottom: -20px;
    height: 50px;
   }
/*#endregion file-manager */

/*#endregion admin*/

/*----------------------- body-home ---------------------- */


/**menu**/

ul.menu-sidebar li {
    padding: 15px 30px;
    clear: both;
    display: inline-block;
    width: 100%;
}




.menu-side {
    position: fixed;
    left: -350px;
    top: 0px;
    width: 220px;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99999;
}

.btn-menu-close {
    left: -350px;
    position: absolute;
    padding: 20px;
    z-index: 999999;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    top: -10px;
    cursor: pointer;
}

.btn-menu {
    left: 10px;
    position: absolute;
    padding: 20px;
    font-size: 18px;
    z-index: 99999;
    top: 10px;
    cursor: pointer;
}

@media screen and (min-width: 765px) {
    .menu-side {
        opacity: 0;
    }

    .btn-menu-close {
        opacity: 0;
    }

    .btn-menu {
        display: none !important;
    }
}
/*--- header ***/

.header-dyn {
    overflow: hidden;
}

.header-section, .header, .header-1 {
    float: right;
    width: 100%;
}

.header-11 {
    float: right;
    width: 100%;
    background-image: url(../images/bg-h.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 30px;
    /*height: 100px;*/
}

.header-11s {
    float: right;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    min-height: 30px;
}

    .header-11s div:nth-child(1) {
        text-align: right;
    }

    .header-11s div:nth-child(2):not(.date) {
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
    }

    .header-11s div:nth-child(3) {
        text-align: left;
    }

.logo-img {
    float: right;
    width: 100%;
    text-align: center;
    /*padding-top: 20px;*/
    margin-top: -15px;
}

    .logo-img img {
        display: inline-block;
        /*width: 200px;*/
        height: 150px;
    }

ul.head-menu {
    float: right;
    width: 100%;
    text-align: center;
}

    ul.head-menu li {
        margin: auto;
        text-align: center;
        display: inline-block;
        float: none;
    }

        ul.head-menu li:first-child {
            margin-left: 80px;
        }

        ul.head-menu li:last-child {
            margin-right: 80px;
        }

        ul.head-menu li a {
            float: right;
            width: 100%;
            padding: 0px;
            line-height: 32px;
        }

            ul.head-menu li a h2 {
                font-size: 24px;
            }

            ul.head-menu li a p {
                font-size: 18px;
            }

.btn-search-all {
    float: right;
    width: 100%;
    padding-top: 100px;
}

.btn-search {
    float: right;
    width: 100%;
    position: relative;
}

    .btn-search input {
        float: left;
        width: 302px;
        padding: 7px 15px;
        border-radius: 15px;
        border: 0px;
        outline: 0;
    }

    .btn-search span {
        position: absolute;
        top: 5px;
        left: 1px;
        padding: 5px 15px;
        height: 35px;
        font-size: 18px;
        line-height: 24px;
    }



.left-top-soial-btn {
    position: absolute;
    top: 0;
    width: 510px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
}

    .left-top-soial-btn ul {
        float: right;
        text-align: center;
        padding: 35px 60px;
    }

        .left-top-soial-btn ul li {
            float: right;
            margin-left: 20px;
        }

            .left-top-soial-btn ul li a {
                font-size: 28px;
            }

.sub-menu {
    width: calc(100% - 0.5rem);
}

    .sub-menu li a i {
        padding: 5px;
        font-size: 10px;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        line-height: 7px;
        text-align: center;
    }
/**/
.left-side {
    float: right;
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 30px;
}

    .left-side ul li {
        border-bottom: 1px solid #efefe1;
        float: right;
        width: 100%;
    }

        .left-side ul li:last-child {
            border-bottom: 0;
        }

        .left-side ul li a {
            float: right;
            /*width: 100%;*/
            padding: 12px;
            font-size: 16px;
        }

            .left-side ul li a img {
                float: right;
                margin-left: 10px;
                margin-top: 2px;
                width: 25px;
                height: 25px;
            }

.team-aboutus {
    float: right;
    width: 100%;
    padding: .7rem 0 .7rem 0;
}
/*****/
.menu-aboutus {
    float: right;
    width: 100%;
}

.container-fluid, .navbar-collapse {
    padding: 0;
    margin: 0;
}

.navbar {
    border: 0;
}


/*-----*/
.dor-sc {
    /*height: 388px;*/
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.header-dor-sc {
    float: right;
    width: 100%;
    text-align: center;
}

    .header-dor-sc h2 {
        float: right;
        font-size: 18px;
        text-align: center;
        width: 100%;
        line-height: 42px;
    }

    .header-dor-sc span {
        float: right;
        width: 90px;
        font-size: 20px;
        text-align: center;
    }

        .header-dor-sc span img {
            display: block;
            margin: 6px auto;
            width: 30px;
            height: 30px;
        }

.item-dor-sc ul li a img {
    display: block;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    margin: auto;
}

.item-dor-sc ul li a {
    float: right;
    width: 100%;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.item-dor-sc ul li {
    display: inline-block;
    width: 40%;
    margin-bottom: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 20px;
}

.item-dor-sc {
    float: right;
    width: 100%;
    padding: 25px;
    text-align: center;
}

.elan-first {
    float: right;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

    .elan-first img {
        float: right;
        width: 100%;
    }

.no-bottom {
    border: 0 !important;
    margin-bottom: 5px !important;
}

.zwaia {
    float: right;
    width: 100%;
    padding: 20px 0;
}

.first-item-ofcontant {
    float: right;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 15px;
    border: 1px solid #efefe1;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.3);
}

.sec-item-cont {
    float: right;
    width: 100%;
}

.text-contant-first {
    float: right;
    width: 100%;
    padding-top: 50px;
}

.text-contant-firsts {
    float: right;
    width: 100%;
    padding-top: 50px;
}

.text-contant-first h2 {
    float: right;
    width: 100%;
    font-size: 20px;
}

.text-contant-first p, .text-contant-firsts p {
    font-size: 16px;
    float: right;
    width: 100%;
}

.image-item-k-contant {
    float: right;
    width: 100%;
    height: 163px;
    overflow: hidden;
}

    .image-item-k-contant img {
        float: right;
        width: 100%;
        /*min-height: 163px;*/
    }

.text-item-k-summary {
    font-size: .75rem;
}

.item-k-contant a {
    font-size: 14px;
}

    .item-k-contant a i {
        border-radius: 50%;
        font-size: 12px;
        width: 17px;
        height: 17px;
        line-height: 15px;
        text-align: center;
    }

.item-k-contant {
    float: right;
    width: 100%;
    padding: 10px 45px;
}

.zwaia-first {
    float: right;
    width: 100%;
    min-height: 350px;
    margin-bottom: 30px;
}

.text-zwaia-first a {
    font-size: 20px;
}

.text-zwaia-first {
    float: right;
    width: 100%;
    padding: 50px 40px 0 40px;
}

    .text-zwaia-first h2 {
        color: #ff6a00;
        transition: ease-in-out .5s;
    }

    .text-zwaia-first:hover h2 {
        transition: ease-in-out .5s;
        margin-right: -.5em;
    }

    .text-zwaia-first p {
        font-size: 1rem;
    }

.secand-header-owl {
    float: right;
    width: 100%;
}

.header-zwaia {
    float: right;
    width: 100%;
    position: relative;
}

    .header-zwaia img {
        position: absolute;
        top: -22px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .header-zwaia h2 {
        position: absolute;
        left: 0;
        right: 0;
        top: -5px;
        text-align: center;
        font-size: 20px;
    }

.header-contant-first {
    float: right;
    width: 100%;
    position: relative;
}

    .header-contant-first img {
        position: absolute;
        top: -42px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .header-contant-first h2 {
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        text-align: center;
        font-size: 20px;
        z-index: 9;
    }

.image-v {
    float: right;
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    .image-v img {
        float: right;
        width: 100%;
        min-height: 175px;
    }

.video-zwaia {
    float: right;
    width: 100%;
    position: relative;
}

.play-video-zwia {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 52px;
}

.header-zwasia {
    float: right;
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}

.text-zwia3 {
    float: right;
    width: 100%;
    padding: 20px;
}

    .text-zwia3 input, .text-zwia3 select, .text-zwia3 textarea {
        float: right;
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
        border: 0;
    }

.text-left-footer h2 {
    font-size: 24px;
}

.text-left-footer {
    float: right;
    width: 100%;
    text-align: center;
}

.footer-item-text {
    float: right;
    width: 100%;
    padding: 40px 20px;
}

.text-left-footer p {
    display: inline-block;
    font-size: 16px;
}

.contant-footer {
    float: right;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.datepicker.datepicker-inline {
    width: 100%;
    padding: 0px;
}

table.table-condensed {
    width: 100%;
}

.calendaer-idk {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

.all-con-item {
    float: right;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
}

.header-11s:before {
    content: '';
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 170%;
    width: 450px;
    height: 390px;
    bottom: -120px;
    left: -60px;
}

.sq-qhr-a {
    text-align: center;
}

.sp-qhr {
    width: 50%;
    display: inline-block;
    margin: auto;
    text-align: right;
}

    .sp-qhr h2 {
        text-align: center;
        margin: 3px auto;
    }

.text-contant-first .text-l {
    text-align: left;
}

.media {
    float: right;
    width: 100%;
}

.media-middle {
    float: right;
    width: 150px;
    height: 130px;
    overflow: hidden;
    margin-left: 10px;
}

    .media-middle img {
        float: right;
        min-width: 150px;
        min-height: 130px;
    }

h4.media-heading {
    float: right;
    width: 100%;
    font-size: 18px;
}

.media-body p {
    float: right;
    width: 80%;
    font-size: 16px;
}

.answer-btn {
    float: left;
    text-align: left;
    width: 100%;
}

h4.media-heading span {
    font-size: 14px;
}

    h4.media-heading span i {
        margin-left: 5px;
        border: 0;
    }

.first-news-qhr {
    float: right;
    width: 100%;
    margin-bottom: 14px;
    padding: 10px;
}

ul.ul-list-title-item {
    float: right;
    width: 100%;
    padding-bottom: 10px;
    padding: 10px;
}

    ul.ul-list-title-item li {
        float: right;
        margin-left: 15px;
    }

        ul.ul-list-title-item li a {
            font-size: 14px;
        }

            ul.ul-list-title-item li a i {
                padding-left: 5px;
            }

            ul.ul-list-title-item li a img {
                padding-left: 5px;
                width: 20px;
                height: 15px;
                margin-top: 4px;
                float: right;
            }

.img-first-text-item {
    float: right;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

    .img-first-text-item img {
        float: right;
        width: 100%;
        min-height: 210px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .img-first-text-item img:hover, .first-div-collection img:hover {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            margin: auto;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);
        }

.comment-user-item, .add-comment-user-item {
    float: right;
    width: 100%;
    padding-top: 50px;
}

.media.reply-medi {
    padding-right: 60px;
}

.add-comment-user-item input, .text-item-k-contant input {
    float: right;
    width: 80%;
    background: transparent;
    padding: 10px;
    margin: 10px auto;
}

.add-comment-user-item textarea, .text-item-k-contant textarea {
    float: right;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
}

.secand-header {
    float: right;
    width: 100%;
    position: relative;
}

.add-comment-user-item a, .text-item-k-contant a {
    text-align: center;
    float: left;
    width: 150px;
    border: 0;
    padding: 5px 10px;
    margin: 10px auto;
}

.text-item-k-contant.page-content a {
    float: none;
}

    .text-item-k-contant.page-content a:hover {
        text-decoration: underline !important;
    }

.in-s .header-11s:before {
    display: none;
}

.s-sda {
    margin-top: 30px;
}

.contact-us {
    float: right;
    width: 100%;
    margin: 15px auto;
}

    .contact-us h3 {
        float: right;
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-us h4 {
        float: right;
        width: 100%;
        margin: 10px auto;
    }

    .contact-us p {
        font-size: 16px;
        float: right;
        width: 50%;
    }

        .contact-us p i {
            float: right;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 32px;
        }

td a {
    margin: 0 !important;
    /*width: 100% !important;
    background:#f7832d !important;*/
}

table.table thead th {
    text-align: center;
    font-size: 16px !important;
}

.FAQ-w, .first-comment {
    float: right;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
}

.FAQ-b {
    float: right;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
}

.FAQ-w h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 20px;
}

.FAQ-b h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 20px;
}

.first-comment .media-body p, .first-comment h4.media-heading {
    width: 100%;
    text-align: right;
}

.first-comment h3 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 5px auto;
}

.first-div-collection {
    float: right;
    width: 100%;
    position: relative;
}

.f-gs {
    float: right;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.first-div-collection img {
    float: right;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slider1-index-ins {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .slider1-index-ins:before {
        content: '';
        /*position: absolute;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 220%;
        width: 550px;
        height: 570px;
        bottom: -20px;
        left: -40px;
        z-index: 9;*/
    }

.sa-a .media-middle {
    width: 300px;
    height: 200px;
}

    .sa-a .media-middle img {
        width: 100%;
        height: 100%;
    }

.calendaer-idk .image-item-k-contant {
    height: 65px;
}

.first-canl {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
}

    .first-canl p {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.item-dor-sc ul li:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.first-canl:hover p {
    padding-right: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.first-canl:last-child {
    margin-bottom: 10px;
}

.text-item-k-contants a {
    float: right;
    width: 100%;
    font-size: 16px;
}

nav.navbar.navbar-default.sasaaaaq {
    padding-top: 15px;
}

@media screen and (max-width: 400px) {
    .header-contant-first img {
        position: absolute;
        top: -36px;
        left: 0;
        right: -23px;
        text-align: center;
        margin: auto;
        width: 118%;
    }
}

@media screen and (max-width: 765px) {

    .sp-qhr {
        width: 100%;
    }

    .slider1-index-ins:before {
        display: none;
    }

    .contact-us p {
        width: 100%;
    }

    .btn-menu {
        left: 20px !important;
        top: 70px;
    }

    .btn-search-all, .navbar-default {
        display: none;
    }

    .add-comment-user-item input, .text-item-k-contant input {
        width: 100%;
    }

    .header-11s:before {
        display: none;
    }
}

.popup {
    display: none;
}

.popup-reg {
    width: 420px;
    margin: auto;
    padding: 40px 5px 15px 65px;
    z-index: 99999999;
    position: absolute;
    left: 0;
}

.btnhide {
    position: absolute;
    left: 0;
}

    .btnhide a {
        color: #000;
    }

.popup i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
    color: grey;
    cursor: pointer;
}


@media screen and (max-width: 600px) {
    .popup-reg {
        width: 320px;
        padding: 40px 25px 15px 15px;
    }
}

/*#region pop */
.popLayer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
}

#popContent {
    position: absolute;
    z-index: 151;
}

#popNext, #popPrev, #popClose {
    position: absolute;
    font-size: 3em;
    cursor: pointer;
    z-index:1000;
}

#popClose {
    top: 0;
    left: 1rem;
}

#popNext {
    right: 2rem;
    top: 50%;
}

#popPrev {
    left: 2rem;
    top: 50%;
}

#popContent img{
    max-width: 98vw;
    max-height: 98vh;
}
#popContent iframe{
     width: 75vw;
    height: 75vh;
}
.FileUploadEditor {
    padding: 30px;
    text-align: center;
}
/*#endregion pop  */


.summaries img {
    width: 50%;
    float: right;
    margin-left: .5rem;
}

.summaries h2 {
    font-size: 1.1rem;
}


@media screen and (max-width:1024px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}
