.screen-desktop {
    display: block;
}

.screen-mobile {
    display: none;
}

.border-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 75px 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.school-support .border-all {
    padding-bottom: 80px;
}

.border-all .tab-bar {
    width: 25.9%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    padding-top: 85px;
    max-width: 180px;
}


.border-all .all-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: 25.9%;
    padding-top: 85px;
}

.border-all .all-content .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.border-all .all-content .loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.border-all .all-content .loading .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.border-all .all-content .loading .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.border-all .all-content .loading .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.border-all .all-content .loading .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.border-all .all-content .title-tab-content {
    margin-bottom: 52px;
    color: #2D2D2D;
}

.border-all .tab-bar .title-tab-bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 18px;
    margin-top: 0px;
    padding-bottom: 8px;
    letter-spacing: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.border-all .tab-bar .title-tab-bar:hover {
    font-weight: 600;
}

.border-all .tab-bar .title-tab-bar.active {
    font-weight: 600;
    border-bottom: 2px solid #C5DE78;
}

.border-all .all-content .body-content {
    margin-bottom: 30px;
    padding: 31px 50px;
    -webkit-box-shadow: 0px 0px 24.6857px 3.06286px rgba(85, 105, 135, 0.1);
    box-shadow: 0px 0px 24.6857px 3.06286px rgba(85, 105, 135, 0.1);
    border-radius: 3.70286px;
    background: #FFF;
}

.border-all .all-content .body-content .title-loaction {
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #2D2D2D;
}

.border-all .all-content .body-content .content-loaction>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    color: #5F5E59;
    font-weight: 400;
/*    font-size: 15px;*/
    font-size: 16px;
    line-height: 30px;
}

.border-all .all-content .body-content .content-loaction>div .text-left {
    max-width: 90px;
    width: 100%;
}

.border-all .all-content .body-content .content-loaction>div .text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.border-all .all-content .body-content .content-loaction>div.mail .text-right {
    word-break: break-word;
}

.border-all .all-content .body-content .content-loaction>div .text-right>div {
    margin-right: 15px;
}


.border-all .all-content .body-content .content-loaction>div .text-right>div.wechat {
    position: relative;
    min-width: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.whatsapp .icon-whatsapp {
    position: absolute;
    height: -webkit-fill-available;
}

.border-all .all-content .body-content .content-loaction>div .text-right>div.wechat .icon-wechat svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wechat .image-qr-code {
    position: absolute;
    width: 115px;
    height: 116px;
    max-width: 115px;
    padding: 9px;
    background: #F6F7FA;
    top: -97px;
    left: 32px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.wechat .image-qr-code.show {
    opacity: 1;
    z-index: 0;
}

.school-support .border-all .all-content .title-tab-content {
    margin-bottom: 46px;
}

.school-support .border-all .all-content .sub-title-tabbar {
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 28px;
}



.school-support .border-all .all-content .body-content .content-loaction>div .text-left {
    max-width: 77px;
}

.school-support .border-all .all-content .body-content .content-loaction>div .text-right>div.whatsapp {
    margin-right: 5px;
    position: relative;
    min-width: 20px;
    cursor: pointer;
}

.page-template-bookstores .background-image1:before,
.page-template-school-support .background-image1:before {
    top: 995px;
    left: -675px;
    display: inline-block;
}

@media (min-width:768px) {
    .border-all .tab-bar.screen-desktop.sticky {
        position: fixed;
        top: 100px;
        left: 20px;
    }
}

@media (min-width:1180px) {
    .border-all .tab-bar.screen-desktop.sticky {
        left: calc((100% - 1180px)/ 2 + 20px);
        position: fixed;
        top: 145px;
        padding-top: 34px;
    }

    .border-all .tab-bar.screen-desktop.sticky {
        top: 145px;
    }

    .admin-bar .border-all .tab-bar.screen-desktop.sticky {
        top: 177px;
    }
}

@media (min-width: 1440px) {

.border-all .tab-bar.screen-desktop.sticky {
        top: 169px;
    }

    .admin-bar .border-all .tab-bar.screen-desktop.sticky {
        top: 200px;
    }

}

@media (max-width: 1024px) {

    .border-all {
        padding: 0 45px 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .border-all .tab-bar {
        padding-right: 5%;
    }

    .border-all .tab-bar,
    .border-all .all-content {
        padding-top: 50px;
    }

    .border-all .all-content .title-tab-content {
        margin-bottom: 40px;
    }

    .border-all .all-content .body-content {
        padding: 30px 40px;
    }
}

@media (max-width:991px) {
    .border-all {
        padding: 0 25px 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .school-support .border-all {
        padding-bottom: 61px;
    }
}

@media (max-width: 767.98px) {
    .screen-desktop {
        display: none;
    }

    .screen-mobile {
        display: block;
    }

    .border-content.show {
        display: block !important;
    }

    .border-content {
        display: none !important;
    }

    .border-all .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .page-template-bookstores .background-image1:before,
    .page-template-school-support .background-image1:before {
        left: -405px;
        top: 395px;
    }

    .page-template-bookstores .background-image1:after,
    .page-template-school-support .background-image1:after {
        top: 830px;
        right: -410px;
    }

    .page-template-bookstores .background-image2:before,
    .page-template-school-support .background-image2:before {
        top: 1330px;
        left: -345px;
    }

    .page-template-bookstores .background-image2:after,
    .page-template-school-support .background-image2:after {
        bottom: 38px;
        right: -404px;
    }

    .border-all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 61px;
        padding-top: 50px;
    }

    .border-all .all-content .body-content {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .border-all select {
        padding: 15px 30px;
        height: auto;
        line-height: 18px;
        border: 1px solid #C5DE78;
        background: url(../images/down-arrow.svg) no-repeat right 30px center;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
/*        font-size: 15px;*/
        font-size: 16px;
        text-transform: capitalize;
        color: #2D2D2D;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .border-all .all-content {
        margin-left: 0;
        padding-top: 0;
    }

    .border-all .all-content .title-tab-content {
        margin-bottom: 26px;
    }


    .border-all .all-content .body-content .content-loaction>div .text-right>div {
        margin-right: 10px;
    }

    .border-all .all-content .body-content .content-loaction>div .text-right>div.wechat,
    .border-all .all-content .body-content .content-loaction>div .text-right>div.whatsapp {
        margin-right: 5px;
    }

    .border-all .all-content .body-content .content-loaction>div .text-left {
        max-width: 71px;
    }

    .border-all .all-content .body-content .content-loaction>div {
        margin-bottom: 11px;
    }

    .border-all .all-content .body-content .title-loaction {
        margin-bottom: 18px;
    }

    .border-all .all-content .body-content .content-loaction>div .text-right {
        line-height: 26px;
    }

    .wechat .image-qr-code {

        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 130px;
        height: 130px;
        max-width: 130px;
        padding: 10px;
        background: #F6F7FA;
        top: -130px;

    }

    .school-support .border-all .all-content .title-tab-content {
        display: none;
    }

    .school-support .border-all .all-content .sub-title-tabbar {
        margin-bottom: 26px;
    }
}