﻿.section-title .title2 {
        font-size: 60px;
        margin: 40px 0 0;
    }
    .section-title .title {
        font-size: 60px;
        position: relative;
        font-weight: 600;
    }

    .container-fluid-90{
        display:flex;
        width:70%;
        justify-content: space-between;
        /*background:red;*/
        margin: 0 auto;
    }
    .single-home3-app2{
        width:22%;
        margin:2% 10px;
        text-align:center;
    }
    .single-home3-app2 img{
        width: 200px;
        height: 200px;
    }
    .app2-text{
        font-size:18px;
        line-height: 30px;
    }
    .cause{
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin: 30px 0;
    }

    .all-facilities{
        display:flex;
        width:100%;
        justify-content:space-between;
        flex-wrap: wrap; 
    }
    .single-facilities{
        width: 50%;
    }
    .icon-box-news{
        width:100px;
        height:100px;
        border-radius:50px;
        background:#FAFAFF;
        align-items:center;
        justify-content:center;
        display: flex;
    }
/*.el-dialog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
*/
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none
}
div, p {
    word-break: break-all;
}
.el-form-item__label:before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
    font-size: 18px;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%;
}
.el-dialog__header {
    border: none;
    padding: 2.25rem 2.25rem .9375rem !important;
}
.dialog-title {
    margin-bottom: 1.125rem;
    font-size: 28px;
    line-height: 2rem;
    font-weight: 700;
    color: #000;
}
.dialog-sub-title{
    font-size: 1rem;
    line-height: 40px;
    color: #717781;
    font-size: 16px;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}
.el-dialog__footer {
    padding: 0 2.25rem !important;
}

.el-dialog__body {
    max-height: calc(80vh - 109px);
    min-height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 24px;
}
.dialog-footer {
    text-align: center;
    margin-top: 30px;
    border:none;
}
.dialog-footer__btn{
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    background-color: #1E5EFF;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-button--primary {
    color: #fff;
    border-color: #409eff;
    border:none;
    border-radius: 0.5rem;
    font-size: 22px;
    padding: 20px 0; 
}
.form-optionals{
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    overflow: hidden;
    display: none;
}
.el-form-item {
    position: relative;
    margin-bottom: 2.75rem;
}
.el-form-item__label {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.375rem;
}
.el-form-item__content {
    clear: left;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-radio-group {
    font-size: 0;
}

.el-radio-button__inner, .el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
div, p {
    word-break: break-all;
}
.el-radio {
    margin: 0 1rem 1rem 0 !important;
}

.el-radio.is-bordered {
    padding: 12px 20px 0 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    height: 40px;
}
.el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    margin-right: 30px;
}
.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}

.el-radio, .el-radio__inner, .el-radio__input {
    position: relative;
    display: inline-block;
}
.el-radio__inner {
    display: none;
}
.el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.el-radio.is-bordered.is-checked {
    border-color: #409eff;
}

[data-v-72350fa3] .el-radio {
    margin: 0 1rem 1rem 0 !important;
}
.el-radio.is-bordered {
    padding: 12px 20px 0 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    height: 40px;
}
.el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    margin-right: 30px;
}
.el-radio__label {
    padding-left: 10px;
}

.el-avatar, .el-cascader-panel, .el-radio, .el-radio--medium.is-bordered .el-radio__label, .el-radio__label {
    font-size: 14px;
}
.btn-hvr-anim-top,.el-button--primary:hover{
    cursor: pointer;  
}


header .lang-wrapper {
    position: relative;
    cursor: pointer;
    right: 0;
}
header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
}
header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #333;
    margin-right: 5px;
}
header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    right: 0;
}
header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
    list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 15px;

}

.lang_items:hover{
    background: #F2F2F2;
    border-radius:0.3rem;
}
.lang_items_a:hover{
    /*color: #648DF2;*/

    color: #333;
}
.me-3{
    position:absolute;
    top:0;
    right:0;
    margin-top:12px;
    margin-right:-160px;
}
.t-title-stp{
    display: -webkit-box;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    flex-wrap: wrap;
}
/*a {
    text-decoration: none;
}*/